@import "../def/trans.css";

/*
	LAYOUT
*/
html, body {
	height: 100%;
}
body {
	background: transparent url('../media/bg.png') 10px 40px repeat fixed;
}
div#header {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 156px;
	background: transparent url('../media/header_bg.gif') top left repeat-x;
	z-index: 20;
}
div#headermiddle {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 156px;
	background: transparent url('../media/header_bottom.png') bottom left no-repeat;
}
div#headermiddle h1 {
	position: absolute;
	top: 18px;
	left: 18px;
}
img#headerimg {
	position: absolute;
	left: 450px;
	top: 0;
}
div#headeroverlay {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url('../media/header_overlay.png') top left repeat-x;
	width: 552px;
	height: 93px;
}
div#footer {
	text-align: center;
	margin-top: -75px;
	width: 100%;
	height: 75px;
	background: #fff url('../media/footer_bg.gif') bottom left repeat-x;
}
div#footermiddle {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 60px;
	padding-top: 15px;
	background: transparent url('../media/footer.png') bottom left no-repeat;
	z-index: 20;
}
div#footermiddle p {
	text-align: center;
	font-size: 10px;
	line-height: normal;
}
div#main {
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
div#wrapper {
	padding: 156px 0 80px 0;
	width: 100%;
	overflow: hidden;
}
div#content {
	width: 810px;
	padding: 0 0 0 0;
	float: right;
}
div#menu {
	float: left;
	width: 188px;
	height: 400px;
	padding: 8px 0 0px 0;
	margin: 0 0 0 1px;
	background: #d80016 url('../media/menu_bg.png') bottom left no-repeat;
	position: relative;
}
div#menu div {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url('../media/menu_bg.png') bottom right no-repeat;
	height: 100%;
	width: 20px;
}
/*
	MENU
*/
div#menu ul {
	width: 188px;
	list-style: none;
}
div#menu ul li {
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
}
div#menu ul li p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
div#menu ul li p a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 16px;
}
div#menu ul li p a:hover, div#menu ul li.current p a, div#menu ul li ul li p a:hover, div#menu ul li.current ul li p a:hover,  div#menu ul li.current ul li.current ul li.current p a {
	background-color: #861b04;
}
div#menu a.path {
	background-color: #ad1d19;
}
div#menu ul li.current p a {
	font-weight: bold;
}
div#menu ul.menu-lvl2 li.section p a {
	background-color: #861b04;
	font-weight: bold;
}
div#menu ul li ul {
	position: static;
	padding: 0;
	background: none;
}
div#menu ul li ul li {
	border-bottom: none;
	border-top: 1px solid #fff;
}
div#menu ul li ul li p a, div#menu ul li.current ul li p a {
	padding-left: 32px;
	background-color: #ad1d19;
	font-weight: normal;
}
div#menu ul li ul li ul li p a, div#menu ul li ul li.current ul li p a {
	padding-left: 48px;
	background-color: #ad1d19;
	font-weight: normal;
}
/* Footermenu */
div#footermiddle div#footermenu {
	position: absolute;
	right: 0px;
	bottom: 38px;
}
div#footermiddle div#footermenu ul {
	list-style: none;
	overflow: hidden;
}
div#footermiddle div#footermenu ul li {
	float: left;
	margin: 0 4px 0 0;
}
div#footermiddle div#footermenu p {
	text-align: right;
	margin: 0 4px 0 0;
}
div#footermiddle div#footermenu ul p {
	display: inline;
	margin: 0;
	text-align: left;
	margin: 0;
}
div#footermiddle div#footermenu ul li p a {
	color: #000;
	text-decoration: none;
	margin: 0 0 0 4px;
}
div#footermiddle div#footermenu ul li p a:hover {
	text-decoration: underline;
}
/* Overviewmenu */
div#content p.overviewmenu a {
	position: relative;
	display: block;
	width: 260px;
	height: 190px;
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 10px 6px;
	overflow: hidden;
}
div#content p.overviewmenu a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 40px;
	padding: 150px 0 0 50px;
	vertical-align: bottom;
	background: transparent url('../media/image_overlay.gif') top left no-repeat;
	cursor: pointer;
}
/*
	CONTENT
*/
div#content h1 {
	font-size: 18px;
	line-height: normal;
	margin: 0;
}
div#content h2 {
	font-size: 14px;
	line-height: normal;
	margin: 0 0 16px 0;
}
div#content p {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 16px;
	color: #000;
}
div#content div.text {
	overflow: hidden;
	padding: 0 10px 0 10px;
}
div#content div.text p {
	color: #6f6f6f;
}
div#content div.text div.txt {
	float: left;
	width: 300px;
	padding: 14px 0 0 64px;
}
div#content div.text div.txt p {
	color: #000;
}
div#content div.text div.txt p.center {
	text-align: center;
}
div#content div.text div.img {
	float: right;
	margin-right: 24px;
}
div#content div.bicycleElement {
	overflow: hidden;
}
div#content div.bicycleElement div.overview {
	width: 380px;
	padding: 0 0 0 14px;
}
div#content div.bicycleElement div.overview img.prodimg {
	display: block;
}
div#content div.bicycleElement div.overview p.bicycleimg {
	position: relative;
}
div#content div.bicycleElement div.overview p.bicycleimg a {
	color: #b3b2b2;
	text-decoration: none;
}
div#content div.bicycleElement div.overview p.bicycleimg span {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	background: transparent url('../media/magnify.png') top left no-repeat;
	width: 29px;
	height: 28px;
	cursor: pointer;
}
div#content div.bicycleElement div.overview div.desc {
	position: relative;
	width: 240px;
	margin-bottom: 20px;
	float: left;
}
div#content div.bicycleElement div.overview div.price {
	width: 130px;
	float: right;
	top: 0;
	right: -140px;
	text-align: right;
}
div#content div.bicycleElement div.overview div.price span {
	font-size: 14px;
	color: #d80016;
}
div#content div.switch h4 {
	clear: both;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	position: relative;
}
div#content div.switch h4 a {
	background: transparent url('../media/arrow_red.png') left center no-repeat;
	padding-left: 24px;
}
div#content div.switch h4 span {
	position: absolute;
	right: 0;
	top: 0;
	color: #d80016;
}
div#content div.switch h4 a {
	text-decoration: none;
	color: #000;
}
div#content div.switch h4 a:hover {
	text-decoration: underline;
}
div#content div.switch p {
	padding-left: 24px;
	color: #6f6f6f;
}
div#content div.bicycleElement div.configuration {
	position: absolute;
	top: 156px;
	left: 590px;
	right: 0;
	bottom: 75px;
	border-left: 1px solid #d80016;
	overflow: auto;
}
div#content div.bicycleElement div.configuration h3 {
	font-size: 16px;
	line-height: normal;
	color: #000;
	border-bottom: 1px solid #d80016;
	padding: 6px 0 0 4px;
}
div#content div.bicycleElement div.configuration h4 {
	font-size: 14px;
	line-height: normal;
	color: #000;
	padding: 6px 0 0 8px;
}
div#content div.bicycleElement div.configuration h5 {
	padding: 0 0 0 120px;
	margin: 0;
	color:#000000;
	font-size:10px;
	line-height:normal;
	font-weight: normal;
}
div#content div#contactdata {
	padding: 10px 0 0 0;
	display: none;
}
div#content div#contactdata p {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#contactdata p.required {
	font-weight: bold;
}
div#content div#contactdata p label {
	font-weight: normal;
	width: 100px;
	display: block;
	padding: 4px 0 2px 0;
}
div#content div#contactdata p input, div#content div#contactdata p textarea {
	font-family: Verdana,Arial,sans-serif;
	float: left;
	width: 240px;
	margin-right: 10px;
	border: 1px solid #000;
}
div#content div#contactdata input#BicycleForm_BicycleForm_action_SaveBicycle {
	margin: 8px 0 0 0;
	width: 100px;
}
div#content div#contactdata p textarea {
	overflow: auto;
}
div#content table {

}
div#content table td {
	padding: 6px 4px 6px 4px;
}
div#content table p {
	margin: 0;
}
div#content div.bicycleElement table {
	font-size: 10px;
	line-height: 14px;
	color: #000;
	margin: 0 8px;
	width: 370px;
	border: none;
}
div#content div.bicycleElement table th, div#content div.bicycleElement table td {
	padding: 2px 6px 2px 0;
	vertical-align: top;
}
div#content div.bicycleElement table tr.last td {
	padding: 0;
}
div#content div.bicycleElement table th.first, div#content div.bicycleElement table td.first {
	padding-top: 3px;
}
div#content div.bicycleElement table td.price {
	text-align: right;
	width: 60px;
}
div#content div.bicycleElement table tbody a {
	display: block;
	width: 36px;
	height: 13px;
	background: transparent url('../media/create_small.png') top left no-repeat;
	margin-left: 4px;
	text-indent: -999em;
	overflow: hidden;
}
div#content div.bicycleElement table tbody a:hover {
	background: transparent url('../media/create_small_hover.png') top left no-repeat;
}
div#content div.bicycleElement table td.right {
	text-align: right;
}
div#content div.bicycleElement table th {
	text-align: left;
	text-transform: uppercase;
	padding-top: 16px
}
div#content div.bicycleElement table tr.odd td {
	background-color: #ececec;
}
div#content div.bicycleElement table tr.changed td.product, div#content div.bicycleElement table tr.changed td.price {
	color: #d80016
}
div#content div.bicycleElement table td.price {
	white-space: nowrap;
}
div#content div.bicycleElement table td.total {
	text-align: right;
	padding-right: 5px;
}
div#content div.bicycleElement table tfoot {
	margin-top: 20px;
}
div#content div.bicycleElement table tfoot th {
	font-weight: bold;
	text-transform: none;
}
div#content div.bicycleElement table input.action {
	display: block;
	width: 100px;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	background-color: #d80016;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 0 4px 0;
	padding: 0;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
div#content div.bicycleElement table td.field input {
	display: none;
}
div#content div.bicycleTable {
	margin-left: 10px;
	overflow: hidden;
}
div#content div.bicycleTable div.box {
	float: left;
}
div#content div.bicycleTable div.even {
	background-color: #efefef;
}
div#content div.bicycleTable div.info {
	border-right: 1px solid #d80016;
	border-bottom: 1px solid #d80016;
	margin: 0 28px 20px 0;
}
div#content div.bicycleTable div.info {
	width: 240px;
	margin: 0 10px 20px 12px;
}
div#content div.bicycleTable h1 {
	text-align: left;
	font-size: 16px;
	line-height: normal;
	color: #000;
	padding-top: 4px;
	margin: 0 0 0 12px;
}
div#content div.bicycleTable h1 a {
	text-decoration: none;
	color: #000;
}
div#content div.bicycleTable h1 span {
	font-size: 12px;
	font-weight: normal;
	color: #6f6f6f;
}
div#content div.bicycleTable div.info h1.small {
	position: relative;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #6f6f6f;
	border-bottom: 1px solid #d80016;
	margin-bottom: 0;
}
div#content div.bicycleTable div.info h1.small a {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #6f6f6f;
	text-decoration: none;
}
div#content div.bicycleTable div.info h1.small a:hover {
	text-decoration: underline;
}
div#content div.bicycleTable div.info p {
	position: relative;
	margin-bottom: 0;
	padding-top: 20px;
	background-color: #fff;
	height: 164px;
	width: 240px;
}
div#content div.bicycleTable div.info p span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #d80016;
	text-align: right;
	padding-right: 4px;
}
div#content div.bicycleTable div.info p a {
	height: 164px;
	width: 240px;
	display: block;
}
/* CONTACT FORM */
div#content .text .text {
	padding: 0;
}
div#content .text form h3 {
	font-size: 16px;
	line-height: normal;
	color: #000;
	padding: 6px 0 0 0;
}
div#content .text form fieldset {
	margin: 0;
	border: none;
	overflow: hidden;
	position: relative;
	font-size: 10px;
}
div#content .text form p.required {
	font-weight: bold;
}
div#content .text form label {
	font-weight: normal;
	width: 100px;
	display: block;
	padding: 4px 0 2px 0;
}
div#content .text form input, .text form textarea {
	font-family: Verdana,Arial,sans-serif;
	float: left;
	width: 240px;
	margin-right: 10px;
	border: 1px solid #000;
}
div#content .text form input.action {
	display: block;
    width: 100px;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	background-color: #d80016;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 8px 0 4px 0;
	padding: 0;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
div#content .text form textarea {
	overflow: auto;
}

/* LOGIN FORM */
div#content form#MemberLoginForm_LoginForm div {
	padding: 0;
}
div#content form#MemberLoginForm_LoginForm label, div#content form#MemberLoginForm_LoginForm input {
	font-size: 12px;
}
div#content form#MemberLoginForm_LoginForm fieldset {
	border: none;
}

/*
	FANCYBOX AJAX CONTENT
*/
#fancy_ajax table {
	width: 100%;
}
#fancy_ajax table th, #fancy_ajax table td {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
	padding: 2px 6px;
}
#fancy_ajax table label {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	cursor: pointer;
}
#fancy_ajax table td.photo {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

/*
	FANCYBOX
*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../media/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../media/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../media/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../media/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../media/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../media/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../media/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../media/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../media/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../media/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../media/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../media/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../media/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../media/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../media/fancy_title_right.png') repeat-x;
}