h1.heading, h2.heading, h3.heading, h4.heading{
	color: #333;
}

h1.heading {margin-bottom:10px;padding-bottom: 3px;}
h2.heading {margin-bottom:10px;padding-bottom: 3px;}
h3.heading {margin-bottom:10px;padding-bottom: 3px;}


h1.heading, h2.heading, h3.heading, h4.heading{
	border-bottom: 0.1em solid #9ef;
	color: #333;
}

h1.heading {border-bottom: 0.1em solid #cef; margin-bottom:0.3em;padding-bottom: 0.1em;}
h2.heading {border-bottom: 0.25em solid #cef; margin-bottom:0.50em;padding-bottom: 0.0em;}
h3.heading {border-bottom: 0.3em solid #cef; margin-bottom:0.6em;padding-bottom: 0.2em;}

div#page{
	position: relative;
}

div#page-search{
	position: absolute;
	top: -20px;
	right: 0px;
	font-size: 14px;
	border: 1px solid #999;
	padding: 4px 8px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	background: #E5EcF9;
}

div#page-search input.text{
	border: 1px solid #999;
	padding: 3px;
	font-size: 14px;
}

a{
	color: #06f;
	text-decoration: underline;
}

a:hover{
	color: #6bf;
	text-decoration: underline;
}


h1{
	font-size: 24px;
	color: #333;
	margin: 1em 0 1em 0;
}

/*
ul.tabs{
	margin-left: 0px;
	margin-right: 0px;
	list-style:none;
	height: 36px;
	border-bottom: 1px solid #bbb;
}
ul.tabs li{
	float: left;
	line-height: 27px;
	border: 1px solid #bbb;
	margin: 0 0.5em;
	margin-top: 8px;
	background: #ddd;
}
ul.tabs li.selected{
	border: 1px solid #bbb;
	border-bottom: 1px solid white;
	background: #fff;
}
ul.tabs a{
	padding: 0 1em;
}
*/


ul.tabs{
	margin-left: 0px;
	margin-right: 0px;
	list-style:none;
	height: 36px;
	border-bottom: 1px solid #bbb;
	background: #eee;
}
ul.tabs li{
	float: left;
	line-height: 27px;
	border: 0px;
	margin: 0 0.2em;
	margin-top: 8px;
}
ul.tabs li.selected{
	border: 1px solid #bbb;
	border-bottom: 1px solid white;
	background: #fff;
}
ul.tabs a{
	padding: 0 0.7em;
}

span.price{
	color: #333;
	padding-left: 28px;
	background: url(/packages/affordable/main/images/from.gif) left no-repeat;
	margin-right: 0.3em;
}

div#notices ul{
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
}

div#notices li{
	background: #fe9;
	border: 1px solid #ec7;
	padding: 6px;
	margin: 0;
	line-height: 2em;
	font-weight: bold;
}

img.small-photo{
	padding: 3px; 
	border: 1px solid #aaa;
	width: 140px;
	height: 105px;
}

#logo{
	width: 942px;
	margin: 0.15em auto 0.4em auto;
	background: url(/packages/affordable/main/images/logo.png) left no-repeat;
	height: 40px;
}

#logo span{
	display: none;
}

.floatout{
	float: left;
	margin-top: -30px;
	margin-left: -10px;
	/*position: relative; top: -30px; left: -10px;*/
	width: 50px;
	height: 50px;
}


#main-page{
	padding: 10px;
}
/*
	margin: 10px auto;
	border: 1px solid #aaa;
	width: 950px;
	background: white;
}
*/

body{
	background: url(/packages/affordable/main/images/topbarshade.gif) top repeat-x;
}

#footer ul{
	margin:0;
	padding:0;
	list-style: none;
}

#footer ul li{
	display: inline;
	margin: 0 2em;
}

#tab-deal-finder a{
	color: red !important;
}

table.form th{
	padding: 1.2em 0.3em 1em 0.3em;
	vertical-align: top;
	color: #333;
}

table.form .required{
	color: red;
}

table.form h3{
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	color: #009;
}

table.form .hidable{
	background: #f3f3f3;
}

table.form table.composite-element{
	padding: 0;
	margin: 0;
}

table.form table.composite-element th{
	padding: 0;
	margin: 0;
	font-size: x-small;
	color: #666;
}

table.form table.composite-element td{
	padding: 0;
	margin: 0;
}