#colOne
{
	width: 250px;
}
#colTwo
{
	position: relative;
	width: 680px;
}

#shopWomenButt,#shopMenButt,#shopWomenButtOn,#shopMenButtOn
{
	float: left;
	position: relative;
	display: block;
	width: 70px;
	height: 20px;
	margin: 0px 0px 10px 0px;
}
#shopWomenButt,#shopWomenButtOn
{
	margin-right: 10px;
}
#shopWomenButt span,#shopMenButt span,#shopWomenButtOn span,#shopMenButtOn span
{
	position: absolute;
	width: 100%;
	height: 100%;
}
#shopWomenButt span
{
	background: url(../images/buttons/shop_women.gif) no-repeat top left;
}
#shopWomenButt:hover span,#shopWomenButtOn span
{
	background: url(../images/buttons/shop_women.gif) no-repeat bottom left;
}
#shopMenButt span
{
	background: url(../images/buttons/shop_men.gif) no-repeat top left;
}
#shopMenButt:hover span,#shopMenButtOn span
{
	background: url(../images/buttons/shop_men.gif) no-repeat bottom left;
}

.browseBy
{
	clear: left;
	margin: 20px 0px 1px 0px;
	padding: 5px 0px 5px 11px;
	font-size: 12px;
	color: #fff;
}
#femaleMenu .browseBy
{
	background-color: #F76BA8;
}
#maleMenu .browseBy
{
	background-color: #52BED8;
}
#mainCatList
{
	font-size: 13px;
}
#mainCatList li a
{
	display: block;
	padding: 3px 0px 3px 10px;
	background: url(../images/icons/main_cat_arrow.gif) no-repeat center left;
}
#femaleMenu #mainCatList li a
{
	border-bottom: 1px solid #FAA8CB;
}
#maleMenu #mainCatList li a
{
	border-bottom: 1px solid #52BED8;
}

#femaleMenu #mainCatList li a:hover
{
	background: #FDE3EE url(../images/icons/female_list_over.gif) no-repeat center left;
}
#femaleMenu #mainCatList li a.active
{
	color: #F42D86;
	background: #FDE3EE url(../images/icons/female_list_over.gif) no-repeat center left;
}

#maleMenu #mainCatList li a:hover,#maleMenu #mainCatList li a.active
{
	color: #52BED8;
	background: #D4EFF5 url(../images/icons/male_list_over.gif) no-repeat center left;
}

.subCatList
{
	padding: 10px;
	font-size: 11px;
}
#femaleMenu .subCatList
{
	background-color: #FEF4F8;
	border-bottom: 1px solid #FAA8CB;
}
#maleMenu .subCatList
{
	background-color: #EFFAFC;
	border-bottom: 1px solid #52BED8;
}

#femaleMenu #mainCatList .subCatList a,#maleMenu #mainCatList .subCatList a
{
	display: inline;
	padding: 0;
	background-image: none;
	border: 0;
}
#femaleMenu #mainCatList .subCatList a:hover,#maleMenu #mainCatList .subCatList a:hover
{
	background: none;
}
#maleMenu .subCatList a:hover
{
	color: #52BED8;
}

#femaleMenu #active
{
	color: #F42D86;
}
#maleMenu #active
{
	color: #52BED8;
}

.paging
{
	position: absolute;
	right: 0px;
}
#topPaging
{
	top: 0px;
}
#bottomPaging
{
	clear: left;
	bottom: 5px;
}
.paging *
{
	float: left;
}
.paging span
{
	margin-right: 15px;
}
.paging a, .paging div
{
	display: block;
	width: 20px;
	height: 12px;
	background: url(../images/icons/paging.png) no-repeat top left;
	margin-left: 5px;
	padding-top: 3px;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}
.paging a.viewall
{
	width: 40px;
	background: url(../images/icons/paging_wide.png) no-repeat top left;
}
.paging div
{
	color: #ccc;
	cursor: default;
}
.paging a:hover, .paging .active
{
	background: url(../images/icons/paging.png) no-repeat bottom left;
	color: #fff;
}
.paging a.viewall:hover
{
	background: url(../images/icons/paging_wide.png) no-repeat bottom left;
}

#results
{
	float: left;
	position: relative;
	width: 680px;
	border-bottom: 1px solid #F42D86;
	margin-bottom: 30px;
}

#results .container,#results .containerRight
{
	float: left;
	width: 120px;
	margin-right: 66px;
}
#results .containerRight
{
	margin-right: 0px;
}
#results .imgLink
{
	float: left;
	padding: 4px;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
#results .imgLink:hover
{
	background-color: #F76DA9;
	border: 1px solid #F42D86;
}
#results img
{
	border: 0;
}
#results .right
{
	margin: 0px;
}
.productRow
{
	float: left;
	clear: left;
	margin-bottom: 50px;
}
.container span,.container div,.containerRight span,.containerRight div
{
	width: 100%;
}
.productTitle
{
	float: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	padding-bottom: 5px;
}
#results .productTitle *
{
	float: none;
}
.designerName
{
	font-size: 10px;
	font-weight: normal;
}
.hangerRating *
{
	float: left;
}
.hangerRating
{
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 3px 0px;
}
.hangerRating span
{
	width: auto;
	margin-right: 23px;
}

span.infoLink
{
	float: left;
}
.infoLink a
{
	color: #F42D86;
}
.infoLink a:hover
{
	text-decoration: underline;
}

.productPrice
{
	float: left;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}

#productRating
{
	position: absolute;
	top: -42px;
	right: 0px;
}

#ajaxLoader
{
	position: absolute;
	top: 100px;
	left: 332px;
}

#productImages
{
	float: left;
	width: 370px;
}
#productImages *
{
	float: left;
}
#imagesDiv
{
	position: relative;
	width: 370px;
	height: 495px;
	background: url(../images/products/thumbs_back.png) no-repeat top left;
}
#mainImageLink
{
	position: relative;
}
#itemSold,#itemInBasket
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#productDetails
{
	float: right;
	width: 280px;
}

#productImages a
{
	padding: 4px;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#productImages a:hover
{
	background-color: #F76DA9;
	border: 1px solid #F42D86;
}
.productImage
{
	margin-right: 5px;
}

#productDetails h3
{
	clear: left;
	width: 100%;
	margin-bottom: 20px;
}

#detailsRating
{
	position: absolute;
	top: 0px;
	right: 0px;
}
#detailsRating img
{
	margin-left: 10px;
}

#imagesInfo
{
	margin-top: 10px;
	background: url(../images/icons/info.gif) no-repeat center left;
	padding-left: 30px;
	color: #878787;
	font-size: 10px;
	line-height: 14px;
}
#imagesInfo *
{
	float: none;
}

#productDetails a
{
	display: block;
	position: relative;
	width: 125px;
	height: 20px;
	margin-bottom: 10px;
}
#productDetails a span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

#detailsHanger *
{
	float: left;
}
#detailsHanger
{
	float: left;
	margin-bottom: 20px;
}
#hangerText
{
	width: 90px;
	font-size: 13px;
	margin-top: 10px;
}
#hangerImage
{
	width: 38px;
	margin-left: 10px;
}

#addToBasket,#returnToShop,#tellAFriend
{
	float: none;
	clear: left;
}
#addToBasket span
{
	background: url(../images/buttons/add_to_basket.png) no-repeat top left;
}
#addToBasket:hover span
{
	background: url(../images/buttons/add_to_basket.png) no-repeat bottom left;
}
#returnToShop span
{
	background: url(../images/buttons/return_to_shop.png) no-repeat top left;
}
#returnToShop:hover span
{
	background: url(../images/buttons/return_to_shop.png) no-repeat bottom left;
}
#tellAFriend span
{
	background: url(../images/buttons/tell_a_friend.png) no-repeat top left;
}
#tellAFriend:hover span
{
	background: url(../images/buttons/tell_a_friend.png) no-repeat bottom left;
}
#addToBasketDisabled
{
	width: 125px;
	height: 20px;
	margin-bottom: 10px;
	background: url(../images/buttons/add_basket_disabled.gif) no-repeat bottom left;
}

#basketError
{
	position: absolute;
	display: block;
	top: 140px;
	left: 200px;
	width: 300px;
	height: 75px;
	background-color: #F42D86;
	border: 1px dashed #d9d9d9;
	padding: 15px;
}
#basketError *
{
	width: 100%;
	text-align: center;
}
#basketErrorMessage
{
	height: 25px;
	background: #F42D86 url(../images/icons/error_icon.gif) no-repeat top center;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-top: 50px;
}
#basketErrorMessage a
{
	color: #fff;
	text-decoration: none;
}
#basketErrorMessage a:hover
{
	color: #fff;
	text-decoration: none;
}

#tellAFriendForm
{
	position: relative;
	height: 200px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #F42D86;
}
label
{
	display: block;
}
#tellAFriendForm input
{
	width: 200px;
	margin-bottom: 15px;
}
#tellAFriendForm textarea
{
	width: 200px;
	padding: 4px 10px 4px 10px;
	margin: 0px 10px 15px 0px;
	border: 1px solid #cfcfcf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d4d4d;
	background: #f3f3f3 url(../images/backgrounds/search.png) repeat-x top left;
	height: 70px;
}
#tellAFriendForm a span
{
	background: url(../images/buttons/send_message.png) no-repeat top left;
}
#tellAFriendForm a:hover span
{
	background: url(../images/buttons/send_message.png) no-repeat bottom left;
}
#friendLoader
{
	position: absolute;
	top: 50px;
	left: 125px;
}

#friendFormMessage a
{
	color: #F42D86;
	text-decoration: none;
}
#friendFormMessage a:hover
{
	text-decoration: underline;
}


table
{
	clear: left;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
th, td
{
	padding: 7px;
	border-right: 1px solid #d9d9d9;
}
.noBorder
{
	border: 0;
	text-align: center;
}
thead
{
	background: #CDCDCD url(../images/backgrounds/table_head_back.png) repeat-x top left;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
th
{
	font-weight: normal;
	text-align: left;
}
.even
{
	background-color: #FEEDF4;
}

.shopSearch
{
	width: 250px;
}
input.shopSearch
{
	width: 240px;
	padding: 4px;
	background: none;
}

a#sizingLink
{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #f42d86;
	background: url(../images/icons/info.gif) no-repeat center left;
	padding-left: 30px;
}
a#sizingLink:hover
{
	text-decoration: underline;
}

/* LIGHTBOX STYLES */

#lightbox
{
	background-color: #eee;
	padding: 10px;
	border: 5px solid #ccc;
	z-index: 300;
}
#lightboxDetails
{
	font-size: 15px;
	margin: 5px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F42D86;
}
#lightboxView
{
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
}
#closeButton
{
	top: -25px;
	right: -5px;
}
#lightbox img
{
	border: 1px solid #ccc;
	clear: both;
} 
#overlay img
{
	border: none;
}
#overlay
{
	background-image: url(../images/backgrounds/dd_overlay.png);
	z-index: 200;
}
* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/backgrounds/overlay.png", sizingMethod="scale");
}

/*--------------------------------
PRODUCT ZOOM FACILITY
--------------------------------*/

/* TITLE BOX */
div.jqZoomTitle
{
	z-index: 5000;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}
/* LENS */
.jqZoomPup
{
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
	cursor: crosshair;
}
.jqZoomPup img
{
	border: 0px;
}

.preload
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width: 90px;
	* width: 100px;
	height: 43px;
	*height: 55px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}
/* ZOOM WINDOW */
.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
/* TARGET SAFARI - MAIN IMAGE POSITION BUG */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	img#mainImage
	{
		margin: 4px 0 0 4px;
	}
}