/* tmauctions.com.au Style Sheet*/

/*##############################
HTML tags
##############################*/
body {
	background-color:#FFFFFF;	
	font-family: Verdana, Helvetica, sans-serif;	
	font-size:12px;	margin: 0;	
	padding: 0;	
	color: #666666;	
	line-height: 2em;	
	text-align: center;
}

h1 {
	font-size: 24px;	
	color: #000000;
}

h1 a:link, h1 a:visited {
	color: #D86B3C;
}

h2 {
	font-size:20px;
}

h3 {
	font-weight:bold;	
	font-size:16px;	
	color: #000000;
}

h4 {
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
	line-height: normal;
}

h1, h2, h3, h4, p {
	text-align: left;
}

a:link {
	color:#0A62AC; 
	font-weight:bold;
}

a:visited {
	color:#990033; 
	font-weight:bold;
}

a:hover, a:active {
	color:#D86B3C; 
	font-weight:bold;
}

ul {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 0;
}

li {	
	background: url(/images/small-box.gif) no-repeat left 8px;
	text-align: left;
	padding: 0px 0px 0px 30px;
}

ol li {
	background: none;
	padding: 0px;
}

/*##############################
Header/Footer
##############################*/

.top-grad {	
	background-image: url(/images/top-grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 90px;
}

.banner {	
	margin: 20px 0px 0px;
}

#mainmenu, #footermenu {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:center;
	padding: 10px;
	font-size:16px;
}

#mainmenu a:link, #mainmenu a:visited, #footermenu a:link, #footermenu a:visited, #mainmenu-frame a:link, #mainmenu-frame a:visited {
	text-decoration:none; color: #D86B3C; font-weight:bold;
}

#mainmenu a:hover, #mainmenu a:active, #footermenu a:hover, #footermenu a:active #mainmenu-frame a:hover, #mainmenu-frame a:active {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	background-repeat: no-repeat;
}

#footer {
	color: #999999;
}

#footer p, #footer h3 {
	text-align: center;
}

/*##############################
Global DIVS
##############################*/
/* contains all content */

#PageBody {
	width: 780px;
	padding-top: 50px;
	text-align: left;
	margin: 0 auto;
}

/*##############################
Global classes
##############################*/
.sidebar-pic {
	padding-bottom: 10px; 
	display: block;
}

.sidebar-pic img {
	border: 1px solid #ccc;
}

table.pricing {
	width: 100%;
}

td.pricing {
	width: 20% !important;
} 

.jump {
	border: 1px solid #FFE7B6;
	background-color: #FFFAF0;
	padding: 10px;
	text-align: left;
}

.top td {
	vertical-align: top;
}

.ext_link {
	background: url(/images/external_link.gif) no-repeat 100% 2px;
	padding-right: 18px;
}

.strike {text-decoration: line-through;}

.sml-font {font-size: 10px;}

.sml-font11 {font-size: 11px;}
.bigbtn {font-size: 24px;}
.intro {font-size: 16px; }
.border {border:1px solid #ccc;}
.text-white {color: #fff;} 
.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right !important;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}
.orange {background: #FFCC66;}
.black {background: #000;}
.yellow {background: #FFFF66;}
.yellow-pale {background: #FFFFCC;}
/* floats */

.float-right {float:right;}

.float-left {float:left;}

table.table-border {
	border-top:1px solid #DDE4F2;
	border-left:1px solid #DDE4F2;
}

table.table-border tr td {
	border-right:1px solid #DDE4F2;
	border-bottom:1px solid #DDE4F2;
}

.quote {
	font-style: italic;
	text-align:center;
	padding: 0px;
	background-color: #EEE;
}

abbr, acronym, .tooltip {
	border-bottom: 1px dotted #333;
	cursor: help;
}	

