body {
	background-color: #5c9551;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Ubuntu, sans-serif;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../img/container_bg.png);
	text-align: justify;
}

#header {
	height: 171px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#header h1 b{
	display: none;
}

a:focus, a:hover, a:active 
{ 
	outline: none;
}

#sidebar {
	float: left;
	width: 188px;
}

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 11px;
	padding: 0 0 6px;
	background: #edfac2 url(../img/menu_shadow.png) no-repeat left bottom;
}

#menu ul li {
	width: 177px;
	height: 31px;
	overflow: hidden;
}

#menu ul li a {
	background: #edfac2 url(../img/menu_item.jpg) no-repeat;
	display: block;
	height: 100%;
	color: #4c4e48;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 0 0 26px;
}

#menu ul li a.special {
	color: #d83c14;
}

#menu ul li a:hover, #menu ul li a.current {
	background: #edfac2 url(../img/menu_item.jpg) no-repeat 0 -31px;
	color: #fff;
}

#cart {
	background-color: #f2f8e4;
	margin: 0 0 0 11px;
}

#cart a {
	color: #fff;
	text-decoration: none;
}

#cart ul {
	list-style-type: none;
	margin: 2px 0 5px 10px;
	padding: 0;
}

#cart ul li {
	font-size: 12px;
	font-weight: bold;
	color: #5c3318;
}

#cart-header {
	width: 177px;
	height: 33px;
	overflow: hidden;
	background: #7a4246 url(../img/cart_header.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.cart-title {
	display: block;
	margin: 4px 5px 0 10px;
}

#cart-buttons {
	width: 177px;
	height: 23px;
	overflow: hidden;
	background: #7a4246 url(../img/cart_buttons.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
}

.cart-modify {
	display: block;
	width: 80px;
	text-align: center;
	margin-top: 4px;
	float: left;
}

.cart-checkout {
	display: block;
	width: 97px;
	text-align: center;
	margin-top: 4px;
	float: left;
}

.sidebarbox {
	background-color: #f2f8e4;
	margin: 0 0 0 11px;
	border-top: 1px solid #494949;
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	overflow: hidden;
}

.sidebarbox a {
	color: #fff;
	text-decoration: none;
}

.sidebarbox ol {
	margin: 5px 8px 3px 26px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #0a506d;
}

.sidebarbox ol li {
	margin-bottom: 5px;
}

.sidebarbox ol li a {
	color: #0a506d;
}

.sidebarbox ol li a:hover {
	color: #00709f;
}

.sidebarbox ul {
	list-style-type: none;
	margin: 2px 8px 3px 10px;
	padding: 0;
}

.sidebarbox ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #0a506d;
}

.sidebarbox ul li a:hover {
	color: #00709f;
}

.sidebarbox-header {
	width: 177px;
	height: 22px;
	border-bottom: 1px solid #555;
	overflow: hidden;
	background: #4e704c url(../img/sidebarbox_header.png) no-repeat;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.sidebarbox-title {
	display: block;
	margin: 3px 5px 0 10px;
}

#content {
	float: left;
	width: 600px;
}

#pcontent {
	float: left;
	width: 600px;
	text-align: center;
}

#pcontent a {
	text-decoration: none;
	color: black;
}

#pcontent img {
	border: 1px solid black;
	margin: 8px 0 10px;
}

#content h1 {
	color: #ba521f;
	font-size: 20px;
	margin: 8px 15px;
}

#content h2 {
	margin: 8px 15px; 
}

h3.comments-title {
	margin: 20px 15px 10px;
	padding-top: 10px;
	border-top: 1px solid #cecece;
}

#content h2 a {
	color: #008080;
}

#content h2 a:hover {
	color: #fd6317;
	text-decoration: underline;
}

#content h1.mblue {
	font-size: 18px;
	color: #008080;
}

#content h2.mblack {
	font-size: 14px;
	color: #000;
}

#content p {
	color: #62665a;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 8px 20px;
}

#content p.mp {
	color: #000;
}

#content p a {
	color: #3f6aa0;
}

#content ul, ol {
	padding: 0;
	margin: 8px 30px 8px 60px;
}

#content ul.mlist {
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
}

#content table.longdesc {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #e9e9e9;
	border-collapse: collapse;
	padding: 0;
	margin: 15px 30px;
}

#content table.longdesc td {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 5px;
}

.blockquote {
	border-width: 1px 0 1px 0;
	border-color: #e9e9e9;
	border-style: solid;
	background-color: #fff;
	padding: 7px 0px;
	margin: 8px 20px;
	display: block;
	color: #62665a;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.blockquote h1 {
	text-align: left;
}

.blockquote h2 {
	font-size: 14px;
	text-align: left;
	margin: 0;
}

.blockquote p {
	margin: 4px 10px;
}

.date {
	font-size: 11px;
	margin: 0 0 15px 20px;
}

.prev-next {
	margin: 8px 15px;
}

.prev-next a {
	color: #3f6aa0;
	font-size: 15px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearer {
	clear: both;
}

ol.commentlist {
	list-style-type: none;
	margin: 10px 10px;
	padding: 0;
}

li.comment {
	margin: 10px;
	padding: 10px;
	border: 1px solid #e4ecd0;
	background-color: #f0f7df;
}

li.comment a {
	color: #3f6aa0;
}

li.comment-author-borsostamas {
	background-color: #fff1b7;
	border: 1px solid #f7e49b;
}

.commentmetadata {
	font-size: 11px;
}

cite.fn {
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

td {
	vertical-align: top;
	padding: 5px 0;
}

.addtocart {
	float: right;
	text-align: right;
}

.addtocart td {
	vertical-align: middle;
	padding: 2px;
}

.addtocart img {
	display: block;
}

.price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-right: 26px;
	color: #d25e00;
}

#content img {
	border: 0;
	margin: 0 15px;
	padding: 0;
}

#content img.anchor {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

.category {
	font-size: 22px;
	text-decoration: none;
	color: #ba521f;
}

a.category:hover {
	color: #fd6317;
	text-decoration: underline;
}

a.moreinfo {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.moreinfo:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: #fff url(../img/footer.jpg) no-repeat;
}

#footer span {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 7px 20px 0;
	color: #f2fbd4;
}

#footer span.left {
	display: block;
	float: left;
}

#footer span.right {
	padding-top: 10px;
	font-size: 9px;
	display: block;
	float: right;
}

#footer a {
	font-family: Verdana, sans-serif;
	color: #f2fbd4;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

table.customerdata  {
	border: 1px solid #ccc;
	text-align: left;
	margin: 10px auto;
	font-size: 11px;
	font-family: Verdana, Times New Roman, sans-serif;
	border-collapse: collapse;
	table-layout: fixed;
	width: 90%;
}

table.customerdata td input[type=text] {
	width: 100%;
}

table.customerdata td textarea {
	width: 100%;
}

table.customerdata tr.header {
	background: #0d360e url(../img/tableheader.png) repeat-x;
	color: #fff;
	font-weight: bold;
}

table.customerdata td {
	padding: 5px 20px;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e4;
}

table.customerdatasum  {
	border: 1px solid #ccc;
	text-align: left;
	margin: 10px auto;
	font-size: 11px;
	font-family: Verdana, Times New Roman, sans-serif;
	border-collapse: collapse;
	width: 95%;
}

table.customerdatasum tr.header {
	background: #0d360e url(../img/tableheader.png) repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.customerdatasum td {
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}

table.customerdatasum td.title {
	width: 100px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

table.cart {
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px auto;
	font-size: 11px;
	font-family: Verdana, Times New Roman, sans-serif;
	border-collapse: collapse;
	width: 95%;
}

table.cart tr.header {
	background: #0d360e url(../img/tableheader.png) repeat-x;
	color: #fff;
	font-weight: bold;
}

table.cart tr.odd {
	background-color: #fff;
}

table.cart tr.even {
	background-color: #f3fbdd;
}

table.cart tr.oddpay {
	background-color: #e9f2d0;
}

table.cart tr.evenpay {
	background-color: #e9f2d0;
}

table.cart td {
	padding: 5px 10px;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
}

table.cart td.pricecell {
	width: 70px;
}

table.cart td.sumcell {
	width: 80px;
	color: #ba521f;
	font-weight: bold;
}

table.qtycell {
	table-layout: fixed;
	width: 70px;
}

table.qtycell td {
	border: 0;
	margin: 0;
	padding: 0;
}

img.qtymod {
	margin: 1px !important;
	padding: 0;
	border: 0;
}

table.buttons {
	width: 100%;
}

table.buttons td {
	padding: 5px 13px;
}

.lista {
	font-size: 14px;
	margin: 10px 40px;
	color: #444;
}

.belepes {
	text-align: center;
}

.belepes a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
}

.belepes a:hover {
	color: #fd6317 !important;
}
