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


/* calculate centering -- can't use alignment because of float:left */
/* (270 - 52 - 52 - 40) / 2 = 63 */
#product_detail .sm_title {
	margin-left: 63px;
}


/* begin custom background elements */

#pg_men_accessories #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_accessories.jpg") no-repeat 192px 4px;
}
#pg_men_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_bootcut.jpg") no-repeat 192px 4px;
}
#pg_men_carpenter #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_carpenter.jpg") no-repeat 192px 4px;
}
#pg_men_loose #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_loose.jpg") no-repeat 192px 4px;
}
#pg_men_regular #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_regular.jpg") no-repeat 192px 4px;
}
#pg_men_relaxed #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_relaxed.jpg") no-repeat 192px 4px;
}
#pg_men_straight #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_straight.jpg") no-repeat 192px 4px;
}
#pg_men_low_bootcut #frame_bg_custom {
  background: transparent url("/us/images/products/men/bg_low_bootcut.jpg") no-repeat 192px 4px;
}
#pg_men_vintage_straight #frame_bg_custom {
  background: transparent url("/us/images/products/men/bg_vintage_straight.jpg") no-repeat 192px 4px;
}
#pg_men_skinny #frame_bg_custom {
	background: transparent url("/us/images/products/men/bg_skinny.jpg") no-repeat 192px 4px;
}
#pg_men_slim_straight #frame_bg_custom {
  background: transparent url("/us/images/products/men/bg_slim_straight.jpg") no-repeat 192px 4px;
}


/* begin product nav elements */

#item_men_bootcut {
	background-image: url("/us/images/product_nav/men_bootcut.png") !important;
}
#item_men_carpenter {
	background-image: url("/us/images/product_nav/men_carpenter.png") !important;
}
#item_men_loose {
	background-image: url("/us/images/product_nav/men_loose.png") !important;
}
#item_men_regular {
	background-image: url("/us/images/product_nav/men_regular.png") !important;
}
#item_men_relaxed {
	background-image: url("/us/images/product_nav/men_relaxed.png") !important;
}
#item_men_straight {
	background-image: url("/us/images/product_nav/men_straight.png") !important;
}
#item_men_low_bootcut {
	background-image: url("/us/images/product_nav/men_low_bootcut.png") !important;
}
#item_men_vintage_straight {
	background-image: url("/us/images/product_nav/men_vintage_straight.png") !important;
}
#item_men_skinny {
	background-image: url("/us/images/product_nav/men_skinny.png") !important;
}
#item_men_slim_straight {
	background-image: url("/us/images/product_nav/men_slim_straight.png") !important;
}


/* begin accessories page elements */

#pg_men_accessories #main_content {
	padding: 35px 0 0 95px;
	width: 550px;
}
#pg_men_accessories .content_title {
	margin: 0 0 10px -75px;
}
#pg_men_accessories h3 {
	background: transparent url("/us/images/arrow_sprites.png") no-repeat 0 -356px;
	margin-left: -15px;
	padding-left: 15px;
}
#pg_men_accessories .where_to_buy {
	padding-top: 1em;
}
#pg_men_accessories .where_to_buy .list_arrow li {
	background-position: 0 -76px;
}
#pg_men_accessories .product_photo {
	position: absolute;
	left: 220px;
	top: 335px;
}



