
/**
 *  01.GENERAL PARAMS
 */

body {
	background-color: #ddddd7;
	margin: 0;
	font-size: 0.9em;
}

body, p, td {
	text-align: left;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
}

a {
	text-decoration: none;
}
a:link {
	color: #36c;
}
a:visited {
	color: #36c;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #f60;
}

h2, h3 {
	line-height: 1.2em;
}

h4 {
	padding: 10px 0px 5px 0px;
}

/**
 *  02.LAYOUT
 */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
	background-image:url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-color: white;
	padding: 10px;
}

#head_border_area {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 130px;
	background-color: #FFFFFF;
	width: 940px;
	margin: 0;
	padding: 0;
}

#page_head {
	position: relative;
	height: 120px;
	background-color: #272623;
	background-image: url(../images/bg_header.gif);
	width: 920px;
	margin: 0 auto;
	z-index: 3;
}

#container {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 920px;
	z-index:2;
	overflow: hidden;
}

#cover_left {
	background-image:url(../images/bg_cover_left.gif);
	background-repeat:repeat-y;
	background-position:top right;
	width:920px;
	height:324px;
	margin:0px;
	padding:0px;
	position: absolute;
	z-index: 4;
	display:block;
	left:-900px;
}

#main_content  {
	background-color:#FFFFFF;
	position: static;
	width: 920px;
	padding: 0;
	margin: 0;
	display: block;
}
#maintopics_container  {
	background-color:#FFFFFF;
	width: 920px;
	padding: 0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	cursor: default;
}

#maintopics_container .topic  {
	background-color:#FFFFFF;
	display: block;
	width: 306px;
	float:left;
	clear: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#maintopics_container .topic div  {
	margin: 25px 20px 20px 20px;
	padding: 139px 15px 0px 15px;
	background-color:#FFFFFF;
	cursor: pointer;
}

#footer {
	text-align: center;
	margin: 0 auto;
	width: 940px;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
}


.linkpfeil {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 5px;
}


/**
 *  03.pagehead
 */

#logo {
	position: absolute;
	top: 26px;
	left: 15px;
	width: 152px;
	height: 86px;
}

#service_menu {
	position:absolute;
	top: 4px;
	left: 10px;
	width: 200px;
	z-index: 4;
}

#service_menu a {
	float:left;
	display: block;
	background-image:url(../images/nav_pfeil.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-right: 20px;
	color:#FFFFFF;
	font-size:10px;
}

#lang_select {
position:absolute;
top: 3px;
left: 597px;
width: 300px;
z-index: 2;
overflow:hidden;
font-size:10px;
color:#FFFFFF;
padding: 3px 10px;
}

.flags {
width:21px;
height:12px;
background-position:0px 0px;
background-repeat:no-repeat;
display:block;
margin-left:4px;
float:right;

}

a.flags:hover {
background-position:0px -12px;
}

#main_navi {
	z-index: 0;
	height: 120px;
	display:block;
	overflow: hidden;
}

#main_navi a, #main_navi a:link, #main_navi a:visited {
	background-image:url(../images/nav_button_bg.gif);
	background-position: 0px 0px;
	float:right;
	display: block;
	height: 120px;
	margin: 0px;
	background-repeat: no-repeat;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 0px;
}

#main_navi a:hover, #main_navi a.current {
	background-position: 0px -120px;
}

.sub_navi {
	position: absolute;
	top: 129px;
	display: block;
	z-index: 2;
	margin: 0;
	padding: 0;
	//background-color: #230700;
	background-color: #333333;
	overflow: visible;
	opacity: 0.85;
	filter: alpha(opacity=85);
}


.sub_navi a, .sub_navi a:link, .sub_navi a:visited {
	display: block;
	margin: 0px;
	z-index: 1;
	font-size:11px;
	font-weight: normal;
	padding: 2px 8px 2px 16px;
	text-decoration: none;
	color: #CCCCCC;
}

.sub_navi a:hover, .sub_navi a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-image:url(../images/bg_newsticker.gif);
}

.sub_navi div.line {
	display: block;
	z-index: 1;
	padding: 0px;
	margin: 0px;
	height: 1px;
	border: 0px;
	overflow: hidden;
	background-color: #999999;
}


#onroad {
	background-image:url(../images/bg_onroad_products.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	width:917px;
	height:324px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	z-index: 2;
	left:-869px;
}

#onroad_button {
	background-image:url(../images/btn_onroad.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display: block;
	width:28px;
	height:138px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	z-index: 3;
	left:20px;
}

#offroad {
	background-image:url(../images/bg_offroad_products.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	width:917px;
	height:324px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	z-index: 2;
	left:-869px;
}

#offroad_button {
	background-image:url(../images/btn_offroad.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display: block;
	width:28px;
	height:137px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: absolute;
	top: 268px;
	z-index: 3;
	left:20px;
}

#onoffroad_bar {
	background-image:url(../images/bg_bar_onoffroad.gif);
	background-repeat: repeat;
	background-position:0px 0px;
	display: block;
	width:10px;
	height:324px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: absolute;
	top: 130px;
	z-index: 4;
	left:20px;
}

.helmet_container {
	background-image:url(../images/bg_helmet_container.gif);
	background-repeat:repeat-y;
	background-position:0px 17px;
	width:190px;
	height:282px;
	float:right;
	position:relative;
	display:inline;
	margin: 25px 29px 16px 0px;
	padding: 0px;
}

.helmet_category {
	color:#b80000;
	width:190px;
	height:16px;
}

.helmet_model, .helmet_model1, .helmet_model2, .helmet_model3, .helmet_model4 {
	width:85px;
	height:27px;
	overflow:hidden;
	position:absolute;
	background-image: url(../images/nav_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	display: block;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	letter-spacing: -0.05em;
}


.helmet_dekor, .helmet_dekor1, .helmet_dekor2, .helmet_dekor3, .helmet_dekor4 {
	width:95px;
	height:103px;
	position:absolute;
	overflow:hidden;
	display: block;
}

.helmet_model1 { left: 0px; top: 16px; }
.helmet_model2 { left: 95px; top: 16px; }
.helmet_model3 { left: 0px; top: 149px; }
.helmet_model4 { left: 95px; top: 149px; }

.helmet_dekor1 { left: 0px; top: 46px; }
.helmet_dekor2 { left: 95px; top: 46px; }
.helmet_dekor3 { left: 0px; top: 179px; }
.helmet_dekor4 { left: 95px; top: 179px; }


#news_menu {
	background-image:url(../images/bg_newsticker.gif);
	background-repeat: repeat-x;
	background-position:0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	display: block;
	width:920px;
	height:23px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	position: absolute;
	top: 455px;
	z-index: 7;
	left:20px;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#news_menu #news_left {
	float: left;
	margin: 0px;
	padding: 5px;
}

#news_menu #news_right {
	float: right;
	margin: 0px;
	padding: 5px;
}

#news_menu a:link {
	color: #FFFFFF;
}
#news_menu a:visited {
	color: #FFFFFF;
}
#news_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#news_menu a:active {
	color: #FFFFFF;
}

div#news_container {
	display: block;
	overflow: hidden;
	background-image:url(../images/shoei_news_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	width: 242px !important;
	height: 126px !important;
	margin: 14px 20px 20px 20px !important;
	padding: 51px 12px 7px 12px !important;
	cursor: default !important;
}

div#news_box {
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #ededed !important;
	width: 242px;
	height: 126px;
	margin: 0px !important;
	padding: 0px !important;
	cursor: default !important;
}

div#news_move_box {
	display: block;
	position: relative;
	background-color: #ededed !important;
	width: 242px;
	margin: 0px !important;
	padding: 0px !important;
	cursor: default !important;
}

div#news_move_box div.news_block {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #ededed;
	color: #FFFFFF;
	width: 242px;
	height: 60px;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0px;
	z-index: 2;
}

div#news_move_box div.news_block img {
	position: absolute;
	top: 3px;
	left: 0px;
	display: block;
	width: 58px;
	height: 52px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

div#news_move_box div.news_block p {
	position: absolute;
	top: 3px;
	font-size: 10px;
	line-height: 1.2em;
	left: 67px;
	display: block;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

div#news_move_box div.news_block p a {
	float: right;
	color: #AF0003;
}

div#news_move_box div.news_block p a:after {
	content: " " url(/images/btn_linkpfeil.gif);
	position: relative;
	top: 1px;
}


#form_head {
	display: block;
	width: 712px;
	height: 163px;
	position: absolute;
	top: 180px;
	left: 104px;
	padding: 20px;
	background-image:url(../images/bg_form_752x203.gif);
	background-repeat: repeat-x;
	background-position:0px 0px;
	z-index: -1;
	opacity: 0.90;
	filter: alpha(opacity=90);
}


#overview {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
	width:920px;
	height:323px;
	margin:0px;
	padding:0px 0px 0px 0px;
	display: block;
	overflow: hidden;
}

.model_big_div {
	width: 275px;
	height: 300px;
	float:left;
	text-align: center;
	display:block;
	position: relative;
	margin:20px 0px 0px 40px;
	overflow:hidden;
}

#model_zoom_button {
	left: 214px;
	top: 233px;
	display:block;
	position: absolute;
	margin:0;
	z-index: 1;
}

#model_big {
	margin:auto;
	clear: both;
}

#model_big_text {
	position: absolute;
	top: 264px;
	left: 151px;
	width: 124px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #B40000;
}

.model_container {
	position: absolute;
	top: 160px;
	left: 380px;
	width:550px;
	height:294px;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#model_logo {
	position: absolute;
	top: 405px;
	left: 51px;
}

#model_cat {
	position: absolute;
	top: 140px;
	left: 655px;
	color:#b80000;
	width:280px;
	height:10px;
	text-align:right;
}

.dekore_container {
	width:76px;
	height:74px;
	// background-image:url(images/bg_listen.gif);
	// background-repeat:repeat-x;
	display: block;
	float:left;
}

.model_name {
	font-size:9px;
	line-height: 1.1em;
	width:75px;
	height:24px;
	overflow:hidden;
	float:left;
	clear:right;
	background-image: url(images/nav_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	display: none;
	margin: 0px;
	padding: 5px 0px 0px 13px;
	letter-spacing: -0.05em;
}

.model_dekor {
	width:76px;
	height:74px;
	float:left;
	text-align: center;
	display:block;
}

#specsmenue_container {
	width:920px;
	height:24px;
	display:block;
	overflow: hidden;
	margin:1px 0px;
	padding:0px;
	background-image: url(../images/bg_prodmenue.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

a.specsmenue, a.specsmenue:link, a.specsmenue:visited {
	background-image: url(../images/bg_prodmenue.gif);
	float:left;
	display: block;
	height: 14px;
	margin: 0px;
	background-repeat:no-repeat;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	padding:5px 15px 5px 15px;
	background-position: right top;
}

a.specsmenue:hover, #specs a.current {
	background-position: right -24px;
}

#highlights, #safety, #comfort, #ventilation, #aerodynamics, #accessories {
	background-color:#FFFFFF;
	width:920px;
	float:none;
	clear:both;
	overflow:hidden;
}

.segment_container {
	width:920px;
	display:block;
	float:none;
	overflow:hidden;
	margin-top:12px;
	margin-bottom:10px;
}


.segment_images {
	width:360px;
	overflow:hidden;
	display:block;
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px;
}

.segment_images_m {
	width:155px;
	margin-right:24px;
	float:left;
	display:block;
}

.segment_images_b {
	width:333px;
	margin-right:24px;
	float:left;
	display:block;
}

.segment_extra, .segment_movie {
	width:333px;
	margin-right:24px;
	margin-bottom:20px;
	float:left;
	overflow:hidden;
	display:block;
}

.image_race_small {
	width:97px;
	padding-right:20px;
	float:left;
	display:block;
}

.specs_icons {
	width:48px;
	padding: 0px;
	margin: 0px 16px 10px 0px;
	float:right;
	display:block;
}

.segment_text {
	width:545px;
	overflow: hidden;
	display: block;
	clear: right;
	float: right;
	margin:0px;
	padding:0px;
}

.segment_head {
	width: 533px;
	height: 21px;
	background-image:url(../images/bg_segment_head.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
	line-height:16px;
	font-weight:bold;
	clear:right;
	float:right;
	padding: 10px 6px 0px 6px;
	margin-bottom:10px;
}

.segment_copy {
	display: block;
	line-height:16px;
	float:right;
	width:533px;
	padding: 0px 6px 0px 6px;
}

.segment_copy p {
	padding:0px;
	margin:0px;
}

table.drivertable {
	float:right;
	width: 100%;
	padding:0px 0px 10px 0px;
}

table.drivertable tr.uneven {
	background-color:#F2F2F2;
}
table.drivertable td {
	vertical-align:middle;border: 0px;
}

table.dealersearchresult {
	clear: both;
	width: 100%;
	padding:0px 0px 10px 0px;
}

table.dealersearchresult td {
	vertical-align:middle; padding: 15px 20px 15px 10px;
}

/* TOPIC PATH */
ol#topic_path {
	margin-top: 12px;
}
ol#topic_path li {
	display: inline;
	line-height: 1.0;
}
ol#topic_path li:before {
	content: " > ";
}
ol#topic_path li.topic_path_top:before {
	content: "";
}
ol#topic_path li a {
	padding-right: 8px;
	background: url(../images/topic_path_arrow.gif) right center no-repeat;
}
html>/**/body ol#topic_path li a {
	padding-right: 0px;
	background: none;
}

ol#topic_path li a:link {
	color: #36c;
}
ol#topic_path li a:visited {
	color: #36c;
}
ol#topic_path li a:hover {
	color: #999;
	text-decoration: underline;
}
ol#topic_path li a:active {
	color: #f60;
}

/* INTERNAL AREA */

div#internal_area_directory ul, div#internal_area_directory ul li ul, div#internal_area_directory ul li ul li ul {
	list-style-type: none;
	display:block;
	float: left;
	padding: 0;
	margin: 0;
}

div#internal_area_directory ul li, div#internal_area_directory ul li ul li, div#internal_area_directory ul li ul li ul li {
	display: block;
	background: url(/images/bg_internal_button.gif) repeat-x;
	list-style-type: none;
	line-height: 23px;
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div#internal_area_directory ul li a, div#internal_area_directory ul li ul li a, div#internal_area_directory ul li ul li ul li a {
	display: block;
	color: white;
	text-decoration: none;
	width: 179px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

div#internal_area_directory li img {
	padding: 7px 6px;
	margin: 0px;
	width: 9px;
	height: 9px;
	float: left;
	cursor: pointer;
}

#internal_area_documents, #internal_area_documents table {
	padding: 0;
	margin: 0;
}

#internal_area_documents table.catalog,
#internal_area_documents table.catalog table {
	border-spacing: 0px;
}
#internal_area_documents table.catalog td {
	padding: 6px;
}
#internal_area_documents table.catalog table td {
	width: 134px;
	height: 134px;
	padding: 2px;
	background: #dedede;
	position: relative;
}
#internal_area_documents table.catalog table th {
	font: normal 11px Arial;
	text-align: center;
	padding: 10px 2px;
}
#internal_area_documents div.arrow {
	position: absolute;
	top: 115px;
	left: 115px;
}
#internal_area_documents td.catalogitem {
	position: relative;
	display: block;
};


/**
 *  04.FOOTER
 */

#footer {
	text-align: center;
	margin: 0 auto;
	width: 940px;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
}


/**
 *  05.TOP PAGE
 */


#c_top #wrapper {
	position: relative;
	margin: 0 auto;
	width: 920px;
	background-color: #272623;
}
#c_top #footer {
	padding: 0px 25px;
	background: #deddd3;
}
#c_top #copyright {
	padding: 25px 0 54px;
}


#history_window {
	background-image: url(../images/history/bg_window_history1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	height: 148px;
	width: 200px;
	padding: 0;
	margin:0;
	position: absolute;
	top: 190px;
	left: 130px;
	z-index: -1;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#history_window div.wbox {
	background-image: url(../images/history/bg_window_edge_l.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 148px;
	width: auto;
	padding: 0;
	margin:0;
	position: absolute;
	top: 0px;
	left: -10px;
}

#history_window #wbox_close {
	background-image: url(../images/history/history_close.gif);
	display: block;
	cursor:pointer;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 11px;
	height: 12px;
}

#history_window #wbox_year {
	font-weight: bold;
	color: #9C0000;
	font-size: 14px;
	line-height: 1em;
	margin: 10px 0px 10px 12px;;
}


#history_window #wbox_text {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 3px 12px 10px 12px;;
}

/**
 *  10.PRINT
 */
@media print {

}
