@CHARSET "UTF-8";

#main_body {max-width:980px}

.box_border {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
}

fieldset {
	margin-bottom: 10px;
	padding: 10px;
}

hr {
	clear: both;
	border: none;
	margin: 15px 0 10px 0;
}

.btn_action,
.btn_info,
.btn_normal,
.btn_hard {
	position: relative;
	width: 80px;
	line-height: 17px;
	/*margin-left: 10px;*/
	padding-top: 6px;
	padding-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
}

a.btn_action,
a.btn_info,
a.btn_normal,
a.btn_hard {
	width: 68px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}

#flight_list .sorters a {
	width: 90px;
}

.btn_action_hover, a.btn_action:hover,
.btn_info_hover, a.btn_info:hover,
.btn_normal_hover, a.btn_normal:hover,
.btn_hard_hover, a.btn_hard:hover {
	position: relative;
	text-decoration: none;
}

.inp_text,
.inp_textarea,
input.datepicker,
.inp_select {
	width: 278px;
	line-height: 15px;
	padding: 6px 8px 7px 8px;
}

input.datepicker {
	width: 90px;
}

#smonitor {
	clear: both;
	overflow: hidden;
}

.smonitorCol {
	float: left;
	width: 192px;
	overflow: hidden;
	margin-right: 4px;
	padding-right: 4px;
}

.smonitorCol.last {
	border-right: 0 !important;
    margin-right: 0;
}

#smonitor .smonitorItem {
	padding: 2px 2px 1px 2px;
}

#smonitor .smonitorItem.hover {
	padding: 1px;
	cursor: pointer;
}

.country_calling {
	margin-right:7px
}

.sidebar_filter .inp_text {
	width: 158px;
}

.inp_spec {
	border-left: none !important;
	font-weight: bold;
	margin: 0;
}

.inp_select {
	width: auto;
	line-height: normal;
	padding: 5px 8px 6px 5px;
}

.inp_label,
.inp_checkbox {
	display: block;
	margin-bottom: 5px;
}

.lbl_checkbox {
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
}

.lbl_pointer {
	cursor: pointer;
}

.inp_error {
}

.msg_box {
	position: relative;
	margin: 8px 0 20px 0;
	padding: 6px 10px 7px 35px;
}

.formitem {
	clear: both;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.tab_container {
	color: #282828;
	line-height: 15px;
	border:1px solid #dedede;
	border-right-color:#909090;
	border-bottom-color:#909090;
	background-color: #FFFFFF;
}

.tab_content {
	padding: 12px 15px 15px 15px;
}

.tab_header {
	position: relative;
	width: 100%;
	height: 3em;
/*	width: 62em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab_header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
/*	width: 62em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab_header ul li  {
	display: inline;
	list-style: none;
}

.tab_header ul a, .tab_header ul a.current,
.tab_header ul label, .tab_header ul label.current {
	/*width: 8em;*/
	min-width: 80px;
	display: block;
	float: left;
	padding: 4px 15px;
	margin: 1px -1px 0 0;
	text-align: center;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.tab_header ul a.current, .tab_header ul a.current:hover,
.tab_header ul label.current, .tab_header ul label.current:hover {
	border-left: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #909090;
	border-bottom: none;
	background: #FFFFFF;
	padding-bottom: 7px;
	margin-top: -1px;
	margin-right: 0;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
}

.tab_header ul a,
.tab_header ul label {
	background: #F4F4F4;
	border: 1px solid #DBDBDB;
}

.tab_header ul a:hover,
.tab_header ul label:hover {
	margin-top: 0;
	background: #F4F4F4;
	border: 1px solid #DBDBDB;
	padding-bottom: 5px;
	text-decoration: underline;
}

.tipsy {padding: 5px; font-size: 11px; background:url(../images/tipsy.gif) no-repeat; }
.tipsy-inner { padding: 5px 8px 5px 8px; background-color: #474747; color: white; max-width: 200px; text-align: center; border: 1px solid #282828;}
.tipsy-inner { -moz-border-radius:2px; -webkit-border-radius:2px; box-shadow: 2px 2px 4px #bfbfbf;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

.ie6fix { height:1px;width:1px; position:absolute;top:0;left:0;z-index:1; }

.hotel_header { /* Hotel találat fejléc */
	padding:1%
}

.hotel_name {
	font-size:130%;
	text-transform: uppercase;
	display:block;
	float:left;
}

.hotel_thumbnail img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.hotel_price {
	font-size: 130%;
	white-space:nowrap;
	float:right;
	clear:both
}

.hotel_location {
	font-size:90%;
	float:left;
}

tr.tbl_room {
	border-bottom: 10px solid transparent;
}

.tbl_room_td1,
.tbl_room_td2 {
	background: transparent url(../images/separator.png) 0 17px repeat-x;
}

.tbl_room_td3 {
	padding-left: 10px;
}

.hotel_roomtype {display:block;margin-bottom:10px;}

.hotel_roomname {float:left}
.hotel_roomprice {float:right;margin-right:1%}
.hotel_roomselect {float:right;}

.packageprice {
	white-space: nowrap;
}

.flight_data {
	margin-bottom: 10px;
}

.flight_data .fprice {
	white-space: nowrap;
}

#docs {
	margin: 10px;
	padding: 10px;
}

table.segment_table, .segment_table > table  {
	border: 1px solid #E8E8E8;
	border-spacing: 1px !important;
	border-collapse: separate !important;
}

.segment_table td {
	padding: 2px;
}

.flight_table {
	clear: both;
	overflow: hidden;
}

.flight_data td {
	height: 21px;
}

tr.flight_info td {
	font-size: 80%;
}
.tablefilter_checklist_airline {
	width: 62px;
}

.ft-header {
	background-color: #E8E8E8;
	font-weight:bold
}

.ft-airline {
	text-align: center;
	width: 100px;
}
.ft-class {
	border-bottom: 1px solid #F4F4F4;
}
.ft-transfer, .tablefilter_checklist_change {
	width: 93px;
}
.tablefilter_timerange_starttime {
	width: 257px;
}
.tablefilter_multichecklist_depflight {
	width: 172px;
}
.tablefilter_multichecklist_retflight {
	width: 172px;
}
.tablefilter_airports {
	width: 344px;
}
.ft-price, .tablefilter_pricerange_price {
	width: 160px;
}
.ft-hprice, .tablefilter_pricerange_hprice {
	width: 160px;
}
.ft-hprice, .ft-price {
	text-align: center;
}
.ft-times {
	width: 130px;
}
.ft-price {
	float: left;
}

.ft-segments {
	padding-left: 5px;
	border-left: 1px solid #F4F4F4;
	margin-left:170px;
}

.ft-segments hr {clear:none}

b.daychg {
	color: red;
}
.change_i {
	margin-left: 0 !important;
	vertical-align: bottom;
}
.tablefilter_group {
	margin-top: 10px;
}
.tablevalue_change {
	display: none;
}
.tablevalue_val {
	display: none;
}
.tablevalue_starttime {
	display: none;
}
.tablevalue_stars {
	display: none;
}
.tablevalue_rate {
	display: none;
}

/*filter starts*/
#flight_table th {
/*	padding: 0;*/
	position:inherit;
}

.tablefilter_layer {
	display: table;
	padding: 4px;
	text-align: left;
	text-transform: none;
	border: 1px solid #CCCCCC;
	margin-top: -1px;
	z-index:1;
}

.tablefilter_layer ul {
	margin-left: 10px;
}

.tablefilter_layer li label {
	display: block;
	cursor: pointer;
	padding: 1px 3px;
}

.tablefilter_pricerange_pad, .tablefilter_hpricerange_pad, .tablefilter_raterange_pad, .tablefilter_timerange_pad {
	padding: 10px 5px;
	float: none !important;
}

.tablefilter_freetext {
	padding-left: 10px !important;
}

.tablevalue_val {
	display: none;
}

.raterange_min,
.raterange_max,
.pricerange_min,
.pricerange_max,
.daterange_min,
.daterange_max {
	position: absolute;
	white-space: nowrap;
}

.sidebar_filter {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	padding: 15px;
}

.sidebar_filter .div_filter, .sidebar_filter .tablefilter_layer {
	border: 0 !important
}

.sidebar_filter div.filter {
	position: relative !important;
	z-index: 1 !important;
	margin-top: 0 !important
}

.sidebar_filter thead th > a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-left:10px;
}

.sidebar_filter .tablefilter_pricerange_pad,
.sidebar_filter .tablefilter_hpricerange_pad,
.sidebar_filter .tablefilter_raterange_pad,
.sidebar_filter .tablefilter_timerange_pad {
	padding: 10px 15px 10px 5px
}

.sidebar_filter th {
	font-weight: normal;
	border-bottom: 1px solid #D5D5D5;
	padding: 8px 0 5px;
}

.filter2_start_end .tab_content{
	padding:0;
}

.sidebar_filter .lbl_checkbox {
	margin-top: 0 !important;
}

.sidebar_filter input.datepicker {
	width: 80px;
	padding-left: 3px;
}

/*filter ends*/
#hotel_results,
#flight_results {
	width:100%
}

.hotelitem, .flight_table {
	margin-right: 220px;
}

#frmCart .hotelitem, #frmCart .flight_table {
	margin-right:0;
}

.fullwidth_results .hotelitem {
	margin-right: 0;
}

.hotel_image {margin-right:5px; margin-bottom:5px;}
.hotel_facilities, .hotel_roomfacilities, .hotel_text {margin-bottom:5px}
.tmp_image {
	border: 1px solid #FF9605;
	position: absolute;
	z-index: 9999;
	background:#fff;
	line-height:1px;
	cursor:help
}


/************************************************************************************
FLIGHT IN PACKAGE
*************************************************************************************/
.hotel_moredetails {
	margin-top: 10px;
}

.flight_item {
	clear: both;
	padding: 5px;
	margin-top: 10px;
	overflow: hidden;
}

.flightbox .arrow {
	width: 50px;
	height: 20px;
	background: url(../images/arrow.png) no-repeat center;
}

.flightbox .separator {
	padding-bottom: 2px;
	background: url(../images/separator.png) repeat-x bottom;
}

.separator td {
	padding-bottom: 4px;
}

.paxtable th,
.paxtable td {
	padding-right: 5px;
	padding-bottom: 5px;
}

.totalprice,
.discount,
.originalprice {
	text-align: right;
}

#frmRooms {
	margin-top: 20px;
}

#frmRooms table td {
	padding: 2px 3px;
}

.TRBlogo {
	margin-top: 20px;
	position: relative;
	top: -20px;
}

.subscribe h2 {
	margin-bottom: 10px;
}

.subscribe .inp_text,
.subscribe .inp_select {
	padding: 3px;
}

.subscribe_pad {
	margin: 10px;
}

.subscribe .btn_action {
	padding: 2px 12px;
	width: auto;
	text-shadow: none;
}

.lb_container .listboxItem,
.lb_container .selectboxItem,
.lb_container .selectboxItemDisabled {
	display: block;
	height: 20px;
	padding: 2px;
	margin: 0 0 2px 0;
	text-decoration: none;
}

.lb_container .selectboxItem,
.lb_container .selectboxItemDisabled {
	height: auto;
}

.lb_container .selectboxItemDisabled {
	color: #999999;
}

.lb_container .listboxItem:hover,
.lb_container .selectboxItem:hover {
	cursor: pointer;
}

.lb_container .listboxItem.selected {
	font-weight: bold;
}

#lb_main_paymode,
#lb_main2_paymode {
	margin: 0;
	padding: 0;
	border: none;
}

#lb_main_paymode li.selectboxItem {
	float: left;
	clear: none;
	margin-right: 5px;
}

#lb_main_paymode li.selectboxItem div {
	width: 200px;
	text-align: center;
	margin: 0;
}

.unpin a.pinhandle,
.pin a.pinhandle {
	margin-top: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background:url('../images/pin_0.png') no-repeat center center;
}

.unpin a.pinhandle {
	background-image: url('../images/pin_1.png');
}

.hotel_col2 {width:45%;margin-right:1%;}
.fullwidth {width:100% !important}

#importance_container {
	text-align: left;
	padding: 10px;
	cursor: default;
}

.importance_info {
	float: right;
	width: 49%;
}

.importance_info .msg_box {
	margin: 0 0;
	padding-top: 0;
}

.importance_info .msg_box .icons {
	top: 2px;
}

#importance_container ul {
	width: 49%;
}

#importance_container li {
	background:url("../images/drag.png") no-repeat right center;
	cursor: move;
	display: block;
	height: 22px;
	list-style: none outside none;
	margin-bottom: 1px;
	padding: 2px 5px;
	width: 95%;
}

#importance_container li.dummyItem {
	background-image: none;
	width: 95%;
}

#importance_container li a {
	display: inline-block;
	text-align: center;
	padding: 0;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

#importance_container li a.disabled {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.btn_setting {
	height: 21px;
	width: 21px !important;
	background:url('../images/setting.png') no-repeat center center;
}

.btn_hard.btn_setting {
	background-image: url('../images/setting_hard.png');
}

#cache_buttons {
	padding: 15px;
}

#lb_main_catalog_listtype li.selectboxItem {
	clear: none;
	float: left;
	margin: 0 0 0 1%;
	width: 31%;
	text-align: left;
}

#lb_main_catalog_listtype li.selectboxItem table {
	border-collapse: separate;
	border-spacing: 5px;
}

#lb_main_catalog_listtype b {
	font-size: 120%;
}

.filter_datepicker {
	background-color: transparent;
	border: 1px solid transparent;
	width: 80px;
	text-align: center;
	padding: 6px 0 5px 0;
}

#ajax_listOfOptions.airlines {
	height:52px !important;
}

#hotel_catalog_img {
  width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

#hotel_catalog_img img {
  width: 100%;
	height: auto;
	position: absolute;
	left: 0;
}

.flightbox fieldset {
	border: none;
}

.flightbox .t_close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}

#event_list th {
	padding-bottom: 10px;
}

#event_list td {
	padding: 10px 0;
}

.event_table th,
.event_table td {
	padding: 3px 5px;
}

#item_event table td {
	padding: 2px 0;
}

#ajax_listOfOptions {
	background-color: #ffffff;
	border:1px solid #e1e1e1;
	box-shadow: 2px 2px 4px #bfbfbf;
	color: #262626;
}

#ajax_listOfOptions .optionDiv {
	border-bottom:1px solid #e1e1e1;
}

#ajax_listOfOptions .optionDiv2 {
	background-color: #ff8800;
	color: #ffffff;
}

#ajax_listOfOptions .optionDivSelected {
	background-color: #ffdbb8;
	border-bottom:solid #e1e1e1;
	color: #000000;
}

.optionDiv b {
background-color: #ffdbb8;
}

.optionDivSelected b {
background-color: #ffdbb8;
}

#car_list .fprice {
color: #996633;
font-size: 18px;
font-weight: bold;
}

#event_list .event_separator td {
	border-top:1px solid #dbdbdb;
}

#event_list th, .event_table th {
color: #000000;
font-size: 12px;
font-weight: bold;
}

#importance_container li {
	background-color: #fbe0ab;
	border:1px solid #dd9f36;
	color: #5d5d5d;
}

#importance_container li a {
	background-color: #ffffff;
	border:1px solid #dd9f36;
}

#importance_container li.dummyItem {
	background-color: transparent;
	border:1px dashed #dbdbdb;
}

.event_caption {
font-size: 14px;
}

.event_price {
color: #000000;
font-size: 12px;
font-weight: bold;
}

.event_table tr.even td {
background-color: #f8f8f8;
}

.event_type {
color: #999999;
font-size: 10px;
}

.flightbox {
	background-color: #f8f8f8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #cccccc;
}

.flight_data .fprice {
color: #000000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.hotelitem .hotel-name {
color: #0000ee;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

.hotelitem .paxprice, #flight_list .fprice {
color: #000000;
font-size: 12px;
font-weight: bold;
}

.packageprice {
color: #000000;
font-size: 12px;
font-weight: normal;
}

.price_include {
color: #999999;
font-size: 12px;
font-weight: normal;
}

.sidebar_filter {
	background-color: #eeeeee;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border:1px solid #d5d5d5;
	box-shadow: 2px 2px 4px #bfbfbf;
}

.sidebar_filter thead th > a {
color: #000000;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
}

.tablefilter_group {
color: #c1650d;
font-weight: normal;
}

#searchbox #params {
	background-color: #fceabe;
	border:1px solid #e68c16;
}

#searchbox #smode {
	background-color: #fceabe;
	border:1px solid #e68c16;
}

#searchbox #smode .selectedLabel {
color: #ffa10e;
font-weight: bold;
}

#searchbox #smode label {
color: #000000;
font-weight: normal;
}

#searchbox .basictab {
	border-bottom:1px solid #e68c16;
	text-align: left;
}

#searchbox .basictab li a, #searchbox .basictab li a:visited {
	background-color: #fef8ea;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border:1px solid #e68c16;
	color: #000000;
	text-decoration: none;
}

#searchbox .basictab li a:hover {
background-color: #fceabe;
color: #000000;
}

#searchbox .basictab li.selected a {
background-color: #fceabe;
color: #ffa10e;
font-weight: bold;
text-decoration: none;
}

#searchbox .item label {
color: #999999;
font-size: 10px;
}

#searchbox a.button, a.button:visited, a.button:hover {
	background-color: #ff0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ff8100;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#searchbox a.iLink, #searchbox a.iLink:visited {
color: #0000ff;
font-size: 12px;
font-weight: lighter;
text-decoration: none;
}

#searchbox a.iLink:hover, #searchbox a.iLink:visited:hover {
color: #0000cc;
font-weight: lighter;
text-decoration: none;
}

#searchbox select {
	border:1px solid #ababab;
	font-size: 11px;
}

#searchbox span.lightergrey {
color: #ffffff;
font-size: 10px;
font-weight: bold;
}

#smonitor .airline_text {
color: #000000;
}

#smonitor .date {
color: #000000;
font-size: 12px;
}

#smonitor .hotel_text {
color: #000000;
}

#smonitor .origin_destination {
color: #d3d3d3;
font-size: 12px;
}

#smonitor .pax_and_night {
color: #000000;
}

#smonitor .pricePrefix {
	color: #000000;
	font-size: 11px;
}

#hotel_results .pricePrefix {
	color: #000000;
	font-size: 14px;
}

#smonitor .price {
color: #ffa10e;
font-size: 16px;
font-weight: bold;
}

#smonitor .smonitorCol {
	border-right:1px solid #d3d3d3;
	width: 192px;
}

#smonitor .smonitorItem {
	border-bottom:1px dotted #d3d3d3;
}

#smonitor .smonitorItem.hover {
	background-color: #fef5da;
	border:1px solid #f5b74f;
}

#smonitor .text {
font-size: 12px;
}

#smonitor a.smonitorLink {
color: #519acc;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

#smonitor a.smonitorLink:hover {
color: #519acc;
text-decoration: underline;
}

.gui_table {
	background-color: #ffffff;
	border:1px solid #dbdbdb;
}

.gui_table tbody td {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #ffffff;
}

.gui_table td.first {
	border-left:1px solid #ffffff;
}

.gui_table td.last {
	border-right:1px solid #ffffff;
}

.gui_table thead th {
	background-color: #f5b434;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #dbdbdb;
	color: #ffffff;
	font-size: 12px;
	text-shadow: 1px 1px 1px #777777;
}

.gui_table tr.even td {
	background-color: #f8f8f8;
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
}

.gui_table tr.even td.first {
	border-left:1px solid #f8f8f8;
}

.gui_table tr.even td.last {
	border-right:1px solid #f8f8f8;
}

.gui_table tr.gui_table_hover td {
	background-color: #fef5da;
	border-top:1px solid #f5b74f;
	border-bottom:1px solid #f5b74f;
	border-left:1px solid #fef5da;
}

.gui_table tr.gui_table_hover td.first {
	border-left:1px solid #f5b74f;
}

.gui_table tr.gui_table_hover td.last {
	border-right:1px solid #f5b74f;
}

.box_background {
background-color: #ffffff;
}

.box_background_selected, .box_background.pin, .box_background.pin .box_background {
background-color: #fbe0ab;
}

.box_border {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border:1px solid #dbdbdb;
	box-shadow: 2px 2px 4px #bfbfbf;
}

.btn_action {
	background-color: #fdcd61;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #e3a53c;
	box-shadow: 0 1px 2px #bfbfbf;
	color: #996633;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #feebbf;
}

.btn_action_hover, a.btn_action:hover {
border-color: #cd9537;
box-shadow: 0 1px 5px #aaaaaa;
color: #996633;
}

.btn_hard {
	background-color: #505050;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #333333;
	box-shadow: 0 1px 2px #bfbfbf;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #323232;
}

.btn_hard_hover, a.btn_hard:hover {
	border:1px solid #1b1b1b;
	box-shadow: 0 1px 5px #666666;
	color: #ffffff;
}

.btn_info {
	background-color: #5ab121;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #003300;
	box-shadow: 0 1px 2px #bfbfbf;
	color: #003300;
	font-size: 12px;
	font-weight: bold;
}

.btn_info_hover, a.btn_info:hover {
border-color: #003300;
box-shadow: 0 1px 5px #aaaaaa;
color: #003300;
}

.btn_normal {
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #d3d3d3;
	box-shadow: 0 1px 2px #bfbfbf;
	color: #555555;
	font-weight: bold;
	text-shadow: 1px 1px 1px #d4d4d4;
}

.btn_normal:disabled {
color: #dadada;
}

.btn_normal_hover, a.btn_normal:hover {
border-color: #b4b4b4;
box-shadow: 0 1px 5px #bfbfbf;
color: #555555;
}

.error {
	background-color: #eeeeee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #222222;
	color: #222222;
	font-weight: bold;
}

.gui_progressbar_color {
background-color: #f15b29;
}

.inp_disabled {
border-color: #dedede;
color: #b5b5b5;
}

.inp_error {
border-bottom-color: #909090;
border-left-color: #dedede;
border-right-color: #909090;
border-top-color: #dedede;
color: #990000;
}

.inp_label, .inp_checkbox {
color: #5d5d5d;
}

.inp_text, .inp_textarea, input.datepicker, .inp_select {
	border:1px solid #dedede;
	border-right-color:#909090;
	border-bottom-color:#909090;
	color: #282828;
}

.lbl_error {
color: #990000;
}

.msg_info {
	background-color: #fed971;
	border:1px solid #b1803f;
	box-shadow: 0 1px 5px #aaaaaa;
	color: #996633;
}

.msg_success {
	background-color: #dfffdf;
	border:1px solid #003300;
	box-shadow: 0 1px 5px #aaaaaa;
	color: #003300;
}

.msg_warning, .msg_error {
	background-color: #990000;
	border:1px solid #2d0000;
	box-shadow: 0 1px 5px #666666;
	color: #ffffff;
	font-weight: bold;
}

.required {
color: #c1650d;
font-size: 11px;
}

a {
color: #0000ee;
text-decoration: none;
}

a:hover {
color: #0000ee;
text-decoration: none;
}

body {
	background-color: transparent;
	color: #000000;
	font-family:Arial, sans-serif;
	font-size: 12px;
}

fieldset {
	background-color: #ffffff;
	border:1px solid #dbdbdb;
}

hr {
	border-top:1px solid #dbdbdb;
}

legend {
color: #c1650d;
font-weight: bold;
}

.discount {
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

.lb_container .listboxItem, .lb_container .selectboxItem, .lb_container .selectboxItemDisabled {
	background-color: #ffffff;
	border:1px solid #dddddd;
	color: #282828;
}

.lb_container .listboxItem.selected, .lb_container .selectboxItem.selected {
	background-color: #fee395;
	border:1px solid #dd9f36;
}

.lb_container .listboxItem:hover, .lb_container .selectboxItem:hover {
	background-color: #fff8df;
	border:1px solid #dd9f36;
}

.originalprice {
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

.totalprice {
color: #000000;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.subscribe {
	background-color: #fceabe;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border:1px solid #e68c16;
	box-shadow: 0 0 0 transparent;
}

.subscribe .btn_action {
	background-color: #ff0000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ff8100;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.subscribe .inp_label {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

.subscribe h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
