@charset "utf-8";


/* COMMON STYLE */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr
{
	margin: 0;
	padding: 0;
}

.clearfix
{
    zoom: 1;     /* triggers hasLayout */
    display: block;
}

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

ul, ol
{
	list-style: none;
}

fieldset,img,hr
{
	border: 0 none;
}

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: 28px;
}

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

ul.tabs li a
{
	display: block;
	width: 156px;
	height: 26px;
	line-height: 26px;
	margin-top: 2px;
	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: 28px;
	line-height: 28px;
	margin-top: 0;
}

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

}

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






body
{
	margin: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	
}

p
{
	margin: 0 0 9px 0;
}

a
{
	color: #000;
}

a:hover
{
	color: #333;
}

hr
{
	border-bottom: #999 solid 1px;
}



#header
{
	width: 960px;
	height: 80px;
	background: #000;
	position: relative;
	border: 0;
}



h1
{
	width: 229px;
	height: 80px;
	display: block;
	float: left;
	overflow: hidden;
}

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

#header h2
{
	font-size: 1.3em;
	color: #fff;
	font-family: Futura, Helvetica, Arial, sans-serif;
	line-height: 100%;
	padding: 6px 0 0 0;
}

#header h2 small
{
	font-size: 0.9em;
	color: #eee;
	font-weight: normal;
}

#header #loginbutton
{
	display: block;
	position: absolute;
	height: 18px;
	line-height: 18px;
	bottom: 0;
	right: 170px;
	background: #fff url('/images/lock.jpg') no-repeat 9px 8px;
	color: #000;
	padding: 6px 6px 6px 27px;
	text-decoration: none;
}

#header #login
{
	position: absolute;
	top: 80px;
	right: 169px;
	width: 240px;
	background: #fff;
	border: #000 solid 1px;
	border-top: 0;
	padding: 12px;
	z-index: 3000;
}

#header #login label
{
	float: left;
	width: 115px;
	margin: 0 0 3px 0;
	padding: 3px;
	font-weight: bold;
}

#header #login input.loginfield
{
	border: #ccc solid 1px;
	margin: 0 0 3px 0;
	padding: 3px;
	width: 110px;
}

#header #login div.submit
{
	padding: 9px 0 0 120px;
}

#menu ul,
#productmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li,
#productmenu li
{
	float: left;
}

#menu li a
{
	
}

#countrychoice
{
	color: #fff;
	position: absolute;
	top: 0;
	right: 152px;
	padding: 3px 0 0 0;
}

#countrychoice.single_lang
{
	right: 21px;
}

#countrychoice:hover
{
	color: #ddd;
}

#languages
{
	position: absolute;
	top: 0;
	right: 12px;
}

#active_language
{
	position: absolute;
	top: 0;
	right: 0;
	background: #fff url('/images/arrow_down.png') no-repeat 9px 9px;
	padding: 3px 6px 3px 24px;
	color: #000;
	width: 100px;
	border-right: #000 solid 1px;
}

#active_language a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#languages ul
{
	position: absolute;
	top: 21px;
	right: 0;
	background: #fff;
	padding: 9px;
	border: #000 solid 1px;
	border-width: 0 1px 1px 1px;
	width: 112px;
}

#languages ul li a
{
	color: #000;
}

#languages.countries #active_language
{
	width: 140px;
}

#languages.countries ul
{
	width: 152px;
}

#login
{
	display: none;
}

#container
{
	background: #fff url('/images/bg_body.png') repeat-y center top;
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#menu
{
	position: absolute;
	top: 56px;
	left: 231px;
}

#menu li,
#productmenu li
{
	margin: 0 12px 0 0;
	display: block;
}

#menu li a,
#productmenu li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 3px 0 0 0;
	height: 15px;
}

#menu li a:hover,
#productmenu li a:hover
{
	color: #ddd;
}

#menu li.active a,
#productmenu li.active a
{
	display: block;
	color: #000;
	text-decoration: none;
	background: transparent url('/images/diag-yellow.png');
	padding: 3px 6px 6px 6px;
	margin: 0;
	font-weight: bold;
}



#productmenu
{
	position: absolute;
	top: 56px;
	right: 0px;
}





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


#content
{
	position: relative;
}



#home_spotlight
{
	width: 960px;
	height: 515px;
	background: #fff url('/images/home_photo.jpg') no-repeat;
	overflow: hidden;
	position: relative;
}


#home_spotlight .product
{
	width: 270px;
	line-height: 140%;
}

#home_spotlight #product1
{
	margin: 30px 30px 0 30px;
	float: left;
}


#home_spotlight #product2
{
	margin: 0 30px 30px 0;
	text-align: right;
	width: 300px;
	position: absolute;
	bottom: 9px;
	right: 0;
}

#home_spotlight #product2 h2,
#home_spotlight #product2 .infobutton
{
	float: right;
}

#home_spotlight .product #showSpecs
{
	padding: 18px 0 0 0;
	margin: 18px 0 0 0;
	border-top: #ccc solid 1px;
	display: block;

}

#home_spotlight .product h2
{
	background: transparent url('/images/diag-yellow.png');
	font-size: 1.8em;	
	font-family: Futura, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
	margin: 0 0 12px 0;
	display: block;
	float: left;
	line-height: 100%;
}

#home_spotlight .product h2 a
{
	text-decoration: none;
}

#home_spotlight .product h2.new
{
	background: #000;
	color: #f8b832;
	margin-right: 9px;
}


#home_spotlight .product .infobutton
{
	background: transparent url('/images/orderbutton.png') no-repeat;	
	width: 169px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	color: #000;
	font-size: 1.2em;
	font-family: Futura, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	margin: 15px 0 0 0;	
}
#spotlight
{
	height: 390px;
	background: #fff url('/images/diag-bottom.png') repeat-x left bottom;
	overflow: hidden;
}

#spotlight_pic
{
	width: 432px;
	height: 243px;
	margin: 18px 0 0 24px;
	float: left;
	
}

#spotlight_intro
{
	width: 440px;
	margin: 18px 0px 0 30px;
	float: left;
	line-height: 140%;
}

#spotlight_intro #showSpecs
{
	padding: 18px 0 0 0;
	margin: 18px 0 0 0;
	border-top: #ccc solid 1px;
	display: block;

}

#spotlight h2
{
	background: transparent url('/images/diag-yellow.png');
	font-size: 1.8em;	
	font-family: Futura, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
	margin: 0 0 12px 0;
	display: block;
	float: left;
}


#spotlight .product ul,
#spotlight_intro ul
{
	list-style-type: disc;
	margin: 12px 0 0 18px;
}

#spotlight_thumbs
{
	margin: 30px 0 0 0;
	text-align: center;
}

#spotlight_thumbs a
{
	display: inline-block;
	border: #999 solid 1px;
	padding: 3px;
	margin: 3px 3px 3px 3px;
}

#spotlight_thumbs a img
{
	display: block;
}

#spotlight_thumbs a:hover
{
	padding: 6px;
	margin: 0px 0px 0px 0px;
}

#details
{
	background: transparent url('/images/bg_details.png');
	padding: 0 0 24px 0;
	border-bottom: #000 solid 1px;
}

#details h2
{
	background: #000;
	color: #fff;
	padding: 12px 12px 12px 24px;
	font-family: Futura, Helvetica, sans-serif;
	font-weight: normal;
}

#details_text
{
	width: 432px;
	padding: 24px;
	float: left;
	line-height: 150%;
}

#home_video
{
	background: #333;
}

#home_video h2
{
	background: transparent url('/images/diag-yellow.png');
	font-size: 1.8em;	
	font-family: Futura, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
	margin: 5px 0 15px 15px;
	display: block;
	float: left;
	line-height: 100%;
}

#video
{
	float: left;
	width: 470px;
	margin: 24px 0 0 10px;
}

#videothumbs
{
	background: #000;
	padding: 12px;
	width: 426px;
}

#videothumbs a
{
	display: block;
	float: left;
	margin: 0 12px 0 0;
}

#videothumbs a img
{
	display: block;
}

#videoplayer
{
	display: block;
	width: 440px;
	height: 247px;
	border: #000 solid 5px;
}

#video_enlarge
{
	display: block;
	width: 33px;
	height: 26px;
	float: right;
	background: transparent url('/images/enlarge.png') no-repeat;
	margin: 6px 20px 0 0;
}

#video_enlarge:hover
{
	background-position: 0 -26px;
}

#video_large
{
	width: 920px;
	height: 517px;
	border: #000 solid 10px;
	position: absolute;
	top: 360px;
	left: 30px;
}

#video_large #video_large_player
{
	display: block;
	width: 920px;
	height: 517px;
}

#video_large #video_close
{
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: -31px;
	right: -10px;
	background: #000 url('/images/close.gif') no-repeat center center;
}


#details_order
{
	text-align: right;
	color: #666;
	border-bottom: #999 solid 1px;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
}

#details_order strong
{
	color: #000;
}

#details_order .price
{
	background: transparent url('/images/diag-yellow.png');
	font-size: 1.8em;	
	font-family: Futura, Helvetica, sans-serif;
	color: #000;
	padding: 2px;
	margin: 3px 0;
	display: inline-block;
}

#details_order .orderbutton
{
	background: transparent url('/images/orderbutton.png') no-repeat;	
	width: 169px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	color: #000;
	font-size: 1.2em;
	font-family: Futura, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	float: right;
	margin: 12px 0 0 0;
}


#thumbs_details
{
	border-bottom: #aaa solid 1px;
	background: #333;
	padding: 24px 0 24px 24px;
}

#thumbs_details a
{
	display: block;
	float: left;
	background: #fff;
	padding: 3px;
	border: #ccc solid 1px;
	margin: 3px 6px 3px 3px;	
}

#thumbs_details a img
{
	display: block;
}


#reviews
{
	background: #333;
	color: #fff;
	padding: 24px;
	text-align: center;
}

#review
{
	width: 860px;
	margin: 0 auto;
	background: transparent url('/images/quote_top.png') no-repeat top left;
	padding: 18px 0 0 36px;
}

#review .content
{
	background: transparent url('/images/quote_bottom.png') no-repeat bottom right;
	padding: 0 36px 18px 0;
	font-size: 1.6em;
	font-family: Futura, Helvetica, sans-serif;

}

#review .writer
{
	float: right;
	color: #ccc;
	font-size: 1.1em;
	margin: -15px 42px 0 0;
}



#contact
{
	padding: 40px 24px 24px 24px;
	background: #fff url('/images/diag-top.png') repeat-x left top;
	font-size: 1.1em;
}

#contact h2
{
	background: transparent url('/images/diag-yellow.png');
	font-size: 1.4em;	
	color: #000;
	padding: 2px;
	margin: 0 0 24px 0;
	display: inline-block;

}

#contact form #message
{
	width: 345px;
	height: 100px;
	
}


#contact_form
{
	padding: 0 24px 0 0;
	width: 432px;
	float: left;
}

#contact_form textarea
{
	width: 440px;
	height: 120px;
	
	border: #999 solid 1px;
}

#contact_address
{
	padding: 0 0 0 24px;
	width: 431px;
	float: left;
	border-left: #999 solid 1px;
}


#contact label
{
	margin: 0 0 3px 0;
}

#contact label span
{
	font-weight: bold;
	width: 160px;
	float: left;
	clear: left;
}

#contact input.text
{
	border: #ccc solid 1px;
	padding: 2px;
	width: 180px;
}



#footer
{
	background: #000 url('/images/diag-bottom.png') repeat-x left top;
	padding: 30px 12px 18px 12px;
	text-align: right;
	color: #ccc;
	font-size: 0.9em;
}

#footer a
{
	color: #fff;
}






/* order page */

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

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

#container.order #order_products
{
	padding: 0 20px;
}


.tablecontainer
{
	margin: 10px 0 30px 0;
}

.tablecontainer h3
{
	font-family: Futura, Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
	font-size: 1.4em;
	font-weight: normal;
	background: transparent url('/images/diag-yellow.png');
	padding: 2px;
	display: inline-block;
}


#container.order #machines, #container.order #parts, #container.order #options
{

}

#container.order #machines a, #container.order #parts a, #container.order #options a
{

}

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

.tablecontainer table
{
	width: 100%;
}

#container.order #parts table
{

}

#container.order .ui-tabs-panel table td, #container.order .ui-tabs-panel table th
{
	color: #fff;
}

.tablecontainer table td, .tablecontainer table th
{
	color: #000;
	font-size: 0.9em;
	padding: 4px;
	border-style: solid none none none;
	border-color: #999;
	border-width: 1px 0 0 1px;
}

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

.tablecontainer table th.thumb
{
	width: 40px;
	text-align: left;
}

.tablecontainer table th.article_code
{
	width: 140px;
	text-align: left;
}

.tablecontainer table th.article_code.nothumb
{
	width: 188px;
}

.tablecontainer table th.description
{
	width: 280px;
	text-align: left;
}

.tablecontainer table th.price
{
	width: 120px;
	text-align: right;
}
.tablecontainer table tr:first-child th:first-child
{
	border-width: 0;
}


.tablecontainer table td.stock
{
	text-align: center;
}

.tablecontainer table td.stock img
{
	margin: 0 auto 0 auto;
}

.tablecontainer table td.number,
#carttable table td.number
{
	text-align: right;
}

.tablecontainer table td.number.center
{
	text-align: center;
}

.tablecontainer table .stock
{
	width: 180px;
	text-align: center;
}


.zoompics img
{
	display: none;
	position: absolute;
	border: #000 solid 3px;
}



.tablecontainer table td.button
{
	width: 20px;
}
#container.order a.add2cart
{
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url('/images/cart.png') no-repeat;
	text-indent: -9999px;
}

#container.order input.error, #order_contactdata input.text.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;
	background: transparent url('/images/bg_details.png');
	color: #000;
	position: relative;
}


#cart h3
{
	background: #000 url('/images/diag-bottom.png') repeat-x;
	color: #fff;
	padding: 30px 12px 12px 12px;
	font-family: Futura, Helvetica, sans-serif;
	font-weight: normal;
}

#cart h3.your_order
{
	margin: 0 0 4px 0;
}

#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_pdf
{
	margin: 15px 0 15px 0;
}

.order_login_info
{
	float: right;
	width: 180px;
	text-align: right;

}

#order_buydata
{
	float: right;
	width: 430px;
	border-left: #999 solid 1px;
	padding: 0 24px 24px 48px;
	margin: 24px 42px 0 0;
}

#order_buydata table th,
#order_buydata table td
{
	border-bottom: #000 solid 1px;
	padding: 3px;
}

#order_buydata table th.delete
{
	width: 12px;
}

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

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

#carttable
{
	width: 460px;
	padding: 8px;
}

#carttable table
{
	width: 100%;
}

#carttable a.delete
{
	display: block;
	width: 12px;
	height: 12px;
	background: #000 url('/images/delete_row.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}




#order_contactdata
{
	width: 360px;
	float: left;
	padding: 24px;
}

#order_contactdata label
{
	color: #000;
}

#order_contactdata strong
{
	color: #000;
}

#order_contactdata input.text
{
	border: #ccc solid 1px;
	padding: 2px;
	width: 180px;
}

#order_contactdata #message
{
	width: 333px;
	height: 100px;
}



.techdocs
{
	padding: 24px;
	border-bottom: #999 solid 1px;
	
}

.techdocs:last-child
{
	border: 0;
}

.techdocs h3
{
	font-family: Futura, Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
	font-size: 1.4em;
	font-weight: normal;
	background: transparent url('/images/diag-yellow.png');
	padding: 2px;
	display: inline-block;
}

.techdocs li
{
	height: 24px;
	clear: left;
	background: #eee;
	margin: 0 0 3px 0;
}

.techdocs .document_title
{
	font-size: 0.9em;
	display: block;
	width: 280px;
	float: left;
	padding: 5px 0 0 5px;
}

.techdocs .document_languages
{
	float: left;
}


#textpage_text
{
	padding: 10px;
}

#textpage_text h3
{
	font-family: Futura, Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
	font-size: 1.4em;
	font-weight: normal;
	background: transparent url('/images/diag-yellow.png');
	padding: 2px;
	display: inline-block;
}

#textpage_text ul
{
	list-style-type: disc;
	margin-left: 20px;
}

#mapContainer
{
	width: 920px;
	height: 517px;
	border: #000 solid 10px;
	position: absolute;
	top: 179px;
	left: 30px;
	background: #000;
}

#imgContainer
{
	width: 920px;
	height: 517px;
	border: #000 solid 10px;
	position: absolute;
	left: 30px;
	background: #000;
}

#imgContainerPart
{
	border: #000 solid 10px;
	position: absolute;
	left: 30px;
	background: #000;
	width: 640px;
	height: 480px;
}

#mapContainer .close,
#imgContainer .close,
#imgContainerPart .close
{
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: -31px;
	right: -10px;
	background: #000 url('/images/close.gif') no-repeat center center;
}


#loginform
{
	padding: 24px;
}



#tableWindow,
#specsWindow
{
	background: #000;
	color: #fff;
	padding: 24px;
	position: absolute;
}

#popuptable table
{
	
}

#popuptable table tr td, 
#popuptable table tr th,
#specsWindow table tr td, 
#specsWindow table tr th
{
	color: #ffffff;
	font-size: 0.9em;
	padding: 4px;
	border: #fff solid 1px;
	border-width: 1px 0 0 0;
}

#popuptable table tr.first td, 
#popuptable table tr.first th,
#specsWindow table tr.first td, 
#specsWindow table tr.first th
{
	border: 0;
}

#tableWindow .close,
#specsWindow .close
{
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: -20px;
	right: -1px;
	text-indent: -999px;
	overflow: hidden;
	background: #000 url('/images/close.gif') no-repeat center center;
}

#specsWindow h3
{
	margin: 0 0 12px 0;
}

#specsWindow table tr td,
#specsWindow table tr th
{
	text-align: left;
}



#index_image
{
	float: left;
	width: 432px;
	padding: 0 30px 0 30px;
	border-right: #999 solid 1px;
	margin: 30px 0 30px 0;
}

#index_login
{
	float: left;
	width: 432px;
	padding: 0 0 0 30px;
	margin: 30px 0 30px 0;
}

#index_login span
{
	display: block;
	padding: 3px;
}

#index_login label
{
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
}

#index_login input.loginfield
{
	border: #ccc solid 1px;
	padding: 3px;
	width: 110px;
}

#index_login div.submit
{
	padding: 3px 3px 3px 78px;
}

#index_login h3
{
	font-family: Futura, Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
	font-size: 1.4em;
	font-weight: normal;
	background: transparent url('/images/diag-yellow.png');
	padding: 2px;
	display: inline-block;
}

#map.index
{
	border-bottom: #999 solid 1px;
	
}

#Mapcontainer
{
	height: 640px;
}




#action-orderform h3
{
	background: #000 url('/images/diag-bottom.png') repeat-x;
	color: #fff;
	padding: 30px 12px 12px 12px;
	font-family: Futura, Helvetica, sans-serif;
	font-weight: normal;
}

#action-orderform .tablecontainer
{
	margin-left: 20px;
	margin-right: 20px;
}

#action-form
{
	position: absolute;
	top: 60px;
	left: 360px;
	width: 500px;
}


#banner a img
{
	display: block;
}




.action_info
{
	padding: 18px 12px 12px 12px;
	background: #fff url('/images/diag-top.png') repeat-x;
	border-bottom: #333 solid 1px;
}




.pricetable
{
	float: right;
	margin: 15px 0 0 0;
}

.pricetable .usertype
{
	text-align: left;
}

.pricetable .userprice
{
	text-align: right;
	font-weight: bold;	
	color: #333;
}


table.partsheader tr th,
table.partsheader tr:first-child th:first-child
{
	border-style: none none solid none;
	border-color: #999;
	border-width: 1px;
}

table.parts tr:first-child td
{
	border-width: 0;
}

#partsearch_input
{
	float: left;
	background: transparent url('/images/icon_search.png') no-repeat center left;
	padding-left: 15px;
}

#partsearch_reset
{
	display: block;
	width: 17px;
	height: 17px;
	background: #000 url('/images/delete_row.png') no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;

}


th.image_icon,
td.image_icon
{
	width: 15px;
}

td.image_icon a
{
	display: block;
	margin-top: 2px;
}


#check_delivery_address
{
	margin-top: 9px;
}

#delivery_address
{
	margin: 9px 0 9px 18px;
}

#contact_country,
#delivery_address_country
{
	width: 186px;
}


#loading_overlay
{
	background: rgba(0, 0, 0, .7) url('/images/ajax-loader.gif') no-repeat center center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


