html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	height: 100%; 
	background-color: #fff;
}

/*
 * site
 */

table.main {
	width: 945px;
}

td.menu {
	background: transparent url(../img/menu.jpg) no-repeat left top;
	height: 158px;
}

td.data {
	background: #ffffff;
	height: 100%;
}

td.top {
	font-size:0.1pt;
	height: 1px;
	border-top: #c0c0c0 1px solid;
}

td.bottom {
	font-size:0.1pt;
	height: 1px;
	border-bottom: #c0c0c0 1px solid;
}

td.middle_left {
	padding: 0px;
	width: 200px;
	border-top: #c0c0c0 1px solid;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	border-bottom: #c0c0c0 1px solid;
}
td.middle {	
	border-top: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}
td.middle_right {
	width: 200px;
	padding: 0px;
	border-top: #c0c0c0 1px solid;
	border-right:  #c0c0c0 1px solid;
	border-left:  #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
}
td.middle_right_prod {
	padding: 0px;
	margin: 0px;
	border-top: #c0c0c0 1px solid;
	border-right: 1px #c0c0c0 solid;
	border-bottom: #c0c0c0 1px solid;
}
td.middle_left_prod {
	
	width: 200px;
	border-top: #c0c0c0 1px solid;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	border-bottom: #c0c0c0 1px solid;
}
td.cnt_head {
	border-bottom: #9BBDD3 1px solid;
	background: #d3d6dc url(../img/bg_box.jpg) repeat-x;
	color : #081B3A;
	height:30px;
	font-size:11pt;
	font-weight: bold;
	margin:0px;
	padding-top:0px;
	padding-left:10px;
}

td.cnt_head2 {
	border-bottom: #FF8F27 1px solid;
	background: transparent url(../img/bg_box2.jpg) repeat-x;
	color : #7B2E00;
	height:30px;
	font-size:11pt;
	font-weight: bold;
	padding-left:10px;
	margin:0px;
	padding-top:0px;

}

div.smallmenu2 {
	border-bottom: #9BBDD3 1px solid;
	background: #d3d6dc url(../img/bg_box.jpg) repeat-x;
	color : #081B3A;
	height: 25px;
	font-weight: bold;
	font-size:11pt;
	padding-top:4px;
	padding-left:4px;
}

div.smallmenu {
	border-bottom: #FF8F27 1px solid;
	background: transparent url(../img/bg_box2.jpg) repeat-x;
	color : #7B2E00;
	height: 25px;
	font-weight: bold;
	font-size:11pt;
	padding-top:4px;
	padding-left:4px;
}

td.nb {
	border-bottom: #FF8F27 1px solid;
	border-top: #FF8F27 1px solid;

}

td.nb2 {
	border-bottom: #023761 1px solid;
	border-left: #023761 1px solid;
	border-right: #023761 1px solid;
}

td.nb3 {
	
	border-bottom: #9BBDD3 1px solid;
	border-right: #9BBDD3 1px solid;
}

div.nb2 {
	border-bottom: #023761 1px solid;
	border-left: #023761 1px solid;
	border-right: #023761 1px solid;
}

newsbox {
	width: 520px;
}

td.umenu_head {
	background: #c0c0c0;
	color : #525456;
	width: 200px;
	height:20px;
	font-size:11pt;
	font-weight: bold;
	padding-left:10px;
	align: left;
}

td.cnt_cnt {
	margin:0px;
	padding: 10px;
}

td.umenu_cnt {
	margin:0px;
	padding: 10px;
	border-top: #c0c0c0 1px solid;
	background: #f0f0f0;
	border-bottom: #c0c0c0 1px solid;
}


div.menu {
	padding: 18px 0 0 9px;
	float: left;
}

td.leftside {
	width: 225px;
	padding-left: 20px;
}

td.content {
	padding: 15px 20px 15px 20px;
	text-align: left;
}


div.cat {

	float: left;
	width: 230px;
	margin-top: 5px;
	margin-right:10px;
}

div.alcat {
	width:500px;
	padding: 5px;
	background: #f0f0f0;
	margin-top: 0px;
	margin-right:0px;
}

.separator {
	border: #cccccc 1px dotted;
	color : transparent;
}

div.prod_cat {
	width: 558px;
	height: 95px;
	background: transparent url(../img/bg_prod_cat.gif) no-repeat left top;
	padding: 10px 0 0 10px;
}

td.footer {
	background-color: #f7f7f7;
	padding: 10px 0 10px 25px;
}

table.prod th {
	text-align: left;
	background-color: #ECECEC;
	padding: 5px;
}

table.prod td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 2px solid #f0f0f0;
}

table.prod td.name {
	font-weight: bold;
}

div.bline {
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom: #c0c0c0 1px dotted;

}

span.price {
	color: #083D7E;
	font-weight: bold;
	text-transform: uppercase;
	font-size:9px;

}

img.termek {
	border: 1px solid;
}
/*
 * link
 */

a,
a:hover {
	color: #0D67D5;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.menu a,
div.menu a:hover {
	display: block;
	float: left;
	width: 88px;
	height: 23px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
}

div.menu a:hover {
	color: #626262;
	background: transparent url(../img/bg_menu.gif) no-repeat left top;
}


div.menu a.ajanlat,
div.menu a.ajanlat:hover {
	display: block;
	float: left;
	width: 230px;
	height: 23px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
}

div.menu a.ajanlat:hover {
	color: #626262;
	background: #ffffff ;
}


a.catlist_active,
a.catlist_active:hover {
	color: #000000;
}

div.menu a.catlist_active:hover {
	color: #626262;
}

div.menu a.aktualis {
	color: #626262;
	background: transparent url(../img/bg_menu.gif) no-repeat left top;
}

a.next,
a.next:hover {
	background: transparent url(../img/bg_next.gif) no-repeat 0 1px;
	padding: 0 0 3px 15px;
}

a.black ,
a.black:hover {
	color: #000;
	text-decoration: none;
}

a.black:hover {
	text-decoration: underline;
}

a.grey ,
a.grey:hover {
	color: #666666;
	text-decoration: underline;
}

a.grey:hover {
	text-decoration: none;
}

div.reminder a,
div.reminder a:hover {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

div.reminder a:hover {
	text-decoration: underline;
}

a.down,
a.down:hover {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	font-size: 11px;
	color: #696969;
	text-decoration: underline;
}

a.down:hover {
	text-decoration: none;
}

a.view,
a.view:hover {
	display:block;
	width: 62px;
	height: 21px;
	background: transparent url(../img/bg_view.gif) no-repeat 0 1px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
}

img.prod {
	border: 2px solid #f0f0f0;
}

a.map,
a.map:hover {
	display: block;
	width: 98px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: transparent url(../img/bg_submit.gif) no-repeat 0 0;
	text-decoration: underline;
	border: 0;
	padding-top: 3px;
	margin: 0;
}

a.map:hover {
	text-decoration: none;
}

/*
 * formating
 */

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

.pl40 {
	padding-left: 40px;
}

.pt10 {
	padding-top: 10px;
}

.p10 {
	padding: 0 12px;
}

.t10 {
	padding-top: 10px;
}

.pl40 {
	padding-left: 35px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pr300 {
	padding-right: 295px;
}

.b10 {
	padding-bottom: 10px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.blue {
	color: #0D67D5;
}

h1 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
}

h1.cat1 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 0;
	padding-bottom: 15px;
	margin: 0;

}

h2 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding-left: 19px;
	margin: 0;
}

h2.products {
	font-size: 13px;
	color: #0C198F;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;
	margin: 0;
}


h1 span {
	font-weight: normal;
	color: #009f4f;
	font-size: 11px;
}

h3 {
	font-size: 12px;
	color: #00d47a;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 12px;
	color: #0f63d0;
	background: transparent url(../img/bg_next.gif) no-repeat left 1px;
	padding: 0 0 2px 13px;
	margin: 0;
}

/*
 * form
 */

 input {
	width: 200px;
	height: 16px;
	font-size: 11px;
	border: 1px solid #c7c7c7;
	color: #000000;
	
	margin-bottom: 10px;
	vertical-align: middle;
 }
	
 select {
	height: 16px;
	font-size: 11px;
	border: 1px solid #c7c7c7;
	color: #000000;
	
	margin-bottom: 10px;
	vertical-align: middle;

 }
 
 select.control {
	height: 16px;
	font-size: 11px;
	border: 1px solid #c7c7c7;
	color: #000000;
	vertical-align: middle;
	margin-top:8px;
 }

 label {
	cursor: pointer;
	text-decoration: underline;
	color: #000;
	padding-left: 10px;
 }

 input.submit {
	width: 98px;
	height: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: transparent url(../img/bg_submit.gif) no-repeat 0 0;
	text-decoration: underline;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
 }

input.subscribe {
	text-decoration: underline;
	color: #000;
	border: 0;
	background: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 120px;
}

textarea {
	width: 350px;
	height: 200px;
	border: 1px solid #c7c7c7;
	padding: 4px;
	color: #000000;
	font-size: 11px;
	overflow: auto;
}

td.separator {
	border:none;
	border-bottom: 1px #cccccc dotted;
}


/*
 * holder
 */

div.holder {
	width:105px;
	height:105px;
	background:#ffffff url(../img/piac_img.gif) no-repeat left top;
	line-height: 105px;
	padding-right:4px;
}

div.holder TABLE{
	width:105px;
	height:105px;
	padding-right:3px;
}

div.holder td{
	padding-right:3px;
}
div.holder_kiemelt {
	float:left;
	width:105px;
	height:105px;
	background:#ffffff;
	margin-right: 10px;
	margin-bottom: 30px;
}

div.holder_kiemelt TABLE{
	height: 105px;
	width:105px;
	padding-right:3px;
	
}

td.holder_kiemelt {
	height: 105px;
	width:105px;
	background:#ffffff url(../img/piac_img.gif) no-repeat left top;
	padding-right:3px;
}

div.holder_more {
	
	width:105px;
	height:105px;
	background:transparent url(../img/piac_imgmore.gif) no-repeat left top;
	line-height: 105px;
}

div.holder_more TABLE{
	width:105px;
	height:105px;
	padding-right:3px;
}

ul.asBox {
	width:	500px;
	height:	115px;
	padding: 0px;
	margin:0 0 8px 0;
	overflow:hidden;
}

ul.asBox li {padding:3px;}
ul.asBox li.item{margin-left:1px;}
.asBoxdate {
	float: right;
	font-size: 9px;
	color:#655f5f;
}

.asBoxtext {
	font-size:13px;
}

ul.asBox_prod {
	width:	368px;
	height:	115px;
	padding: 0px;
	margin:0 0 8px 0;
	overflow:hidden;
}

ul.asBox_prod li {padding:3px;}
ul.asBox_prod li.item{margin-left:1px;}

div.prodPrice {
	color: #7B2E00;
	font-weight: bold;
	width:100px;
	float:right;
	height:20px;
	background: transparent url(../img/price_bg.jpg) repeat-x;
	border: #E5B055 1px solid;
	border-top: none;
	padding-top:5px;
	padding-left: 10px;
}

div.prod_match {
	text-align: center;
	
	font-weight: bold;
	color: #7B2E00;
	font-size:11pt;
}

div.prod_match small {
	font-weight: bold;
	color: #000000;
	font-size:10px;
}

td.search {
	height:60px;
	background: transparent;
	border-bottom: #9BBDD3 1px solid;
	border-left: #9BBDD3 1px solid;
	border-right: #9BBDD3 1px solid;
	color: #000000;
}

td.listcontrol {
	background: transparent url(../img/bg_listcontrol.jpg) repeat-x;
	height: 35px;
	border: #bfc8d6 1px solid;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

td.listheader {
	background: transparent url(../img/bg_listheader.jpg) repeat-x;
	height: 20px;
	border: #bfc8d6 1px solid;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

td.datalist {
	border: #bfc8d6 1px solid;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

INPUT.search_button{
	background: transparent url(../img/bg_button.gif) repeat-x;
	border: #915d10 1px solid;
	border-top: #e29518 1px solid;
	color: #7B2E00;
	width: 40px;
	height: 18px;
	cursor:pointer;
}

INPUT.bluebutton{
	background: transparent url(../img/bg_box.jpg) repeat-x;
	border: #9BBDD3 1px solid;
	border-top: #E7F0F7 1px solid;
	color: #081B3A;
	width: 40px;
	height: 18px;
	cursor:pointer;
}

INPUT.submit {
	background: transparent url(../img/bg_box.jpg) repeat-x;
	border: #9BBDD3 1px solid;
	border-top: #E7F0F7 1px solid;
	color: #081B3A;
	width: 60px;
	height: 23px;
}

a.order, a.order:visited {
	color: #ffffff;
	text-decoration : none;
}
a.order:hover {
	text-decoration : underline;
}

/*
 * sorbarendezes
 */

.sortaktiv {
	margin-left:10px;
	margin-right:10px;
	float:left;
	border: #000000 1px solid;
	background : url(../img/bg_button_ok_act.jpg);

}

a.sort,a.sort:link {
	margin-left:5px;
	margin-right:5px;
	
	float:left;
	border: #333333 1px solid;
	color: #333333;
}

a.sort:hover {
	margin-left:5px;
	margin-right:5px;
	background : url(../img/bg_button_cancel_act.jpg);
	float:left;
	border: #333333 1px solid;
	color: #333333;
}

td.nkhead {
	border: #9BBDD3 1px solid;
	border-bottom: none;
	background: transparent url(../img/bg_box.jpg) repeat-x;
	width:217px;
	height:20px;
	padding-left:10px;
	color : #081B3A;
	font-weight: bold;
}

td.nkbody {
	background: transparent url(../img/nk_bg.jpg) repeat-x;
	border: #9BBDD3 1px solid;
	border-top: none;
	height:150px;
	width:217px;
	padding-left:10px;
}

div.nk {
	width:217px;
	float:left;
	height:180px;
	margin-right:20px;
	margin-bottom:20px;
}

td.nkbody li{
	margin-bottom:5px;
}

div.ful {
	float:left;
	background: transparent url(../img/ful.gif) no-repeat;
	width:88px;
	text-align: center;
}

TABLE.chart {
	
}

TABLE.chart td.date {
	width: 100px;
	background-color: #6C6D6F;
	height:10px;
	text-align: center;
	color: #f0f0f0;
	border-bottom: #f0f0f0 1px dotted;
}

TABLE.chart td.views {
	width: 200px;
	background-color: #F0F0F0;
	height:10px;
	text-align: center;
	color: #000;
	border-bottom: #c0c0c0 1px dotted;
}

TABLE.chart td.regs {
	width: 200px;
	background-color: #F0F0F0;
	height:10px;
	text-align: center;
	color: #000;
	border-bottom: #c0c0c0 1px dotted;
	border-left: #c0c0c0 1px dotted;
}

TABLE.chart td.head_reg {
	width: 200px;
	background-color: #FAC400;
	height:20px;
	text-align: center;
	color: #000;
	border-bottom: #c0c0c0 1px dotted;
	
}

TABLE.chart td.head_view {
	width: 200px;
	background-color: #A3C845;
	height:20px;
	text-align: center;
	color: #000;
	border-bottom: #c0c0c0 1px solid;
}

TABLE.chart td.bottom_reg {
	width: 200px;
	background-color: #FAC400;
	height:20px;
	text-align: center;
	color: #000;
	border-bottom: #c0c0c0 1px solid;
}

TABLE.chart td.bottom_view {
	width: 200px;
	background-color: #A3C845;
	height:20px;
	text-align: center;
	color: #000;
	border-bottom: #c0c0c0 1px solid;
}
TABLE.chart td.bottom_ossz {
	width: 200px;
	background-color: #6C6D6F;
	height:20px;
	text-align: center;
	color: #f0f0f0;
	border-top: #000 1px solid;
}

