/* ----------------------------------------------------

	CSS is written by NetScaN (www.netscan.hu)
	inspired by RenderNet - Kónyi

	C O M M O N
------------------------------------------------------*/

* {
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #aa0000;
	text-decoration: underline;
}

ul, ol, li {
	list-style: none;
}

img {
	border: none;
}

form {
	margin: 0;
}

/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background: #aaa;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center
}


/* ----------------------------------------------------
   C O N T A I N E R
------------------------------------------------------*/

#wrapper {
background-color: #fff;
	margin: auto;
	width: 982px;
	padding: 5px;
}

#container {
	display: inline;
	float: left;
	width: 982px;
	text-align: left;

}

/* ----------------------------------------------------
   T O P B A R
------------------------------------------------------*/

#topbar {
	background: #c00;
	float: left;
	width: 972px;
	height: 58px;
}

/* --- TOPMENU - BOTTOMMENU --- */

#topbar ul.topmenu,
#bottombar ul.bottommenu {
	margin-left: 15px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#topbar ul.topmenu li,
#bottombar ul.bottommenu li {
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 5px;
	text-align: center;
	padding: 16px 5px 0 5px;
}

#topbar ul.topmenu li a,
#bottombar ul.bottommenu li a {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-decoration: none;
}

#topbar ul.topmenu li a:hover,
#bottombar ul.bottommenu li a:hover {
	color: #ffe;
	text-decoration: underline;
}

/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header {
	display: inline;
	float: left;
	height: 100px;
	width: 972px;
	background-color: #c00;
}

#header div.logo {
	display: inline;
	float: left;
	width: 972px;
	height: 100px;
	background: #c00 url(/images/logo.gif) top left no-repeat;
}

#header div.logo a {
	display: block;
	float: left;
	width: 712px;
	height: 100px;
}

div.cart {
	display: inline;
	float: left;
	height: 165px;
	margin-top: 10px;
	width: 230px;
	background: url(/images/kosarbox.gif) top left no-repeat;
}

div.cart div.header {
margin-top: 50px;
	padding: 10px 0 10px 10px;
	background-color: #fff;
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
	color: #b00;
	font-weight: bold;
	text-transform: uppercase;
}

div.cart div.header a {
	display: inline;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0 20px 0 0;
	margin-top: -5px;
}

div.cart div.contents p {
	margin: 20px 0 0 0px;
	padding: 5px 0 5px 15px;
	color: #000;
	white-space: nowrap;
	background-color: #fff; font-weight: bold;
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
}

div.cart div.contents p span {
	margin-left: 20px;
	color: #c00;
	white-space: nowrap;

}

/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main {
	float: left;
	width: 982px;
}


/* ----------------------------------------------------
   S I D E B A R S
------------------------------------------------------*/

#sidebar-left {
	display: inline;
	float: left;
	width: 241px;
	color: #000;
}

#sidebar-left div.wheel {
	float: left;
	width: 241px;
	height: 220px;
	background: url(/images/gumi_right.jpg) top left no-repeat;
}

.wheel-left {
	width: 167px;
	height: 320px;
	position: absolute;
	margin-left: -167px;
	margin-top: -100px;
	display: block;
	float: left;
	background: url(/images/gumi_left.jpg) top left no-repeat;
}

#sidebar-left div.search {
	display: inline;
	float: left;
	width: 220px;
	padding: 10px 0 10px 10px;
	background-color: #fff;
	text-align: justify;
}

#sidebar-left div.search form input.textbox {
	display: block;
	float: left;
	border: solid 1px #c00000;
	width: 150px;
	height: 20px;
	padding: 2px 2px 0 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
}

#sidebar-left div.search form input.searchimage {
	display: inline;
	float: left;
	margin: 1px 0 0 15px;
}


#sidebar-left h2 {
color: #fff;
	display: inline;
	float: left;
	width: 221px;
	line-height: 35px;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #444;
}
#sidebar-left h1 {
	display: inline;
	float: left;
	width: 221px;
	line-height: 35px;
	padding: 10px 0 10px 10px;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #666;
}
#sidebar-left div.menu {
	display: inline;
	float: left;
	width: 241px;
	padding: 20px 10px 10px 10px;
	background: #fff;
}

#sidebar-left div.menufooter {
	display: inline;
	float: left;
	width: 231px;
	height: 9px;
	margin-bottom: 10px;
	background: #fff;
}

#sidebar-left div.menu form select.select-narrow {
	border: solid 1px #c00000;
	width: 55px;
	height: 21px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
}

#sidebar-left div.menu form select.select-wide {
	border: solid 1px #c00000;
	width: 158px;
	height: 21px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 10px;
}

#sidebar-left div.menu form input.imagebutton {
	margin-top: 10px;
}

/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#shipping-partner-price-table {margin-left:20px}
#shipping-partner-price-table TD{color:#404345; font-size:12px;}
#budapest-ingyenes-atvetel-reszletek{display:none; border:1px solid #AAAAAA; margin-left:20px; margin-right:20px; margin-bottom:20px; padding:10px}

#vasarolt-p TABLE {margin-left:20px}
#vasarolt-p TD{color:#404345; font-size:12px;}

.toggleInfo{display:none;}

#contentsheader {
	display: inline;
	float: left;
	overflow: visible;
	padding: 0px 0 0 0;
	width: 723px;
	/*height: 210px;*/
}


#contentsheader div.header {
	display: inline;
	float: left;
	height: 165px;
	width: 733px;
}

#contentsheader div.header div.action {
	display: inline;
	float: left;
	width: 362px;
	height: 165px;
	/*background: url(/images/action_1.jpg?version=1) top left no-repeat;*/
}

#contentsheader div.header div.calculator {
	display: inline;
	float: left;
	width: 361px;
	height: 165px;
	margin-left: 5px;
	/*background: url(/images/header_right.jpg?version=1) top left no-repeat;*/
}

#contentsheader div.header div.calculator a {
font-size: 13px;
text-decoration: none;

	/*display: block;
	float: left;
	width: 361px;
	height: 165px;
	line-height: 165px;*/
	
}

#contentsheader div.header div.title, div.title {
	display: inline;
	float: left;
	width: 708px;
	height: 30px;
	line-height: 30px;
	margin-top: 11px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #333;
}

#contents {
	display: inline;
	float: left;
	width: 728px;
	color: #000;
}


#sidebar-left div.menu  {width: 220px; padding: 5px; margin: 0;}

#sidebar-left div.menu ul.menulist {
	display: inline;
	float: left;
}

#sidebar-left div.menu ul.menulist li {
	float: left;
	position: relative;
}

#sidebar-left div.menu ul.menulist li a {
	/*background: url(/images/sidemenu_menuitem.jpg) 0 0 no-repeat;*/
	color: #000;
	display: block;
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
	width: 154px;
	white-space: nowrap;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

#sidebar-left div.menu ul.menulist li a:hover {
	color: #a00;
}

#sidebar-left div.menu div.banner {
	/*padding-left:20px;
	padding-right:40px;*/
}

/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	display: inline;
	float: left;
	width: 982px;
	height: 115px;
}

#bottombar {
	background: url(/images/bottommenu_bg.jpg) #5a5862 left top no-repeat;
	float: left;
	width: 970px;
	height: 115px;
}

/* ----------------------------------------------------
   D I A L O G
------------------------------------------------------*/

#dialog_valtomeret form select {
	border: solid 1px #c00000;
	width: 55px;
	height: 21px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
}

#dialog_valtomeret p {
	margin-top: 10px;
}

#dialog_valtomeret span.atmero {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}

#dialog_valtomeret span.atmerokulonbseg_ok {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	color: #009900;
}

#dialog_valtomeret span.atmerokulonbseg_nemok {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	color: #c00000;
}
#dialog_message{display:none}
#dialog_slimstock{display:none}
#dialog_tocart{display:none}

/* ----------------------------------------------------
   S I T E M A P
------------------------------------------------------*/
.sitemap{
	margin: 18px 20px;
}
.sitemap A{
	margin-left: 10px;
}
.sitemap A:hover{
	color:#CF3E33;
	text-decoration:underline;
}
.sitemap TABLE TD, .sitemap TABLE TH{
	text-align: center;
	padding: 2px;
}
.sitemap TABLE{
	margin-left: 18px;
	border-collapse:;

}
.sitemap H3{
	margin: 0px;
	padding: 0px;
}

/* ----------------------------------------------------
   A D A T L A P
------------------------------------------------------*/

.adatlap_kosardb{
	border:2px solid #C00000;
	font-size:12px;
	height:20px;
	margin:0;
	padding:0;
	width:23px;
}
.adatlap_kosarimage{
	margin-left: -4px;
}
.adatlap_content{
	float: left;
	width: 370px;
	margin-left: 10px;
}
.adatlap_kep{
	float: right;
	margin-right: 50px;
	text-align: right;
}
.adatlap_kep IMG{
	border: 1px solid red;
}
.adatlap_navigator{
	font-size: 15px;
	margin: 10px;
}
.adatlap_head{
	margin-bottom: 10px;
}
.adatlap_head B{
	font-size: 15px;
	color: #777777;
}
.adatlap_adatok{
	margin-top: 30px;
	font-size: 12px;
}
.adatlap_adatok TABLE TH,.adatlap_adatok TABLE TD{
	text-align: center;
	padding: 0px 5px 0px 5px;
}
.adatlap_egyeb{
	padding: 5px 0px 5px 0px;
	margin-left: 35px;
}
.adatlap_egyeb A{
	color: #000000;
	text-decoration: none;
}
.adatlap_egyeb A:hover{
	text-decoration: underline;
}

p.footlink {margin: 0 20px 0 0; padding: 2px; text-align: right; font-size: 10px; color: #444;}
p.footlink a {font-size: 10px; color: #777; text-decoration: none;}
p.footlink a:hover {color: #333;}
