/* Copyright by W&W Cycles AG - Carlo Prina */


* {
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	background: #000000 url(/gfx/StockCheck/gladbeck_bg.jpg) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	word-spacing: normal;
}

	h1 {
		color: #f2b316;
		font-size: 1.4em;
	}

	h2 {
		color: #f2b316;
		font-size: 1.25em;
	}

	h3 {
		font-size: 1.1em;
	}


label {
	font-weight: bold;
	display: block; 
	float: left; 
	margin: 0;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
	width: 250px; 
}

table {
	border-collapse: collapse;
}

sup {
	font-size: 0.5em;
	line-height: 0.5em;
}

small {
	font-size: 0.84em;
}


/* Forms */
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	/* Border */
	input.text, select, textarea {
		border-top: 1px solid #555555;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #999999;
	}


textarea:focus, 
select:focus, 
input.text:focus {
	background-color: #f7f5f2;
}


#main {
	background: #222222;
	color: #cccccc;
	margin: 50px auto 0 auto;
	padding: 5px 20px 20px 20px;
	text-align: left;
	vertical-align: top;
	width: 610px;
}


#availability_form input.text {
	margin: 0 35% 5px 0;
	width: 100px;
	padding: 1px;
}

#availability_form input.submit {
	margin-left: 255px;
	background: #999999;
	border: 1px solid #999999;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	height: 1.65em;
	text-align: center;
}

#availability_table {
	width: 100%;
	margin-top: 20px;
}

	#availability_table th {
		border-bottom: 1px solid #cccccc;
		font-style: italic;
		font-weight: normal;
		padding: 2px 5px;
	}

	#availability_table td {
		border-bottom: 1px solid #cccccc;
		padding: 5px 5px;
	}
	
	#availability_table input.text {
		width: 2.2em;
	}

	#availability_table label {
		font-weight: normal;
	}

.warning {
	background: #cc3300;
	color: #ffffff;
	font-size: 2em;
	margin: 10px 0;
	padding: 20px 0;
	text-align: center;
}

.note {
	background: #333333;
	font-size: 1.6em;
	margin: 20px 0 0 0;
	padding: 20px 0;
	text-align: center;
}


/* Floats clearen */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.hide {
	height: 0 !important;
	text-indent: -999em;
	background: transparent;
}

.nowrap {
	white-space: nowrap;
}

.vmid {
	vertical-align: middle;
}

.vtop {
	vertical-align: top;
}

.vbot {
	vertical-align: bottom;
}
