/* ######################### */
/* theme */
/* ######################### */

@import "../theme/sys/sys.all.css";
@import "../theme/simplemodal/simplemodal.css";
/*@import "../theme/flora/flora.all.css";*/
/*@import "../theme/lightbox/jquery.lightbox.css";*/
/*@import "../theme/slideviewer/slideviewer.all.css";*/

/* ######################### */
/* comp */
/* ######################### */
#gMap{ height:400px; width:600px; border:none; display:none;}
#bodypop #gMapCnt{background:url(../_fw/img/various/loader_gmap.gif) center no-repeat #E3E3E3; width:595px; height:395px; font-weight:bold; text-align:center;}
/* ######################### */
/* contact form */
.FBOX{margin-bottom:25px;}
	.FBOX .top{height:30px;}
	.FBOX .bottom{}
	.FBOX .cnt{}

#F_CONTACT .item {width:250px; margin-bottom:5px;}
	F_CONTACT fieldset {border:none; padding:0px; margin:0px;}
	#F_CONTACT .label_cnt {float:left;}
		#F_CONTACT .label {}
		#F_CONTACT .label.required {padding-right:10px; background:url(../_fw/img/various/icon_status.gif) right no-repeat;}
	#F_CONTACT .input_cnt, #F_CONTACT .btn_cnt {float:right;}
	#F_CONTACT .input_cnt .input.number {text-align:right;}


/* ######################### */



/* ######################### */
/* javascript */
/* ######################### */

/* ######################### */
/* jqi ALERTBOX */
div.jqifade{background-color: #000;}
div.jqi{background-color: #c14819;padding: 10px; width: 300px;}
div.jqi .jqicontainer{background-color: #d46f48;color: #ffffff;font-weight: bold; padding: 5px;}
div.jqi .jqimessage{background-color: #c14819; padding: 10px;}
div.jqi .jqibuttons{ text-align: center; padding: 5px 0 0 0;}
div.jqi button{background: #c14819; color:#CCCCCC; font-weight:bold; padding: 3px 10px 3px 10px; margin: 0 10px;}

/* ######################### */
/* infotab */
#INFOTAB { position:fixed; z-index:150; background:url('../_fw/img/various/icon_alert.png') no-repeat #FFFDBA; top:0px ; left:0px; width:100%; height:25px; display:hidden; border-bottom:#CCCCCC 1px solid; }
	#INFOTAB .cnt {padding:5px; padding-left:40px; font-size:11px; color:#797878; font-family:tahoma, arial, verdana; line-height:12px; }

/* ######################### */
/* flash TRACE */
#trace{background:#FFFFFF; color:#333333; font-size:10px;border:dashed #CCCC00 3px;}

/* ######################### */
/* autocomplete */
.ac_results {padding: 0px;border: 1px solid #e37a05;background-color: #fff;overflow: hidden;z-index: 99999;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 0px;padding: 2px 5px;cursor: default;display: block;width: 100%;font: menu;font-size: 11px;overflow: hidden;}
.ac_title {font-weight: bolder;}
.ac_loading {background : Window url('../_fw/img/various/indicator.gif') right center no-repeat;}
.ac_over {background-color: #e37a05;color: #fff;}
.ac_highlight {color: #000;}

