/* default styles 
--------------------------------------------- */

body {
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	font-family: arial, helvetica, verdana, sans-serif;
}

p {
	color: #333333;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: arial, helvetica, verdana, sans-serif;
}

label {
	font-weight: bold;
	color: #758DA0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: arial, helvetica, verdana, sans-serif;
}

a {
	color: #91ACC9;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #758DA0;
	text-decoration: none;
}

h1 {
	color: #758DA0;
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.2em;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2 {
	color: #758DA0;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.8em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2 a {
	color: #758DA0;
}

h3 {
	color: #758DA0;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h4 {
	color: #758DA0;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h5 {
	color: #91ACC9;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: arial, helvetica, verdana, sans-serif;
}

h6 {
	color: #91ACC9;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

hr {
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #91ACC9;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	margin: 5px 0 5px 0;
}

b, strong {
	color: #768CA3;
	font-weight: bold;
}

li {
	list-style: none;
	padding-left: 22px;
	color: #333333;
	font-size: 1.25em;
	line-height: 1.8em;
	font-family: arial, helvetica, verdana, sans-serif;
	background: url(images/li_bg.png) top left #FFFFFF no-repeat;
}

.nobg {
	background: none !important;
}

ul li ul li {
	font-size: 1em;
}

.mincart tr td {
	padding: 2px 5px 2px 5px;
}

.mincart a {
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: bold;
}

.mincart {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
}

.mincart a {
	text-decoration: none;
}

.mincart strong {
	color: #FFFFFF;
}

.mincart img {
	margin-top: 5px;
}

.mincart hr {
	background-color: #FEE7CC;
	color: #FEE7CC;
	border-color: #91ACC9;
}

.formfield {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
}

.formbutton {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	color: #91ACC9;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.formbutton:hover {
	color: #758DA0;
	cursor: pointer;
}

.formerrors {
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

.formerrors li {

}

hr {
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #91ACC9;
}


/* table styles 
--------------------------------------------- */

TABLE.cobtbl {
	background-color: #91ACC9;
	color: #758BA2;
}

TD.cobhl {
	background-color: #758BA2;
	color: #FFFFFF;
}

TD.cobhl strong { 
	color: #FFFFFF;
	font-size: 13px;
}

TD.cobll {
	background-color: #FFFFFF;
	color: #758BA2;
	font-weight: bold;
	font-size: 12px;
}


/* page number styles 
--------------------------------------------- */

P.pagenums {
	font-size: 12px;
}

SPAN.currpage {
	color: #758BA2;
	font-weight: bold;
}


/* product navigation styles 
--------------------------------------------- */

td.prodnavigation {
	font-size: 13px;
	color : #758DA0;
}

P.prodnavigation {
	font-size: 13px;
	color : #758DA0;
}


/* category styles 
--------------------------------------------- */

P.catdesc {
	display: none;
}

TD.catimage {
	display: block;
	width: 160px;
	height: 150px;
	background: url(images/prod_top_bg.jpg) top center no-repeat;
	text-align: center;
	margin: 0px;
	padding: 5px 0 0 0;
	overflow: hidden;
}

TD.catname {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
	height: 70px;
	background: url(images/prod_bottom_bg.jpg) top center no-repeat;
	text-align: center;
	overflow: hidden;
}

TD.catname a {
	color: #FFFFFF;
	text-decoration: none;
}

TD.catname p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	color: #FFFFFF;
}

TD.catnavigation {
	text-align: left;
}

.navdesc {
	display: none;
}

/* product styles 
--------------------------------------------- */

TD.prodimage {
	width: 160px;
	height: 160px;
	background: url(images/prod_top_bg.jpg) bottom center no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

TD.prodimage img {
	margin: 5px 0px 0px 0px;
}

TD.prodname {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
	height: 113px;
	background: url(images/prod_bottom_big_bg.jpg) top center no-repeat;
	text-align: center;
	overflow: hidden;
}

TD.prodname div {
	height: 55px;
}

TD.prodname a {
	display: block;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.proddescription {
	display: none;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

div.prodprice, div.prodprice strong {
	font-size: 14px;
	height: 20px !important;
	color: #C1DFF9;
}

.price {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

TD.prodname div.prodoptions {
	height: 30px;
	overflow: hidden;
	display: none;
}

TD.prodname div.prodoptions span.prodoption {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

TD.prodname div.prodoptions select.prodoption {
	margin: 0px 0px 0px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #91ACC9;

}

.prodseparator {
	display: none;
}


/* product description styles 
--------------------------------------------- */

.detailprodimage {
	float: right;
	margin: 50px 10px 20px 20px;
}

p.prodnavigation {
}

div.detailname {
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

div.detaildescription {
	display: inline;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #758DA0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.detaildescription p {
	font-size: 1em;
	line-height: 1.6em;
	color: #758DA0;
}

div.detailprice {
	font-size: 18px;
	color: #91ACC9;
	padding-top: 15px;
	margin-bottom:15px;
}

div.detailprice span {
	font-weight: bold;
	font-size: 18px;
	color: #758BA2;
}

div.detailoptions {
	padding: 5px;
	font-size: 14px;
	padding-top: 15px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #D0E6FF;
}

span.detailoption {
	font-size: 14px;
	display: block;
	padding-right: 15px;
	color: #758DA0;
}

.detailquant {
	margin-top: 2px;
	float: left;
}

div.detailquant {
	font-size: 14px;
	color: #91ACC9;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 4px;
}

table.cobtbl {
	margin-bottom: 20px;
}

/* photo styles 
--------------------------------------------- */

.photo {
	width: 300px;
	text-align: center;
	margin: 5px;
}

.photo h3 {
	margin: 0px;
}

#imagepicker {
	width: 520px;
	overflow: auto;
	height: 90px;
	position: relative;
	background-color: #F5F5F5;
}

#imagepicker img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}