﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #cb8;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #bca;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 150px;
	background-color: #cb8;
}
#content {
	margin-left: 150px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cb8;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: x-small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
}

/* Styles for Sidebar Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #900;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #202020;
	text-decoration: underline;
}
#footer a:hover {
	color: #900;
	text-decoration: none;
}
a {
	color: #202020;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for ECT minicart */
TD.mincart {
	font-size: x-small;
	font-family : Verdana;
}

P.mincart {
	font-size: x-small;
	font-family : Verdana;
}

/* Styles for ECT stuff */

/* ECT table lines*/
TABLE.cobtbl{
	background-color: #cb8;
}

/* ECT cell highlights */
TD.cobhl{
	background-color: #FFF7B8;
	font-size: small;
}

/* ECT cell lowlights */
TD.cobll{
	background-color: #FFF7B8;
	font-size: small;
	
}

/* ECT cart thumbnail image */

img.cartimage {
	border: 1px #CCBB88;
}

/* - THE SKU PROPERTIES - */

div.prodsku {
	font-style: italic;
	font-size: x-small;
}


div.detailsku {
	font-style: italic;
	font-size: x-small;
}


/* - THE MANUFACTURER PROPERTIES - */

div.prodmanufacturer {
	font-weight: bold;
	color: #900;
	
}

div.detailmanufacturer {
	font-weight: bold;
	color: #900;
}


/* - THE ProductID PROPERTIES - */


div.prodid {
	font-style: italic;
	font-size: x-small;
}

div.detailid {
	font-style: italic;
	font-size: x-small;
}


/*The appearance of the page number currently being viewed*/
SPAN.currpage {
	color: #900;
	font-weight: bold;
}
 /* links inside cart */
 
A.ectlink:link {
	color: #202020;
	text-decoration: none;
}

A.ectlink:hover {
	color: #900;
	text-decoration: none;
}


/*ECT email and thanks colors*/


.receiptbody {
	background-color:#FFF7B8;
	}

.receiptheading {
	background-color:#bbccaa;
	color:#900;
	font-weight:bold;
}

.receiptoption {
	background-color: #FFF7B8;
}

	
.prodfilter{
	background-color: #FFF7B8;
	border: 1px dotted #bbccaa;
	padding: 4px;
	font-weight: normal;
	color: #000000;
}

