@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, FreeSerif, sans;
	font-size: 15px;
	color: #333;
	line-height: 1.5em;
}

#background {
	background: #5f7180 url(img/bodybg.jpg) center top no-repeat;
	margin: 0 1px 0 0;
	padding: 25px 0 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #173650;
}

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

#container {
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: 960px;
	text-align: center;
	background: #c6c9cb url(img/containerbg.png) repeat-y;
	border-bottom: 1px solid #656a6d;
}

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

#header h1 a img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 201px;
}

#header h1 b {
	display: none;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px;
}

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

#menu {
	text-align: left;
	margin: 0;
	padding: 0;
	background: url(img/menubg.png) no-repeat;
	width: 960px;
	height: 50px;
}

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

#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	background: url(img/menuseparator.png) right top no-repeat;
	padding: 0 2px 0 0;
	margin: 0;
}

#menu ul li a {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 10px 40px 0;
	height: 40px;
	color: #efefef;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.current {
	color: #fff;
	background: url(img/menuhover.png) repeat-x;
}

#sidebar {
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 250px;
}

#sidebar h2 {
	font-size: 20px;
	padding: 5px 0;
}

#content {
	text-align: justify;
	float: right;
	width: 670px;
	padding: 0 20px 30px;
}

#footer {
	font-size: 12px;
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 960px;
	text-align: right;
	color: #1c2126;
}

.blockquote {
	background-color: #efefef;
	padding: 15px 20px;
	margin: 10px 0;
	border: 1px solid #a4abb1;
}

form {
	margin: 10px 0;
	padding: 15px 20px;
	background-color: #efefef;
	border: 1px solid #a4abb1;
}

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

.kek-gomb {
	padding: 0;
	margin: 5px auto;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 42px;
	width: 234px;
	height: 43px;
	background: url(img/kek-gomb.jpg) 0 0 no-repeat;
}

.kek-gomb:hover {
	background: url(img/kek-gomb.jpg) 0 -43px no-repeat;
}

.zold-gomb {
	padding: 0;
	margin: 5px auto;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 42px;
	width: 234px;
	height: 43px;
	background: url(img/zold-gomb.jpg) 0 0 no-repeat;
}

.zold-gomb:hover {
	background: url(img/zold-gomb.jpg) 0 -43px no-repeat;
}

.sarga-gomb {
	padding: 0;
	margin: 5px auto;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 42px;
	width: 234px;
	height: 43px;
	background: url(img/sarga-gomb.jpg) 0 0 no-repeat;
}

.sarga-gomb:hover {
	background: url(img/sarga-gomb.jpg) 0 -43px no-repeat;
}

.piros-gomb {
	padding: 0;
	margin: 5px auto;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 42px;
	width: 234px;
	height: 43px;
	background: url(img/piros-gomb.jpg) 0 0 no-repeat;
}

.piros-gomb:hover {
	background: url(img/piros-gomb.jpg) 0 -43px no-repeat;
}

.red {
	color: #c00d09;
}

.clearer {
	clear: both;
}

table#product-categories {
	background-color: #efefef;
	border: 1px solid #a4abb1;
	margin: 5px 0;
}

table#product-categories td {
	text-align: center;
	vertical-align: top;
	line-height: 1em;
	padding: 12px 0 6px;
	margin: 0;
}

table#product-categories a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

table#product-categories a:hover {
	text-decoration: underline;
}

table#product-categories img {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
}

table.subcategories {
	width: 100%;
	background-color: #efefef;
	border: 1px solid #a4abb1;
	margin: 5px 0;
}

table.subcategories td {
	vertical-align: top;
	padding: 12px 10px 6px;
	margin: 0;
}

table.subcategories ol {
	margin: 0;
	padding: 5px 20px;
}

table.subcategories img {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
}

table.product {
	font-size: 12px;
	width: 100%;
	background-color: #efefef;
	border: 1px solid #a4abb1;
	border-collapse: collapse;
	margin: 5px 0;
}

table.product th {
	background-color: #27282a;
	color: #efefef;
	font-weight: bold;
	font-size: 15px;
}

table.product td {
	vertical-align: center;
	padding: 12px 10px 6px;
	margin: 0;
	border: 1px solid #a4abb1;
	text-align: left;
}

table.product td.prod-name {
	text-align: center;
	font-weight: bold;
	background-color: #dde1e5;
	width: 190px;
}

table.product td.order {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

table.product form {
	border: 0;
	padding: 0 5px 15px;
	margin: 0;
}

table.product img {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
}

.price {
	white-space: nowrap;
}

.price-reseller {
	white-space: nowrap;
	display: block;
	padding: 0 0 5px;
	font-weight: normal;
	font-size: 12px;
}

