html
{
	width: 100%;
	height: 100%;
	background-color: #FFB807;
}

body
{
	margin: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFB807;
	line-height: 1.3;
}

img
{
	display: block;
	border: 0;
}

a
{
	color: #ffffff;
}

a:hover
{
	color: #FFB807;
}

#container
{
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 10px;
}

#header
{
	width: 960px;
	position: relative;
}

h1
{
	margin: 0;
	width: 229px;
	height: 80px;
	display: block;
	overflow: hidden;
}

h1 a
{
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 229px;
	height: 80px;
	display: block;
	margin: 0;
}

h2
{
	position: absolute;
	top: -6px;
	left: 236px;
	margin: 0;
	font-size: 24px;
	line-height: 1;
}
h2 small
{
	font-size: 14px;
	line-height: 14px;
}

h3
{
	color: #ffffff;
	margin: 0 0 8px 0;
	font-size: 1.2em;
}

h4
{
	color: #ffffff;
	margin: 0 0 8px 0;
	font-size: 1em;
}

p
{
	margin-top: 0;
}

label
{
	font-size: 0.9em;
	font-weight: bold;
	clear: left;
	height: 24px;
}

label span
{
	display: block;
	float: left;
	width: 150px;
	line-height: 24px;
}

hr
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0 0 0;
}


.col-3
{
	width: 298px;
	height: 218px;
	padding: 8px;
	background-color: #000;
	margin: 8px 8px 0 0;
	color: #ddd;
	float: left;
	line-height: 110%;
}

.col-3 h3
{
	font-size: 1em;
}

.col-3 ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

.col-3.last
{
	margin-right: 0;
	width: 299px;
}


#login
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9000;
}

#login .fields
{
	float: left;
}

#login .fields span
{
	display: block;
	position: relative;
	margin: 0 0 4px 0;
}

#login .fields span.last
{
	margin: 0;
}

#login .fields span label
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 4px 0 0 5px;
	
	color: #000;
	font-weight: normal;
}

#login .fields span .loginfield
{
	margin: 0;
	padding: 3px 4px;
	width: 94px;
	border: #000 solid 1px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#login .submit
{
	float: left;
	margin: 0 0 0 4px;
}

#login .submit input.submit
{
	margin: 0;
	padding: 15px 15px;
	height: 48px;
	background-color: #000;
	border: none;
	
	color: #FFB806;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

#login .logout
{
	color: #000;
}

#login .logout:hover
{
	color: #000;
}



#countries
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9990;
}

#countries ul
{
	display: none;
	background-color: #000000;
	padding: 8px;
	position: absolute;
	width: 100px;
	right: -1px;
	top: 0;
	z-index: 9991;
	margin: 0;
	list-style-type: none;
	border: #FFB807 solid 1px;
}

#countries ul li
{
	font-size: 0.9em;
	text-align: right;
	line-height: 1.4;
	z-index: 9999;
}

#countries ul li.active a
{
	font-weight: bold;
	color: #FFB807;
	text-decoration: none;
}

#countries img.arrow
{
	float: left;
	margin-right: 3px;
}

#active_country
{
	font-weight: bold;
	float: left;
}

#active_country a
{
	color: #000000;
	
}

#menu
{
	position: absolute;
	top: 48px;
	left: 236px;
	height: 34px;
	width: 700px;
	z-index: 200;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 201;
}

#menu li
{
	float: left;
	font-size: 16px;
}

#menu li a
{
	color: #bbbbbb;
	background-color: #352603;
	background-image: url('/images/menu_bg.png');
	background-repeat: repeat-x;
	text-decoration: none;
	line-height: 34px;
	padding: 6px 12px 6px 12px;
	margin: 0 8px 0 0;
}

#menu li a:hover
{
	color: #fff;
}

#menu li.active a
{
	color: #FFB807;
	background-color: #000000;
	background-image: none;
	font-weight: bold;
}

#menu li.active a:hover
{
	color: #FFB807;
}

div.text
{
	padding: 16px;
	width: 928px;
	background-color: #000000;
	color: #ffffff;
	margin: 8px 0 0 0;
}

.clearfix:after, #header:after, #content:after, #home_text:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer
{
	width: 960px;
	margin: 8px 0 0 0;
	/*color: #333333;*/
	/*text-align: right;*/
	/*font-size: 0.8em;*/
}

#footer .location
{
	float: left;
}

#footer .location span
{
	font-weight: bold;
}

#footer .location .col
{
	float: left;
	padding: 0 8px;
}

#footer .location .col.first
{
	margin: 0 8px 0 0;
	width: 120px;
	border-right: #000 solid 1px;
}

#footer .location .col.last
{
	width: 200px;
	
}

#footer .links
{
	float: right;
}

#footer a
{
	color: #000000;
}


/* UI elements */

.bigbutton, .smallbutton
{
	cursor: pointer;
}

.bigbutton
{
	display: block;
	width: 216px;
	height: 30px;
	line-height: 30px;
	border: #353535 solid 1px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url('/images/bigbutton.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	background-color: #000000;
	padding: 0;
	font-size: 1em;
}

.bigbutton.order
{
	width: auto;
	padding: 0 10px;
	color: #FFB807;
}

.bigbutton.order:hover
{
	
	border-color: #FFB807;
}

.bigbutton:hover, .smallbutton:hover
{
	background-position: 0 -30px;
	color: #FFB807;
}

.yellow
{
	color: #FFB807;
}

a.smallbutton
{
	display: block;
	width: 87px;
	height: 18px;
	line-height: 18px;
	border: #353535 solid 1px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url('/images/bigbutton.jpg');
	background-repeat: repeat-x;
	font-size: 0.9em;	
}

a.pdf
{
	background-image: url('/images/pdf.gif');
	background-repeat: no-repeat;
	padding: 5px 0 5px 35px;
}

div.error
{
	background-color: #CC0000;
	padding: 4px;
	margin-bottom: 8px;
	
	color: #fff;
}

ul.tabs
{
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	height: 34px;
}

ul.tabs li
{
	float: left;
	width: 156px;
	height: 34px;
	margin-right: 8px;
}

ul.tabs li a
{
	display: block;
	width: 156px;
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
	background-image: url('/images/tab.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	color: #ddd;
}

ul.tabs li a:hover
{
	color: #FFB807;
	height: 34px;
	line-height: 34px;
	margin-top: 0;
}

ul.tabs li.ui-tabs-selected a
{
	background-image: none;
	font-weight: bold;
	color: #ffffff;
	height: 34px;
	line-height: 34px;
	margin-top: 0;

}

.ui-tabs-hide { display: none; }




/* Home */

#container.home .cols
{
	margin: 0 0 8px 0;
}

#container.home .specs
{
	display: inline-block;
	margin: 12px 0 0 0;
}

#container.home .product
{
	/*padding: 8px;*/
	margin: 0 0 8px 0;
	background-color: #000;
	
	color: #fff;
}

#container.home .product .header
{
	padding: 8px;
}

#container.home .product .header h3
{
	display: inline-block;
	float: left;
	margin: 14px 0 0 0;
	
	font-size: 18px;
}

#container.home .product .header .right
{
	float: right;
}

#container.home .product .header .price
{
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

#container.home .product .header .price .smaller
{
	font-size: 16px;
	font-weight: bold;
}

#container.home .product .header .login
{
	font-size: 12px;
	text-align: right;
}

#container.home .product .content
{
	padding: 8px;
	background: url(/images/home_product_bg.png) repeat-x;
}

#container.home .product .content .visual
{
	float: left;
	width: 298px;
	height: 218px;
}

#container.home .product .content .side
{
	float: left;
	margin: 0 0 0 8px;
	width: 638px;
}

#container.home .product .content .side .description
{
	width: 638px;
	height: 38px;
	line-height: 130%;
}

#container.home .product .content .side .gallery
{
	position: relative;
	margin: 8px 0 0 0;
	width: 582px;
	height: 82px;
	overflow: hidden;
}

#container.home .product .content .side .gallery ul
{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 82px;
}

#container.home .product .content .side .gallery ul li
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	
	list-style: none;
}

#container.home .product .content .side .gallery ul li.last
{
	margin-right: 0;
}

#container.home .product .content .side .gallery ul li a
{
	display: block;
}

#container.home .product .content .side .gallery a.control
{
	position: absolute;
	display: block;
	width: 30px;
	height: 82px;
}

#container.home .product .content .side .gallery a.control.prev
{
	top: 0;
	left: 0;
	background: url(/images/home_pictures_control_prev.png) no-repeat;
}

#container.home .product .content .side .gallery a.control.next
{
	top: 0;
	right: 0;
	background: url(/images/home_pictures_control_next.png) no-repeat;
}

#container.home .product .content .side .bottom
{
	margin: 8px 0 0 0;
}

#container.home .product .content .side .bottom .video
{
	display: block;
	position: relative;
	float: left;
	/*width: 110px;*/
	height: 82px;
}

#container.home .product .content .side .bottom .video img
{
	float: left;
}

#container.home .product .content .side .bottom .video .link
{
	display: inline-block;
	float: left;
	margin: 62px 0 0 8px;
}

#container.home .product .content .side .bottom .video .overlayer
{
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 82px;
	background: url(/images/video_thumb_overlayer.png) no-repeat;
}

#container.home .product .content .side .bottom .action
{
	position: relative;
	float: right;
	margin: 8px 0 0 8px;
	height: 64px;
}

#container.home .product .content .side .bottom .more_info
{
	display: block;
	margin: 10px 0 10px 0;
	
	text-align: right;
}

#container.home .product .content .side .bottom .order
{
	/* */
}





#home_text
{
	padding: 0 0 4px 470px;
	width: 474px;
	background-repeat: no-repeat;
	background-position: center left;
	border-style: solid;
	border-color: #000000;
	border-width: 8px;
}

#home_text img
{
	float: left;
	margin: 0 16px 0 0;
}

#home_text h3
{
	margin: 8px 8px 0 0;
	font-size: 1.5em;
	font-weight: normal;
}

#home_text p
{
	margin: 14px 8px 0 0;
	color: #CCCCCC;
	font-size: 1.1em;
}

p.moreinfo
{
	text-align: right;
}

#container.home #discover_models
{
	width: 980px;
	margin: 8px 0 0 0;
	clear: left;
}

#container.home .discover_model
{
	background-color: #000000;
	width: 222px;
	height: 200px;
	padding: 6px;
	color: #ffffff;
	float: left;
	margin-right: 8px;
}

#container.home .discover_model h4
{
	margin: 8px 12px 8px 8px;
	text-align: right;
	font-size: 1.2em;
}

#container.home .discover_model a
{
	display: block;
	width: 222px;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	text-decoration: none;
}


#container.home .discover_model a span
{
	text-align: center;
	background-color: black;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 222px;
	line-height: 30px;
	opacity: 0.7;
}

#container.home .discover_model a:hover span
{
	opacity: 1;
	color: #ffffff;
}

/* Product info */

#container.products .text
{
	float: left;
	margin: 8px 0 0 0;
	width: 444px;
	padding: 16px;
}

#container.products .text p
{
	margin: 0;
	padding: 0;
}

#container.products .text ul
{
	margin: 0 0 0 16px;
	padding: 0;
}

#container.products #products_text	
{
	margin-right: 8px;	
	height: 128px;
}
#products_bulletpoints
{
	height: 128px;
}

#container.products #overview
{
	margin: 0;
	width: 968px;
}

#container.products .product
{
	width: 234px;
	background-color: #000000;
	color: #cccccc;
	float: left;
	margin: 8px 8px 0 0;
}

#container.products .product h3
{
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	border-style: solid;
	border-color: #FFB807;
	border-width: 0 0 2px 0;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1em;
}

#container.products .product .image
{
	height: 170px;
	padding: 6px;
	border-style: solid;
	border-color: #FFB807;
	border-width: 0 0 2px 0;

}

#container.products .product .moreinfo
{
	height: 32px;
	padding: 8px;
	border-style: solid;
	border-color: #FFB807;
	border-width: 2px 0 0 0;
}

#container.products .product .price
{
	height: 40px;
	padding: 8px;
	border-style: solid;
	border-color: #FFB807;
	border-width: 2px 0 0 0;
	font-size: 1.4em;
	text-align: center;
}

#container.products .product .price .excl
{
	font-size: 0.6em;
}

#container.products .product .price strong
{
	color: #ffffff;
	font-weight: normal;
}

#container.products th
{
	display:none;
}

#container.products #headers th
{
	text-align: right;
	color: #ffffff;
	font-size: 0.9em;
	border-style: dashed;
	border-color: #FFB807;
	border-width: 1px 0 0 0;
	display:block;
	padding: 3px 4px 2px 2px;
}

#container.products #headers tr:first-child th, #container.products tr:first-child td
{
	border: 0;
}

#container.products td
{
	font-size: 0.9em;
	border-style: dashed;
	border-color: #FFB807;
	border-width: 1px 0 0 0;
	padding: 3px 2px 2px 4px;
}

#container.products #headers td
{
	display: none;
}





/* Product detail page */

#container.product #products
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	
}

#container.product #products li
{
	display: block;
	width: 234px;
	margin-bottom: 2px;
}

#container.product #products li a
{
	display: block;
	width: 216px;
	line-height: 34px;
	text-decoration: none;
	color: #ffffff;
	padding: 0 8px 0 8px;
	background-color: #000000;
	border-color: #FFB807;
	border-style: solid;
	border-width: 0 2px 0 0;
}

#container.product #products li.active a
{
	border-color: #000000;
	font-weight: bold;
}

#container.product #info
{
	float: left;
	width: 726px;
	padding: 0;
}

#container.product #text
{
	padding: 16px 16px 16px 16px;
	border-color: #FFB807;
	border-style: solid;
	border-width: 0 2px 0 0;
	width: 452px;
	float: left;
}

#container.product #text a.bigbutton
{
	float: left;
	margin: 0 8px 0 0;
}

#container.product #info #table, #container.product #info #price
{
	float: right;
	width: 240px;
	clear: right;
}

#container.product #info #price
{
	border-color: #FFB807;
	border-style: solid;
	border-width: 2px 0 0 2px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 1.4em;
}

#container.product #info #price .excl
{
	font-size: 0.6em;
}

#container.product #info #price strong
{
	color: #ffffff;
	font-weight: normal;
}


#container.product #info #table th, #container.product #info #table td
{
	font-size: 0.9em;
	border-style: dashed;
	border-color: #FFB807;
	border-width: 1px 0 0 0;	
}

#container.product #info #table th
{
	text-align: right;
}

#container.product #info #table tr:first-child th, #container.product #info #table tr:first-child td
{
	border: 0;
}

#container.product #info #table p
{
	padding: 0;
	margin: 0;
}

#container.product #media
{
	background-image: url('/images/2columsbg.gif');
	background-repeat: repeat-y;
	border-color: #FFB807;
	border-style: solid;
	border-width: 2px 0 0 0;
	width: 726px;
	background-color: #000000;
}

#container.product #video
{
	width: 346px;
	padding: 8px;
	margin: 0 2px 0 0;
	float: left;
}

#videoplayer
{
	text-align: center;
	margin: 10px 0 0 0;
}

#container.product #download
{
	background-color: #000000;
	width: 372px;
	height: 30px;
	padding: 8px;
	float: left;
	border-color: #FFB807;
	border-style: solid;
	border-width: 2px 0 0 0;
}

#container.product #download a
{
	width: 370px;
}

#container.product #pictures
{
	width: 354px;
	padding: 8px 0px 8px 8px;
	float: left;
}

#container.product #pictures img
{
	margin: 0 8px 8px 0;
	float: left;
}

#picWindow, #vidWindow, #specsWindow, #tableWindow
{
	padding: 10px;
	background-color: #000;
	border: #FFB807 solid 3px;
}

#picWindow img
{
	display: block;
	clear:both;
}

#popupvideo
{
	display: block;
	clear:both;
	width: 640px;
	height: 480px;
}

#popupspecs table
{
	border-style: none dashed solid none;
	border-color: #FFB807;
	border-width: 0 1px 1px 0;
}

#popupspecs table td, #popupspecs table th
{
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px;
	border-style: solid none none dashed;
	border-color: #FFB807;
	border-width: 1px 0 0 1px;
}

#popuptable table
{
	margin: 0;
	border-style: none dashed solid none;
	border-color: #FFB807;
	border-width: 0 1px 1px 0;
}

#popuptable table td, #popuptable table th
{
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px;
	border-style: solid none none dashed;
	border-color: #FFB807;
	border-width: 1px 0 0 1px;
}

#picWindow nav
{
	text-align: right;
}

a.prevPic, a.nextPic
{
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin: 10px 0 0 5px;
	float: right;
	outline: none;
}

a.prevPic
{
	background-image: url('/images/arrow_prev.gif');
}

a.nextPic
{
	background-image: url('/images/arrow_next.gif');
}

.close
{
	text-indent: -9999px;
	background-image: url('/images/close.gif');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	margin: 0 0 10px 0;
	float: right;
	outline: none;
}

/* order page */

#container.order #machines, #container.order #parts, #container.order #options
{
	background-color: #000000;
}

#container.order #parts
{
	height: 210px;
	overflow: auto;
}

#container.order table
{
	width: 100%;
}

#container.order #parts table
{
	width: 944px;
}

#container.order table td, #container.order table th
{
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px;
	border-style: solid none none dashed;
	border-color: #FFB807;
	border-width: 1px 0 0 1px;
}

#container.order table th
{
	border-width: 0 0 0 1px;
	text-align: center;
}

#container.order table tr:first-child th:first-child
{
	border-width: 0;
}

#container.order table th:first-child, #container.order table td:first-child
{
	border-width: 1px 0 0 0;
}

#container.order table td.stock
{
	text-align: center;
}

#container.order table td.stock img
{
	margin: 0 auto 0 auto;
}

#container.order table td.number
{
	text-align: right;
}

#container.order table td.number.center
{
	text-align: center;
}

#container.order table th.button
{
	width: 87px;
}

#container.order input.error
{
	border: #ff3333 solid 2px;
}

#container.order #show_transport_table
{	
	display: block;
	margin: 4px 0 4px 10px;
	font-size: 12px;
}

#cart
{
	margin: 16px 0 0 0;
}


#cart h3
{
	display: block;
	margin: 0 8px 8px 8px;
}

#cart h3.your_order
{
	background: #000;
	margin: 0 0 4px 0;
	padding: 8px;
}

#container.order th.totals
{
	text-align: right;
	border-top:0;
}

#cart input.bigbutton, #order_contactdata a.bigbutton
{
	float:right;
	margin: 8px 0 0 0;
}

/* */

#order_buydata
{
	float: right;
	width: 478px;
}

#ordertypes
{
	padding: 16px 8px 16px 8px;
}

#ordertypes label
{
	margin: 0 0 0 8px;
	
	color: #000;
}

#carttable
{
	width: 462px;
	background: #000;
	padding: 8px;
}

#order_contactdata
{
	width: 462px;
	float: left;
	background: #000;
	padding: 8px;
}

#order_contactdata label
{
	color: #ddd;
}

#order_contactdata strong
{
	color: #fff;
}


/* Request page */

#container.request label
{
	display: block;
	margin: 0 0 6px 0;
}

#container.request label.checkbox
{
	margin-bottom: 2px;
	height: auto;
}

#container.request label.checkbox.multiple
{
	font-weight: normal;
}

#container.request label select
{
	margin: 6px 0 0 0;
}

#container.request textarea.message
{
	margin: 4px 0 0 0;
	width: 350px;
}

#container.request .left
{
	float: left;
	margin: 0 20px 0 0;
	width: 380px;
	border-right: #FFB807 solid 1px;
}

#container.request .right
{
	float: left;
	padding: 4px 0 0 0;
	width: 300px;
}

#container.request span.prefix
{
	display: inline-block;
	float: left;
	
	font-weight: bold;
}

#container.request select.question
{
	float: left;
	margin: 0 0 0 6px;
}

#container.request span.title
{
	display: inline-block;
	margin: 14px 0 6px 0;
	
	font-weight: bold;
}

#container.request input.error
{
	border: #ff3333 solid 2px;
}


/* Order contactdata */

input.text
{
	line-height: 15px;
	width: 200px;
	height: 15px;
	margin: 4px 0 4px 0;
}

form input.bigbutton
{
	float: right;
}

textarea.message
{
	width: 500px;
	height: 150px;
}

#order_contactdata label select
{
	margin: 4px 0 4px 0;
}

#order_contactdata textarea.message
{
	width: 454px;
}

#order_contactdata #paymenttype, #order_contactdata #transporttype, #order_contactdata #contactdata, #order_contactdata #deliverycountry
{
	margin: 0 0 16px 0;
}

#order_contactdata #paymenttype strong, #order_contactdata #transporttype strong, #order_contactdata #contactdata strong, #deliverycountry strong
{
	display: block;
	padding: 0 0 8px 0;
}


/* technical documents */

#container.technical #content
{
	margin-right: -9px;
	background-image: url('/images/3columsbg.gif');
	background-repeat: repeat-y;
	margin-top: 8px;
}

.techdocs
{
	width: 282px;
	padding: 16px;
	margin: 0px 9px 0 0;
	color: #fff;
	background-color: #000;
	float: left;
}

.techdocs h3
{
	background-image: url('/images/pdf.gif');
	background-repeat: no-repeat;
	padding: 2px 0 7px 35px;
}

.techdocs ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.techdocs ul li
{
	clear: left;
	height: 28px;
}

.techdocs ul li span.document_title
{
	float: left;
	width: 180px;
}
.techdocs ul li span.document_languages
{
	float: right;
}

div.error
{}

label.error
{
	color: #ff3333;
}


#content.countrychoice
{
	margin: 8px 0 0 0;
	padding: 16px;
	background: #000;
	width: 197px;
}

.countrychoice ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

.countrychoice ul li a
{
	color: #fff;
}



