/* basic */

html, body {
	height: 100%;
}

body {
	background: #d5d5d5;
	text-align: center;
	margin: 0px;
}

body, td, div, form, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


input {
	padding: 1px;
}

table, td {
	padding: 0px;
	border-collapse: collapse;
}

img {
	display: block;
	margin: 0px;
	border: 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

/* maintable */

#pageframe {
	margin-top: 0;
	width: 941px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
}

#rhtborder {
	width: 32px;
	background: #7a7b7b url('rborder.png') repeat-y right;
}

#lftborder {
	width: 32px;
	background: #7a7b7b url('lborder.png') repeat-y;
}

#midborder {
	height: 7px;
	background-color: #7a7b7b;
}

#tbl-topl {
	background: #767777;
	height: 94px;
}
   
#tbl-topm {
	width: 558px;
}

#tbl-topr {
	width: 179px;
	background: #ffffff url('searchbackground.png') repeat-x;
}

#tbl-botl {
	vertical-align: top;
	background: #afb0b0;
	font-weight: bold;
}

#tbl-botm {
	vertical-align: top;
	background: #afb0b0;
	width: 558px;
}

#tbl-botr {
	vertical-align: top;
	background: #ffffff;
}

/* menu */

#tbl-botl a {
/*	background: url('../res/menu.png') no-repeat; */
	color: white;
	display: block;
	clear: both;
	height: 26px;
	line-height: 2;
	vertical-align: middle;
	padding: 1px 0 0 10px;
	text-decoration: none;
	letter-spacing: 0.8px;
    
	position: relative;
	left: -1px;
	top: -1px;
}

#tbl-botl a:hover {
	left: -2px;
	top: -2px;
}

#tbl-botl div div {
	width: 100%;
	background: url('menu.png') no-repeat;
	color: #666;
	display: block;
	clear: both;
	height: 26px;
	line-height: 2;
	vertical-align: middle;
	padding: 1px 0 0 10px;
	letter-spacing: 0.8px;

	position: absolute;
	left: 0px;
	top: 0px;
}

#tbl-botl .submenu a {
	height: 18px;
}

.contentblock td {
	border-bottom: #afb0b0 solid 6px;
}

#header .imageblock {
	border: 0;
}

/* products */

.productlist td {
	width: 180px;
	border-bottom: #afb0b0 solid 6px;
	border-right: #afb0b0 solid 6px;
}

.aproduct {
	width: 100%;
}

.aproduct img {
	display: block;
}

.aproduct td {
	border: none;
	vertical-align: middle;
}

.productlist td h3, .contentblock td h3 {
	margin: 0;
	background: url('productheadingbg.png') repeat-x;
	color: #efefef;
	display: block;
	height: 21px;
	line-height: 2;
	padding: 0 0 0 8px;
	text-align: left;
}

.product-image {
	background: #ffffff;
	text-align: center;
}

.product-image td {
	height: 120px;
}

.product-image img {
	margin: auto;
    /* Bad? */
	padding-bottom: 5px;
	padding-top: 5px;
}

.product-images {
	background-image: url('productimagebg.png');
	background-repeat: repeat-x;
	padding: 8px 5px 3px 5px;
}

.product-description {
	background: #cecece url('productdescriptionbg.png') repeat-x;
	height: 37px;
	vertical-align: top;
}

.product-description-large {
	background: #cecece url('productdescriptionlargebg.png') repeat-x;
	height: 77px;
	vertical-align: top;
}

.product-description div, .product-description-large div {
	color: #4f4f4f;
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.product td h3 {
	margin: 0;
	background: url('producttitlebg.png') repeat-x;
	color: #efefef;
	display: block;
	height: 27px;
	line-height: 2.5;
	padding: 0 0 0 8px;
	text-align: left;
}

.productbg {
	background-color: #c6c6c6;
	background-image: url('productlargebg.png');
	background-repeat: no-repeat;
}

/* rightbar */

#cartlogo {
	clear: both;
	display: block;
	height: 31px;
	text-align: right;
	width: 100%;
}

#cartlogo img {
	margin: 0 0 0 auto;
	position: relative;
	right: 11px;
	top: 6px;
}

.shoppingcart {
	background: #d7d8d8;
}

#shoppingcarttopborder {
	background: #afb0b0;
	height: 4px;
}

.shoppingcart td {
	border-bottom: 1px solid #afb0b0;
	color: #4f4f4f;
	height: 23px;
	line-height: 1.9;
	padding-right: 8px;
	text-align: right;
	width: 179px;
}

#carttotal {
	text-align: center;
	height: 27px;
}

#shoppingcartbottomborder {
	background: #afb0b0;
	height: 5px;
}

#checkout {
	clear: both;
	display: block;
	height: 31px;
	text-align: right;
}

#checkout img {
	margin: 0 0 0 auto;
	position: relative;
	right: 6px;
	top: 9px;
}

#tbl-botr h3 {
	border-top: 5px solid #afb0b0;
	margin: 0;
	padding: 0;
	background: url('productheadingbg.png') repeat-x;
	clear: both;
	color: #efefef;
	display: block;
	height: 21px;
	line-height: 2;
	padding-left: 7px;
	text-align: left;
	vertical-align: middle;
}

#brands {
	text-align: center;
	margin: 4px 4px 0 4px;
}

.brand {
	width: 84px;
	height: 67px;
	vertical-align: middle;
}

.brand img {
	margin: auto;
}

.brandsborderm {
	background: #b7b7b7;
	width: 1px;
}

.brandsborderb {
	background: #b7b7b7;
	height: 1px;
}

/* search */

#search {
	width: 146px;
	margin-top: 11px;
	margin-left: 15px;
	background: #e3e3e3;
	clear: both;
}

#searchbutton {
	margin: 7px 0px 0px 43px;
	clear: both;
}

#creditcards {
	margin: 16px 0px 0px 15px;
}

/* pager */

.pager {
	background-image: url('pagerbg.png');
	background-repeat: repeat-y;
	color: #4f4f4f;
	padding: 15px 18px 15px 18px;
}
.pager a {
	color: #4f4f4f;
	text-decoration: underline;
}
.pagerleft {
	width: 15px;
	background-color: #666666;
	background-image: url('pagerleft.png');
	background-repeat: no-repeat;
}
.pagerdiv {
	height: 1px;
/*	background-color: #666666; */
	background-image: url('pagerdiv.png');
	background-repeat: no-repeat;
	margin: 7px 0px 7px 0px;
}
.pager h2 {
	font-size: 16px;
/* color: #5fb000; */
	margin: 0px;
	text-transform: uppercase;
}

/* misc */

.subpager {
	background-image: url('pagerbg.png');
	background-repeat: repeat-y;
	color: #4f4f4f;
	padding: 6px 14px 6px 14px;
	font-weight: bold;
}

#block-content {
	margin: 0px 6px 0px 6px;
}

#commodity-large-image {
	background-color: #fff;
	width: 237px;
	height: 193px;
	margin: auto;
	vertical-align: middle;
}

.itemcontroller-select {
	width: 178px;
	margin-bottom: 13px;
}

#deliveryinfo {
	background: url('deliveryinfobg.png');
	margin-top: 4px;
	padding: 0;
	width: 100%;
}

#deliveryinfotbl {
/*	background: url('deliveryinfotblbg.gif');  */
}

#deliveryinfotbl td {
	padding-top: 6px;
	vertical-align: middle;
}

#deliveryinfo input, textarea{
	background: #e5e5e5;
}

.leftmargin {
	width: 19px;
}

.deliveryinfocheckbox {
	padding-left: 130px;
}

#deliveryinfo textarea {
	margin-bottom: 11px;
}

#deliveryinfo input {
}

#deliveryinfo label {
	font-family: arial;
	font-size: 11px;
}

#deliveryinfobuttons {
	background: url('deliveryinfobg.png');
	height: 37px;
	margin-top: 4px;
	padding: 0;
	width: 100%;
}

.deliveryinfolabel {
	width: 50px;
}

#checkoutbg {
	background: url('deliveryinfobg.png');
	margin-top: 4px;
	padding: 0;
	width: 100%;
}

#checkoutlist {
	padding: 0;
	width: 100%;
	color: #444;
}

#checkoutlist a {
	color: #444;
}

#checkoutlist td {
	vertical-align: middle;
	border-right: 1px solid #acacac;
/*	padding-left: 7px;
	padding-right: 13px; */
}

#cart-giftwrapping td {
	border: 0;
}

#cart-giftwrapping td table td {
	padding-right: 3px;
}

#checkoutlist h3 {
	color: #7272772;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 11px 0 0 7px;
	padding: 0;
}

#checkoutlist .radio {
	width: 15px;
	margin: 2px 0 2px 0;
}

#checkoutlist img {
	display: inline;
	vertical-align: middle;
	margin: 2px 4px 2px 0;
}

.checkoutlistdel {
	width: 42px;
}

.checkoutlistamount {
	width: 58px;
}

.checkoutlistprod {
	width: 234px;
}

.checkoutlistprice {
	width: 103px;
}

.checkoutlisttotal {
	width: 85px;
}

#checkoutlist input {
	margin-left: 8px;
	padding: 0;
	width: 37px;
}

#checkoutlist .checkbox {
	width: 16px;
}

#checkoutlist img {
	margin-left: 8px;
	padding: 0;
}

#checkoutlist p {
	margin: 0 0 0 8px;
	padding: 0;
}

.checkoutlistbottomborder td {
	padding: 5px 3px 5px 3px;
}

.checkoutlistbottomborder hr {
	background-image: url('checkoutborder.png');
	height: 1px;
	border: 0px;
}

.checkoutlistbottombordergreen td {
	padding: 5px 3px 5px 3px;
}

.checkoutlistbottombordergreen hr {
	background-image: url('checkoutbordergreen.png');
	height: 1px;
	border: 0px;
}

#trolleyicon {
	display: inline;
}

#deliveryinfobuttons div {
	float: left;
	margin: 5px 0 5px 10px;
	text-align: center;
}

#deliveryinfobuttons a {
	color: #4f4f4f;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	margin: 7px 10px 0 10px;
	padding: 0;
	text-decoration: none;
}

#deliveryinfobuttons img {
	display: inline;
	margin: 5px 0 5px 0;
	padding: 0;
	vertical-align: middle;
}

.front-block {
	float: left;
}

.frontsplash-block, .front-block {
	margin-bottom: 6px;
}

td.productshborder {
	height: 0;
	border: 0;
}