H1, H2, H3 {
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 10px;
	font-weight:normal;
}

H1 {
	margin-top: 12px;
	border-bottom: 2px solid #CCCCCC;
	color: #6D6D49;
	font-size: 14pt;
	height: 22px;
}

H2 {
	margin-top: 12px;
	border-bottom: 2px solid #CCCCCC;
	font-size: 14pt;
	height: 22px;
}

A, A:visited {
	color: #8C8C8C;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

A:hover, A:active {
	color: #555555;
}

.small_text {
	font-size: 8pt !important;
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.clear {
	clear: both!important;
}

.alert {
	font-weight: bold;
	color: red;
}


#container {
	background-color: #FFFFFF;
	display:block;
	margin:0 auto ;
	width: 940px;
	padding: 0;
	color: #42422D;

}

#banner {
	display: block;
	width: 770px;
	height: 80px;
	padding-left: 180px;
	padding-top: 20px;
	margin : 0 auto 0 auto;
	overflow: hidden;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-family : 'Tahoma', sans-serif;
	font-size: 45px;
	color:#C19D3E;
	text-transform: lowercase;
}

#left_panel {
	border: 1px solid #CCCCCC;
	float: left;
	width: 250px;
	min-height: 525px;
	margin: 5px 3px 10px 10px;
	-moz-border-radius: 10px; 
}

#left_panel H1, #main_content H3{
	margin-top: 5px;
	font-size: 14px;
	border-bottom: 2px solid #CCCCCC;
	clear: both;
}

#left_panel BR {
	height: 15px;
}

#left_panel LI {
	min-height:22px;
}

#main_content {
	float: right;
	width: 663px;	
	min-height: 455px;
	margin: 5px 5px 0 5px;
	padding:0;
	background-color: #FFFFFF;
}

#page_content {
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	clear: both;
}

#page_content H1, #page_content H2, #page_content H3 {
	margin-top: 5px;
	margin-left: 0px;
}

#links {
	margin: 10px 0 10px 10px;
	width: 140px;
	height: 200px;
	float: left;
	
}

#links H1, #links H2, #links H3 {
	margin-top: 5px;
	text-align: center;
	
}

#links UL {
	list-style: none;
	font-size: 9pt;
	padding:0;
	margin: 0;
	list-style-position: inside;
}

#links LI {
	margin-top: 0;
	margin-left: 0;
}

#links LI A:LINK, #links LI A:VISITED {
	display:block;
	text-align: center;
	padding-top:5px;
	height:25px;
	background: url(../images/link_button.gif) top left no-repeat;
	color: #555555;	
}

#links LI A:HOVER, #links LI A:ACTIVE {
	background: url(../images/link_button_on.gif) top left no-repeat;
	color: #996600;	
}

#hero {
	border: 1px solid #CCCCCC;
	display: block;
	overflow: hidden;
	margin: 10px 0px 10px 5px;
	width: 250px;
	height: 250px;
	float: left;
}

div.profile {
	margin-left: 15px!important;
}

.feature_container {
	height:50px;
	overflow-y: auto;
}

#feature {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	display: block;
	margin: 10px 5px 10px 0;
	width: 220px;
	height: 250px;
	float: left;
}

#feature H2 {
	font-size: 12pt;
	font-weight: bold;
	color: #42422D;
	margin: 5px 5px 5px 0;
	text-align: left;
}

#feature H3 {
	margin: 5px 0 0 0;	
	text-align: left;
	border: 0;	
}

#feature .feature_content {
	margin-top:10px;
	padding: 0 5px 0 5px;
	height: 155px;
	font-size: 8pt;
}

#feature P {
	text-align: right;
	padding-right: 10px;
	margin-top:0;
}

#feature A {
	font-size: 9pt;
}

#tabs {
	display: block;
	overflow: hidden;
	height: 30px;
	margin-left: 10px;
}

#tab {
	float: left;
	background-repeat: no-repeat;
	width: 118px;
	height: 22px;
	margin-top: 5px;
	padding-top:5px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	text-align: center;
}

#tab A {
	width: 118px;
	display:block;
}

#tab.unselected A, #tab.unselected A:visited {
	color: #EEEEEE;
	font-weight:normal;
}

#tab.unselected A:active, #tab.unselected A:hover {
	color: #C8A771;
}

#tab.selected A, #ta.selected A:visited {
	color: #6D6D49;
	font-weight:normal;
}

#tab.selected A:active, #tab.selected A:hover {
	color: #C8A771;
}

#tab_spacer {
	float: left;
	width: 4px;
	margin-top: 5px;
	height: 23px;
	border-bottom: 2px solid #996600;
}

#tab_last {
	float: left;
	width: 48px;
	margin-top: 5px;
	height: 23px;
	border-bottom: 2px solid #996600;
}

.unselected {
	color: #000000;
	background: url('../images/tab_dark.gif');
}

.selected {
	color: #646464;
	background: url('../images/tab.gif');
}

#footer {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 20px;
	margin: 0 10px 0 10px;
	clear: both;
}

#footer UL {
	display: block;
	list-style: none;
	margin: 0 auto;
	width: 440px;
	padding: 0;
	height: 100%;
	float: right;
}

#footer LI{
	float: left;
}

/* Search */



/* Business Profile */

#profile {
	display: block;
	margin: 10px 0px 10px 5px;
	width: 632px;
}

#profile .info{
	width: 378px;
	height: 260px;
	float: right;
}

#profile .hero{
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin: 0;
	width: 250px;
	height: 250px;
	float: left;
}

#profile TABLE.profile_table {
	font-size: 9pt;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CFCFB8;
	border-color: #CFCFB8;
	margin-top: 1px ;
}

#profile TABLE.profile_table TH {
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	width:100px;
	padding-left: 5px;
}

#profile TABLE.profile_table TD {
	font-size: 8pt;
	padding: 0;
	padding-left: 4px;
	height:20px;
}

#profile TABLE.profile_table TH.narrow {
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	width:20px;
}

#profile .daytime {
	width:100%;
	margin:0 0 0 0;
	padding:0;
}

#profile .day {
	font-weight: bold;
	text-align:center;
	width: 68px;
}

#profile .time, #profile .time_yes, #profile .time_no {
	font-size: 8pt;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#profile .time_yes {
	background: url(../images/blueTick.gif) center center no-repeat;
}

#profile .time_no {
	background: url(../images/redCross.gif) center center no-repeat;
}

#profile .buttons {
	background-color: #C7D9C1;
	padding-top:3px;
	height:20px;
	clear:both;
}

#profile .link_button {
	float: left;
	background-color: #FFE88A ;
	width: 86px;
	height: 15px;
	margin-left: 2px;
	text-align: center;
	border:1px solid #CCCCCC;
}

#profile .link_button A:LINK, #profile .link_button A:VISITED{
	color: #555555;
}

#profile .link_button A:ACTIVE, #profile .link_button A:HOVER{
	color: #996600;
}

#profile .operation {
	clear: both;
}

#profile .operation TABLE{
	width: 100%;
	border: 1px solid #CCCCCC;
}

#profile .features {
	font-size:8pt;
	height:50px!important;
	padding: 0px;
	vertical-align:top;
}

#profile .sponsor TH{
	width:100px!important;
	vertical-align: middle!important;
	padding-top:0!important;
}

#profile .sponsor TD{
	height:36px;
}

/* End Business Profile */

/*	Comment list */

#comment_list UL{
	list-style: none;
	padding: 0;
	margin:0;
}

#comment_list LI{
	border: 1px solid #999966;
	margin-bottom: 20px;
	float:none;
}

#comment_list .comment_text{
	padding-left: 10px;
	padding-bottom: 10px;
}

#comment_list .create_by{
	font-style: italic;
	font-weight: normal;
}

#comment_list .positive {
	background-image: url('../images/green_circle.gif');
}

#comment_list .negative {
	background-image: url('../images/red_circle.gif');
}

#comment_list .neutral {
	background-image: url('../images/yellow_circle.gif');
}

#comment_list .positive, #comment_list .negative, #comment_list .neutral {
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	border: 0;
	height: 20px;
}

#comment_list .message_header {
	height: 70px;
	background-color:#E8E8E8;
	padding-left:5px;
	margin:0 0 5px 0;
}

/* End comment list*/

/*	Comment form */

#comment_form TEXTAREA{
	width: 630px;
}

/*	End Comment form */

#booking_list TABLE {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

#booking_list TABLE {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

#booking_list TABLE TH{
	background-color:#D1B76F;
}


.menu {
	margin: 0;
	padding:0;
	border-collapse: collapse;
	border-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	float:right;
}

.menu TH {
	background-color: #ECE9D8;
	padding-left: 2px;
	text-align: left;
}

.menu TD{
	font-size: 8pt;
}

#menu_content .section{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	
}

#menu_content .print_button{
 	float: right;
 	width:100px;
}

#menu_content H2{
	width: 300px;
	margin-top: 0; 
	border: 0;
}

#menu_content H3{
	border: 0;
	text-align: center;
	background-color: #E6DEB9;
	color: #000000;
	padding: 2px;
	margin:0;
}

#menu_content H4{
	font-size: 9pt;
	border-bottom: 1px dotted #CCCCCC;
	padding:0 0 0 5px;
	margin:5px 0 0 0;
	margin-bottom: 2px;
}

#menu_content UL {
	list-style: none;
	padding:0;
	margin:0;	
}

#menu_content LI {
	padding:0;
	margin:5px 0 5px 0;
	height: 55px;
}

#menu_content LI .item_desc{
	float: left;
	font-size: 8pt;
	padding:0 0 0 5px;
	width: 455px;
	overflow-x: hidden;
	overflow-y:auto;
}

#menu_content LI .item_desc_text{
	padding:0 0 0 6px;
}

#menu_content .price{
	padding-top:5px;
	font-size: 9pt;
	font-weight: bold;	
}

#menu_content .price_any{
	float: left;
	width: 60px;
	text-align: center;
	padding-top: 5px;
}

#menu_content .price_val{
	float: left;
	width: 60px;
	text-align: center;
}

#order_content .selected_items {
	height: 124px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #CCCCCC;
}

#order_content #ordered_items {
	height: 154px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #CCCCCC;
}

#order_content UL {
	list-style: none;
	padding:0;
	margin:0;	
}

#order_content LI {
	padding:0;
	margin:5px 0 5px 0;
	height: 25px;
	border-bottom: 1px dotted #CCCCCC;
}

#order_content H4{
	font-size: 9pt;
	padding: 4px 0 0 5px;
	margin:0 10px 0 0 ;
	margin-bottom: 2px;
}

#order_content .item_name {
	height: 16px;
	width: 200px;
	float: left;
}

#order_content .item_price {
	height: 20px;
	float: left;
	font-size: 8pt;
}

#order_content .item_price_part {
	float: left;
	width: 90px;
	text-align:right;
	padding-right: 20px; 
}

#order_content #finalise {
	text-align: center;
}

.image_button {
	float: left;
	width: 60px;
	height: 18px;
	padding-top:0;
	font-size: 8pt;
	border: 1px solid #CCCCCC;
	background : url('../images/white_square.gif') left no-repeat;
}

.up {	
	background : url('../images/arrow_up.gif') left no-repeat;	
}

.down {	
	background : url('../images/arrow_down.gif') left no-repeat;	
}

.red_cross {	
	background : url('../images/red_cross.gif') left no-repeat;	
}

.order TH{
	text-align: left;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

#left_content {
	min-height: 425px;
	padding-right: 10px;
}

#left_content P {
	margin: 5px 0 0px 5px;
}

#left_content TABLE {
	background-color: #DDE8D9;
	border-collapse: collapse;
	border-color: #CCCCCC;
	margin: 0 5px 10px 5px;
	float:left;
}

#left_content TD.logo{
	background-color:#FFFFFF;
}

#left_content IMG {
	border: 0;
}

#email_body {
	margin: 20px;
}

#email_body H1{
	margin: 10px;
}

#email_body P{
	margin-left: 10px;
	display:block;
	float:none;
}

#email_body LABEL {
	float: left;
	width: 200px;
	font-weight: bold;
	
}

#sign_out {
	position: relative; 
	top: 55px; 
	left: 810px;
	margin-top: -16px;
	width: 100px;
	text-align: right;
}

.error {
	float: left;
	color: red;
	margin-left: 10px;
	font-weight: bold;
	height: 14px;
	padding-top: 4px;
	background-color: yellow;
}

.error_head {
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	font-weight: bold;
	color: red;
	background-image: url(../images/ex_mark.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
}

.info_head {
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
	font-weight: bold;
	color: #999966;
	background-image: url(../images/info.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
}

#suburb_list {
	display: none;
	position: absolute;
	overflow-Y: auto;
	width: 200px;
	height: 44px;
	background-color: white;
	border: 1px solid #CCCCCC;
}

#suburb_list UL {
	margin: 1px;
	padding: 0;
	list-style: none;
}

#suburb_list LI A {	
	font-weight: normal;
	display: block;
	width: 100%;
}

#suburb_list LI A:hover {	
	background-color: #CCCCCC;
}

.news UL{
	list-style: none;
	margin:0;
	padding:0;
}

.news LI{
	padding-left: 5px;
	margin-bottom: 10px;
}

.news LI H3 {
	height: 16px;
	border-bottom:1px dotted #CCCCCC;
	margin:0 5px 0 5px;
	font-style: italic;
}

.news LI DIV {
	padding: 0 5px 0 5px;
}

.news_content {
	margin-top:10px;
}


