html
{
	height: 100%;
}
body 
{
	color: #000000;
	font: 11px/1.5 Verdana,sans-serif;
	height: 100%;
	line-height: 16px;	
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	border: solid 1px #d8d8d8;
	font: 11px/1.5 Verdana,sans-serif;
	padding: 3px;
	vertical-align: middle;
}
input:focus, select:focus, textarea:focus
{
	border: solid 1px #aaaaaa;
}

ul, li, form, a, img, dd, dt, dl
{
	border: none;
	margin: 0;
	padding: 0;
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
}

.space15
{
	clear: both;
	height: 15px;
}

.space5
{
	clear: both;
	height: 5px;
}

.space10
{
	clear: both;
	height: 10px;
}

form#frmProductDetails
{
	margin: 0 auto;
	width: 324px;
}

div.prodDetailsRight
{
	width: 324px;
}
h1.productName
{
	font-size:16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.prodDetailsCollectionName
{
	margin: 5px 0;
	text-align: center;
}
div.productDetailsCode
{
	color: #ABABAB;
	text-align: center;
}
div.prodDetailsLogo
{
	margin: 5px 0;
	text-align: center;
}
div.prodDetailsContainer
{
	background: #f1f1f1;
	border-top: solid 1px #FF00D2;
	border-bottom: solid 1px #FF00D2;
	padding: 10px 0;
}
div.productDetailsLabel
{
	float: left;
	height: 23px;
	line-height: 23px;
	margin: 10px 6px 0 4px;
	text-align: right;
	width: 120px;
}
div.productDetailsValues select
{
	width: 180px;
}
div.productDetailsValues
{
	float: left;
	height: 23px;
	line-height: 23px;
	margin: 10px 0 0 0;
	text-align: left;	
	width: 190px;
}
div.productDetailsPrice
{
	margin: 0;
	text-align: center;
}
div.productAddToCart
{
	background:url("../images/add_to_cart.jpg") no-repeat scroll 0 0 transparent;
	clear:both;
	height:20px;
	margin: 10px auto;
	padding:1px 0 0;
	text-align:center;
	width:101px;
}
div.productAddToCart a, div.productAddToCart a:link, div.productAddToCart a:visited
{
	color: #ffffff;
	display: block;
	height:20px;
	line-height: 18px;
	text-decoration: none;
}
div.productAddToCart a:hover
{
	color: #fad910;
}

span.productPrice
{
	color: #ee00c6;
	font-size: 18px;
	font-weight: bold;
}
span.pricesmall
{
	font-size: 10px;
}
div.oldProductPrice
{
	text-decoration:line-through;
}
div.oldProductPrice sup
{
	font-size: 8px;
}

.phone
{
	color: #A40094;
	font-weight: bold;
}
