/*  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_lowrise_bootcut #frame_bg_custom {
	background: transparent url("/canada/images/products/women/bg_lowrise_bootcut_front.jpg") no-repeat 192px 4px;
}
#pg_midrise_bootcut #frame_bg_custom {
	background: transparent url("/canada/images/products/women/bg_midrise_bootcut_front.jpg") no-repeat 192px 4px;
}
#pg_ts_midrise_bootcut #frame_bg_custom {
	background: transparent url("/canada/images/products/women/bg_ts_midrise_bootcut_front.jpg") no-repeat 192px 4px;
}
#pg_totally_shaping #frame_bg_custom {
	background: transparent url("/canada/images/products/women/bg_totally_shaping_front.jpg") no-repeat 192px 4px;
}


/* begin product nav elements */

#women_product_nav {
	position: absolute;
	top: 275px;
	left: 65px;
}
#women_product_nav li {
	background: transparent url("/canada/images/arrow_sprites.png") no-repeat 0 -76px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 .25em 8px;
	text-transform: uppercase;
}
#pg_lowrise_bootcut #lowrise_bootcut {
	display: none;
}
#pg_midrise_bootcut #midrise_bootcut {
	display: none;
}
#pg_ts_midrise_bootcut #ts_midrise_bootcut {
	display: none;
}
#pg_totally_shaping #totally_shaping {
	display: none;
}


/* begin view details elements */

#preload_img {
	display: none;
}

#view_details {
	position: absolute;
	top: 305px;
	left: 475px;
	width: 265px;
}
#view_details ul {
	height: 165px;
	padding-bottom: 10px;
}
#view_details li {
	float: left;
}
#view_details_text {
	border-bottom: 1px solid #9a8643;
	font-size: 9px;
	margin: 5px;
	text-transform: uppercase;
}


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