#HEAD {
}
#BODY {
}
#FOOT {
}
body {
	margin: 0;
	padding: 0;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: center;
}
table {
	font:12px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
p, td, tr {
	font:12px Trebuchet MS, Arial, Helvetica, sans-serif;
}




.leftright {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.leftrightbottom {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.top {
	border-top: 1px solid #CCC;
}
.left {
	border-left: 1px solid #CCC;
}
.right {
	border-right: 1px solid #CCC;
}
.bottom {
	border-bottom: 1px solid #CCC;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #F93; /* orange */
/*	padding-left: 12px; */
}
h2 {
	font-size: 18px;
	font-weight: normal;	
	color: #999; /* medium grey */
}
h3 {
}
h4 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h5 {
}
h6 {
	margin-top: 0px;
	font-size: 12px;
	font-style: bold;
	color: #000; /* black */
}
p {
}
blockquote {
}
hr {
	padding: 4px;
	color: #999; /* medium grey */
	width: 100%;
	height: 1px;
}
img {
	border: none;
}
.imgLeft {
	float:left;
	margin: 0 .8em .4em 0;
}
.imgRight {
	float:right;
	margin: 0 0 .4em .8em;
}
a {
   color: #333; /* dark grey */
   text-decoration: underline;
}
a:link {
}
a:visited 
{
   color: #333; /* dark grey */	
}
a:hover 
{
   color: #333; /* dark grey */		
   text-decoration: none;
}
.hide {
	display: none;
}
.searchresult {
	font-size: 14px;
	color: #F93;
	font-weight: bold;
}
.strike {
	font-size: 11px;
	text-decoration: line-through;
}
.regprice {
	font-size: 11px;
}
.price {
	font-size: 12px;
}
/*
.saleprice {
	font-size: 11px;
}
*/
.sale
{
	font-weight: bold;
	color: #F00;
} 
a.sale, a.sale:visited{
	font-weight: bold;
	color: #F00; /* red */
}
a.sale:active, a.sale:hover {
	color: #F00;
}
.itemname {
	color: #F93;
	font-size: 14px;
	font-weight: bold;
}
.itemviews {
	color: #F93;
	font-size: 14px;
	font-weight: bold;
/*	border-bottom: #ccc 1px solid; */
}
.wide {
	color: #960;
	font-weight: bold;
}
.generictag {
	color: #F93;
	font-weight: bold;
}
.new {
	color: #F93;
	font-weight: bold;
}
.filler {
	background: white;
	font-weight: bold;
	font-size: 10px;
	color: white;
	padding-left: 16px;
	padding-right: 16px;	
}
.online {
	background: blue;
	font-weight: bold;
	font-size: 10px;
	color: white;
	padding-left: 16px;
	padding-right: 16px;
}
.lotnumber {
	color: #666; /* dark grey */
}
.copyright {
	color: #666; /* light grey */
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
}
.color {
}
.size {
}
.quantity {
}
.discounts {
}
.fineprint {
	font-size: 10px;
	color: #666;
}
.required {
	color: #F93; /* orange */
	font-weight: bold;
}

.error {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
table td.errorBig {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #F00;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 6px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

/*
.error {
	display: none;
}
.errorBig {
	display: none;
}
*/




/* tlc page */
.tlctitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #F5F5F5;

/*	
	font-size: 18px;
	font-weight: normal;
	color: #F93; 
	background: #FFF7E0;
*/
}

/* slc page */
table.slcproduct {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}


/* Product Detail Page */
.pdtablechoices {
	margin: auto, 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #F5F5F5;
	margin-bottom: 10px;
}
.pdtabletitle {
/*  background: #FFF7E0; */
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

/* gift card */
.gctableout {
	background: #F1F1F1;
	height: 180px;	
}
.gctablein {
	background: #FFF;
	padding: 10px;
	height: 200px;
}
.gctitle {
	font-size: 14px;
	font-weight: bold;
	color: #F93;
	
}