
html, body {
	background: url('bin/bg.jpg') #EBE4D8;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/**
 Elements
 *********************************************************/

a { color: #BD311D; }
a:hover { color: #BD311D; text-decoration: none }
h1 { color: #BD311D; font-weight: bold; font-size: 18px; border-bottom: 1px solid #BD311D; padding-bottom: 5px; }
h2 { color: #FD831F; font-weight: bold; font-size: 16px; margin: 10px 0 5px; }
form { position: relative; }
label { width: 160px; float: left; margin-left: 10px;}

ol.contentlist {
	list-style-type: decimal;
	float: left;
	clear: both;
	margin: 20px 0 0 20px;
}
ol.contentlist ul {
	margin-top: 0px;
	list-style-type: decimal;
}

ol.contentlist li {
	clear: both;
	float: left;
	width: 400px;
	margin: 5px 20px;
	list-style-type: decimal;
}
ol.contentlist li li {margin: 0px 20px;}

/** Design
 *********************************************************/

.container {
	margin: 10px auto 0;
	width: 960px;
	border: 2px solid #BD311D;
	background-color: #eeeeee;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.content-container {
	width : 940px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.content-slider {
	position: absolute;
	width: 2000px;
}

.content-slider .li {
	height: 380px;
	margin: 10px;
	float: left;
	width: 940px;
}
.content-slider .li .item {
	margin-top:30px;
}
.container-go {
	margin: 40px auto 0;
	width: 360px;
}


#Menu {
 	margin: 10px auto 0;
	width: 480px;
	position: relative;
	height: 70px;
}

#slidenext {
	background: url('bin/but_slider_next.gif') no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 220px;
	right: -50px;
	cursor: pointer;
}

#slideprev {
	background: url('bin/but_slider_prev.gif') no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 220px;
	left: -50px;
	cursor: pointer;
}

#footer {
	margin: 10px auto;
	width: 960px;
	text-align: right;
	font-size: 12px;
}

#footer div {
	margin-right: 10px;
}

.error {
	margin: 5px;
	padding: 10px;
	border: 1px solid red;
	background-color: #FFBFBF;
	width: 90%;
	text-align: center;
}

.message {
	margin: 5px;
	padding: 10px;
	border: 1px solid #2D882D;
	background-color: #B6F2B6;
	width: 90%;
	text-align: center;
}

#infotext {
	color: #fff;
	position: absolute;
	z-index: 10;
	top: 250px;
	left: 50px;
	width: 700px;
}

#infotext p {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 20px;
	font-weight: normal;
}

#ebayLogo {
	position: absolute;
	top: -100px;
	right: 10px;
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/** Screenshots
 *********************************************************/

.screenshots img {
	padding : 10px;
	border  : 1px solid #BD311D;
	width   : 200px;
	float   : left;
	margin  : 10px;
	background-color: #fff;
	cursor: pointer;
}


/** PTools
 *********************************************************/

.sButton_middle2 {
	text-align: center;
}
