* {
    margin:0;
    padding:0;
    border:none;
}

body {
    background:#4f4e65;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}

ol, ul, li {
    list-style-type:none;
}

input.text {
    padding:2px 2px;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
input.button {
    margin-right:5px;
    padding:2px 5px;
    background:#d7d7d7 url(images/button.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    cursor:pointer;
}
input.button:active {
    background:#dcdac8;
}
textarea {
    padding:2px 2px;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    overflow:auto;
}
select {
    padding:0;
    background:#ffffff url(images/input.jpg) repeat-x;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
select option {
    padding:2px;
}

a {
    text-decoration:none;
    color:#000000;
}
a:hover {
    text-decoration:underline;
    color:#729c06;
}

.clear {
	clear:both;
}

.error li {
    color:#ff0000;
}

#container {
	margin:auto;
	width:970px;
}

#header {
	height:116px;
	background: transparent url(images/header.jpg) no-repeat;
}
#header .left {
	float: left;
	width: 240px;
	height:116px;
}
#header .left a {
	display: block;
	width: 240px;
	height:116px;
}
#header .right {
	float: right;
	padding-top: 90px;
	width: 65px;
	height:26px;
}
#header .right a {
	float: left;
	margin-left: 5px;
	width: 23px;
	height: 18px;
}
#header .right a.tr {
	background: transparent url(images/flag_tr.jpg) no-repeat;
}
#header .right a.eng {
	background: transparent url(images/flag_eng.jpg) no-repeat;
}

#menu {
	height: 51px;
	background: transparent url(images/menu.jpg) repeat-x;
}
#menu ul {
	float: left;
	width: 625px;
	height: 43px;
}
#menu ul li {
	float: left;
	height: 43px;
}
#menu ul li a {
	float: left;
	padding:12px 20px 0 20px;
	height: 31px;
	border-right: 1px solid #2F9158;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
#menu ul li a:hover {
	background: #2F9158;
}
#menu form {
	float: right;
	padding-top: 10px;
	width: 335px;
	height: 33px;
}
#menu form label, #menu form input.text, #menu form a {
	float: left;
	margin-left: 3px;
}
#menu form label {
	padding-top: 4px;
	color: #ffffff;
}
#menu form input.text {
	float: left;
	margin-left: 3px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#menu form a {
	padding-top: 2px;
	width: 63px;
	height: 20px;
	background: transparent url(images/search_btn.jpg) no-repeat;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	text-decoration: none;
}

#middle {
	padding: 5px 0;
	background: #ffffff;
}

#page {
	padding: 0 5px;
}
#page h1 {
	margin-bottom: 5px;
	padding:3px 0;
	border-bottom: 1px solid #e0e0e0;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #666666;
}
#page p {
	margin-bottom:15px;
	line-height:16px;
	text-align:justify;
}
#page ul {
	margin:0 0 20px 20px;
}
#page ul li {
	line-height:16px;
}

#products .left {
    float:left;
    width:210px;
}
#products .left ul {
    margin:0;
}
#products .left ul li {
    margin-bottom:1px;
    width:202px;
    height:27px;
}
#products .left ul li a {
    display:block;
    padding:6px 10px;
    width:182px;
    height:15px;
    background:transparent url(images/categories.jpg) no-repeat;
    font:bold 11px Tahoma, Verdana, Helvetica, sans-serif;
    text-decoration:none;
    color:#000000;
}
#products .left ul li a:hover {
    background-position:0 -27px;
    text-decoration:underline;
    color:#ffffff;
}
#products .left ul li a.active {
    background-position:0 -27px;
    text-decoration:none;
    color:#ffffff;
}
#products .right {
    float:right;
    width:750px;
}
#products .right .item {
    float:left;
    margin:0 6px 20px 0;
    padding:5px;
    width:171px;
    height:220px;
    border:1px solid #e0e0e0;
}
#products .right .last {
    margin:0;
}
#products .right .item .img {
    margin-bottom:5px;
}
#products .right .item .title, #products .right .item .title a {
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    line-height:16px;
    color:#82b501;
}
#products .right .item .title a:hover {
    text-decoration:underline;
    color:#444444;
}
#products .right .item .code {
    text-align:center;
    line-height:16px;
}
#products .right .item a.btn {
    position:absolute;
    display:block;
    margin:212px 0 0 18px;
    padding-top:6px;
    width:139px;
    height:21px;
    background:transparent url(images/detail_btn.jpg) no-repeat;
    text-align:center;
    text-decoration:none;
    color:#000000;
}
#products .right .item a.btn:hover {
    background-position:0 -27px;
    text-decoration:underline;
    color:#ffffff;
}
#product table {
    width:560px;
    border-collapse:collapse;
}
#product table td, #product table th {
    padding:3px;
    vertical-align:top;
}
#product table th {
    text-align:right;
    font-weight:bold;
}
#product table td table {
    margin-bottom:5px;
    width:680px;
    border-bottom:1px solid #e0e0e0;
}
#product .images {
    width:250px;
}
#product .images a {
    margin-bottom:5px;
}
#product .images a img {
    border:1px solid #e0e0e0;
}
#product a.btn {
    display:block;
    padding-top:6px;
    width:139px;
    height:21px;
    background:transparent url(images/detail_btn.jpg) no-repeat;
    text-align:center;
    text-decoration:none;
    color:#000000;
}
#product a.btn:hover {
    background-position:0 -27px;
    text-decoration:underline;
    color:#ffffff;
}
#product a.back {
    margin:3px;
}

table#order {
    width:100%;
}
table#order caption {
    padding:3px;
    text-align:left;
    font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table#order td {
    vertical-align:top;
}

.pager {
    padding:3px 0;
}
.pager span {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#82b501;
    font-weight:bold;
    color:#ffffff;
}
.pager a {
    margin-right:1px;
    padding:2px 3px 2px 5px;
    background:#c4ccd7;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
}
.pager a:hover {
    background:#82b501;
    color:#ffffff;
}

.order_send_ok {
    margin:auto;
    padding:20px;
    width:500px;
    font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:center;
    color:#444444;
}

#footer {
	padding-top: 12px;
	height: 28px;
	background: #226941;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}