@charset "utf-8";

body {
	background: #d4d4d4 url('../images/background.gif') repeat-y center;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

#header {
	width: 1200px;
	height: 121px;
	margin: 0 auto;
	background: url('../images/header.jpg') no-repeat;
}

#user {
	float: right;
	padding: 25px 40px 0 0;
}

#user p {
	float: left;
	height: 34px;
	padding: 16px 0 16px 45px;
	background: url('../images/user.gif') no-repeat left;
	color: #949494;
	line-height: 18px;
}

#user p strong {
	color: #000;
}

#user ul {
	float: left;
	margin: 0 0 0 12px;
	padding: 6px 0 6px 10px;
	border-left: 1px solid #d7d7d7;
	list-style: none;
}

#user ul li a {
	padding: 0 0 0 6px;
	background: url('../images/usermenuarrow.gif') no-repeat left;
	color: #da251d;
	text-decoration: none;
}

#user ul li a:hover {
	text-decoration: underline;
}

#menu {
	width: 1184px;
	height: 37px;
	margin: 0 auto;
	background: url('../images/menu.gif') no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu ul li {
	position: relative;
	float: left;
	padding: 2px 4px 0 4px;
	border-right: 1px solid #737373;
	border-left: 1px solid #000;
}

#menu ul li.first {
	border-left: 0;
}

#menu ul li.last {
	border-right: 0;
}

#menu ul li a {
	display: block;
	height: 35px;
	padding: 0 31px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
}

#menu ul li.has_submenu:hover a {
	background: #e52a21;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu_level_2 {
	position: absolute;
	display: none;
	width: 550px;
	padding: 10px 0 0 0;
	background: #e52a21;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#menu ul li.has_submenu:hover .menu_level_2 {
	display: block;
}

.menu_level_2 .submenu_col {
	vertical-align:top;
	width:auto;
	border-right: 1px solid #f03a31;
	border-left: 1px solid #c2170f;
}

.menu_level_2 .submenu_col_left {
	border-left: 0;
}

.menu_level_2 .submenu_col_right {
	border-right: 0;
}

.menu_level_2 strong {
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 15px;
}

#menu li.has_submenu .menu_level_2 ul {
	padding: 0 5px;
}

#menu li.has_submenu .menu_level_2 ul li {
	position: static;
	float: none;
	padding: 0;
	/*background: url('../images/submenu.gif') no-repeat top;*/
	border: 0;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#menu li.has_submenu .menu_level_2 ul li:hover {
	background-color:#720703;
}

#menu li.has_submenu .menu_level_2 ul li a {
	width: 112px;
	height: 24px;
	padding: 0 0 0 12px;
	border: 0;
	background: url('../images/submenuarrow.gif') no-repeat 6px 2px;
	color: #f8cccc;
	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	border-radius: 0;
}

#menu li.has_submenu .menu_level_2 ul li a:hover {
	background-position: 6px bottom;
	color: #fff;
}

#menu li.has_submenu .menu_level_2 ul.others {
	height: 25px;
	margin: 5px 5px 0 5px;
	padding: 5px 0;
	background: url('../images/othermenu.gif') repeat-x top;
}

#menu li.has_submenu .menu_level_2 ul.others li {
	float: left;
}

#menu li.has_submenu .menu_level_2 ul.others li a {
	color: #fff;
}

#search {
	position: relative;
	float: right;
	width: 289px;
	margin: 7px 7px 0 0;
}

#search_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 250px;
	height: 24px;
	padding: 0 5px;
	background: none;
	border: 0;
	line-height: 24px;
}

#search_submit {
	position: absolute;
	top: 0;
	left: 260px;
	width: 29px;
	height: 24px;
	background: none;
	border: 0;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
}

#menu ul.search_tooltips {
	position: absolute;
	top: 18px;
	left: -1px;
	z-index: 99;
	display: none;
	width: 289px;
	padding: 12px 0 5px 0;
	background: #f1f1f1 url('../images/search_tooltips.gif') no-repeat top;
	border: 1px solid #414141;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#menu ul.search_tooltips_active {
	display: block;
}

#menu ul.search_tooltips li {
	position: static;
	float: none;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

#menu ul.search_tooltips li.last {
	border-bottom: 0;
}

#menu ul.search_tooltips li a {
	display: block;
	padding: 6px 10px 4px 10px;
	color: #757575;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
}

#menu ul.search_tooltips li a strong {
	color: #da251d;
	font-weight: normal;
}

#menu ul.search_tooltips li a:hover {
	background: #da251d;
	color: #febdba;
}

#menu ul.search_tooltips li a:hover strong {
	color: #fff;
}

#content {
	width: 1200px;
	margin: 0 auto;
	padding: 8px 0 10px 0;
	font-family: tahoma, geneva, sans-serif;
}

#left {
	float: left;
	width: 936px;
	padding: 10px 0 0 10px;
}

#right {
	float: right;
	width: 242px;
	padding: 0 7px 0 0;
}

#footer {
	width: 1186px;
	margin: 0 auto 10px auto;
	background: #000 url('../images/footer_top.gif') no-repeat top;
	color: #fff;
}

#footer_inner {
	width: 1186px;
	min-height: 191px;
	background: url('../images/footer_bottom.gif') no-repeat bottom;
}

.footer_col {
	float: left;
	min-height: 139px;
	padding: 15px 0 0 160px;
}

.footer_col strong {
	display: block;
	padding-bottom: 5px;
}

.footer_col ul {
	margin: 0;
	list-style: none;
}

.footer_col ul li a {
	padding: 0 0 0 8px;
	background: url('../images/footermenuarrow.gif') no-repeat left;
	color: #aaa;
	font-size: 12px;
	text-decoration: none;
}

.footer_col ul li a:hover {
	text-decoration: underline;
}

#footer p {
	float: left;
	margin: 15px 0 6px 15px;
	padding: 0 0 3px 0;
	font-size: 11px;
}

#webtown {
	float: right;
	margin: 14px 15px 6px 0;
}

.cart_box {
	padding: 10px;
	background: #3a3a3a url('../images/cart_box.gif') repeat-x top;
	border-top: 1px solid #9a9a9a;
	border-right: 2px solid #dfdfdf;
	border-left: 2px solid #dfdfdf;
	color: #fff;
}

.cart_box p {
	margin-bottom: 5px;
}

.cart_box strong {
	font-size: 16px;
	font-weight: bold;
}

span.cart_box_bottom {
	display: block;
	height: 6px;
	margin: 0 0 10px 0;
	background: url('../images/cart_box_bottom.gif') no-repeat;
}

a.cart_button {
	display: block;
	width: 155px;
	height: 23px;
	background: url('../images/cart_button.gif') no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
}

.white_box {
	padding: 10px;
	background: #fff url('../images/white_box.gif') repeat-x top;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	color: #000;
}

span.white_box_bottom {
	display: block;
	height: 10px;
	margin: 0 0 10px 0;
	background: url('../images/white_box_bottom.gif') no-repeat;
}

.white_box span {
	color: #949494;
}

.white_box a.left {
	float: left;
	color: #e52a21;
	font-size: 12px;
	text-decoration: none;
}

.white_box a.left:hover {
	text-decoration: underline;
}

.white_box a.right {
	float: right;
	color: #e52a21;
	font-size: 12px;
	text-decoration: none;
}

.white_box a.right:hover {
	text-decoration: underline;
}

.white_box_nopadding {
	background: #fff url('../images/white_box.gif') repeat-x top;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	color: #949494;
}

.white_box_nopadding .imgright {
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #acacac;
}

.white_box_nopadding p {
	margin-bottom: 5px;
}

.white_box_nopadding ul {
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
}

.white_box_nopadding ul li {
	padding: 10px;
}

.white_box_nopadding ul li.even {
	background: #f1f1f1;
}

.white_box_nopadding a {
	color: #e52a21;
	font-size: 12px;
	text-decoration: none;
}

.white_box_nopadding a.more {
	display: block;
	padding: 5px 0 0 10px;
}

.white_box_nopadding a:hover {
	text-decoration: underline;
}

.white_box_nopadding ul li a {
	font-size: 14px;
	font-weight: bold;
}

.white_box_nopadding .date {
	padding: 0 0 0 15px;
	background: url('../images/date.gif') no-repeat left;
	color: #595757;
	font-size: 12px;
}

a.button_1, .button_1 {
	display: block;
	width: 136px;
	height: 23px;
	background: url('../images/button_1.gif') no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	margin-right:30px;
}

input.button_1 {
  width: 140px;
  border: none !important;
  margin-bottom: 5px !important;
}

a.button_6 {
	display: block;
	width: 158px;
	height: 23px;
	background: url('../images/button_6.gif') no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
}

a.button_7 {
	display: block;
	width: 153px;
	height: 23px;
	background: url('../images/button_7.gif') no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
}

.h2_right {
	float: right;
	margin: 12px 0 0 0;
}

.filter {
	width: 916px;
	margin: 0 0 10px 0;
	padding: 8px 10px 5px 10px;
	background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.filter2 {
	width: 600px;
	height: 32px;
	margin: 0 0 10px 0;
	padding: 8px 10px 0 10px;
	background: url('../images/filter2.gif') no-repeat;
}

.filter_1 {
	width: 220px;
	margin-right: 5px;
	padding: 2px;
}

.filter_2 {
	width: 100px;
	margin-right: 5px;
	padding: 2px;
}

.filter_3 {
	width: 130px;
	margin-right: 5px;
	padding: 2px;
}

.button_2, .default_form .button_2 {
	width: 57px;
	height: 23px;
	margin-right: 5px;
	padding: 0 !important;
	background: url('../images/button_2.gif') no-repeat;
	border: 0 !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	cursor: pointer;
    font-size: 14px !important;
}

.filter a, .filter2 a {
	color: #da251d;
	text-decoration: none;
}

.filter a:hover, .filter2 a:hover {
	text-decoration: underline;
}

.filter_4 {
	margin: 0 0 0 15px;
}

.filter_5 {
	margin: 0 0 0 40px;
}

.filter_6 {
	margin: 0 0 0 15px;
}

table.cart_table {
	width: 100%;
	margin: 0 0 2px 0;
	background: #ddd;
}

table.cart_table th {
	height: 29px;
	padding: 0 8px;
	background: url('../images/th.gif') repeat-x;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

table.cart_table td {
	padding: 2px 8px;
	background: #fff;
}

table.cart2_table {
	width: 100%;
	margin: 0 0 10px 0;
	background: #ddd;
}

table.cart2_table th {
	height: 29px;
	padding: 0 8px;
	background: url('../images/th.gif') repeat-x;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

table.cart2_table td {
	padding: 5px 8px;
	background: #fff;
}

table.cart2_table tfoot td {
	padding: 5px 8px;
	background: #f1f1f1;
}

table.payment_table {
	width: 70%;
	margin: 0 0 5px 0;
	background: #ddd;
}

table.payment_table th {
	height: 29px;
	padding: 0 8px;
	background: url('../images/th.gif') repeat-x;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

table.payment_table td {
	padding: 2px 8px;
	background: #fff;
}

table.goldcard_table {
	width: 100%;
	margin: 0 0 15px 0;
	background: #ddd;
}

table.goldcard_table th {
	height: 29px;
	padding: 0 8px;
	background: url('../images/th.gif') repeat-x;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

table.goldcard_table td {
	padding: 2px 8px;
	background: #fff;
}

.red {
	color: #e52a21;
}

.green {
	color: #00a633;
}

.orange {
	color: #ff6c66;
}

td.oper {
	width: 115px;
}

.oper .qty {
	float: left;
	width: 18px;
	padding: 2px 0;
	text-align: center;
}

.oper p {
	float: left;
	margin: 0;
	padding: 4px 8px 0 4px;
}

.oper p .up {
	display: block;
	margin: 0 0 6px 0;
}

.oper p .down {
	display: block;
}

.button_3 {
	float: left;
	width: 67px;
	height: 23px;
	margin-right: 5px;
	background: url('../images/button_3.gif') no-repeat;
	border: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	cursor: pointer;
}

a.button_3 {
	float: none;
	display: block;
}

.nums {
	margin-top:15px;
	float: left;
}

.nums a {
	float: left;
	display: block;
	width: 26px;
	height: 22px;
	margin: 0 2px 0 0;
	border: 1px solid #ddd;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}

.nums a.current {
	background: #df0a00;
	color: #fff;
}

.nums span {
	float: left;
	padding: 3px 0 0 10px;
}

.pages {
	float: right;
	padding: 2px 5px 0 0;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgborder {
	border: 1px solid #e5e5e5;
}

.news .imgborder {
	border: 1px solid #aaa9a9;
}

.news .imgright {
	margin: 25px 0 0 15px;
}

.default_form label {
	float: left;
	display: block;
	width: 175px;
	padding-left: 5px;
}

.default_form input, .default_form  select, .default_form  textarea {
	padding: 2px;
	background: #e8e8e8;
	border: 1px solid #ddd;
}

.default_form input.error, .default_form  select.error, .default_form  textarea.error {
	background: #fff2f2;
	border: 1px solid #da251d;
}

.default_form span.error {
	display: block;
	margin: 4px 0 0 180px;
	color: #da251d;
}

.default_form .nolabel {
	padding-left: 180px;
}

.default_form label.nofloat {
	float: none;
	display: inline;
	width: auto;
}

a.button_4 {
	display: block;
	width: 44px;
	height: 23px;
	padding: 0 0 0 26px;
	background: url('../images/button_4.gif') no-repeat;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
}

a.button_5 {
	display: block;
	width: 97px;
	height: 23px;
	background: url('../images/button_5.gif') no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
}

a.clear {
	float: left;
	margin: 5px 0 0 0;
	color: #e52a21;
	font-size: 12px;
	text-decoration: none;
}

a.clear:hover {
	text-decoration: underline;
}

.order {
	float: right;
	margin: 2px 0 0 0;
}

table.defaulttable {
	margin: 0 0 15px 0;
}

table.defaulttable td {
	padding: 0 5px;
}

.gray {
	color: #828282;
	font-size: 12px;
}

.half {
	float: left;
	width: 45%;
	padding-right: 5%;
}

.order_form p {
	width: 705px;
	margin: 0 0 10px 0;
}

.order_form span.label {
	float: left;
	display: block;
	width: 250px;
	padding-left: 5px;
	font-weight: bold;
}

.order_form .multiinput {
	float: left;
	width: 450px;
	margin: 0 0 15px 0;
}

.order_form .multiinput input[type="radio"], .order_form input[type="checkbox"] {
	clear: left;
	float: left;
}

.order_form .multiinput label {
	float: left;
	width: 420px;
	margin: 0 0 8px 5px;
	padding: 0;
	font-weight: normal;
}

.order_form .multiinput label span {
	display: block;
	margin-top: 2px;
	color: #828282;
	font-size: 12px;
}

.order_form label {
	float: left;
	display: block;
	width: 250px;
	padding-left: 5px;
	font-weight: bold;	
}

.order_form textarea {
	float: left;
	margin: 0 0 10px 0;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

.order_form .nolabel {
	clear: both;
	padding-left: 255px;
}

.button_8 {
	display: block;
	width: 97px;
	height: 23px;
	background: url('../images/button_8.gif') no-repeat;
	border: 0;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
	cursor: pointer;
}

.news {
	padding-bottom: 30px;
    padding-top: 30px;
	border-bottom: 1px solid #e4e4e4;
}

.download_form p.listhead {
	float: none;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0 0 4px 5px;
	border-bottom: 1px solid #828282;
	color: #828282;
	font-size: 12px;
	overflow: auto;
}

.listhead strong {
	color: #000;
	font-size: 14px;
}

.listhead a {
	float: right;
	font-size: 14px;
}

.download_form p {
	float: left;
	width: 20%;
}

.download_form label {
	padding-left: 8px;
}

.download_form input[type="checkbox"] {
	margin-left: 8px;
}

.button_9 {
	display: block;
	width: 110px;
	height: 23px;
	background: url('../images/button_9.gif') no-repeat;
	border: 0;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
	cursor: pointer;
}

ul.tabs {
	width: 100%;
	height: 36px;
	margin: 0 0 15px 0;
	list-style: none;
	border-bottom: 1px solid #c9c9c9;
}

ul.tabs li {
	float: left;
	margin-right: 2px;
}

ul.tabs li.small a {
	display: block;
	width: 110px;
	height: 37px;
	background: url('../images/tab_small.gif') no-repeat top;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
}

ul.tabs li.big a {
	display: block;
	width: 158px;
	height: 37px;
	background: url('../images/tab_big.gif') no-repeat top;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 37px;
}

ul.tabs li.current a {
	background-position: bottom;
	color: #fff;
}

table.order_table {
	width: 50%;
	margin: 0 0 10px 0;
	background: #ddd;
}

table.order_table th {
	height: 29px;
	padding: 0 8px;
	background: url('../images/th.gif') repeat-x;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

table.order_table td {
	padding: 2px 8px;
	background: #fff;
}

body#login {
	background: #f1f1f1 url('../images/login.gif') repeat-x top;
}

#login_banner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	height: 645px;
	margin: -322px 0 0 -495px;
}

#login_window_holder {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	height: 645px;
	margin: -322px 0 0 -495px;
}

#login_window {
  float: right;
  width: 270px;
  height: 257px;
  margin: 25px 0 0 0;
  padding: 35px 0 0 290px;
  background: url('../images/login.png') no-repeat;

}

#login_window h2 {
	margin: 0 0 30px 0;
	color: #4b4b4b;
	font-family: tahoma, geneva, sans-serif;
	font-size: 27px;
	font-weight: normal;
}

#login_window form {
	margin: 0 0 30px 0;
	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
}

#login_window label {
	float: left;
	display: block;
	width: 50px;
	line-height: 20px;
}

#login_window input[type="text"], #login_window input[type="password"] {
	width: 183px;
	padding: 2px;
	background: #e8e8e8;
	border: 1px solid #dcdcdc;
}

#login_window input[type="submit"] {
	margin-right: 31px;
  float: right;
}

#login_window ul {
	margin: 0;
	list-style: none;
}

#login_window ul li a {
	color: #da251d;
	font-family: tahoma, geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.button_10 {
	display: block;
	width: 204px;
	height: 22px;
	background: url('../images/button_10.gif') no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}

.check_holder {
	float: right;
	width: 105px;
	height: 23px;
	margin: 5px 0 15px 0;
	padding: 0 5px;
	background: url('../images/check_holder.gif') no-repeat;
	color: #fff;
	line-height: 23px;
	overflow: auto;
}

.check_holder label {
	position: relative;
	top: -1px;
	padding-left: 5px;
}

.clearboth {
	clear: both;
}

.cartstotal {
	float: left;
	color: #e7332b;
	font-size: 18px;
	font-weight: bold;
}

.cartstotal2 {
	color: #e7332b;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.cartstotal2 span {
	color: #000;
	font-size: 14px;
}

a.backtoeditcarts {
	float: right;
	padding-right: 265px;
	line-height: 23px;
}

.floatleft {
	float: left;
}

/* dtamas */

/* table */

.hirek td {
    border-right: 30px solid #fff;
    width: 45%;
  vertical-align:top;
}

.first {
	padding-top:0 !important;
}

/* login */

#window {
  position:absolute;
  top:20%;
  width:100%;
}

#window .message {
  color:red;
  font-style:italic;
  font-weight:bold;
  font-size:11px;
  font-variant:small-caps;
  letter-spacing:2px;
}

#window h1 {
    color: #4B4B4B;
    font-family: tahoma,geneva,sans-serif;
    font-size: 27px;
    font-weight: normal;
    margin: 10px 0 20px 280px;
}

#window form {
  margin-left:280px;
}

#window ul {
	margin-left:290px;
  margin-top:50px;
  line-height:2em;
  font-size:11px;
  letter-spacing:1px;
}

#window li {
  color:#ddd;
  list-style-type:square;
}

#window li a {
  text-decoration:none;
  padding:2px;

}

#window li a:hover {
  background-color:#000;
  color:#fff;
  border-radius:3px;
}

#window input[type="text"], #window input[type="password"] {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #DCDCDC;
    padding: 2px;
    width: 183px;
	margin-bottom: 15px;
}

#window input[type="submit"] {
  float:right;
  margin-right:40px;
}

#window input:focus {
  border:1px solid #000;
}

#window label {
    display: block;
    float: left;
	clear:left;
    line-height: 20px;
    width: 50px;
}

#window-in {
  background-color:#fff;
  border-radius:5px;
  box-shadow: 0 0 10px #bbb;
  padding:15px;
  width:560px;
  height:270px;
  margin:0 auto;
  background-image:url("../images/login.png");
  background-repeat:no-repeat;
}

tr.tr_yellow, tr.tr_yellow a {
  color: #d5b328;
}

tr.tr_green, tr.tr_green a{
  color: #00a633;
}

tr.tr_blue, tr.tr_blue a {
  color: #0243ff;
}

tr.tr_red, tr.tr_red a {
  color: #e52a21
}

/* 2011-11-16 */ 
#menu ul li.szerviz a {
  padding-right: 28px;
  background: url('../images/szerviz.gif') no-repeat right top;
}

#menu ul li.szerviz a:hover {
  background-position: right bottom;
}

.floatright {
  float: right;
}

table.servicetable {
  width: 100%;
  margin: 0 0 20px 0;
}

table.servicetable th {
  padding: 2px 10px 2px 0;
  text-align: left;
}

table.servicetable td {
  padding: 2px 0;
}

input.button_5 {
  width: 97px;
  height: 23px;
  background: url('../images/button_5.gif') no-repeat;
  border: 0;
  color: #fff;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
}

.servicesend textarea {
  width: 800px;
  height: 162px;
}

.servicesend input {
  margin-right: 133px;
}

.servicesend a {
  float: left;
}

/* 2011-11-25 */

.filter3 {
	width: 717px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 9px 10px 0 10px;
	background: url('../images/filter3.gif') no-repeat;
}

.marginbottom {
	margin-bottom: 10px;
}

.filter_7 {
	width: 110px;
	margin: 0 55px 0 0;
	padding: 2px;
}

.filter_8 {
	width: 110px;
	margin: 0 15px 0 0;
	padding: 2px;
}

table.table_60 {
	width: 60%;
}

table td.graybg {
	background: #f1f1f1;
}

.blue {
	color: #0243ff;
}

.yellow {
	color: #d5b328;
}

.center, table th.center {
	text-align: center;
}
