﻿/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodprice, .detailprice, .prodname, .detailname {
color: #44BA04;
padding-top: 4px;
font-weight:bold;
text-align: center;
}
.discountsapply{
color: #84210F;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 11px;
font-weight : normal;
}

/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #333;
font-size: 13px;
font-weight : bold;
background-color:#ccc;
border-bottom:1px solid #000;
padding:4px;
}
.reviewheader{
color: #333;
font-size: 12px;
font-weight : bold;
}
.reviewcomments{
color: #333;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
.reviewname{
color: #666;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
 font-family: Arial, Helvetica, sans-serif;
 color: #113452;
 line-height:1.6;
}

/* Main settings */
body {
	margin: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
/* Header */
#header {
	padding: 6px 0;
}
#header .logo {
	padding: 8px;
}
#header .hdrR {
	line-height: 16px;
	text-align: right;
}

#header .hdrR a{
	color: #2D4262;
}
#header .hdrR p {
	color: #60a1de;
	font: normal 30px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 24px;
}
#header p.menu {
	background-color: #FFF;
	background:	url(images/nav-bg.jpg) repeat-x bottom;
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	padding: 12px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-radius: 8px;
}

#header a {
	color: #FFF;
}
/* Link properties */
a:link {
	color: #2D4262;
	text-decoration: none;
}

a:visited {
	color: #2D4262;
	text-decoration: none;
}

a:active {
	color: #2D4262;
	text-decoration: none;
}

a:hover {
	color: #2D4262;
	text-decoration: underline;
}

a:focus {
	color: #2D4262;
	text-decoration: underline;
}


/* Main settings */
.product img {
	float: left;
}
.right {
	float: left;
}
.cnt {
	float: left;
}
.left {
	float: left;
}
#header .logo {
	float: left;
}
.l {
	float: left;
}
#header .hdrR {
	float: right;
}
.r {
	float: right;
}
.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
}
li {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
/* Main content */
#contents {
	margin: 10px 0 20px 0;
	min-height:100%;
}
#contents .left {
	width: 208px;
}
#contents .left ul {
}

#contents .left ul li a:hover {
	text-decoration: none;
	background: #194F7B;
	color: #FFF;
}
#contents .left ul li {
	list-style: none;
	line-height: 24px;
}
#contents .left ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	background: #F0F3F4;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	color: #194F7B;
}
#contents .left h2 {
	margin-top: 10px;
	color: #fff;
	font: normal 18px Arial, Helvetica, sans-serif;
	background:	url(images/nav-bg.jpg) repeat-x bottom;
	background-color: #203263;
	padding: 6px 10px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px
}
#contents .left p {
	background-color: #F0F3F4;
	padding: 10px;
	color: #666;
	line-height: 16px;
	border: 1px solid #CCC;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#contents .cnt {
	margin: 0 20px;
	width: 475px;
}
#contents .cnt h1 {
	color: #2D4262;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}
#contents .cnt p.par {
	margin-bottom: 16px;
}
#contents .cnt .product {
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}
#contents .cnt .product div {
	margin-left: 180px;
}
#contents .cnt .product div a.prd_name {
	font: bold 18px "Trebuchet MS";
	color: #60a1de;
}
#contents .cnt .product div p {
	padding: 4px 0;
}
#contents .cnt .product div span {
	color: #000;
}
#contents .cnt .product div span a {
	text-decoration: underline;
}
#contents .right {
	width: 177px;
}
#contents .right img {
	margin: 8px 0;
}
/* Content for pages with no right column */
.cnt2 {
	margin: 0 20px;
	width: 640px;
	margin-left: 228px;
	height:auto!important;
	height:760px; 
}

.cnt2 h1 {
	color: #2D4262;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}

.cnt2 .product {
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}

/* Footer properties */

#footer {
	background-color: #fff;
	padding: 8px;
	text-align: center;
	color: #194F7B;
	min-height:100%;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-top: 2px solid #CCC;
	border-right:2px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

#footer a {
	color: #2D4262;
}
/* Mini search */
input.search{
	height: 14px;
	background-color: F0F3F4;
	border: solid #2D4262;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
}
input.search1{
	vertical-align: bottom;
}
/* Minicart */
td.mincart {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F3F4;
	color: #194F7B;
}
p.mincart {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #BE2025;
}
table.mincart{
	border: 1px solid #ccc;
	background-color: #F0F3F4;
	width: 208px;
}
a.mincart:link {
color: #113452;
text-decoration: none;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
a.mincart:visited {
color: #113452;
text-decoration: none;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
a.mincart:active {
color: #113452;
text-decoration: none;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
a.rightlinks:hover {
color: #113452;
text-decoration: none;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

/* Horizontal rule */
HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #60a1de;
}

/* Table backgrounds */
TABLE.cobtbl{
background-color: #F0F3F4;
}

TD.cobhl{
background-color: #F0F3F4;
}

TD.cobll{
background-color: #fff;
color : #333;
}
/* Price properties */
.prodprice {
font:bold 14px Arial, Helvetica, sans-serif;color:#60a1de;
padding-top: 4px;
text-align: center;
}

.detailprice {
font:bold 14px Arial, Helvetica, sans-serif;color:#60a1de;
padding-top: 4px;
text-align: center;
}

SPAN.price {
font:bold 14px Arial, Helvetica, sans-serif;color:#60a1de;
padding-top: 4px;
text-align: center;
color :#113452;
}
/* Product name */
.detailname{
color: #113452;
font-weight:bold;
}

.prodname{
color: #113452;
font-weight:bold;
}
div.prodid{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

/* Sidebar content and nav styles - jon m
----------------------------------------------------------------------------------------------------*/

.simple {
	margin-bottom:15px;
}
.simple ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	border-bottom:1px solid #EAEAEA;
	line-height: 18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.simple ul li a:hover {
	text-decoration: none;
	background: #194F7B;
	color: #FFF;
}

/* css dynamic menu styles - jon m
/* ul.ectmenu1 - The properties of the horizontal home categories
/* li.ectmenu1 - The properties of the drop down choices
/* li.ectmenu1 a - The link properties
/* li.ectmenu1 a:hover - The mouse over properties 
----------------------------------------------------------------------------------------------------*/
ul.ectmenu1 {
	list-style: none;
	background:#113452;
	font:bold 12px verdana, Arial, Helvetica, sans-serif;
	padding: 12px;
	color:#fff;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

li.ectmenu1 {
border-right:1px solid;
border-left:1px solid;
display:block;
padding:4px;
text-align:left;
}

li.ectmenu1 a{
font:bold 12px verdana, Arial, Helvetica, sans-serif;
color:#fff;
padding:4px;
}

li.ectmenu1 a:hover{
font: bold 12px verdana, Arial, Helvetica, sans-serif;
color:#fff;
padding:4px;
}

/* top produ nav Home >> Product
----------------------------------------------------------------------------------------------------*/
td.prodnavigation {
font-size: 11px;
font-family : Verdana;
color : #113452;
text-align: center;
}

P.prodnavigation {
font-size: 11px;
font-family : Verdana;
color : #113452;
}

P.catname {
text-align: center;
margin-top:0px;
margin-bottom: 4px;
vertical-align:top;
text-align: left;
color : #113452;
}


P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}

IMG.catimage {
border:0px;
border-thickness: 0px;
border-color: #000;
border-style: solid;
vertical-align:top;
}

TD.catimage {
vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align:left;
}

TD.catnavigation {
vertical-align:middle;
text-align: middle;
}


td.product {
border: 1px dotted #3B4754;
background-color: #FFF;
} 

TD.prodimage {
vertical-align:center;
align:center;
}

IMG.prodimage {
border:0px;
border-thickness: 0px;
border-color: #000;
border-style: solid;
vertical-align:top;
align:center;
}



.buybutton{
vertical-align:bottom;
}

div.detailoptions { 
color: #741106; 
font-size: 10px; 
font-family: Verdana
}

div.prodoptions { 
color: #741106; 
font-size: 10px; 
font-family: Verdana
}

SELECT.prodoption    { 
color: #000; 
font-size: 10px; 
font-family: Verdana; 
text-align: left 
}

SPAN.prodoption {
font-size: 10px;
font-family : Verdana;
color : #FF0000;
}

SPAN.detailoption {
font-size: 10px;
font-family : Verdana;
color : #FF0000;
}

SPAN.multioption {
font-size: 10px;
font-family : Verdana;
color : #FF0000;
}