@charset "utf-8";
html, body {
	width: 100%;
	height: 100.1%;
	padding: 0;
	margin: 0;
}
body {
	height: 100.1%;
	background: #fff url(/images/bg_h.png) repeat-x center top;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}

/* KEK: 00b9f3 */
/* ZOLD: 87c143 */

* a {
	outline: none;
	color: #00b9f3;
	text-decoration: none;
}
* a:hover {
	color: #87c143;
}
* a img {
	border: none;
}

.content a.btn {
	float: left;
	margin: 0;
	padding: 0 14px 0 4px;
	background: transparent url(/images/note_big_red_bg_r.png) no-repeat right top;
	font-size: 21px;
}
.content a.btn span {
	line-height: 36px;
	display: inline-block;
	margin: 0;
	padding: 0 4px 0 14px;
	background: transparent url(/images/note_big_red_bg_l.png) no-repeat left top;
	color: #fff;
}
.content a.btn:hover {
	background: transparent url(/images/note_big_gray_bg_r.png) no-repeat right top;
}
.content a.btn:hover span {
	background: transparent url(/images/note_big_gray_bg_l.png) no-repeat left top;
	color: #000;
}

hr {
	clear: both;
	height: 30px;
	border: none;
	border-style: none;
	border-top: #f9f9f9 1px solid;
}
.clear, .clearfix {
	clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
.border {
	border: #000 2px dashed;
}

h1, h2, h3, h4 {
	line-height: 1em;
	font-weight: normal;
}
h1 { font-size: 24px; color: #000; padding: 0 0 20px 0; margin: 0; }
h2 { font-size: 20px; color: #000; padding: 10px 0 5px 0; margin: 0; }
h3 { font-size: 17px; color: #87c143; padding: 5px 0 5px 0; margin: 0; }
h4 { font-size: 14px; color: #87c143; padding: 0 0 5px 0; margin: 0; }
h5 { font-size: 14px; color: #87c143; padding: 0 0 5px 0; margin: 0; }
P {
	clear: both;
	margin: 0 0 8px 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}
fieldset, form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	background: url(/images/sep_dot.gif) repeat-x top left;
}

legend {
	font-size: 18px;
	padding: 20px 10px 10px 0px;
	color: #353535;
/*	text-transform: capitalize;*/
}
label {
	/* ZOLD */
	color: #353535;
	/* LILA */
	/*color: #87c143;*/
}

.needed-label {
	color: #CC0011;
}
.needed-label:before {
    content: "* ";
	color: #CC0011;
}
.needed {
	background-color: #F7F4EB;
	border-right-color: #F8A447;
	border-bottom-color: #F8A447;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FA9245;
	border-left-color: #FF8040;
}
INPUT, SELECT, .needed-ok {
	background-color: #fff;
	border-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-width: 1px;
	border-style: solid;
}

.needed-error {
	background-color:#C7E4B4;
	border: #87c143 1px solid;
}
.needed-blank {
	background-color: #FFCC99;
	border-color: #87c143;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.error {
	padding: 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFCC99;
	border: #87c143 2px solid;
}
.uzenet {
	padding: 10px;
	font-weight: bold;
	color: #000;
	background-color: #F5F1D8;
	border: 2px solid #fa9245;
}

.login, .login input {
	float: left;
	border: none;
	background: none;
	font-size: 12px;
	margin: 0 0 0 0;
}
.content label {
	float: left;
	width: 250px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}
.content label.checkbox {
	width: 350px;
	margin: 2px 0 0 5px;
}
.content label.checkbox-short {
	width: auto;
	margin: 0px 10px 0 5px;
}
.check {
	float: left;
	border: none;
	background: none;
}


.navig {
	clear: both;
	padding: 5px 3px 32px 3px;
	margin: -30px 0 0 0;
	font-size: 11px;
	background: url(/images/sep_dot.gif) repeat-x bottom left;
}
.navig-pages {
	float: left;
	width: 100%;
}
.navig-item-cnt {
	float: left;
	width: auto;
}
.navig-item-per-page {
	float: left;
	width: 230px;
}
.navig-order {
	float: right;
	text-align: right;
	width: 200px;
	padding: 0;
	margin: 3px 0;
}
.navig-item-cnt {
	float: right;
	text-align: right;
	width: 300px;
	padding: 0;
	margin: 3px 0;
}
.navig-order SELECT, .navig-item-cnt-form SELECT {
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
}
.list-navig {
/*	border: #888 1px solid;*/
	border: none;
	height: 20px;
	padding: 0 3px 8px 3px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.list-navig-links {
	float: left;
	width: 200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.list-navig-links a, .list-navig-links b, .list-navig-links strong {
	width: 20px;
	margin: 0 1px;
	padding: 2px 6px;
	border: #87c143 1px solid;
}
.list-navig-links b, .list-navig-links strong {
	padding: 2px 6px 3px 6px;
	background: #87c143;
	color: #87c143;
	border: #87c143 1px solid;
}
strong.dot {
	background: none;
	border: none;
}
.list-navig-links, .list-navig-links a {
	font-size: 8pt;
    color: #87c143;
	text-decoration: none;
}
.list-navig-links a:hover {
	color: #87c143;
	background-color: #f5f5f5;
	border: #87c143 1px solid;
}

.list-navig-left {
	float: left;
	width: 150px;
	text-align: left;
}
.list-navig-left, .list-navig-left a {
	font-size: 9pt;
    color: #999;
	text-decoration: none;
}
.list-navig-left a {
    color: #87c143;
}
.list-navig-left a:hover {
    color: #87c143;
}
.list-navig-right {
	float: right;
	width: 150px;
	text-align: right;
}
.list-navig-right, .list-navig-right a {
	font-size: 9pt;
    color: #999;
	text-decoration: none;
}
.list-navig-right a {
    color: #87c143;
}
.list-navig-right a:hover {
    color: #87c143;
}


.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.top {
	width: 100%;
	height: 71px;
	background: url(/images/top.png) no-repeat center top;
}
.data {
	clear: both;
	width: 100%;
	min-height: 461px;
	background: url(/images/data.png) no-repeat center top;
}
.data h1 {
	color: #fff;
	margin: 0 0 0 201px;
	padding: 20px 10px 20px 10px;
	font-size: 1.7em;
}
.logo {
	float: left;
	margin: 0 auto;
	display: block;
	width: 210px;
	height: 70px;
	cursor: pointer;
}
.logo img {
	border: none;
}
.top-info {
	font-size: 11px;
	padding: 26px 0 6px 0;
}
.red {
	color: #f74e27;
}
.top-info a {
	color: #f74e27;
	font-weight: bold;
}


.login {
	float: right;
	display: block;
	width: auto;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: right;
}
.login a.log-in {
	width: 110px;
	padding-right: 16px;
}
.login a.sign-in {
	width: 90px;
}
.login, .login a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
}
.login a span {
	color: #fff;
}
.login a:hover, .login a:hover span {
	color: #000;
}
.logged-in {
	background: url(/images/logged_in_bg.gif) no-repeat left 7px;
	margin-right: 15px;
	padding-left: 15px;
}
.logged-in a {
	padding-top: 5px;
}

.login P a {
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	color: #fff;
}
.login P a:hover {
	color: #87c143;
}
INPUT.btn-login-ok {
	float: right;
	border: none;
	padding: 10px 5px;
}
INPUT.login-email, INPUT.login-pass {
	background: #fff;
	border: #ccc 1px solid;
	width: 70px;
	font-size: 10px;
	color: #87c143;
}
a.sendpass {
	padding: 0 0 5px 15px;
	color: #87c143;
}

.search {
	float: left;
	width: 196px;
	font-size: 14px;
	padding: 11px 0 0 0;
}
.search-form INPUT.text {
	width: 100px;
	padding: 4px 10px 4px 14px;
	background: none;
}
.search-form INPUT.text, .search-form INPUT.submit {
	color: #fff;
}
.search-form INPUT.submit {
	font-weight: bold;
}


.kosar {
	width: 180px;
	font-size: 12px;
	padding: 15px 0;
	color: #fff;
}
.kosar a {
	float: right;
	padding: 7px 10px;
}
.nopointer {
	cursor: default;
}

.footer {
	clear: both;
	background: url(/images/footer.png) repeat-x top center;
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}
.footer .wrapper {
	background: url(/images/footer_c.png) no-repeat top center;
	text-align: left;
	padding: 2px 0 40px 200px;
	width: 760px;
	line-height: 24px;
}
.footer span {
	color: #fff;
	font-size: 1.3em;
}
.footer, .footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
.footer a {
	color: #00b9f3;
}
.footer a:hover {
	color: #87c143;
}


UL.top-menu {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
UL.top-menu LI {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0;
	height: 24px;
}
UL.top-menu LI a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 4px 0;
	margin: 0 6px 0 0;
}
/*UL.top-menu LI.kiem {	background: #fff url(/images/m_kiem.png) no-repeat right center;	padding: 0 15px 0 0;}*/
/*UL.top-menu LI.kiem a {	background: #fff url(/images/m_kiem.png) no-repeat left center;	color: #f74e27;	padding: 4px 0 4px 20px;}*/
.top-menu a:hover {
	color: #000;
}
.top-menu .kiem a:hover {	color: #C00;}

.footer-menu {
	padding: 10px 0 0 45px;
}
.footer-menu a {
	padding: 0 5px;
}

.footer-copyright {
	padding: 40px 0 0 50px;
}
.footer-copyright, .footer-copyright a {
	color: #959494;
}

.content {
	background: url(/images/content.png) no-repeat center bottom;
	float: left;
	width: 749px;
	padding: 0 10px 10px 11px;
	margin: 0;
	text-align: left;
	line-height: 1.3em;
	border-left: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	min-height: 670px;
}
.content P {
	clear: both;
}
.left {
	float: left;
	width: 188px;
	padding: 0;
	margin: 0;
}

.left .info {
	font-size:10px;
	color:#fff;
	padding: 1px 8px 3px 3px;
	margin: 5px 0;
	background:url(/images/product_cart_bg.gif) no-repeat 0px -50px;
}
.left h1 {
	font-size: 16px;
	color: #afafaf;
	margin: 0;
	padding: 5px 0;
}
.left h1 span {
	display: none;
}

.left a.btn {
	display: block;
	background: url(/images/al_top.jpg) no-repeat top left;
}
.left a.btn span {
	display: block;
	padding: 8px 20px 8px 10px;
	background: url(/images/al_foot.jpg) no-repeat bottom left;
	font-size: 15px;
}
.left a.btn:hover {
	background: url(/images/al_top.jpg) no-repeat -160px top;
	color: #000;
}
.right a.btn {
	display: block;
	text-align: left;
	background: url(/images/al_top2.jpg) no-repeat top left;
}
.right a.btn span {
	display: block;
	padding: 9px 20px 9px 10px;
	background: url(/images/al_foot2.jpg) no-repeat bottom left;
	font-size: 13px;
}
.right a.btn:hover {
	background: url(/images/al_top2.jpg) no-repeat -120px top;
	color: #000;
}


.news-intro a.more {
	float: right;
}
a.btn-s, a.more {
	display: inline-block;
	background: url(/images/a_r.jpg) no-repeat top right;
}
a.btn-s span, a.more span {
	display: inline-block;
	padding: 0px 24px 0px 10px;
	background: url(/images/a_l.jpg) no-repeat top left;
	font-size: 12px;
}
.news-intro a.more {
	float: right;
}
a.btn-s:hover, a.more:hover, .news-intro a.more:hover {
	color: #000;
}


.content img {
	border: none;
}




.right label {
	font-size: 11px;
}
.right hr {
	clear: both;
	height: 28px;
	background: url(/images/hr_right.gif) no-repeat 0px 0px;
}
DIV.game {
	background: url(/images/header_game.gif) no-repeat 0px 0px;
}
DIV.newsletter {
	background: url(/images/header_newsletter.gif) no-repeat 0px 0px;
}
DIV.game h3, DIV.newsletter h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 13px 0 0 50px;
	margin: 0 0 30px 0;
}

UL {
	margin: 0 0 5px 10px;
	padding: 10px 0 0 0;
	list-style-type: none;
}

.content LI {
	padding: 0 0 6px 10px;
	font-size: 14px;
	color: #606060;
	line-height: 1.5em;
}

.content a {
/*	color: #353535;*/
}
.content a:hover {
/*	color: #fff;*/
}

UL.menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

UL.menu li {
	padding: 0;
	margin: 0;
}
UL.menu li a {
	display: block;
	width: 166px;
	padding: 5px 4px 5px 10px;
	background: url(/images/li.gif) no-repeat left 9px;
	border-bottom: #ccc 1px solid;
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #000;
}
UL.menu li.act a {
	background: url(/images/m_on.png) no-repeat top left;
}
UL.menu li a:hover {
	color: #87c143;
	background: url(/images/li.gif) no-repeat left -91px;
}


UL.ul-product-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

UL.ul-product-list LI, UL.ul-blog-list LI, UL.ul-top-10-list LI {
	margin: 0;
	padding: 0;
/*	background: url(/images/kosarba_bg.gif) no-repeat top left;*/
}
.left UL.ul-product-list LI ul LI {
	margin: 0;
	padding: 0;
	background: url(/images/sep_dot.gif) repeat-x top left;
}
UL.ul-product-list LI, UL.ul-product-list LI a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #00b9f3;
}
UL.ul-product-list LI {
	margin: 0;
	padding: 0;
	background: none;
}
UL.ul-product-list LI a {
	display: block;
	background: none;
	padding: 2px 0 2px 0px;
}
UL.ul-product-list LI LI {
	margin: 0;
	padding: 3px 0;
	background: url(/images/sep_h_y.gif) no-repeat top left;
}
UL.ul-product-list LI LI a {
	display: block;
	background: url(/images/li_m.gif) no-repeat 0px 9px;
	padding: 2px 0 2px 6px;
}

UL.ul-product-list LI a:hover {
	color: #87c143;
}


UL.ul-blog-list LI {
	background: url(/images/sep_dot.gif) no-repeat top left;
}
UL.ul-blog-list LI a {
	display: block;
	padding: 3px;
}
UL.ul-blog-list LI, UL.ul-blog-list LI a {
	color: #87c143;
}
UL.ul-blog-list LI a:hover {
	color: #fff;
}

UL.ul-top-10-list LI table {
	padding: 3px 0 3px 0px;
}
UL.ul-top-10-list LI a {
	background: none;
	padding: 3px 0;
}

UL.ul-product-list UL {
	padding: 0 0 0 7px;
	margin: 0;
}

.note, fieldset small {
	font-size: 11px;
	color: #999;
}


TABLE.kosar-list {
	width: 100%;
	color: #333;
}
.kosar-list-td {
	background: #efefef;
	border-bottom: none;
}
.kosar-list-over {
	background: #fff;
	border-bottom: none;
	color: #000;
}
.page-navig {
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #87c143;
	padding: 15px 0 5px 15px;
	background: url(/images/li_navig.png) no-repeat 0px 7px;
	width: 500px;
}
.page-navig a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #87c143;
}
.page-navig a:hover {
	color: #000;
}

.product-grp-list {
	padding: 5px 0 20px 0;
}
.product-grp {
	background-color: #eee;
	border-color: #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 10px 0 20px 0;
	font-weight: bold;
}

.product-fav {
	text-align: left;
	float: right;
	width: 70px;
	height: 10px;
}
.product-fav a {
	font-size: 0.7em;
}

.product-pic { float: left; text-align: center; width: 155px;}
.product-pic img { margin: 2px; }
.product-body { float: right; width: 510px;color: #000;}
.product-body hr {
	height: 3px;
}
.product-body P {
	margin: 0;
	padding: 0;
}
.none {
	border: none;
	background: none;
}
.noborder {
	border: none;
}

.ar {
	font-size: 16px;
	color: #87c143;
	padding: 0;
}

a.ar-icon img {
	width: 20px;
	height: 20px;
}
.ar-icon-action { background: url(/images/k_b_red.png) no-repeat 0px -1px; }
.ar-icon-new { background: url(/images/k_b_dgray.png) no-repeat 0px -1px; }
.ar-normal {
}

.product-list {
	float: left;
	width: 168px;
	height: 250px;
	padding: 0 9px;
/*	background: url(/images/sep_dot_v.png) repeat-y top right; */
	text-align: center;
/*	border: #ddd 1px dashed;*/
}
.product-list H2 a {
	display: block;
	width: 150px;
	height: 25px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #00b9f3;
	line-height: 1em;
}
.product-list H2 a:hover {
	color: #87c143;
}

.product-list-pic {
	text-align: center;
/*	background: #2c2c2c;*/
/*	border: #2c2c2c 1px solid;*/
	width: 150px;
}
.product-list-pic a, .product-list-pic img {
	margin: 0px auto;
}
.product-list .product-list-pic {
	height: 150px;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.product-list-row-sep {
	clear: both;
	height: 60px;
	background: url(/images/sep_dot.gif) repeat-x center left;
}
.product-list h2 {
	padding-top: 0;
	margin-top: 0;
}
.product-list FORM, .product-list a.kosarba {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
/* KEK: 00b9f3 */
/* NARANCS: 87c143 */
}
.product-list INPUT, .product-list SELECT {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
}
.product-list .ar {
	float: left;
	color: #fff;
	padding: 1px 0 0 8px;
}
.product-list .form-buy {
	display: block;
	width: 177px;
	height: 23px;
	background: url(/images/kosarba_bg.gif) no-repeat top left;
	text-align: right;
}
.product-list INPUT.pdb {
	margin-top: 3px;
	background: #fff;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	width: 10px;
	padding: 0 2px;
}
a.kosarba {
	float: right;
	display: block;
	width: 38px;
	height: 23px;
	padding: 0;
	margin: 0;
	color: #fff;
}
.product a.kosarba {
	background-position: 5px 11px;
}
a.kosarba:hover {
	color: #87c143;
}



.cart-list table {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.cart-list-public TD {
	color: #000;
}
table.cart-list-public TD a {
	color: #87c143;
	padding: 2px;
}
table.cart-list-public TD a:hover {
	color: #000;
	background-color: #fff;
}
.cart-list th {
/*	background: #494949;*/
	border-bottom: #333 1px solid;;
	font-size: 14px;
	font-weight: bold;
}
.cart-list .th2 {
/*	background: #353535;*/
/*	border-bottom: #C2A888 1px solid;;*/
	color: #000;
}
.cart-list td {
	border-bottom: #494949 1px solid;
	font-size: 13px;
}
.cart-list td, .cart-list th {
	padding: 2px;
	margin: 0;
	color: #000;
}
.cart-list td table tr td {
	border: none;
}
.cart-list td a {
	color: #333;
}
.cart-list td a:hover {
	color: #87c143;
}



.print-order {
	clear: both;
	text-align: center;
}
.print-order a {
	background: url(/images/printer_64.gif) no-repeat top center;
	padding: 64px 0 0 0;
}

.mini {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #444;
}

.even TD {
	background: #fdfdfd;
}
.odd TD {
	background: #dedede;
}

.even .empty {
	background: #bbb;
}
.odd .empty {
	background: #a6a6a6;
}
.tr-gray TD {
	background-color: #999;
}
.tr-green TD {
	background-color: #c0ffc0;
}
.tr-pink TD {
	background-color: #ffc0c0;
}

INPUT {
	font: 14px Arial, Helvetica, sans-serif;
	color: #3f3f3f;
}

.index-news-intro {
	padding: 0 0 0 10px;
	margin: 0;
	background: url(/images/index_news_intro_bg.jpg) no-repeat bottom left;
}
.index-news-intro H1 {
	padding: 0 0 15px 20px;
	margin: 0;
	font-weight: bold;
}
.index-news-intro H1.h1-intro {
	padding: 0 0 0 20px;
	background: url(/images/perl_yellow.jpg) no-repeat 0px 5px;
}
.index-news-intro H1.h1-intro a {
	font-size: 15px;
	color: #2d5965;
}

.index-tudastar-intro {
	padding: 0 0 30px 10px;
	margin: 0 0 10px 0;
	background: url(/images/index_news_intro_bg.jpg) no-repeat bottom left;
}
.index-tudastar-intro H1 {
	padding: 0 0 15px 20px;
	margin: 0;
	font-weight: bold;
}
.index-tudastar-intro H1.h1-intro {
	padding: 0 0 0 20px;
	background: url(/images/perl_yellow.jpg) no-repeat 0px 5px;
}
.index-tudastar-intro H1.h1-intro a {
	font-size: 15px;
	color: #dc3d92;
}

.news-intro {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.2em;
}
.news-intro img {
	border: 2px solid;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}
.index-news-intro .news-intro, .index-tudastar-intro .news-intro {
	padding-left: 20px;
}
.index-tudastar-intro .introdiv {
	padding-left: 20px;
	width: 250px;
	float: left;
}

.news-intro H1 {
	padding-left: 0;
	font-size: 15px;
	color: #dc3d92;
	margin: 0 0 5px 0;
}
.news-intro img {
	border: #dc3d92 2px solid;
	margin: 0 4px 4px 0;
}

.full {
	font-style: italic;
	background: url(/images/sep_dot.gif) repeat-x bottom left;
	margin-bottom: 10px;
}
div.left50 {
	float: left;
	width: 49%;
	padding-bottom: 5px;
}
div.right50 {
	float: right;
	width: 49%;
	padding-bottom: 5px;
}
div.left30 {
	float: left;
	width: 35%;
	padding-bottom: 5px;
}
div.right30 {
	float: right;
	width: 30%;
	padding-bottom: 5px;
}
div.right70 {
	float: right;
	width: 64%;
	padding-bottom: 5px;
}
.padleft10 {
	margin-left: 5px;
	padding-left: 10px;
	background: url(/images/sep_dot_v.png) repeat-y top left;
}
.padleft10 UL.ul-product-list LI {
	list-style-type: none;
	background: none;
	padding-left: 0;
}
.padleft10 UL.ul-product-list LI a img, UL.ul-product-list LI a img {
	width: 25px;
	height: auto;
	margin-right: 5px;
	border: #87c143 1px solid;
}
.padleft10 UL.ul-product-list LI a img {
	border: none;
}

div.detail-msgs {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.msg-add {
/*	background: #4d4d4d;*/
/*	border-bottom: #797A72 3px solid;*/
	padding: 10px;
	margin: 0 0 5px 0;
}
div.msg-add label {
	font-weight: bold;
}

div.msg-add form {
/*	border-top: #797A72 1px solid;*/
}

div.detail-msgs H1 {
	font-size: 17px;
	color: #03B085;
	border: none;
	background: none;
	margin: 0;
	padding: 5px 0;
}
div.detail-msgs div P {
	display: block;
	margin: 0;
	padding: 10px;
	border: #4d4d4d 1px solid;
	background: #4d4d4d;
	border-bottom: none;
	font-size: 0.9em;
}

div.detail-msgs P.sign {
	margin: 0 0 10px 0;
	padding: 7px 5px 5px 10px;
	border: #4d4d4d 1px solid;
	border-top: none;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #777;
}

div.detail-msgs P.sign strong {
	color: #87c143;
	float: left;
}

div.detail-msgs P.sign a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #87c143;
	text-decoration: none;
}

div.detail-msgs P.sign a:hover {
	color: #87c143;
}

div.detail-msgs P.sign a.reply {
	float: right;
}

div.grippie {
	background:#EEEEEE url(/images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:98%;
	height: 100px;
}



TABLE.kisbetu TD {
	font-size: 10px;
}
TABLE.kisbetu TD strong {
	font-size: 11px;
}

.small {
	font-size: 11px;
}

#goog-wm, #goog-fixurl .content {
	margin: 0;
	padding: 0;
	border: none;
}

.ad {
	text-align: center;
	padding: 0;
	margin: 0 auto 15px auto;
}


.gallerimg {
	float: left;
	margin: 5px 5px 0 5px;
	padding: 3px 3px 0 3px;
	/*border: #2c2c2c 1px solid;*/
}
.pic-name {
	display: table-cell;
	width: 100px;
	height: 30px;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 1.2em;
}

.video {
	margin: 0 auto;
	text-align: center;
}

.videoplayer-container {
	width: 600px;
	height: 400px;
	background: url(/images/playlist/playlist_bg.png) no-repeat center center;
	text-align: center;
	margin: 0 0 0 320px;
}
div#videoplayer {
	margin: 0 auto;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	cursor: pointer;
}

div#playlist a.playing:hover, div#playlist a.paused:hover, div#playlist a.progress:hover {
	background-color:#fff;
	border-bottom: #333 1px solid;
}
div#playlist a {
	color:#f5f5f5;
}
div#playlist a:hover {
	color: #87c143;
}
.tableplaylist a {
	display: block;
	padding: 5px;
	border-bottom: #4F4F4F 1px solid;
}
div#playlist a.playing, div#playlist a.paused, div#playlist a.progress {
	background: #eee;
	color: #000;
	border-bottom: #000 1px solid;
}

div#playlist a.paused {
	background: #ccc;
	color: #555;
	border-bottom: #000 1px solid;
}

.content .box P.behuz {
	padding-left: 20px;
}
.content TABLE.lines TR TD {
	border-bottom: #4F4F4F 1px solid;
}

.pay-info {
	clear: both;
	text-align: left;
	border-left: #494949 1px solid;
	margin-left: 30px;
	padding: 4px 0 4px 4px;
	color: #898989;
}

TABLE TBODY TR TD P {
	padding: 0;
	margin:0;
}

.product form table tr td {
	font-size: 12px;
}
.product form table tr td a.kosarba {
	font-size: 12px;
	color: #00b9f3;
	width: auto;
	padding-top: 6px;
}
.product form table tr td a.kosarba:hover {
	color: #87c143;
}

.cart-step-1, .cart-step-2, .cart-step-3 {
	float: left;
	padding: 10px;
	margin: 5px 5px 20px 5px;
	width: 205px;
	height: 30px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #c00;
	background: #f2f2f2;
	border: #fafafa 1px solid;
}
.cart-step-1 {
	margin-left: 10px;
}
a.cart-step-1:hover, a.cart-step-2:hover, a.cart-step-3:hover {
	border-color: #000;
	color: #000;
}
.cart-step-1 span, .cart-step-2 span, .cart-step-3 span {
	float: right;
	display: inline-block;
	width: 185px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: normal;
	color: #777;
}
.cart-step-3 span {
	padding-top: 2px;
}

.cart-step-act {
	color: #000;
	background: #fff;
	border: #000 1px solid;
}
.cart-step-inact {
	border: #ccc 1px solid;
}
.cart-step-inact, .cart-step-inact span {
	color: #ccc;
}

H2 {
	clear: both;
	background: #00b9f3 url(/images/h1_bg.gif) no-repeat left -100px;
	padding: 8px;
	margin: 0 0 20px 0;
	color: #fff;
}
H2.kiem {
	clear: both;
	background: #ff201a url(/images/h1_bg.gif) no-repeat left -50px;
}

.termek {
	float: left;
	display: block;
	width: 178px;
	height: auto;
	padding: 0 4px 0 4px;
	margin: 0 0 10px;
	text-align: center;
}
.termek h1 {
	display: block;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
	font-size: 11px;
	color: #d7e0cc;
	background: none;
	margin: 0;
	padding:0;
}
.termek h2 {
	font-size: 13px;
	color: #333;
	background: none;
	margin: 0 0 3px 0;
	padding: 3px 0;
	height: 40px;
	width: 178px;
}
.fooldal-termekek .termek h2 {
	display: block;
	height: 46px;
	overflow: hidden;
	font-size: 11px;
	color: #333;
	background: none;
	margin: 0 0 3px 0;
	padding: 3px 0;
	height: 40px;
	width: 178px;
}
.termek-fooldal-div-hsep {
	clear: both;
}
.vsep {
	border-left: #ddd 1px solid;
}
.hsep {
	border-top: #ddd 1px solid;
	margin: 10px 0;
	clear: both;
}
.listara {
	background: url(/images/product_cart_bg.gif) no-repeat 0px 0px;
	color: #fff;
	text-align:left;
	font-size: 16px;
	line-height: 22px;
	padding: 3px 6px 0px 6px;
}
.kiem .listara {
	background-position: 0px -50px;
}
.listara em {
	color: #888;
	font-size: 13px;
}
.listara a {
	background: url(/images/kosarba.gif) no-repeat right center;
	float: right;
	color: #fff;
	font-size: 9px;
	padding-right: 30px;
}

#jcart * { margin:0; padding:0; font-family:arial, tahoma, verdana, sans-serif; }
#jcart, #jcart input, #jcart-tooltip { font-size:12px; }

#jcart fieldset { border:0; }

#jcart table { width:100%; border:0; background:#fff; border-collapse:collapse; }
#jcart tr {  }
#jcart th, #jcart td { padding:5px; border:0; border-bottom:solid 1px #ccc; vertical-align:top; text-align:left; font-weight:normal; }
#jcart th { font-size: 1.3em; color: #fff; }
#jcart td.empty { text-align:center; }

#jcart p.jcart-error { text-align:center; padding:5px; }

#jcart strong#jcart-title {  }

#jcart th { background:#87C143 }
#jcart th#header {  }
#jcart th#footer {  }

#jcart td.jcart-item-qty { width:50px; }
#jcart td.jcart-item-name { font-weight:bold; }
#jcart td.jcart-item-price { width:150px; font-size: 1.2em; font-weight:bold; text-align:right; }
#jcart td.jcart-item-price span { display:block; }

#jcart a.jcart-remove { font-size:11px; font-weight:normal; }

#jcart span#jcart-subtotal { display:block; float: right; }
#jcart span#jcart-subtotal strong {  }

#jcart input.jcart-button { padding:2px; margin:2px;}

#jcart input#jcart-checkout { float:right; }

#jcart input#jcart-paypal-checkout { display:block; padding:10px; margin:20px auto; }

#jcart-tooltip { border:solid 1px #000; padding:3px 7px 3px 25px; background:url(/jcart/checkmark.png) 3px center no-repeat #f2fcee;  }




/* jCarousel */
.jcarousel-skin {
/*    -moz-border-radius: 10px;    background: #F0F6F9;    border: 1px solid #346F97;*/
    padding: 0;
	margin: -10px 0 10px 0;
}
.jcarousel-skin .jcarousel-container {
/*    -moz-border-radius: 10px;    background: #F0F6F9;    border: 1px solid #346F97;*/
    width: 749px;
    height: 142px;
/*	border: #ccc 1px solid;*/
	background: url(/images/carousel_bg.gif) no-repeat top left;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 729px;
    padding: 0 10px;
}

.jcarousel-skin .jcarousel-container-vertical {
    width: 100%;
    padding: 0;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    height: 150px;
}

.jcarousel-skin .jcarousel-clip-vertical {
    width:  100%;
}

.jcarousel-skin .jcarousel-item {
	padding: 10px;
/*	border: #c00 1px solid;*/
}

.jcarousel-skin .jcarousel-item-horizontal {
    width: 727px;
	padding: 10px;
    height:  120px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

.jcarousel-skin .jcarousel-item-vertical {
    width:  100%;
    height: 100%;
}

.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: -45px;
    left: 725px;
    width: 16px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel_pic.gif) no-repeat -16px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -80px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -16px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -48px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: -45px;
    left: 705px;
    width: 16px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/carousel_pic.gif) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}


.jcarousel-skin {
	list-style-type: none;
}
.jcarousel-skin a {
	font-size:19px;
	line-height:22px;
	color: #562609;
	text-decoration: none;
}
.jcarousel-skin a:hover {
	color: #C00;
}

#azonnal .fancyzoom-pic {
	 width:178px;
	 height:178px;
	 text-align:center;
	 float:left;
}
#azonnal .listara {
	width: 165px;
	float:left;
}
#azonnal .listara a {
	background: url(/images/kosarba.gif) no-repeat right center;
	float: right;
	color: #fff;
	font-size: 9px;
	padding: 1px 28px 1px 2px;
}
#azonnal li em {
	display:block;
	padding-top: 8px;
	font-size: 13px;
	color: #888;
}
#azonnal .listara-div {
	display: block;
	padding-top: 5px;
}

.uzeno-kiem {
	padding: 10px 20px;
	border-bottom: #FF201A 10px solid;
}

P.gari {
	text-align: left;
	padding: 0 5px 0 6px;
	margin: 0;
	font-size: 12px;
	color: #00B9F3;
	font-style: italic;
}

.nyitolap {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.3em;
}

.service strong {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 24px 10px 36px;
	font-size: 21px;
	color: #FF895E;
}
.gears {
	background: url(/images/service_gear.gif) no-repeat top left;
}
.virus {
	background: url(/images/service_virus.gif) no-repeat top left;
}
.tools {
	background: url(/images/service_tools.gif) no-repeat top left;
}
.sale {
	background: url(/images/service_man.gif) no-repeat top left;
}
.data-save {
	background: url(/images/service_data.gif) no-repeat top left;
}