@charset "utf-8";

#bg{
	/* background:url(../images/bg2.gif) top left repeat-x; */
	padding-top:10px;
}
body{
	/* background:url(../images/tennisball-bg.gif) repeat-x; */
	background-color: #3d6e0d;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, small, em, img, q, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0 none;
	outline:0;
	list-style-type:none;
	vertical-align:baseline;
	font-family:Arial, Helvetica, Tahoma;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color:#33332b;
}
.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
<!-- .cl{clear:both; height:0; line-height:0; font-size:0;} -->

#dyncontent ul, #dyncontent li { list-style: disc; margin: 4px 4px 4px 8px; }
#dyncontent, #dyncontent div, #dyncontent span { font-size: 12px; }

input{
	height:16px;
	border:1px solid #676767;
	font-size:0.9em;
	color:#676767;
	margin-bottom:5px;
}
img.button{
  cursor:pointer;
}
input.button{
  border:0;
  height:auto;
  width:auto;
}
.badinput {
	background:#ffcccc;
	border:1px solid red;
}
select {
	border:1px solid #676767;
	font-size:0.9em;
	color:#676767;
	padding:2px;
}
#wrap{
	margin:0 auto;
	width:950px;
	margin-bottom:5px;
}
#logo {
	margin: 0px 0px 20px 20px;
}
#content{
	background:#fff;
	padding:20px 20px 0 20px;
}
#menu {
	background:#e5e5e5;
	margin-bottom:20px;
	height:40px;
	position:relative;
	z-index:1;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	padding:0 12px;
	line-height:40px;
	display:block;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li:hover a, #menu ul li a:hover {
	background:#33332b;
	color:#fff;
}
#menu ul li ul{
	background:#33332b;
	color:#fff;
	display:none;
}
#menu ul li ul li{
	float:none;
}
#menu ul li:hover ul, #menu ul li a:hover ul {
	display:block;
	visibility: visible;
	position:absolute;
}
#menu ul li ul li a{
	color:#fff;
	font-size:1em;
	text-transform:none;
	font-weight:normal;
}
#menu ul li ul li a:hover{
	background:#66cc33;
}
#left, #middle, #right{
	float:left;
}
#left, #right{
	width:185px;
}
#middle{
	width:500px;
	margin:0 20px;
}

.box, .mini-box{
	background:#e5e5e5;
	padding:10px;
	margin-bottom:20px;
}

.newsbox img {
	margin: 10px;
	border: 0px;
}

.newsbox embed {
	margin: 10px;
	border: 2px solid #999;
}
.newsbox span, .newsbox p, .newsbox span, .newsbox div, .newsbox a {
	font-size: 12px;
}


.box-head {
	position:relative;
	background:#33332b;
	height:35px;
	margin-bottom:8px;
}
.box-head img{
	margin-top:7px;
	margin-left:10px;
}

.box-head-text {
	position:relative;
	background:#66cc33;
	margin-bottom:8px;
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-head-text h1 {
	color: #FFF;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
}


.search-ico{background:url(../images/search-ico-green.gif) right bottom no-repeat #66cc33;}
.category-ico{background:url(../images/cat-ico-green.gif) right bottom no-repeat #468C23;}
.news-ico{background:url(../images/news-ico-green.gif) right bottom no-repeat #264C13;}

.new-product-ico{background:url(../images/new-product-ico-green.gif) right bottom no-repeat #66cc33;}

.register .register-ico{background:url(../images/register-ico.gif) right bottom no-repeat #66cc33;}
.basket .basket-ico{background:url(../images/basket-ico-green.gif) right bottom no-repeat #468C23;}

.transport-ico{background:url(../images/transport-ico-green.gif) right bottom no-repeat #66cc33;}
.info-ico{background:url(../images/info-ico-green.gif) right bottom no-repeat #468C23;}
.newsletter-ico{background:url(../images/newsletter-ico-green.gif) right bottom no-repeat #264C13;}

.man{
	background:url(../images/man.gif) no-repeat right bottom #e5e5e5;
}
.cat{
	border-bottom:1px solid #b6b6b6;
}
.cat h1 {
	background:url(../images/cat-li.gif) no-repeat center left;
}
.cat a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
}
.cat h1 a{
	text-transform:uppercase;
	font-size:1.1em;
	padding-left:20px;
}
.cat h1 a:hover {
	background:#66cc33 url(../images/cat-li-over.gif) no-repeat center left;
	color:#fff;
}

.cat h1.active a {
	color: #fff;
	background:#468c23 url(../images/cat-li-over.gif) no-repeat center left;
}
.cat h1.active a:hover {
	color: #fff;
	background:#66cc33 url(../images/cat-li-over.gif) no-repeat center left;	
}

.cat h2 a {
	background-color:#cecece;
	padding-left:10px;
	border-bottom:1px solid #b6b6b6;
}

.cat h2 a:hover, .cat h2.act {
	background:#b6b6b6;
}
.cat h2.act a {
	background:#66cc33;
	color: #ffffff;
}
.cat h3 a {
	padding-left:20px;
	border-bottom:1px solid #b6b6b6;
}
.cat h3 a:hover {
	background:#b6b6b6;
}
.cat h3.act {
	background:#999999;
}
.cat h3.act a {
	color: #FFF;
}

.cat h4 a {
	padding-left:30px;
}
.cat h4 a:hover, .cat h4.act {
	background:#b6b6b6;
	color: #FFF;
}

.cat h5 a{
	padding-left:50px;
}
.cat h5 a:hover, .cat h5.act {
	background:#b6b6b6;
}

.submenu {
	display:none;
}

.news a{
	text-decoration:underline;
	color:#33332b;
	font-size:0.9em;
}
.news a:hover{
	color:#66cc33;
}
.news ul{
	list-style-image:url(../images/news-li.gif);
	margin-left:15px;
}
.news ul li{
	line-height:18px;
}
.news h4{
	font-weight:bold;
	margin-bottom:5px;
}
.detailed-buzz p{
	padding-bottom:10px;
	line-height:1.4em;
}
.detailed-buzz h3{
	font-size:1.7em;
	font-weight:bold;
	border-bottom:2px solid #bbb;
	margin-bottom:3px;
	padding-bottom:5px;
}
.detailed-buzz span{
	width:100%;
	font-size:0.9em;
	color:#bbb;
	margin-bottom:5px;
}
.buzz{
	border-bottom:1px solid #b6b6b6;
	margin-bottom:8px;
}
.buzz a{
	color:#33332b;
	font-weight:bold;
	text-decoration:none;
}
.buzz a:hover{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.buzz h3{
	font-size:1.3em;
	font-weight:bold;
}
.buzz .buzz-pic{
	position:relative;
	height:75px;
	width:165px;
}

.buzz-pic span{
	background:#66cc33;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
	padding:1px;
	position:absolute;
	bottom:0;
	right:0;
}

.buzz-pic img{
	float:left;}

.buzz:hover h3{
	color:#fff;
	background:#66cc33;
}
.buzz p{
	font-size:0.9em;
	line-height:14px;
	padding:7px 0;
}
.mini-box{
	float:left;
	width:140px;
	height:150px;
	margin-right:10px;
}
.roger{
	padding:0;
	width:185px;
	height:147px;
	overflow:hidden;
}
#brand-pic{
	float:none;
	text-align:center;
}
#brand-pic p{
	margin-bottom:21px;
}
#foot{
	padding-top:5px;
}
#foot a{
	padding:0 2px;
	text-decoration:none;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
}
#foot a:hover{
	text-decoration:underline;
}
#foot p{
	color:#fff;
	font-size:0.9em;
}
.register p{
	font-weight:bold;
}
.register .box-head, .basket .box-head{
	background:#66cc33;
}
.register a{
	color:#66cc33;
	font-weight:bold;
}
.register a:hover{
	text-decoration:none;
}
.basket table{
	width:166px;
}
.basket table tr td {
	border-bottom:1px solid #bbb;
	padding: 4px;
	line-height: 25px;
}
.basket table tr td.over {
	background-color: #FFF;
}
.basket .edit{
	display:none;
	margin-left:161px;
	padding-left: 1px;
	position:absolute;
}
.basket table tr td .edit input{
	margin-top:2px;
}
.basket div:hover .edit{
	display:block;
}
.basket table tr#count td{
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.1em;
	border-bottom:0;
	border-top:3px solid #bbb;
	height:5px;
}

.basket table tr#count:hover{
	background:#e5e5e5;
}
#empty-basket {
	padding-bottom:10px;
	text-align:center;
}
.attention{
	text-transform:uppercase;
	font-weight:bold;
}
.selector{
	float:left;
	margin-top:20px;
	margin-right:40px;
}
.proplayer{
	float:left;
	width:150px;
	height:194px;
	margin:0 15px 15px 0;
	position:relative;
}
.proplayer span{
	position:absolute;
	bottom:0;
	left:0;
	line-height:22px;
	height:22px;
	width:150px;
	text-align:center;
	background:#33332b;
	color:#fff;
	font-weight:bold;
}


.other-actions{
	margin-right:20px;
}
.bankcards, .other-actions{
	width:220px;
	float:left;
}

.sponsored-player{
	margin-bottom:10px;
	height:200px;
	overflow:hidden;
}
.sponsored-player img{
	float:left;
	margin-right:10px;
}
.sponsored-player h2{
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:10px;
}
.lists{
	margin-bottom:10px;
}
.lists span{
	float:right;}
.lists a{
	text-decoration:none;
	color:#66cc33;
	font-weight:bold;
}
.lists a:hover{
	background:#66cc33;
	color:#fff;
}


.action-product{
	float:left;
}


.action-product .buttons{
	margin-top:20px;
}
.action-product-pic{
	float:left;
	border:3px solid #ef3c39;
	position:relative;
	height:200px;
	width:155px;
	background-color: #FFF;
}
.action-pic{
	position:absolute;
	right:0;
	bottom:0;
}

.action-basket{
	float:right;
}

.action-basket input {
float:left;
height:15px;
margin:0 10px 0 6px;
width:15px;
}
.action-product h2{
	float:left;
}

.action-product h2 a{
	font-size:1.7em;
	font-weight:bold;
	text-decoration:none;
	width:309px;
	display:block;
}
.action-product h2 a:hover{
	background:#33332b;
	color:#fff;
}
.old-price {
	font-size: 14px;
	line-height: 26px;
	float: left;
	padding-right: 4px;
}
.old-price-line
{
	border-bottom: 2px solid #F00;
	position: relative;
	left: 0px;
	top: 12px;
}
.old-price-text
{
	position: relative;
	top: 0px;
	color: #333; font-size: 14px; font-weight: bold; font-size: 18px;
}



.new-price{
	color:#ef3c39;
	padding-bottom:20px;
	font-size: 28px;
}
.prev{
	background:url(../images/prev.gif);
	width:24px;
	height:96px;
	display:block;
}
.prev:hover{
   background-position: 0 -96px;
}
.next{
	background:url(../images/next.gif);
	width:24px;
	height:96px;
	display:block;
}
.next:hover{
   background-position: 0 -96px;
}
.select {
	padding:5px;
	background-color: #CCCCCC;
	height: 42px;
}

.select a {
	text-align:center;
	text-decoration:none;
	display: block;
}

#slide {
	overflow:hidden;
	white-space:nowrap;
	width:192px;
}
#slide img {
}
#slide img:hover {
}
#slide a {
}

.toc {
	margin:0 6px;
	border:1px solid #d0d0d0;
	position:relative;
}
.toc:hover {
	border:1px solid #66cc33;
}
.toc img{
	width:72px;
	height:94px;
	display:block;
}
.toc span{
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	height:22px;
	line-height:22px;
	width:72px;
	background:#66cc33;
	color:#fff;
}
.prev2{
	background:url(../images/prev2.gif);
	width:16px;
	height:25px;
	display:block;
}
.prev2:hover{
   background-position: 0 -25px;
}
.next2{
	background:url(../images/next2.gif);
	width:16px;
	height:25px;
	display:block;
}
.next2:hover{
   background-position: 0 -25px;
}
.toc2{
	background:#cecece;
	color:#e5e5e5;
	font-weight:bold;
	font-size:1.9em;
	margin:0 4px;
	padding:0 5px;
}
.toc2:hover{
	background:#33332b;
}
.toc-side{
	margin:0;
}
.price{
	font-size:1.4em;
	margin-bottom:10px;
}
.actual-product h1{
	font-size:1.7em;
	font-weight:bold;
}
.actual-product a{
	font-weight:bold;
	line-height:20px;
}
.actual-product a:hover{
	text-decoration:none;
}
.actual-product p{
	margin-top:10px;
	line-height:1.5em;
}
.actual-product .tdiv, .tdiv {
	background: white;
	float:left;
	height:200px;
	margin:0 10px 10px 0;
	text-align:center;
	width:181px;
}
.actual-product .leiras {
	text-align:justify;
}
.actual-product .product{
	margin-right:10px;
}
.actual-product .brand{
	float:left;
	margin-bottom:10px;
	text-align:center;
	width:161px;
}
.actual-product .product-name{
	float:left;
	width:319px;
}
.actual-product .buttons{
	margin-top:15px;
}
.actual-product .buttons input{
  width:15px;
  height:15px;
  margin:0 10px 0 6px;
}
.actual-product .buttons .fl{
	margin-right:5px;
}
.related {
	background:#cecece;
}
.actual-product ul li {
	line-height:19px;
	padding-left:5px;
}
.features {
	background:#33332b;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:20px;
}
.actual-cat .new-product {
	width:230px;
	background-color: #eee;
	height: 228px;
	float:left;
}
.actual-cat .new-product span{
	font-size:0.9em;
	color:#33332b;
	font-weight:normal;
	margin-bottom:5px;
	width:100px;
}
.actual-cat .new-product div h3 {
	text-align:left;
	padding:5px 10px 5px 5px;
}
.new-product h3 a {
	font-size: 14px;
	font-weight: bold;
}
.new-product:hover h3, .new-product:hover h3 a {
	color: #fff;
}

.new-product {
	position:relative;
	float:left;
	margin:0 15px 15px 0;
	height:248px;
	width:148px;
	border:1px solid #cecece;
	background:#cecece;
	overflow:hidden;
}
.new-product:hover{
	background:#66cc33;
	border:1px solid #66cc33;
}
.new-product img{cursor:pointer;}
.new-product span{
	float:left;
}
.new-product span{
	padding-left:5px;
	font-size:2.7em;
	font-weight:bold;
	color:#e5e5e5;
}
.new-product h3{
	clear:both;
	text-transform:uppercase;
	text-align:center;
	line-height:18px;
	padding:5px 0;
}
.new-product input{
  width:15px;
  height:15px;
  margin:0 10px 0 6px;
  float:left;
}
.new-product a:hover{
	text-decoration:none;
}
.new-product .tdiv {
	background:white;
	float:left;
	height:150px;
	text-align:center;
	width:140px;
}
.new-pic{
	position:absolute;
	left:0;
	top:0;
}

/*#ie6{
	position:fixed;
	padding:50px;
	background:#33332b;
	color:#fff;
	font-size:3em;
	z-index:999;
}*/

.dform {
	width:100%;
}
.dform_text {
	float:left;
	line-height:30px;
	width:180px;
	font-size: 14px;
	padding-right: 8px;
	text-align: right;
	color: #444;
}

.dform_input {
	float:left;
	line-height:30px;
	width:100px;
}

.dform label{
	float:left;
	width:100%;
	margin-top:10px;
}

.box label{
	float:left;
	width:100%;
	font-weight:bold;
	margin:15px;
}

.dform_button {
	padding:8px;
	text-align:right;
}
#dform_error {
	color:#b51918;
	border-bottom:1px solid #7b6157;
	line-height:18px;
	margin-bottom:20px;
	padding-bottom:10px;
}

#errors {
	border-bottom:1px solid #676767;
	margin-bottom:10px;
	padding-bottom:10px;
}

#tulajdonsagok{
	width:300px;
	float:left;
	margin-bottom:30px;
}

#tulajdonsagok h2{
	font-weight:bold;
}

.kieg{
	width:100%;
	background-color:#CECECE;
	margin:15px 0px 15px 0px;
}

.kieg select{
	margin-left:10px;
}

.pager-balls {
	background-image:url(../images/tennisballs.gif); display: block; background-position: 0px 0px; background-repeat: no-repeat;
	padding-top: 20px; font-size: 18px; color: #999; width: 34px; height: 22px;
}

.pager-balls:hover {
	background-image:url(../images/tennisballs.gif); display: block; background-position: -34px 0px; background-repeat: no-repeat;
	padding-top: 20px; font-size: 18px; color: #ffff66; width: 34px; height: 22px;
}

.pager-balls-act {
	background-image:url(../images/tennisballs.gif); display: block; background-position: -68px 0px; background-repeat: no-repeat;
	padding-top: 20px; font-size: 18px; color: #fff; width: 34px; height: 22px;
}

.pager-text {
	line-height: 22px; padding: 8px 6px 12px 6px; font-size: 24px; display: block; font-weight: bold; color: #999; width: 100%;
}

.pager-text:hover {
	background-color: #bbb; color: #ffff66;
}
.pager-text-empty {
	line-height: 22px; padding: 8px 6px 12px 6px; font-size: 24px; display: block; font-weight: bold; color: #ccc;
}

.biglink { 
	font-size: 14px; color: #666;
}

.green-aquo {
	color: #66cc33; font-size: 22px;
}

.termek-kapcsolodo-box {
	position:relative; float:left; width: 107px; border:1px solid #cecece; background:#fff; overflow:hidden; padding: 4px;
	text-align: center; margin: 4px 4px 2px 0px; height: 142px; 
}

.termek-kapcsolodo-box-img 			{ margin: 0px; height: 100px; }
.termek-tovabbi-lista				{ border-bottom: 1px dotted #ccc; background-image: url(../images/tennisball-inact.png); background-repeat: no-repeat; background-position: 4px 5px; }
.termek-tovabbi-lista-over			{ border-bottom: 1px dotted #ccc; background-color: #66cc33; color: #fff; background-image: url(../images/tennisball.png); background-repeat: no-repeat; background-position: 4px 5px; }
.termek-tovabbi-lista a				{ display: block; padding: 6px 4px 6px 28px; }
.termek-tovabbi-lista-over a		{ text-decoration: none; color: #fff; font-weight: bold; display: block; padding: 6px 4px 6px 28px; }
.termek-tovabbi-lista-over a:hover	{ text-decoration: none; }
.termek-osszehasonlit-button 		{ width: 98px; height: 20px; background-image: url(../images/buttons/osszehasonlitas.gif); border: 0px; cursor: pointer; }
.termek-nagykep-box					{ background: white; border:1px solid #cccccc; height:200px; text-align:center; width:180px; margin-bottom: 10px; padding: 5px; }
.termek-cl							{ clear: both; margin-bottom: 10px; }
.termek-leiras						{ background-color: #fff; padding: 10px; border-top: 5px solid #66cc33; }
.termek-leiras div					{ line-height: 16px; }
.termek-leiras-fejlec				{ background-color:#e5e5e5; margin-left: 5px; }
.termek-leiras-fejlec div a			{ background-color: #66cc33; padding: 6px 12px 6px 12px; display: block; margin-right: 5px; font-size: 12px; text-decoration: none; font-weight: bold; color: #fff; text-transform:uppercase; }
.termek-leiras-fejlec div a.inact	{ background-color: #ccc; padding: 6px 12px 6px 12px; display: block; margin-right: 5px; font-size: 12px; color: #999; font-weight: normal; text-transform:uppercase; }
.termek-leiras-fejlec div a.inact:hover	{ background-color: #fff; color: #66cc33; }

.termek-baloldal					{ float: left; width: 192px; margin-right: 10px; }
.termek-jobboldal					{ float: left; width: 278px; }

.jellemzoktable 					{ border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; padding: 0px; margin: 0px; background-color: #fff; }
.jellemzoktable thead tr td,
.termek-box-fejlec					{ background-color: #999; color: #FFF; font-weight: bold; text-transform:uppercase; }
.termek-ar-fejlec					{ background-color: #509e29; color: #FFF; font-weight: bold; text-transform:uppercase; background-image: url(../images/gradtest.gif); border: 1px solid #66cc33; background-repeat: repeat-x; }
.jellemzoktable td 					{ border-right: 1px dotted #ccc; border-bottom: 1px dotted #ccc; padding: 4px; margin: 0px; }
.jellemzoktable-left-td				{ background-color: #eee; font-weight: bold; }

.termek-vasarlas-box				{ background-color: #f4f4f4; padding: 10px; border-top: 5px solid #66cc33; color: #FFF; }
.termek-vasarlas-box 
.termek-vasarlas-box-title			{ 	font-size: 20px; color: #333; font-weight: bold; text-transform: uppercase; padding-left: 22px; 
										background-image:url(../images/tennisball.png); background-repeat: no-repeat; background-position: 0 4px;
										margin-bottom: 12px; }

.termek-vasarlas-sl					{ text-align: right; padding: 5px; border-bottom: 1px dotted #999; font-size: 14px; line-height: 18px; font-weight: bold; color: #666; }
.termek-vasarlas-tl					{ width: 138px; text-align: right; padding: 5px; border-bottom: 1px dotted #999; font-size: 14px; line-height: 18px; font-weight: bold; color: #666; }
.termek-vasarlas-tr					{ width: 298px; padding: 5px; border-bottom: 1px dotted #999; font-size: 14px; line-height: 18px;  }
.termek-vasarlas-tr input			{ line-height: 18px; margin: 0; padding:0; }

.termeknev							{ font-size: 24px; font-weight: bold; color: #4d802f; }
.termekar							{ font-size: 20px; font-weight: bold; padding: 6px; line-height: 29px; background-color: #f4f4f4; text-align: center; border: 1px solid #ccc; color: #4d802f; }

.basket-box							{ background-color: #f4f4f4; border-top: 2px solid #ccc; border-bottom: 1px solid #eeeeee; margin-bottom: 8px; padding: 4px; }
.basket-box:hover					{ background-color: #ffffff; border-top: 2px solid #999; border-bottom: 1px solid #999; }
.basket-box-prodname 				{ padding-bottom: 4px; }

.basket-box-prodname a				{ font-size: 12px; line-height: 18px; text-decoration: none; font-weight: bold; padding: 2px; display: block; background-color: #aaa; color: #ffffff; border: 1px solid #ccc; }
.basket-box-prodname a:hover		{ color: #fff; background-color: #509e29; background-image:url(../images/gradtest.gif); background-repeat: repeat-x; border: 1px solid #509e29; }

.basket-tetel						{ font-size: 9px; color: #999; }

.input_text							{ height: 25px; width: 210px; background-image: url(../images/input/text.gif); }
.input_text_hover					{ height: 25px; width: 210px; background-image: url(../images/input/text_hover.gif); }
.input_text input					{ color: #555; border: 0px; font-family: Arial; font-size: 12px; height: 15px; position: relative; left: 5px; top: 5px; background-color: #ffffff; }
.input_text_hover input				{ color: #222; border: 0px; font-family: Arial; font-size: 12px; height: 15px; position: relative; left: 5px; top: 5px; background-color: #ffffff; }

.belepes_button						{ border: 0px; padding: 0px; margin: 0px; width: 65px; height: 20px; cursor: pointer; background-image: url(../images/buttons/belepes.gif); }

.prodlist_div						{ width: 232px; border: 1px solid #cecece; margin-bottom: 12px; background-color: #eeeeee; text-align: center; line-height: 18px; padding-bottom: 8px; top: 0px; }
.prodlist_div_akcios				{ width: 232px; border: 1px solid #cecece; margin-bottom: 12px; background-color: #eeeeee; text-align: center; line-height: 18px; padding-bottom: 8px; top: 0px; background-image:url(../images/products/action.gif); background-position: bottom right; background-repeat: no-repeat; }
#eng.prodlist_div_akcios				{ width: 232px; border: 1px solid #cecece; margin-bottom: 12px; background-color: #eeeeee; text-align: center; line-height: 18px; padding-bottom: 8px; top: 0px; background-image:url(../images/products/discount.png); background-position: bottom right; background-repeat: no-repeat; }
.prodlist_div_hover					{ width: 232px; border: 1px solid #66cc33; margin-bottom: 12px; background-color: #66cc33; text-align: center; color: #FFF; line-height: 18px; padding-bottom: 8px; }
.prodlist_div_akcios_hover			{ width: 232px; border: 1px solid #66cc33; margin-bottom: 12px; background-color: #66cc33; text-align: center; color: #FFF; line-height: 18px; padding-bottom: 8px; background-image:url(../images/products/action-hover.gif); background-position: bottom right; background-repeat: no-repeat; }
#eng.prodlist_div_akcios_hover			{ width: 232px; border: 1px solid #66cc33; margin-bottom: 12px; background-color: #66cc33; text-align: center; color: #FFF; line-height: 18px; padding-bottom: 8px; background-image:url(../images/products/discount.png); background-position: bottom right; background-repeat: no-repeat; }

.prodlist_div a, 
.prodlist_div_akcios a 				{ font-size: 14px; font-weight: bold; }
.prodlist_div_hover a,
.prodlist_div_akcios_hover a		{ font-size: 14px; color: #fff; font-weight: bold; }
.prodlist_div_hover a:hover,
.prodlist_div_akcios_hover a:hover	{ font-size: 14px; color: #fff; font-weight: bold; text-decoration: none; }

.prodlist_div_imgholder					{ background-color: #FFF; text-align: left; margin-bottom: 8px; padding: 8px; height: 165px; }
.prodlist_div_imgholder .imgdiv			{ width: 126px; height: 154px; float: left; margin-right: 4px; text-align:center; }
.prodlist_div_imgholder .txtdiv			{ float: left; width: 86px; height: 157px; overflow: hidden; font-size: 10px; line-height: 12px; }

.regfieldsepar							{ background-color: #ccc; font-size: 12px; color: #3d6e0d; padding: 4px; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #999; margin: 4px 0 8px 0; }
.error_field							{ margin-bottom: 6px; color: #fff; font-weight: bold; margin-left: 188px; background-color: #900; padding: 4px; background-image: url(../images/field_error.gif); background-repeat: no-repeat; background-position: 6px 3px; padding-left: 28px; display: none; } 

.system-message							{ font-size: 14px; text-align: center; padding: 12px; background-color: #66cc33; margin-bottom: 12px; color: #FFF; font-weight: bold; }
.system-message-error					{ font-size: 14px; text-align: center; padding: 12px; background-color: #990000; margin-bottom: 12px; color: #FFF; font-weight: bold; }

.metanav								{ font-size: 12px; color: #666; background-color: #f4f4f4; padding: 8px; border-bottom: 1px solid #66cc33; line-height: 18px; }
.metanav a								{ font-size: 12px; }
.metanav a:hover						{ font-size: 12px; text-decoration: none; color: #ef3c39; }

.kategoria_leiras						{ background-color:#f4f4f4; color: #333; padding: 12px; font-size: 12px; line-height: 18px; }
.kategoria_leiras b						{ color: #333; font-size: 12px; line-height: 18px; font-weight: bold; }




.currency_holder						{ /*position: relative; left: 518px;*/ background-color: #66CC33; margin-top: 0px; height: 46px; width: 185px; font-weight: bold; text-align:right; color: #FFFFFF; font-size: 12px;}  
.currency_holder a						{ padding: 3px; text-decoration: none;  color: #FFFFFF; font-size: 12px;} 
.currency_holder a:hover				{ padding: 3px; text-decoration: underline; color: #FFF;  font-size: 12px;}
.currency_holder a.act					{ padding: 3px; text-decoration: none; background-color: #468c23; color: #FFF; font-weight: bold;  font-size: 12px;} 

.button_box								{ background-color: #333; color: #FFF; text-align: center; }
.button_box a 							{ color: #FFF !important; font-variant: small-caps; font-weight: bold; text-decoration: none; height: 20px; line-height: 20px; }
.button_box a:hover 					{ text-decoration: underline !important; }

.lng_holder								{ height: 30px; line-height: 30px; width: 186px; top: 0px; font-weight: bold; color: #FFF; float: left; text-align: right; } 
#topbanner								{ margin-left: 20px; margin-right: 20px; height: 90px; }
.bannerholder							{ float: left; width: 700px; height: 90px; position: relative; padding-bottom: 10px; }
.logoholder								{ float: left; width: 250px; height: 85px; padding-top: 15px; }

