body {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #544B46;
}

a {
	/*text-decoration: none;*/
	color: #544B46;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

h3 {
	color: #F43D41;
	margin: 0px;
}

#container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 265px;
	height: 100px;
	padding-top: 7px;
	padding-left: 665px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	width: 930px;
	height: 48px;
	margin-bottom: 4px;
}

#search {
	width: 156px;
	height: 40px;
	padding-left: 14px;
	padding-top: 8px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

#navbar {
	width: 204px;
	float: left;
}

#categories {
	width: 192px;
	height:118px;
	padding-top: 4px;
	padding-left: 10px;
	border-left: solid 1px #5B5B5B;
	border-right: solid 1px #5B5B5B;			
}

#content {
	width: 722px;	
	margin: 0px 0px 10px 4px;
	float: left;
}

#footer {
	width: 930px;
	clear: both;
	margin-top: 4px;
	margin-bottom: 6px;
	border-top: solid 5px #4A4745;
	padding-top: 4px;
}

#producttypes {
	margin-bottom: 4px;
}

.searchbox {
	border: 0px;
	width: 112px;
	font-size:10px;	
	background-image:url(../images/field_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px;
}

.searchbutton {
	position: relative;
	top: 4px;
}

.menubutton {
	float: left;
}

.contentbox {
	width: 699px;
	padding: 10px;
	border-left: solid 1px #5B5B5B;
	border-right: solid 1px #5B5B5B;
	height:auto;
	float:left;
	display:block;
}

.contentbox img
{
	margin:0 15px 15px 15px;	
}
.contentbox p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}

#contentbottom{
	float:left;
	clear:both;
}


div.subcategorybox,div.subcategorybox2
{
	width: 699px;
	display:block;	
}

div.subcategorybox{
	padding: 10px;
	border-left: solid 1px #5B5B5B;
	border-right: solid 1px #5B5B5B;
}

div.subcategorybox2
{
	padding-top:10px;
}

div.subcategorybox blockquote,div.subcategorybox2 blockquote{
	text-align:left;
}

div.subcategorybox a,div.subcategorybox2 a{
	padding: 2px 8px 2px 8px;	
	font-size: 14px;
	font-weight: bold;
	color:#000;
	display:block;
	margin:3px auto;
	width: 230px;
	border:1px dotted #dddddd;
	vertical-align:middle;		
}

div.subcategorybox a:hover,div.subcategorybox2 a:hover{
	background-color:#666666;
	color:#ffffff;
}



.login{
	width: 184px;
	height: 76px;
	padding: 32px 10px 0px 10px;
	background-image: url(../images/login.gif);
	margin-bottom:4px;
	background-repeat: no-repeat;

}

.login label
{
	width:55px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:2px;
}

.login .loginbox
{
	width:115px;
}

.login-button
{
	margin-left:55px;
	display:block;
}

.logout-button
{
	margin: 10px 0 0 65px;
}

.realName
{
	font-weight:bold;
	width:180px;
	line-height:18px;
	text-align:center;
	display:block;
	border-bottom: 1px dotted #d0d0d0;
}

a.registerlink {
	color: #F43D41;
	text-decoration: underline;
	font-weight: bold;
}

#cartlist {
	width: 115px;
	margin: 8px 0 0 0;
	padding-left: 20px;
	list-style-image: url(../images/cartlistimage.gif);
	float: left;
}

#cartlist li {
	height: 18px;
	line-height: 18px;
}

a.cartlink {
	color: #544B46;
	font-size: 10px;
	font-weight: bold;
}

a.menulink {
	display: block;
	padding-left: 5px;
	color: #544B46;
	font-weight: bold;
}

#categorymenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#categorymenu li {
	width: 170px;
	height: 23px;
	padding-left: 15px;
	background-image: url(../images/linkimage.gif);
}

.navbox {
	margin-bottom: 4px;
}

.cards {
	float: left;
}

.copyright {
	float: right;
}

#cart {
	float: left;
	width: 129px;
	padding-top: 60px;
	text-align: center;
}

.priceLabel
{
	font-weight:bold;
	font-size: 12px;
}

.price {
	font-size: 14px;
}

.productitem {
	width: 233px;
	height: 128px;
	background-image: url(../images/productbackground.gif);
	float: left;
}

.productitemright {
	width: 233px;
	height: 128px;
	background-image: url(../images/productbackgroundright.gif);
	float: left;
}



div.contentbar {
	width: 700px;
	height: 21px;
	padding-top: 8px;
	padding-left: 21px;
	background-image: url(../images/contentheader.gif);
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
div.contentbar a{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

div.contentbar a:hover{
	background-color:#666666;
	color:#ffffff;
}


.productimage {
	width: 98px;
	height: 128px;
	float: left;
}

.productimage img
{
	margin:0;
}

.pager {
	background-color: #DB9600;
	padding: 4px;
	margin-bottom: 6px;
}



.address {
	width: 150px;
	margin: 20px;
	border: solid 1px #000000;
	padding: 20px;
	float: left;
}

label {
	width: 200px;
	font-weight: bold;
	display: block;
	float: left;
}

.page a
{
	padding: 4px;
	font-weight: bold;
}

div.paging{
	padding:10px 4px 10px 4px;
	border:solid 1px #f0f0f0;
	line-height: 18px;
	margin-bottom:4px;
	text-align:center;
}
div.paging a, div.paging span
{
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

div.paging span
{
	background-color: #544B46;
	color: #ffffff;
}

.BasketHeader,
.BasketHeaderPrice
{
	background-image: url(../images/basket-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight:bold;
	color:white;
}

.basketitem,
.basketprice
{
	background: url(../images/basket-prod-bg.jpg) repeat-x left top;

}

.basketprice,
.baskettotalvalue,
.BasketHeaderPrice
{
	text-align:right;
	font-weight: bold;
}

.basket-field
{
	border: 1px solid #CCCCCC;	
}

.basket-price,
.baskettotal,
.baskettotalvalue
{
	/*background-color:#C7C7C7;*/
	color:#000;
	padding:5px;
	font-weight:bold;
	border-bottom:1px dotted #C7C7C7;
}



.checkout-title
{
	color:white;
	background-color:#DB2800;
	padding:5px;
}

.loginbox
{
	height:14px;
	font-size:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

.loginbox
{
}

#downloads
{
	height: 48px;
	padding: 60px 5px 0px 60px;
	background-image: url(../images/downloads.gif);
	margin-bottom:4px;
	background-repeat: no-repeat;
}

#pricelists
{
	height: 48px;
	padding: 60px 5px 0px 60px;
	background-image: url(../images/pricelist_bg.gif);
	margin-bottom:4px;
	background-repeat: no-repeat;
}

.favlist
{
	height: 20px;
	line-height: 20px;
}


.docDivider
{
	background-color:#666666;
	color:#fff;
	padding:5px;
	padding-top:20px;
	border-bottom: 1px solid white;
	margin-top:15px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	float:left;
	width:670px;
}

	.catDivider
{
	background-color:#eeeeee;
	color:#000;
	padding:5px;
	padding-top:5px;
	border-bottom: 1px solid white;
	margin-top:20px;
	margin-bottom:10px;
	font-size:10px;
	font-weight:bold;
	float:left;
	width:670px;
}

.docListing1,
.docListing2
{

	margin-left:5px;
	margin-bottom:5px;
	padding:2px;
	width:330px;
	display:inline;
	height:22px;
	float:left;
	font-size:9px;
	font-weight:bold;
}	

.docListing1 img,
.docListing2 img
{
	margin:0;
}

/*
.docListing1
{
	
	border-bottom: 1px solid #d0d0d0;
}
		
.docListing2
{
	border-bottom: 1px solid #e0e0e0;
}

*/

.infoMessage
{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid yellow;
	background-color:#FDFFB3;
	font-size:11px;
	font-weight:bold;
	color:#000;
	padding:20px;
	margin-bottom:40px;
	line-height:13px;
}

.infoMessage .icon
{
	float:left;	
	margin:0px 5px 5px 0px;
}

.infoMessage .text{
	float:left;
}

.infoMessage p{
	margin:0;
	padding:0;
}
	
.centered
{
	margin:0px auto;
}

div.endTag
{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	text-align:center;
	color:#ffffff;
	background-color:#2E2E2D;
	padding:10px;
}



.Field,
.MultiField,
.baskettextbox,
.baskettextbox_code,
.basket-field,
.disabledField,
.accAddrSel,
.login .loginbox
{
	border:1px solid #A8A8A8;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/field_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px;
}
.Field,
.MultiField,
.disabledField
{
	width:300px;
}

.baskettextbox
{
	width: 30px;
}

.baskettextbox_code
{
	width: 100px;
}
blockquote a
{
	color:#DB2800;
}

.checkout-links
{
	text-align:center;
	background-color:#2B2928;	
	height:35px;
	vertical-align:middle;
}

.checkout-links img
{
	margin: 10px;
}

.itemImgBox
{
	float:left;
}

.itemContentBox
{
	float:left;
	width:300px;
	margin:0 0 10px 10px;
}

.itemPriceBox
{
	float:left;
	width:300px;
	margin-bottom:10px;
}

.itemDocs
{
	margin: 10px;
	line-height:26px;
	padding:10px;	
}

.itemDocs b
{
	margin-bottom:5px;
	padding:5px;
}

.accAddrSel
{
	font-size:9px;
	/*
	width:300px;
	*/
	
}

.disabledField
{
	border:1px solid white;	
	background-color:white;
	background-image:none;
}

.imgDescr
{
	margin-left:10px;
	float:left;
	clear:both;
	font-size:9px;
}

.imgDescr i
{
	font-style:normal;
}

div.priceListDetails{
	margin:10px;
	padding:10px 30px 10px 30px;
	border:solid 1px #f0f0f0;
	vertical-align:top;
	height:100px;
}

div.priceListDetails div.details{
	float:left;
	width: 400px;
}

div.priceListDetails h2{
	font-weight:bold;
	font-size:13px;
	padding:1px;
	margin:0px;
	
}
div.priceListDetails p{
	font-size:11px;	
	display:block;
	margin:2px 0px 2px 20px;
}
div.priceListDetails div.link{
	float:right;
	display:block;
	vertical-align:middle;
	line-height:12px;	
	font-size:12px;
	height:16px;
}
div.priceListDetails div.link img{margin:0px 5px 0px 0px}
div.priceListDetails div.link a{
	display:block;
	font-weight:bold;
	font-size:12px;
}

div.priceListNotice{
	margin:20px;	
	padding:10px;
	background-color:#f0f0f0;
	font-weight:bold;
	vertical-align:top;
	float:left;	
	width:550px;
}

div.row{width:657px;float:left; clear:both; padding:0 20px 0 20px;}
div.row a {color:#DB2800;font-family:Arial,Helvetica,sans-serif;font-size:12px;}
div.row h3{margin:20px 0px 10px 0px; color:#000000; font-size:13px;font-weight:bold; padding-bottom:5px;border-bottom:1px solid #eeeeee}
div.last {margin:20px 0; color:#000000;padding-top:20px;border-top:1px solid #eeeeee}
