body {
	background: #fff url(images/bg_gradient.jpg) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #444;
	text-align:center
}

.itemDetailHeading, .ContentTableHeader, .Headings, .Content b, .PageTitle {
	color: #00aeef;
}

label {white-space: nowrap}

.ErrorMessages {float:left;color:red;font-weight:bold;}
input.Content{float:left}

.itemHeading, .itemHeading a {
	color: #444;
	text-align: center;
	width: 100%
}

td.itemHeading a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

.price, .stockStatus { font-size: 8pt;}

.Content { color: #444; font-size: 8pt; }
.Instructions { color: #888; }

h1,h2,h3 {font-size: 1.1em; font-weight: bold}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00aeef;
	text-decoration: none;
	border-bottom: 1px solid #00aeef;
}

.itemHeadingRow {
	width:100%;
	padding:0px;
	margin: 0px;
}
.itemHeadingRow td {
	padding: 10px;
}
.itemHeadingRow td a {
	font-weight: bold;
	font-size: 10pt;
}
.itemHeadingRow td a:hover {
	color:#85b1de;
	border-bottom: 1px dotted #85b1de;
}
.itemTable {
	margin: 10px;
	padding: 0px;
	width:300px;
	border: 3px solid #00aeef;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #fff url(images/bg_gradient_item.jpg) repeat-x;
}

.header { 
display:inline-block;height:65px; width:100%;
	background:#fff;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
}
	.header img { float:left; display:block;margin-left:16px}
	.header .links { float:right; clear:right }		
	
.menu { 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	width:100%;
	display: inline-block; 
	clear:both;
	background: #fff;
}
	.menu img { float: left; clear:left;padding-left:15px;}
	.menu .links { clear:right;color:#333;margin-top:3px;margin-bottom:0px}
	.menu .links a { color:#333;font-weight:normal;border:none; }
	.menu .links a:hover { font-weight:normal;border:none;color:#00aeef;border-bottom: 1px dotted #00aeef; }
	.menu .searchBox { position:absolute;right:16px;display:block;padding:3px 10px 5px 15px; }
		.menu .searchBox input { height:30px;border: 1px solid #ccc;color:#333;background:#fff; }
		.menu .searchBox .searchButton { height:30px; border: 1px solid #ccc; color: #333; background: #b5ddec; font-weight: bold}
	.menu hr { border:0;height:1px;background-color:#ccc; width: 100%; display: block; clear:both}
	.links {
		float: left;
		list-style: none;
		clear: both;
		white-space: nowrap;
		margin-right: 16px;
	}
		.links li {
			display: inline;
		}
		
.preFooter { 
	padding:16px;
	background:#fff;
	display: inline-block; 
	clear:both;	
	font-size: 8pt;
  	width: 900px ;
  	margin-left: auto ;
  	margin-right: auto ;
}
	.preFooter img { float:left; }
	.footerInfo {
		float:left; 
		text-align:left;
		width: 550px;
   		display: block;
	}

#PageTable { background:#fff;padding:16px;width:100%; }
	
.footer { 
	font-size: 0.8em;
	width:100%;
	background:#fff;
	text-align:center;
	-moz-border-radius-bottomright: 16px;
   	-moz-border-radius-bottomleft: 16px;
   	-webkit-border-bottom-left-radius: 16px;
   	-webkit-border-bottom-right-radius: 16px;
   	clear:both;
   	display: block;
}
	.footer .links {text-align:center;}		
	
#PageCell { background: #fff}
#PageSubTable a { border: none !important;}

.menu .links a.current {
	color: #00aeef;
}

.round {
	-moz-border-radius: 16px;
   	-webkit-border-radius: 16px;
}

.productInfo {
    border: solid 1px #85b1de;
    border-left: solid 3px #85b1de;
    background-color: #EDF2F7;
	text-align: left;
	width:400px;
	min-height:220px;
	float:left;
	padding:10px;
	margin: 10px;
	text-align: center;
}
table.productInfo {
	text-align: center;
	width:250px;
}
.alert {
	border:solid 1px #CC0000; 
	border-left:solid 3px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
}

.productInfo a {
	display:inline-block;
	background: #fff;
	border: solid 1px #85b1de;
	padding:10px;
	margin:10px;
	float:left;
	text-align:center;
}
.productInfo img {
float:none;
}
.productInfo div {
	padding:10px;
	text-align: left;
}