#linkArea{
	margin: 20px auto 60px auto;
	width: 320px;
}

#linkArea a{
	background-color: #333333;
	color: #f5f5f5;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 130px;
	
	float: left;
}

#linkArea a:hover{
	background-color: #666666;
	color: transparent;
}

#orderRef{
	font-size: 1.2em;
}

#productHeader{
	background-color: #666666;
	color: #f5f5f5;
	font-weight: bold;
}

#productHeader a img
{
	display: inline;
}

#sizeHeader{
	background-color: #666666;
	color: #f5f5f5;
	text-align: left;
}

#totalArea{
	float: right;
	margin-top: 20px;
}

#orderNoJs{
	background-color: #ff9933;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

#savePrintArea{
	background-color: #cccccc;
	margin-bottom: 20px;
	padding: 5px 20px 5px 5px;
	text-align: right;
}

#savePrintArea img{
	display: inline;
	margin-left: 20px;
}

.productSummary{
	display: block;
	/*background-color: #333333;*/
	background-color: #00364b;
	color: #f5f5f5;
	clear: both;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

.productSummary img{
	float: left; 
	margin: 5px 10px auto 5px;
}

.productSummary span{
	font-size: 0.8em;
	font-weight: normal;
}

.productSummary:hover{
	filter: Alpha(Opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}


#payment input[type="text"], textarea{
	width: 20em;
}

#payment input[type="submit"]{
	border: 0px;
	background-color: #333333;
	color: #f5f5f5;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	width: 200px;
}

#payment input[type="submit"]:hover{
	background-color: #666666;
}

.footnote{
	font-size: 0.8em;
}

.required{
	color: #990000;
	font-weight: bold;
}

.worldpay{
	/*font-style: italic;*/
	font-weight: bold;
	text-transform: uppercase;
}
