@import url("products.css");
/*-=-=-=-=- Main Begin =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
div#main {
	background: #FFF;
	width: 61em;
	padding: 1.3em;
}

div#product_details_wrapper {
	padding: 1.2em 1.4em;
}

div#main h1 {
	text-align: left;
}

div#main select {
	width: 11.2em;
	height: 1.48em;
	margin-bottom: 0.46em;
}

div#main input.image {
	margin-left: 5.5em;
}

div#main input.text {
	width: 11em;
	height: 1.5em;
}

div#main label {
	width: 5em;
	height: 1.16em;
	padding-top: 0.45em;
	margin-bottom: 0.46em;
	padding-right: 1.02em;
	font-weight: bold;
}

p#related {padding: 0.5em 0 0 5.5em;}

/*p#related a {}*/
p.Adult#related a {color:#A9A8A8;}
p.Teen#related a {color:#443FFF;}
p.Youth#related a {color:#FD3E0C;}
p.Peewee#related a {color:#FFDE00;}

div#picture_wrapper {
	float: left;
}

div#product_data {
	float:left;
	padding-bottom: 0.5em;
	margin-left: 1em;

}

div#product_data ul {
	width: 30.5em;
	margin-top: 1em;
}

div#product_data li {
	font-size: 1.3em; /* 13px */
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 1.38em;
	padding-left: 1.08em;
}

div#product_data ul.PeeWee li {
	background: transparent url(../images/peewee_bullet.gif) no-repeat 0 0.5em;
}

div#product_data ul.Youth li {
	background: transparent url(../images/youth_bullet.gif) no-repeat 0 0.5em;
}

div#product_data ul.Teen li {
	background: transparent url(../images/teen_bullet.gif) no-repeat 0 0.5em;
}

div#product_data ul.Adult li {
	background: transparent url(../images/adult_bullet.gif) no-repeat 0 0.5em;
}

div#other_views {
	font-weight: bold;
	background: #FFF url(../images/diagonals_gray_bg.gif);
	padding: 1.9em 1em 1em 1.1em;
	/*width: 17.7em;*/
	float: left;
}

div#related_products {
	width: 100%;
}

div#related_products.Teen {
	/*background: #FFF url(../images/Teen_bg.gif) bottom repeat-x;*/
}

div#related_products.PeeWee {
	/*background: #FFF url(../images/PeeWee_bg.gif) bottom repeat-x;*/
}

div#related_products.Youth {
	/*background: #FFF url(../images/Youth_bg.gif) bottom repeat-x;*/
}

p#other.teen {
	background: #FFF url(../images/other_teen.gif) no-repeat center left;
	width:214px;
	height:15px;
}

p#other.youth {
	background: #FFF url(../images/other_youth.gif) no-repeat center left;
	width:219px;
	height:15px;
}

p#other.peewee {
	background: #FFF url(../images/other_peewee.gif) no-repeat center left;
	width:214px;
	height:15px;
}

p#other.adult {
	background: #FFF url(../images/other_adult.gif) no-repeat center left;
	width:224px;
	height:15px;
}

p#other span {display:none;}

div#related_products div.related_prod {
	float:left;
}

div#related_products div.related_prod a {
	display: block;
	width: 100%;
	height: 100%;
}

/*-=-=-=-=- Main End =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/