@charset "utf-8";
/* SITE COLOURS */
/* main pink #ff0097 */
/* main violet #e241f7 */

/* ******************** GENERIC STYLES ************************ */

body {
	/* background-color: #1e2146; */
	background-color: #fff;
}

*, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-right: 5px solid #9e1f63;
	border-left: 5px solid #9e1f63;
	background: #FFFFFF url(../../images/left-column-tile.gif) repeat-y left;
}
#background-image-wrapper {
	/* background: url(../../images/main-background.jpg) no-repeat center top; */
}

#header {
	height: 153px;
	background: #bc7fb0 url(../../images/header-bg.jpg) no-repeat;
	position: relative;
}
#logo {
	float: left;
	width: 352px;
	height: 105px;
}
.clearfix {
	clear:both;
	height:0px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #AE1182;
	padding-bottom: 0.5em;
}

h2 {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
}
#right-column h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #AE1182;
	padding-bottom: 0.5em;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
.pinktext {
	color: #ff0097;
}
.purpletext {
	color: #e241f7;
}
.from-price {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom:10px;
}

#breadcrumbs {
	/*float: left;*/
	width: 100%;
	height: 23px;
	padding-top: 5px;
	border-bottom: 2px solid #e7d7f2;
}
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active
 {
	color: #999999;
	text-decoration: none;
	padding-left: 10px;
}


#breadcrumbs a:hover {
	color: #96258D;
	text-decoration: none;
}

#breadcrumbs a.selected:link,
#breadcrumbs a.selected:visited,
#breadcrumbs a.selected:active
 {
	color: #9D228D;
	text-decoration: none;
}

#search input {
	border: 0px;
}

#search_wrapper {
	float: left;
	width: 235px;
	padding-bottom: 17px;
}

#search_wrapper form#search input {
	width:195px;
	float: left;
	background: #f2f2f2;
	color: #999999;
	height: 19px;
	padding-top: 5px;
	padding-left: 10px;
}
#search_wrapper form#search input.submit {
	width:auto;
	cursor:pointer;
	float: right;
	padding: 0px;
	height: auto;
}
#search_wrapper form#search legend {
	display: none;
}

#shopping_basket {
	color:#fff;
	width: 235px;
	float: left;
}

#crossSell p {
	color:#666;
	font-size:13px;
}



/* ******************** TOP MENU ************************ */

#topmenu-holder {
	float: left;
	width: 100%;
	border-top: 2px solid #e7d7f2;
	border-bottom: 2px solid #e7d7f2;
}
#top-account-info {
	float: right;
	width: 570px;
	padding-top: 20px;
}

#top-account-info img {
	float: right;

}

#top-account-info .submit{
	float: right;

}

#top-account-info .left {
	float: left;
	width: 300px;
	color: #FFFFFF;
}

#top-account-info .right {
	float: right;
	width: 250px;
}

#top-account-info .box {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	height: 35px;

}
#top-account-info .textbox {
	float: left;
	width: 255px;
}

#top-account-info .textbox-narrow {
	float: left;
	width: 200px;
}



#topmenu {
	float: left;
	width: 698px;
}
#topmenu ul {
	clear:both;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	height: 45px;
}
#topmenu ul li {
	display:inline;
	float:left;
	width: 115px;
	background: #b9168d url(../../images/topnav-bg.jpg);
	border-right: 2px solid #FFFFFF;
	padding-top:7px;
	height:38px;
}
#topmenu ul li.last {
	display:inline;
	float:left;
	width: 113px;
	background: #b9168d url(../../images/topnav-bg.jpg);
	border-right: 0;
	padding-top:7px;
	height:38px;
}

#topmenu ul li a {
	display:block;
	float:left;
	padding:0 7px;
	text-decoration:none;
	color: #FFFFFF;
	width: 93px;
	text-align: center;
	margin: 5px 0 0px;
}
#topmenu ul li a:hover {
	text-decoration:none;
	color: #ff0097;
}

#home #topmenu ul li a.home:link {
color: #e241f7;

}
#left-column {
	float: left;
	width: 270px;
	border-right: 2px solid #e7d7f2;
	background: #FFFFFF;
}


#right-column {
	float: right;
	width: 698px;
}
#banner {
	float: left;
	width: 698px;
	height: 300px;
}
#category-header-image {
	float: left;
	border-bottom: 2px solid #e7d7f2;
	height: 230px;
}
.social-networking {
	float: left;
	width: 270px;
	margin-top: 5px;
}
.purple-grad {
	background: #AE1B8D url(../../images/purple-gradient.jpg) center;
	border-bottom: 2px solid #e7d7f2;
	height: 30px;
	padding-left: 15px;
}
.purple-grad .products  {
	float: left;
	width: 440px;
	height: 30px;
}
.purple-grad .help  {
	float: left;
	width: 220px;
	border-left: 2px solid #e7d7f2;
	padding-left: 15px;
	height: 30px;
}


.teaser-text {
	clear: both;
	padding: 20px 15px;
}

.margintop10 {
margin-top: 10px;	
}

#newsletter-signup {
	float: left;
	width: 260px;
	border-right: 2px solid #e7d7f2;
	padding-left: 10px;
	height: 40px;
	background: #B7158C url(../../images/topnav-bg.jpg);
	padding-top: 5px;
	border: 0px;
}

#newsletter-signup form legend {
	display: none;
}
#newsletter-signup .newsletter-input {
	width: 175px;
	height: 16px;
	color: #999999;
	background: #f2f2f2;
	border: 1px solid #999999;
	padding-left: 3px;
	float:left;
}

.newsletter-submit {
	width: auto;
	float:right;
	padding-top: 3px;
	border: 0px;
}


.buttonads {
	float: left;
	border-top: 2px solid #e7d7f2;
	border-bottom: 2px solid #e7d7f2;
}

.buttonads img {
	display:block;
	border-right: 2px solid #e7d7f2;
	float: left;
}
.buttonads img.last {
	border-right: 0;
}







/* ******************** INNER PRODUCT LIST ************************ */

#productlistcontainer {
	background: #e7d7f2 url(../../images/dwplistbg.gif) no-repeat;
	padding: 10px 0px 10px 0px;
}

#productlistcontainer ul {
	list-style: none;
	float: left;
	width: 228px;
	/*border-right: 1px dotted #AF0E7E;*/
}
#productlistcontainer ul.last{
	border-right: 0;
}
#productlistcontainer ul li {
	list-style: none;
}
#productlistcontainer a {
	text-decoration: none;
	display: block;
	background: url(../../images/product-list-arrow.gif) no-repeat right center;
	padding: 5px 10px 5px 15px;
}
#productlistcontainer ul li a:link, 
#productlistcontainer ul li a:visited, 
#productlistcontainer ul li a:active {
	color: #333333;
	padding-right: 10px;
}
#productlistcontainer ul li a:hover {
	color: #ff0097;
	text-decoration: none;
	display: block;
	background: url(../../images/product-list-arrowro.gif) no-repeat right center;
}




#products-container {
	float: left;
	width: 540px;
}
#products-container p {
	padding: 3px 0;
}

#category-products-container {
	float: left;
	width: 620px;
}
.category-products {
	float: left;
	width: 142px;
	margin-right: 17px;
	margin-top: 12px;
}
.category-products-last {
	float: left;
	width: 142px;
	margin-top: 12px;
}
#category-products-container p {
	padding: 3px 0 6px;
}
.greyborder {
	border: 1px solid #cccccc;
}

.pink-info {
	padding-left: 10px;
	background: url(pinkarrow-thumbs.gif) no-repeat left top;
	padding-top: 5px;
}
.pink-info .product-name {
	height: 40px;
	overflow: hidden;
}
.pink-info .product-description {
	height: 48px;
	overflow: hidden;
}

.pink-info a:link, .pink-info a:visited, .pink-info a:active {
	color: #ff0097;
	text-decoration: none;
	font-weight: bold;
}
.pink-info a:hover {
	color: #999999;
	text-decoration: none;
}
.purple-info {
	padding-left: 10px;
	background: url(purplearrow-thumbs.gif) no-repeat left top;
	padding-top: 5px;
}
.purple-info .product-name {
	height: 40px;
	overflow: hidden;
}
.purple-info .product-description {
	height: 48px;
	overflow: hidden;
}
.purple-info a:link, .purple-info a:visited, .purple-info a:active {
	color: #e241f7;
	text-decoration: none;
	font-weight: bold;
	border-width: 0px;
}
.purple-info a:hover {
	color: #999999;
	text-decoration: none;
}
.best-sellers {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff0097;
}
.special-offers {
	color: #e241f7;
	font-weight: bold;
	font-size: 1.1em;
}
#product-infocus-container {
	float: right;
	width: 237px;
}
.infocus {
	width: 237px;
	color: #e241f7;
	font-weight: bold;
	font-size: 1.1em;
}

.product-in-focus-last {
	float: left;
	margin-top: 12px;
}

#product-infocus-container p {
	padding: 3px 0;
}
#product-infocus-container img {
	border: 1px #CCCCCC;
}
#category-body {
	float: left;
	width: 620px;
}
#product-detail-left {
	float: left;
	width: 620px;
	background: url(pinktopborder.gif) no-repeat right top;
}



#footer {
	background: #e7d7f2;
	margin-top: 2px;
	padding-top: 10px;
	height: 30px;
	float: right;
	width: 670px;
	padding-left: 15px;
	padding-right: 15px;
	color: #666666;
}
#footer  .left  {
	width: 500px;
	float: left;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0097;
	text-decoration: none;
}

#footer .right {
	width: 170px;
	float: right;
	text-align: right;
}


a.blue:link, a.blue:active, a.blue:visited {
	color: #0099FF;
	text-decoration: none;
}


a.blue:hover {
	color: #999999;
}


a.grey:link, a.grey:active, a.grey:visited {
	color: #404040;
	text-decoration: underline;
	font-weight: normal;
}


a.grey:hover {
	color: #ff0097;
}

a.greynounderline:link, a.greynounderline:active, a.greynounderline:visited {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
}


a.greynounderline:hover {
	color: #ff0097;
}

/* ******************** BUTTON STYLES ************************ */



input.pink-input-85px {
	color: #FFFFFF;
	background: #ff0097 url(input-arrow-pink.gif) no-repeat right center;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	margin: 0;
	text-align: left;
	width: 85px;
	border: 0px;
	cursor:pointer;
}

input.pink-input-85px:hover {
	color:#ccc;
}

input.submit-input {
	color: #FFFFFF;
	background: url(input-arrow.gif) no-repeat right center;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 70px;
	border:none;
	cursor:pointer;
	border: 0px;
}

input.submit-input:hover {
	color:#ccc;
}

/*input.pink-input {
	color: #FFFFFF;
	background: #ff0097;
	font-weight: normal;
	padding: 2px 5px 2px 5px !important;
	margin: 0;
	text-align: left;
	border:none;
	cursor:pointer;
	text-align:center;
}*/
input.pink-input {
	background:url(../../images/pink-button-bg.jpg) no-repeat left center;
	padding: 2px; 
	/*width: 130px;*/
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
	border: 0px;
}

/*input.pink-input:hover {
	color:#ccc;
	text-align:center;
}*/

input.violet-input {
	color: #FFFFFF;
	background: #E241F7;
	font-weight: normal;
	padding: 2px 5px 2px 5px !important;
	margin: 0;
	text-align: left;
	border: 0px;
	cursor:pointer;
	text-align:center;
}

input.violet-input:hover {
	color:#ccc;
	text-align:center;
}


input.grey-input {
	color: #FFFFFF;
	background: #999;
	font-weight: normal;
	padding: 2px 5px 2px 5px !important;
	margin: 0;
	text-align: left;
	border:none;
	cursor:pointer;
	text-align:center;
}

input.grey-input:hover {
	color:#ccc;
	text-align:center;
}

a.pink-button {
	padding: 1px 10px 2px 5px;
	display:block;
	width:85px;
	margin-bottom:3px;
}


a.pink-button:link, a.pink-button:active, a.pink-button:visited {
	font-size: 1.1em;
	color: #FFFFFF;
	background: #ff0097 url(input-arrow.gif) no-repeat right center;
	font-weight: normal;
}

a.pink-button:hover {
	font-size: 1.1em;
	color: #FFFFFF;
	background: #999999 url(input-arrow.gif) no-repeat right center;
	font-weight: normal;
}


a.grey-button {
	padding: 1px 10px 2px 5px;
	display:block;
	width:85px;
	margin-bottom:3px;
}

a.grey-button:link, a.grey-button:active, a.grey-button:visited {
	font-size: 1.1em;
	color: #FFFFFF;
	background: #555555 url(input-arrow.gif) no-repeat right center;
	font-weight: normal;
}

a.grey-button:hover {
	font-size: 1.1em;
	color: #FFFFFF;
	background: #999999 url(input-arrow.gif) no-repeat right center;
	font-weight: normal;
}


input.pink-basket-button {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	background: #ff0097 url(addtobasket_bgrnd.gif) no-repeat center left;
	font-weight: bold;
	width:148px;
	padding: 1px 15px 2px 30px;
	text-align: left;
	border:none;
	cursor:pointer;
}

input.pink-basket-button:hover {
	color: #ccc;
}


.field-price {
	float: left;
	width: 60px;
}
.field-label {
	clear: both;
}

.mainimage_container {
	display: block;
	height: 330px;
	text-align: center;
}

.imgholder_zoom {
	display: none;
	width: 330px;
	height: 330px;
}

.product_rollover {
	width: 272px;
	position: absolute;
	z-index: 999;
	background: url(../../images/overlay-images/product-popup-bg.gif) no-repeat;
	padding-top: 30px;
	color: #4D4D4D;
	left: 70px;
	top: 100px;
	display: none;
}
.product_rollover .image_container {
	width: 230px;
	background: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 7px;
	text-align: center;
}
.product_rollover .description {
	width: 230px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #333333;
}
.product_rollover .product-price {
	color: #B62189;
	font-weight: bold;
}

#brands_flash {
	display: block;
}

div.pagination {
padding-left:10px;
}

body #help a {
	color:#333333;
}

#help ul li a:hover {
	color:#FF0097;
}

/* header lang  */

	#header {
		position:relative;
	}
	
	#widgetLanguage {
		position:absolute;
		z-index:200;
		padding-top:0;
		top:0px;
		left:25px;
		float:none;
		width:210px !important;
	}

	#widgetLanguage span.title {
		color:#FFFFFF;
		padding-right:15px;
	}
	
	#widgetLanguage span.title,
	#widgetLanguage a  {
		display:block;
		float:left;
	}
	
	#widgetLanguage a {
		margin-right:5px;
	}
	



#productDetail #productReviewsAdd input.pink-input {
    width: auto !important;
	border:solid 0 #fff;
	padding-right:15px;
	background-position:right;
	background-image: url("../../images/pink-button-bg2.jpg");
	*overflow:visible;
}

#categoryGrid .details .buttons .detailBtnpink {
	width:120px;
	padding-right:25px;
}
