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


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


/* begin custom background elements */

#pg_maternity #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_maternity.jpg") no-repeat 192px 4px;
}
#pg_5_pocket #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_5_pocket.jpg") no-repeat 192px 4px;
}
#pg_welt_pocket #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_welt_pocket.jpg") no-repeat 192px 4px;
}
#pg_lowrise_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_lowrise_bootcut.jpg") no-repeat 192px 4px;
}
#pg_ds_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_ds_bootcut.jpg") no-repeat 192px 4px;
}
#pg_midrise_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_midrise_bootcut.jpg") no-repeat 192px 4px;
}
#pg_ts_waist_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_ts_waist_bootcut.jpg") no-repeat 192px 4px;
}
#pg_ts_midrise_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_ts_midrise_bootcut.jpg") no-repeat 192px 4px;
}
#pg_totally_shaping #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_totally_shaping.jpg") no-repeat 192px 4px;
}
#pg_jr_low_slim_flare #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_jr_low_slim_flare.jpg") no-repeat 192px 4px;
}
#pg_jr_low_slim_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_jr_low_slim_bootcut.jpg") no-repeat 192px 4px;
}
#pg_jr_low_slim_skinny #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_jr_low_slim_skinny.jpg") no-repeat 192px 4px;
}
#pg_double_shank_plus #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_double_shank_plus.jpg") no-repeat 192px 4px;
}


/* begin product nav elements */

#item_women_double_shank_plus {
	background-image: url("/us/images/product_nav/women_double_shank_plus.png") !important;
}
#item_women_5_pocket {
	background-image: url("/us/images/product_nav/women_5_pocket.png") !important;
}
#item_women_welt_pocket {
	background-image: url("/us/images/product_nav/women_welt_pocket.png") !important;
}
#item_women_lowrise_bootcut {
	background-image: url("/us/images/product_nav/women_lowrise_bootcut.png") !important;
}
#item_women_ds_bootcut {
	background-image: url("/us/images/product_nav/women_ds_bootcut.png") !important;
}
#item_women_midrise_bootcut {
	background-image: url("/us/images/product_nav/women_midrise_bootcut.png") !important;
}
#item_women_ts_waist_bootcut {
	background-image: url("/us/images/product_nav/women_ts_waist_bootcut.png") !important;
}
#item_women_ts_midrise_bootcut {
	background-image: url("/us/images/product_nav/women_ts_midrise_bootcut.png") !important;
}
#item_women_totally_shaping {
	background-image: url("/us/images/product_nav/women_totally_shaping.png") !important;
}
#item_women_jr_low_slim_bootcut {
	background-image: url("/us/images/product_nav/women_jr_low_slim_bootcut.png") !important;
}
#item_women_jr_low_slim_flare {
	background-image: url("/us/images/product_nav/women_jr_low_slim_flare.png") !important;
}
#item_women_jr_low_slim_skinny {
	background-image: url("/us/images/product_nav/women_jr_low_slim_skinny.png") !important;
}


/* begin maternity page elements */

#pg_maternity #main_content {
	padding: 20px 0 0 270px;
	width: 377px;
}
#pg_maternity #main_content p {
	padding: 0 5px 10px 20px;
}
#pg_maternity .content_title {
	padding: 15px 0 25px 0;
}
#pg_maternity .content_title h1 {
	background-position: 0 6px;
}
#pg_maternity .content_title h1 img {
	background-position: 100% 6px;
}
#pg_maternity .where_to_buy {
	padding: 20px 0 0 20px;
}
#pg_maternity .where_to_buy ul {
	padding: 0;
}
#pg_maternity .where_to_buy .list_arrow li {
	background-position: 0 -76px;
}
#pg_maternity .product_photo {
	position: relative;
	left: 30px;
	top: 15px;
}


