/*   
Theme Name: Seatfinder Theme
Theme URI: http://etmack.com/
Description: The official Seatfinder Theme
Author: Chris Bygdestam
Author URI: http://etmack.com
Version: 0.3
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: #FFF; font: 13px "Lucida Grande", Geneva, Arial, Verdana; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { 
	width: 960px; 
	margin: 0 auto;
	background-color : #FFFFFF;
	height: auto;
	/* opacity:0.9;
	filter:alpha(opacity=90) */ 
}

#header { 
	width: 100%; 
	min-width: 960px;
	float: left; 
	z-index: 10000; 
	position: fixed;
	top: 0;
	left:0;
	padding: 10px; 
	height: 50px; 
	margin-bottom: 10px;
	background: url(images/headerbg.gif) repeat-x;
/*	background-color : #3399CC; */
	opacity:0.9;
	filter:alpha(opacity=90) 

/*
	width: 100%; 
	float: left; 
	z-index: 10000; 
	position: fixed;
	top: 0;
	left:0;
	padding: 10px; 
	height: 70px; 
	background-color : #3399CC;
	opacity:0.9;
	filter:alpha(opacity=90) 
*/

	}

#headerlogo { 
	width: 125px; 
	height: 20px; 
	float: left; 
/*
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;	
    border-bottom-right-radius: 5px;		
    border-right: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
*/

	}

#headerleft { float: left; padding-left: 10px; }

#headerright { float: right; padding-right : 20px; margin-top: 0px; height: 20px; }

#headerright h3 a { color: #ffffff; }

#headerinfo { float: right; padding-right : 20px; height: 25px; width: 230px; margin-top: 5px; }

#headerinfo2 { float: right; padding-right : 20px; height: 25px; width: 100px; margin-top: 6px; }


#headerad { 
	width: 468px; 
	padding: 0 10px 10px 10px; 
	height: 60px; 
	float: left; 
}

.adtext {
	font-size: 9px;
}

#imageswitch { float: right;}

#cityview {
	width: 960px; 
	float: left; 
	z-index: 1;
	margin-top: 0;

}

#city { 
	width: 940px; 
	float: left; 
	z-index: 100;
	margin-top: -110px;
	margin-bottom: 20px;
 	background-color : #336699; 
	padding: 10px;
/*	background-color : #ff5c00; 
	border: solid 1px #000; */
	opacity:0.95;
	filter:alpha(opacity=95);
/* 	border: 1px solid #333366; */
}

#city h1 {color: #ffffff; text-shadow: 0px 1px 1px #000;}

#city p {color: #ffffff; text-shadow: 0px 1px 1px #000;}

#city a {color: #ffffff; text-shadow: 0px 1px 1px #000;}

#breadcrumbs {
	width: 940px; 
	float: left; 
	padding: 10px;
	margin-top: 60px;
	margin-bottom: 10px;

}

#alldestinations { 
	margin-top: 40px;
	width: 940px; 
	float: left; 
	/* margin-top: 100px; */
	background-color : #FFFFFF;
	padding: 10px;
 	/* opacity:0.9;
	filter:alpha(opacity=90) */ 
}

#sc { width: 960px; float: left; padding-bottom: 60px;}

#searchbox 
{ 
	width: 958px; 
	height: 160px; 
	background-color: #3399CC; 
	float: left; 
	margin-bottom: 10px;
    border: 1px solid #336699;

/*
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -khtml-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
*/

}

#hotelbox 
{ 
	width: 958px; 
	height: 160px; 
	background-color: #3399CC; 
	float: left; 
	margin-bottom: 10px;
    border: 1px solid #336699;

/*
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -khtml-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
*/

}


#resultcontainer
{
	width: 617px;
	margin-right: 10px;
	float: left;
	padding: 0;
}

#flights
{
	width: 617px;
	padding: 0;
	margin-top: 10px;
}

#resultad1, #resultad2, #resultad3
{
	width: 190px;
	height: 50px;
	padding: 2px;
	float: left;
	margin-right: 10px;
}

#resultad1 a, #resultad2 a, #resultad3 a
{
	font-size: 10px;
	font-weight: normal;
}

#flightList {
	padding : 0;
	margin:  0;
}

#flightList li {
	list-style: none;
	list-style-type: none;
	padding: 10px;
	border-top: 1px #aaaaaa solid;
}

#flightList li:hover {

	background: #eeeeee; 

}

#flightList img
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#filter
{
	padding: 10px;
	float: left; 
	width: 140px;
 	background-color : #336699; 
 	color: #ffffff;
 	text-shadow: 0px 1px 1px #000;
	border: 1px solid #333366;
}


.resulttable
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#sbar1
{
	width: 160px;
	padding: 0;
	float: left;
 	margin-right: 10px;
}

#sbar2
{
	width: 160px;
	padding: 0;
	float: left;
}

#ssbar1
{
	width: 308px;
	padding: 0;
	float: left;
 	margin-right: 10px;
}

#ssbar2
{
	width: 620px;
	padding: 0;
	float: left;
}


#minimap
{
	width: 160px;
	padding: 0;
	margin-bottom: 10px;
	float: left;
}

#selectedhotels
{
	width: 140px;
	padding: 10px;
	background-color: #F4AF13;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CC6600;
}

#selectedhotels li
{
	list-style: none;
	list-style-type: none;

}

#singlehotel
{
	width: 620px; 
	padding: 10px;
	background-color: #F4AF13;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CC6600;
}

#singlehotel ul
{
	width: 600px;
	list-style: none;
}

#singlehotel li
{
	list-style: none;
	list-style-type: none;
	width: 120px;
	float: left;
}


#adsensesbar
{
	width: 160px;
	padding: 0;
	margin-bottom: 10px;
	float: left;
}

input:focus { border: 2px solid #ffa500; }
input:hover { border: 2px solid #ffa500; }

#searchbox h2 { color : #FFFFFF; text-shadow: 0px 1px 1px #000; margin: 10px; }

.textinput { width: 450px; }

#content { 
	width: 620px; 
	float: left; 
	padding: 10px;
	background: #FFFFFF; 
	margin-bottom: 10px;
/*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
*/
    border: 1px solid #9999CC;
}

#content ul li { margin-left: 20px; }

#content h2 { color : #000;  }

#competitioncontent
{
	width: 620px;
}

#travelagents { 
	width: 940px; 
	float: left; 
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF; 
	margin-bottom: 10px;
/*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
*/

}

#travelagents img { padding: 2px; float: left; }

#travelagents h2 { color : #000; }

#popularsearches
{
	width: 940px; 
	float: left; 
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF; 
	margin-bottom: 10px;
/*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
*/
    border: 1px solid #aaaaaa;

}

#popularsearches h2,h4 { color : #000; }

#popularfloat
{
	float: left;
	padding-left: 20px;
	width: 215px;
}

#moredestinations { 
	width: 940px; 
	float: left; 
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF; 
}

#moredestinations ul li { margin-left: 20px; }

#moredestinations h2 { color : #000; }

#morefloat {
	float: left;
	padding: 2px;
	height: 15px;
}

#countryfloat {
	float: left;
	width: 930px;
}

#adsense { 
	width: 300px; 
	height: 280px;
	float: left; 
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
/*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #aaaaaa;
*/
}

#adsensemiddle {
	width: 610px; 
	float: left; 
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #aaaaaa;
}

#sidebar { width: 320px; float: left; padding-bottom: 60px;}

#facebook { float: left;}

#footer { 
	width: 100%; 
	float: left; 
	padding-top: 10px;
	padding-bottom: 10px; 
	height: 20px; 
}

#footerleft { float: left; padding-left: 10px; }

#footerright { float: right; padding-right : 20px; margin-top: -5px; height: 20px; }

#footerright h3 a { color: #ffffff; }

#footerinfo { float: right; padding-right : 20px; height: 25px; width: 230px; }

#footerinfo2 { float: right; padding-right : 20px; height: 25px; width: 100px; }

#tweets {
	width: 100%; 
	float: left; 
	padding: 10px;
	margin-left: -40px;
	background: #FFFFFF; 
	margin-bottom: 10px;
}

#info {
	visibility: hidden;
}

#abort {
	visibility: hidden;
}

h1, h2 { margin: 5px 5px 10px 5px; }
h1 { font-size: 21px; font-weight: bold; }
h2 { font-size: 18px; font-weight: bold; }
h3 
{ 
	font-size: 15px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;
	margin: 5px 0px 5px 0px;
}
h4 
{ 
	font-size: 14px; 
	font-weight: bold; 
	color: #000;

}

h5
{
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;
	margin: 5px 0px 5px 0px;
}

p { margin: 5px; font-size: 12px; font-weight: normal; }
a { font-weight: bold; text-decoration: none; color: #000}
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#hotelscom
{
	width: 300px;
	float: none;
	background-color: #F4AF13;
	margin-bottom: 10px;
	padding-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ksehtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #CC6600;
	overflow: hidden;

}

#hotelscom2
{
	width: 300px;
	float: none;
	background-color: #F4AF13;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #CC6600;
	overflow: hidden;

}


#hotelscom_nohotels
{
	width: 320px;
	float: none;
	background-color: #F4AF13;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CC6600;
	overflow: hidden;
}

#hotelfloat2
{
	float: left;
	width: 290px;
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFCC;
	overflow: hidden;
}

#hotelfloat
{
	float: left;
	width: 107px;
	height: 150px;
	text-align: center;
	margin: 10px 0px 0px 20px;
	padding: 10px 0px 5px 5px;
	background-color: #FFFFCC;
	overflow: hidden;
}



#hotelfloat a { font-size: 11px; color: #000000; }

#morehotels
{
	float: none;
	clear: both;
	padding-top: 5px;
}

#morehotels a { font-size: 13px; color: #000000; }

#imgcrop2
{
	overflow: hidden;
	width: 80px;
	height: 48px;
	float: left;
}

#imgcrop
{
	overflow: hidden;
	width: 100px;
	height: 60px;
}


#textright
{
	float: left;
	height: 48px;
	width: 200px;
	padding-left: 5px;
}

#imgcroplarger
{
	overflow: hidden;
	width: 200px;
	height: 125px;
}

#hotelmap
{
	width: 280px;
	height: 320px;
	margin-right: 16px;
	float: left;
	background: #3399CC;
	padding: 10px;
	margin-bottom: 10px;
	margin-bottom: 10px;
/*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
*/
    border: 1px solid #336699;
}

#hotelmap h2 { color : #FFFFFF; text-shadow: 0px 1px 1px #000; }

.hotelclick { color : #FFFFFF; text-shadow: 0px 1px 1px #000; }

#map
{
	width: 300px;
	height: 300px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#bigmapdiv
{
	width: 100%;
	height: 100%;
	z-index: -10000;
	visibility: hidden;
	position: absolute;
	top:0;
	left:0;
}

#bigmap
{
	width: 100%;
	height: 90%;
}

#citypics
{
	width: 300px;
	float: left;
	background-color: #CCCCFF; 
	padding: 10px;
	margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9999CC;
}

#citypics h2 { color : #000000; }

#searchtypes
{
	width: 135px;
	float: left;
	background-color: #336699;
	border-left: 1px solid #333366;
	border-top: 1px solid #333366;
	border-right: 1px solid #333366;

}

#searchtypes p
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000;
}

#returnf
{
	width: 205px;
	float: left;
	padding-top: 28px;
/*	border: 1px solid #000; */

/*
	background-color: #336699;
	border-left: 1px solid #333366;
	border-top: 1px solid #333366;
	border-right: 1px solid #333366;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
*/
}

#returnf p
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000;
}

#from, #to
{
	font-size: 20px; 
	font-weight: bold;
	padding: 2px;
}

#fromf
{
	width: 474px;
	padding-left: 10px;
	float: left;
}


#tof 
{
	width: 474px;
	/* padding-left: 10px; */
	float: left;
}

#submitf
{
	width: 110px;
	margin-left: 70px;
	margin-top: 10px;
	float: left;
}

#depf
{
	width: 465px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}

#retf
{
	width: 465px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}


#adultf
{
	width: 110px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}

#childf
{
	width: 110px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}

#babyf
{
	width: 110px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}

#ticketf
{
	width: 110px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
/*	border: 1px solid #000; */

}

#directf
{
	width: 110px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;

}

/* 34234 */

#fromhotel, #tohotel
{
	font-size: 20px; 
	font-weight: bold;
	padding: 2px;

}

#fromfhotel
{
	width: 474px;
	padding-left: 10px;
	float: left;

}


#tofhotel
{
	width: 474px;
	/* padding-left: 10px; */
	float: left;
}

#submitfhotel
{
	width: 120px;
	margin-left: 457px;
	margin-top: 12px;
	float: left;
}

#depfhotel
{
	width: 474px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

#retfhotel
{
	width: 400px;
	padding-top: 10px;
	float: left;
}


#adultfhotel, #childfhotel, #babyfhotel, #ticketfhotel, #directfhotel
{
	width: 110px;
	padding-top: 12px;
	padding-left: 10px;
	float: left;
}


#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:left; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


/* start calendar */

table.jCalendar {
	border: 1px solid #000;
	background: #FFF;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #fff;
	font-size: 12px;
	font-family: arial, sans-serif;
	padding: 2px;
	line-height: 1.4em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* end calendar */

/* start autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 199;
}

.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;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* end autocomplete */

#browsers
{
	margin: 0 auto;
	position: relative;
	top: 10px;
	margin: 10px;
	padding: 10px;
	background-color: #ffccff;
	border: 1px solid #ffcc00;
	visibility: hidden;
	width:840px;
}


#hiddendata
{	
}

#hiddendata_cut
{	
}

#advanced
{
	background: #eeeeee;
	/*visibility: hidden;*/
}

.journey
{
	/* border-bottom: 1px #aaaaaa solid; */
	/* position: relative; */
	/* left:0px; */
	/* float: left; */
	width: 610px;
	border-collapse:collapse;
}

.journeyleft
{
	/* float: left; */
	width: 260px;
	padding: 5px;
}

.journeyleftsmall
{
	/* float: left; */
	width: 120px;
	padding: 5px;
	text-shadow: 0px 1px 1px #000;
}

.tb
{
	border-bottom: 1px #aaaaaa solid;
}

.tbh
{
	border-top: 1px #aaaaaa solid;
}

table tbody tr.tb:hover { 
    background: #eeeeee; 
    /*color: white; 
    cursor: pointer;*/
}

#selection
{
	width:610px;
	float: left;
/*
	padding-top: 10px;
	padding-bottom: 10px;
*/
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	visibility: hidden;

}

#selectionh
{
	position: relative;
	left: 860px;
	top: 290px;
	width:110px;
	border: 1px solid #aaaaaa;
	visibility: hidden;
}

#selectionc
{
}

#mask
{
	position: absolute;
	z-index: 9000;
	background: #000;
	filter:alpha(opacity=50);
	background: rgba(0, 0, 0, 0.5);
	display: none;
	top:0;
	left:0;
}

#searching
{
	display:none;
	width: 300px;
	height: 150px;
	background: #FFFFFF;
	padding: 10px;
}

#searching_old
{
	position: absolute;
	z-index: 9999;
	display: none;
	top:0;
	left:0;
	width: 300px;
	height: 150px;
	background: #FFFFFF;
	padding: 15px;
	margin: 10px;
	/*border: 1px solid #aaaaaa;*/
}


.red
{
	color: #FF0000;
}

.price
{
	color: #000;
	font-size: 18px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #aaa;
	
}

#resulttable
{
	position: absolute;
	top: 10px;
	left: 420px;
}

/*
 * Color, Border, and Button Rules
 */
.contentslider {
  padding:10px; /* This acts as a border for the content slider */
  background:#F4AF13; /* This is the color of said border */
  z-index: 200;
}
.cs_wrapper, .cs_article {
  background:#F4AF13; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  background:#F4AF13; /* This will probably match the contentslider bg color */
  z-index: 200;
}

/*
 * Article styles (font, color, etc.)
 *
 * If textResize is set to TRUE, sizing shouldn't need to be touched. However,
 * depending on the sizes you have defined, additional tweaking may be
 * required in order to get the text to display properly.
 */
.cs_article h2 {
  font-size:200%;
  line-height:1.125em;
}
  .cs_article h2 a {
    color:#333;
    text-decoration:none;
  }
.cs_article p {
  font-size:85%;
  line-height:1.5em;
  color:#777;
}
.cs_article .readmore {
  font-size:80%;
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position:relative;
  display:block;
  width:240px;
  height:380px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:280px;
  height:360px;
  margin:0 0 0 7px;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:380px;
  margin:0;
  padding:0;
	overflow: hidden;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:380px;
  margin:0 auto;
  padding:0;
  	overflow: hidden;
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:380px;
  padding:10px 0 10px 0;
  margin: 10px 0 10px 0;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:absolute;
  top:0px;
  margin:0;
}

a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
}

.button {
  color: #fff;
  background-color: #ff4500; /*acc */
  padding: 5px 7px;
}
.button:hover {
  background-color: #800000; /*cee*/
}

.button[class] {  background-image: url(/pic/shade.png); background-position: bottom; }

* html .button { border-color: #e1a; }
* html .button:hover { border-color: #9d4; }

a.ie6button {

	text-decoration: underline;
	color: #000;

}

.awesome, .awesome:visited {
	background: #222 url(/pic/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 18px; padding: 8px 14px 9px; border: 2px solid #ffa500; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

/* pagination */
.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

