/* CSS Document */
body{
	background-color:#FFF;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
}
.productHolder{
	width:669px;
	height:380px;
	padding:10px;
	background-color:#FFF;
}
.productImage{
	width:444px;
	height:379px;
	display:table;
	background-color: #000;
	text-align:center;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.productImage img{margin-top:2px;}
.productInfo{
	width:163px;
	height:340px;
	background-color:#000;
	float:left;
	padding:20px;
}
.productInfo h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#a191b9;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom: 15px;
}

.productInfo p{
	color:#FFF;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.productInfo .divider{
	clear:both;
	margin:15px 0px 15px 0px;
}


	
#map p {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 0.7em;
	}
	
#productDescription { max-height:100px; overflow:auto; }
	
	
/***** PRODUCT CONTAINER STYLES *****/		


#productContainer {
	width:867px;
	height:449px;
	background-color:#FFF;
	overflow:hidden;
	}
	
.descriptionContainer {
	float: left;
	width: 335px;
	height: 409px;
	background-color: #999;
	position: relative;
	padding: 15px 25px 25px 25px;
	}
	
.descriptionContainer p {
	font-size: 12px;
	}
	
	
.descriptionContainer h1 {
	margin-bottom: 40px;
	}
	
.fabricRange {
	float: left;
	margin: 0px 3px;
	width: 176px;
	height: 449px;
	}
	
.fabricRange img { padding-bottom:2px; width:176px; height:148px; }
	
.productimage {
	float: right;
	width: 300px;
	height: 449px;
	}	
	
.descriptionContainer p.cost {
	font-size: 18px;
	}	
	
.basket {
	position: absolute;
	bottom: 90px;
	left: 25px;
	}
	
.checkout {
	position: absolute;
	bottom: 50px;
	left: 25px;
	}		
	
.basket a {
	display: block;
	width: 100px;
	border-top: 1px solid #c9a0c9;
	border-left: 1px solid #c9a0c9;
	border-bottom: 1px solid #3a163a;
	border-right: 1px solid #3a163a;	
	color: #FFF;
	background:#753875 url(../images/icn_basket.gif) 90% 50% no-repeat; 
	padding: 3px 20px 3px 10px;
	}
	
.basket a:hover {
	border-bottom: 1px solid #c9a0c9;
	border-right: 1px solid #c9a0c9;
	border-top: 1px solid #3a163a;
	border-left: 1px solid #3a163a;
	}
	
.basket {
	display:inline;
	}	
	
.checkout a {
	display: block;
	width: 100px;
	border-top: 1px solid #737171;
	border-left: 1px solid #737171;
	border-bottom: 1px solid #171212;
	border-right: 1px solid #171212;	
	color: #FFF;
	background:#333 url(../images/icn_checkout.gif) 90% 50% no-repeat; 
	padding: 3px 20px 3px 10px;
	}
	
.checkout a:hover {
	border-bottom: 1px solid #737171;
	border-right: 1px solid #737171;
	border-top: 1px solid #171212;
	border-left: 1px solid #171212;
	}
	
#closebox {
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 385px;
	padding: 7px 0px 7px 0px;
	height: 10px;
	background-color: #FFF;
	}
	
#closebox p {
	margin: 0px;
	padding: 0px;
	}	
	
a.closelink {
	color: #333;
	background: url(../images/icn_close.gif) 0% 50% no-repeat;
	padding: 2px 0px 2px 22px;
	cursor: pointer;
	}
	
a.closelink:hover {
	color: #666;
	}
	
#sizingguidetext {
	float: left;
	position: relative;
	width: 400px;
	height: 399px;
	padding: 25px;
	}
	
#sizingguidetext p {
	color: #000;
	}
	
#sizingguidetext h1 {
	color: #000;
	}
	
#headsizerev {
	float: right;
	display: inline;
	height: 449px;
	width: 320px;
	margin: 0 50px 0 0;
	background: url(../images/headsizerev.gif) 100% 53px no-repeat;
	}
	
#checkoutContainer {
	width:807px;
	overflow:hidden;
	min-height:389px;
	padding:10px 30px 0px 30px;
	background-color:#999;
	}
	
#checkoutContainer h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: lighter;
	}		
	
#basket_container {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	width: 805px;
	background: #FFF;
	margin-bottom: 10px;
	color: #666;
	}
	
#basket_container p {
	color: #666;
	margin: 0px;
	padding: 10px;
	}
	
#basket_container_header {
	background: #333333;
	height: 25px;
	width: 787px;
	padding: 0px 10px;
	color: #FFF;
	line-height: 25px;
	font-size: 14px;
	border-bottom: 1px solid #000;
	margin: 15px 0 0 0;
	} 
	
.subtotal {
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	text-align: right;
	margin-right: 35px;
	margin-bottom: 10px;
	}
	
.black {
	color: #000;
	font-weight: normal;
	}	
	
.keepshopping a {
	display: block;
	width: 100px;
	border-top: 1px solid #737171;
	border-left: 1px solid #737171;
	border-bottom: 1px solid #171212;
	border-right: 1px solid #171212;	
	color: #FFF;
	background:#333 url(../images/icn_checkout.gif) 90% 50% no-repeat; 
	padding: 3px 20px 3px 10px;
	}
	
.keepshopping a:hover {
	border-bottom: 1px solid #737171;
	border-right: 1px solid #737171;
	border-top: 1px solid #171212;
	border-left: 1px solid #171212;
	}	
	
.buynow a {
	float: right;
	display: block;
	border-top: 1px solid #c9a0c9;
	border-left: 1px solid #c9a0c9;
	border-bottom: 1px solid #3a163a;
	border-right: 1px solid #3a163a;	
	color: #FFF;
	width: 80px;
	background:#753875; 
	padding: 3px 0 3px 0;
	text-align: center;
	}
	
.buynow a:hover {
	border-bottom: 1px solid #c9a0c9;
	border-right: 1px solid #c9a0c9;
	border-top: 1px solid #3a163a;
	border-left: 1px solid #3a163a;
	}	
	
#signup_header {
	background-color: #333;
	height: 25px;
	width: 280px;
	color: #FFF;
	line-height: 25px;
	border-bottom: 1px solid #000; 
	padding: 0px 10px;
	margin: 10px 0 0 0;
	font-size: 14px;
	} 	
	
#signup_container {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 268px;
	background: #FFF;
	padding: 15px;
	}
	
#signup_container p {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	}
	
#returning_header {
	background-color: #333;
	height: 25px;
	width: 380px;
	color: #FFF;
	line-height: 25px;
	border-bottom: 1px solid #000; 
	padding: 0px 10px;
	margin: 15px 0 0 0;
	font-size: 14px;
	} 	
	
#returning_container {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 368px;
	background: #FFF;
	padding: 15px;
	}
	
#returning_container p {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	}
	
#signup_container a:hover, #returning_container a:hover {
	color: #CCC;
	}
	
.button333 a {
	display: block;
	width: 100px;
	border-top: 1px solid #737171;
	border-left: 1px solid #737171;
	border-bottom: 1px solid #171212;
	border-right: 1px solid #171212;	
	color: #FFF;
	background:#333 url(../images/icn_checkout.gif) 90% 50% no-repeat; 
	padding: 3px 20px 3px 10px;
	font-size: 12px;
	}
	
.button333 a:hover {
	border-bottom: 1px solid #737171;
	border-right: 1px solid #737171;
	border-top: 1px solid #171212;
	border-left: 1px solid #171212;
	color: #FFF;
	}	
	
/***** CUSTOMER REGISTRATION *****/

.col1 {
	float: left;
	}
	
.col2 {
	float: right;
	}
	

#createheader {
	background-color: #333;
	height: 25px;
	width: 360px;
	color: #FFF;
	line-height: 25px;
	border-bottom: 1px solid #000; 
	padding: 0px 10px;
	margin: 15px 0 0 0;
	font-size: 14px;
	} 

#checkoutContainer table {
	font-size: 12px;
	width: 380px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #666;
	}
	
#checkoutContainer td {
	padding: 3px 5px;
	}
	
.inputRequirement {color:#c30;}

.altrow {
	background-color: #EFEFEF;
	}
	
#signup_container table {
	font-size: 12px;
	width: 200px;
	background: #FFF;
	color: #666;
	}	
	
#signup_container td {
	padding: 2px 5px;
	}	
	
	
/**** END ****/
	
			
		
