/*
 * copyright (c) xmachina GmbH
 * 
 * Author: U. Schumacher (ute.schumacher@xmachina.de)
 *
 * Styles für Revell-Microsite ( Trabiversteigerung )
 */

/* GLOBAL */
* {
    margin: 0px;
    padding: 0px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;	
}

BODY {
    margin: 0px;
    padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100.01%; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;	
	background-color: #FFFFFF;
}

A {
	color: #00397A;
}


H1{
	color: #003979;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 24px;
}

#pageMargins {
	background: #FFFFFF url(../images/head.jpg) 0 0 no-repeat; 
	width: 900px;
	height: 575px;
}

#header {
	height: 140px;	
}

#header A#logoLink {
	position: absolute;
	display: block;
	height: 60px;
	width: 145px;
	height:	57px;
	margin: 25px 29px 29px;
	text-decoration: none;
}

#body { 
	overflow: hidden; 
}

#leftSide ,
#rightSide { 
	width: 450px; 
	height: auto;
}

#leftSide { width: 50%; }

#content {
	margin: 20px;
}

#content P {
	margin-bottom: 15px;
}


#leftSide,
#rightSide #gallery {
	float: left;
}

#rightSide #gallery { 
	width: 210px; 
}

#rightSide,
#rightSide #navigation {
	width: auto;
	margin-left: 50%;
}

* html #rightSide #navigation { margin-left: 225px; }
*+html #rightSide #navigation { margin-left: 225px; }

#rightSide #gallery,
#rightSide #navigation  { padding-top: 20px; }

#footer {
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 0;
}


/* Boxes */
.boxHeader {
	background: transparent url(../images/box/box_header.gif) no-repeat scroll left top;
	border: 0 dashed red;
	height: 30px;
	width: 210px;
}

.boxHeader H2 {
	background-color: transparent;
	color: #E20A18;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

.boxContent {
	border-left:  1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	margin: 0;
	padding: 0;
	width: 208px;
}

.boxFooter {
	background: transparent url(../images/box/revell_small_box_footer.jpg) no-repeat scroll left bottom;
	border: 0 dotted red;
	height: 4px;
	line-height: 4px;
	font-size: 4px;
	margin-bottom: 20px;
	width: 210px;
}

.boxContent_innerBox {
	background: transparent url(../images/box/box_content_bg.gif) no-repeat scroll left bottom;
	height: 293px;
	margin: 1px 1px 0 1px;
	padding: 10px;
}
.boxContent_innerFooter {
	background: #44648A url(../images/box/box_content_footer.gif) no-repeat scroll left bottom;
}


#navigation #actualBidLabel {
	color: #FFFFFF;
	font-size: 15px; 
	font-weight: bold;
	margin-top: 20px;
}

#navigation #actualBid {
	color: #FFED00;
	font-size: 22px; 
	font-weight: bold;
	margin-bottom: 20px;
}

#navigation #bidButton {
	display: block;
	background: transparent url(../images/bid_button_bg.gif) 0 0 no-repeat;
	width: 185px;
	height: 50px;
	margin: 20px 0;
	float: center;
	text-transform: uppercase;
	text-align: center;
	color: #00397A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	width: 185px;
	padding-top: 4px;
}


#navigation #bidButton SPAN {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}


#navigation #auctionLinks A {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
}

#navigation #auctionEndLabel {
	color: #FFFFFF;
	font-size: 13px; 
	font-weight: bold;
	line-height: 18px;
}

.seperator {
	background: transparent url(../images/seperator_horinzontal.gif) 0 50% repeat-x;
	height: 10px;
	margin: 10px 0;
}




/* SCROLLER */
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 262px; 
    width: 100%; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position: absolute; 
 
    /* this time we have very large space for the height */ 
    height: 20000em; 
	
	text-align: center;
	width: 100%;
}

div.scrollable div.items IMG {
	margin-bottom: 10px;
	border: none;
}

div.items div.active { 

}

#gallery .boxContent { height: 320px; padding: 6px 0; }

#gallery A.top,
#gallery A.bottom  {
	background: transparent url(../images/scroller_top.gif) 0 0 no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	margin: 0 auto 6px;
	text-decoration: none;
	cursor: pointer;
}
#gallery A.bottom  {
	background-image: url(../images/scroller_bottom.gif);
	margin: 6px auto 0;
}	

#gallery A.disabled  {
	cursor: default;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
}





/* BIET-FORMULAR */
FORM FIELDSET {
	padding: 10px 10px 0;
	margin-bottom: 10px;	
	border: 1px solid #CCCCCC;
}
FORM FIELDSET LEGEND {
	font-size: 13px;
	font-weight: bold;
	color: #00397A;
	text-transform: uppercase;
}

FORM UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
FORM LI { padding-bottom: 5px; clear: both; }


FORM LABEL { 
	width: 110px;
	display: inline-block;
	padding-right: 5px;
	text-align: right;
}

FORM LABEL SUP {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
}

FORM INPUT,
FORM SELECT {
	border: 1px solid #CCCCCC;
	width: 250px;
} 

FORM INPUT.bidField { font-size: 18px; }

FORM INPUT.radio,
FORM INPUT.checkbox { width: auto; margin-right: 5px; }

FORM INPUT.plz { width: 50px; }
FORM INPUT.ort { width: 166px; }

#submitBidButton { 
	width: auto;
	border-width: 2px;
	border-color: #587496;
	background-color: #44648A;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 10px;
	cursor: pointer;
	margin-bottom: 20px;
}



/* ANGEBOTSVERLAUF */
TABLE.bidTable { width: 100%; }
TABLE.bidTable,
TABLE.bidTable TD {
	border-collapse: collapse;
	/*border: 1px solid #CCCCCC;*/
}

TABLE.bidTable TR TH{ border-bottom: 2px solid #666666; }
TABLE.bidTable TR TD{ border-bottom: 1px solid #CCCCCC; }

TABLE.bidTable TR.oddRow { background-color: #F2F2F2; }

TABLE.bidTable TD,
TABLE.bidTable TH {
	padding: 4px;
}



/* TEILNAHMEBEDINGUNGEN */
#teilnahmebedingungenFrame {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

#teilnahmebedingungenContainer {
	position: absolute;
	width: 500px;
	height: 300px;
	border: 2px solid #CCCCCC;
	
	background-color: #FFFFFF;
	padding: 20px;
	left: 150px;
	right: 150px;
	top: 150px;
	bottom: 150px;
}

#teilnahmebedingungenContainer OL { clear: both; }

#teilnahmebedingungenContainer OL LI {
	padding-bottom: 10px;
	margin-left: 20px;
}




/* POPUPS */
.closeButton {
	background: transparent url(../images/close.gif) 0 0 no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	float: right;
	position: relative;
	right:- 10px;
	text-decoration: none;
	top:- 10px;
}




/* LIGHTBOX */
#lightbox-image { 
	padding-top: 10px; 
}

#lightbox-imageBox { 
	border-color: #CCCCCC !important; 
	border-width: 0 !important;
}




/* MESSAGES */
.message {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px 0;
	background-color: #F2F2F2;
	padding: 10px;
	margin: 10px 0;
}

.info {
	border-color: #FFED00;
	background-color: #FFFFCC;
}

.greenBid {
	border-color: green;
	background-color: #EBF5E5;
}

.redBid {
	border-color: darkred;
	background-color: #F7D7D4;
}







/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

.clerasil { display: inline-block; }

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

.clerasil { display: block; }
/* Floating clearen - Ende */



