/* @override 
	http://local.jasz/styles/style.css
	http://jasz.sitemakers.hu/styles/style.css
*/

/*
Style Name: jasz
Description: jasz style by <a href="http://www.sitemakers.hu/kapcsolat/">czombos</a>.
Version: 2.0
Author: Sitemakers Kft.
Author URI: http://www.sitemakers.hu/
*/

* {
	border: 0;
	margin: 0;
}

/* @group Typography & Colors */
body {
	margin: 0;
	padding: 0;
	color: #083a77;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#FFF url(../images/bg.jpg) repeat fixed center -100px;
}
a:link, a:visited {
	color: #E88B00;
	text-decoration:none;
}
a:hover, a:active {
	color: #F60;
	text-decoration:none;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 a:hover {
	color: #ff282b;
}

h4 {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hiba {
	color:#FF0000;
	font-size:10px;
}
.piros {
	color:#F00;
}
/* @end */



/* @group Structure */
#container {
	width: 1000px;
	margin:0 auto;
	background:url(/images/container_bg.gif);
	border:1px solid #093B7A;
}
#header {
	width: 1000px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat right top;
	height: 257px;
	position: relative;
}
#logo a {
	position:absolute;
	left:10px;
	top: 11px;
	display:block;
	width:250px;
	height:145px;
	text-indent:-9000px;
}
#info {
	position:absolute;
	left:10px;
	top: 175px;
	color:#FFF;
	font-size:17px;
}
#login {
	position:absolute;
	right:10px;
	top: 210px;
	color:#FFF;
}
#login a:link, #login a:visited {
	color:#FFF;
	text-decoration:none;
}
#login a:hover, #login a:active {
	color: #BCD6E5;
	text-decoration:none;
}
#left {
	float:left;
	width:197px;
}
*html #left {
	float:left;
	width:197px;
	margin-right: -3px;
}
#content {
	float: right;
	width: 802px;
	padding:40px 0 0 0;
}
#content .content_inner {
	padding:0 20px;
}
#left .content_inner {
	padding:0 10px;
}
.product {
	background:none;
	border-bottom:1px solid #7f97bd;
	padding:0 20px;
}
.product_secondary {
	background:#dedeee;
	border-bottom:1px solid #7f97bd;
	padding:0 20px;
}
.product_img {
	float:left;
	margin: 0;
	margin-right:10px;
	margin-bottom: 10px;
	background-color: white;
	padding: 4px;
	border: 1px solid #d9d9e7;
}
.product_img:hover {
	background-color: #ebf4ff;
	border: 1px solid #c0d5f1;
}
#footer {
	font-size: 10px;
	text-transform: uppercase;
	margin:5px 0 0 0;
	font-weight:bold;
	color:#083A79;
	background:url(/images/footer.gif);
	height:26px;
}
#footer p {
	padding:7px 10px 0 10px;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#positive {
	background-color: #c8ffa4;
	border: 1px solid #348300;
	padding:5px 10px;
	margin:5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	color:#333;
}
#positive span {
	margin-left:10px;
}
#negative {
	background-color: #ffa4aa;
	border: 1px solid #800000;
	padding:5px 10px;
	margin:5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	color:#333;
}
#negative span {
	margin-left:10px;
}
#tip {
	background-color: #FFFF66;
	border: 1px solid #c18800;
	padding:5px 10px;
	margin:5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	color:#333;
}
#tip span {
	margin-left:10px;
}
/* @end */



/* @group Boxes */
#box {
	background:url(../images/box.gif) no-repeat;
	width:191px;
	height:410px;
	color:#FFF;
	padding:10px;
}
/* @end */



/* @group Lists */
#content ul, #content ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#content li {
	padding: 2px 0;
}
#content ol li {
	list-style:decimal;
	margin-bottom:10px;
	text-align:justify;
}
/* @end */



/* @group Tables */
.mytable {
	padding: 0;
	margin: 0;
	border-left: 1px solid #7F97BD;
	border-top: 3px solid #7F97BD;
}
.mytable th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #00416C;
	border-right: 1px solid #7F97BD;
	border-bottom: 1px solid #7F97BD;
	border-top: 1px solid #7F97BD;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 10px;
	background: #DEDEEE url(../images/bg_header.jpg) no-repeat;
}
.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #7F97BD;
	background: none;
}
.mytable td.noborder {
	border-bottom: 0;
}
.mytable td {
	border-right: 1px solid #7F97BD;
	border-bottom: 1px solid #7F97BD;
	background: #fff;
	padding: 6px 6px 6px 10px;
}
.mytable td.alt {
	background:#E6F2F2;
}
/* @end */



/* @group Form Elements */
form {
	margin: 0;
	padding: 0;
}
label {
	line-height: 20px;
}
input, select {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.button, a.button {
	background:#F5A52D url(/images/button_bg.gif) repeat-x left top;
	border: 1px solid #FF9900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFFFFF;
	padding:1px 4px;
	width:auto;
	overflow:visible;
	margin-top: 4px;
	font-weight:bold;
}
a.button {
	font-size: 12px;
	padding: 2px 6px 3px 6px;
	text-decoration:none;
}
a.button:hover, a.button:focus {
	font-size: 12px;
	color:#FFFFFF;
}
.button:hover {
	border: 1px solid #ff520d;
	color:#FFFFFF;
}

.button:focus, .button:active {
	border: 1px solid #a83e00;
	background: #ff7626;
}

.button:visited {
	color:#FFFFFF;
}

.button img {
	background-position: 0 9px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	left: 1px;
}

.fields {
	padding: 2px;
	border: 1px solid #A7B6D1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(/scripts/border-radius.htc);
	background: url(/images/input_bg.gif) repeat-x left top;
}
.fields:hover, .fields:focus {
	border: 1px solid #083A79;
}
.reg_label {
	float:left;
	width:100px;
}
/* @end */



/* @group Menus */
#menu h1, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6 {
	font-size:12px;
	margin:0;
	padding:0;
}
#menu ul {
	margin:0px;
	padding:0px;
}
#menu li {
	margin:0px;
	padding:0px;
	list-style: none;
}
html #menu li {
	display:inline;
}
#menu li span,
#menu li a {
	text-decoration: none;
	display: block;
	margin:0px;
	border-bottom:1px solid #a7b6d1;
}
#menu li a.active_menu {
	font-weight:bold;
}
#menu li a._menu {
	font-weight:bold;
}
#menu li a.active_submenu {
	font-weight: bold;
	color: #C79C40 !important;
}
#menu li a.active_submenu:hover {
	font-weight:bold;
	color: white !important;
}
#menu li span,
#menu li a:link,
#menu li a:visited {
	padding: 5px;
	display: block;
	color: #080870;
	background:#CDCDE0;
	border-left:1px solid #f2f2f9;
	border-top:1px solid #f2f2f9;
}
#menu li a:hover {
	color: #FFFFFF;
	background:#f99500;
	border-left:1px solid #e78d02;
	border-top:1px solid #e78d02;
}
#menu li ul li a:link,
#menu li ul li a:visited {
	padding: 5px 5px 5px 10px;
	font-size:11px;
	color: #080870;
	background:#e5e5f5;
}
#menu li ul li a:hover {
	color: #FFFFFF;
	background:#f99500;
}
#menu li ul li ul li a:link,
#menu ul li li ul li a:visited {
	padding: 5px 5px 5px 15px;
	font-size:10px;
	color: #080870;
	background:#FFF;
}
#menu ul li li ul li a:hover {
	color: #FFFFFF;
	background:#f99500;
}


#topnav {
	position:absolute;
	top:257px;
	left:210px;
	line-height:normal;
	font-weight: bold;
	margin:0 auto;
	height:33px;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li {
	float:left;
	padding:0;
}
#topnav a {
	float:left;
	display:block;
	margin:0;
	padding:0 0 0 5px;
	background:url(/images/top_menu_left.gif) no-repeat left -35px;
}
#topnav a span {
	float:left;
	display:block;
	margin:0;
	padding:7px 10px 11px 5px;
	text-decoration:none;
	color:#083A77;
	background:url(/images/top_menu_right.gif) no-repeat right -35px;
	cursor:pointer;
}
#topnav a:hover, #topnav a.active_menu {
	background:url(/images/top_menu_left.gif) no-repeat left 0;
}
#topnav a:hover span, #topnav a.active_menu span {
	background:url(/images/top_menu_right.gif) no-repeat right 0;
	color:#FFF;
}
/* @end */



/* @group Breadcrumb */
#breadcrumb {
	height:30px;
	padding:0 10px;
}
#breadcrumb ul {
	margin:0;
	padding:0;
	list-style:none;
}
#breadcrumb li {
	float:left;
	padding:0;
}
#breadcrumb a {
	float:left;
	display:block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	color:#083A77;
}
#breadcrumb a:hover {
	color:#A7B6D1;
}
#breadcrumb span {
	float:left;
	display:block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	color: #2662A8;
}
/* @end */



/* @group Gallery */
.thumb {
	margin: 35px;
	border: 1px solid #080870;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(/scripts/border-radius.htc);
	height:185px;
	width:217px;
	float: left;
	text-align: center;
	background:#e9e9e9;
}
html .thumb {
	display: inline;
}
.thumb img{
	display: inline;
	margin: 8px;
}
.thumb a img{
	border: 0;
}
.thumb a:hover img {
	border: 0;
}
.photo_title {
	text-align: center;
	font-weight: normal;
	width: 185px;
	margin: 0 auto;
	font-size:11px;
} 
/* @end */



/* @group Other */
/* @end */

/* @group Pager */
.pager { 
	font-size: 10px;
	font-family:verdana;
	padding: 10px 5px;
	text-decoration: none;
	border-bottom:1px solid #A7B6D1;
}
.pager a:link, .pager a:visited {
	color: #083A77;
	text-decoration: underline;
	border: 1px solid #A7B6D1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(/scripts/border-radius.htc);
	text-decoration: none;
	padding: 2px 5px;
}
.pager a:hover {
	border: 1px solid #083A77;
} 
.pager .inactive {
	padding: 2px 6px;
	border: none;
	text-decoration: none;
}
.pager .this-page {
	border: 1px solid #083A77;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(/scripts/border-radius.htc);
	padding: 2px 5px;
	font-weight: bold;
	background: #083A77;
	color: #FFF;
}
.pager a:active{
	color: #083A77;
	text-decoration: underline;
}
/* @end */

img.product_big {
	margin-right: 15px;
	background: white;
	padding: 5px;
	border: 1px solid #cdc !important;
}

img.product_big:hover {
	border: 1px solid #aaa !important;
}

div.product_page_info {
	margin-left: 25px;
	margin-top: 10px;
}

table.product_page_info td {
	vertical-align: top;
	border: 0;
}
input.inputbox {
	border: 1px solid #cccbff;
}
table.mytable {
	margin-bottom: 10px;
}
table.mytable th {
	text-align: center;
}
table.mytable td.cart_buttons {
	width: 115px; 
	text-align: center;
}
ins {
	text-decoration: none;
	border-bottom: 1px dashed teal;
	cursor: help;
	margin-left: 6px;
}
form#left_quick_search input#q {
	color: #bbb;
	padding: 2px;
	padding-left: 10px;
	padding-right: 40px;
	border: 1px solid #ccc;
	/*background: url(/images/input_bg.gif) 
	repeat-x scroll 1px 2px;*/
	width: 136px;
	height: 19px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 4px;
	background-color: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
form#left_quick_search input#q:active,
form#left_quick_search input#q:focus {
	color: #666;
}
form#left_quick_search input#quick_search_submit {
	cursor: pointer;
	float: right;
	position: relative;
	top: -23px;
	height: 16px;
	width: 20px;
	behavior:url(/scripts/border-radius.htc);
	background: url(/images/nagyito.gif) no-repeat 0 0;
	right: 13px;
}
form#left_quick_search input#quick_search_submit:hover {
	opacity: .6;
}
div#brand_labels {
	margin-left: 10px;
}
div#brand_labels div {
	float: left;
	width: 192px;
	height: 192px;
	margin: 2px;
}
div#brand_labels img {
	background-color: white;
	padding: 6px;
	border: 1px solid #ddd;
}

/* @group Cart */

div#cart_archive {
	width: 80%;
	margin: 15px;
	padding: 15px;
	background-color: white;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
-moz-box-shadow: black 0 0 5px; 
	-webkit-box-shadow: #ccc 0 0 5px;
}

div#cart_archive label {
	font-weight: bold;
	color: #666;
	float: left;
	margin-right: 15px;
}

div#cart_archive p {
	text-align: justify;
	margin-top: 7px;
	color: #777;
	font-size: 95%;
	line-height: 150%;
}

/* @end */

.right {
	float: right;
}

.left_info {
	margin: 6px;
	padding: 12px;
	background: #f8f8f8;
	text-indent: 20px;
	border-bottom: 2px solid #dedee9;
	border-right: 1px solid #d0d0da;
	color: #35454b;
	font: italic 88%/145% Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

.left_info strong {
	font-size: 120%;
}

/* Begin clearfix */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

*html .clearfix, *+html .clearfix {
 zoom: 1;         /* triggers hasLayout */
 display: block;     /* resets display for IE/Win */
}
/* End clearfix */

.cart_btn {
	vertical-align: baseline;
}

#netto {
	float: right;
	font-size: 80%;
	color: #707070;
	font-style: italic;
	margin-right: 10px;
	background-color: #e3e3ef;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: default;
}
