body {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #FFF;
text-align: left;
margin: 0px;
}

table {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #000;
}

A:link {
	color: #CC0000;
	text-decoration: underline;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #D63232;;
	text-decoration: none;
}

A:hover {
	color: #999999;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #F4F4F4;
	text-decoration: none;
}

A.dark:active {
	color: #F4F4F4;
	text-decoration: none;
}

A.dark:hover {
	color: #003366;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #33CCFF;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #33CCFF;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #8B0000;
	height : 1px;
}

td.bgtopbar {
background-image: url(images/topbarbg.gif);
background: #E5E5E5;
font-size: 11px;
}

td.leftbg {
background-image: url(images/leftbg.gif);
font-size: 11px;
}

td.righttbg {
background-image: url(images/rightbg.gif);
}

td.nntable {
background-image: url(images/nntable.gif);
font-size: 11px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D32222;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}


.bolder-title {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

.prodoptions td ul,.prodoptions td ul li, .detailoptions td ul,.detailoptions td ul li {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
}
.prodoptions td ul li, .detailoptions td ul li {
	float:right;
	cursor: pointer;
	cursor: hand;
	/*border:0 dotted #333;
	border-bottom-width: 1px;*/
	white-space: nowrap;
}

.prodoptions td dl, .detailoptions td dl {
	white-space: normal;
	visibility: hidden;
	position: absolute;
	width: 200px;
	padding: 0 0 3px 0;
	background-color: #efefef;
	height: auto;
	border: solid 1px #000;
	z-index:300;
}
.prodoptions td dt, .detailoptions td dt {
	font-size: 12px;
	height: 18px;
	text-align:center;
	font-weight: bold;
	background-color: #b7da52;
	color: #222;
	border: solid 0 #444;
	border-bottom-width: 2px;
	padding:3px;
}
.prodoptions td dd, .detailoptions td dd {
	width:auto;
	text-align: left;
	margin:0;
	padding: 3px 6px;
}
.prodoptions td ul li:hover, .detailoptions td ul li:hover {
	position: relative;
}
.prodoptions td ul li:hover dl, .detailoptions td ul li:hover dl {
	visibility:visible;
	color: #000;
	top: -3px;
	right:110px;
}

hr.review {
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #CC0000;
}
.detailprice {
text-align: center;
padding-top: 10px;
}
.detailprice span {
font-size: 13px;
padding: 3px;
background-color: #E0FF7F;
font-weight: bold
}
#minlogin .mincart {
color: #ffffff;
background-color: #556916;
padding: 0;
margin: 0;
text-align: left;
}
#minlogin p.mincart {
margin: 2px 0;
padding: 3px;
text-align: center;
border: 1px dotted #ffffff;
}
#minlogin a.mincart {
text-decoration: none;
}
#minlogin a.mincart:hover {
color: #003366;
}
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}
/*HCS WTD DRA : 08-03-10 : Added / Modified for Proofs and Designs Mod START*/
.mainproofhead
{
background-color:#000000;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

.adminproofhead
{
background-color:#666666;
color:#FFFFFF;
font-weight:bold;
}
.customerproofhead
{
background-color:#999999;
color:#FFFFFF;
font-weight:bold;
}
/*HCS WTD DRA : 08-03-10 : Added / Modified for Proofs and Designs Mod END*/