HTML { overflow-y: scroll; }

BODY {
	background: #fff url('../images/bg.gif') repeat-x; 
	padding: 0;
	margin: 0 auto;
	text-align: center;	
}
BODY, TD, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: normal;
}

#page {
	background: #fff;
	width: 970px;
	padding: 0;
	margin: 0 auto;
}


#maincol {
	width: 716px;
	padding: 0;
	margin: 0;
	min-height: 300px;
	height:auto !important;
	height: 300px;
}

FIELDSET {
	border: none;
}
#user INPUT.input {
	display:inline;
	background: url('./images/bg_input.gif') repeat-x;
	border: 1px solid #999;
	width: 400px;
	height: 21px;
	line-height: 21px;
}


TABLE {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

DIV { padding: 0; margin: 0; }

A	{color: #444444; text-decoration: none;}
A:link {color: #444444;	text-decoration: none; }
A:visited {	color: #444444;	text-decoration: none; }
A:hover 	{	color: #FF0000;	text-decoration: underline; }
A:active	{	color: #444444; }

A.inv:link 			{ color: #FF0000; text-decoration: none; }
A.inv:visited 	{ color: #FF0000; text-decoration: none; }
A.inv:hover 		{ color: #FF0000;	text-decoration: underline; }
A.inv:active 		{	color: #FF0000; }

.newcustomer:link     { color: #870000; text-decoration: none; }
.newcustomer:hover    { color: #000000; }


UL, OL {
    margin: 0;
    padding: 0;
}

LI {
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}

P {
	font-size: 12px;
	margin: 0px 0px;
	color: #55626C;
}

FORM { margin: 0px; }
	
.Form TD {
	padding: 5px 0 5px 0;
	color: #555555;
	font-size: 12px;
}

TD.GroupTitle
	{
		color: #000000;
		font-size: 16px;
		font-weight: normal;
		padding: 20px 10px 15px 0;
	}

.FieldTitle
	{
		width: 50%;
		color: #555555;
		font-size: 12px;
		margin: 3px 10px 0;
	}
	
.Asterisk { color: #FF0000; }
	
.Textbox /* , .Textarea (margin-top: 1px;) */
	{
		float: right;
		color: #55626C; /* #65747D */
		font-size: 12px;
		border: 1px solid #B5B5B5;
		padding: 1px;
		margin: 0 0px 0;
		width: 456px;
	}
	
.Select
	{
		color: #55626C; /* #65747D */
		font-size: 12px;
		border: 1px solid #B5B5B5;
		margin: 0px 10px;
	}
	
.SelectDefaultOption
	{
		color: #999 ! important;
		font-style: italic;
	}
	
.OptionsContainer { margin: 3px 0 0; }
	
.Checkbox
	{
		margin: 1px 5px 0px 0px;
		width: 13px;
		height: 13px;
	}
	
.Radio
	{
		margin: 1px 5px 0px 0px;
		width: 13px;
		height: 13px;
	}
	
.Submit
	{
		font-size: 12px;
		margin: 0px 10px;
	}


A IMG {border: none;}
IMG {font-size: 10px; color: #A5A5A5;}

#alpha LI {
    list-style-type: lower-alpha;
}

H1
	{
		font-size: 24px;
		margin: 0px 0px;
		font-weight: normal;
	}
	
H2
	{
		font-size: 20px;
		margin: 0px 10px;
		font-weight: normal;
		color: #000000;
	}
H2 A { color: #000000; }
	
H3
	{
		font-size: 16px;
		margin: 0px 0px;
		padding: 10px 0px 10px 0px;
		font-weight: normal;
		color: #000000;
	}
H3 A { color: #000000; }
	
H4
	{
		font-size: 12px;
		margin: 0px 10px;
		font-weight: bold;
		color: #000000;
	}
H4 A { color: #000000; }


/*
.input {
	font-weight: normal;
	
	color: #000000;
	height: 18px;
	padding-left: 4px;
}
*/
.categorytree {
	color: #666666;
	padding: 0px;
}
.thead {
	
	font-weight: bold;
	color: #000000;
	height: 30px;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 6px;
	border-bottom: solid 1px #F36A4A;
}

#error {
  float:left;
  width:100%;
  background: ('../images/warning.gif') no-repeat;
  background-position: 25px 0px;
  color: #870000;
	padding-top: 15px;
  padding-left: 60px;
  padding-bottom: 20px;
  
  text-align: left;
  font-weight: bold;
  min-height: 60px;
  height: auto !important;
	height: 60px;																		
}
.error {
	color: #f00 !important;
}

.notice {
	font-size:9px;
	color:#888;
}
.notice-r {
	padding-top: 23px !important;
	text-align: right;
	font-size: 9px;
	color: #888;
}

#topmenu { 
	margin:0;
	padding:0;
	background: url('../images/header-nav1-bg.gif') repeat-x; 
	height: 22px;
	background: #eee url('../images/header-nav1-bg.gif') repeat-x; 
}
#topmenu UL { 
	float:left;
	background: #eee url('../images/header-nav1-bg-tab_inactive.gif') repeat-x !important; 
	line-height: 22px;
}
#topmenu LI {
	float: left;
	padding: 0 13px;
	background: url('../images/header-nav1-delimiter-ii.gif') no-repeat; 
	line-height: 22px;
	font-size: 11px;
}
#topmenu LI.active {
	background: url('../images/header-nav1-bg-tab_active.gif') repeat-x; 
}
#topmenu LI.active A {
	color: #FF0000;	
}

#topmenu LI.first {
	float: left;
	padding: 0;
	background: url('../images/header-nav1-bg-tab_fade-left.gif') no-repeat; 
	background-position: top right;
	width: 257px;
}
#topmenu LI.last {
	float: left;
	padding: 0;
	background: url('../images/header-nav1-bg-tab_fade-right.gif') no-repeat; 
	background-position: top left;
	width: 257px;
}

#user-in {
	float:right;
	background: url('../images/header-nav1-bg.gif') repeat-x; 
	line-height: 22px;
	padding-right:10px;
}

#header {
	background: url('../images/bg_header.gif') repeat-x; 
	float: left;
	height: 105px;
}

#logo-area {
	padding: 20px 0 0 2px;
	width: 121px;
	height: 70px;
}
#logo {
	background: url('../images/header-logo-gorenje.gif') no-repeat; 
	width: 121px;
	height: 35px;
}

#cart {
	width: 300px;
	float: right;
	padding-top: 7px;
	padding-right: 8px;
	text-align: right;
	font-size: 11px;
	color: #666;
}
#cart  A {
	padding: 0 !important;
	padding-top: 8px;
	color: #555;
}
#cart A:hover {
	color: #222;
	text-decoration: none;
}


#headernav {
	float: left;
	margin: 0px;
	padding: 35px 0px 0px 5px;
	font-size: 11px;
	height: 25px;
}
#headernav UL {
  	background: ;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 37px 0px 0px; 
	height: 25px;
}
#headernav UL LI {
  	background: url('../images/bg_headernavitem.gif') no-repeat;
  	background-position:; 
	float: left;
	padding: 2px 0px 0px 0px; margin: 0;
	width: 69px;
	height: 25px;
}
#headernav UL LI.selected {
  	background: url('../images/bg_headernavitem_active.gif') no-repeat;
	float: left;
	padding: 2px 0 0 0; margin: 0;
	width: 69px;
	height: 25px;
	color: #FF0000;
}
#headernav UL LI.selected A {
	color: #FF0000;
}
#headernav UL LI.FirstItem {
  	background: url('../images/header-nav2-bg-tab_fade-left.gif') no-repeat ;
  	background-position: 0 -3px;
	width: 75px;
	height:25px;
}
#headernav UL LI.LastItem {
  	background: url('../images/header-nav2-bg-tab_fade-right.gif') no-repeat;
  	background-position: 0 -3px;
	width: 75px;
	height:25px;
}

#headernav UL LI A {
	height: 20px;
	padding: 0px 10px; 
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: center;
	padding-top: 3px;
}
#headernav UL LI A:hover {
}







#Breadcrumbs {
	float: left;
	width: 455px;
	height: 20px;
	font-size: 10px;
	color: #B9B9B9;
	margin-top: 5px; display:inline;
	
}
#Breadcrumbs .selected {
	color: #FF0000;
}
#Breadcrumbs a {
	font-weight: normal;
	color: #B9B9B9;
	text-decoration: none;
}
#Breadcrumbs a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#header-right {
	margin: 0;
	padding: 0;
	float: right;
	width: 190px;
	height: 150px;
}



#left {
	width: 257px;
	padding: 0 0 10px 0; 
	background: ;
}




#top_notice {
	background: #;
	padding: 10px 0px 0px 30px;
	width: 600px;
	height: 50px;
}
#top_notice H1 {
	margin: 0px 0px;
	padding: 0px 0px 5px 0px;

	font-weight: bold;
	color: #c00;
}
#top_notice p {
	margin: 0px 0px;
	padding: 0px 0px;
	
	font-weight: normal;
	color: #800;
}


.ContentBlock-top {
	margin: 0;
	padding: 0px 10px 0px 10px !important;
	background: url("../images/box-wide-top.gif") no-repeat top left;
	height: 13px;
	line-height: 13px;
}
.ContentBlock {
	float:left;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	background: url("../images/box-wide-middle.gif") repeat-y;
	width: 716px;
}
.ContentBlock-content {
	padding: 0px 13px;
}
.ContentBlock-bottom {
	margin: 0;
	padding: 0px 10px 0px 10px !important;
	background: url("../images/box-wide-bottom.gif") no-repeat bottom left;
	height: 13px;
	line-height: 13px;
}



#pager.ContentBlock TR TD A {
	font-size:10px;
	padding: 2px 5px;
	background: #fff;
	color: #888;
	border: 1px solid #ddd;
}
#pager.ContentBlock TR TD A:hover {
	background: #fcfcfc;
	color: #777;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #bbb;
}

#pager.ContentBlock TR TD B.selected {
	font-size:10px;
	color: #ff0000;
}

#pager.ContentBlock TR TD B.sep {
	color:#888;
}

#pager.ContentBlock .select {
	border:0; 
	width: 100%;
	margin: 6px 0px;
}
#pager.ContentBlock .select TR TD {
	font-weight: normal;
	letter-spacing: 0em;
	padding: 4px 0 4px 0;
}

#pager.ContentBlock .select SELECT {
	font-weight: normal;
	height: 18px;
	line-height: 21px;
	font-size: 9px;
	color: #666;
}
#pager.ContentBlock .select SELECT OPTION {
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 9px;
	height:10px;
	color: #666;
}
#pager.ContentBlock TR TD A{
	font-weight: normal;
	color: #000;
}
#pager.ContentBlock TR TD A:hover {
	color: #000;
	text-decoration: underline;
}
#pager.ContentBlock TR TD A IMG{
	vertical-align: middle;
}


#pagerbox {
padding:0 0 8px 0;
margin: 20px 0px 20px 18px;
background: url("images/box-b.gif") no-repeat bottom left;
font: 11px Arial, Helvetica, sans-serif;
width: 720px;
}
#pagerbox H3 {
margin:0;
padding: 0px 10px 0px 10px;
background:url("images/box-t.gif") no-repeat top left;
font: 5px Arial, Helvetica, sans-serif;
}
#pagerbox P {
background: #fff;
margin:0;
padding: 3px 9px 3px 9px;
border-left: 1px solid #838383;
border-right: 1px solid #838383;
}
#pagerbox .p {
background: #fff;
margin:0;
padding: 3px 9px 3px 9px;
border-left: 1px solid #838383;
border-right: 1px solid #838383;
}
#pagerbox input, #pagerbox textarea, #pagerbox select{
border:0;
margin: 0px;
padding: 0px 0px 0px 0px;
font: 9px Arial, Helvetica, sans-serif;
color: #000;
}
#pagerbox FORM {
margin:0;
padding:0;
}
#pagerbox label{
float: left;
margin: 6px 0px 3px 3px;
display: block;
font: 11px Arial, Helvetica, sans-serif;
}
#pagerbox label.large{
float: left;
margin: 3px;
display: block;
font: 14px Arial, Helvetica, sans-serif;
}

.clearAll{
clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
#pagerbox .frmShdwTopLt{
float:left;
/*background:url(shadowUpperLeft.gif) top left no-repeat; */

}

#pagerbox .frmShdwBottomRt{
float:left;
/*background:url(shadowLowerRight.gif) bottom right no-repeat;*/

}

#pagerbox .frmShdwBottomLt{
float:left;
/*background:transparent url(shadowBottomLeft.gif) bottom left no-repeat;*/

}

#pagerbox .frmShdwTopRt{
float:left;
/*background:transparent url(shadowTopRight.gif) top right no-repeat;*/
}


/***** styles specific to the CHECKBOX **********/
#pagerbox .frmShdwCheck{
border:0;
margin:0;
padding:0;
}

#pagerbox .frmShdwCheck img{
border:0;
margin:0;
}


/***** styles specific to the RADIO BUTTONS **********/
#pagerbox .frmShdwRadio{
float:left;
margin:0;
}

#pagerbox .frmShdwRadio img{
border:0;
margin:0;
}


/***** styles specific to the SUBMIT BUTTONS **********/
#pagerbox .frmShdwSubmit{
border:0;
background:#f7f7f7 !important;
background:transparent;
float:left;
font-weight:bold;
cursor:pointer;
}

#pagerbox .frmShdwSubmit:hover{
color:#000000;
}


/***** styles specific to the SELECT BOX **********/
#pagerbox .frmShdwSelectDropChosen{
margin: 6px 3px 3px 2px;
padding: 0 0 0 2px !important;
padding: 0 0 3px 2px;
float:left;
border-right: 0px solid #cccccc;
border-left:  0px solid #ffffff !important;
border-left:  0;
display:block;
cursor:pointer;
text-align: right;
/*some stuff for IE*/
color:#000;
text-decoration:none;
}

#pagerbox .frmShdwSelectDropShown{
margin: 6px 3px 3px 0px;
padding: 0 3px 0 0px;
float:left;
border-right:  1px solid #cccccc;
border-left:   1px solid #cccccc;
border-bottom: 1px solid #cccccc;
position:absolute;
background: #ffffff;
}

#pagerbox .frmShdwSelectDrop{
display:none;
}

#pagerbox .fakeSelectImg{
	border:0;
	margin: 5px 0px 0px 0px;
}

#pagerbox .frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding: 0px 0px 3px 0px;
	border-bottom:0px dashed #ffffff;
	text-decoration: none;
	text-align:right;
	color:#000;
}

#pagerbox .frmShdwSelectDropShown a.selected{
	background: #f1f1f1;
	color:#103D7D;
	border-bottom:0px dashed #cccccc;
	text-align:right;
	font-weight: normal;
}
/*
#pagerbox .frmShdwSelectDropShown a.selected:before{
	content:"";
}
*/


#pagerbox .frmShdwSelectDropShown a:hover{
background: #f1f1f1;
border-bottom: 0px dashed #cccccc;
text-decoration: none;
color:#000;
}
/*

#pagerbox .frmShdwSelectDropShown a:hover:before{
content:"";
}
*/




.ContentBlock-HalfWidth-top {
	margin: 0;
	padding: 0px 10px 0px 10px !important;
	background: url("../images/contentbox-halfwidth-top.gif") no-repeat top left;
	height: 13px;
	line-height: 13px;
}
.ContentBlock-HalfWidth {
	float:left;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	background: url("../images/contentbox-halfwidth-middle.gif") repeat-y;
	width: 480px;
}
.ContentBlock-HalfWidth-content {
	padding: 0px 13px;
	text-align:center;
}
.ContentBlock-HalfWidth-bottom {
	margin: 0;
	padding: 0px 10px 0px 10px !important;
	background: url("../images/contentbox-halfwidth-bottom.gif") no-repeat bottom left;
	height: 13px;
	line-height: 13px;
}

#fullwidth {
	width: 970px;
	background: ;
}







TABLE .fprodbox {
	width: 251px;
	background:#f7f7f7;
	border: solid 1px white; float: left;
	margin-bottom: 20px;

	color: #;
}
TABLE .fprodbox TR {
}
TABLE .fprodbox TR TD {
	padding: 2px 0px;
}



#newslist {
	float:left;
	width: 770px;
	
	padding-left: 10px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
}

#newslist P {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#newslist H1 A:link, #newslist H1 A:visited {  }
#newslist H1 A:hover, #newslist H1 A:active {  }

#newslist .left {
/*	background: url('../images/bg_newsbox.gif') no-repeat top left; */
	background: #fff; 

	float: left;
	padding: 10px;
	margin: 0 0 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ccc;
	display: inline;

	min-height: 150px;
  height:auto !important;
  height: 150px;

	width: 349px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 370px;
}
html>body #newslist .left  {
	width: 349px;
}


#newslist .right {
/*	background: url('../images/bg_newsbox.gif') no-repeat top left; */
	background: #fff; 

	float: left;
	padding: 10px;
	margin: 0 0 10px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ccc;
	display: inline;

	min-height: 150px;
  height:auto !important;
  height: 150px;

	width: 349px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 370px;
}
html>body #newslist .right  {
	width: 349px;
}


#newslist .pic {
	float: right;
}

#newslist IMG {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}


#maincatsbox {
	background: #f8f8f8;
	margin-left: 10px;
	margin-right: 12px;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}
#maincatsbox TH {
	background: url('../images/bg03.gif') repeat-x;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #aaa;
}
#maincatsbox TH H1 {
	padding: 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	
	color: #eee;
}
#maincatsbox .subcats {

}
#maincatsbox .subcats TR {
	padding: 0px 10px 0px 10px;
}
#maincatsbox .subcats TR TD {
	padding: 2px 0px 1px 0px;

}
#maincatsbox .subcats-title {
	padding: 10px 0px 0px 0px;
	margin:0;
	color: #B22B2D;
	font-weight: bold;
}
#maincatsbox .subcats-title a:link {
}
#maincatsbox .subcats-title a:hover {

}
#maincatsbox a {
}
#maincatsbox a:hover {
}

#maincats {
	background: #;
}
#maincats TD {
	margin:3px;
	background: #;
}



#head {
	width: 100%;
	height: 28px;
	height/* */:/**/25px;
	height: /**/25px;
	background: #EBEBEB url('../images/bg_head.gif') repeat-x top;
  border-top: 0px solid #ddd
	border-bottom: solid 1px #ddd;
} 

#head #headcontent {
	margin: 4px 10px 3px 10px;
}


#tartalom {
float: left;
margin: 0px; 
padding: 10px 30px 30px 30px; 
color: #333;
background: #fff url('../images/viragneked_flower.gif');
width: 540px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 600px;
 }
 html>body #tartalom {
 width: 540px;
 } 
 #tartalom ol {
 margin: 0px 35px 0px 35px;
 padding: 0px; 
 }
 #tartalom li {
 margin: 0px;
 padding: 10px 0;
 
 text-align: justify;
 }
 #tartalom i {
 margin: 0;
 padding: 0;
 
 color: #000;
 font-weight: normal;
 }
 #tartalom h1 {
 margin: 0 0 5px 0;
 padding: 0 0 5px 0;
 border-bottom: solid 1px #ddd;
 font-weight: normal;
 
 color: #000;
 }
 
 #tartalom h2 {
 margin: 0px;
 padding: 5px 0px;
 font-weight: bold;
 
 color: #000;
 }
 
 #tartalom p {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 8px 0px;
 
 text-align: justify;
 }
 #tartalom a {
 text-decoration: none;
 }
 #tartalom a:hover {
 text-decoration: underline;
 }
 
 #tartalom .kepek {
 float: right;
 width: 230px;
 }
 
 .artabla {
 float: left;
 margin: 10px;
 padding: 10px 0px 5px 0px;
 
 font-weight: normal;
 }
 .artabla a {
 color: #71674E; 
 }
 .artabla table {
 margin: 10px;
 width: 210px;
 
 background: #fff;
 border-bottom: 1px solid #eee;
 border-left: 1px solid #eee;
 }
 .artabla table caption {
 margin: 0;
 padding: 3px 2px;
 text-align: left;
 font-weight: bold;
 
 color: #007EAE;
 border-bottom: none;
 background: #fff;
 }
 .artabla table tr {
 background: #fdfdfd;
 }
 .artabla table tr.alt {
 background: #fafafa;
 }
 .artabla table th {
 padding: 1px 4px;
 font-weight: bold;
  
 color: #fff;
 text-align: left;
 height: 24px;
 background: #666;
 border-right: 1px solid #eee;
 }
 .artabla table td {
 padding: 1px 4px;
 color: #555;
 text-align: left;
  
 border-right: 1px solid #eee;
 border-top: 1px solid #eee;
 }
 .artabla table td.col2 {
 padding: 1px 4px;
 color: #555;
  
 text-align: right;
 border-right: 1px solid #eee;
 border-top: 1px solid #eee;
 }
 
 
 
 
 
 
 
 
 
#funcbox {
	float: right;
	padding: 10px 10px 0 0;
	width: 370px;
	text-align: right;
}

#funcbox TD {
	text-align: right;
}

#funcbox H1 {
		font-size: 11px;
		padding-bottom: 8px;
}
#funcbox H1 A {
		color: #555555;
		text-decoration: underline;
}
#funcbox H1 A:hover {
		color: #FF0000;
		text-decoration: underline;
}



#funcbox INPUT.inp {
	display: inline;
	background: url('../images/bg_input.gif') no-repeat;
	background-position: 0px 0px;
	width: 125px;
	height: 21px;
	line-height: 21px;
	vertical-align: top;
	font-size: 11px;
	color: #444;
	margin: 0;
	padding: 1px 3px 2px 3px;
	border: 0px solid #999;
}
FORM INPUT.input-bn {
	margin-left: 5px;
	margin-right: 0px;
	vertical-align: top;
	cursor: pointer;
	width: 21px;
	height: 16px;
	background: url('../images/ok.gif') no-repeat;
	border: none;
}
FORM INPUT.submit {
	display: inline;
	background: url('../images/bg_submit.gif') no-repeat;
	background-position: 0px 0px;
	width: 25px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	cursor: pointer;
	margin: 0 0 2px 0;
	padding: 7px 3px 1px 3px;
	border: 0px solid #999;
}



#loginbox {
	float: right;
	width: 370px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}
#forget_box {
	float: right;
}

#searchbox {
	float: right;
	width: 370px;
	background: url('../images/search-input-bg.gif') no-repeat;
	background-position: 245px 24px;
	border-bottom: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}


FORM INPUT.search-input {
	vertical-align: top;
	margin: 0 0px 0px 10px;
	padding: 3px 0px 2px 0px;
	width: 100px;
	height: 21px;
	line-height: 21px;
	border: 0px solid #999;
	background: url('../images/spacer.gif') repeat-x;
}
FORM INPUT.search-input-bn {
	margin: 0px;
	padding: 0px ;
	vertical-align: top;
	cursor: pointer;
	width: 20px;
	height: 30px;
	background:  url('../images/spacer.gif') no-repeat;
	border: none;
}





.szoveg {
	
	color: #333;
}

.simpletable {
	width: 508px;
	border: none;
	border-collapse: collapse;
}

.simpletable TH { 
	padding: 5px 5px 5px 5px; 

	
	text-align: left;
}
.simpletable TD { 
	border-top: solid 1px #eee; 
	padding: 2px 5px 2px 5px; 
	

	line-height: 10px;
}










#footer {
  background: url('../images/footerbg.gif') repeat-x;
  background-position: 0 -20px;
	clear: both;
	margin-bottom:15px;
	color: #666;
	margin-top: 25px;
}









#catbox {
	float: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 235px;
/*	background: #fff url('../images/bg_stripe.gif'); */

}
#catbox H2 {
	background-repeat: repeat-x; 
	background-position: top;
	margin: 0 0 10px 0;
	padding: 6px 6px 6px 0px;  
	font-weight: bold;
	

}
			
.list {
	margin: 0;
	padding: 0;
}
.list H3 {
	margin: 0;
	padding: 0 0 3px 6px;
	font-weight: bold;
}
.list UL {
	background: url('../images/menu-level2-bg.gif') no-repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.list UL LI {
	background: url('../images/bg_menuitem.gif') no-repeat;
	font-weight: normal;
}
.list UL LI A {
	display:block;
}
.list UL LI B {
	color: #000;
}
.list UL LI A SPAN.n {
	color: #333;
}
.list UL LI UL {
	background: none;
	margin:0;
	padding:0;
	margin-top: 7px;
	border: none;
}
.list UL LI UL.invisible {
	display: none;
}
.list UL LI.maincat {
	padding: 5px 10px 4px 10px;
	font-weight: bold;
	font-size: 12px;
}
.list UL LI.maincat A {
	color: #000;
}
.list UL LI.maincat A.piros	{color: #ED1C24; text-decoration: none;}
.list UL LI.maincat A.piros:hover 	{color: #ED1C24;	text-decoration: underline; }

.list UL LI.subcat {
	background: url('../images/bullet-red.gif') no-repeat;
	background-position: 2px 7px;
	padding: 2px 10px;
	font-size: 11px;
}
.list UL LI.subcat A {
	color: #666;
}
.list UL LI A.selected {
	color: #ff0000;
}
.list UL LI.MenuItem {
	background: none;
	background-position: 2px 7px;
	padding: 3px 10px;
	font-size: 12px;
}
.list UL LI.MenuItem A {
	color: #666;
}



#orders .head {
	width: 750px;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
	background: url('../images/bg_stripe.gif');
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 770px;
 }
html>body #orders {
	width: 750px;
}
#orders .head H1 {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#orders P {
	margin: 0px 0px 0px 10px;
	padding: 16px 0px 0px 10px;
}







.note13 {
	font-size:13px;
	font-weight:normal;
	color:#999
}










.gallery {
	background: #;
	float: left;	
	margin: 0;
	padding: 20px 0px;
	width: 555px;
	text-align: center;
}
#thumballs {
	background: #;
	margin: 0 auto;
	padding: 10px 0px;
	border-spacing: 0px;
	border: none; 
}
#thumballs TD {
	background: #fafafa;
	margin: 0;
	padding: 0px 25px;
	text-align: center;
	width: 130px;
	height: 130px;
	border: 1px solid #ddd;
}
#thumballs TD.tdtxt {
	background: none;
	padding: 5px;
	text-align: center;
	width: 100%;
	height: 15px;
	border: none;
}
#thumballs TD.tdtxt a {
 
	font-weight: bold;
	
	color: #DE7A04;
}
#thumballs TD.tdtxt a:hover {
 
	font-weight: bold;
	
	color: #DE7A04;
}
#thumballs IMG {
	background: #;
	padding: 0px;
	margin: 0px;
}

#tablearea {
 float: left;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
#tablearea .tbl_partners {
 margin: 0px auto;
 width: 100%; 
 padding:0;
 border: 1px solid #ededed;
}
#tablearea caption {
 margin: 0;
 padding: 10px 10px;
 text-align: left;
 
 font-weight: bold;
 
}
#tablearea .tbl_partners th {
 margin: 0px;
 padding: 10px 10px 15px 10px;
 
 text-align: left;
}
#tablearea .tbl_partners td {
 margin: 0px;
 padding: 2px 10px 2px 10px;
 
 text-align: left;
}
#tablearea .tbl_partners tr {

 background: #fafafa;
}
#tablearea .tbl_partners tr.alt {
 background: #eee;
}
#tablearea .tbl_partners td a {
 display: block;
 font-weight: normal;
}




#login{
	padding: 9px 0px 3px 16px;
	margin-bottom:0px;
	height: 68px;
	border-bottom: 1px solid #ccc;
}	
#login A {
	color: #237;
}	
#search{
	padding: 3px 0px 1px 16px;
	margin-bottom: 0px;
}	




#leftbox {
	float: left;
	margin: 0;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ddd;
	background: url('../images/bg_stripe.gif');
}
#leftbox H1 {
	margin: 0;
	padding: 0px 0px 15px 0px;
	line-height: 1.1em;
}
#leftbox P {
	margin: 0;
	padding: 0px 0px 15px 0px;
	
	color:#444
}


#wl-login {
	float: right;
	margin: 0;
	margin-left: 10px;
	padding: 10px 10px 15px 10px;
	width: 150px;
	
	border-left: 1px solid #ccc;
}
#wl-login H1 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
	font-weight: bold;

}

#wl-login INPUT {
	border-color: #aaa;
	
	
	margin:0;
}
#wl-login INPUT.input-1 {
	vertical-align: top;
  margin: 4px 0 4px 0;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	width: 136px;
	height: 16px;
	background: url('../images/input-field-1.gif') no-repeat;
}
#wl-login INPUT.input-bn {
	margin-left: 5px;
	margin-right: 0px;
	vertical-align: top;
	cursor: pointer;
	width: 21px;
	height: 16px;
	
	background: url('../images/ok.gif') no-repeat;
	border: none;
}


#agecheck {
	padding: 10px 0 0 20px;
	
	color:#800;
}
#agecheck P {
	margin: 0;
	padding: 0px 0px 0px 115px;
	min-height: 250px;
  height:auto !important;
  height: 250px;
}


#catresult {
	margin: 0;
	padding: 1px 20px 25px 20px;

}
#catresult H2 {
	font-weight:normal;
	
}



/*
.clipout {
  position: relative;
  width: 130px;
  height: 100px;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
.clipin {
  position: absolute;
  clip: rect(0px 130px 100px 0px);
  top: 0px;
  left: 0px;
}
.shade1 {
  background:;
  float: left;
  width: 134px;
  height: 100px;
  border: 0px solid #ddd;
}
*/

#btnCancel{
	background: #000;
 }

 
 
 
 
 
 
 
 
 
 
 
 /*PRODUCTS*/
 
 #products {
	background-position: top;
	padding-bottom: 20px;
	float: left;
	width: 720px;
	font-size: 9px;
}

#products #head {
	padding-bottom: 0px;
	clear: both;
	width: 720px;
	width/* */:/**/720px;
	width: /**/720px;
	font-size: 9px;
}

#products .item {
	background: ;
	background-position: top left;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	width: 720px
	width/* */:/**/710px;
	width: /**/720px;
}
#products .item TR {
	margin: 0;
	padding: 0;
}
#products .item TR TD {
	margin: 0;
	padding: 0px;
	margin-bottom: 10px;
	width: 356px;
	width/* */:/**/345px;
	width: /**/345px;
	vertical-align: top;
	border-left: #aaa 0px solid;
	border-right: #aaa 0px solid;
	border-bottom: #bbb 0px solid;
}

#products .ItemNumber {
	background-position: top left;
	font-size: 9px;
	padding: 10px 10px 0px 0px;
	color: #999;
	float:right;
}




#products .qty {
	float: left;
	padding-top: 6px;
	text-align: left;
	font-size: 10px;
	margin: 0;
	color: #666;
}

#products INPUT.qtty {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	width: 28px;
	height: 18px;
	font-size: 10px;
	text-align: right;
	padding-right: 2px;
	border: 1px solid #ddd;
}

#products .Carts {
	width: 100%;
	float: right;
	white-space: nowrap;
	margin: 0;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	color: #666;
}
#products .Price {
	float: right;
	padding: 0px 10px 0px 0px;
	text-align: right;
	color: #222;
	font-size: 17px;
}

#products .submit-cart {
	vertical-align: bottom;
}


#products .supplier {
	float: right;
	text-align: right;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0;
	color: #666;
}

#products .variations {
	font-size: 10px;
	margin: 0;
	padding-top: 5px;
}

#products .variations A {
	text-decoration: underline;
	color: #999;
}

.noprod {
	padding: 100px 20px 20px 20px;
	text-align: center;
	font-size: 13px;
	color: #555;
}





#prod_price {
	float: right;
	width: 205px; 
	margin: 0; 
	padding: 3px 0px 16px 0px; 
	font-size: 10px;
}
#prod_price .price {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #222;
}
#prod_price .price B {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
}

.tocart {
	float: right;
	width: 130px;
}


#loader_container {
	text-align:center;
	position:absolute;
	top:40%;
	width:100%
}

#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #eee;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}
#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}
/*
.title_h2 {
  padding: 5px 10px 0px 10px;
	height: 24px;
 	font-size: 10px;
	color: #555;
	font-weight: normal;
	overflow: none;
}
 */
.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #ddd;
}
	
.preview_temp_load {
	vertical-align:middle;
	text-align:center;
/*
	padding: 0px 10px 10px 10px;
*/
	padding: 15px 10px 15px 10px;
}
.preview_temp_load img{
	vertical-align:middle;
	text-align:center;
}




/**** PRODUCTS *****************/

.ProductListItem {
	padding: 0px;
	margin:0px;
	background: url("../images/box-middle.gif") no-repeat bottom left;
	width: 356px;

}
.ProductListItemOn {
	padding: 0px;
	margin:0px;
	background: url("../images/box-middle.gif") no-repeat bottom left;
	width: 356px;
}
.ProductListItem TD{
	padding: 0px;
}
.ProductListItemOn TD{
	padding: 0px;
}
.ProductListItem-top {
	margin:0;
	padding: 10px 10px 20px 10px !important;
	background: url("../images/box-t.gif") no-repeat top left;
	font:18px Arial, Helvetica, sans-serif;
}

.ProductListItem .ProductListItem-bottom {
	background: url("../images/box-b.gif") no-repeat bottom left;
}
.ProductListItemOn .ProductListItem-bottom {
	background: url("../images/box-b.gif") no-repeat bottom left;
}
.ProductListItem .ProductListItem-bottom TD {
	text-align: right;
	padding: 0px 10px 15px 10px !important;
}
.ProductListItemOn .ProductListItem-bottom TD {
	text-align: right;
	padding: 0px 10px 15px 10px !important;
}
.ProductListItem .Image { 
	width: 150px;
}
.ProductListItemOn .Image { 
	width: 150px;
}
.ProductListItem .Data { width: 180px; height: 98px; }
.ProductListItemOn .Data { width: 180px; height: 98px; }

.ProductListItem .ModelTitle {
	margin: 14px 14px 1px;
	height: 62px;
	line-height: 16px;
	clear: left;
}
.ProductListItemOn .ModelTitle {
	margin: 14px 14px 1px;
	height: 62px;
	line-height: 16px;
	clear: left;
}
.ProductListItem .ModelTitle .Model {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.ProductListItemOn .ModelTitle .Model {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.ProductListItem .ModelTitle .Type {
	font-size: 11px;
	font-weight: normal;
	color: #55626C;
	padding-top: 3px;
}
.ProductListItemOn .ModelTitle .Type {
	font-size: 11px;
	font-weight: normal;
	color: #55626C;
	padding-top: 3px;
}

.ProductListItem .ModelTitle .Model A {
	font-size: 16px;
	color: #000000; 
	text-decoration: underline;
}
.ProductListItemOn .ModelTitle .Model A {
	font-size: 16px;
	color: #000000; 
	text-decoration: none;
}
.ProductListItem .DataContainer .Field, .ProductDetailsHeader .Field {
padding-right:10px;
	font-size: 10px;
	color: #000000;
}
.ProductListItemOn .DataContainer .Field, .ProductDetailsHeader .Field {
padding-right:10px;
	font-size: 10px;
	color: #000000;
}
.ProductListItem .DataContainer .Field .Title, .ProductDetailsHeader .Field .Title { color: #8C8F91; }

.ProductListItemOn .DataContainer .Field .Title, .ProductDetailsHeader .Field .Title { color: #666; }

.ProductDetailsHeader .ProductImageLarge
	{
		margin: 10px 10px 0px 10px;
	}
.ProductImageThumbs .Thumb
	{
		margin: 0px 0px 10px 10px;
		cursor: pointer;
	}
.ProductDetailsHeader H2
	{
		margin-top: 20px; /* 50px */
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
	}
.ProductDetailsHeader H2 .Type
	{
		font-size: 11px;
		font-weight: normal;
		color: #55626C;
	}






#category {

	width: 720px;;
}

TABLE, TR, TD {
margin:0;
padding:0;
}

#category TABLE TR TD.maincat {
}

#category #subcats {
	width: 100%;
}

#category .subcat {
	margin-bottom: 0px;
	padding:0;
}

#category .subcat TR TD SPAN.H1 A {
	margin: 0; 
	padding: 0;
	font-size: 15px;
}

#category .subcat TR {
}
#category .subcat TR TD {
	text-align: center;
}
#category .subcat TR TD.pic {
	padding: 0px;
}
#category .subcat TR TD.pic IMG {
}
#category .subcat TR TD.catlist {
	width: 200px;
	padding-left: 8px;
	padding-right: 8px;
}
#category .subcat TR TD UL {
margin: 0; 
padding: 0;
}
#category .subcat TR TD UL LI{
background: url('../images/list-bullet.gif') no-repeat;
background-position: 3px 6px;
padding-right: 3px;
padding-left: 11px;
list-style: none;
float: left;
font-family: Tahoma;
font-size: 11px;
color: #222;
}
#category .subcat TR TD UL LI A {
padding-left: 1px;
font-family: Tahoma;
font-size: 11px;
color: #333;
}





#categories {
}
#categories UL {
	background: url('../images/menu-level2-bg.gif') no-repeat;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#categories UL LI {
	background: url('../images/bg_menuitem.gif') no-repeat;
	font-weight: normal;
}
#categories UL LI A {
	display: block;
}
#categories UL LI UL {
	background: none;
	margin:0;
	padding:0;
	margin-top: 7px;
	border: none;
}
#categories UL LI UL.invisible {
	display: none;
}
#categories UL LI.maincat {
	padding: 5px 10px 4px 10px;
	font-weight: bold;
	font-size: 12px;
}
#categories UL LI.maincat A {
	color: #000;
}
#categories UL LI.maincat A:hover {
	color: #ff0000;
}
#categories UL LI.subcat {
	background: url('../images/bullet-red.gif') no-repeat;
	background-position: 2px 7px;
	padding: 2px 10px;
	font-size: 11px;
}
#categories UL LI.subcat A {
	color: #666;
}
#categories UL LI A.selected {
	color: #ff0000;
}



#tabs {
	float:left;
	padding:0px;
	margin:0;
	height:26px;
	background: url('../images/bg_tab.gif') repeat-x;
}
#tabs UL {
	padding:0px;
	margin:0;
	float:left;
}
#tabs LI {
	list-style:none;
	font-size:11px;
	float:left;
	text-align: center;
	background: url('../images/bg_tab_div.gif') no-repeat;
	height:26px;
}
#tabs LI A {
	display: block;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	line-height:26px;
	color: #444;
	text-decoration: none;
}
#tabs LI A:hover {
	color: #f00;
}
#tabs LI.active A {
	display: block;
	padding: 0 10px;
	text-align: center;
	line-height:26px;
	color: #444;
	text-decoration: none;
	background: url('../images/bg_tab-active.gif') repeat-x;
}

.ProductDataTable .GroupTitle
	{
		background: url('../images/hr-dotted-1.gif') repeat-x;
		background-position: -10px 40px;
		padding: 20px 0px 10px 0px;
	}
.ProductDataTable H1, .ProductDataTable H2, .ProductDataTable H3, .ProductDataTable H4, .ProductDataTable H5,
.ProductDataTable .FeatureField H5, .ProductDataTable .FeatureField H4, .ProductDataTable .FeatureField H3, .ProductDataTable .FeatureField H2, .ProductDataTable .FeatureField H1
	{ margin-bottom: 3px; }

.ProductDataTable .FieldTitle
	{
		width: 210px;
		padding: 1px 10px 5px 10px;
		text-align: right;
		font-size: 11px;
		color: #8C8F91;
		margin: 0px;
	}
.ProductDataTable .FieldTitleImage
	{
		width: 108px;
		padding: 5px 20px 10px 73px;
		text-align: center;
		margin: 0px;
	}
	
.ProductDataTable .Field
	{
		width: 502px;
		font-size: 12px;
		color: #000000;
		padding: 0px 10px 5px 0px;
	}
.ProductDataTable .Field A
	{
		color: #000000;
		text-decoration: underline;
	}
.ProductDataTable .Field A:Hover
	{
		color: #FF0000;
		text-decoration: underline;
	}

	
IMG.special {
	background: url('../images/akcio.gif') no-repeat;
	width: 38px;
	height: 40px;
}

.FileItem { margin: 0px 10px; }
.FileItem .FileIcon
	{
		overflow: hidden;
		background: url('../images/page-file-bg.gif') no-repeat center;
	}

.FileItem .FileIcon A
	{
		text-decoration: none;
		text-transform: uppercase;
		color: #FF0000;
		font-size: 12px;
		font-weight: bold;
		display: block;
		width: 25px;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		padding: 3px 2px;
	}
	
.FileItem .FileDesc
	{
		font-size: 12px;
		color: #55626C;
	}
.FileItem .FileDesc A
	{
		color: #555555;
	}
	
.FileItem .FileDesc A:Hover { color: #FF0000; }
.FileItem .FileDesc { padding-left: 10px; }















#checkout {
    background: ;
    min-height: 610px;
    height:auto !important;
    height: 610px;

}
.checkout-table {
    background: ;
    margin: 0px 0 10px 0;
    width: 100%;
}
.checkout-table TR {
    margin: 0px;
    padding: 0px;
}
.checkout-table TR.color-a {
    background: ;
}
.checkout-table TR.color-b {
    background: #eee;
}
.checkout-table TR TD {
    margin: 0px;
    padding: 0px 10px;
    font-family: tahoma;
    font-size: 9px;
    color:#444;
}

#infobox-a {
    margin: 0 auto;
    border: 1px dotted #999;
    padding: 10px;
    width: 250px;
    margin-bottom: 10px;
}
#infobox {
    background: url('../images/bg_stripe.gif');
    border: 0px dotted #999;
    padding: 15px;
    margin: 0px;
    font-size: 11px;
    color: #555;
}
#infobox H1 {
    border: 0px;
}
#infobox H2 {
    margin-top: 0;
    padding: 0 0 10px 0;
}
#infobox UL{
    margin: 0;
}
#infobox UL LI {
    background: url('../images/bullet.gif') no-repeat;
    padding-left: 10px;
    font-size: 11px;
    color: #555;
}


#checkout-hd {
    float: right;
    width: 360px;
    height: 137px;
    margin: 0px 0px 15px 10px;
}
#checkout-hd.v1 {
    background: url('../images/checkout-step-1.gif') no-repeat;
}
#checkout-hd.v2 {
    background: url('../images/checkout-step-2.gif') no-repeat;
}
#checkout-hd.v3 {
    background: url('../images/checkout-step-3.gif') no-repeat;
}
#checkout-hd.v4 {
    background: url('../images/checkout-step-4.gif') no-repeat;
}
#checkout-hd.v5 {
    background: url('../images/checkout-step-5.gif') no-repeat;
}

#checkout H1 {
    margin: 0px 0px 10px 5px;
    padding: 10px 10px 0px 10px ;
    border: 0px solid #ddd;
}
#checkout H2 {
    font-size: 14px;
    padding: 10px 10px 10px 0px ;
    text-align:left;
}
#checkout H3 {
    margin: 0px;
    padding: 15px 0px 10px 10px;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
}

#checkout H3.v2 {
    margin: 15px 0 10px 0;
    padding: 0px 0px 5px 0px;
    font-family:verdana;
    font-size: 14px;
    font-weight:bold;
    border-bottom: 2px dotted #999;
}

/*
#checkout A {.
font-size: 11px;
}
*/
#checkout TR.buttons TD { 
padding: 10px 0px 15px 0px;
}
#checkout TR.buttons TD A { 
font-size: 18px;
color: #800;
font-family: arial;
font-weight:normal;
}

#checkout .itemqtty { 
font-size:10px;
width:28px;
height:18px;
text-align:center;
}

#sect_delivery { 
float: right;
width: 49%;
margin: 0px 0px 0px 10px;
}
#sect_delivery TABLE TR TD INPUT { 
background: #f5f5f5;
height: 18px;
border: 1px solid #ddd;
}
#sect_delivery TABLE TR TD TEXTAREA { 
background: #f5f5f5;
border: 1px solid #ddd;
}
#sect_delivery_personal { 
float: right;
width: 49%;
margin: 0px 0px 0px 10px;
}
#sect_delivery_personal TABLE TR TD INPUT { 
background: #f5f5f5;
height: 18px;
border: 1px solid #ddd;
}
#sect_delivery_personal TABLE TR TD TEXTAREA { 
background: #f5f5f5;
border: 1px solid #ddd;
}


#input_sect {
float: right;
width: 48%;
margin: 0px 0px 0px 10px;
}
#input_sect TABLE TR TD INPUT { 
background: #f5f5f5;
height: 18px;
border: 1px solid #ddd;
}
#input_sect TABLE TR TD TEXTAREA { 
background: #f5f5f5;
border: 1px solid #ddd;
}
#cart_table {
float:left;
width: 750px;
margin: 10px 20px 10px 20px;
padding: 0px;
font-family: Arial;
font-size: 10px;
color: #444;
}
#cart_table TR {
margin: 0;
padding: 0px 0px 0px 0px;
}
#cart_table TH {
padding: 2px 4px 10px 4px;
color: #333;
text-align:left;
font-size: 11px;
font-family: Verdana;
}
#cart_table TD {
margin: 0;
padding: 2px 4px 2px 4px;
}
#cart_table TD B {
font-size: 12px;
}


#selectdelivery {
float:left;
margin: 0;
padding: 10px 20px 10px 20px;
font-family: Arial;
font-size: 10px;
color: #444;
}
#selectdelivery TR {
margin: 0;
padding: 0px 0px 0px 0px;
}
#selectdelivery TH {
padding: 2px 4px 10px 4px;
color: #333;
text-align:left;
font-size: 11px;
font-family: Verdana;
}
#selectdelivery TD {
margin: 0;
padding: 2px 4px 2px 4px;
}
#selectdelivery TD B {
font-size: 12px;
}
.colored-notice {
padding: 0px 0px 10px 10px; 
color:#900;
}


.help_box {
float:left;
width: 230px;
padding: 5px 0px 5px 5px;
font-family: Verdana;
font-size: 11px;
color: #666;
}
.help_box H1 {
margin: 0;
padding: 5px 0px 5px 0px;
font-family: Arial;
font-weight:normal;
font-size: 17px;
color: #222;
}
.help_box H2 {
margin: 0;
padding: 7px 10px 0px 10px;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #6CA5BE;
}
.help_box P {
margin: 0;
padding: 5px 10px 5px 10px;
font-size: 11px;
color: #777;
}
.help_box B {
color: #666;
}

TR .alt {
background:#eee;
}



#checkout {
margin: 0 10px 0px 10px;
/*
border: 6px solid #eee;
*/
}
INPUT.submit-back {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-back_w90.gif') no-repeat;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-back_hover {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-back_w90.gif') no-repeat;
background-position: top right;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-continue {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-continue_w90.gif') no-repeat;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-continue_hover {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-continue_w90.gif') no-repeat;
background-position: top right;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-browse {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-buymore_w90.gif') no-repeat;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-browse_hover {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-buymore_w90.gif') no-repeat;
background-position: top right;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-check {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-check_w90.gif') no-repeat;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-check_hover {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-check_w90.gif') no-repeat;
background-position: top right;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-order {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-order_w90.gif') no-repeat;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-order_hover {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-order_w90.gif') no-repeat;
background-position: top right;
text-indent: 0px;
margin-bottom: 5px;
}
INPUT.submit-update {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-update_w90.gif') no-repeat;
text-indent: 0px;
margin-top: 8px;
margin-bottom: 5px;
}
INPUT.submit-update_hover {
width: 90px;
height: 28px;
border: none;
cursor: pointer;
background: url('../images/btn-update_w90.gif') no-repeat;
background-position: top right;
text-indent: 0px;
margin-top: 8px;
margin-bottom: 5px;
}
INPUT.submit-cart {
width: 24px;
height: 22px;
border: none;
cursor: pointer;
background: url('../images/submit-cart.gif') no-repeat;
background-position: 0px -1px;
}
INPUT.submit-wishlist {
width: 24px;
height: 22px;
border: none;
cursor: pointer;
background: url('../images/submit-wishlist.gif') no-repeat;
}
INPUT.submit-checkout {
width: 24px;
height: 22px;
border: none;
cursor: pointer;
background: url('../images/submit-checkout.gif') no-repeat;
}



.RedNote {
	padding: 10px; 
	color: red
}




#design1 {
	float: left;
	width: 490px;
	margin: 0;
	border: 0px solid #ddd;
	padding: 0px 10px 0px 10px;
	display:inline;
}
#design1 H1 {
	padding: 20px 10px 0px 10px;
	text-transform: uppercase;
}
#design1 P {
	padding: 10px;
}



#design2 {

	float: left;
	width: 850px;
	margin: 0px 10px 10px 0;
	border: 0px solid #ddd;
	padding: 0px 10px 10px 10px;
}
#design2 .pure {	
	padding: 0px 0px 10px 10px;
	float:left;
	width: 45%;
	font-size: 12px;
	color: #55626C;
	margin-right: 15px;
}
#design2 .allure {
	padding: 0px 10px 10px 0px;
	float:right;
	width: 45%;
	font-size: 12px;
	color: #55626C;
}


#promo .ContentBlock-top {
	margin: 0;
	padding: 0px 10px 0px 10px !important;
	background: url("../images/contentbox-fullwidth-top.gif") no-repeat top left;
	height: 13px;
	line-height: 13px;
}
#promo .ContentBlock {
	float:left;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	background: url("../images/contentbox-fullwidth-middle.gif") repeat-y;
	width: 970px;
}
#promo .ContentBlock-content {
	padding: 0px 13px;
}
#promo .ContentBlock-bottom {
	margin: 0;
	padding: 0px 10px 0px 10px !important;
	background: url("../images/contentbox-fullwidth-bottom.gif") no-repeat bottom left;
	height: 13px;
	line-height: 13px;
}

#promo H1 {
	clear: both;
	width: 100%;
}
#promo P {
	padding: 9px 0 9px 0;
	font-size: 12px;
	color: #55626C;
}
#promo P.notice {
	 font-size: 10px;
	color: #999;
}
#promo SPAN {
	color: #d00;
}

#promo OL {
	
	padding: 9px 0 9px 40px;
}
#promo LI {
	padding: 4px 0 4px 0px;
	list-style-type: decimal;
	font-size: 12px;
	color: #c00;
}
#promo LI SPAN {
	color: #55626C;
}
#promo UL  {
	margin: 10px 10px 10px 20px;
}
#promo UL LI {
	padding-left: 0px;
	list-style: square;
	font-size: 12px;
	color: #55626C;
}


#promo2 {
	width: 600px;
	margin: 35px auto;
	border: 2px solid #ddd;
	padding: 40px 40px;
}       
#promo2 TABLE {
	width: 600px;
}
#promo2 H1 {
	clear: both;
	width: 100%;
}
#promo2 P {
	padding: 9px 0 9px 0;
	font-size: 16px;
	color: #55626C;
}
#promo2 P.notice {
	 font-size: 11px;
	color: #777;
}
#promo2 SPAN {
	color: #d00;
}




#vertical_slide,#vertical_slide01,#vertical_slide02,#vertical_slide03,#vertical_slide04,#vertical_slide05,#vertical_slide06,#vertical_slide07,#vertical_slide08,#vertical_slide09,#vertical_slide10
{
	float: left;
	width: 370px;
	height: 100px;
	margin: 0px;
	padding: 0px 10px 20px 10px;
	border-top: 0px solid #ddd;
	color: #54656F;
}


#functions {
	float: right;
	width: 400px;
	margin: 80px 0;
	border: 1px solid #ddd;
	padding: 10px;
	color: #54656F;
}
#functions B {
	clear:both;
	font-size: 14px;
}

#functions P {
	margin: 0 !important;
	padding: 0 0 0 0;
}


#imagemenu {
	clear:both;
	background: #eee url('../images/functions.gif') no-repeat;
	margin: 0px 10px 20px 10px;
	width: 370px;
	height: 82px;
}

#ad_460x200 {
	float: left;
	margin: 10px 0;
	border: 1px solid #ddd;
	padding: 10px;
	width: 460px;
	height: 230px;
}

A IMG#f01  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f01 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -7px -82px;
}
A IMG#f02  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f02 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -28px -82px;
}
A IMG#f03  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f03 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -49px -82px;
}
A IMG#f04  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f04 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -70px -82px;
}
A IMG#f05  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f05{
	background: url('../images/functions.gif') no-repeat;
	background-position: -91px -82px;
}
A IMG#f06 {
	width: 18px;
	height: 29px;
}
A:hover IMG#f06 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -112px -82px;
}
A IMG#f07  {
	width: 19px;
	height: 29px;
}
A:hover IMG#f07 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -133px -82px;
}
A IMG#f08  {
	width: 19px;
	height: 29px;
}
A:hover IMG#f08 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -155px -82px;
}
A IMG#f09  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f09 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -177px -82px;
}
A IMG#f10  {
	width: 18px;
	height: 29px;
}
A:hover IMG#f10 {
	background: url('../images/functions.gif') no-repeat;
	background-position: -326px -82px;
}

.prod {
	float: left;
	width: 130px;
	height: 170px;
	font-size: 10px;
	color: #55626C;
	
	margin: 2px;
	padding:4px;
}
.prod TD {
	padding:4px;
	border-bottom: 3px solid #f4f4f4;
}

.prod-pure {
	margin: 10px 0;
	padding: 10px;
	float: left;
	width: 920px;
	border-top: 1px solid #ddd;
	font-size: 12px;
	color: #55626C;
}
.prod-allure {
	margin: 10px 0;
	padding: 10px;
	float: left;
	width: 920px;
	border-top: 1px solid #ddd;
	font-size: 12px;
	color: #55626C;
}






#win {
	margin-bottom:50px;
}

#win H1 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
#win H2 {
	margin: 6px 0 4px 0;
	padding: 0 0 0 0;
}
#win P {
	margin: 0 0 0 0;
	padding: 6px 0 6px 0;
}
#win H3 {
	margin: 0 0 0 0;
	padding: 5px 0 0px 0;
	text-transform: uppercase;
	color: #000;
}
#win P.notice {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 9px;
}

#win-p1 {
	float: left;
	width: 900px;
	height: 400px;
	margin: 10px;
	padding: 20px;
	border: 1px solid #ddd;
}
#win-p2 {
	clear: both;
	width: 900px;
	height: 400px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
}
#win-p3 {
	clear: both;
	width: 900px;
	height: 400px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
}
#win-p4 {
	clear: both;
	width: 900px;
	height: 400px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
}
#fonyeremeny {
	float: right;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ddd;
}

INPUT.submit-jatek {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-jatek.gif') no-repeat;
	background-position: bottom left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #444;
}

INPUT.submit-jatek_hover {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-jatek.gif') no-repeat;
	background-position: top left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}
INPUT.submit-tovabb {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-tovabb.gif') no-repeat;
	background-position: bottom left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #444;
}
INPUT.submit-tovabb_hover {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-tovabb.gif') no-repeat;
	background-position:top left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}

.img-jatek {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-jatek.gif') no-repeat;
	background-position: bottom left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #444;
}

.img-jatek_hover {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-jatek.gif') no-repeat;
	background-position: top left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}
.img-tovabb {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-tovabb.gif') no-repeat;
	background-position: bottom left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #444;
}
.img-tovabb IMG {
	margin-right: 20px;
}
.img-tovabb_hover {
	width: 100px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: url('../images/bn-tovabb.gif') no-repeat;
	background-position:top left;
	text-indent: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000;
}




.questions TD {
	padding: 5px 10px;
	font-size: 12px;
	color: #55626C;
}

.questions TD.question {
	padding: 15px 10px 5px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #000 !important;
	text-transform: uppercase;
}

.ad {
	border: 2px dotted #ddd;
	width: 800px;
	height: 289px;
}
.ad2 {
	background: url('../images/ad2.jpg') no-repeat;
	border: 2px dotted #ddd;
	width: 800px;
	height: 289px;
}
.ad3 {
	background: url('../images/ad3.jpg') no-repeat;
	border: 2px dotted #ddd;
	width: 800px;
	height: 289px;
}

#function-descs {
	width: 390px !important;
	height: 85px !important;
	float:left !important;
	overflow: hidden;
}

#product .prod_images {
	padding: 10px ;
}
#product .prod_image {
	padding-bottom: 10px ;
}

.prod_image_tn { 
	width: 80px;
	border-right: 1px solid #eee;
	float:left;
}




#showpicBody { 
	background: #fff;
}
#showpic { 
	width: 100%;
}
#showpic #showpic-header { 
	width: 100%;
}
#showpic #showpic-header #logo { 
	background: none;
	padding: 5px 0 10px 10px;
}
#showpic #showpic-header #logo IMG { 
	background: url('../images/header-logo-gorenje.gif') no-repeat; 
	width: 200px;
	height: 40px;
}

#showpic #navigation {
	color: #bbb;
}
#showpic #navigation TR TD {
	padding: 0px 8px 25px 8px;
	height: 55px;
	font-size: 13px;
	vertical-align:bottom;
}
#showpic #navigation TR TD A {
}

#showpic #navigation TR TD A:hover {
	text-decoration: none;
}






#TabContainer {

	border: 0px solid #eee;
	float: left;
	width: 970px ;
	margin: 0 ;
	padding: 0 ;
}
#TabContainerMain {

	border: 0px solid #eee;
	float: left;
	width: 700px ;
	margin: 0 ;
	padding: 0 ;
}

#TabContainerRight {
	margin: 0px 0px;
	padding: 0px 0px    ;

	float: left;
	background: ;
	width: 265px;
	text-align: right;
}
.tab-menu {
	background: #fff url(../images/bg_tabmenu.gif) repeat-x;
	background-position: 0 37px;
	float: left;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	width: 965px;
}
.tab {
/*
	background: url(../images/bg_tab.gif) repeat-x;
	background-position: bottom center;
*/
	float: left;
	padding: 6px 73px 6px 5px;
	margin-top: 8px;
	border: 0px solid #eee;
	border-bottom: 2px solid #ddd;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #999 !important;
}
.tab:hover {
/*
	background: url(../images/bg_tab-on.gif) repeat-x;
	background-position: bottom center;
*/
	float: left;
	padding: 6px 73px 6px 5px;
	margin-top: 8px;
	border: 0px solid #ddd;
	border-bottom: 2px solid #888;
	text-decoration: none;
	color: #666 !important;
}
.tab-selected {
	background: #fff;
	float: left;
	padding: 6px 73px 6px 5px;
	margin-top: 8px;
	border: 0px solid #ddd;
	border-bottom: 2px solid #c00;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #c00 !important;
}
.tab-selected:hover {
	text-decoration: none;
}

.tab-content {
	width: 700px; 
	float: left;
	margin: 25px 0px 10px 0px;
	padding: 0 0px 0 0px;
	border: 0px solid #ddd; 
	display:inherit ;
}
#TabContainer TABLE {
	
}
#TabContainer TABLE TR {
	
}
#TabContainer TABLE TR TH {
	padding: 2px 4px;
	background: #fff;
	font-weight:normal;
	color: #333 !important;
}
#TabContainer TABLE TR TD {
	border: 1px solid #ddd;
	background: #eee;
	padding: 2px 4px;
}
#TabContainer H1 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px;
	text-transform: uppercase;
}
#TabContainer H1 SPAN {
	color:#c00;
}

#TabContainer H2 {
	margin: 0 0 20px 0 !important;
}
#TabContainer H2 SPAN {
	color:#c00;
}
#TabContainer P {
	margin: 10px 0 10px 0;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	text-align: justify;
}
#TabContainer STRONG {
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: normal;
	color: #000000;
}
#TabContainer B {
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: normal;
	color: #000000;
}
#TabContainer UL, #TabContainer OL {
	margin: 10px 15px 10px 15px;
	padding: 0;
}
#TabContainer UL LI {
	background: url(../images/li-bullet.gif) no-repeat !important;
	background-position: 5px 3px !important;
	font-size: 14px !important;
	color: #666 !important;
	padding: 2px 14px !important;
	line-height: 18px !important;
}
#TabContainer OL LI {
	font-size: 14px !important;
	color: #666 !important;
	padding: 2px 4px !important;
	line-height: 18px !important;
}
#TabContainer IMG {
	border: 0;
	margin: 0px;
}


.banner {
	float:right;
	margin-top:25px;
	margin-bottom:0px;
	border: 0px solid #ccc;
	width: 250px; 
	height: 2500px; 
}



SPAN {
	color: #c00;
}

.warning {
	clear:both;
	background:none repeat scroll 0 0 #FFE7A8;
	border:1px solid #B2B2B2;
	color:#555555;
	font-size:10px;
	margin: 10px 15px 10px 15px;
	padding:2px 5px;
	text-align:left;
}
