/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/pgbg.jpg);
}
body,td {font-family:Arial;}
img{border:0;}

 .main {font-family:Arial; font-size:12px; color:#333333; line-height:18px;}
 A.tbody:link {font-family:Tahoma; font-size:12px; color:#cc0000; font-weight:bold; line-height:18px;}
 A.tbody:hover {font-family:Tahoma; font-size:12px; color:#cc0000; font-weight:bold; line-height:18px;}
 A.tbody:visited {font-family:Tahoma; font-size:12px; color:#cc0000; font-weight:bold; line-height:18px;}
 
  .maindis {font-family:Arial; font-size:9px; color:#333333; line-height:12px;}

.sanshead {font-family:Arial; font-size:24px; color:#990000;font-weight:bold; line-height:22px;}

.sanshead2 {font-family:Arial; font-size:24px; color:#cc0000; line-height:22px;}

 .main14 {font-family:Arial; font-size:14px; color:#333333; line-height:18px;}

  .times21 {font-family:Times; font-size:20px; color:#333333; line-height:18px; text-decoration:none}

    .times14 {font-family:Times; font-size:14px; color:#333333; line-height:14px;}

  .timesred {font-family:Times; font-size:20px; color:#990000; line-height:18px;}

 .mainbold {font-family:Arial; font-size:18px; color:#333333; line-height:18px;   font-weight:bold;}

  .mainred {font-family:Arial; font-size:14px; color:#cc0000; line-height:18px;  font-weight:bold;}


  .sansheadgr {font-family:Arial; font-size:24px; color:#333333;font-weight:bold; line-height:22px;}

/* products */
.productcontent {font-family:Arial; font-size:12px; color:#000000; width:831px; margin:0 auto;}
.error {font-size:18px;color:red;}
.producttitle {font-family:Arial; font-size:18px; color:#cc0000; line-height:18px;  font-weight:bold;}
.productsubtitle {font-family:Arial; font-size:16px; color:#cc0000; line-height:18px;  font-weight:bold;}
.retailprice {font-size: 14px;color: #999999;}
.retailpriceamount {font-size: 14px;color: #999999;text-decoration: line-through;}
.price {font-size: 14px;color: #cc0000;font-weight:bold;}
.quantity {font-family:Arial; font-size:11px; color:#999999;}
.required {font-family:Arial; font-size:11px; color:#999999;}
.sectiontitle{font-size:18px;}
a.modify_link:link {font-size:12px; color:#cc0000; font-weight:bold;}
a.modify_link:hover {font-size:12px; color:#cc0000; font-weight:bold;}
a.modify_link:visited {font-size:12px; color:#cc0000; font-weight:bold;}
.totals{font-weight:bold;}
#buynow {
  width: 138px;
  height: 39px;
  padding: 39px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(graphics/buynow.jpg) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#buynow { /* For non-IE browsers*/
  height: 0px;
}
#complete {
  width: 340px;
  height: 39px;
  padding: 39px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(graphics/complete_purchase.jpg) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#complete { /* For non-IE browsers*/
  height: 0px;
}
