@charset "utf-8";
/* CSS Document */

body{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color:#DCDCEE;
	}
	
#pagewrap{
	width: 890px;
	height-min: 640px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	}

#banner{
	width: 100%;
	border-bottom: 1px solid #000000;
	height: 125px;
	background:url(../../images/headerbg.png) repeat-x 0 0;
	margin:0px;
	}


#contact_info{
	float: right;
	text-align:right;
	color: white;
	padding: 6px;
	}

#contact_info a, #contact_info a:visited {
	text-decoration:none;
	color:#FFFFFF
	}
	
#contact_info a:hover {
	text-decoration:underline;
	color:#DCDCEE;
	}
	
#logo{
	height: 120px;
	float: left;
	padding: 5px;
	margin:0px;
	}

#logolink{
	height: 120px;
	float: left;
	margin:0px;
	}

#banner_ad{
	float: left;
/*	background-image: url(../../images/banner_ad.png); */
	background-repeat: no-repeat;
	height: 105px;
	width: 210px;
	margin-left: 40px;
	}
	
#pagewrapmiddle{
	width: 890px;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #000000;
	}

#affiliate_logos{
	text-align:right;
	float:none;
	clear:both;
	border-top: 0px solid #000000;
	margin:5px 7px 5px 0px;
}

#footer{
	float:none;
	clear:both;
	border-top: 1px solid #000000;
	padding: 8px;
}

/* For Individual Pages */

#menu{
	width: 100%;
	min-height: 30px;
	height: auto !important;
	float: left;
	border-bottom: 1px solid #000000;
	background-color:#DCDCEE;
	margin:0px;
	text-align:center;
	

	}

#search{
	float: left;
	margin: 3px 0 0 10px;
	}
			
#main{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-left: 0px;
	float: left;
	text-align: left;
	overflow: hidden;
	}

div#leftcol{
	float: left;
	width: 200px;
	height: 100%;
	min-height: 100%;
	border-right: 1px solid #000000;
}

	
#leftcol ul{
list-style:none;
margin-left:0px;
padding-left:0px;
padding-right:0px;
margin:0px;
}

#leftcol ul li{
border-bottom:1px solid #000000;
background-color:#ffffff;
}

#leftcol a.menulink:link, #leftcol a.menulink:visited{
display: block;
text-decoration:none;
color:#000099;
padding: 10px 5px;
width:190px;
}

#leftcol a.menulink:hover {

width:190px;
background-color:#DCDCEE;
}

#menu a.menulink:link, #menu a.menulink:visited{
text-decoration:none;
color:#000099;

}

#menu a.menulink:hover {
color:#737373;
text-decoration:none;
}

div#rightcol{
	float: left;
	width: 660px;
	min-height: 100%;
	height: 100%;
	padding: 0 0 0 10px;
	}
	
.catdesc{
	width: 100%;
	margin-bottom: 20px;
	}
	
.style2{
	background: #CCCCCC;
	}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:20px;
z-index: 9002;
}

.form{
	border: 1px solid #000000;
	background: #FFFFFF;
	}
/***************************** Image Uploader ************************************/

#Upload {
	width: auto;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
	}

#Upload h1{
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
	}

#Upload label{
	float: left;
	width: 7em;
	}

#Upload p {
	 clear: both;
	}		

.red{
	color:red;
	}
/******************************** Product Pages ************************************/

div.productwrapper{
	border: 0px solid #000000; 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	font-size: 14px; 
	overlflow: scroll;
	width:100%;
	}

td.suggprice{
	text-align: right;
	}

/******************************* Image Classes for Product Edit Page ********************/

div.thumbwrapper{
	width: 100px;
	height: 120px;
	padding: 5px;
	float: left;
	margin: 0 5px 5px 0;
	}

div.thumbicons{
	padding: 1px;
	float: left;
	height: 17px;
	position: relative;
	}