* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	outline: 0 none;
}

html { min-width: 960px; }

body {
	background: #fff;
	font-family: candara,'trebuchet ms', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

a {
	color: #74b700;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1, h2, h3, #filterform h5 {
	color: #528000;
	clear: left;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 30px 20px 24px 20px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 24px 20px 16px 20px;
}

h3, #filterform h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 16px 20px 14px 20px;
}

p {
	padding: 0 20px 10px 20px;
}

strong { font-weight: bold; }

img, fieldset, hr { border: 0 none; }

hr {
	clear: both;
	height: 1px;
	margin: 30px 0 40px 0;
	background-color: #eee;
	color: #eee;
}

/* layout */

#page {
	width: 960px;
	margin: 20px auto;
}

#header {
	position: relative;
	height: 70px;
	margin-top: 40px;
	padding-top: -20px;
}

#logo {
	display: block;
	position: absolute;
	top: -21px;
	left: 22px;
	width: 340px;
	height: 87px;
	background: transparent url(../img/gfx.png) 0 0 no-repeat;
}

#breadcrumb {
	padding: 10px 0 0 20px;
	text-align: left;
}

#main, #sidebar { text-align: left; }
#home #main, #sidebar { float: left; }
#home #main { width: 650px; }
#main { padding: 0 0 25px 0; }

#sidebar {
	width: 285px;
	margin: 115px 0 0 25px;
}

#footer {
	clear: left;
	padding: 25px 0;
}
#breadcrumb, #breadcrumb a, #footer, #footer a { color: #999; }


/* classes */

.left { float: left; }
.right { float: right; }
.break { overflow: hidden; }
.pale { color: #999; }
.hide { visibility: hidden; }

.rnd {
	border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.grd {
	background-color: #9adb00;
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(116,183,0) 0%,
		rgb(191,255,0) 100%
	);
}
.sfgrd {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(116,183,0)),
		color-stop(1, rgb(191,255,0))
	);
}

.grd-grey {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(245,245,245) 0%,
		rgb(255,255,255) 100%
	);
}

.sfgrd-grey {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(245,245,245)),
		color-stop(1, rgb(255,255,255))
	);
}

.btn {
	display: block;
	height: 18px;
	margin-top: 17px;
	padding: 4px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #eafab9;
	border-bottom: 1px solid #528000;
	border-right: 1px solid #528000;
	box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	text-shadow: #528000 1px 1px 1px;
}
.btn-grey {
	border-top: 1px solid #fff;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	background-color: #999;
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(128,128,128) 0%,
		rgb(180,180,180) 100%
	);
	text-shadow: #666 1px 1px 1px;
}

.sfbtn-grey {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(128,128,128)),
		color-stop(1, rgb(180,180,180))
	);
}

.alert {
	display: none;
	margin: 20px 0;
	padding: 20px;
	font-size: 15px;
	border-radius: 4px;
	-opera-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
}
.alert span {
	display: block;
	padding: 0 0 5px 0 !important;
}
.msg {
	border: 3px solid #00ff00;
	background-color: #f3fff2;
}
.error {
	border: 3px solid #ff0000;
	background-color: #fff2f7;
}

.category-list, .category-list ul { list-style-type: none; }
.category-list li {
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 24px;
	overflow: hidden;
}
.category-list li ul {
	overflow: hidden;
	margin-top: 7px;
}
.category-list li ul li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 16px;
	line-height: 24px;
}
.category-list li ul li a { color: #666; }

.category-list strong {
	display: block;
	float: left;
	width: 650px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.cattitle {
	display: block;
}

.catlink {
	float: right;
	width: 150px;
	margin-top: 23px;
	font-size: 16px;
}


.pagination {
	overflow: hidden;
	padding-bottom: 20px;
}
.pagination-sort, .pagination-pages {
	width: 46%;
	padding: 0 2%;
}
.pagination-sort {
	float: left;
}
.pagination-pages {
	float: left;
	text-align: right;
}
.pagination-pages a {
	padding: 0 3px;
	text-shadow: #fff 1px 1px 0;
}
.pagination-pages .current-page {
	font-weight: bold;
	color: #666;
}


.product-list {
	list-style-type: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-list li {
	margin-bottom: 30px;
	font-size: 16px;
}

.product-list a {
	overflow: hidden;
	display: block;
	cursor: pointer;
	padding: 10px 20px;
}
.product-list a .thumb {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	background: #fff none center center no-repeat;
	border: 1px solid transparent;
}
.product-list a:hover .thumb {
	border-color: #74b700;
	box-shadow: 0 0 3px #74b700;
	-moz-box-shadow: 0 0 3px #74b700;
	-webkit-box-shadow: 0 0 3px #74b700;
}
.product-list a .thumb-default {
	background: #fff url(../img/gfx.png) -427px 0 no-repeat;
}
.product-list a .offers {
	display: block;
	float: right;
	padding-top: 1px;
	color: #666;
	text-align: center;
}
.product-list a .offers .voting {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.product-list a .offers .otxt { display: block; }
.product-list a:hover { text-decoration: none; }

.product-list a .descr {
	display: block;
	float: left;
	width: 341px;
	color: #999;
}

#category .product-list a .descr, #manufacturer .product-list a .descr { width: 625px; }

.product-list a strong {
	display: block;
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: normal;
	color: #74b700;
}
.product-list a:hover strong, .product-list a:hover .btn { text-decoration: underline; }
.product-list a:active .btn, .offer .btn:active { color: #528000; }

.comment-date {
	padding-right: 10px;
	color: #528000;
}

.contenttext {
	padding: 0 20px 20px 20px;
}

.contenttext ul {
	list-style-type: square;
	margin: 15px;
}
.contenttext ul li { padding-left: 0; }
.product-img {
	float: right;
	margin: 0 0 20px 30px;
}
.offer {
	margin-bottom: 10px;
	padding: 10px 20px;
}
.offer h3 { margin: 0 0 5px 0; }
.offer .price {
	padding: 21px;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}

.voting { overflow: hidden; }
.star {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: transparent url(../img/gfx.png) -342px -40px no-repeat;
	text-align: left;
}
.star span {
	display: block;
	width: 0;
	height: 20px;
	background: transparent url(../img/gfx.png) -342px -20px no-repeat;
}

.slim { padding-right: 155px; }

/* forms */
fieldset div {
	padding-bottom: 10px;
	overflow: hidden;
}

label {
	float: left;
	width: 100px;
	margin: 0 20px;
	cursor: pointer;
}
label:hover {
	color: #000;
	text-decoration: underline;
}
#comment-form textarea { margin-bottom: 20px; }
#comment-form #voting, #comment-form .btn {
	float: left;
}
#comment-form .btn {
	margin: 0 0 0 269px;
}

.radio input {
	float: left;
	margin: 5px 10px 0 0;
}

textarea {
	width: 450px;
	height: 100px;
}
input.hidealways {
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	border: 0 none;
}

#filterbox { margin-bottom: 20px; }
#filterform { margin-bottom: 10px; }
#filterform h5 { margin-left: 10px; }
#filterform ul {
	overflow: hidden;
	list-style-type: none;
}
#filterform label {
	width: auto;
	margin-left: 0;
}
#filterform ul li {
	float: left;
	width: 170px;
	margin: 0 11px;
}
#filterform ul li ul li {
	float: none;
	width: auto;
	margin-right: 0;
}
