#products{
	margin:auto;
	position:relative;
	top:0;
	width:100%;
}
.prodSection{
	clear:both;
}
.prodSectionTitle {
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding-top:20px;
	clear:both;
}
.prodSectionTitle a:link, a:active, a:visited{
	color:#990000;
	text-decoration:none;
}
.prodSectionTitle a:hover{
	color:#990000;
	text-decoration:underline;
}
.prodSubSection {
  	text-align: center;
	margin-bottom:20px;
}
.prodBox {
	margin: 1px 1px 1px 1px;
  	text-align: center;
	vertical-align:middle;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	float:left;
	border: 1px dotted #999999;
}
.prodBoxQty {
	background-color:#666666;
	font-size:12px;
	color:#FFFFFF;
	width:96px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.prodBoxPriceOld{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: line-through;
	display: inline;
}
.prodBoxPrice {
	background-color:#EEEEEE;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003300;
	width:96px;
	height:20px;
	line-height: 20px;
	text-align: center;
}
.prodBoxPrice a:link, a:active, a:visited{
	color:#990000;
	text-decoration:none;
}
.prodBoxPrice a:hover{
	color:#990000;
	text-decoration:underline;
}
#prodtabsmenu{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#prodtabsmenu ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#prodtabsmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#prodtabsmenu a{
	float: left;
	display: block;
	font: bold 10px Arial;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: black; /*Default menu color*/
	border-bottom: 1px solid white;
}

#prodtabsmenu a:hover{
	background-color: gray; /*Menu hover bgcolor*/
}

#prodtabsmenu #current a{ /*currently selected tab*/
	background-color: #434343; /*Brown color theme*/
	border-top-color: #434343;
	border-right-color: #434343;
	border-bottom-color: #434343;
	border-left-color: #434343;
}

#prodtabsmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px; /*Brown color theme*/
	background-color: #434343;
}
#productThumbnails{
	position: relative;
	width: 520px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
}
.productThumb{
	 float: left;
	 width:150px;
	 height: 200px;
	 margin: 0 20px 20px 0;
	 padding: 0px;
}
.clearboth { 
	clear: both;
 }
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
.WidgetCatBox{
position: relative;
}
.WidgetCatBoxSection{
   float: left;
   width: 160px;
height:300px;
   border: 1px double #003366;
   margin: 0 10px 10px 0;
   padding: 5px;
   background-color: #ECE9D8;
   }
.clearboth {
   clear: both;
   }
.WidgetCatBoxSectionTitle{
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   }
.WidgetCatBoxPrice{
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   }
/* start lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#lightboxKeyboardMsg{ float: right; }
#lightboxCloseButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#lightboxOverlay img{ border: none; }

#lightboxOverlay{ background-image: url(/admin/images/lightbox-overlay.png); }

* html #lightboxOverlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/admin/images/lightbox-overlay.png", sizingMethod="scale");
}
/* end lightbox */a img {
   border: 0 none;
   }
img {
   border: 0 none;
   }
p {
   color: #000000;
   }
a:link {color:#0033CC;}    /* unvisited link */
a:visited {color:#0033CC;} /* visited link */
a:hover {color:#00FF66;}   /* mouse over link */
a:active {color:#990000;}  /* selected link */
#testmode {
	color:#FFFFFF;
	font-size:18px;
	background-color:#990000;
	z-index:50000;
	position:absolute;
	top:20px;
	left:0px;
	margin:auto;
	width: 100%;
	text-align:center;
	height:30px;
	visibility:visible;
}
#test_asp #testmode {
	background-color:#FF00FF;
	top:100px;
}
#inactiveMode{
	background-color:#FFFFFF;
	z-index:50001;
	height:100%;
	width:100%;
	margin:auto;
}