/* ************************************************************************************************

	SITE: STOSSGRUPPE3.CO.UK
	UPDATED: 15 SEPTEMBER 2009
	
************************************************************************************************* */

body {
	text-align: center;
	font-family: Georgia,"Times New Roman",Tahoma;
	font-size:10px;
	background-color: #d2cfbb;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#pageLayout {
	width: 760px;
	height: 533px;
	text-align: left;
	margin: 20px auto 0 auto;
	border: 1px solid #000;
	background: #d2cfbb url('../img/siteBackground.jpg') 0 0 no-repeat;
}

div#pageLayout ul {
	list-style-type: none;
}

div#pageLayout ul li {
	color: #fff;
	margin-right: 1px;
	display: inline;
	padding: 5px 10px;
	background-color: #000;
	opacity: 0.50;
}

div#pageContent ul li {
	display: block;
	float: left;
	width: 75px;
	text-align: center;
}

div#pageContent ul li#geschaft,
div#pageContent ul li#surplus {
	float: right;
}

div#pageLayout ul li a {
	color: #fff;
	text-decoration: none;
}

div#pageLayout ul li a:hover {
	text-decoration: underline;
}

div#pageContent {
	width: 700px;
	height: 475px;
	margin: 20px 20px 0 20px;
	padding: 10px;
	background: #fff;
	opacity: 0.75;
}

div#pageContent h1,
div#pageContent h2 {
	clear: left;
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 15px;
}

div#pageContent h1 span#modaltitle {
	font-size: 10px;
}

div#pageContent p {
	font-size: 12px;
	margin-bottom: 10px;
}

div#pageContent form,
div#pageContent fieldset {
	margin: 0;
	padding: 0;
	width: 400px;
	border: none;
}

div#pageContent ol {
	list-style-type: none;
}

div#pageContent ol li {
	margin-bottom: 10px;
}

div#pageContent ol li label {
	display: block;
	width: 160px;
	padding-bottom: 2px;
}

div#pageContent ol li input {
	float: left;
	width: 145px;
	background: #8a847e;
	border: 1px solid #333;
	color: #fff;
}

div#pageContent ol li input#day {
	width: 38px;
	background: #8a847e;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	margin-right: 3px;
}

div#pageContent ol li input#month {
	width: 38px;
	background: #8a847e;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	margin: 0 3px;
}

div#pageContent ol li input#year {
	width: 44px;
	background: #8a847e;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	margin-left: 2px;
}

div#pageContent ol li textarea {
	width: 405px;
	height: 150px;
	background: #8a847e;
	border: 1px solid #333;
	color: #fff;
	text-align: left;
}

div#pageContent ol li p.form_error {
	color: red;
	float: right;
	margin-bottom: 2px;
}

div#pageContent ol li input#submit {
	background: #8a847e;
	width: 50px;
}

div#pageContent ol#shopItems {
	padding-top: 1px;
}

div#pageContent ol#shopItems li {
	clear: both;
	border-bottom: 1px solid #999;
	margin: 14px 0 12px 0;
	padding-bottom: 2px;
}

div#pageContent ol#shopItems li div.image-bank {
	width: 190px;
	float: left;
}

div#pageContent ol#shopItems li div.item-data {
	width: 500px;
	float: left;
}

div#pageContent ol#shopItems li:last-child {
	border-bottom: none;
}

div#pageContent ol#shopItems li img {
	display: block;
	float: left;
	padding-right: 5px;
}

div#pageContent ol#shopItems li h2 {
	clear: none;
	float: left;
	margin: -5px 0 0 0;
	padding: 0 0 2px 10px;
}

div#pageContent ol#shopItems li img.imgStatus {
	padding-left: 6px;
	margin-top: 0;
	float: right;
}

div#pageContent ol#shopItems li p {
	clear: left;
	padding-left: 10px;
}

div#pageContent ol#shopItems li p.price {
	color: #ff0000;
	float: left;
}

div#pageContent ol#shopItems li p.more-info {
	float: right;
	clear: none;
}

div#pageContent ol#shopItems li p.more-info a,
div#pageContent p#return-link a {
	color: #ff0000;
}

div#pageContent ol#shopItems li a {
	text-decoration: none;
}

div#pageContent ol#shopItems li a.imageTwo {
	display: block;
	margin: 55px 0 0 0;
	line-height: 20px;
	border:1px solid #fff;
	width: 75px;
}

div#pageContent ol#shopItems li a:hover {
	text-decoration: underline;
}

div#pageContent ol.pagination {
	width: 99%;
}

div#pageContent ol.pagination {
	font-size: 12px;
	font-family: "Times New Roman";
}

div#pageContent ol.pagination li {
	float: left;
	line-height: 10px;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	width: 20px;
}

div#pageContent ol.pagination li#page {
	font-weight: bold;
	width: 32px;
}

div#pageContent li#political {
	color: #ff0000;
}

div#pageContent ol.pagination:after,
div#pageContent ol.pagination li:after,
div#pageContent ol li:after,
div#pageContent ul:after,
div#pageContent ol#shopItems li:after {
	height: 0;
	clear: both;
	content: "."; 
	display: block;	
	visibility: hidden;
}
