/*table{
	/*width:100%;
	/*max-width:1280px;*/
	/*}
	
/* STORE TABLE BACKGROUNDS
-------------------------------------*/
TABLE.cobtbl{
background-color: #ff3333;
}

TD.cobhl{
background-color: #999;
}

TD.cobll{
background-color: #FFF;
color : #000;
}

/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice, .detailprice, .prodname, .detailname {
color: #60596A;
font-size: 18px;
font-weight : bold;
}
.discountsapply{
color: #84210F;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 11px;
font-weight : normal;
}
/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #000;
font-size: 13px;
font-weight : bold;
background-color:#ccc;
border-bottom:1px solid #000;
padding:4px;
}
.reviewheader{
color: #000;
font-size: 12px;
font-weight : bold;
}
.reviewcomments{
color: #000;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
.reviewname{
color: #000;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
 font-family: "Century Gothic", Verdana, sans-serif;
 color: #000;
 line-height:1.6;
}

/* Main content */
body{margin:10px;font:11px "Century Gothic", Verdana, sans-serif;
background:url(images/background.jpg) repeat-x;color:#000;line-height:1.6;}
ul{margin:0;padding:0;}

/* Main Link Properties */
A:link {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
	text-decoration: none;
}
A:active {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #ff3333;
	text-decoration: none;
}

/* Top Nav Bar Links */
A.lmenu:link {
	color: #fff;
	text-decoration: none;
}
A.lmenu:visited {
	color: #fff;
	text-decoration: none;
}
A.lmenu:active { 
	color: #fff;
	text-decoration: none;
}
A.lmenu:hover {
	color: #000;
	text-decoration: none;
}

#nav{
	list-style:none;
	font-weight:bold;
	/* Clear floats */
	float:left;
	width:100%;
	
}
#nav li{
	float:left;
	position:relative;
}
#nav a{

	text-decoration:none;
}
#nav a:hover{
	color:#fff;
}

/*--- DROPDOWN ---*/
#nav ul{
	background-image:url(images/metal3.jpg); /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;

	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding:3px;
display: inline-block;
width: 120px;
min-height: 10px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
	color:#fff;
}

.wrapper{
	border:0px solid #000;
}

/* Logo Position */
.logo{padding-left:10px;}
/* Date Position */
.cart{height:43px;text-align:left;padding-right:6px;font:bold 14px "Century Gothic", Verdana, sans-serif;color:#fff;}

/* Top Menu Properties */
.topmenu{padding-right:20px;}
.topmenu ul li{list-style:none;display:inline;padding-left:0px;}
.topmenu ul li a{color:#fff;font-weight:bold;}
.topmenu ul li a:hover{color:#ff3333;font-weight:bold;}
.menu{padding-left:10px;box-shadow: 3px 3px 2px #000;}
.menu{background-image:url(images/metal3.jpg); repeat-x;height:37px;}
.menu ul li{list-style:none;display:inline;padding:0 20px;}
.menu ul li {color:#ffffff;
			font:bold 14px "Century Gothic", Verdana, sans-serif;
			}
.menu ul li li {color:#ffffff;
			font:bold 12px "Century Gothic", Verdana, sans-serif;
			padding-left:0px;
			}
			
/* Main content */
.contents{padding:10px;}
.centerSide{padding:0 17px; /*background-color: rgba(204,204,204,0.75);*/}
/* Products */
.product{color:#ff0000;text-align:center;}
/*images*/
.centerSide IMG.diplayed{
	display: block;
    margin-left: auto;
    margin-right: auto 
	}
.hangingindent {
    padding-left: 27px ;
    text-indent: -27px ;
}

/* Left and Right Bars */
.leftSide{width:188px;padding:5px;}
.rightSide{width:100px;padding:5px;}

/* Headings */
h1{margin:0;padding:0;font:bold 24px "Century Gothic", Verdana, sans-serif;color:#FFF;border-bottom: 1px solid #FF3333;}
h2{margin:0;padding:0;font:bold 14px "Century Gothic", Verdana, sans-serif;color:#ff3333;}
h3{margin:0;padding:0;font:bold 14px "Century Gothic", Verdana, sans-serif;color:#000;}

/* Left properties */
.leftSide ul{border-bottom:2px solid #FFF;margin-bottom:12px;padding-bottom:4px;}
.leftSide ul li{font-weight:bold;
				list-style:url(images/bullet.png) 0 6px no-repeat; 
				line-height:15px;
				margin: 7px;
				}
				
/* Right properties */
/*.rightSide ul{margin-bottom:2px;}*/
.rightSide ul li{list-style:none;background:url(images/ico_search.gif) 0 6px no-repeat;padding-left:12px;line-height:16px;}
.rightSide img{margin-bottom:4px;}
/* Footer Properties */
.footer{padding:0px;line-height:18px;}

/* Mini search */
input.search{
height: 14px;
background-color: #fff;
border: solid #FF3333;
border-width: 1px;
font-family: "Century Gothic", Verdana, sans-serif;
color: #000;
font-size: 11px;
}
input.search1{
vertical-align: bottom;
}


/* Minicart */
TD.mincart {
font-size: 11px;
font-family : "Century Gothic", Verdana, sans-serif;
color:#fff;
}

P.mincart {
color:#fff;
font-size: 11px;
font-family : "Century Gothic", Verdana, sans-serif;
}

table.mincart
{
background-color: #ff3333;
width: 120px;
}

td.mincart
{
background-color: #999;
}


/* Mini Mailing SignUp */
div.minimailsignup{
border:groove 1px #000; 
margin:4px auto;
width:110px;
padding:4px;
}
label.minimailsignup{
display:block;
font-weight:bold;
width:70px;
padding-top:2px;
float:left;
}
input.minimailsignup{
font-size:12px;
padding:2px 2px;
border:solid 1px #999;
width:100px;
margin:2px;
}
input.minimailsubmit{
margin:6px;
}

/* Mini Login */
div.minicartoneline1{
padding:2px;
font: normal 12px Arial, sans-serif;
float:left;
color:#333;
}
div.minicartoneline2{
padding:2px;
font: normal 12px Arial, sans-serif;
float:left;
color:#333;
}
div.minicartoneline3{
padding:2px;
font: normal 12px Arial, sans-serif;
color:#333;
}

/* Product Description Layout */
div.proddescription, div.prodname {
text-align: left;
}

/* Product Page Image */
td.prodimage {
text-align: center;
}


/* Price properties */
SPAN.price, .detailprice, .prodprice {
font:bold 14px "Century Gothic", Verdana, sans-serif;color:#ff3333;
padding-top: 4px;
text-align: center;
}

.prodname, .detailname{
color: #333;
font-weight:bold;
text-align: left;
}

img{
	border:none;
	}