html *
{
	padding: 0px;
	margin: 0px;
}
body
{
	min-width: 800px;
	padding: 0px;
	margin: 0px;
	background-color: #81b87c;
	overflow-x: auto;
}

body *
{
	color: black;
	font-family: verdana;
}

body a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

body a:hover
{
	text-decoration: underline;
}

h5
{
	font-size:12px;
}
table.logo td.center
{
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 225px;
}

table.logo td.left
{
	background-image: url(logo_left.jpg);
	background-repeat: repeat-x;
}

table.logo td.right
{
	background-image: url(logo_right.jpg);
	background-repeat: repeat-x;
}

div.content
{
	min-height: 366px;
	width: auto;
	background-image: url(content_1.jpg);
	background-repeat: no-repeat;
	padding: 50px 60px 0px 40px;
	_height: 366px;
}

div.content-bot
{
	height: 37px;
	background-image: url(content_bot.jpg);
	background-repeat: no-repeat;
}

div.content-bg
{
	margin-top: 50px;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-x;
	_width:expression(document.body.clientWidth < 800? "800px": "auto" );
}

div.content-bot-bg
{
	background-image: url(content_bot_bg.jpg);
	background-repeat: repeat-x;
}


div.content-bg2
{
	background-image: url(content_bg2.jpg);
	background-repeat: repeat-y;
}

div.content-bg-right
{
	background-image: url(content_right_bg.jpg);
	background-position: right -3;
	background-repeat: no-repeat;
}

div.content-bg-min-right
{
	background-image: url(content_right_bg_mid.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

div.content-bg-right-bot
{
	background-image: url(content_right_bg_bot.jpg);
	height: 37px;
	background-repeat: no-repeat;
	background-position: right ;

}

div.content td.body
{
	padding-left: 100px;
	vertical-align: top;
	font-size: 12px;
	overflow: hidden;
}

body b, body strong
{
	color: black;
	font-weight: normal;
}

body h1
{
	font-size: 13pt;
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
}

a.about
{

}

.topmenu
{
	height: 50px;
	margin-top: 120px;
	width: 343px;
	position: relative;
	oberflow: hidden;
	left: 0px;
}

.topmenu a
{
}


.topmenu a.about
{
	overflow: hidden;
	display: block;
	float: left;
	width: 95px;
	height: 48px;
}

.topmenu a.partners
{
	overflow: hidden;
	display: block;
	float: left;
	width: 90px;
	height: 49px;
}

.topmenu a.contacts
{
	overflow: hidden;
	display: block;
	float: left;
	width: 85px;
	height: 49px;
}

.topmenu a.news
{
	overflow: hidden;
	display: block;
	float: left;
	height: 50px;
	width: 65px;
}

.navmenu
{
	width: 110px;
	margin-top: 12px;
	height: 20px;
	float: right;
	vertical-align: center;
}

.navmenu a
{
	padding: 0px;
	margin: 0px;
	margin-right: 7px;
	float: left;
	height: 20px;
	width: 17px;

}

.navmenu a.home
{
	background: transparent;
	overflow: hidden;
	display: block;
	float: left;

}

.navmenu a.sitemap
{

	background: transparent;

	overflow: hidden;
	display: block;
	float: left;
	width: 20px;
}

.navmenu a.mail
{
	_background: transparent;

	overflow: hidden;
	display: block;
	float: left;
	width: 20px;

}

ul.menu
{

}

ul.menu li
{
	list-style: none;
	height: 30px;

}

ul.menu li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

ul.menu li.selected a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: black;
}


ul.menu li a:hover
{
	text-decoration: underline;
}

ul.menu div.ball
{

	background-image: url(smallball.png);
	background-repeat: none;
	_behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ",sizingMethod='crop')");
	width: 18px;
	height: 17px;
	float: left;
	margin-right: 10px;
	clear: left;
}

ul.menu div.item
{
	width: 200px;
	float: left;
	clear: right;
}

div.bigball
{

	background-image: url(bigball.png);
	background-repeat: none;
	_behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ",sizingMethod='crop')");

	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}

.search
{
	margin-top: 50px;
	color: yellow;
	font-weight: bold;
}


.body ul
{

}

.body ul li
{
	margin-left: 30px;
}

.body .xsFilterTableForm
{
	width: 100%;
}

.body .xsFilterTableForm select
{
	width: 100%;
}

.body .xsFilterTableForm .xsPageInput
{
	width: 100%;
}

.body .xsFilterTableForm th
{
	width: 30%;
}

.xsPageButton, #btnLogout, .xsPageTradeLinkButtonRed, .xsPageTradeLinkButtonGreen
{
	margin: 5px;
	border: 1px solid white;
	background-color: #2F8440;
	color: white;
	padding: 3px;

}
.xsPageTradeLinkButtonRed
{
	background-color: #CE2D2D;
	font-weight: bold;
}
.xsPageTradeLinkButtonGreen
{
	font-weight: bold;
}
#btnLogout
{
	clear: both;
	float: left;
}

h3
{
	color: yellow;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12pt;
}

#breadcrumbs a
{
	font-size: 8pt;
}
#breadHome span
{
	font-size: 8pt;
}

.contentText
{
	background-image: url(logo_text.png);
	background-repeat: none;
	_behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ",sizingMethod='crop')");

	width: 580px;
	height: 126px;
	margin-left: 20px;
	position: absolute;
	top: 155px;
	display: block;
}

#footer
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	text-align: left;
	height: 51px;
	background: url(footer.jpg);
	background-repeat: repeat-x;
}

#footer div.container
{
	width: auto;
	margin-left: 20px;;
}

#footer div.container div.emblem
{
	background-image: url(emblem.png);
	background-repeat: none;
	_behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
              this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
              this.style.background = "none",
              this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ",sizingMethod='crop')");

	width: 32px;
	height: 40px;
	float: left;
}

#footer div.info
{
	font-size: 8pt;
	width: 600px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

#footer div.copyright
{
	padding-top: 10px;
	text-align: right;
	width: 300px;
	float: right;
	margin-right: 30px;
	line-height: 0.7;
}
.manufacturer_contact
{
	font-size: 8pt;
	text-decoration: underline;
	margin-top: 15px;
}

.manufacturer_contact_info ul
{
	marign: 0px;
	padding: 0px;
	text-align: left;
}
.manufacturer_contact_info ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	font-size: 8pt;
}

.treeControl span {cursor:pointer;}


.xsTableCompare td,.xsTableCompare th{
    background:#adcfa7 !important;
    border:1px solid #056b03 !important;
}



.xsTableCompare td, .xsTableCompare th, .xsTableCompare td a, .xsTableCompare th a{
    font-size:12px;
}

.xsTableCompare th{
    vertical-align:middle !important;
    background:#98ca93 !important;
}
