/*  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("/canada/images/products/men/bg_accessories.jpg") no-repeat 192px 4px;
}
#pg_men_carpenter #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_carpenter.jpg") no-repeat 192px 4px;
}
#pg_men_loose_bootcut #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_loose_bootcut.jpg") no-repeat 192px 4px;
}
#pg_men_loose_straight #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_loose_straight.jpg") no-repeat 192px 4px;
}
#pg_men_regular #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_regular.jpg") no-repeat 192px 4px;
}
#pg_men_relaxed #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_relaxed.jpg") no-repeat 192px 4px;
}
#pg_men_straight #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_straight.jpg") no-repeat 192px 4px;
}
#pg_men_bootcut #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_bootcut.jpg") no-repeat 192px 4px;
}
#pg_men_slim_straight #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_slim_straight.jpg") no-repeat 192px 4px;
}
#pg_men_vintage_straight #frame_bg_custom {
	background: transparent url("/canada/images/products/men/bg_vintage_straight.jpg") no-repeat 192px 4px;
}


/* begin product nav elements */

#item_men_carpenter {
	background-image: url("/canada/images/product_nav/men_carpenter.png") !important;
}
#item_men_loose_bootcut {
	background-image: url("/canada/images/product_nav/men_loose_bootcut.png") !important;
}
#item_men_loose_straight {
	background-image: url("/canada/images/product_nav/men_loose_straight.png") !important;
}
#item_men_regular {
	background-image: url("/canada/images/product_nav/men_regular.png") !important;
}
#item_men_relaxed {
	background-image: url("/canada/images/product_nav/men_relaxed.png") !important;
}
#item_men_straight {
	background-image: url("/canada/images/product_nav/men_straight.png") !important;
}
#item_men_bootcut {
	background-image: url("/canada/images/product_nav/men_bootcut.png") !important;
}
#item_men_slim_straight {
	background-image: url("/canada/images/product_nav/men_slim_straight.png") !important;
}
#item_men_vintage_straight {
	background-image: url("/canada/images/product_nav/men_vintage_straight.png") !important;
}


/* where to buy adjustment */
.where_to_buy .list_arrow {
	padding-left: 57px;
}

