/* sellBox */

#sellBox {
        width:100%;
        position:absolute;
        background-color: #D5DDF3;
        border-bottom: 1px solid #3366CC;
        top:0px;
        font-size:12px;
        text-align: left;
        left:0px;
        background: url(/images/block1_bgd.gif) left bottom repeat-x #57a9dc;
        z-index:999;
    }
#sellBoxContent {

    }
#sellBoxContent .info {
    height: 50px;
    padding: 10px;
    color: #ffffff;
    }
#sellBoxContent .info a, #sellBoxContent .info a:hover, #sellBoxContent .info a:visited {
    color: #ffffff;
    }    
#sellBoxCtrl {
    text-align:right;
    
    height: 25px;
    }
#sellBoxCtrl .link4 { color:#ff4900; font-weight:bold; background:url(/images/check.jpg) no-repeat left 0px;padding-left:19px; display:block; float:left;}

#youtubelist{
	margin: 0;
	padding: 5px;
	list-style: none;
	clear: both;
	display: block;
}

#youtubebox{
	clear: right;
	display: inline;
	padding: 0;
	height: 95px;
	margin: 2px;
}

#youtubethumb {
	margin-bottom: 5px;
	width: 90px;
	height: 80px;
	border: 4px solid #007799;
}



#youtubecontent {
			background-color: #fff;
			padding: 10px;

			border: 1px solid #ccc;
			margin-left: -430px;
			position: fixed;
			left: 890px;
}

#youtubeoverlay {
			overflow: visible;
			position: fixed;
			height: 1px;
			width: 100%;
			top: 100px;
}

/* The hint to Hide and Show */
.hint {
    display: none;
    position: absolute;
    /*right: -250px;*/
    width: 200px;
    margin-top: -4px;
    margin-left:2px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(/images/pointer.gif) no-repeat -10px 5px;
    z-index:999;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/images/pointer.gif) left top no-repeat;
}
#MainMenu 
{
	float: left;
	height:32px;

	margin:10px 0 0 0;
	border:0;
}
#tab 
{
	margin:0 0 0 10px;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 0 0 0 ;
	padding:0;
}
#tab a 
{
	background:#FFFFFF url("/images/bright_030.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("/images/bleft_030.gif") no-repeat left top;
	padding:0 18px 0 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:32px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
#listingNavigationBlock {
    margin: 10px;

    }
#listingNavigationBlock a {
        color: blue;
    }
#listingNavigationBlock .listingNavigationTitle {
        clear:left;
    }
#listingNavigationBlock .listingNavigationTitle h1 {
    margin-bottom:5px;
    
    }
 .listingNavigationEntry {
    width:auto;
    margin:3px;
    float:left;
    
    }
#listingSearchForm {
        margin:10px;
    }
#listingSearchForm a {
        color: blue;
    }
#listingSearchForm .listingSearchFormTitle h2 {
     margin-bottom:5px;

    }
    
.checkboxValueActive {
    margin:3px;
}
.checkboxValueActive:before{content:url(/images/checkbox_active.jpg);}

.checkboxValue {
    margin:3px;
}
.checkboxValue:before{content:url(/images/checkbox_inactive.jpg);}

.radioValueActive {
    margin:3px;
}
.radioValueActive:before{content:url(/images/checkbox_active.jpg);}

.radioValue {
    margin:3px;
}
.radioValue:before{content:url(/images/checkbox_inactive.jpg);}

.listingEntryImage {
    padding:5px;
    margin:5px;
    border: 1px solid #efefef;
    }
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
background-color: #fff;
list-style-type: none;
display: inline;
margin-right: 5px;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;

text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{

color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
background-color: lightgrey;
}

.pagination li.disablepage{
padding: 0 5px;

color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}


* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
}

/*
Slider
*/
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.slide_tab {
  	background-image: url("/images/spriteme2.png");
  background-position: 0% -10px;
	height: 40px;
	position: relative;
    top: 0;
    z-index: 999;
}

.slide_tab ul.login {
	display: block;
	/*position: relative;*/
  	/*float: left;*/
  	/*clear: left;*/
  	height: 40px;
	width: 250px;
  	font-weight: bold;
	line-height: 40px;
	margin: 0 auto;
	/*left: 0px;*/
  	color: white;
  	font-size: 11px;
	text-align: center;
}
.slide_tab ul.login a {
    
    color: #fff;
    text-decoration: none;    
}
.slide_tab ul.login li.left {
  	background-image: url("/images/spriteme1.png");
    background-position: -10px -10px;
  	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.slide_tab ul.login li.right {
  	background-image: url("/images/spriteme1.png");
  background-position: -10px -72px;
  	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.slide_tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 40px;
  	background-image: url("/images/spriteme2.png");
  background-position: 0% -72px;
}

.slide_tab ul.login li a {
	color: #fff;
}

.slide_tab ul.login li a:hover {
	color: white;
}

.slide_tab .sep {color:#414141}

.slide_tab a.open, .slide_tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.slide_tab a.open {background-image: url("/images/spriteme1.png");background-position: -10px -134px;}
.slide_tab a.close {background: url(/images/bt_close.png) no-repeat left 0;}
.slide_tab a:hover.open {background-image: url("/images/spriteme1.png");background-position: -10px -134px;}
.slide_tab a:hover.close {background: url(/images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}
#relativepanel {
    /*position: absolute;*/   /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
    clear:both;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 220px;
	color: #999999;
	background: #272727;
	
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(/images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
.flightSearch form input[type="text"],
.flightSearch form input[type="password"],
.flightSearch form select,
.flightSearch form textarea,
.flightSearch form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('/images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
                }
            
.flightSearch form .small-input {
                width: 25% !important;
                }
                
.flightSearch form .medium-input {
                width: 50% !important;
                }
                
.flightSearch form .large-input {
                width: 90.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
.flightSearch form textarea {
                width: 90.5% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
.flightSearch form select {
                padding: 4px;
                background: #fff;
                }
				
.flightSearch form input[type="checkbox"],
.flightSearch form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
form input[type="submit"],
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('/images/bg-button-green.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
                margin:3px;
                }
.blue {
    background: #004a95 url('../images/bg-button-blue.gif') top left repeat-x !important;
    border-color: #004994 !important;
 }                
form input[type="submit"],
form input[type="reset"],
.button:hover {
                text-decoration: underline;
                }
                
form input[type="submit"],
form input[type="reset"],
.button:active {
                padding: 5px 7px 3px 7px !important;
                }
.button,
form input[type="submit"],
#main-content table tfoot td .bulk-actions select,
.pagination li a,
.flightSearch form input[type="text"],
.flightSearch form textarea,
.flightSearch form .wysiwyg,
.flightSearch form select {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
				border-radius: 4px;
			}
div.tabContainer div.tab { display: none;}
div.tabContainer div.current { display: block; }

/*************** Forms ***************/

form label {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input[type="text"],
form input[type="file"],
form input.form_text,
form input[type="password"],
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('/images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
				color: #333;
				margin: 2px;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 75% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                /*width: 97.5% !important;*/
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
                
.button,
form input[type="reset"],
form input[type="submit"],
#main-content table tfoot td .bulk-actions select,
.pagination li a,
form input[type="text"],
form input[type="file"],
form input.form_text,
form input[type="password"],
form textarea,
form .wysiwyg,
form select {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
				border-radius: 4px;
			}