@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#000000;
	font-size:.9em;
}
.oneColFixCtrHdr #header {
	position:relative;
	background: #DDDDDD url(../hdr_images/hdr_cart_02.gif); 
	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	clear:both;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:.8em;
	color:white;
}
.oneColFixCtrHdr #footer p a { text-decoration:none; color:white;}
.oneColFixCtrHdr #header img {
	height:45px;
	border:0;	
}
/***************************************/
img {border:0;}
.navmenu{padding-bottom:1em; border-bottom:1px dotted black;}
.navmenu ul
{
	list-style-type:none;
	margin:0;	
	padding-bottom:1em;
}
.navmenu li 
{
	display:inline;
}
.navmenu li a
{
  font-size: 14pt;
  text-decoration: none;
  color:olive;
  float:left;
  width:200px;	
}
#catmenu {
	clear:both;
	padding: 5px;
}
#catmenu ul
{
	list-style-type:none;
	margin:0;	
}

#catmenu li a
{
	font-size: 1.1em;
	text-decoration: none;
	color:red;
	display:block;
	padding:10px 5px ;

}
.linkcd
{

font-size: 10pt;
text-decoration: none;
color: #003399;
}
ul.itemlist{
	list-style-type:none;
}
ul.itemlist li{ display:inline;
float:left;
  width:100px;	}
.price
{
	color:red;
}
.oldprice 
{
	text-decoration:line-through;
}
.product {
	clear:both;
	position:relative;
}
.itemdetail
{

	
}
.productimage{
position:absolute;
right:10px;
}

div.boxwrapper{ width:740px; }
div.leftbox{float:left;padding:0 10px; width:350px;}
div.rightbox{float:right;padding:0 10px;width:350px;}

div.my_wrapper{
    width: 740px;
	
}

div.my_left_box{
    float: left;
    padding: 0 10px;
    width: 290px;
   
}

div.my_right_box{
    float: right;
    padding: 0 10px;
    width: 400px;
    
}
div.my_right_box img, ul.itemlist img{border:1px dotted black;}
div.desc {
	padding-bottom:1em;
}
.desc {
	color: Teal;
}
.grayhr{
color:#666;
height:1px;
}
#viewcart {
	position:absolute; top:0;right:20px;font-size:30px;
}

p.info { font-family:Tahoma, Geneva, sans-serif;
font-size:0.9em;
color:darkblue;
}
.center {text-align:center;}
.right {text-align:right;}
.cartcontent{
	font-size:.85em;
	padding:5px;
}
.cssMainTable{border-collapse:collapse;}
.cssMainTable , .cssMainTable td
{
	border:1px dotted black ;
}
.cssMainTable td
{
	padding: .5em;
}
.warning{color:red;font-size:.85em;}
div.vcard p { margin:0; padding:0;}
div.summary { font-size:.9em;}
div.summary h4{margin:0; padding:.5em 0 0 0;}
#submitButton { color:green; font-size:2em; font-weight:bold; }

div#adminnavmenu{padding-bottom:1em; border-bottom:1px dotted black;width:100%;}
div#adminnavmenu ul
{
	list-style-type:none;
	margin:0;	
	padding-bottom:1em;
	display: block;

}
div#adminnavmenu li 
{
	display:inline;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */

}
div#adminnavmenu li a
{
  font-size: 1em;
  text-decoration: none;
  color:#03F;
  float:left;
  width:200px;	
}
.black-text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}


ul.hmenu 
{
	list-style-type:none;
	margin:0;
	
}
ul.hmenu li {display:inline;}
ul.hmenu li a
{
position:relative;
	font-size: 1.1em;
	text-decoration: none;
	color:red;
	display:block;
	padding:10px 5px ;


}



/****/

.classadminnavmenu{padding-bottom:1em; border-bottom:1px dotted black;width:100%; clear:both;}
.classadminnavmenu ul
{
	list-style-type:none;
	margin:0;	
	padding-bottom:1em;
	display: block;

}
.classadminnavmenu li 
{
	display:inline;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */

}
.classadminnavmenu li a
{
  font-size: 1em;
  text-decoration: none;
  color:#03F;
  float:left;
  width:200px;	
}

.anavmenu{padding-bottom:1em; border-bottom:1px dotted black;}
.anavmenu ul
{
	list-style-type:none;
	margin:0;	
	padding-bottom:1em;
}
.anavmenu li 
{
	display:inline;
}
.anavmenu li a
{
  font-size: 14pt;
  text-decoration: none;
  color:olive;
  float:left;
  width:200px;	
}
/****/