/*  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_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_lowrise_bootcut #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_lowrise_bootcut.jpg") no-repeat 192px 4px;
}
#pg_ts_midrise_straight #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_ts_midrise_straight.jpg") no-repeat 192px 4px;
}

#pg_maternity #frame_bg_custom {
	background: transparent url("/us/images/products/women/bg_maternity.jpg") no-repeat 192px 4px;
}

/* begin product nav elements */

#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_lowrise_bootcut {
	background-image: url("/us/images/product_nav/women_lowrise_bootcut.png") !important;
}
#item_women_ts_midrise_straight {
	background-image: url("/us/images/product_nav/women_ts_midrise_straight.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;
}



