@charset "utf-8";
/*
orange: #cc2e00
light orange: #e29f80
light gray: #aaa
*/
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #333;
	background-image: url(pics/design/page_bg.jpg?r=0);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: #aaa;
}
a {
	color: #cc2e00;
	text-decoration: none;
}
a:hover {
	border-bottom: solid thin #aaa;
}
p {
	margin: 0 0 5px 0;
	padding: 0;	
}
::selection {background:#cc2e00; color:#fff;}
img { border: none; }
img.left {
	float: left;
	margin-right: 10px;
}
.orange {
	color: #cc2e00;
}
.light_gray {
	color: #aaa;
}
.pageTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 17px 0 20px 0 !important;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #fff;
}
.tooltip {
	display:none;
	background:transparent url(pics/design/black_arrow.png?r=1);
	font-size:10px;
	font-style: italic;
	font-weight: bold;
	height:140px;
	width:152px;
	padding:20px 19px 35px 19px;
	color:#fff;	
}
.color {
	float: left;
	width: 150px;
	height: 100px;
	border: solid thin #fff;
}
.colorText {
	float: left;
	width:100%;
	height: auto;
	margin-bottom: 3px;
}
.textItem {
	color: #aaa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	float: left;
	width: 700px;
	padding: 10px;
	background: #000;
	margin-bottom: 20px;
}
a.textItem:hover {
	color: #fff;
	border: none;
}
a.textItem:hover h1 {
	color: #e29f80;
}
a.textItem:hover .date {
	color: #aaa;
}
.textItem .keys {
	margin-top: 10px;
	padding-top: 5px;
	border-top: solid thin #333;
}
.article {
	padding: 0;
	background: transparent;
}
.articleTitle {
	margin: 0 !important;
}
.back {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 20px 0 0 0 !important;
}
.back a {
	color: #cc2e00;
	font-size: 12px;
	text-decoration: none;
}
.textItem h1 {
	color: #cc2e00;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.textItem .date {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
.textItem div {
	margin-bottom: 15px;
}
.textItem h2 {
	color: #e29f80;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 0;
}
.knowledgeItem {
	width: 450px;
	height: auto;
}
.knowledgeItem img {
	margin: 0 10px 0 0;
}
.control {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
}
.control a {
	text-decoration: none;
	color: #cc2e00;
	font-weight: bold;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	text-align: center;
	margin-left: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.control a:hover {
	color: #fff;
}
.control span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	border-left: solid 2px #cc2e00;
	border-bottom: solid 2px #cc2e00;
	text-align: center;
	margin-left: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.control span:first-child, .control a:first-child {
	margin-left: 0 !important;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #page {
	float: left;
	width: 1000px;
}
#wrapper #page #header {
	background-image: url(pics/design/header_bg.png);
	float: left;
	height: 80px;
	width: 960px;
	padding: 0 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #page #header #logo {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#wrapper #page #header #headMenu {
	float: right;
	height: 60px;
	width: 626px;
	margin-top: 20px;
	margin-right: 20px;
}
#wrapper #page #header #headMenu #search {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc2e00;
	float: right;
	width: 626px;
	text-transform: uppercase;
	line-height: 30px;
	clear: both;
	text-align: right;
}
#wrapper #page #header #headMenu #search a {
	color: #aaa;
	text-decoration: none;
}
#wrapper #page #header #headMenu #search a:hover {
	color: #FFF;
}
#wrapper #page #header #headMenu #mainMenu {
	color: #cc2e00;
	text-transform: uppercase;
	font-size: 18px;
	float: right;
	width: 626px;
	text-align: right;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #page #header #headMenu #mainMenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#wrapper #page #header #headMenu #mainMenu ul li {
	float: right;
	padding: 0 0 0 25px;
	background-image: url(pics/design/main_menu_separator.png);
	background-repeat: no-repeat;
	background-position: 9px center;
}
#wrapper #page #header #headMenu #mainMenu ul li a {
	color: #aaa;
	text-decoration: none;
}
#wrapper #page #header #headMenu #mainMenu ul li a:hover {
	color: #FFF;
	border: none;
}

#wrapper #page #header #headMenu #mainMenu ul .active {
	color: #FFF;
	background-image: url(pics/design/active_main_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper #page #contentArea {
	background-image: url(pics/design/content_bg.png);
	background-repeat: repeat-y;
	float: left;
	width: 1000px;
}
#wrapper #page #contentArea #topBorder {
	float: left;
	width: 960px;
	height: 9px;
	margin-left: 20px;
	border-top: solid thin #cc2e00;
}
#wrapper #page #contentArea #left {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-left: 40px;
	padding-top: 20px;
}
#wrapper #page #contentArea #left ul {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #e29f80;
}
#wrapper #page #contentArea #left ul li {
	margin-bottom: 10px;
}
#wrapper #page #contentArea #left ul li a {
	color: #aaa;
	text-decoration: none;
}
#wrapper #page #contentArea #left ul li a.active {
	color: #e29f80;
}
#wrapper #page #contentArea #left ul li ul li a.active {
	color: #cc2e00;
}
#wrapper #page #contentArea #left ul li a:hover {
	color: #FFF;
	border:none;
}

#wrapper #page #contentArea #left ul li ul {
	color: #cc2e00;
	background-color: #222;
	text-transform: none;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000;
	width: 190px;
	float: right;
	margin-bottom: 10px;
	display: none;
}
#wrapper #page #contentArea #left ul li ul li {
	padding: 0 5px 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 185px;
}
#wrapper #page #contentArea #left ul li ul li a {
	color: #FFF;
}
#wrapper #page #contentArea #left ul li ul li a:hover {
	color: #aaa;
}
#wrapper #page #contentArea #right {
	float: left;
	width: 710px;
}
#wrapper #page #contentArea #right .prodChoose {
	float: left;
	padding-bottom: 20px;
	margin-top: 20px;
	background: #000;
	width: 700px;
	height: auto;
}
#wrapper #page #contentArea #right .prodChoose .image {
	float: left;
	margin: 20px 0 0 20px;
}
#wrapper #page #contentArea #right .prodChoose .title {
	position: absolute;
	width: 140px;
	height: 26px;
	padding: 2px 5px;
	margin-top: 70px;
	background-image: url(pics/design/black_80t.png);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #page #contentArea #right .prodChoose a {
	color: #fff;
	border: none;
	text-decoration: none;
}
#wrapper #page #contentArea #right .prodChoose a:hover {
	color: #cc2e00;
}
#wrapper #page #contentArea #right #prodHeader {
	float: left;
	margin-top: 20px;
	width: 680px;
	height: auto;
	margin-bottom: 20px;
}
#wrapper #page #contentArea #right #prodHeader #manufacturerLogo {
	position: absolute;
	width: 180px;
	height: auto;
	margin-left: 525px;
	margin-top: -25px;
}
#wrapper #page #contentArea #right #prodHeader #headerContent {
	position: absolute;
	width: 680px;
	height: 48px;
	margin-top: -48px;
	background-image: url(pics/design/black_80t.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentLeft {
	float: left;
	width: 470px;
	height: 100%;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentLeft #back {
	float: left;
	width: 465px;
	height: 18px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentLeft #back a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc2e00;
	text-decoration: none;
	border: none;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentLeft #back a:hover {
	color: #aaa;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentLeft #prodName {
	float: left;
	width: 460px;
	height: 28px;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #fff;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentRight {
	float: right;
	width: 210px;
	height: 48px;
}
#wrapper #page #contentArea #right #prodHeader #headerContent #headerContentRight #delivery {
	float: left;
	width: 200px;
	height: 20px;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-top: 22px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
}
#wrapper #page #contentArea #right #productsItems {
	float: left;
	width: 470px;
	height: auto;	
}
#wrapper #page #contentArea #right #productsItems .itemBox {
	float: left;
	width: 450px;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	background: #000;
}
#wrapper #page #contentArea #right #productsItems .itemBox .item {
	float: left;
	width: 100%;
	height: auto;	
}
#wrapper #page #contentArea #right #productsItems .itemBox .item .left {
	width: 289px;
	padding-right: 20px;
	border-right: solid thin #333;
}
#wrapper #page #contentArea #right #productsItems .itemBox .item .right {
	width: 150px;
	padding-left: 10px;
}
#wrapper #page #contentArea #right #productsItems .itemBox .item .itemName {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #e29f80;
	padding-bottom: 10px;
}
#wrapper #page #contentArea #right #productsItems .itemBox .item .itemName::selection {background:#e29f80; color:#000;}
#wrapper #page #contentArea #right #productsItems .itemBox .item .price {
	font-size: 14px;
	font-weight: bold;
	color: #cc2e00;
}
#wrapper #page #contentArea #right #productsItems .itemBox .item .content {
	font-size: 12px;
	color: #fff;
}
#wrapper #page #contentArea #right #itemInfo {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 10px;	
}
#wrapper #page #contentArea #right #itemInfo .infoBox {
	float: left;
	width: 180px;
	height: auto;
	padding: 10px;
	background: #000;
}
#wrapper #page #contentArea #right #itemInfo .infoBox {
	margin-top: 10px;
}
#wrapper #page #contentArea #right #itemInfo .infoBox:first-child {
	margin-top: 0;
}
#wrapper #page #contentArea #right #itemInfo .infoBox ul {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
	list-style: square;
}
#wrapper #page #contentArea #right #itemInfo #gallery a {
	display: block;
	margin-top: 10px;
	border: none;
}
#wrapper #page #contentArea #right #itemInfo #gallery a:first-child {
	margin-top: 0;
}
#wrapper #page #contentArea #right #itemInfo #download {
	min-height: 40px;
	background-repeat: no-repeat;
	background-position: 160px 10px;
	background-color: #000;
	background-image: url(pics/design/downloads.png);
}
#wrapper #page #footer {
	float: left;
	width: 960px;
	margin-left: 20px;
	margin-top: 20px;
	background: #000;
	border-top: solid thin #cc2e00;
}
#wrapper #page #footer #copyright {
	float: left;
	width: 200px;
	padding-left: 20px;
	margin-right: 20px;
	color: #666;
	font-size: 10px;
	line-height: 24px;
}
#wrapper #page #footer #system {
	float: left;
	width: 700px;
}
#wrapper #page #footerBottom {
	float: left;
	width: 970px;
	height: 24px;
	padding-left: 30px;
	margin-bottom: 40px;
	background-image: url(pics/design/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.hidden { display: none; }
.unhidden { display: block; }

#kerti-butor{
color:#666;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
overflow:auto;
height:34px;
}

#lenyilo a{
color:#666;
font-family:Verdana,Geneva,sans-serif;
font-size:10px;
outline:none;
}

#lenyilo a:hover{
border:none;
}

.hidden { display: none; }
.unhidden { display: block; }

a.rattanlink { font-size:10px; color:#000; cursor:text; text-decoration:none;}
a.rattanlink:hover { text-decoration:none; border:none;}

#rattan p{ font-size:11px; font-family:Verdana, Geneva, sans-serif; color:#fff;}

#rattan h2{
   color: #E29F80;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 10px;
}
