html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 11px 'Tahoma';
	color: #292929;
	background: #FFF url( '../images/body-bg.gif' );
}
form {
	margin: 0;
}
div#main {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 998px;
	background-color: #FFF;
}

/*** Header ***/

table#header {
	margin: 0 1px 26px 1px;
	width: 996px;
	height: 97px;
	border-collapse: collapse;
	border-top: 2px solid #C30700;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
table#header td {
	padding: 0;
	vertical-align: top;
}
table#header td.logo {
	border: 0;
	width: 239px;
}
table#header td.logo img {
	border: 0;
	width: 239px;
	height: 97px;
}
table#header td.phone_block {
	width: 300px;
	border: 0;
	background: url( '../images/phone-bg.jpg' ) no-repeat center top;
}
table#header td.address_block {
	padding: 0 19px 0 0;
	width: 438px;
	border: 0;
	text-align: right;
	background: url( '../images/address-bg.jpg' ) no-repeat center top;
}

div.prj_title {
	padding: 16px 0 4px 24px;
	font: 24px 'Tahoma';
	color: #415562;
}
div.prj_phone {
	padding: 0 0 0 24px;
	font: 20px 'Tahoma';
	color: #5E6A71;
}

div.prj_address {
	margin: 28px 0 20px 0;
	float: right;
	text-align: right;
	color: #FFF;
}
a#email {
	float: right;
	display: block;
	margin: 28px 0 20px 10px;
	width: 19px;
	height: 17px;
	background: url( '../images/email-ico.gif' ) no-repeat center center;
}

table#header div.login {
/*  margin: 0;
	padding: 6px 19px 0 0;
	height: 19px;
	background: url( '../images/login-bg.gif' ) no-repeat bottom right;*/
}
table#header div.login a.here {
	text-decoration: underline;
}
table#header div.login a {
	padding: 8px 9px;
	background: url( '../images/user-bg.gif' ) repeat-x center left;
}
table#header div.login a.first {
	padding: 8px 14px;
	background: url( '../images/user-first-bg.gif' ) no-repeat center left;
}
table#header div.login a.last {
	padding: 8px 14px;
	background: url( '../images/user-last-bg.gif' ) no-repeat center right;
}
table#header div.login span {
	padding: 20px 0 !important;
	background: url( '../images/user-sep-bg.gif' ) no-repeat center center !important;
}
table#header div.login img {
	margin-top: -5px;
}
table#header div.login a {
	color: #FFF;
}
table#header div.login span {
	padding-left: 27px;
}

/*** Main container ***/
table#container {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	background-color: #FFF;
}
td#left {
	border: 0;
	padding: 0 0 20px 10px;
	width: 200px;
	text-align: left;
	vertical-align: top;
}
td#right {
	border: 0;
	padding: 0 20px 20px 30px;
	width: auto;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}

/*** Menu ***/
div#menu {
	margin: 5px 0 14px 0;
	padding: 0 2px 0 10px;
	background-color: #EAEAEA;
}
div#menu div.title {
	margin: 0 0 10px 0;
	padding: 4px 4px 2px 10px;
	height: 13px;
	font: bold 11px 'Tahoma';
	color: #FFF;
	background: #8A8A8A url( '../images/menu-coner.gif' ) no-repeat bottom left;
}
div#menu div.hrefs {
	padding: 0 0 6px 10px;
}
div#menu div.sep {
	height: 12px;
}
div#menu a {
	padding-left: 12px;
	font: 12px 'Tahoma';
	color: #000;
	background: url( '../images/menu-item-point-black.gif' ) no-repeat center left;
}
div#menu a:hover, div#menu a.here {
	color: #D20801;
	background: url( '../images/menu-item-point-red.gif' ) no-repeat center left;
}
div#menu a.here {
	font-weight: bold;
}

/*** Basket ***/
div.basket {
	margin: 0 0 26px 10px;
	padding: 0 0 0 37px;
	font: 11px 'Tahoma';
	line-height: 18px;
	background: url( '../images/basket-bg.gif' ) no-repeat left 6px;
}
div.basket span {
	color: #D20801;
}
a.basket {
	display: block;
	color: #000;
}
a.basket:hover {
	text-decoration: none;
}

/*** Search ***/
div#search {
	margin: 0 0 10px 0px;
	padding: 10px 0 10px 10px;
	background-color: #EAEAEA;
	position: relative;
}
div#search input.checkbox {
	margin-left: 0;
	vertical-align: middle;
}
div#search input.text {
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 140px;
	font: 11px 'Tahoma';
}
div#search input.button {
	margin: 0 0 -4px 0;
	border: 0;
	padding: 0;
	width: 19px;
	height: 17px;
}
#autocompleteProgress {position: absolute; top: 33px; left: 173px; width: 16px; height: 16px; background: url(../images/progress.gif);}

/* AutoComplete */
.autocomplete-w1 { background:url(../images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }


/*** Text left block ***/
div#text_left_block {
	border: 0;
	padding: 9px;
	line-height: 18px;
}

/*** Footer ***/
div#footer {
	margin: 0 20px 0 20px;
	border-top: 1px solid #A6A6A6;
	padding: 10px 0 0 0;
	color: #535252;
}
div#footer table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
div#footer table td {
	padding: 0;
	border: 0;
}

/*** Content Part ***/
td#right img {
	margin-top: 5px;
	border: 1px solid #C5C5C5;
}
td#right div.sep {
	height: 40px;
}

/*** Home page ***/

div.catalog_home_title {
	margin-bottom: 12px !important;
}

/*** Catalog title ***/

#filter {margin: 0 0 15px;}
	#filter label {font-weight: bold;}
	#filter span.sep {padding: 0 15px;}
	#filter input.text {width: 78px; font: 11px Tahoma;}
	#filter input.button {margin: 0 0 -4px;}
	#filter select {width: auto; font: 11px Tahoma;}

span.help {font-size: 12px;color: #808080; cursor: pointer;}
	span.help span {color: #3399cc;}
div.help {margin-top: 5px; border: 1px solid #9C9688; padding: 7px 10px; width: 470px; background-color: #FFFDDC; position: absolute; display: none; z-index: 100; white-space: normal !important;}

div#catalog_title {
	margin-top: 4px;
	margin-bottom: 28px;
	padding: 0 0 0 16px;
	font: bold 12px 'Tahoma';
	color: #C30700;
	background: url( '../images/catalog-title-bg.gif' ) no-repeat center left;
}
div#catalog_title span {
	padding: 0 10px 0 8px;
	background-color: #FFF;
}
div#catalog_title span.sep {
	padding: 0 5px;
	font: bold 12px 'Tahoma';
	color: #D5D4D4;
}
div#catalog_title a {
	font: bold 12px 'Tahoma';
	color: #000;
}

/*** Catalog ***/
table#catalog_categories {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table#catalog_categories td {
	padding: 0;
	border: 0;
	width: 25%;
}
table#catalog_categories a {
	color: #292929;
	line-height: 18px;
}
table#catalog_categories a:hover {
	color: #C30700;
}

table#catalog_prices {
	margin-bottom: 12px;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table#catalog_prices th a {font-weight: inherit; color: #fff;}
table#catalog_prices th a span {font-size: 120%;}
table#catalog_prices th {
	border: 1px solid #FFF;
	padding: 3px 5px;
	font: bold 11px 'Tahoma';
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	background-color: #8A8A8A;
}
.nowrap {white-space: nowrap;}
table#catalog_prices th span {
	font-weight: normal;
}
table#catalog_prices td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #D5D4D4;
	border-bottom: 1px solid #D5D4D4;
	padding: 0 6px 4px;
	text-align: center;
}
table#catalog_prices td.title {
	text-align: left;
}
table#catalog_prices tr.even {
	background-color: #F2F2F2;
}
table#catalog_prices td.title a {
	color: #292929;
	line-height: 18px;
}
table#catalog_prices td.title a:hover {
	color: #C30700;
}
table#catalog_prices input.count {
	border: 1px solid #AAA;
	width: 30px;
	font: 11px 'Verdana';
	color: #363636;
}
table#catalog_prices td.update-cart {
	padding-top: 12px;
	border: 0;
	text-align: left;
}
table#catalog_prices td.sum {
	border: 0;
	text-align: right;
}
#catalog_prices td img {border: 0;}

td.avail {
	color: #009900;
}
td.avail span {
	color: #C30700;
}
td.cart {
	padding-top: 8px !important;
}
div#page_text, div#zip {
	padding-bottom: 20px;
	color: #323232;
}
div#zip a {
	padding: 5px 0 5px 21px;
	background: url( '../images/zip.gif' ) no-repeat center left;
}

a.add-cart {
	text-decoration: none;
}

img#add-cart:hover {
	background: url( '../images/cartUp.gif' ) no-repeat center bottom;
}
img#add-cart {
	width: 14px;
	height: 12px;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: url( '../images/cart.gif' ) no-repeat center top;
}

div#catalog_update {
	font: 11px 'Tahoma';
	color: #8A8A8A;
}

/*** Page title ***/
div#page_title {
	margin-bottom: 15px;
	padding: 0;
	font: 18px 'Tahoma';
	color: #2A2A2A;
	background: url( '../images/page-title-bg.gif' ) repeat-x left 13px;
}
div#page_title span {
	padding: 0 8px 0 0;
	background-color: #FFF;
}

/*** Forms ***/
table.forms {
	width: auto;
	border-collapse: collapse;
	border: 0;
	background-color: #F2F2F2;
}
table.forms td.left {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #D5D4D4;
	padding: 8px 3px 6px 55px;
	font: bold 11px 'Verdana';
	color: #363636;
	text-align: right !important;
}
table.forms td.right {
	border-top: 0;
	border-right: 1px solid #D5D4D4;
	border-bottom: 0;
	border-left: 0;
	padding: 6px 55px 6px 3px;
	text-align: left !important;
}
table.forms td.top {
	border-top: 1px solid #D5D4D4;
	padding-top: 29px;
}
table.forms td.bottom {
	border-bottom: 1px solid #D5D4D4;
	padding-top: 14px;
	padding-bottom: 19px;
}
table.forms td.ref_flds {
	background-color: #FFF;
	border: 1px solid #FFF;
}
table.forms span {
	color: #FF0000;
}
table.forms textarea.text {
	border: 1px solid #AAA;
	width: 288px;
	height: 100px;
	font: 11px 'Verdana';
	color: #363636;
}
table.forms input.text {
	border: 1px solid #AAA;
	width: 288px;
	font: 11px 'Verdana';
	color: #363636;
}



/*** Pagination ***/
div#pagination {
	margin-bottom: 20px;
}
div#pagination a {
	color: #292929;
}
div#pagination a.current {
	font-weight: bold;
	color: #E51414;
}
div#pagination a.frame {
	font-size: 12px;
	font-weight: bold;
	color: #E51414;
}
div#pagination span {
	padding: 0 5px;
	color: #8A8A8A;
}

div#errors {
	margin: 0 0 20px 0;
	border: 1px solid #FF0000;
	padding: 5px;
	color: #FF0000;
}
div#errors a {
	color: #FF0000;
	text-decoration: underline;
}
p.afError {
	margin: 0;
	color: #FF0000;
}

div#message {
	margin: 0 0 20px 0;
	border: 1px solid #009900;
	padding: 5px;
	color: #009900;
}

/*Filter*/
.filter {border: none;}
	.filter td {border: none;}
	.filter .leftCell {font-weight: bold;}
		#word {width: 100%; font: 11px Tahoma;}
		.filter select { font: 11px Tahoma;}
		.checkbox {vertical-align: middle;}

.count0 {color: #000;}
.count1 {color: #ff0000;}
.count2 {color: #ff6633;}
.count3 {color: #ffcc00;}
.count4 {color: #009900;}
.count5 {color: #00ccff;}
.count6 {color: #0000cc;}
.count7 {color: #660099;}

#subscribe {margin: 20px 0 10px; padding: 10px 0 10px 10px; background: #eaeaea; position: relative;}
#subscribe .checkbox {vertical-align: middle; margin: 0;}
#subscribe .text {border-top: 1px solid #959595; border-bottom: 1px solid #959595; border-left: 1px solid #959595; border-right: 0; padding: 1px 10px; width: 140px; font: 11px Tahoma, sans-serif;}
#subscribe .button {margin: 0 0 -4px 0; border: 0; padding: 0; width: 19px; height: 17px;}