	.jqmWindow {
	    display: none;
	    
	    position: fixed;
	    top: 17%;
	    left: 50%;
	    
	    margin-left: -300px;
	    width: 600px;
	    
	    background-color: #738BB2;
	    color: #333;
	    border: 1px solid black;
	    padding: 12px;
	}
	
	.jqmOverlay { background-color: #738BB2; }
	
	* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
		width: expression(this.parentNode.offsetWidth+'px');
		height: expression(this.parentNode.offsetHeight+'px');
	}
	
	* html .jqmWindow {
	     position: absolute;
	     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	}

	div.jqDrag {cursor: move;}

	div.jqmDialog {
	  display: none;
	    
	  position: fixed;
	  top: 17%;
	  left: 50%;
	    
	  margin-left: -200px;
	  width: 400px;
	
	  overflow: hidden;
	  font-family:Tahoma;
	}
	

	div.jqmDialog#wait {
	  left:55%; margin-left:-170px; margin-top:120px; width:300px; overflow:hidden; font:normal 11px Tahoma;
	}	
	
	#sosDlg {
	  left:50%; margin-left:-170px; margin-top:80px; width:500px; height:340px; overflow:hidden; font:normal 11px Tahoma;
	}	
	
	* html div.jqmDialog {
	     position: absolute;
	     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	}
	
	div.jqmDialog#basket {	
		left:100%; margin-left:-225px; margin-top:-132px; width:220px; overflow:hidden; font:normal 11px Tahoma; z-index:999;
		filter:alpha(opacity=85);
		-moz-opacity: 0.85;
		opacity: 0.85;
	}

	html>body div.jqmDialog#basket {
		margin-top:-95px;
	}
	
	div.jqmdTC { 
	  background: #cc0000 url(/img/dialog/sprite.gif) repeat-x 0px -82px; 
	  color: #fff;
	  padding: 7px 22px 5px 5px;
	  font:bold 11px Tahoma;
	  * zoom: 1;
	}
	div.jqmdTL { background:  url(/img/dialog/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
	div.jqmdTR { background: url(/img/dialog/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}
	
	div.jqmdBC {
	  background: url(/img/dialog/bc.gif) repeat-x center bottom;
	  padding: 7px 7px 7px;
	  height: 120px;
	  text-align:center;
	  overflow: auto;
	}
	div.jqmdBL { background: url(/img/dialog/bl.gif) no-repeat left bottom; padding-left: 7px; }
	div.jqmdBR { background: url(/img/dialog/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }
	
	div.jqmdMSG { color:#333; font:normal 11px Tahoma; }
	div.jqmCLS a {display:block; clear:both; margin:6px 0 4px 0px; }
	div.jqmCLS input {margin:25px 0 15px 5px; width:100px; }
	
	input.jqmdX {
	  position: absolute;
	  right: 7px;
	  top: 4px;
	  padding: 0 0 0 19px;
	  height: 19px;
	  width: 0px;
	  background: url(/img/dialog/close.gif) no-repeat top left;
	  overflow: hidden;
	}
	input.jqmdXFocus {background-position: bottom left; outline: none;}
	
	div.jqmdBC button, div.jqmdBC input[type="submit"] {
	  margin: 8px 10px 4px 10px;
	  color: #777;
	  background-color: #fff;
	  cursor: pointer;
	}
	
	div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #FFC164; }
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #3399cc;}
#TB_window a:visited {color: #3399cc;}
#TB_window a:hover {color: #cc0000;}
#TB_window a:active {color: #3399cc;}
#TB_window a:focus{color: #3399cc;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* Calendar */

/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	font:normal 11px Tahoma; padding:0; margin:0; background: #ddd; width: 185px;
}
#datepicker_div {
	display: none; border: 1px solid #777; z-index: 9999; /*must have*/
}
.datepicker_inline {
	float: left; display: block; border: 0;
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important; border: 4px solid #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 4px; vertical-align: middle;
}
.datepicker_prompt {
	float: left; padding: 2px; background: #ddd; color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both; float: left; width: 100%; color: #fff;
}
.datepicker_control {
	background: #400; padding: 3px 0px;
}
.datepicker_links {
	background: #000; padding: 3px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold; font-size: 80%; letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 3px 4px; color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left; width: 34%;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right; text-align: right;
}
.datepicker_current {
	float: left; width: 30%; text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right; width: 34%; text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left; text-align: left;
}
.datepicker_header {
	padding: 1px 0 3px; background:#555; text-align:center; font-weight:bold; height:20px;
}
.datepicker_header select {
	background:#555; color:#fff; border:1px solid #777; font-weight:bold; margin:0px 5px; padding:2px;
}
.datepicker {
	background:#ccc; text-align:center; font-size: 100%;
}
.datepicker a {
	display: block; width: 100%;
}
.datepicker_titleRow {
	background: #777;
}
.datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #ddd;
}
.datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #fcc !important;
}
.datepicker_currentDay {
	background: #999 !important;
}
.datepicker_status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer; margin:0; padding:0; background:none; color:#000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 4px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 3px 4px !important; color: #eee !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background: #fdd !important; color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left; width: 185px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}



/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: none;
background: none; 
width: 700px;
height: 30px; 
margin: 0; 
padding: 0;
overflow: hidden;
position:absolute; top:-3px; left:-5px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 2000px;
overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative;
left: 0px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
font-size:12px; color:#cc0000; font-weight:bold;
}
ul.newsticker li a { font-size:12px; color:#cc0000; font-weight:bold;}



div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
   background-color: #fff;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/img/fancy/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
   border:5px solid #444;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/img/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/img/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/img/fancy/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/img/fancy/fancy_shadow_n.png') repeat-x;
  visibility:hidden;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancy/fancy_shadow_ne.png') no-repeat;
  visibility:hidden;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/img/fancy/fancy_shadow_e.png') repeat-y;
  visibility:hidden;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancy/fancy_shadow_se.png') no-repeat;
  visibility:hidden;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/img/fancy/fancy_shadow_s.png') repeat-x;
  visibility:hidden;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancy/fancy_shadow_sw.png') no-repeat;
  visibility:hidden;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/img/fancy/fancy_shadow_w.png') repeat-y;
  visibility:hidden;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancy/fancy_shadow_nw.png') no-repeat;
  visibility:hidden;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancy/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/img/fancy/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/img/fancy/fancy_title_right.png') repeat-x;
}

