﻿* {
	font-size: 9pt;
	font-family:"verdana", "arial", sans-serif;
}

body {
	background-color: #fff;
	color: #000;
	margin: 0em;
	padding: 0em;
/*
	background-image: url(/img/logo_br.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
*/

}

a {
	text-decoration: underline;
	color: #888;
}

a:visited {
	color: #888;
}

a:hover {
	background-color: #ff9;
	color: #888;
}

.button_green {
	color: #fff;
	font-weight: bold;
	padding: 2px;
	background-color: #090;
	border-top: 1px solid #cfc;
	border-left: 1px solid #cfc;
	border-bottom: 1px solid #030;
	border-right: 1px solid #030;
	text-decoration: none;
}


.button_orange {
	color: #fff;
	font-weight: bold;
	padding: 2px;
	background-color: #c90;
	border-top: 1px solid #feb;
	border-left: 1px solid #feb;
	border-bottom: 1px solid #b60;
	border-right: 1px solid #b60;
	text-decoration: none;
}


.button_red {
	color: #fff;
	font-weight: bold;
	padding: 2px;
	background-color: #e00;
	border-top: 1px solid #fcc;
	border-left: 1px solid #fcc;
	border-bottom: 1px solid #b00;
	border-right: 1px solid #b00;
	text-decoration: none;
}


a.button_green:visited,a.button_orange:visited,a.button_red:visited {
	color: #fff;
}

a.button_green:hover {
	background-color: #090;
	color: #fff;
}

a.button_orange:hover {
	background-color: #c90;
	color: #fff;
}

a.button_red:hover {
	background-color: #e00;
	color: #fff;
}

a.homepage {
	color: #33d;
	font-weight: bold;
}

a.homepage:visited,a.homepage:hover {
	color: #33d;
}

p.homepage {
	background-color:#ddf;
	width:150px;
	border:4px double #33d;
	font-size:1em;
	padding:10px;
}

a#helplink {
	background-image: url(/img/help.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: normal;
	font-style: italic;
	cursor:help;
}

tr.offerlink {
	vertical-align:middle;
	height:62px;
	}

span.offerlink {
	font-family:arial;
	font-weight:bold;
	font-size:1em;
	}

a.offerlink {
	font-family:arial;
	font-size:1.1em;
	font-weight:normal;
	font-style:normal;
	color:#33d;
	}

a.offerlink:visited {
	color: #33d;
}

a.offerlink:hover {
	color: #33d;
}

th.list_header {
	font-size:0.8em;
	font-weight:bold;
}

a.list_header {
	font-size:0.8em;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#33d;
}

a.list_header:visited {
	color:#33d;
}

a.list_header:hover {
	color:#33d;
}

tr.list_header {
	vertical-align:middle;
	background-color:#ccc;
	height:3em;
}

.small_text {
	font-size:0.8em;
	 }

td.small_text_plz {
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	 }

div#menu {
	background-color: #fc0;
	float: none;
}

div#menu ul {
	list-style: none;
	margin: 0em;
	padding: 0.2em;
	background-color: #fc0;
}

div#menu ul li {
	display: inline;
}

div#menu ul li a {
	display: inline;
	text-decoration: none;
	padding: 0.3em;
	line-height: 2.2em;
	color: #000;
	font-weight: bold;
	border-top: 1px solid #fe8;
	border-left: 1px solid #fe8;
	border-bottom: 1px solid #ca0;
	border-right: 1px solid #ca0;
	font-style: normal;
}

div#menu ul li a#active {
	border-top: 1px solid #ca0;
	border-left: 1px solid #ca0;
	border-bottom: 1px solid #fe8;
	border-right: 1px solid #fe8;
	background-color: #ff9;
}

div#menu ul li a:hover {
	background-color: #ff9;
}

div#leftcol {
	float: left;
	background-color: #fc0;
}

ul#categories {
	margin: 0px;
	list-style: none;
	width: 180px;
	padding: 0.2em;
}

ul#categories li {
	position: relative;
	background: #fc0;
	cursor: pointer;
	width: 180px;
}

ul#categories li ul {
	list-style: none;
	position: absolute;
	left: 140px;
	top: 0;
	display: none;
}

ul#categories li a {
	display: block;
	text-decoration: none;
	padding: 0.2em;
	border-top: 1px solid #fe8;
	border-left: 1px solid #fe8;
	border-bottom: 1px solid #ca0;
	border-right: 1px solid #ca0;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

ul#categories li:hover > ul {
	display: block;
}

ul#categories li a#active {
	border-top: 1px solid #ca0;
	border-left: 1px solid #ca0;
	border-bottom: 1px solid #fe8;
	border-right: 1px solid #fe8;
	background-color: #ff9;
}

ul#categories li a:active {
	border-top: 1px solid #ca0;
	border-left: 1px solid #ca0;
	border-bottom: 1px solid #fe8;
	border-right: 1px solid #fe8;
	background-color: #ff9;
}

ul#categories li a:hover {
	background-color:#ff9;
}

h1,h2,h3,h4,h5,h6 {
	color: #fc0;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3,h4,h5,h6 {
	font-size: 1em;
}

h1#offer,h2#offer,h3#offer,h4#offer,h5#offer,h6#offer {
	color: #000;
}

h2.helpquestion {
	color: #fc0;
	font-weight: bold;
	background-image: url(/img/question.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top:0.5em;
}

p#helpanswer {
	background-image: url(/img/answer.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom:0.8em;
}


div#content {
	margin-left: 17em;
	padding: 0em 2em 3em 2em;
	margin-right: 160px;
}

.success {
	color: #0c0;
	font-weight: bold;
}

.error, .form-error, .error-message {
	color: #c00;
	font-weight: bold;
}

.error-message {
	margin: 0em 0em 0.5em 0em;
}

td div.error-message {
	margin: 0em;
}

div.marginless div.error-message {
	margin: 0em;
}

.flashSuccess {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 1em 0em;
	background: #fafafa;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 0em;
	position: absolute;
	top: 4em;
	left: 0em;
	width: 100%;
	color: #0c0;
}

.flashError {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 1em 0em;
	background: #fafafa;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 0em;
	position: absolute;
	top: 4em;
	left: 0em;
	width: 100%;
	color: #c00;
}

form div.input label {
	width: 16em;
	float: left;
	text-align: right;
	margin-right: 0em;
	display: block;
	margin-top: 0em;
}

form div.input input, form div.input textarea, form div.input select {
	margin: 0em 1em 1em 2em;
}

form div.submit input {
	margin-top: 1em;
	margin-left: 14.5em;
}

input.number {
	text-align: right;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

tr,th,td {
	text-align: left;
	font-weight: normal;
}

tr,th {
	vertical-align: top;
}

td {
	vertical-align: middle;
}

th#offer1,td#offer1 {
	background-color: #fc0;
	padding: 5px;
}

th#offer2 {
	background-color: #ff9;
	padding: 5px;
}

td#offer {
	background-color: #FFFAE5;
	padding: 5px;
}

td#buy {
	background-color: #090;
	padding: 5px;
	color: #fff;
	font-size:1em;

}

div#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 118px;
	background: url(/img/logo.jpg) no-repeat;
}

div#logo a {
	display: block;
	margin: 0;
	padding: 0;
	height: 118px;
}

div#logo a:hover {
	background: none;
}

div#bottomLinks {
	border: none;
	margin: 0em;
	padding: 0.4em;
	background: #fc0;
}

div#bottomLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#bottomLinks a {
	color: #888;
	font-size:0.8em;
	font-style: normal;
}

div#bottomLinks a:hover {
	color: #888;
	background-color: #ff9;
	font-style: normal;
}

img {
	border: 0;
}

#ReferenceOfferpart, #ReferenceRemoveOfferpart, #ReferenceOfferpartDescription, #ReferenceOfferpartImage, #OfferpartsHeader {
	display: none;
}

ul#childCategories {
	margin: 0em 0em 0em 0em;
	list-style: none;
	width: 15em;
	padding: 0.2em;
	background: #fc0;
}

ul#childCategories li a#active {
	border-top: 1px solid #ca0;
	border-left: 1px solid #ca0;
	border-bottom: 1px solid #fe8;
	border-right: 1px solid #fe8;
	background-color: #ff9;
	font-weight: bold;
}

ul#childCategories li strong {
	display: block;
	margin: 0em 0em 0.5em 0em;
}

ul#childCategories li {
	position: relative;
	background: #fc0;
	cursor: pointer;
	width: 15em;
}

ul#childCategories li a {
	display: block;
	text-decoration: none;
	padding: 0.2em;
	border-top: 1px solid #fe8;
	border-left: 1px solid #fe8;
	border-bottom: 1px solid #ca0;
	border-right: 1px solid #ca0;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

ul#childCategories li a:hover {
	background-color:#ff9;
}

ul#childCategories li a:active {
	background-color: #ff9;
}

div#sellerBox {
	border: 3px #a00 dotted;
	background: #fff0f0;
	margin-top: 1em;
	padding: 1em;
}

span.currency {
	color: #999;
}

span.money {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
}

a#catback {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #fc0;
	cursor: pointer;
	margin: 0.2em;
	padding: 0.2em;
	border-top: 1px solid #fe8;
	border-left: 1px solid #fe8;
	border-bottom: 1px solid #ca0;
	border-right: 1px solid #ca0;
	color: #000;
}

a#catback:hover {
	background: #ff9;
}

span.catactive {
	display: block;
	font-style: normal;
	text-decoration: none;
	margin: 0.2em;
	padding: 0.2em;
	border-top: 1px solid #ca0;
	border-left: 1px solid #ca0;
	border-bottom: 1px solid #fe8;
	border-right: 1px solid #fe8;
	background-color: #ff9;
	color: #000;
}

a.catactive {
	border-top: 1px solid #ca0;
	border-left: 1px solid #ca0;
	border-bottom: 1px solid #fe8;
	border-right: 1px solid #fe8;
	background-color: #ff9;
}

span.catsub {
	font-size:0.8em;
	display: block;
	background: #fc0;
	padding-left: 1em;
}

