/* CSS Document */
/*The folllowing control the main non-unique page elements*/

h1{
	margin: 0 0 10px 0;
	font-size:18px;
	font-weight: bold;
	color:#333;
}
h2 {
font:15px arial, verdana;
margin:0 0 8px 0;
font-weight:bolder;
}
h3 {
font:13px;
color:#333;
display:block;
font-weight:bold;
margin-bottom:15px;
}
h4{
	font-size:100%;
}
h6 {
background:#6fa93a;
color:#fff;
display:block;
padding:5px 0 5px 9px;
font-size:12px;
font-weight:bold;
margin:0 0 5px 0;
}
p {
	font-size:12px;
}
a {
	color: #0066ff;
	FONT-WEIGHT:BOLDER;
}
a:hover{
	color:#000;
}
/*The following declaration is required to fix IEs "peekaboo" bug when using floats.
If you don't use floats in your design you can remove it*/
h1, h2, h3, h4, h5, h6, p {
	position: relative;
}

.moreimg {
padding:10px 0 0 0;
}
/*elements delaing with the listing of products on department pages*/
.deptdesc{
	background:#f0f0f0;
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 15px 0;
	
}
.deptdescred{
	background:#F00;
	border:1px solid #ccc;
	color: #FFF;
	padding:10px;
	margin:0 0 5px 0;
	
}
.pricetable{
	font-size: 10px;	
}
.deptprodlist p {
	margin:0 0 5px 0;
	line-height:18px;
}
.deptprodlist {
	width:95%x;
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 15px 0;
	voice-family: "\"}\""; 
voice-family:inherit;
width:615px;
}
.deptprodlist .image{
	width : 10%;
	padding : 5px;
	vertical-align : top;
}
.deptprodlist .desc{
	width : 95%;
	padding : 5px;
	vertical-align : top;
}
.deptprodlist h2{
	margin : 0 0 5px 0;
	padding : 0px;
}
.deptprodlist hr{
	height : 1px;
	color : #c0c0c0;
}
#deptprodlist  input{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
#deptprodlist select{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
	padding : 2px;
	font-size : 11px;
}
.prodlistimg {
border:1px solid #ccc;
padding:3px;
	margin:0 15px 15px 0;
	float:left;
}
.deptlogo{
	border : 1px solid #666666;
}
#content .deptpage{
	font-size:12px;
	margin-top:3px;
	margin-bottom : 5px;
	color : #666666;
}
#content .deptpage ul{
	margin : 0;
}
#content .deptpage li{
	display : inline;

}
#content .deptpage a{
	color : #666666;
}
/*product details*/
.listprice{
	font-weight :bolder;
	font-size:21px;
	padding: 10px;
}
p.selectedoption {
	margin:15px 0 0 0;
}
	
.offerprice{
	font-weight : bold;
	color : #ff0000;
}
.proddetail{
	float : left;
}
.variantdisplay{
	text-align : left;
	width : 90%;
	height : auto;
	padding: 15px 15px 15px 15px;
	color: #333333;
	background-color:#FCFCFC;
	border: solid 1px;
	border-color: #333;
	margin-bottom: 25px;
}
.variantdisplay2{
text-align : left;
	width : auto;
	height : auto;
	padding :0;
	color: #FFFFFF;
	background-color: #6C0;
}
p.infotext {
	font-weight:bolder;
	margin:0 0 15px 0;
}
#quantityselect {
	padding:15px;
	background:#e9feda;
	border:1px solid #c9f4ab;
	font-size:12px;
	font-weight:bolder;
}
.variantdisplay form {
margin:0;
}
.variantdisplay input {
border:0;
}

.variantdisplay select {
	background-color : #efefef;
	font-size :12px;
	margin:0;
}
.packagedisplay{
	float : left;
	width : 90%;
	border : 1px solid #c0c0c0;
	margin-bottom : 5px;
}
.packagedisplay p{
	font-weight : bold;
}
.packagedisplay table{
	width : auto;
}
.packagedisplay table tr{
	border-top : 1px #c0c0c0 solid;
}
.packagedisplay table  tr td{
	width : 100px;
}
.qtydiscounts{
	float : left;
	width : 90%;
	margin-bottom : 5px;
}

.prodquestionstextarea{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	width : 75%;
}
.buynow{
	float : left;
	width : 95%;
}
.buynow input{
	border : 0px solid #c0c0c0;
	background-color : #efefef;
}

/*display of the cart display during checkout*/
#cartdisplay{
	width : 95%;
}
#cartdisplay table{
background-color : #c0c0c0;
}
#cartdisplay .header{
	background-color : #efefef;
	text-align : center;
	font-weight : bold;
}
#cartdisplay .row{
	background-color : #ffffff;
}
#cartdisplay .altrow{
	background-color : #efefef;
}
#cartdisplay form input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#cartcoupon{
	margin-top : 10px;
}
#cartcoupon form input{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#cartcoupon .couponerror{
	color : #ff0000;
	font-weight : bold;
}

/*style and layout of invoice and delievry address page*/
#invoiceaddress{
	width : 95%;
	border-bottom : 1px solid #c0c0c0;
}
#invoiceaddress input, #invoiceaddress select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#invoiceaddress table{
	width : auto;
}
#invoiceaddress table th{
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryaddress{
	width : 95%;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryaddress input, #deliveryaddress select{
	border : 1px solid #c0c0c0;
	background-color : #efefef;
}
#deliveryaddress table{
	width : auto;
}
#deliveryaddress table th{
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryinstructions{
	width : auto;
	border-bottom : 1px solid #c0c0c0;
}
#deliveryinstructions textarea{
	width : 250px;
	height : 50px;
	border : 1px solid #c0c0c0;
	background-color : #efefef;
	text-align : left;
	margin-bottom : 5px;
}
/*classes used in the customer account area*/
.accountnav{
	margin-bottom : 10px;
	margin-top : 10px;
	width : 95%;
}
/*class and styles used in unspecified forms*/
.frmreq{
	color : #ff0000;
	font-weight : bold;
}
select{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
input{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
textarea{
	border : 1px #c0c0c0 solid;
	background-color : #efefef;
}
/*classes used in unspecified tables*/
.tableclass{
	width : 95%;
	background-color : #c0c0c0;
	font-size: 12px;
}
.tableheader{
	background-color : #efefef;
	font-weight : bold;
	text-align : center;
}
.tablerow{
	background-color : #ffffff;
}
.tablealtrow{
	background-color : #efefef;
}
/*error message display*/
#content .errmsg{
	width : 95%;
	border : 1px #ff0000 solid;
	background-color : #FAFAD2;
	color : #ff0000;
	padding : 10px;
}
/*FAQ page styles*/
#faqcontent{
	
}

/*newsletter signup styling*/
#col1 .newsletter{
	padding-left : 5px;
}
#col1 .newsletter form{
	margin : 3px;
	padding : 0px;
}
/*currency drop down styling*/
#col1 .currency{
	padding-left : 5px;
}
#col1 .currency form{
	margin : 3px;
	padding : 0px;
}
/*CMS styling*/
.cmscatlogo{
	border : 1px solid #666666;
}
.cmsartlist{
	margin-top : 10px;
}
/*Various styles associated with the product display tabs*/
#tabs {
float:left;
margin:0 15px 15px 0;
}
#imagetext {
width:360px;
float:left;
margin:0 15px 0 0;
}
#buy {
width: 320px;
float:left;
padding:15px;
background:#e1eeb8;
color:#386f06;
margin:0 0 15px 0;
voice-family: "\"}\""; 
voice-family:inherit;
width:290px;
}
.shadetabs{
padding: 9px 0;
margin:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 10px;
margin:0;
color: #333;
}

.shadetabs li a:visited{
color: #333;
}

.shadetabs li a:hover{
text-decoration: none;
color: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentholder{
width:390px; 
margin-bottom:15px; 
padding:5px;
text-align:left;
}
.tabcontent{
display:none;
text-align:left;
}

