div#main div.box {
	float: left;
	overflow: hidden;
}

div#main div.full {
	width: 951px;
}

/* div.bikeconfig  */
div#main div.half {
	width: 465px;
	padding: 0 20px 0 0;	
}

div#main div.last {
	padding: 0 !important;	
}

div.bikeconfig div#main div#bikeconfigreadout {
	margin: 16px 0 25px 0;
	height: 350px;
	width: 940px;
	float: left;
}

div.bikeconfig div#main div#proxyContainer {
	height: 1px;
	width: 1px;
	overflow: hidden;
	float: left;
}

div.bikeconfig div#main p.description {
	margin: 20px 0 45px 0;
}

div.bikeconfig div#main .printline {
	display: none;	
}

/*div.bikes div#main div.onethird {
	padding: 7px 10px;
}*/

div#main div.onethird {
	width: 293px;
	height: 298px;
	padding: 7px 10px;
}

div.equipmentdetail div#main div.onethird {
	padding:0 19px 0 0;
	width:293px;
	height: auto;
}

div.bikes div#main img.bikeimage {
	padding: 6px 0 4px 0;	
}

/**
 * Bike Teaser Box
 */
div.bikeTeaserBox {
	height: 312px;
	padding: 0;
	width: 313px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #B1B3B4;
	border-right: 1px solid #B1B3B4;
	position:relative;

}

div.bikeTeaserBox div.teaserheadline{
	position:absolute;
	top:50%;
	margin-top: -70px;
}

div.teaserheadline h1{
	color: #01b5dd;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 5px 0;
}

div.teaserheadline h2{
	color: #000000;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

div.teaserheadline h3{
	color: #999999;
	font-size: 14px;
}


div.bikes div#main .twentyeight {
	padding: 0;
}

/* div.equipmentoverview  */
div#main div.onequarter {
	width: 220px;
	padding: 0 20px 0 0;
}

/* div.equipmentoverview  */
div#main div.threequarter {
	padding: 0 0 0 0;	
	width: 700px;
}

/* div.equipmentoverview  */
div#main div.imagebox {
	width: 220px;
	height: 140px;
	overflow: hidden;
	margin: 0 0 15px 0;
}

div#main div.twothird {
	width: 630px;
}

div#main p.description {
	margin: 16px 0 45px 0;
}

div#main div.top {
	margin-top: 33px;
}

div#main div.bikerenderimage {
	width: 941px;
	height: 285px;
	overflow: hidden;
}

div#main div.bikename {
	margin: 17px 0 0 0;
	width: 941px;
}

div#main div.bikename span.inclVat {
	display: block;
	text-align: right;
	height: 14px;
	overflow: hidden;
}

div#main div.bikename span.price {
	text-align: right;
	float: right;
	overflow: hidden;
}

div#main div.half table {
	margin: 0;
	padding: 0px;
	width: 460px;
}

div#main td.titel {
	width: 140px;
}

div#main td.col20 {
	width: 20px;
}

div#main td.col80 {
	width: 60px;
	padding-right: 20px;
	text-align: right;
}

div#main td.col140 {
	width: 140px;
}

/**
 * @section Equipment
 * @author Norbert
 * @since 20080804
 */
 
div.equipmentoverview h1{
	padding-left: 0px;
}

div.equipmentoverview h2{
	padding-left: 0px;
}

div.equipmentoverview ul.equipmentCategories{
	border-bottom: 1px solid #b1b3b4;
}

div.equipmentoverview ul.equipmentCategories li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #b1b3b4;
}

div.equipmentoverview ul.equipmentCategories li:first-child{
	border-top: none;
}

div.equipmentoverview ul.equipmentCategories li li:first-child{
	border-top: 1px solid #b1b3b4;
}

div.equipmentoverview ul.equipmentCategories li a{
	padding: 4px 0;
	font-weight: bold;
	background-color: #fff;
	display: -moz-inline-box;
	display: inline-block;
}

div.equipmentoverview ul.equipmentCategories li a.current{
	color: #01b5dd;
	background-color: #fff;
	background-image: url('../../_abb/jango/down.gif');
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 16px;
}

div.equipmentoverview ul.equipmentCategories li li a{
	background-image: url('../../_abb/jango/foreward_small.gif');
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 12px;
	font-weight: normal;
}


/**
 * @section dealersearch
 */
.dealersearch{
	padding: 40px 20px 20px 20px;
}

.dealersearch h1{
	color: #01b5dd;
	background-color: #fff;
}

.dealersearch h4{
	margin:0 0 20px 0;
}

.dealersearch p.addressForm{
	border-top: 1px solid #b1b3b4;
	border-bottom: 1px solid #b1b3b4;
	margin:0 0 20px 0;
	padding: 10px 0 10px 0;
	position: relative;
}

.dealersearch p.addressForm a{
	background:  transparent url('../../_abb/jango/foreward_small2.gif') right no-repeat;
	padding-right: 12px;
	position: absolute;
	right: 0px;
	top: 14px;
}

#mapContainer{
	position:relative;
	width:625px;
	height:400px;
}

#mapContainer #sidebar{
	position:absolute;
	overflow: auto; 
	height: 400px;
	width:200px;
}

#mapContainer #sidebar *{
	font-size: 11px;
}


#mapContainer #map{
	position:absolute;
	overflow: hidden; 
	width:400px; 
	height:400px;
	right:0px;
}

#mapContainer #sidebar div{
	border-top:1px solid #b1b3b4;
	padding:2px 0px;
	margin:0px !important;
}
/**
 * @section Homepagebox Container
 */
 
div.homepageBoxContainer{
/* 	background-color: aqua;*/
	width: 960px;
	height: auto;
	overflow: hidden;
}

div.homepageBoxContainer div.homepagebox{
	width: 220px;
	height:  110px;
	margin: 0 20px 0 0 ;
	padding: 18px 0px 0px 0px;
	float: left;
	border-top: 1px solid #b1b3b4;
	position: relative;
}

div.homepageBoxContainer div.twocolumns{
	width: auto;
	height: auto;
	margin: 0 20px -18px 0 ;
	padding: 18px 480px 0px 0px;
	border-top: 1px solid #b1b3b4;
	position: relative;
}

div.homepageBoxContainer div.homepagebox h2{
	color: #01b5dd;
	background-color: #fff;
}

div.homepageBoxContainer div.homepagebox p{
	margin: 0px 0px 18px 0px;  
	padding: 0px 0px 0px 0px;
}

div.homepageBoxContainer div.homepagebox p.links{
	margin:0px 0px 0px 0px;
	position:absolute;
	bottom:0px;
	
}

/**
 * @section Page-Grid  
 */
.leftcol{
	width: 166px;
	margin: 0 40px 0 0;
	padding: 30px 0 0 0;
	float: left	
}

.contentcol{
	width: 734px;
	margin: 0;
	padding: 0;
	float: left	
}

.centercol{
	width: 528px;
	margin: 0 40px 0 0;
	padding: 30px 0 0 0;
	float: left	;
}

.rightcol{
	width: 166px;
	margin: 0;
	padding: 30px 0 0 0;
	float: left	
}

.fullcol{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.contentcol .listbox {
	padding: 0 !important;
}

.centercol .teaserbox {
	margin-top: 0;
	border-top: 1px solid #b1b3b4;
	padding: 20px 0 0 0;
	clear: both;
}

.centercol .teaserbox img{
	margin: 0px 0 20px 20px;
	float: right;
}

.contentcol .centercol .teaserbox img{
	margin: 3px 20px 20px 0;
	float: left;
}

.centercol .teaserbox h2 {
	color: #01b5dd;
	margin: 0 0 16px 0;
}

.rightcol .teaserbox {
	border-top: 1px solid #b1b3b4;
	padding: 8px 0;
}


.rightcol h1{
	color: #999999;
}

.rightcol h2 {
	font-size: 13px;
	line-height: 1.2em;
	color: #01b5dd ;
	margin:0 0 2px 0;
}

.rightcol p {
	margin: 2px 0 2px 0;
}


/**
 * @section centercol text formats
 */

.centercol h2{
	color: #01b5dd;
	background-color: #fff;
	margin: 24px 0 16px 0;
}

.centercol p{
	margin:	0 0 10px 0;
}

/**
 * Zoombox
 */
.zoombox {
	margin: 3px 20px 15px 0 !important;
	padding:0;
	width: 166px;
	background:  transparent url('../../_abb/jango/imagebox-bg.gif') bottom repeat-x;
	float: left;
	overflow: hidden;
}

.zoombox img{
	margin: 0px !important;
	padding: 0px !important;
	display:block;
	float: none;
	border-bottom: 1px solid #fff
}

.zoombox a.zoom{
	font-size: 13px;
	line-height: 23px;
	background:  transparent url('../../_abb/jango/foreward_zoom.gif') no-repeat right;
	padding: 0 12px 0 8px;
	color: #fff;
	cursor: pointer;
}

/**
* @section FAQ Accordion
* 
* 
*/
div.accordion {
	margin: 24px 0px 0px 0px;
	border-bottom: 1px solid #b1b3b4;
	}

div.accordion dl {
	}

div.accordion dl dt {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 3px 0px 3px 0px;
	_zoom: 1.0;
	border-top: 1px solid #b1b3b4;
	}

div.accordion dl dt strong {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 450px;
	}

div.accordion dl dt a.toggleView {
	float: right !important;
	font-weight: bold;
	padding: 0px 14px 0px 0px;
	}

div.accordion dl dt a {
	background: url('../../_abb/jango/down.gif') right center no-repeat;
	}

div.accordion dl dt.actualPosition a {
	background: url('../../_abb/jango/up.gif') right center no-repeat;
	/*display: none;*/
	}

div.accordion dl dd {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	}
	
div.accordion dl dd p{
	color: #666666;
	margin:4px 0;
	}

div.accordion dl dt.actualPosition {
	margin: 0px 0px 0px 0px;
	}

/**
 * @section award 
 * 
 */
.award{
	clear: both;
}

.award img{
	display: block;
	float: left;
}

.award h2{
	color: #01b5dd;
	margin: 0 0 16px 245px;
}

.award p{
	margin:  0 0 16px 245px;
}

.categoryChooser label{
	color: #01b5dd;
	display: block;
	margin-bottom: 20px;
}

#displayServer{
	
}

/* Table Styles */
table {
	border-top: 1px solid #dbdbdb;
	border-collapse: collapse;
	margin: 16px 0px 16px 0px;
	width: 100%;
}

table th {
	border-bottom: 1px solid #dbdbdb;
	font-weight: bold;
	padding: 4px 16px 5px 0px;
	text-align: left;
	vertical-align: top;
	}

table th em {
	margin-left: 4px;
	}
			
table th ul,
table th ol,
table th li,
table td ul,
table td ol,
table td li {
	margin: 0px !important;
	}

table td {
	border-bottom: 1px solid #dbdbdb;
	font-weight: normal;
	padding: 4px 0;	/*padding: 4px 16px 5px 0px;*/
	vertical-align: top;
	}

table td:last-child {
	padding-right: 0px;
	}
			
table td a {
	padding: 0px;
}
			
table thead th,
table thead td {
	vertical-align: middle;
}


/* Add-on for Product Feature List */
	
table.features {
	width: auto;
}
	
table.features th {
	padding: 4px 0px 5px 0px;
	width: 176px;
}
	
table.features td {
	padding: 4px 0px 5px 16px;
	width: 176px;
}
		
/* Add-on for Distributors Table */
table.distributors td{
	padding: 4px 16px 5px 0;
}

table.distributors td.phoneNumber {
	white-space: nowrap;
}
			
			
/* Add-on for Country/Language Select Table */
table.countryLanguage {
	width: 368px;
}

table.countryLanguage td {
	padding: 4px;
}

table.countryLanguage td a {
	margin-right: 8px;
	padding-right: 12px;
}


/**
 *   @section: SmoothBox PopUp
 *   @author: Larsen
 *   @since: 20080222
 *   @version: 0.2
 *   @revision: 20080222 - 0
 *   @comment: the 'smoothbox.js' had been changed for advanced styling abilities -> 'smoothbox_wy.js'
 */

html,
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* Overlayer to shade Page Background */
iframe#TB_HideSelect {
	background-color: #ffffff;
	border: none;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 200;
}

div#TB_overlay {
	background-color: #000000;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 201;
}

div#TB_load {
	display: none;
	height: 100px;
	position: absolute;
	width: 100px;
	z-index: 101;
}


/* The general PopUp Window */
div#TB_window {
	padding: 10px;
	position: absolute;
	text-align: left;
	z-index: 202;
}

/* Title Bar */
div#TB_window div#TB_title {
	background: #000;
	height: 32px;
}

/* Close Button */
div#TB_window div#TB_title a#TB_closeWindowButton {
	background: transparent url('../../_abb/jango/popup-button_close.png') center center no-repeat;
	_background-image: url('../../_abb/jango/popup-button_close.gif');
	display: block;
	height: 30px;
	padding: 0px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 30px;
	z-index: 209;
}

/* Prev-/Next-Buttons */

div#TB_window div#TB_title span#TB_next {
	display: block;
	_display: none; /* no way to get this done in IE6 !?! */
}

div#TB_window div#TB_title span#TB_next a {
	background-image: none;
	display: block;
	width: 50%;
	height: 100%;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 208;
}

div#TB_window div#TB_title span#TB_next a:hover {
	background: url('../../_abb/jango/popup-button_next.png') right center no-repeat;
}

div#TB_window div#TB_title span#TB_prev {
	display: block;
	_display: none; /* no way to get this done in IE6 !?! */
}

div#TB_window div#TB_title span#TB_prev a {
	background-image: none;
	display: block;
	width: 50%;
	height: 100%;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 207;
}

div#TB_window div#TB_title span#TB_prev a:hover {
	background: url('../../_abb/jango/popup-button_prev.png') left center no-repeat;
}


/* Image PopUp */
div#TB_window a#TB_ImageOff {
	background-color: #ffffff;
	background-image: none;
	display: block;
	padding: 0px;
}

div#TB_window a#TB_ImageOff img#TB_Image {
	border: none;
	display: block;
	padding: 15px 15px 5px 15px;
	}

/* Lower Part of the Picture Window */
div#TB_window div#TB_caption {
	background: #ffffff;
	padding: 0px 15px 15px 15px;
	overflow: hidden;
	_zoom: 1.0;
	}

/* Image Count */
div#TB_window div#TB_caption div#TB_secondLine {
	color: #afafaf;
	float: right;
	font-size: 10px;
	line-height: 16px;
	}


/* AJAX PopUp */
div#TB_window div#TB_ajaxWindowTitle {
	background:#000000;;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	margin: 0px;
	padding: 9px 15px 0px 15px;
}

div#TB_window div#TB_ajaxContent {
	background-color: #ffffff;
	padding: 40px 15px 15px 15px;
	overflow: auto;
}