/* GENERAL START */
body{
	padding: 0px;
	margin: 0px;
	background: #0a0a0a url(./images/body_bgr.gif) repeat-x 0 25px;
}

html ,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
}

table, p{
	padding: 0px;
	margin: 0px;
}

table td,
table th{
	vertical-align: top;
}

form, dl, dd, dt{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul, ol{
	margin-top: 0;
	margin-bottom: 0;
}

a, a:hover{
	color: #000;
	text-decoration: underline;
}

a:focus{
	outline: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 1em;
}

h1, h1 a, h1 a:hover,
h2, h2 a, h2 a:hover,
h3, h3 a, h3 a:hover,
h4, h4 a, h4 a:hover,
h5, h5 a, h5 a:hover,
h6, h6 a, h6 a:hover{
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: normal;
}

img{
	display: block;
	border: 0px;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.clear{
	clear: both;
}

.page_bgr{
	width: 100%;
	min-width: 950px;
	float: left;
}

.page{
	width: 950px;
	margin: auto;
}
/* GENERAL END */
/* HEADER START */
.header{
	width: 950px;
	height: 199px;
	float: left;
	background: transparent url(./images/header_bgr.png) no-repeat left bottom;
}

.header .header_tabs{
	width: 940px;
	height: 39px;
	float: left;
	padding: 39px 0 0 10px;
}

.header .header_tabs .sections{
	float: left;
}

.header .header_tabs .lang{
	float: right;
}

.header .header_tabs .item,
.header .header_tabs .item_wrap,
.header .header_tabs .item a,
.header .header_tabs .item a:hover{
	display: block;
	float: left;
	text-decoration: none;
}

.header .header_tabs .item a,
.header .header_tabs .item a:hover{
	height: 20px;
	line-height: 20px;
	padding: 5px 3px 9px 3px;
	font-weight: bold;
	color: #333;
}

.header .header_tabs .item a:hover{
	color: #fff;
}

.header .header_tabs .item{
	padding-left: 11px;
}

.header .header_tabs .item_wrap{
	padding-right: 11px;
}

.header .header_tabs .active{
	background: transparent url(./images/tab_left.gif) no-repeat left top;
}

.header .header_tabs .active  .item_wrap{
	background: transparent url(./images/tab_right.gif) no-repeat right top;
}

.header .header_tabs .first,
.header .header_tabs .first_active{
	padding-left: 6px;
}

.header .header_tabs .first_active{
	background: transparent url(./images/tab_left_first.gif) no-repeat left top;
}

.header .header_tabs .last .item_wrap,
.header .header_tabs .last_active .item_wrap{
	padding-right: 6px;
}

.header .header_tabs .last_active .item_wrap{
	background: transparent url(./images/tab_right_last.gif) no-repeat right top;
}

.header .header_tabs .active a,
.header .header_tabs .active a:hover{
	color: #fff;
	background: transparent url(./images/tab_middle.gif) repeat-x left top;
}

.header .header_logo{
	width: 205px;
	height: 88px;
	float: left;
	padding: 24px 0 0 35px;
}

.header .header_menu{
	width: 490px;
	float: left;
	padding-top: 71px;
}

.header .header_menu .menu_wrap{
	float: left;
	padding-right: 5px;
	background: transparent url(./images/menu_bgr_right.gif) no-repeat right top;
}

.header .header_menu ul,
.header .header_menu li,
.header .header_menu a,
.header .header_menu a:hover{
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

.header .header_menu ul{
	height: 30px;
	float: left;
	padding: 0 5px 0 10px;
	background: transparent url(./images/menu_bgr_left.gif) no-repeat left top;
}

.header .header_menu ul li{
	float: left;
}

.header .header_menu ul li a,
.header .header_menu ul li a:hover{
	min-width: 85px;/*ie6fix*/
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	font-size: 1.083em;
	font-weight: bold;
	color: #fff;
	background: transparent url(./images/menu_spacer.gif) no-repeat left center;
}

.header .header_menu ul li a.expand,
.header .header_menu ul li a.expand:hover{
	padding-left: 22px;
	background: transparent url(./images/menu_expand.gif) no-repeat left center;
}

.header .header_menu ul li ul{
	display: none;
	position: absolute;
	z-index: 1;
	width: 91px;
	height: auto;
	padding: 0 20px 15px 22px;
	background: transparent url(./images/menu_submenu_bgr.png) no-repeat right bottom;/*ie6fix*/
}

.header .header_menu ul li:hover ul,
.header .header_menu ul li.sfhover ul{
	display: block;
}

.header .header_menu ul ul li{
	float: none;
	padding: 2px 0;
}

.header .header_menu ul li ul li a,
.header .header_menu ul li ul li a:hover{
	position: relative;
	width: 91px;
	min-width: 91px;
	height: auto;
	line-height: normal;
	padding: 0;
	color: #2b2b2b;
	text-decoration: underline;
	background-image: none;
}

.header .header_menu ul li ul li a:hover{
	text-decoration: none;
}

.header .header_input,
.header .header_input .row{
	width: 215px;
	float: left;
}

.header .header_input{
	padding-top: 17px;
}

.header .header_input .row{
	padding-top: 12px;
}

.header .header_input .input_field,
.header .header_input .input_field_small,
.header .header_input .submit_go,
.header .header_input .submit_search,
.header .header_input input{
	display: block;
	float: left;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0px solid transparent;
	background: transparent none;
}

.header .header_input .input_field,
.header .header_input .input_field_smal {
	width: 158px;
	padding-left: 10px;
	background: #fff url(./images/header_input_bgr.gif) no-repeat 0 0;	
}

.header .header_input .input_field input,
.header .header_input .input_field_small input {
	width: 150px;
	height: auto;
	padding-top: 8px;
}

.header .header_input .submit_go,
.header .header_input .submit_search{
	background: transparent url(./images/header_buttons.gif) no-repeat 0 0;
}

.header .header_input .submit_search_active{
	background-position: 0 -30px;
}

.header .header_input .submit_go{
	background-position: 0 -60px;
}

.header .header_input .submit_go_active{
	background-position: 0 -90px;
}

.header .header_input .submit_go input,
.header .header_input .submit_search input{
	width: 37px;
	cursor: pointer;
}
/* HEADER END */
/* MAIN START */
.main{
	width: 950px;
	float: left;
	padding: 13px 0 25px 0;
}

.box_title{
	height: 27px;
	float: left;
}

.box_title .title{
	float: left;
	padding-top: 6px;
	font-size: 1.333em;
	font-weight: bold;
	color: #000;
}

.box_title .more,
.box_title .more:hover{
	width: 15px;
	height: 14px;
	display: block;
	float: right;
	margin-top: 7px;
	background: transparent url(./images/b_more.gif) no-repeat 0 0;
}

.box_title .more:hover{
	background-position: 0 -14px;
}

.box_title .more span{
	display: none;
}

.box_title .back,
.box_title .back:hover{
	max-width: 86px;
	height: 27px;
	line-height: 27px;
	display: block;
	float: right;
	padding-left: 14px;
	font-size: 0.917em;
	color: #333;
	text-decoration: underline;
	white-space: nowrap;
	background: transparent url(./images/arrow_back.gif) no-repeat left center;
}

.box_content a.button,
.box_content a.button:hover{
	display: inline-block;
	text-decoration: none;
	background: transparent url(./images/button_left.gif) no-repeat left top;
}

.box_content a.button span,
.box_content a.button:hover span{
	height: 30px;
	line-height: 30px;	
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	background: transparent url(./images/buttton_right.gif) no-repeat right top;
	cursor: pointer;
}

.box_content a.button:hover{
	background-position: left bottom;
}

.box_content a.button:hover span{
	background-position: right bottom;
}

.box_content .button_wrap{
	display: inline-block;
	text-decoration: none;
	background: transparent url(./images/button_left.gif) no-repeat left top;
}

.box_content .button_wrap input{
	height: 30px;
	line-height: 30px;	
	display: inline-block;
	padding: 0 15px;
	border: 0px solid transparent;
	color: #fff;
	background: transparent url(./images/buttton_right.gif) no-repeat right top;
	cursor: pointer;
}

.box_content .button_wrap:hover{
	background-position: left bottom;
}

.box_content .button_wrap:hover input{
	background-position: right bottom;
}
/* MAIN END */
/* PANEL START */
.panel{
	width: 230px;
	float: left;
}

.panel .box{
	float: left;
	padding-bottom: 15px;
}

.panel .box_title{
	width: 201px;	
	padding: 3px 9px 4px 20px;
	background: transparent url(./images/box_small_top.gif) no-repeat 0 0;
}

.panel .box_title .title{
	width: 185px;
}

.panel .box_content{
	width: 202px;
	float: right;	
	padding: 9px;/*ie6fix*/
	background: #f2f2f2 url(./images/box_small_bottom.gif) no-repeat right bottom;
}

.panel .box_content .panel_content_bgr_top{
	float: left;
	background: #fff url(./images/panel_box_top.gif) no-repeat left top;
}

.panel .box_content .panel_content_bgr_bottom{
	width: 172px;
	float: left;
	padding: 10px 15px;
	background: transparent url(./images/panel_box_bottom.gif) no-repeat left bottom;
}
/* hotline */
.panel .box_hotline{
	width: 165px;
	height: 90px;
	padding: 20px 40px 0 25px;/*ie6fix*/
	background: transparent url(./images/box_hotline.gif) no-repeat 10px 0;
}

.panel .box_hotline .title{
	font-size: 2em;
	color: #ebdc5d;
}

.panel .box_hotline .number{
	float: right;
	padding-top: 10px;
	padding-right:39px;
	font-size:24px;
	font-weight: bold;
}
/* list */
.panel .box_list .panel_content_bgr_bottom{
	width: 202px;
	padding: 10px 0 0 0;
}

.panel .box_list div.scrollable{
    width: 200px;
    height: 183px;
    position: relative;
    overflow: hidden;
} 

.panel .box_list div.scrollable div.items{
	padding-left: 15px;
    height: 20000em;
    position: absolute;
}

.panel .box_list .items .item{
	width: 172px;
	float: left;
	margin-bottom: 9px;
	border-top: 1px solid #7d7d7d;
	font-weight: bold;
	background-color: #fffce3;
}

.panel .box_list .items .item a,
.panel .box_list .items .item a:hover{
	width: 172px;
	display: block;
	text-decoration: none;
}

.panel .box_list .items .item .image{
	float: left;
	padding-right: 7px;
}

.panel .box_list .items .item .price{
	color: #999;
}

.panel .box_list .controls .prevPage,
.panel .box_list .controls .prevPage:hover,
.panel .box_list .controls .nextPage,
.panel .box_list .controls .nextPage:hover{
	width: 100px;
	height: 25px;
	display: block;
	float: left;
	background: transparent url(./images/b_up_down.gif) no-repeat 0 0;
	cursor: pointer;
}

.panel .box_list .controls .prevPage:hover{
	background-position: 0 -50px;
}

.panel .box_list .controls .nextPage,
.panel .box_list .controls .nextPage:hover{
	float: right;
	background-position: 0 -25px;
}

.panel .box_list .controls .nextPage:hover{
	background-position: 0 -75px;
}

.panel .box_list .controls .nextPage span,
.panel .box_list .controls .prevPage span{
	display: none;
}
/* brands */
.panel .box_brans .panel_content_bgr_bottom{
	padding-top: 5px;
}

.panel .box_brans .index{
	width: 172px;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #7d7d7d;
}

.panel .box_brans .index a,
.panel .box_brans .index a:hover{
	width: 1em;
	display: inline-block;
	font-size: 1.333em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.panel .box_brans .index a.current,
.panel .box_brans .index a:hover.current,
.panel .box_brans .index a:hover{
	background-color: #ebdc5d;
}

.panel .box_brans .jqueryindex{
	height: 70px;
	float: left;
	border-bottom: 1px solid #7d7d7d;
}

.panel .box_brans .jqueryindex p{
	clear:both;
}

.panel .box_brans .jqueryindex form{
	width: 172px;
	float: left;
}

.panel .box_brans .jqueryindex fieldset{
	border:0;
}

.panel .box_brans .jqueryindex label{
	display: none;
	font-weight: normal;
	float: left;
	margin-right: .5em;
}

.panel .box_brans .jqueryindex select{
	display: none;
	margin-right: 1em;
	float: left;
}

.panel .box_brans .jqueryindex .ui-slider{
	clear: both;
	top: 15px;
}

.panel .box_brans .brands,
.panel .box_brans .brands li{
	width: 172px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.panel .box_brans .brands{
	padding-top: 10px;
}

.panel .box_brans .brands li{
	padding: 2px 0;
	font-size: 1.167em;
}

.panel .box_brans .brands li a,
.panel .box_brans .brands li a:hover{
	color: #343434;
}
/* PANEL END */
/* CONTENT START */
.content{
	width: 470px;
	float: left;
	padding: 0 10px;
}

.content .box{
	float: left;
	padding-bottom: 15px;
}

.content .box_title{
	width: 430px;
	padding: 3px 15px 4px 25px;
	background: transparent url(./images/box_big_top.gif) no-repeat 0 0;
}

.content .box_title .title{
	width: 330px;
}

.content .box_content{
	width: 460px;
	float: right;
	padding: 0;/*ie6fix*/
	background: #f2f2f2 url(./images/box_big_bottom.gif) no-repeat right bottom;
}

.content .box_content .box_content_bgr_top{
	float: left;
	margin-left: 10px;/*ie6fix*/
	background: #fff url(./images/content_box_top.gif) no-repeat left top;
}

.content .box_content .box_content_bgr_bottom{
	width: 420px;
	float: left;
	padding: 10px;
	background: transparent url(./images/content_box_bottom.gif) no-repeat left bottom;
}

.content .box_content h2{
	font-size: 1.167em;
	font-weight: bold;
	color: #d9c836;
}
/* CONTENT END */
/* FOOTER START */
.footer_bgr{
	width: 100%;
	min-width: 950px;
	float: left;
	background: #0a0a0a url(./images/footer_bgr.gif) repeat-x 0 0;
}

.footer{
	width: 950px;
	padding: 25px 0;
	margin: auto;
	line-height: 1.2em;
	font-size: 0.917em;
	color: #666;
	text-align: center;
}

.footer a,
.footer a:hover{
	color: #999;
}
/* FOOTER END */
/* categories */
.content .box_categories{
	padding-bottom: 12px;
}

.content .box_categories ul,
.content .box_categories li,
.content .box_categories li a,
.content .box_categories li a:hover{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.content .box_categories li{
	padding: 12px 5px 0 15px;
}

.content .box_categories li a,
.content .box_categories li a:hover{
	width: 130px;
}

.content .box_categories li .text{
	display: block;
	padding: 2px 5px;
	color: #484742;
	cursor: pointer;
}

.content .box_categories li .image{
	width: 130px;
	height: 78px;
	display: block;
	background: transparent url(./images/main_icons.gif) no-repeat 0 0;
	cursor: pointer;
}

.content .box_categories li.item1 a:hover .image,
.content .box_categories li.item1 .active .image{
	background-position: -130px 0;
}

.content .box_categories li.item2 .image{
	background-position: 0 -78px;
}

.content .box_categories li.item2 a:hover .image,
.content .box_categories li.item2 .active .image{
	background-position: -130px -78px;
}

.content .box_categories li.item3 .image{
	background-position: 0 -156px;
}

.content .box_categories li.item3 a:hover .image,
.content .box_categories li.item3 .active .image{
	background-position: -130px -156px;
}

.content .box_categories li.item4 .image{
	background-position: 0 -234px;
}

.content .box_categories li.item4 a:hover .image,
.content .box_categories li.item4 .active .image{
	background-position: -130px -234px;
}

.content .box_categories li.item5 .image{
	background-position: 0 -312px;
}

.content .box_categories li.item5 a:hover .image,
.content .box_categories li.item5 .active .image{
	background-position: -130px -312px;
}

.content .box_categories li.item6 .image{
	background-position: 0 -390px;
}

.content .box_categories li.item6 a:hover .image,
.content .box_categories li.item6 .active .image{
	background-position: -130px -390px;
}
/* search */
.content .box_search{
	padding: 3px 0 10px 0;
}

.content .box_search .item{
	width: 210px;
	float: left;
	padding: 3px 5px 3px 15px;
}

.content .box_search .row_spacer{
	clear: both;
}

.content .box_search .label{
	display: block;
	font-weight: bold;
	color: #333;
}

.content .box_search .input_field,
.content .box_search .input_field_small {
	width: 181px;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #999;
}

.content .box_search .newListSelected{
	float: left;
	display: block;
	background: #fff url(./images/dropdown.gif) no-repeat scroll 178px center;
	border: 1px solid #ccc;
	padding: 0;
}

.content .box_search .newListSelected div{
	width: 170px;
	line-height: normal;
	display: block;
	padding: 4px 19px 4px 8px;
	font-weight: bold;
	color: #999;
}

.content .box_search ul.newList{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ccc;
	color: #000;
	background: #fff;
	position: absolute;
	top: 25px;
	left: 0;
	overflow: auto;
	z-index: 10;
}

.content .box_search ul.newList li{
	padding: 0.2em 2em;
	margin: 0;
}

.content .box_search .hiLite{
	background-color: #f2f2f2;
}

.content .box_search .newListHover{
	cursor:default;
	background-color: #fffce3;
}

.content .box_search .newListSelHover{
	cursor:default;
}

.content .box_search .newListSelHover, .box_search .newListSelFocus{
	outline: none;
}

.content .box_search .newListSelHover div, .box_search .newListSelFocus div{
}

.content .box_search .links{
	clear: both;
	padding: 20px 16px 10px 15px;
	text-align: right;
}

.content .box_search .links a,
.content .box_search .links a:hover{
	margin-right: 15px;
	color: #666;
}
/* search results */
.content .box_search_results{
	padding: 7px 0 15px 0;
}

.content .box_search_results .filter{
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #7d7d7d;
	text-align: right;
}

.content .box_search_results .items{
	width: 100%;
}

.content .box_search_results .items td{
	padding: 5px;
	background-color: #fffce3;
}

.content .box_search_results .items .row1 td{
	border-top: 1px solid #7d7d7d;
}

.content .box_search_results .items .row3 td{
	height: 10px;
	padding: 0;
	line-height: 10px;
	font-size: 1px;
	background-color: transparent;
}

.content .box_search_results .items td.image{
	width: 110px;
	padding: 0;
}

.content .box_search_results .items td.price{
	font-size: 1.167em;
	font-weight: bold;
	text-align: right;
}

.content .box_search_results .items td.select{
	text-align: center;
	background-color: #f2f2f2;
}

.content .box_search_results .items td.select input{
	margin: 0;
}

.content .box_search_results .items td.park{
	text-align: right;
	vertical-align: bottom;
}

.content .box_search_results .items td.park,
.content .box_search_results .items td.park a,
.content .box_search_results .items td.park a:hover{
	color: #666;
}

.content .box_search_results .buttons{
	width: 430px;
	float: left;
	padding: 8px 10px;
}

.content .box_search_results .buttons .check{
	float: right;
	font-size: 0.917em;
	color: #333;
}

.content .box_search_results .paging{
	clear: both;
	text-align: center;
	color: #666;
	padding-top: 15px;
}

.content .box_search_results .paging a,
.content .box_search_results .paging a:hover{
	display: inline-block;
	margin: 0 1px;
	font-size: 1.167em;
	color: #666;
	text-decoration: none;
}

.content .box_search_results .paging a.first,
.content .box_search_results .paging a.first:hover,
.content .box_search_results .paging a.prev,
.content .box_search_results .paging a.prev:hover,
.content .box_search_results .paging a.next,
.content .box_search_results .paging a.next:hover,
.content .box_search_results .paging a.last,
.content .box_search_results .paging a.last:hover{
	width: 15px;
	height: 14px;
	line-height: 12px;
	position: relative;
	top: 2px;
	margin: 0 3px;
	background: transparent url(./images/b_paging.gif) no-repeat 0 0;
}

.content .box_search_results .paging a.prev,
.content .box_search_results .paging a.prev:hover{
	background-position: 0 -14px;
}

.content .box_search_results .paging a.next,
.content .box_search_results .paging a.next:hover{
	background-position: 0 -28px;
}

.content .box_search_results .paging a.last,
.content .box_search_results .paging a.last:hover{
	background-position: 0 -42px;
}

.content .box_search_results .paging a.current,
.content .box_search_results .paging a.current:hover{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.content .box_search_results .paging span,
.content .box_search_results .prev span,
.content .box_search_results .next span,
.content .box_search_results .last span{
	display: none;
}
/* detail */
.content .box_detail{
	padding: 7px 0 15px 0;
}
.content .box_detail .subtitle{
	padding: 1em 15px 0.2em 15px;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #7d7d7d;
}

.content .box_detail .subcontent{
	padding: 0 15px;
}

.content .box_detail .photogallery{
	width: 420px;
	float: left;
	margin-bottom: 10px;
	background-color: #fffce3;
}

.content .box_detail .photogallery .photo{
	width: 260px;
	display: block;
	float: left;
}

.content .box_detail .photogallery .photo_other{
	width: 160px;
	float: right;
}

.content .box_detail .photogallery .photo_other .item,
.content .box_detail .photogallery .photo_other .item:hover{
	display: block;
	float: left;
	margin: 4px 0 4px 10px;
}

.content .box_detail .photogallery .photo_other .more{
	width: 160px;
	display: block;
	float: left;
	text-align: center;
}

.content .box_detail .photogallery .photo_other .more a,
.content .box_detail .photogallery .photo_other .more a:hover{
	position: relative;
	font-size: 0.917em;
	color: #333;
}

.content .box_detail .prices{
	width: 390px;
	float: left;
	padding: 8px 15px;
	border-top: 1px solid #7d7d7d;
	background-color: #fffce3;
}

.content .box_detail .prices .big{
	font-size: 1.333em;
}

.content .box_detail .buttons{
	float: left;
	width: 440px;
	text-align: right;
	padding: 10px 0 0 10px;
}
ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tabNavigation LI {
	display: inline;
}
ul.tabNavigation LI A {
padding: 3px 5px;
	background-color: #999999;
	color: #000;
	text-decoration: none;
}
ul.tabNavigation LI A.selected,
ul.tabNavigation LI A:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
}
ul.tabNavigation LI A:focus {
	outline: 0;
}
.tabs {
}
#vozidlo_udaje, #vozidlo_obrazky {
	padding:15px;
}
#vozidlo_udaje {
	background-color: #f00;
}
#vozidlo_obrazky {
	background-color: #0f0;
}
.ajax_waiting {
	width:32px;
	height:32px;
	background-image:url('./images/wait.gif');
}
.content .box_search .input_field_small {
	width:63px;
	display:inline;
}
.pridaj_form {
	color:#FFFF00;
	font-weight:bold;
}
.pridaj_form td {
	padding-top:2px;
}
.pridaj_normal {
	width:240px;
}
.textarea {
	height:150px;
}
.textarea_small {
	height:90px;
}
.pridaj_small {
	width:150px;
}


/*-------------impromptu---------- */
.jqifade{ position: absolute; background-color: #aaaaaa; }
div.jqi{ width: 400px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 1px #eeeeee; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #bbbbbb; font-weight: bold; }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #728A8C; }
div.jqi button.jqidefaultbutton{ background-color: #BF5E26; }
.jqiwarning .jqi .jqibuttons{ background-color: #BF5E26; }
div.jqi .jqimessage .field{ padding: 5px 0; }
div.jqi .jqimessage .field label{ display: block; clear: left; float: left; width: 100px; }
div.jqi .jqimessage .field input{ width: 150px; border: solid 1px #777777; }
div.jqi .jqimessage .field input.error{ width: 150px; border: solid 1px #ff0000; }
/*-------------impromptu---------- */
