/* -----------------------------------------------------------------------------------------------------------------
	screen.css - costum changes; load after common.css
----------------------------------------------------------------------------------------------------------------- */
	/* reset p, div for RTE */
	p,div { padding: 0; margin: 0; }
	
html {
	height:100%;
	margin: 0px;
	overflow: auto;
	min-height:100%;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
	text-align: left;
	background: black;
	height:100%;
	height: auto !important;
	min-height:100%;
}

img {
	border: 0px;
	padding:0px;
	margin:0px;
	vertical-align: bottom;
}

h1 {
	margin: 0;
	padding: 16px 0;
}

a {
	color: #333333;
}

#wrap {
	width: 983px;
	margin: 0 auto;
	padding: 0;
}

.px210x750 > .col1  { width: 209px; border-right: 1px solid #dcdcdc; }
.px210x750 > .col2  {	width: 750px;	}
	
/**************************** Navigation ***************************************/
	
#navigation {
	height:79px;
	background: url(img/bg_header.png) repeat-x;
}

.nav_logo {
	width: 212px;
	height:79px;
	background: url(img/beeline_logo.jpg) no-repeat;
	float: left;
	margin-left: 22px;
}

#menu_container {
	width: 631px;
	height: 79px;
	float: left;
	background: url(img/bg_menu.png) no-repeat;
	margin-left: 86px;
}

#navigation ul {
	float:left;
	margin:0;
	padding:15px 0 0 12px;
}
	
#navigation li {
	display: block;
	float: left;
}

#navigation a {
	display: block;
	cursor:pointer;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	height: 20px;
	padding: 29px 20px 0;
}

#navigation a.act, #navigation a:hover, #navigation a.mainMenuParentBtnFocused {
	color: #fff200;
}

#subMenusContainer li a {
	display: block;
	width: 99px;
	height: 89px;
	font-size: 0;
	text-indent: -9999px;
	opacity: 1;
	filter: alpha(opacity = 100);
	padding: 0;
}

#subMenusContainer li a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.nav_gt50 {
	background: url(img/nav_veloce_gt.jpg) no-repeat center;
}

.nav_50 {
	background: url(img/nav_veloce.jpg) no-repeat center;
}

#subMenusContainer li a.nav_papillon {
	background: url(img/nav_papillon.jpg) no-repeat center;
  height: 88px;
}

.nav_supermoto {
	background: url(img/nav_supermoto.jpg) no-repeat center;
}

.nav_supercross {
	background: url(img/nav_supercross.jpg) no-repeat center;
}

#nav_login {
	margin-left: 25px;
	margin-top: 15px;
	float: left;
}

#nav_login a {
	background: url(img/lock.gif) no-repeat 0 30px;
	padding: 29px 0 0 15px;
}

/***************************** Main Content *************************************/

#media {
	text-align: left;
	height: 420px;
  background: url(img/content_bg.jpg) no-repeat;
}

#media img {
	vertical-align: top;
}

#media > div {
	position: absolute;
	height: 420px;
	width: 983px;
	z-index: 0;
}

#media a.magnify {
	/*position: relative;*/
}

#media .mediapics a.magnify {
	position: absolute;
}

#media a.hoverlink {
	position: absolute;
	display: block;
}

div.mediapics > img {
	position: absolute;
}

#media a.magnify img, #media a.hoverlink img {
	opacity: 1;
	behavior: url(iepngfix.htc);
}

#media a.magnify:hover img, #media a.hoverlink:hover img {
	opacity: 0.85;
	behavior: url(iepngfix.htc);
}

#content {
	background: #666666;
	color: #b3b3b3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 145%;
	padding-bottom: 5px;
}
	
#content a {
	color: #999999;
	line-height: 145%;
	z-index: 1;
}
	
#footer {
	background: black;
	border: 1px solid #666666;
	color: #b3b3b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	position: absolute;
	width: 981px;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	color: #777;
}

.px210x750 ul { padding-left: 7px; margin-left: 7px; }

.breadcrum { border-bottom: 1px solid #dcdcdc; padding: 1px 0 3px 10px; font-size: 11px; color: #aaa; margin-bottom: 5px; }
	.breadcrum a { color: #aaa; text-decoration: none; }
	.breadcrum a:hover { color: #000; text-decoration: underline; }


a.more {
	width: 91px;
	display: block;
	height: 37px;
	background-image: url(img/button_more.jpg);
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	float: left;
}

a.velocegt50 {
	top: 356px;
	left: 178px;
}

a.velocegt50:hover {
	background-position: -91px 0;
}

a.veloce50 {
	top: 356px;
	left: 469px;
	background-position: 0 37px;
}

a.veloce50:hover {
	background-position: -91px 37px;
}

/***************************** Content Elements *************************************/
	
#content .csc-textpic, #content .csc-textpic-text {
	padding: 24px 86px;
}

#content .csc-textpic .csc-textpic-text {
	padding: 25px 0px 10px;
}

/***************************** Flexible Content Elements *************************************/

div.product_detail {
	overflow: hidden;
}

div.product_detail div.buttons {
	width: 280px;
	float: left;
}

div.product_detail div.details {
	float: left;
	width: 516px;
	min-height: 50px;
	padding-top: 36px;
  margin-left: 10px;
	background: url(img/bg_details.png) no-repeat 0 10px;
}

div.product_detail div.price {
  float: left;
  width: 133px;
  min-height: 50px;
  padding-top: 36px;
}

div.product_detail div.price div.product_price_container {
  background: url(img/beeline_preisschild.png) no-repeat;
  min-height: 112px;
  color: #333;
  padding-top: 5px;
}

div.product_price_container div.product_price_caption {
  font-size: 9px;
  float: left;
  clear: both;
  padding-left: 25px;
  height: 11px;
}

div.product_price_container div.product_price_currency {
  float: left;
  clear: left;
  font-weight: bold;
  height: 17px;
  padding-top: 13px;
  padding-left: 13px;
  line-height: 17px;
  font-size: 14px;
}

div.product_price_container div.product_price_amount {
  float: left;
  clear: right;
  font-size: 30px;
  padding-left: 3px;
  height: 30px;
  line-height: 30px;
}

div.product_price_container div.product_price_comment {
  float: left;
  clear: both;
  margin-top: 10px;
  color: #B3B3B3;
  font-size: 10px;
  line-height: 12px;
}

div.product_price_container div.product_price_pictures {
  float: left;
  clear: both;
}

div.detail_element {
	float: left;
	width: 119px;
	height: 110px;
	padding-right: 53px;
}

div.detail_element a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.detail_element a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div.detail_element div.desc {
	font-size: 11px;
	line-height: 1.2;
}

div.button {
	padding: 12px 0 5px 23px;
}

div.button a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.button a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Download Container */
.download_container {
	text-align: left;
	padding: 24px 86px;
	width: 810px;
}

.download_container .download_title {
	font-weight: bold;
	font-size:15px;
	padding-bottom: 5px;
}

.download_container .download_list {
	overflow: auto;
}

/* Download Element */
.download_element {
	width:405px;
	padding:0;
	margin:0;
	float: left;
	height: 110px;
}

.download_element .download_image {
	width: 120px;
	height: 85px;
	float: left;
}

.download_element .download_image a img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
	
.download_element .download_image a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.download_element .download_desc {
	width: 285px;
	height: 110px;
	float: right;
	font-size: 12px;
}

.download_element .download_title {
	font-size: 12px;
	padding: 0;
	padding-left: 15px;
	font-weight: normal;
}

.download_element .download_text {
	font-size: 12px;
	padding: 15px;
}




/***************************** Extensions *************************************/

#media .tx-rlmpflashdetection-pi1 {
	position: relative;
	z-index: 5;
	height: 420px;
}

/* Fachh�ndler*/

#merchants {
	padding: 25px 95px 30px 95px;
}

#merchants table {
	width: 100%;
}

#merchants td {
	padding: 10px 0;
}

.imp_table{
	margin-left:180px;
}
#price_tag{
	font-size:18px;
	color:#CCCCCC;
	font-weight:bold;
}