body, form {
	margin: 0px;
}
body, td, th, input, select, textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}
a {
	color: #424242;
}
a:link, a:visited {
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a.invert, a.invert:link, a.invert:visited {
	text-decoration: none;
}
a.invert:active, a.invert:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4775BD;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
}
h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	color: #4775BD;
	text-decoration: none;
}
h1 img {
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}
h1.small {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #424242;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h1.small a, h1.small a:link, h1.small a:visited, h1.small a:active, h1.small a:hover {
	color: #424242;
	text-decoration: none;
}

h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4A9904;
	margin: 5px 0px 5px;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.h100 {
	height: 100%;
}
#t1 {
	background-image: url(img/t1.gif);
	background-repeat: repeat-x;
	padding-bottom: 3px;
	background-color: #E6E6E6;
}
.t1-1 {
	background-image: url(img/t1-1.gif);
	background-repeat: repeat-y;
	/*background-color: #E6E6E6;*/
}
#t2 {
	background-image: url(img/top-img2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 171px;
}
ul.top-menu-old {
	margin: 0px; /* IE using margin to indent <ul> */
	padding: 0px; /* Netscape using padding to indent <li> */
	/*margin-bottom: 8px;*/
	font-family: Arial, Helvetica, sans-serif;
}
.separator {
	background-image: url(img/li-separator.gif);
	background-position: center;
	background-repeat: repeat-x;
}
.top-menu {
	padding-top: 3px;
	padding-bottom: 3px;
}
.top-menu img {
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 10px;
}
.top-menu a, .top-menu a:link, .top-menu a:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.top-menu a:active, .top-menu a:hover {
	color: #4A9904;
	text-decoration: none;
}
#main-container {
	height: 100%;
	padding-right: 3px;
	padding-left: 3px;
}
.line {
	background-color: #E9ECEE;
}
.block {
	background-image: url(img/block-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #EFEFEF;
	height: 100%;
	padding: 0px 10px 10px 10px;
}
.block .block {
	background-image: url(img/block-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 0;
	height: auto;
	margin: 0 -10px;
	padding: 10px;
}
.block2 {
	background-image: url(img/block-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #EFEFEF;
	padding: 0px 10px 10px 10px;
}
.block3 {
	background-image: url(img/block-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	height: 100%;
	padding: 0px 10px 10px 10px;
}
#search {
	background-image: url(img/search-bg.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-top: 3px;
}
#search input {
	vertical-align: middle;
}
#search input.input {
	border: 1px solid #B6B6B6;
	width: 110px;
}

.w {
	margin: 10px -10px 0;
	border-top: 1px solid #EFEFEF;
	background-color: #fff;
}
/* this class should be placed on a div or break element and should be the final element
before the close of a container that should fully contain a float */
.clearfloat {
	clear: both; display: block;
	height: 1px; margin-bottom: 0px;
	font-size: 1px; line-height: 1px;
}

/*common*/

.navigator {
	font-size: 10px;
	margin-left: 7px;
}
.navigator a {
	color: #5b9b5f;
}
.navigator a:link, .navigator a:visited {
	text-decoration: none;
}
.navigator a:active, .navigator a:hover {
	text-decoration: underline;
}
.empty {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.title {
	font-weight: bold;
	margin-bottom: 3px;
	/*color: #FF954E;*/
}
.title a {
	/*color: #FF954E;*/
}
.title a:link, .title a:visited {
	text-decoration: none;
}
.title a:active, .title a:hover {
	color: #4A9904;
	text-decoration: none;
}
.more {
	margin-top: 3px;
	color: #4A9904;
}
.more a {
	color: #4A9904;
}
.more a, .more a:link, .more a:visited {
	text-decoration: none;
}
.more a:active, .more a:hover {
	text-decoration: underline;
}

.tabl {border-collapse: collapse;}
.tabl td {border: solid 1px #B6B6B6}
.tabl th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4775BD;
	border: solid 1px #B6B6B6;
}
.tabl a, .tabl a:link, .tabl a:visited {text-decoration: none; color: #4A9904}
.tabl a:active, .tabl a:hover {text-decoration: underline; color: #4A9904;}

.hilight {
	background-color: #5b9b5f;
	color: #FFFFFF;
	/*font-weight: bold;*/
}
.searchResult dt {
	font-weight: bold;
}
.searchResult dd {
	margin-left: 0px;
}
.searchResult dd ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
.input {
	/*border: 1px solid #B6B6B6;*/
}
#req_form .input {
	width: 200px;
}
.message {
	color: #4A9904;
}
.errors {
	color: #ff0000;
}

.catDiv {
	background-image: url(img/li-separator.gif);
	background-position: center;
	background-repeat: repeat-x;
}
.catLines {
	background-image: url(img/tree/line.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.catPage {
	display: none;
}
.top-text {
	height: 16px; width: 100%;
	overflow: hidden;
	text-align: left; font-size: 10px;
	line-height: 1.4;
}

#converter { display: inline; }
#converter input { vertical-align: text-bottom; }
#converter a:link, #converter a:visited { text-decoration: none; }
#converter a:active, #converter a:hover { text-decoration: underline; }

/**** item view ****/

#items-list { overflow: hidden; zoom: 1; }
#items-list .row { overflow: hidden; zoom: 1; }
#items-list .row-price { padding-bottom: 1.5em; overflow: hidden; zoom: 1; }
#items-list .item { float: left; width: 18%; padding: 0 1%; }
#items-list .image { border: 1px solid #b2b2b2; width: 111px; height: 92px; text-align: center; display: table-cell; vertical-align: middle; }
#items-list .image img {
	border: 0;
}
#items-list a:link, #items-list a:visited { text-decoration: none; /*color: #4a9904;*/ }
#items-list a:active, #items-list a:hover { text-decoration: underline }
#items-list .price { font-weight: bold; }

.hr {
	background: #fff;
	border-top: 1px solid #efefef;
	margin: -1px -10px 3px -10px;
}
.item-title {
	background: url(img/block-bg.gif) repeat-x;
	margin: 0 -10px ;
	padding: 10px;
}
.item-title div {
	padding-left: 26px;
}
.item-title h1 {
	margin: 0;
	background: url(img/h1-mark.gif) 0 2px no-repeat;
	padding-left: 26px;
	font-size: 16px;
	text-transform: none;
}
.item-title h2 {
	margin: 0;
	background: url(img/h1-mark.gif) 0 0 no-repeat;
	padding-left: 26px;
	font-size: 12px;
	color: #4775BD;
}
.item-pad {
	padding: 0 26px;
}
.item-pad .stock {
	float: left; margin-right: 20px;
}
.price-info { float: left; width: 300px; padding-top: 10px; }
	.price-info .price { font-size: 18px; margin: 0.5em 0; }
		.price-info .price span { text-transform: uppercase; }
		.price-info .price strong { color: #f00; }
	.price-info .price2 span { font-weight: bold; }
	.price-info .price2 strong { color: #44b42c; }

.item-add {
	height: 104px;
	margin-left: 423px;
	margin-bottom: 20px;
	position: relative;
}
.item-add .block-link {
	position: absolute;
	background: url(tmpl/catalog/icon_add.png) 0 0 no-repeat;
	height: 40px;
	bottom: 0px;
}
.item-add .block-link a {
	display: block;
	padding-left: 45px;
	zoom: 1;
}
.item-add .message {
	position: absolute;
	left: 45px;
	bottom: 35px;
}
.item-add .block-link a {
	margin-top: 13px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4775BD;
	text-transform: uppercase;
}
.item-pad .image {
	float: left; width: 400px; text-align: center;
}
.item-pad .description {
	margin-left: 425px;
}