.alpha {background-image: none;}     
.mainbox {
                        margin: 0px auto 0px auto;
                        width: 95%;
                        border-top: 1px solid #dddddd;
                        /*border-right: 1px solid #000000;*/
                        /*border-bottom: 1px solid #000000;*/
                        /*border-left: 1px solid #000000;*/
                        text-align: center;
}
.prodname {
	font-size: 12px;
	color: #ffffff;
	padding: 2px;
	background-color: #6699cc;
        text-align: right;
}
.prodid {
	font-size: 12px;
	color: #ffffff;
	padding: 2px;
	background-color: #6699cc;
        text-align: left;
}
.quant {
	font-size: 12px;
	color: #330000;
	padding: 3px;
	background-color: #FFFFFF;
        text-align: left;
}
.pricetd {
	font-size: 12px;
	color: #000000;
	padding: 3px;
	background-color: #FFFFFF;
        text-align: left;
}
.descr {
	font-size: 12px;
	color: #000000;
	padding: 3px;
	background-color: #FFFFFF;
        text-align: left;
}
.imgtd {
	padding: 3px;
}
.cart{
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  background-color: #6699cc;
  padding: 3px;
}
.cartitem{
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
  font-weight: bold;
  font-size: 13px;
  background-color: #eeeeee;
  padding: 3px;
}
.empty{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
a.remove:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #cc0000;
        text-decoration: none;
}
a.remove:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #cc0000;
        text-decoration: underline;
}
a.remove:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #cc0000;
        text-decoration: none;
}
a.remove:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #cc0000;
        text-decoration: none;
}
.total{
  color: #000033;
  font-weight: bold;
}
.tcoutertable {
        background: #ffffff;
	border: 1px;
}
.tcoutertable td {
        padding: 4px 6px;
}
.tctdhead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #6699cc;
        text-align: left;
        padding: 2px;
}
.tctd {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-align: left;
        padding: 5px;
        background-color: #ffffff;
}
.indextd {
        background-color: #6699cc;
	padding:2px;
}
.indextd a:link, .indextd a:visited {
	font-size: 15px;
        color: #ffffff;
        text-decoration: none;
}
.indextd a:hover {
	font-size: 15px;
        color: #ffffff;
        text-decoration: underline;
}
.mainindextd {
        background-color: #ffffff;
        padding:2px;
	text-align:center;
}
.mainindextd a:link, .mainindextd a:visited {
        font-size: 11px;
        color: #990000;
        text-decoration: none;
}
.mainindextd a:hover {
        font-size: 11px;
        color: #990000;
        text-decoration: underline;
}
.mainindextd li {
	color: #990000;
}
.content table {
	margin: 0 auto;
}
