/* CSS Document */
<style>

* {
margin: 0; padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.productModalDialog 
{
background-color:#CCCCCC;
border:thick;
position:absolute; 
top:419px; 
left:588px; 
width:600px;
}

.itemStyle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}

.priceSmall
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF6600;
font-weight:bold;
}

.sizes
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
}

img 
{ 
border: 0px; 
}

.pageTitlenotused
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	position:absolute;
	top:7px;
	left:28px;
	width:538px;
	height:45px;
	text-align:center;
	font-weight: bold;
	z-index: 10;
}

.pageTitle
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
}

.hatadv
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:darkred;
}


.prodTableTd
{
border:6px;
border-color:#EEEEEE;
border-style:solid;
border-collapse:inherit;
background-color:#FFFFFF;
margin:0px;
padding:0px;

}

.prodDetailUL
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
}

.prodDetailUL li
{
margin-top:15px;

}

.prodDetailTitle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

table.shipping
{
border-collapse: collapse;
}

</style>
