@charset "utf-8";
/* CSS Document */
/*Defualt backgrounf image*/

.centerColumn {
	width: 748px;
	height: 374px;
	overflow:hidden;
	margin-left: 185px;
	margin-top: 60px;
}
body{
	font-family:Arial, Helvetica, sans-serif
	}
#productMainImage{
	position:absolute;
	right:18px;
	top: 98px;
	background-color:#FFFFFF;
	padding-left:26px;
	padding-right:3px;
	}
#productDescription{
	width:456px;
	height:140px;
	font-size:10px;
	overflow:auto;
}
/*Remove product x/y */
.navNextPrevCounter{
	display:none;
	}
/*Next Previous Counter*/
.navNextPrevWrapper{
	text-align:left;
	margin-top:7px;
	}

/*Button Styling*/
.button_return_to_product_list{
	display:none;
	}
.cssButton button_prev, .cssButtonHover {
 background-color:#FFFFFF;
 }
.button_in_cart{
	background:#9FB7C7;
	color:#FFFFFF;
	}
.button_in_cartHover{
	background:#3D454C;
	color:#FFFFFF;
}	
/*Remove List Name */
#attribsOptionsText{
	display:none;
}
/*Remove Link to enlarge image*/
.imgLink{
	display:none;
	}
/*Fix padding in list*/
.optionName{
	padding:0px;
	margin:0px;
}
.wrapperAttribsOptions{
	margin:0px;
	padding:0px;
}
#cartAdd{
	position:absolute;
	left:520px;
	bottom:144px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/*These are div's for the view hair colours layer
-------------------------------------------------*/
#hairdoColours{
	position: absolute;
	visibility: hidden;
	z-index: 6;
	height: 216px;
	width: 460px;
	top: 188px;
	left: 188px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
#closeColours{
	font-size:10px;
	font-weight:bold;
	position: absolute;
	visibility: inherit;
	z-index: 6;
	height: 1px;
	width: 10px;
	top: 192px;
	left: 3px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	color:#9FB7C7;
}
#productGeneral a:link {
	text-decoration:none;
}
#productGeneral a:visited {
	text-decoration:none;
}
#productGeneral a:hover {
	text-decoration:none;
}
#productGeneral a:active {
	text-decoration:none;
}


/*end of View Colours image
-------------------------*/


