/* MAIN */
html,body {
	margin:0;
	padding:0;
}

body {
	font: 73% calibri, helvetica, arial, sans-serif;
	line-height:1.8em;
	background: #fff url(images/02.gif) repeat;
	color: #666;
}

div.wcBody {
	margin:0;
	padding:0;
	font: 88% calibri, helvetica, arial, sans-serif;
	line-height:1.8em;
	background: #fff url(images/02.gif) repeat;
	color: #666;
}

div.wcBodyCar {
	margin:0;
	padding:0;
	font: 110% calibri, helvetica, arial, sans-serif;
	line-height:1.8em;
	background: #fff url(images/02.gif) repeat;
	color: #666;
}

/* HEADER */
div.bannerBack {
	background-color: #4f81bd;
	width: 100%;
	padding-bottom: 0px;
}

#banner {
	margin: 0 auto;
	padding: 0;
	width:800px;
	height:90px;
	background: #4f81bd url(./DealAdvisorBanner2.gif) top center no-repeat;
}

div.poweredBy {
	float: right; 
	height: 31px;
	padding: 0 0 0 0; 
}

div.KiosksLink {
	text-align: center; 
	width: 100%;
	margin: 5px 0px 5px 0px;
	font-size: 110%;
	border-color: #4f81bd;
	border-width: thin;
	border-style: dashed;
}

#banner h1 {
	margin: 0 0 0 20px;
	letter-spacing: 3px;
	font-size: 2.9em;
	line-height: 1.4em;
	color: #fff;
}

#banner h2 {
	margin: 0 0 0 70px;
	letter-spacing: 1px;
	font-size: 1.5em;
	color: #fff;
	text-decoration: overline;
}

/* NAVIGATION */
div#menu {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 31px;
	padding-top:0;
	background-color: #4f81bd;
}
ul#nav,ul#nav li {
	list-style-type:none;
	margin:0;
	padding:0
}
ul#nav {
	margin-left: 20px;
	width: 800px;
}
ul#nav li {
	float: left;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
ul#nav a {
	float: left;
	width: 7.2em;
	padding: 5px 0;
	background: #ff9933;
	text-decoration: none;
	color: #fff;
}
ul#nav a:hover {
	background: #e7f1f8;
	color: #666;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover {
	background: #fff url(images/02.gif) repeat;
	color: #003;
}

/* INFO TEXTs */
div.title {
	color: #4f81bd;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.info {
	color: #000000;
	font-size: 1.2em;
}

div.error {
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

span.title {
	color: #4f81bd;
	font-size: 1.2em;
	font-weight: bold;
}

/* FILTER TEXT */
div.filterBox {
	margin: 0 0 0px 0;
}
	
div.filterBox a {
	font-weight: bold;
	font-size: 130%;
}

/*MAIN CONTAINER*/
#container {
width: 830px;
margin: 0 auto;
padding: 0;
}

/*CONTENT*/
#content {
width: 800px;
float: left;
margin: 30px 0 0 0;
/*padding: 0 0 30px 10px;*/
padding: 0 0 30px 0
}

table.main {
	width: 100%;
	font-size: 1.2em;
	margin: 8px 0 0 0;
}

td.header {
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 14%;	
	background-color: #4f81bd;
	padding: 5px 5px 5px 5px;
}

td.value {
	border: 1px #4f81bd solid;
	text-align: center;
	vertical-align: middle;
	//vertical-align: text-top;
	width: 14%;
	color: #4f81bd;
	background-color: #fff;
}

td.formheader {
	text-align: right;
	color: #fff;
	width: 14%;	
	background-color: #4f81bd;	
	padding: 2px 20px 2px 2px;
}

td.formvalue {
	font-weight: bold;
	text-align: right;
	color: #fff;
	width: 14%;	
	background-color: #4f81bd;	
	padding: 2px 2px 2px 2px;
}

td.filname {
	width: 20%
}

td.filvalue {
	width: 5%;
}

td.bookname {
	width: 31%
}

td.bookvalue {
	width: 19%;
}

td.book2name {
	width: 41%
}

td.book2value {
	width: 9%;
}

td.book3name {
	width: 50%;
}

td.book3value {
	width: 12.5%;
}

td.value h3 {
	font-size: 100%;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
}

td.csmall {
	width: 8%;
}

td.cmid {
	width: 11%;
}

td.cbig2 {
	width: 20%;
	//width: 26%;
}

td.cbig {
	width: 29%;
	//width: 26%;
}

/*FOOTER*/
#footer {
	clear: both;
	height: 50px;
	padding: 5px;
	border-top: 3px solid #ff9933;
	background: #4f81bd;
	text-align: center;
}

#footer p {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.small {
color: #ff9933;
font-size: 0.8em;
}
.big {
font-weight: bold;
font-size: 1.2em;
color: #ff9933;
}

/*LINK PROPERTIES*/

a {
	font-weight: bold;
	font-size: 100%;
	color:#ff9933;
	text-decoration: none;
}

a img {
	border: none;
}
a:link, a:visited {
	color : #ff9933;
	background : inherit;
}
a:hover {
	text-decoration : underline;
	color : #999;
	background : inherit;
}

a.TripRank:link, a.TripRank:visited, a.TripRank:active {
	font-weight: normal;
	color: #4f81bd;
	text-decoration: none;
}
a.TripRank:hover { 
	text-decoration: underline;
	color:#ff9933
}

a.ImagesGallery {
	color : #ff9933;
}



/*ADSENSE BANNER*/

#AdSenseRightBanner {

overflow:visible;
float:right;
margin: 130px -120px 0 0;
width:120px;
}

#sponsoredLinks{
position:relative;
z-index:1;
width:120px;
text-align:center;
	letter-spacing: 2px;
	font-size: 1.0em;	
	color: #4f81bd;
}

div.right {
float:right;
}
div.heightSetter{height:220px;}