@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

/* @group LAYOUT */

body {
	background: #000 url(../media/background-blue.jpg) top center repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 764px; /* 760px + background */
}
#header {
	position: relative;
	padding: 0 2px;
	height: 140px;
	background: url(../media/pagetopbg.gif) bottom center no-repeat;
	/*border: 1px solid #0F0;*/
}
#page {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 21px; /* 20px + background */
	background: #FFF url(../media/pagebg.gif) top center repeat-y;
	text-align: left;
	font-size: 1.2em;
	/*border: 1px solid #0F0;*/
}
#navigation {
	position: relative;
	left: -10px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
}
#content {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

/*uj style - a nagytermek kep folotti kiskepeket tartalmazo div*/
.prod_thumbs {
text-align:center;
}
/*uj style - a nagytermek kep folotti kiskepek - lezaras*/

/*uj style - a nagytermek kep folotti kiskepek stilusa*/
.prod_thumbs img {
border:#a0a0a0 1px solid;
width:100px;
height:76px;
}
/*uj style - a nagytermek kep folotti kiskepek - lezaras*/

#content .left, #content .right {
	position: relative;
	float: left;
	width: 350px;
}
#content .left {
	margin-right: 20px;
}
#partners {
	
	padding-top: 15px;
	border-top: 1px solid #CCC;
	overflow: hidden;
	text-align: center;
}
#footer {
	position: relative;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 0.8em;
	border-top: 1px solid #CCC;
}

.clearl {
	clear: left;
}


/* @end */


/* @group HEADER */
#header h1 {
	position: absolute;
	top: 0;
	left: 2px;
}
#header .quicklinks {
	position: absolute;
	right: 2px;
	bottom: 20px;
}
#header .quicklinks ul {
	list-style-type: none;
}
#header .quicklinks ul li {
	display: inline;
}
#header .quicklinks ul li a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 0 5px;
	color: #FFF;
	background-color: #495678;
	text-decoration: none;
	line-height: 1.6em;
}
#header .quicklinks ul li a:hover {
	text-decoration: none;
	}
.bike-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 260px;
	background: url(../media/bike-left-blue.gif) top right no-repeat;
}
.bike-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 260px;
	background: url(../media/bike-right-blue.gif) top left no-repeat;
}
/* @end */

/* @group NAVIGATION */
#navigation ul.menu, #navigation ul.submenu {
	list-style-type: none;
}
#navigation ul.menu li, #navigation ul.submenu li {
	display: inline;
}
#navigation ul.menu li a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 4px 10px 4px;
	background: url(../media/menubg.gif) bottom left no-repeat;
	color: #000;
	text-decoration: none;
	line-height: 2em;
}
#navigation ul.menu li a:hover {
	color: #FFF;
	background-color: #E00024;
	text-decoration: none;
}
#navigation ul.menu li.last a {
	margin-right: 0;
}
#navigation ul.menu li a.active {
	color: #FFF;
	background-color: #E00024;
	}
#navigation ul.menu li.hasmenu a.active, #navigation ul.menu li.hasmenu a:hover {
	color: #FFF;
	background: #E00024 url(../media/menubg-hasmenu.gif) bottom left no-repeat;
}
#navigation ul.submenu li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #1F2534;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}
#navigation ul.submenu li a:hover {
	background-color: #495678;
	color: #FFF;
}

.submenu_active {
	background-color: #495678;
	color: #FFF;
}

.submenu_link {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}

/* @end */

/* @group CONTENT */
#content h2 {
	position: relative;
	padding: 5px 10px 15px 10px;
	color: #FFF;
	background: #293144 url(../media/contentheaderbg.gif) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}
#content p {
	padding: 5px 0;
	line-height: 1.4em;
}
#content a {
	color: #293144;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #E00024;
}
#content ul {
	margin: 10px 0;
	padding-left: 20px;
	list-style-type: square;
}
#content ul li {
	padding: 3px 0;
}

/* @group Products */

#content h2.prod_cat {
	position: relative;
	margin-bottom: 5px;
	padding: 0;
	color: #FFF;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none !important;
}
#content h2.prod_cat a {
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #E00024;
	color: #FFF;
	text-decoration: none;
}
#content h2.prod_cat a:hover {
	color: #FFF;
	text-decoration: none;
}
#content table.prod_list {
	position: relative;
	display: table;
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 5px;
	width: 720px;
}
#content table.prod_list th.prod_header {
	padding: 4px;
	background-color: #929aad;
	color: #FFF;
}
#content table.prod_list th.prod_header span {
	position: relative;
	display: block;
	float: left;
}
#content table.prod_list th.prod_header span.prod_price {
	position: relative;
	display: block;
	float: right;
}
.prod_price {
	position: relative;
	display: block;
	float: right;
}
#content table.prod_list th.prod_img {
	width: 190px;
	vertical-align: top;
}
#content table.prod_list th.prod_img img {
	width: 180px;
	border: 2px solid #ccc;
}
#content table.prod_list td.prod_desc {
	vertical-align: top;
	overflow: auto;
}
#content table.prod_prop {
	position: relative;
	display: table;
	empty-cells: show;
	border-spacing: 6px;
	width: 100%;
}
#content table.prod_types {
	position: relative;
	display: table;
	empty-cells: show;
	border-spacing: 6px;
	width: 400;
}
#content table.prod_types tr td.prop_cat {
	white-space: nowrap;
}
#content table.prod_prop tr td.prop_cat {
	white-space: nowrap;
}
#content table.prod_prop caption {
	text-align: left;
	font-weight: bold;
}
#content table.prod_types caption {
	text-align: left;
	font-weight: bold;
}
#content table.prod_types td.prop_cat {
	color: #293144;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#content table.prod_prop td.prop_cat {
	color: #293144;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#content table.prod_types td.prop_data {
	text-align: left;
	padding-right: 5px;
	vertical-align: top;
}
#content table.prod_prop td.prop_data {
	text-align: left;
	padding-right: 5px;
	vertical-align: top;
}

/* @end */
/*bunda irta -- jó mi*/
.news_full {
	padding: 15px 0;
}

.news_full h3 {
	position: relative;
	float: left;
	margin-bottom: 5px;
	padding: 2px 5px;
	background-color: #E00024;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 700px;
}
/* end */
/* @group News */
.news {
	padding: 15px 0;
}

.news h3 {
	position: relative;
	float: left;
	margin-bottom: 5px;
	padding: 2px 5px;
	background-color: #E00024;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 340px;
}
.news h3 a {
	background-color: #E00024;
	color: #FFF !important;
	text-decoration: none;
}
.news h3 a:hover {
	background-color: #E00024;
	color: #FFF !important;
	text-decoration: none;
}
.news p {
	padding-left: 10px !important;
}
#content h2.news {
	position: relative;
	margin-bottom: 5px;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	background: #E00024;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none !important;
}

#product_header{
	position: relative;
	margin-bottom: 5px;
	color: #FFF;
	background: #929aad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none !important;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	z-index: 1;
	visibility: inherit;
	width: 500px;
}
#products{
height:900px;
}
.prod_akcio{
	color: red;
	font-weight: bold;
}
#product{
	position:relative;
	float:left;
	width:760px;
	height:auto;
	margin-bottom: 5px;
}
#product_picture{
	position:relative;
	float:left;
	width:190px;
	height:auto;
}
#product_info{
	position:relative;
	float:left;
	width:550px;
	height:auto;
	margin-left:10px;
	padding: 0px;
}
a.newsphoto {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
a.newsphoto img {
	border: 2px solid #CCC;
}

.product_cell {
	border: 2px solid #CCCCCC;
	margin: 15px;
	height: 200px;
	width: 220px;
	vertical-align: top;
	
}

.product_cellheader {
	width: 100%;
	color: #FFF;
	background: #929aad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase !important;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group Banners */

.banner-rect {
	margin: 10px 0;
	background: url(../media/banner-arrow.gif) 0 5px no-repeat;
	text-align:  center;
}
.banner-rect p {
	padding-left: 15px !important;
	padding-bottom: 3px;
	text-align: left;
	font-size: 10px;
}

.rotator_cell {
	height: 20px;
	font-weight: bold;
	background-color: #E00024;
	color: white;
	padding-left: 10px;
}

.rotator_cell:hover {
	cursor: pointer;
	background-color: white;
	color: black;
}

.rotator_span {
	padding-left: 10px;
	width: 100%;
	height: 20px;
	font-weight: bold;
	background-color: #E00024;
	color: white;
}

.rotator_span:hover {
	padding-left: 10px;
	font-weight: bold;
	color: black;
}

.rotator_link {
	font-weight: bold;
}

/* @end */

/*.product-sum ul {
	list-style-type: none;
}
.product-sum ul li {
	display: block;
}
.product-sum ul li a {
	float: none;
	display:block;
	width: 135px;
	line-height: 21px;
	padding-left: 13px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: #E00024 url(../media/product-highl-bg.gif) top left no-repeat;
}
.product-sum ul li a:hover {
	background: #293144 url(../media/product-highl-bg-on.gif) top left no-repeat;
}
.product-sum a.productimg {
	float: left;
	display: block;
	width: 202px;
	height: 130px;
}
.product-sum a img {
	border: none;
}*/
.hotlink {
	padding: 5px 0;
}
.hotlink a img {
	border: none;
}
.placeholder {
	padding-bottom: 5px;
	}
/* @end */

/* @group PARTNERS & FOOTER */
#partners ul {
	list-style-type: none;
}
#partners ul li {
	display: inline;
}
#partners ul li a {
	margin-right: 25px;
	color: #1F2534;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#partners ul li a img {
	border: none;
}
#partners ul li.last a {
	margin-right: 0;
	}
/* @end */
