body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-size: 10pt;
}

#head {
	background-image: url(/media/head-bg.png);
	background-repeat: repeat-x;
	height: 98px;
	position: relative;
}

#menu {
	color: #fff;
	width: 940px;
	margin: 0 auto;
}

#logo {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	height: 32px;
}

a img {
	border: 0;
}

#search {
	float: right;
}

.searchText {
	width: 152px;
}
.searchButton {
	width: 60px;
}

#menu a {
	font-size: 12pt;
	color: #fff;
	text-decoration: none;
	height: 32px;
	display: block;
	float: left;
	margin-right: 24px;
}

#menu a.active {
	background-image: url(/media/head-menu-active.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#menu a:hover {
	text-shadow: #fff 0px 0px 8px;
}

#page {
	width: 940px;
	margin: 16px auto 0 auto;
}

#content {
	width: 720px;
	float: left;
	xbackground-color: #f00;
}

#sidebar {
	width: 220px;
	float: right;
	xbackground-color: #00f;
}

form.login {
	margin-bottom: 16px;
}

form.login div {
	margin-top: 4px;
	font-size: 8pt;
}

.block {
	width: 220px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	background-image: url(/media/box-shadow.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 4px 0 52px 0px;
	margin-bottom: 8px;
	border-top: 1px solid #fafafa;
}


.subcategories a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
}

.subcategories a.active {
	background-color: #9cd13e;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.subcategories a:hover {
	background-color: #87b635;
	color: #fff;
	border-bottom: 1px solid #fff;
}

a.buttons {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

a.buttons img {
	width: 25px;
	height: 25px;
	margin-right: 4px;
	vertical-align: middle;
}

div.buttonsLeft {
	position: fixed;
	left: 8px;
	top: 40%;
}

a {
	outline: none;
	color: #54790e;
	text-decoration: none;
}

a:hover {
	color: #8dbb38;
}


.leftBoxColumn {
	float: left;
	width: 340px;
}

.rightBoxColumn {
	float: right;
	width: 340px;
	margin-right: 20px;
}

#content .box {
	width: 338px;
	background-color: #fff;
	background-image: url(/media/large-box-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 4px 0 52px 2px;
	margin-bottom: 8px;
	border-top: 1px solid #fafafa;
}

#content .widebox {
	width: 688px;
	background-color: #fff;
	background-image: url(/media/wide-box-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 4px 0 52px 2px;
	margin-bottom: 8px;
	border-top: 1px solid #fafafa;
	position: relative;
}

h1 {
	font-size: 20pt;
	color: #695636;
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	color: #695636;
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.fulltext h2, .fulltext h3 {
	padding: 24px 0 8px 0;
}

.fulltext p {
	margin: 12px 0;
}

.item {
	clear: both;
	background-color: #fafafa;
	xborder-top: 1px solid #eee;
	xborder-right: 1px solid #eee;
	border-left: 4px solid #eee;
	padding: 4px 0 4px 4px;
	margin-bottom: 16px;
	position: relative;
	height: 65px;
	overflow: hidden;
}

.itemFull {
	min-height: 100px;
	background-color: #fafafa;
	border-left: 4px solid #eee;
	padding: 4px 0 4px 4px;
	margin-bottom: 16px;
	position: relative;
}

p {
	margin: 4px 0;
	padding: 0;
}



.itemInfo {
	font-size: 90%;
	color: #555;
}

img.itemImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 128px;
	max-height: 96px;
}

div.itemImageContainer {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 128px;
	height: 96px;
}

img.itemFullImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 128px;
	max-height: 96px;
}

div.itemFullImageContainer {
	position: relative;
	margin: 0 4px 4px 0;
	float: left;
	width: 128px;
	height: 96px;
}

img.shopImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 64px;
	max-height: 64px;
}

div.shopImageContainer {
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	width: 64px;
	height: 64px;
}

.itemContent {
	margin-left: 136px;
	margin-bottom: 20px;
}

.itemDetailContent {
	clear: both;
	margin: 24px 0;
	border-top: 1px solid #eee;
}

a.toOffer {
	display: block;
	float: right;
	margin: 0 4px 4px 0;
	background-color: #9cd13e;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
}

a.toOffer:hover {
	background-color: #87b635;
}

a.detailView {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 4px;
	background-color: #9cd13e;
	color: #fff;
	xfont-size: 120%;
	xfont-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}

a.bookmarklet {
	font-size: 80%;
	background-color: #695636;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	float: right;
	padding: 2px;
}

a.bookmarklet:hover {
	background-color: #897656;
}

a.detailView:hover {
	background-color: #87b635;
}

a.moreItems {
	display: block;
	text-align: right;
	margin-right: 8px;
}

.clear {
	clear: both;
}


textarea.comment {
	width: 676px;
	height: 100px;
}

form.comment {
	margin-bottom: 20px;
}

fieldset {
	border: 0;
	margin: 10px 0;
	padding: 0;
}

h2.writeComment {
	margin-top: 40px;
}

div.comment {
	padding-top: 10px;
	float: right;
	width: 700px;
	background: transparent url(/media/comment-bubble.png) no-repeat 128px 22px;
}


div.comment p {
	margin: 0 8px 32px 0;
	width: 532px;
	background: #eee;
	float: right;
	padding: 11px 10px 10px 14px;
	min-height: 63px;
}

div.comment div.userInfo {
	float:  left;
	width: 130px;
	text-align: right;
}

div.comment div.userInfo img {
	float: right;
	background: yellow;
	clear: both;
	margin-right: 20px;
}

div.comment div.userInfo ul {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}

div.comment div.userInfo ul li {
	clear: both;
	font-size: 85.17%;
	font-weight: bold;
	color: #555;
	height: 14px;
}


#footer {
	border-top: 2px solid #eee;
	margin: 30px 0;
	padding: 4px 0;
}

#footer a {
	margin-right: 20px; 
}

div.static {
	padding-bottom: 80px !important;
}


dt {
	width:150px;
	float: left;
	display: block;
	text-align: right;
	clear: left;
	padding: 0.2em 0 0.2em 0;
}

dd {
	xmin-height: 2em;
	padding: 0.2em 0 0.2em 0.5em;
	margin: 0;
	xclear: both;
	float: left;
	xdisplay: block;
}


div.shopSubscription {
	font-weight: bold;
	font-size: 110%;
	margin: 4px;
	border-bottom: 1px solid #eee;
}

a.del {
	color: #e8730c;
	margin-right: 12px;
}

a.del:hover {
	color: #ed8b33;
}

div.userMenu div {
	margin: 4px 0;
}

em.highlight {
	color: #695636;
	font-weight: bold;
}

.warn {
	border: 1px solid #ffad4c;
	background-color: #ffe5b4;
	padding: 4px;
}

.ok {
	border: 1px solid #a2cc3e;
	background-color: #d2e89e;
	padding: 4px;
}

.pages {
	margin: 32px 0 8px 0;
}

.pages a {
	display: block;
	background-color: #9cd13e;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
}

.pages a:hover {
	background-color: #87b635;
}

.pages .next {
	float: right;
}

.pages .prev {
	float: left;
}

.pages .noLink {
	padding: 2px;
	display: block;
	background-color: #eee;
	color: #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


a.shopAbo {
	background-color: #9cd13e;
	color: #fff;
	font-size: 80%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 2px;
}

a.shopAbo:hover {
	background-color: #87b635;
}

a.shopNoAbo {
	background-color: #e68f29;
	color: #fff;
	font-size: 80%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 2px;
}

a.shopNoAbo:hover {
	background-color: #f18200;
}

a.vote {
	margin-left: 2px;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

a.voteUp {
	background-color: #9cd13e;
	padding: 0 4px;
}

a.voteUp:hover {
	background-color: #87b635;
}

a.voteDown {
	background-color: #e68f29;
	padding: 0 6px;
}

a.voteDown:hover {
	background-color: #f18200;
}

#voteThanks {
	background-color: #eee;
	display: none;
	margin-left: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 4px;
}


/* Blog
------------------------------------------------------------------ */

div.post {
	margin: 3em 30px 6.5em 0;
}

	div.post div.foot {
		text-align: right;
		font-size: 80%;
		color: #999;
	}

div.prev { font-size: 80%; float: left; }
div.next { font-size: 80%; float: right; }
div.archive { font-size: 80%; clear: both; text-align: center; }

ul.archive { color: #eee; }
span.archiveDate, span.archiveCount { font-size: 80%; color: #999; }

