* {
	margin:0;
	padding:0;
}

/* ie mac only */
html body {
	height:auto;
}

/* commented backslash hack v2 \*/
html, body {
	height:100%;
}

body {
	background-color:#FFFFFF;
	color:#949FA4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-size: 0.6em;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
h1 {
	font-size: 270%;
	font-weight: normal;
	line-height: 2.4em;
}
h2 {
	font-size: 100%;
	line-height: 1.8em;
}
p {
	font-size: 100%;
	line-height: 1.8em;
}
hr { text-align: left; height: 1px; color: #FFFFFF; border: none; }
html>body hr { margin-right: 0; height: 1px; background-color: #FFFFFF; border: none 0px; } 

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	float: none;
	width:1px;
	overflow:hidden;
	clear: both;
	height: 1px;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-285px; /* half of container's height */
	float:left;
	background-color: #FFFFFF;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:902px;
	background-color:#FFFFFF;
	height: 570px;
	padding: 0;
	clear: left;
}
#header {
	padding: 0px;
	margin: 0 0 10px 0;
	width: 902px;
	height: 80px;
}
#header a.active{
	font-weight: bold;
}
#header h1 {
	padding: 0px;
	margin: 0px;
	height: 80px;
	float: left;
}

#header .floating {
	width:451px;
	height:100%;
	position:relative;
	margin: 0 0 0 451px;
}
#header .floating div {
	position:absolute;
	bottom:6px;
	left:0;
	text-align: right;
	width: 451px;
	color: #ff6600;
}

#content {
	width: 902px;
	float: none;
	text-align: left;
}
#content h1 {
}
#content h2 {
}
#content p {
}
#content td {
	font-size: 100%;
	color: #FFFFFF;
}
#content .alerts {
	color: #000000;
}
#content .amount {
	width: 50px;
	display: block;
	float: left;
	clear: left;
}
#content .name {
	width: 280px;
	display: block;
	float: left;	
}
#content .price {
	width: 60px;
	text-align: right;
	display: block;
	float: left;
}
#content .left {
	width: 450px;
	height: 450px;
	border-top: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
#content .center {
	width: 25px;
	color: #FFFFFF;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	height: 325px;
	float: left;
	padding: 125px 0 0 0;
}
#content .center  .floating {
	width:25px;
	height:100%;
	position:relative;
	margin: 0;
}
#content .center  .floating div {
	position:absolute;
	bottom:0;
	left:0;
	width: 25px;
}
#content .right {
	width: 420px;
	color: #FFFFFF;
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	height: 450px;
	padding: 0 0 0 5px;
	overflow: auto;
}
#content .right a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content .right img {
	max-width: 420px;
}
#content .right p {
	clear: both;
	float: none;
	width: 390px;
}
#content .right hr {
	clear: both;
	float: none;
	width: 390px;
}

/*#content .top {
	height:125px;
	scrollbar-base-color:#8C8CC6;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#8C8CC6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ACACE6;
}
#content .middle {
	height:275px;
	overflow: auto;
	scrollbar-base-color:#8C8CC6;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#8C8CC6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ACACE6;
}
#content .bottom {
	height:50px;
}
#content .bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content .bottom .left {
	height:50px;
	border: none;
	background-color: none;
	width: auto;
}

#content .bottom .right {
	height:50px;
	border: none;
	background-color: none;
	width: auto;	
}
*/

#content .floating {
	height:100%;
	position:relative;
	padding: 0;
	margin: 0;
	width: 420px;
}
#content .floating div {
	position:absolute;
	bottom:6px;
	left:0px;
	text-align: right;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	width: 420px;
}

/* backgrounds and borders */
#content.shop .left {
	border-top: 1px solid #949FA4;
	border-left: 1px solid #949FA4;
	border-bottom: 1px solid #949FA4;
}
#content.default .left {
	border-top: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
#content.shop .right {
	background-color:#949FA4;
	border-top: 1px solid #949FA4;
	border-right: 1px solid #949FA4;
	border-bottom: 1px solid #949FA4;
}
#content.default .right {
	background-color:#ff6600;
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
#content.shop .center {
	background-color:#949FA4;
	border-top: 1px solid #949FA4;
	border-bottom: 1px solid #949FA4;
}
#content.default .center {
	background-color:#ff6600;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}

#footer {
	width: 902px;
	float: none;
	border: none;
}
#footer .left {
	height: 30px;
	padding: 5px 0 0 0;
	width: 451px;
}
#footer .left .left {
	width: auto;
	padding: 0;
}
#footer .left .right {
	width: auto;
	padding: 0;
}
#footer .right {
	height: 30px;
	padding: 5px 0 0 0;
	width: 451px;
	text-align: right;
	color: #FF6600;
}

/* helper */
.alert {
	color: #000000;
	font-weight: bold;
}
.missing {
	color: #000000;
}
.lineTop {
	border-top: #FFFFFF 1px solid;
}
.lineBottom {
	border-bottom: #FFFFFF 1px solid;
}

/* forms */
input, select {
	margin-bottom: 0.4em;
	color: #000000;
	border-left: none;
	border-right: none;	
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#orderaddress label {
	width: 86px;
	display: block;
	float: left;
	margin-bottom: 1em;
}
#orderaddress input {
	width: 300px;
	float: left;
}
#orderaddress input.missing {
	border-color: #FFD3B7;
	background-color: #FFD3B7;
}
#orderaddress select {
	width: 300px;
	float: left;
}
#orderaddress select.missing {
	border-color: #FFD3B7;
	background-color: #FFD3B7;
}
#orderaddress option {
	width: 300px;
	border: none;
	color: #000000;
	margin: 0;
}
#orderaddress #street {
	width: 249px;
	margin-right: 1px;
}
#orderaddress #city {
	width: 249px;
}
#orderaddress #streetnumber {
	width: 50px;
}
#orderaddress #zip {
	margin-right: 1px;
	width: 50px;
}
#orderaddress br {
	clear: left;
}
#basketadd #amount {
	margin-bottom: 0;
	width: 30px;
}
#basketupdate input {
	width: 30px;
}
#orderconfirm #accept {
	margin-bottom: 0;
}

/* hint */
.hint {
	background-color:#FFD3B7;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 5px;
	color: #333333;
	border-bottom: 1px solid #333333;
}
