/*  File: products_men.css  */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-06-19        */


/* calculate centering -- can't use alignment because of float:left */
/* (270 - 52 - 52 - 38) / 2 = 64 */
#product_detail .sm_title {
	margin-left: 64px;
}
#pg_girls_flare #product_detail .sm_title, 
#pg_girls_bootcut #product_detail .sm_title {
	margin-left: 62px;
}


/* begin custom background elements */

#pg_boys_relaxed #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_relaxed.jpg") no-repeat 192px 4px;
}
#pg_boys_loose #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_loose.jpg") no-repeat 192px 4px;
}
#pg_girls_flare #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_girls_flare.jpg") no-repeat 192px 4px;
}
#pg_boys_carpenter #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_carpenter.jpg") no-repeat 192px 4px;
}
#pg_boys_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_bootcut.jpg") no-repeat 192px 4px;
}
#pg_girls_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_girls_bootcut.jpg") no-repeat 192px 4px;
}
#pg_girls_skinny #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_girls_skinny.jpg") no-repeat 192px 4px;
}
#pg_boys_slim_straight #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_slim_straight.jpg") no-repeat 192px 4px;
}
#pg_boys_skinny #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_skinny.jpg") no-repeat 192px 4px;
}
#pg_boys_straight #frame_bg_custom {
	background: transparent url("/us/images/products/kids/bg_boys_straight.jpg") no-repeat 192px 4px;
}


/* begin product nav elements */

#item_boys_relaxed {
	background-image: url("/us/images/product_nav/boys_relaxed.png") !important;
}
#item_boys_loose {
	background-image: url("/us/images/product_nav/boys_loose.png") !important;
}
#item_girls_flare {
	background-image: url("/us/images/product_nav/girls_flare.png") !important;
}
#item_boys_carpenter {
	background-image: url("/us/images/product_nav/boys_carpenter.png") !important;
}
#item_boys_bootcut {
	background-image: url("/us/images/product_nav/boys_bootcut.png") !important;
}
#item_girls_bootcut {
	background-image: url("/us/images/product_nav/girls_bootcut.png") !important;
}
#item_girls_skinny {
	background-image: url("/us/images/product_nav/girls_skinny.png") !important;
}
#item_boys_slim_straight {
	background-image: url("/us/images/product_nav/boys_slim_straight.png") !important;
}
#item_boys_skinny {
	background-image: url("/us/images/product_nav/boys_skinny.png") !important;
}
#item_boys_straight {
	background-image: url("/us/images/product_nav/boys_straight.png") !important;
}
