h1
{
	font-size:15px;
	font-weight:bold;
	padding:0;
	margin:0;
}

h2
{
	font-size:12px;
	font-weight:bold;
}

table.form td:first-child
{
	width:120px;
}

table.form td
{
	padding:5px;
}

table.form td input[type=text],table.form td input[type=password],table.form td select
{
	width:200px;
}

div.more
{
	text-align:right;
	margin-top:5px;
	display:block;
}

div#breadcumb
{
	display:block;
	font-size:11px;
	padding:3px 0;
}

div.messages
{
	color:#333;
	display:block;
	padding:10px 10px 10px 50px;
	background-color: white;
	background-repeat:no-repeat;
	background-image:url("../img/about.png");
	background-position:5px 5px;
	min-height:35px;
	border:1px solid #ccc;
	margin-bottom:15px;
}

.small_text
{
	font-size:10px;
}

table.list{
	border-spacing:0.3em;
	margin:0 auto;
	width:100%;
}

table.list th a{
	color:white;
}

table.list th{
	background:#999999;
	color:#FFFFFF;
	font-weight:normal;
	padding:1px 5px;
	text-align:left;
	vertical-align:bottom;
}

table.list td{
	border-bottom:1px solid #ccc;
	padding:2px 5px;
}

table.list td.noborder
{
	border-bottom:0;
}

table.list tr:hover td{
	background: #ddd;
}

/*----------------------------------------------------- BOX ---------------------------------------------*/

div.specmenu div.item
{
	margin:2px 2px 10px;
}

div.specmenu img
{
	width:40px;	
}

div.box
{
	border:1px solid #ccc;
	margin-bottom:10px;
}

div.box>div.box_title
{
	margin:0;
	border-bottom:1px solid #ccc;
	padding:5px;
}

div.box>div.box_title>h1
{
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}

div.box>div.box_content
{
	margin:5px;
}

div.box_content div#webshop a
{
	text-decoration:none;
}

div.box div.login_data span.email,div.box div.login_data span.password
{
	width:40px;
	float:left;
	margin:2px;
}

div.box div.login_data input[type=password], div.box div.login_data input[type=text]
{
	width:130px;
}

div.box div.login_data input[type=checkbox]
{
	margin-right:5px;
}

div.box div.login_data input
{
	margin:2px;
}

div.box #webshopbasket_productlist_id
{
	display:table;
	width:100%;
}
div.box div.product_line 
{
	display:table-row;
	font-size:10px;
}

div.box div.product_line span
{	
	display:table-cell;
	padding:0 3px;
}



/* ------------------------------------- WEBSHOP -------------------------------------------*/

div.webshop_product .price_cart
{
	font-size:14px;
	padding:0;
	margin:0;
}

div.webshop_product input.p_id
{
	width:20px;
}

div.webshop_product .price_cart img
{
	height:24px;	
	cursor:pointer;
}

div.webshop_product .product_name
{	
	font-size:14px;
	padding-bottom:7px;
	font-weight:bold;
}

div.webshop_product img.mainimage
{
	display:block;
	margin:auto;
}

div.webshop_product div.title
{
	background-color:#f0f0f0;
	margin:0;
	padding:5px;
}

div.tabmenu
{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	width:100%;
}

div.webshop_product div.tabmenu>div
{
	background-color:#f0f0f0;
	float:left;
	width:50%;
	height:20px;
	text-align:center;	
	padding-top:3px;
	cursor:pointer;
}

div.webshop_product div.tabmenu>div.selected
{
	background-color:#fff;
	color:#FF6633;
}

div.webshop_product div.tabs_content
{
	margin:10px 5px 5px;
}

div.webshop_product div.tab_border
{
	border: 1px solid #ccc;

}

div.webshop_product div.album_container
{
	width:260px;	
}

div.webshop_product div.simple_border
{
	border:1px solid #ccc;
	padding:5px;
}


div.webshop_product div.thumbnailcontainer
{
	width:240px;
	height:50px;
	overflow:hidden;
	display:inline-block;
	white-space:nowrap;
}

div.webshop_product table.album_container div.image
{
	display:inline;	
}

div.webshop_product table.album_container img
{
	height:40px;
	
}

div.webshop_product .scroll_button
{
	width:10px;
	background-color:#f0f0f0;
}

div.webshop_product .scroll_button a
{
	text-decoration:none;
}


div.connected_product div.title
{
	background-color:#f0f0f0;
	background-image:url(../img/table_header0.jpg);
	font-weight:bold;
}

div.connected_product div.content>div
{
	float:left;
	margin:5px;
	position:relative;	
}

div.webshop_product div.connected_product div.content>div>img
{
	height:60px;
}

div.webshop_product div.connected_product div.content div.new
{
	right:0;
	top:0;
	width:20px;
	height:20px;
	position:absolute;
	
}

div.webshop_product div.connected_product div.content div.cp_title
{
	font-size:10px;
	text-align:center
}

div.webshop_product_list div.product_name
{
	font-weight:bold;
	padding:5px 0;
	
}

table.webshop_product_list img
{
	width:100px;
	margin:5px;
}

table.webshop_product_list td div.product_name
{
	font-size:12px;
	font-weight:bold;
}

table.webshop_product_list td div.product_lead
{
	font-size:10px;
}

table.webshop_product_list td
{
	border-bottom:1px solid #ccc;
	padding:5px 0;
}

table.webshop_product_list td.noborder
{
	border:none;
}


div#webshop_start_container div.main_product
{
	float:left;
	width:135px;
	height:135px;
	text-align:center;
}

div#webshop_start_container div.main_product img
{
	height:80px;
	max-height:80px;
	max-width:135px;
}

div#webshop_start_container div.main_product div.product_title
{
	font-weight:bold;
}




/*------------------------------------------------------- BREADCRUMB ------------------------------------------*/

div#breadcrumb
{	
	display:block;	
	padding-bottom:5px;
}

div#breadcrumb a
{
	color:#FF6633;
	font-size:11px;
}

div#breadcrumb a.active
{
	color:black;
	font-weight:bold;
}


/*------------------------------------------------------- TOP MENU ---------------------------------------*/
div#top_menu
{
	width:100%;
	padding:4px 0;	
	background-image:url(../img/table_header1.gif);
	overflow: auto;
	width: 100%;	
}

div#top_menu a 
{
	text-decoration:none;
	float:right;
	color:#fff;
	margin-right:15px;
	font-weight:bold;
}

div#top_menu input[type=submit]
{
	padding:0 5px;	
	margin:0;
}

div#top_menu form
{
	margin-right:10px;
}

div#top_menu a:hover
{
	color:#ccc;
}

div#top_menu form
{
	border:0;
	padding:0;
}

div#top_menu a.selected
{
	color:#ccc;
}

/*------------------------------------------------------ BUTTONS ----------------------------------------------*/

input[type=submit]
{
	background: #FF6633;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:2px 10px;
	margin:2px;
	color: white;	
	/*behavior: url("/Scripts/border-radius.htc");*/
}

input[type=submit]:hover, a.button:hover
{
	color: black;
	cursor:pointer;
}

a.button
{
	background: #FF6633;
	border:none;
	-moz-border-radius: 5px;
	padding:2px 10px;
	margin:2px;
	color: white;
	text-decoration:none;
}

input[name=security_code]
{
	width:60px !important;
}

div.filter
{
	width:100%;
}

div.filter div
{
	float:left;
}

div.albumentry
{
	float:left;
	margin:5px;
	border:1px solid #ccc;
}

div.more
{
	margin:10px;
	display:block;
}

div.links
{
	margin:10px;
}

div#overview
{
	background-color:#eee;
	border:1px solid;
	padding:5px;
	width:100%;
	overflow:auto;
	width:720px;
	position:relative;
}

div#overview td
{
	padding:3px 2px;
}
div#overview th
{
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #336699;
	color:#336699;
}
div#overview div.float_left>table
{
	width:240px;
}

div#overview div.float_left
{
	float:left;width:400px;
}

#search-list .lister .header 
{
	background-color:#FEF5CC;
	border-left:1px solid #FFCC00;
	border-right:1px solid #FFCC00;
	border-top:1px solid #FFCC00;
	height:43px;
	padding-top:3px;
}

#search-list tr td.photo
{
	width:150px;
}

#search-list td 
{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px;
}

#search-list .lister
{
	margin-bottom:10px;
}

#search-list .lister .detail table 
{
	border-collapse:separate;
	border-spacing:3px;
	width:100%;
}

#search-list .title a
{
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}

#search-list .props
{
	width:360px;
}

#search-list .lister .detail 
{
	background-color:#FFFFFF;
	border-bottom:1px solid #FFCC00;
	border-left:1px solid #FFCC00;
	border-right:1px solid #FFCC00;
}

#search-list .lister .separator 
{
	border-color:-moz-use-text-color -moz-use-text-color #A4BFCA;
	border-style:none none dashed;
	border-width:0 0 1px;
	height:10px;
	margin:0;
}

div#hotelinfo_container img
{
	margin:10px;
}

div#filter2_container
{
	background-color:#FEF5CC;
	border:1px solid #FFCC00;
	padding:5px;
	margin-bottom:10px;
}

form#ajaxsearchform span.label
{
	font-weight:bold;
	display:block;
}

table.offerheader
{
	width:100%;
}

table.offer td:first-child, table.offerheader th
{
	width:60%;
}
table.offer td:first-child + td, table.offerheader th:first-child + th
{	
	width:20%
}
table.offer td:first-child + td + td, table.offerheader th:first-child + th + th
{	
	width:10%
}
table.offer td:first-child + td + td + td, table.offerheader th:first-child + th + th + th
{	
	width:10%
}

table.regional_hit_list
{
	width:100%;
}

table.regional_hit_list tr th
{
	background-color:#FEF5CC;
	height:20px;
	padding-left:10px;
	font-weight:bold;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
}

table.regional_hit_list tr td:first-child
{
	padding-left:30px;
	height:20px;
}

table.regional_hit_list tr td:first-child+td
{
	color:red;
	font-weight:bold;
}

div#offerproduct_simplelist div.offerproduct,div#offerproduct_simplelist1 div.offerproduct
{
	float:left;
	margin:5px;
}

div#offerproduct_simplelist div.offerproduct a,div#offerproduct_simplelist1 div.offerproduct a
{
	display:block;
	font-weight:bold;
}

div.tabmenu
{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	width:100%;
}

div.tabmenu>div
{
	background-color:#f0f0f0;
	float:left;
	width:50%;
	height:20px;
	text-align:center;	
	padding-top:3px;
	cursor:pointer;
}

div.tabmenu>div.selected
{
	background-color:#fff;
	color:#FF6633;
}

div.tabs_content
{
	margin:10px 5px 5px;
}

div.tab_border
{
	border: 1px solid #ccc;

} 

span.separator
{
	margin:0 10px;
}

div.offerproductclearbox img
{
	width:150px;
}

table#choose_offer td
{
	padding:5px;	
}

table#choose_offer
{
	margin-bottom:20px;	
}

table#resztvevok th
{
	padding-bottom:5px;
}

table#resztvevok td
{
	padding-bottom:5px;
}

table#resztvevok input[type=text]
{
	width:90%;
}

table#resztvevok td:first-child
{
	width:60%;
}

table#resztvevok
{
	margin-bottom:20px;
	width:100%;
}

table#offer_note
{
	margin-bottom:15px;
}

table#offer_note td:first-child
{
	width:20%;
}

table#offer_note textarea
{
	width:339px;
	height:120px;
}

table#order, table#order_address
{
	width:100%;
	margin-bottom:20px;
}

table#order td, table#order_address td
{
	padding:2px;
}

table#order input[type=text], table#order_address input[type=text]
{
	width:80%;
}

table#order td:first-child, table#order_address td:first-child
{
	width:33%;
}

table.webshopitem
{
	width:100%;
	margin-bottom:20px;
}

table.webshopitem td:first-child
{
	width:33%;
}

table.webshopitem td
{
	padding:2px;
}

table.webshopitem table.resztvevok
{
	width:80%;
	margin:0;
}

table.webshopitem table.resztvevok td:first-child
{
	width:60%;
}

span.required
{
	color:red;
	padding-left:5px;
}

div.required_text
{
	color:red;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	margin-bottom:10px;
}

div.offerproductlist_filter
{
	width:465px;
	margin:5px;
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}

div#notes_1_box
{
	border:0 !important;
}

div#notes_1_box div.box_title
{
	display:none;
}

div#notes_1_box div.box_content
{
	padding-top:40px;
	padding-left:15px;
	padding-right:15px;
}

div#notes_1_box 
{
	background-color:white !important;
	background-image:url("../img/akcio.png");
	background-position:center center;
	background-repeat:no-repeat;
	border:0 none !important;
	height:123px;
	margin-left:5px;
	width:240px;
}


div#roomscontainer
{
	height:200px;
	overflow-y:scroll;
	margin-bottom:15px;
}

div#akcios_utazasok_box
{
	background:#D09797 !important;
}

div#akcios_utazasok_box div.box_title
{
	display:none;
}

div#akcios_utazasok_box p
{
	margin:15px 0 10px 0;
}

div#akcios_utazasok_box a
{
	font-weight:bold;
	color:black;
}

div#amazon_message
{
	background: none repeat scroll 0 0 #FFF6E0;
    border: 1px solid #CCCCCC;
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
	margin:0 0 10px;
	padding:0 0 10px;
}

div#amazon_message>img
{
	display: block;
    float: none;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 470px;
}
