/*
	lt blue: #CF9E6A
	lt blue hover: #FCEBD8;
	grey: #3F3F3F;
	blue-grey: #666666;
	
*/


body{
	font: 11px Verdana;
	color: #3F3F3F;
	margin: 0px;
	background: #CF9E6A;
	}

p{
	text-indent: 2em;
	line-height: 110%;

}

a{ 
	color: #666666; 
	text-decoration: underline;
}
a:hover {
	color: #CF9E6A;
}

h1{
	font-size: 18px;
	margin: 0px;
	color: #3F3F3F;
	font-weight: normal;
	white-space: nowrap;
}

h2{
	display: block;
	font-size: 110%;
	padding-left: 10px;
}

h3{
	font-size: 100%;
	padding-left: 10px;
}

input{
	font-size: 90%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-left: 1px solid #CCCCCC;
}

.button{
	border-top: 1px solid #FCEBD8;
	border-left: 1px solid #FCEBD8;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #CF9E6A;
	text-align: center;
	font-size: 85%;
	color: #ffffff;
}

div.container{
}

div.linkscontainer{
	text-align: right;
}

div.links{
	padding: 2px 15px 2px 2px;
}

div.links a{
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
}

div.links a:hover {
	color: #FCEBD8; 
}

div.companycontainer{
	background: #ffffff url('images/bstripe.gif');
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #3f3f3f;
}

table.companytable{
}

td.companycell{
	vertical-align: top;
	background-color: #ffffff;
	text-align: left;
}
div.company{
	padding: 2px 8px 2px 8px;
}

img.logo{
	border: 0px;
	padding: 2px;
	vertical-align: middle;
}

td.categoriescell{
	border-left: 1px solid #3f3f3f;
}

div.categories{}

div.category{
	float: left;
	padding: 5px;
}

div.content{
	margin: 8px;
	background-color: #ffffff;
}

table.content{
	border: 0px;
	width: 100%;
}

td.content{
	text-align: center;
	border: 1px solid #3F3F3F;
	background-image: url('images/bstripe.gif');
	vertical-align: top;
	padding: 8px;
}

div.resultstext{
	margin: 8px;
	text-align: left;
}

table.pager{
	border: 0px;
	width: 100%;
	margin: 0px 8px 0px 8px;
}

td.pages{
	text-align: left;
}

td.pager{
	text-align: right;
}

td.pager a{
	padding-left: 5px;
}	

table.results{
	width: 100%;
	background-color: #ffffff;
	margin: 2px 8px 2px 8px;
	border: 1px solid #CCCCCC;
}

td.results{
	text-align: left;
}

img.prodimg{
	height: 40px;
	vertical-align: middle;
}

td.viewdetails{
	padding-right: 10px;
	text-align: right;
}

td.right{
	background: #CF9E6A;
	width: 200px;
	vertical-align: top;
	text-align: center;
}

div.right{
	margin: 20px 0px 20px 8px;
	padding: 5px;
	border: 1px solid #3f3f3f;
	background-image: url('images/bstripe.gif');
}

div.searchcontainer{
	margin: 20px 4px 20px 4px;
	padding: 5px;
	border: 1px solid #3f3f3f;
	background-image: url('images/bstripe.gif');
	text-align: center;
}

div.searchbox{
}

div.searchbutton{
	padding-top: 5px;
}

table.cart{
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	width: 100%;
}

td.cart{
	padding: 3px;
	text-align: left;
}

div.items{
	padding-bottom: 3px;
}

div.item{
	background: #FCEBD8;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 10px;
	padding: 2px;
}


div.checkout{
	text-align: center;
	padding: 3px;
}

div.myaddress{
	text-align: left;
}

div.footer{
	text-align: center;
	color: #3f3f3f;
	background-image: url('images/bstripe.gif');
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
}
