/****************** OVERALL ******************/

* {
	outline:none;
}

body {
	background-color:#FFF;
	color:#505050;
	font-family:Arial;
	font-size:13px;
	line-height:20px;
	margin:0 auto 10px;
	text-align:center;
}

div.empty {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

div#wrapper {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	clear:both;
	margin:0 0 10px 0;
	text-align:left;
	color:#000066;
}

h1 {
	font-size:28px;
	line-height: 28px;
	margin-bottom: 15px;
	clear:none;
	display:block;
}

h2 {
	font-size:22px;
	line-height: 23px;
	margin-top:25px;
}

h2.news {
	padding-right:65px;
}

h3 {
	font-size:18px;
	line-height: 21px;
	margin-top:10px;
	color:#0041b4;
}

h4 {
	font-size:16px;
	line-height: 19px;
	margin-top:10px;
	color:#0041b4;
}

h5,h6 {
	font-size:14px;
	line-height: 14px;
	margin-top:10px;
	color:#0041b4;
}

a {
	text-decoration:none;
	color:#0041b4;
}

a:hover {
	text-decoration:underline;
}

img {border:none;}

p {margin:0 0 5px 0;}

ul {
	display:block;
	list-style-type:square;
	margin:0;
	padding:0 0 0 20px;
}

ul li {
	padding:0;
}

ul li a {color:#0041b4;}
ul li a:hover {color:#0041b4;}

div#main {
	padding-top:30px;
}

.orange {
	color:#f4821a;
}



.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}


/****************** HEADER ******************/

div#header {
	width:100%;
	height:134px;
	display:block;
	position:relative;
}

div#header a#logo {
	display:block;
	position:absolute;
	background-image: url(../i/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width:400px;
	height:70px;
	top:20px;
	left:2px;
}

div#header a#logo:hover {
	background-position: bottom center;
}

div#header ul#slogan-bg {
	width:393px;
	height:22px;
	display:block;
	position:absolute;
	top:94px;
	background-image: url(../i/slogan-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left:5px;
	list-style-type: none;
}

div#header ul#slogan-bg li {
	display:inline-block;
	float:left;
	line-height:1px;
	padding:0px;
	margin:0 15px 0 0;
}


div#header ul#slogan-en {
	width:393px;
	height:22px;
	display:block;
	position:absolute;
	top:94px;
	background-image: url(../i/slogan-en.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left:5px;
	list-style-type: none;
}

div#header ul#slogan-en li {
	display:inline-block;
	float:left;
	line-height:1px;
	padding:0px;
	margin:0 15px 0 0;
}

div#header a#lang-bg {
	width:84px;
	height:22px;
	display:block;
	background-image: url(../i/lang.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div#header a#lang-bg:hover {
	background-position: left bottom;
}

div#header a#lang-bg.active {
	background-position: left top;
}

div#header a#lang-en {
	width:68px;
	height:22px;
	display:block;
	background-image: url(../i/lang.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

div#header a#lang-en:hover {
	background-position: right bottom;
}

div#header a#lang-en.active {
	background-position: right top;
}

div#header a#call {
	display:block;
	position:absolute;
	background-image: url(../i/callcenter.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width:406px;
	height:34px;
	top:20px;
	right:15px;
}

div#header a#call:hover {
	background-position: bottom center;
}

form#searchbox {
	width:470px;
	height:36px;
	display:block;
	background-image: url(../i/search.gif);
	position:absolute;
	right:12px;
	top:80px;
}

a#websystem {
	background-image: url(../i/websystem.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:220px;
	margin-right:36px;
	display:block;
	height:100%;
	float:left;
}

a#websystem:hover {
	background-position: bottom left;
}


form#searchbox input#search {
	width:170px;
	height:16px;
	font-size:11px;
	margin-top:6px;
	padding: 4px 5px;
	font-family:Arial;
	color:gray;
	float: left;
	border:none;
	background-color: transparent;
}

form#searchbox input#submit {
	background-color: transparent;
	border:none;
	width:25px;
	height:36px;
	padding:0px;
	outline:none;
	cursor:pointer;
}

/****************** MENU ******************/

div#menu {
	width:100%;
	height:84px;
	display:block;
	position: relative;
	background-image: url(../i/menubgr.gif);
	background-repeat: no-repeat;
}

div#menu ul#mainmenu {
	padding:5px 20px;
	list-style-type: none;
}

div#menu ul#mainmenu li {
	padding:0;
	float:left;
	height:53px;
	background-image: url(../i/menusep.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left:-2px;
}

div#menu ul#mainmenu li a {
color:#513000;
display:inline-block;
font-size:14px;
height:53px;
line-height:53px;
padding-left:18px;
}

div#menu ul#mainmenu li a span {
cursor:pointer;
display:inline-block;
height:53px;
padding-right:18px;
}

div#menu ul#mainmenu li a:hover, div#menu ul#mainmenu li a.active {
	text-decoration: none;
	color:#000066;
	line-height:50px;
	background-image: url(../i/menuleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#menu ul#mainmenu li a:hover span, div#menu ul#mainmenu li a.active span {
	background-image: url(../i/menuright.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

ul#submenu {
	width:960px;
	height:44px;
	display:block;
	position: absolute;
	padding:0;
	bottom:0;
	left:0;
	background-image: url(../i/submenubgr.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

ul#submenu li {
	float:left;
	padding:0 16px;
	margin-top:10px;
	display:inline-block;
	height:34px;
	line-height: 34px;
	font-size: 12px;
	background-image: url(../i/submenusep.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
ul#submenu li a.active {
	text-decoration: underline;
	}




/****************** LEFT ******************/

div#left {
	width:633px;
	float:left;
}

img.border {
	padding:1px;
	background-color:#f9f9f9;
	border:1px solid #afafaf;
}

/*
div#left p, div#left ul, div#left h1, div#left h2, div#left h3, div#left h4, div#left h5, div#left h6 {
	margin-left:10px;
	}
*/

div#left a {
	text-decoration: underline;
	}

div#left a:hover {
	text-decoration: none;
	color:#000066;
	}
	
div#left p{
	margin: 10px 0;
}
	
/*
div#left img {
	padding:1px;
	background-color:#f9f9f9;
	border:1px solid #afafaf;
}
*/

div#left a.pdf {
	height:31px;
	padding-left:40px;
	line-height:31px;
	margin:5px 0 5px;
	display:inline-block;
	background-image: url(../i/pdf.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#left a.pdf:hover {
	background-position: bottom left;
}

div#left a.doc {
	height:31px;
	padding-left:40px;
	line-height:31px;
	margin:5px 0 5px;
	display:inline-block;
	background-image: url(../i/doc.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#left a.doc:hover {
	background-position: bottom left;
}

div#left div.offerimgs img, div#left div.offer img {
padding:1px;
background-color:#f9f9f9;
border:1px solid #afafaf;
}
div#left div.offer a:hover img {border:1px solid #777;}

div#left div.offerimgs {
	float:left;
	width:252px;
}
div#left div.sold-inner {
	background: transparent url(../i/sold.jpg) repeat-x center top;
	border:1px solid #ffc400;
	padding:28px 5px 5px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	border-radius:4px;
	position:relative;		
}
div#left div.sold-inner span.sold-inner {
	background: transparent url(../i/soldstamp.png) repeat-x center top;
	position:absolute;
	top:65px;
	left:30px;
	width:200px;
	height:112px;
	}

div#left div.offertext {
	width:360px;
	float:right;
}

div.offertext a#pdf {
line-height:17px;
}

div#left div.offertext h3 {
	background-image: url(../i/price.gif);
	background-repeat: no-repeat;
	background-position: center left;
	height:42px;
	line-height: 22px;
	padding-left: 40px;
	color:#F4821A;
	font-size:20px;
	float:left;
	width:150px;
}

h3#price {
	background-image: url(../i/price.gif);
	background-repeat: no-repeat;
	background-position: center left;
	height:42px;
	line-height: 22px;
	padding-left: 40px;
	color:#F4821A;
	font-size:20px;
	float:left;
	width:150px;
}

h3#price span {
	font-size:13px;
	display: block;
	/* padding-left:3px; */
}

div#left div.offertext h3 span {
	font-size:13px;
	display: block;
	/* padding-left:3px; */
}

div#left div.offerimgs a.thumb {
	width:124px;
	height:94px;
	display: block;
	margin-bottom:4px;
	float:left;
}

div#left div.offerimgs img#big {
	width:248px;
	height:186px;
	display: block;
	margin-bottom:3px;
	float:left;
}

div#left div.offerimgs div.sep {
	width:4px;
	height:94px;
	display: block;
	margin-bottom:4px;
	float:left;
}
	
div#left div.offerimgs a.thumb img {
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	}
	
div#left div.offerimgs a.thumb:hover img {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
	width:120px;
	height:90px;
	display: block;
	float:left;
	}

div#left div.offertext p {padding-left:10px;}

div.offer {
	padding:0;
	width:310px;
	margin:15px 0;
}
div.sold {
	background: transparent url(../i/sold.jpg) repeat-x center top;
	border:1px solid #ffc400;
	padding:28px 8px 8px 8px;
	width:292px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	border-radius:4px;		
	}
div.left {float:left;}
div.right {float:right;}

div.offer h3 {
	color:#000066;
	margin-top:0px;
	margin-bottom:5px;
	font-size:16px;
}

div.offer img {
	float:left;
	margin-right:10px;
}

div.offer p {
	line-height: 20px;
	padding: 0;
	font-size: 14px;
}
div#left div.offer p {margin-bottom:0;}

div.offer p a {
	font-size: 13px;
}

div.offer p span {
	font-size: 12px;
	color:#000;
}

div.offer p span b {
	font-size:15px;
	color:#F4821A;
	}

div.splashbox {
	width: 633px;
	background-image: url(../i/splashboxbot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:2px;
}

div.splashbox a {
	text-decoration: underline;
}

div.splashbox a:hover {
	text-decoration: none;
}

div.splashbox div.top {
	height:43px;
	width:100%;
	display:block;
	background-image: url(../i/splashboxtop.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.splashbox div.top ul {
	padding:0;
	}

div.splashbox div.top ul li {
	height:43px;
	float:left;
	margin-right:4px;
	display: block;
	padding:0px;
	list-style-type: none;
}

div.splashbox div.top ul li a {
	background-image:url(/i/actives-tabs.gif);
	background-repeat:no-repeat;
	display:block;
	height:43px;
}

div.splashbox div.top ul li a.auto {background-position:left top; width:139px;}
div.splashbox div.top ul li a.transport {background-position:-142px top; width:158px;}
div.splashbox div.top ul li a.construction {background-position:-303px top; width:148px;}
div.splashbox div.top ul li a.equipment {background-position:right top; width:161px;}

div.splashbox div.top ul li a.auto:hover {background-position:left bottom;}
div.splashbox div.top ul li a.transport:hover {background-position:-142px bottom;}
div.splashbox div.top ul li a.construction:hover {background-position:-303px bottom;}
div.splashbox div.top ul li a.equipment:hover {background-position:right bottom;}

div.splashbox div.top ul li.active a.auto {background-position:left bottom;}
div.splashbox div.top ul li.active a.transport {background-position:-142px bottom;}
div.splashbox div.top ul li.active a.construction {background-position:-303px bottom;}
div.splashbox div.top ul li.active a.equipment {background-position:right bottom;}

div.splashbox div.mid {
	background-image: url(../i/splashboxbgr.gif);
	background-repeat: repeat-y;
	width:613px;
	padding:30px 10px 0;
	display: none;
}

div.splashbox div.offer {
	float:left;
	padding:0 5px;
	width:290px;
	margin:0 0 20px 0;
}

div.splashbox div.offer h3 {
	color:#000066;
	margin-top:0px;
}

div.splashbox div.offer img {
	float:left;
	margin-right:10px;
}

div.splashbox div.offer p {
	line-height: 25px;
	padding:5px 0;
	font-size: 12px;
}

div.splashbox div.offer p a {
	font-size: 13px;
}

div.splashbox div.offer p span {
	/* font-size: 15px; */
	color:#000;
	font-size:11px;
}

div.splashbox a.readmore {
	font-size:11px;
	margin-left:5px;
}

div#left a.back {
	float:left;
	font-size:13px;
	line-height:12px;
}
div#left div.offerimgs a.back {
	display:block;
	float:left;
	font-size:13px;
	line-height:20px;
	text-align:right;
	width:252px;
	border-top:1px solid #CDCDCD;
	/* background-image:url(../i/back.gif); */
	background-repeat:no-repeat;
	background-position: left top;
	color:#F57907;
}
div#left div.offerimgs a.back:hover {
	background-position: left bottom;
}
div.back {
	float:left;
	width:270px;
	}


p.selector {
/*
	background-image: url(../i/selector.gif);
	background-repeat: no-repeat;
	margin:0 0 5px;
*/
	border-bottom:1px solid #CDCDCD;
/*
	height:28px;
	line-height:28px;
*/

	margin: 0;
		margin-bottom: 5px;
	
}

p.selector strong {
	width:190px;
	display:block;
	float:left;
	margin-bottom: 5px;
}

p.contact {
	border-bottom:0px solid #CDCDCD;
	background-image: url(../i/selector.gif);
	background-repeat: no-repeat;
	margin:0 0 5px;
	line-height: 28px;
	}


a#pdf {
	width:120px;
	height:31px;
	padding-left:40px;
	line-height:31px;
	margin:11px 0;
	display:block;
	float:right;
	background-image: url(../i/pdf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

a#pdf_2 {
	width:120px;
	height:31px;
	padding-left:40px;
	line-height:15px;
	margin:11px 0;
	display:block;
	clear: left;
	float:left;
	background-image: url(../i/pdf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

a#pdf_2:hover {
	background-position:bottom left;
	}
			
a#pdf:hover {
	background-position:bottom left;
	}

a#euro {
	width:31px;
	height:31px;
	display:block;
	float:right;
	background-image: url(../i/euro.gif);
	background-position: top left;
	}
	
a#euro:hover {
	background-position:bottom left;
	}
	
div#left input.text {
	width:160px;
	height:21px;
	font-size:12px;
	padding:7px 5px 0;
	border:0px solid white;
	font-family: Arial;
	background-image: url(../i/input-big.gif);
	margin:0 7px 10px 0 !important;
	color:#606060;
}

div#left textarea {
	width:340px;
	height:63px;
	font-size:12px;
	padding:7px 5px 0;
	border:0px solid white;
	font-family: Arial;
	color:#606060;
	background-image: url(../i/textarea.gif);
	margin:0 7px 10px 0 !important;
	margin:0 4px 10px 0;
	display: block;
	overflow:auto;
}

div#left input.send {
	background: none;
	border:none;
	display:block;
	background-image: url(../i/inputsend.gif);
	background-repeat: no-repeat;
	width:122px;
	height:28px;
	padding:0;
	cursor: pointer;
}


/****************** RIGHT ******************/

div#right {
	width:302px;
	float:right;
	margin-top:-10px;
}

div#right a.doc {
	background-image:url(../i/doc-small.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0041B4;
	display:inline-block;
	height:28px;
	line-height:28px;
	padding-left:30px;
	text-decoration:none;
}

div.quick {
	background-image: url(../i/quick.gif);
	background-repeat: no-repeat;
	width:276px;
	height:41px;
	display:block;
	margin-bottom:7px;
	padding:13px 13px 0;
	color:#e86f00;
}

div.quick h2 {
	color:#0041b4;
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	text-decoration: none;
	margin:0px;
}

div.quick a {
	font-size:11px;
	line-height:11px;
	text-decoration: underline;
	color:#e86f00;
}

div.quick a:hover {
	text-decoration: none;
}

div.quick span {
	margin:0 5px;
	line-height:11px;
}

div.quick#cars {
	background-position: left top;
}

div.quick#transport {
	background-position: left -54px;
}

div.quick#industrial {
	background-position: left -108px;
}

div.quick#office {
	background-position: left bottom;
}

h2#cond {
	display:block;
	background-image: url(../i/h2cond.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height:40px;
	line-height: 40px;
	margin:5px 0;
}

h2#calc {
	display:block;
	background-image: url(../i/h2calc.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height:40px;
	line-height: 40px;
	margin:5px 0;
}

h2#links {
	display:block;
	background-image: url(../i/h2links.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height:40px;
	line-height: 40px;
	margin:5px 0;
}

h2#docs {
	display:block;
	background-image: url(../i/h2docs.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height:40px;
	line-height: 40px;
	margin:5px 0;
}

div.box {
	width: 302px;
	background-image: url(../i/boxbot.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:4px;
}

div.box div.top {
	background-image: url(../i/boxtop.gif);
	background-repeat: repeat-y;
	width:302px;
	height:4px;
	line-height:1px;
	font-size:1px;
	display: block;
}

div.box div.mid {
	background-image: url(../i/boxbgr.gif);
	background-repeat: repeat-y;
	width:272px;
	display: block;
	padding:5px 15px;
}

div#right input.text {
	width:133px;
	height:21px;
	font-size:12px;
	padding:7px 5px 0;
	border:0px solid white;
	font-family: Arial;
	background-image: url(../i/input.gif);
	float:left;
	margin:0 7px 10px 0 !important;
	margin:0 4px 10px 0;
}

form#forms {padding-top:10px; }

form#forms label {
	float:left;
	padding-right:13px !important;
	padding-right:10px;
	text-align:right;
	/* width:137px; */
	width:147px;
	line-height:28px;
	font-size: 12px;
}

div#right input.submit {
	background: none;
	border:none;
	display:block;
	float:right;
	background-image: url(../i/inputsubmit.gif);
	background-repeat: no-repeat;
	width:112px;
	height:28px;
	padding:0;
	cursor: pointer;
}

/****************** NEWS ******************/

div#left div.new {
padding-top:10px;
border-bottom:1px solid #cdcdcd;
clear: both;
}

div#left div.new a.more {
float:right;
}

div#left div.new p {
clear: both;
}

div#left div.new h3 {
float:left;
width:550px;
}

div#left div.new span.ndate {
float:right;
line-height:41px;
color:#F4821A;
}

div#left span.date {
float:right;
font-size:13px;
line-height:13px;
margin-top:-23px;
color:#F4821A;
}

.highlight{
	background-color: #f4f004;
}

/****************** SITEMAP ******************/

div#sitemap {
	background-image: url(../i/footer.gif);
	background-position: top center;
	display: block;
	width:960px;
	height:110px;
	margin-bottom:2px;
	clear:both;
	position: relative;
}

div#sitemap a#footerlogo {
	position: absolute;
	display: block;
	width:185px;
	height:26px;
	background-image: url(../i/footerlogo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	top:20px;
	left:20px;
}

div#sitemap a#footerlogo:hover {
	background-position: bottom left;
}

div#sitemap p#copyright {
	text-align:center;
	position:absolute;
	top:55px;
	left:40px;
	color:#333;
}

div#sitemap div.quad {
	display: block;
	padding:15px 0;
	width:240px;
	float:left;
	position: relative;
}

div#sitemap div.quad ul {
	list-style-type: none;
	padding:0;
	}
	
div#sitemap div.quad ul li {
	padding:0 0 0 20px;
	}

div#sitemap div.quad ul li a {
	color:#555;
	text-decoration: underline;
}

div#sitemap div.quad ul li a:hover {
	text-decoration: none;
}

/****************** FOOTER ******************/

div#footer {
	background-image: url(../i/footer.gif);
	background-position: bottom center;
	display: block;
	width:960px;
	height:55px;
	clear:both;
	position: relative;
}

div#footer ul {
	position: absolute;
	left:15px;
	top:10px;
	list-style-type: none;
	padding:0;
}

div#footer ul li {
	padding:0 0 0 3px;
	float:left;
}

div#footer ul li a {
	color:#555;
	text-decoration: underline;
	font-size:11px;
}

div#footer p#createdby {
	position: absolute;
	right:0px;
	top:20px;
	font-size:11px;
}

div#footer p#createdby span {
	float:left;
	margin-right:5px;
	line-height: 25px;
}

div#footer a#ivuworks {
	display:block;
	height:28px;
	width:86px;
	float:left;
	background-image: url(../i/ivuworks.gif);
	background-position: left top;
}

div#footer a#ivuworks:hover {
	background-position: left bottom;
}

/* ############################ */

/* PAGE NAVIGATION */

/*
dl#page_nav {
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	height: 20px;
	border-top:1px solid #cdcdcd;
}

dl#page_nav dd {
	display: block;
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
	font: normal 12px Arial, sans-serif;
}

dl#page_nav dd.dots{
	width: 20px;
	text-align: center;
	line-height: 20px;
}
dl#page_nav dd.pages{
	width: 66px;
	line-height: 20px;
}

dl#page_nav dd a {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	width: 19px;
	height: 17px;
	border: 1px solid #cdcdcd;
	font: normal 12px Arial, sans-serif;
	color: #999;
	text-decoration: none;
	text-align: center;
}
dl#page_nav dd a.active, dl#page_nav dd a.active:hover {
	border: 1px solid #cdcdcd;
	color: #ffffff;
	background-color:#65A1C3;
	text-decoration: none;
}
dl#page_nav dd a.next {
	width: 20px;
	padding: 2px 0 0 5px;
	border: 1px solid #65A1C3;
	font: bold 12px Arial, sans-serif;
	color: #c40bde;
}
dl#page_nav dd a:hover, dl#page_nav dd a.next:hover {
	border: 1px solid #aaa;
	font: normal 12px Arial, sans-serif;
	color: #003D74;
	background-color: #cdcdcd;
}
*/


div#left dl#page_nav dt {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 3px 5px 0 0;
	font: normal 12px Arial, sans-serif;
	color: #999999;
	width: 60px;
}

div#left dl#page_nav {
clear:both;
display:block;
height:22px;
margin:5px 0 0;
}

div#left dl#page_nav dd {
display:block;
float:left;
font-family:Arial,sans-serif;
font-size:12px;
margin:0;
padding:0 3px 0 0;
}

div#left dl#page_nav dd a {	
background-image: url(../i/pagination.gif);
background-position: left top;
background-repeat: no-repeat;display:block;
float:left;
font-size:12px;
height:22px;
line-height:22px;
text-align:center;
text-decoration:none;
width:22px;
color:#666;
}

div#left dl#page_nav dd a:hover {
background-position: right top;
font-weight: bold;
color:#F4821A;
}

div#left dl#page_nav dd a.active {
background-position: center top;
color:#111;
}

div#left dl#page_nav dd a.active:hover {
background-position: center top;
font-weight:normal;
color:#111;
}

p.longselector {
	border-bottom:1px solid #CDCDCD;
	height:28px;
	line-height:28px;
	margin:5px 0;
	
}

p.longselector strong {
	padding-left:10px;
	width:440px;
	display:block;
	float:left;
}

table#tableCalc {
	width:100%;
	margin-top:20px;
	border:1px solid #CDCDCD;
	text-align:right;
	}

table#tableCalc td {
	padding:3px 5px;
	}

table#tableCalc th {
background-color:#E7E7E7;
font-size:12px;
line-height:14px;
padding:5px;
	}

table#tableCalc th span {
font-weight:normal;
font-size:11px;
	}
	
table#tableCalc td.th {
	font-size:12px;
	font-weight: bold;
	width:30px;
	background-color: #e7e7e7;
	line-height:14px;
	padding:5px;
	}
	
table#tableCalc tr.gray {
	background-color: #eeeeff;
	}
	
div.calc {
	width:100%;
	clear:both;
	}

div#left span.wat {
display:block;
margin:-28px 0 10px;
text-align:right;
width:100%;
}


div.offer-top {width:100%; clear:both; margin-bottom: 30px;}
div.offer-top a.thumb {float:left;}
div.offer-top a.thumb img {background-color:#F9F9F9;border:1px solid #AFAFAF; margin-top:10px;padding:1px;}
div.offer-top div.offer-info {float:left;padding-left:20px;width:816px; margin-top:10px;}
div.offer-top h3 {margin:0 0 15px 0;}
div.offer-top div.contactperson {width:302px; float:right; margin-left:20px;}
div.offer-top div.contactperson p {padding-left:10px;}
div.offer-top div.contactperson p.box {padding-left:10px; background-image:url(../i/contactperson.gif); background-repeat:no-repeat; border-bottom:0 solid #CDCDCD; margin:0 0 5px; line-height:28px;}
div.offer-top div.contactperson p.box strong {display:block;float:left;margin-bottom:5px;width:150px;}
div.offer-top p.price {color:#F4821A;font-size:23px; margin-top:10px;}
div.offer-top p.price span {font-size:18px}

img#captchaimg {
float:left;
margin:0 30px 10px 0;
cursor:pointer;
}

div#left input#send_question {
float:right;
display:inline;
margin-right:10px;
}

div#left div.offertext p.orange{
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

select#filter_brands {
	background:#FFFFFF;
	width:160px;
	border:1px solid #A5A5A5;
	font-family:Arial,Arial,Helvetica,sans-serif;
	font-size:13px;
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}