/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;    
    margin-left: -300px;
    width: 600px;
    height:550px;
	background: #ffffff;	
	color:#44444C;
	display:none;
	/*border: 4px solid #525252;*/
    padding: 12px;    
}

.jqmOverlay {
    background-color: #000;
    	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmOverlay  
{
	background-color: Black; 
    	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}
.jqmWindow {
   
   background: #ffffff;	
	color:#44444C;
	display:none;
	/*border: 4px solid #525252;*/
	padding: 12px;  
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
    padding:3px;
}

button.jqmClose {
    background: none;
    border: 0px solid #EAEAEB;
    color: #FFF;
    clear: right;
    float: right;
    padding: 0;
    margin-top:5px;
    margin-left:5px;
    cursor: pointer;
    font-size: 10px;

    letter-spacing: 1px;
}

button.jqmClose:hover, button.jqmClose:active {
    color: #FFF;
	border: 0px solid #FFF;
}

.jqmModalTitle {
	background-color:#e8e8e8;
	padding:7px 7px 7px 7px; 
	border:0px solid #000;
	color:#000;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
}

.jqmModalContent {
    width: 100%;
    height:90%;
    display: block;
    clear: both;
    margin: 0;
    margin-top: 0px;
    background: #FFF;
    border: 1px solid #888888;
}
            
   .orderPopup {
    display:none;
    position: fixed;
    top: 10%;
    left: 20%;        
    margin: 0 auto;  
    max-width:700px;
    background: #ffffff !important;	
	color:#44444C;
	display:none;
	/*border: 4px solid #525252;    */
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius: 5px;
     -webkit-border-radius: 5px;      
}
.PopupContent
{      
    margin: 0 auto;  
    background: #ffffff !important;	
	color:#44444C;
	display:none;
	/*border: 4px solid #525252;    */
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius: 5px;
     -webkit-border-radius: 5px;    
     max-width:800px !important;  
    }
.PopupContent-wide{width:950px !important;margin: 0 auto;background: #ffffff !important;color:#44444C;display:none;/*border: 4px solid #525252;*/-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.PopupContent-wide .pop-lh-pane{float:left;width:550px;vertical-align:top;}
.PopupContent-wide .pop-rh-pane{float:left;width:350px;border-left:1px solid #CCC;padding-left:15px}    
.ScrollModal-wide{min-height:200px;max-height:500px;width:950px;overflow:auto;padding:0 3px;}
.ScrollModal
{
	 max-height:500px;
	 overflow:auto;
	min-height:200px;
	padding:0 3px;
	
	}

.jqmModalTitle
{
	background-color:#e8e8e8;
	padding:7px 7px 7px 7px; 
	border:0px solid #000;
	color:#000;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;

	}
	
.title
{
	text-decoration:none;
	color:Blue;
	size:inherit;	
	}



/************************************************
*************************************************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/search/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 !important;
	z-index: 10002;
	color:#000000 !important;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
	padding-bottom:10px;	
}
* 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_closeWindowButton img
{
	border:0;
	outline:0;
	}
#TB_closeAjaxWindow{
	/*padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;*/
	float:right;
	margin-top:-5px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*background-color:#e8e8e8;*/
	height:35px;
	padding-top:5px;	
	color: #5C635B;
	color: #222;
	font-weight: normal;
	font-family: 'Arial',Helvetica,sans-serif;
	font-size: 22px;
	
}

#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;
}
.videobox {
background: #345EBD url(../images/alert-overlay.png) repeat-x;
display: inline-block;
color: white;
text-decoration: none;
font-weight: 600;
line-height: 1;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
border-bottom: 1px solid #222;
min-width: 80px;
cursor: pointer;
padding: 5px 10px 6px;
}

.feedback_tab {
        top: 25%;
        left: 0;
        width: 42px;
        height: 102px;
        color: white;
        cursor: pointer;
        text-indent: -100000px;
        overflow: hidden;
        position: fixed;
        z-index: 100000;
        margin-left: -7px;
        background-image: url(../images/search/feedback_trans_tab.png);
        _position: absolute;
        _background-image: url(../images/search/feedback_tab_ie6.png);
 }
.feedback_tab_right {
    right: 0 !important;
    left: auto !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    width: 35px !important;
}
	