@charset "utf-8";
/* CSS Document */
#mainImage{
	width:320px;	
	float:left;
}

#productDetails{
	width:460px;
	float:right;
}

#productTitle{
	border-bottom:2px solid #cccccc;
}

#productTitle h1{
	color:#2E2E2E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:2px;
}

#productDescription{
	color:#818181;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	border-bottom:2px solid #cccccc;
}

 .productTable{
	width:100%;
	margin-top:20px;
}
.productTable th{
	color:#686868;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	margin:2px 4px;
	text-align:left;
}

.productTable td{
	font-family:Arial,Helvetica,sans-serif;
	color:#707070;
	font-size:10px;
	font-weight:bold;
	margin:2px 4px;
}

.Row{
	border-top:2px solid #cccccc;
}
.altRow{
	border-top:2px solid #cccccc;
	background-color:#EFEFEF;
}

.Row a, .altRow a{
	color:#686868;
	text-decoration:none;
}

.Row a:hover, .altRow a:hover{
	color:#999999;
}


.formButtons{
	cursor:pointer;
	margin-top:10px;
}

#moreImages{
	width:800px;
	float:left;
	margin-top:10px;
	padding-top:10px;
}

#moreImages h1{
	border-bottom:1px solid #cccccc;
	margin:3px;
	padding-left:3px;
	padding-bottom:4px;
	font-size:6pt;
}
