html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
	behavior: url('javascript/png/iepngfix.htc');	
	/*background: url('../image/background.png') top repeat-x; */
}

body, td, th, input, textarea, a {
	font-size: 11px;
	color: #000000;
}
 
b, strong, th {
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('javascript/png/iepngfix.htc');
}
  
a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

/* layout */
h1 {
	font-size: 14px;
margin:0;
display: inline;

}

h2 {
	font-size: 11px;
margin:0;
display: inline;
font-weight:normal;
}

h3 {
	font-size: 3px;
display: none;
}
 
#container {
	width: 794px;
	position: absolute;
	left: 50%;
	margin-left: -397px;
	top: 0%;
}

#adv {
	width: 120px;
	height: 350px;
	top: 270px;
	float: right;
	position: absolute;
	right: 280px;
}

#header {
	height: 55px; 
	clear: both; 
}

#header .a {
	background: url('../source/images/logo2.png') no-repeat;
	behavior: url('javascript/png/iepngfix.htc');
	width: 131px;
	height: 48px;
	float: left;
	position: relative;
	top: 7px;
	left: 10px;
}

.eladva {
	background: url('../source/images/eladva.gif') no-repeat;
	width: 355px;
	height: 290px;
	float: left;
	position: absolute;
	top: 250px;
	left: 500px;
}

.torolt {
	background: url('../source/images/torolt.gif') no-repeat;
	width: 355px;
	height: 290px;
	float: left;
	position: absolute;
	top: 250px;
	left: 500px;
}

.fuggo {
	background: url('../source/images/fuggo.gif') no-repeat;
	width: 355px;
	height: 290px;
	float: left;
	position: absolute;
	top: 250px;
	left: 500px;
}

#header .b {
	position: relative;
	top: 27px;
	float: right;
}

#header .b a {
	background: url('../source/images/tab.png');
	behavior: url('javascript/png/iepngfix.htc');  
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
}

#header .b a:hover {
	background: url('../source/images/tab2.png');
}


select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	color:#990000; 
  background-color:#FFFFFF; 
	
}


#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 167px;
	margin: 10px 2px 15px 0px; 
	float: left;
}

#content {
	margin: 10px 0px 15px 0px; 
	float: right;
	padding-left: 4px;
	border-left: 1px solid #EEEEEE;
	width: 596px;
}

#footer { 
	clear: both;  
	border-top: 3px solid #EEEEEE;
	padding-top: 3px;
	margin-bottom: 1px;
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .b a {
	color: #336699;
}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 18px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.warning2 {
	color: #990000;
	font-size: 10px;  
	font-weight:bold;
}

.warning2 a {
	color: #990000;
	font-size: 10px;  
	font-weight:bold;
	font-style: italic; 
}

.warning3 {
	color: #990000;
	font-size: 12px;  
	font-weight:bold;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #990000;
}

.breadcrumb h1 {
	color: #990000;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}
 
#bar {
	background-color: #EEEEEE;
	border-top: 1px solid #990000; 
	border-bottom: 1px solid #990000;
	color: #990000;
	font-size: 10px;  
	font-weight:bold;
}

.products, .images, .categories {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 140px;
}

.categories a {
	text-decoration: none;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px; 
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border: 0px solid #EEEEEE;
	margin: 10px 0px;

	clear: both;
}


.buttons input {
	color:#990000; 
/*   font-family:'trebuchet ms',helvetica,sans-serif; */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:100%;

  background-color:#dbdada; 
   border:1px solid;
   border-top-color:#990000;
   border-left-color:#990000;
   border-right-color:#990000;
   border-bottom-color:#990000;
   cursor: pointer;
}

.buttons input:hover, .buttons input:active {
border:2px solid;
font-weight:bold;

}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;  
}

.currency div {
	display: inline;
}

/* box search */
.search {
	float: right;
	
	
}

.goo_top {

}

.search div {
	display: inline;
}

/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: url('../source/images/bullet_1.png') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	font-weight:bold; 
  font-style: italic; 
	text-decoration: none;
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('../source/images/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('../javascript/png/iepngfix.htc');
	background: url('../source/images/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('../javascript/png/iepngfix.htc');
	background: url('../source/images/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}


/* Slider*/

#containers{
	padding-top:5px;
	width: 515px;
	height: 160px;
	overflow: auto;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

#container_bg {
	background: url('../source/images/gombok.gif');
	background-repeat: no-repeat;
	position: relative;
}

.slider{
	height: 160px;
	padding: 0 0px 0 0px;
}

.section{
	color: #990000;
	margin:0;
	width:130px;
	float:left;
	font-size: 10px;
	padding-top: 1px;
}

.section img {
	margin: 3px 0 3px 0;
	border: none;
}

.section a img {
	border: 1px solid black;
}

.section a:hover img {
	border: 1px solid #990000;
}