htnl,
body {
    /*background-color: #8e8e8e;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link {
	color: #309001;
	text-decoration: underline;
}
a:visited {
	color: #14250c;
	text-decoration: underline;
}
a:hover {
	color: #309001;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: normal;
	margin: 0;
	padding: 5px 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
	margin: 0 0 2px 0;
	padding: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 5px 0;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #3da709;
}

ul, ol {
	margin: 0 30px;
}

li {
	padding: 2px 0;
}

/*****************************
 design
******************************/

#containerMain {
    padding: 10px;
	width: 1000px;
}

.boxUser {
	width: 220px;
    background-color: #d0d0d0;
	/*background-color: #bfd0b5;*/
	font-size: 12px;
	padding: 5px 10px 0 10px;
	vertical-align: top;
}


.header {
	background-color: white;
    /*background-color: #efefef;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	vertical-align: top;
}

.headerMid {
	vertical-align: top;
	padding: 6px 10px;
}

#mainMenu {
	margin: 13px 10px 0 10px;
	height: 26px;
}

.langCont {
	padding: 1px 0;
	font-size: 12px;
}

.langCont a:link,
.langCont a:visited {
	color: #236a00;
	text-decoration: none;
	padding: 0 2px;
	white-space: nowrap;
}
.langCont a:hover {
	color: #236a00;
	text-decoration: underline;
}

.menu,
.menuSelected {
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #cfcfcf;
	float: left;
	margin: 0 2px;
	white-space: nowrap;
}

.menuSelected {
	background-image: url(../images/menu_left_o.gif);
	background-color: #3da709;
}

.menu a:link,
.menu a:visited,
.menuSelected a:link,
.menuSelected a:visited {
	display: block;
	float: left;
	background-image: url(../images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	white-space: nowrap;
	text-decoration: underline;
	padding: 5px 10px;
}
.menu a:hover {
	text-decoration: none;
	color: #257000;
}
.menuSelected a:link,
.menuSelected a:visited {
	background-image: url(../images/menu_right_o.gif);
	text-decoration: none;
	color: white;
}

#mainMenu a.menuSelected:link,
#mainMenu a.menuSelected:visited {
	background-color: white;
	color: #003668;
	text-decoration: none;
	font-weight: bold;
}
#mainMenu a.menuBack:link,
#mainMenu a.menuBack:visited {
	background-color: #0b54a3;
	border: 1px solid #8fc1f8;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#mainMenu a.menuBack:hover {
	border: 1px solid white;
}

.logo {
	vertical-align: top;
}

.losung {
	padding: 10px 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #143d00;
}

.footer {
    background-color: #d0d0d0;
	/*background-color: #bfd0b5;*/
	padding: 8px 10px;
	font-size: 12px;
}

.contentInner,
.sideRight {
    padding: 12px;
	background-color: #efefef;
	background-image: url(../images/cont_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 4px solid #3da709;
	vertical-align: top;
}
.sideRight {
    padding: 12px;
    background-color: #d0d0d0;
	/*background-color: #d5e1cd;*/
	background-image: url(../images/cart_bg.gif);
}

.contentHeight {
	min-height: 400px;
}

.filterLayer1 {
	background-image: url(../images/filter_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #59b42d;
	height: 85px;
	margin-bottom: 5px;
}
.filterLayer2 {
	background-image: url(../images/filter_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 85px;
}
.filterLayer3 {
	background-image: url(../images/filter_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 65px;
	padding: 10px 15px;
}

.filterLayer3 h1 {
	color: white;
	margin-bottom: 12px;
}
.filterLayer3 select,
.filterLayer3 input {
	/*margin-right: 1px;*/
}

.paging {
	margin: 10px 0;
}

.paging a:link {
	padding-right: 5px;
	color: #257000;
}
.paging a:visited,
.paging a:hover {
	padding-right: 5px;
}
.paging b {
	padding-right: 5px;
}

.rowNorm,
.rowAlt {
	background-color: white;
	border: 1px solid #c1d3b8;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.rowAlt {
	background-color: #faedce;
}

.renderCat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8e8e8e;
	white-space: nowrap;
}

.rightCell,
.priceCell {
	color: black;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
.priceCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.price,
.priceSpecial {
	color: white;
	background-color: #58b22c;
	padding: 2px 4px;
}
.priceSpecial {
	background-color: #f77a01;
}

.infoLinks a {
	margin-right: 15px;
}

a.addToCart:link,
a.addToCart:visited,
a.addToCart:hover {
	display: block;
	float: right;
	background-image: url(../images/add_cart_btn.gif);
	background-repeat: no-repeat;
	width: 124px;
	height: 22px;
	color: black;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
}
a.addToCart:hover {
	color: #309100;
}

.checkoutButton {
	float: right;
	margin-bottom: 5px;
}

.cartContent {
	margin: 10px 0;
	border: 1px solid #287800;
	background-color: white;
}

.cartContent p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.cartFlag {
	float: right;
}
.cartRowNorm,
.cartRowAlt {
	padding: 5px 8px;
}
.cartRowAlt {
	background-color: #faedce;
}
.cartPrice {
	font-weight: bold;
	color: #ba4600;
}

.cartRemove {
	float: right;
	font-size: 14px;
	padding-top: 3px;
}
.cartDetails {
	font-size: 14px;
	padding-top: 3px;
}

.cartTotal {
	padding: 5px 8px;
	font-weight: bold;
	border-top: 1px solid #3da709;
}

.cartTotalCheckout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 5px 8px;
	text-align: right;
	border-top: 3px solid #3da709;
	/*background-color: white;*/
}

.detail_text {
	margin: 5px 0;
}


.checkoutSteps {
	margin-bottom: 10px;
}
.checkoutSteps table {
	width: 100%;
	border-left: 1px solid #287800;
}
.checkoutSteps td {
	background-image: url(../images/step_inact_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #287800;
	border-right: 1px solid #287800;
	border-bottom: 1px solid #287800;
	vertical-align: top;
	width: 25%;
}
.checkoutSteps div {
	padding: 8px 10px;
	height: 61px;
}
.checkoutSteps * {
	color: #8e8e8e;
}
.checkoutSteps h1 {
	font-size: 24px;
}
td.selectedStep {
	background-color: #47a11a;
	background-image: url(../images/step_bg.gif);
	background-repeat: repeat-x;
}
td.selectedStep {
	border-right: none;
}
td.selectedStep * {
	color: white;
}
td.selectedStep div {
	background-image: url(../images/step_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#lastStep {
	border-right: 1px solid #287800;
}
#lastStep div {
	background: none;
}

.checkoutLogin {
	padding-right: 10px;
	width: 300px;
	border-right: 1px solid #8e8e8e;
	vertical-align: top;
}

.checkoutRegister {
	padding-left: 10px;
}

.download_links {
	background-color: #e8ffda;
	border: 1px solid #55af29;
	padding: 5px 10px;
	width: 60%;
}

.paypal_logo_front {
	text-align: center;
	margin-bottom: 15px;
}

.download_expiry {
	color: #666666;
	font-size: 12px;
}

.banner {
	padding: 5px 0;
	text-align: center;
}

.contact_form p {
    text-indent: 0;
}
.contact_form,
.contact_form_table {
    margin: 5px 0;
}
.contact_form_table th {
    font-weight: normal;
    text-align: right;
    max-width: 150px;
    vertical-align: top;
}



/*****************************
 ADSENSE
******************************/

.ads_top_right {
	float: right;
	width: 336px;
	height: 280px;
}

.ads_side {
	float: right;
	width: 160px;
	height: 800px;
}

.ads_lederb {
	padding: 5px;
	width: 730px;
}

.ads_small_vert {
	width: 120px;
	height: 240px;
	float: left;
}

.ads_banner {
	width: 470px;
}

a.menuBottom:link,
a.menuBottom:visited {
	margin-left: 10px;
}

/*****************************
 OTHER
******************************/

.add_banner {
	background-color: white;
    padding: 5px;
}

.errorInput {
	border: 1px solid red;
}
.errorText {
	color: red;
}

.copyright {
	color: black;
	text-align: right;
}

.solution {
	color: black;
	text-align: left;
	vertical-align: middle;
	width: 170px;
}
.solution_lt {
	color: #d33f97;
}

.picBorder {
	border: 5px solid #c1c1c1;
	margin: 0 5px 5px 0;
}


/****************************
Form styles
*****************************/

form {
	padding: 0;
	margin: 0;
}

.formCaption {
	width: 200px;
	padding-right: 5px;
}

.formSubmit {
	font-weight: bold;
}

.textField {
	width: 250px;
}
.loginField {
	width: 80px;
	font-size: 11px;
}
.loginButton {
	font-size: 11px;
	width: 40px;
}
.formLabel {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.loginCheckbox {
	padding: 0;
	margin: 1px 0;
}

a.linkRegister:link,
a.linkRegister:visited,
a.linkUsermenu:link,
a.linkUsermenu:visited {
	display: block;
	float: left;
	background-color: #df6e00;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 2px 5px;
	margin: 2px 5px 0 0;
}
a.linkRegister:hover {
	background-color: #ff7e00;
}
a.linkUsermenu:link,
a.linkUsermenu:visited {
	background-color: #3da709;
}
a.linkUsermenu:hover {
	background-color: #45c008;
}

div.clear_both {
	clear: both;
}

/*textarea {
	width: 100%;
}*/

.filter_combo {
	width: 140px;
}

.filter_submit {
	font-weight: bold;
}

.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBox {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 1px 5px;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

.stdInput {
	width: 200px;
}

.paypal_container {
	text-align: right;
}
.paypalButton {
	font-weight: bold;
	padding: 8px 20px;
	margin: 5px 0;
}

