 /* Sets up overall page attributes */

body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* Sets up link properties */

a:link {
	color: #FFFFFF;
	text-decoration: none;	
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;	
}
a:active {
	color: #CCCCCC;
	text-decoration: none;	
}

a.dark_link:link {
	color: #000000;
	text-decoration: none;	
}
a.dark_link:visited {
	color: #000000;
	text-decoration: none;	
}
a.dark_link:hover {
	color: #666666;
	text-decoration: underline;	
}
a.dark_link:active {
	color: #666666;
	text-decoration: none;	
}

a.blue_link:link {
	color: #0000CC;
	text-decoration: none;	
}
a.blue_link:visited {
	color: #0000CC;
	text-decoration: none;	
}
a.blue_link:hover {
	color: #CCCCCC;
	text-decoration: underline;	
}
a.blue_link:active {
	color: #CCCCCC;
	text-decoration: none;	
}

a.qanda_link:link {
	color: #000000;
	text-decoration: none;	
}
a.qanda_link:visited {
	color: #000000;
	text-decoration: none;	
}
a.qanda_link:hover {
	color: #000000;
	text-decoration: underline;	
}
a.qanda_link:active {
	color: #000000;
	text-decoration: none;	
}



/* Sets up some general visual properties */

td.white_underline {
	border-bottom: 1px dotted #FFFFFF;
}
td.white_overline {
	border-top: 1px dotted #FFFFFF;
}
td.white_leftline {
	border-left: 1px dotted #FFFFFF;
}
td.white_rightline {
	border-right: 1px dotted #FFFFFF;
}
td.orange_rightline {
	border-right: 1px dotted #FC9A65;
}
td.black_underline {
	border-bottom: 1px dotted #000000;
}
td.black_overline {
	border-top: 1px dotted #000000;
}
td.black_leftline {
	border-left: 1px dotted #000000;
}
td.black_rightline {
	border-right: 1px dotted #000000;
}
.black_text {
	color: #000000;
}

.searchresults_ul {
	padding-left: 13px;
	margin: 0px;
}

.searchresults_ul li {
	line-height: 1.5em;
	*font-size: .95em;
}


/* Sets up the page container */

div.container {  
	width: 780px;
	padding: 0px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 11px;
}


/* Sets up the header section */

td.header_image {
	background-color: #FFFFFF;
	background-image: url('/images/logo_header1.gif');
	background-repeat: no-repeat;
	background-position: left;
}
td.header_image_main {
	background-color: #FFFFFF;
	background-image: url('/images/logo_header2.gif');
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: bottom;
	text-align: left;
	padding-left: 53px;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 11px;
}
td.header_currency {
	background-color: #FF3300;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 20px;
}
td.header_menu {
	background-color: #FF3300;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
}
td.header_menu_light {
	background-color: #FC9A65;
}


/* Sets up the page info section under the header */

p.pageinfo_heading {
	color: #FF3300;
	padding-left: 50px;
	padding-top: 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
h1.pageinfo_heading {
	color: #FF3300;
	padding-left: 50px;
	padding-top: 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
p.pageinfo_heading_right {
	color: #666666;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}
.pageinfo_message {
	color: #666666;
	padding-left: 50px;
	padding-bottom: 40px;
	font-size: 13px;
	font-weight: bold;
}
.pageinfo_message_plain {
	color: #000000;
	padding-left: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: normal;
}
td.pageinfo_image_sell_search {
	background-color: #FFFFFF;
	background-image: url('/images/pageinfo_right_sell_search.gif');
	background-repeat: no-repeat;
	background-position: right;
	background-position: top;
	height: 200px;
}
td.pageinfo_image_search {
	background-color: #FFFFFF;
	background-image: url('/images/pageinfo_right_search.gif');
	background-repeat: no-repeat;
	background-position: right ;
	background-position: top;
	height: 200px;
}
td.pageinfo_image_sell {
	background-color: #FFFFFF;
	background-image: url('/images/pageinfo_right_sell.gif');
	background-repeat: no-repeat;
	background-position: right ;
	background-position: top;
	height: 200px;
}
input {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 11px;
}


/* Sets up the ticker used on the front page */

/* Site features ticker */

#dropcontentsubject {
	width: 370px;
	font-weight: bold;
}

.dropcontent {
	width: 370px;
	height: 220px;
	display:block;
}
.ticker_heading{
	color: #FF3300;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.ticker_message{
	color: #000000;
	padding-left: 50px;
	padding-right: 5px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: normal;
}


/* Testimonials ticker */

#ajaxticker1{
	width: 370px;
	height: 220px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.testimonials_ticker{ 
	background-image: url('/images/testimonial_bubble.gif');
	background-repeat: no-repeat;
	background-position: right ;
}
.testimonials_message{
	color: #000000;
	padding-left: 75px;
	padding-right: 20px;
	padding-top: 25px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-indent: -10px;
}
.testimonials_credit{
	color: #000000;
	padding-left: 75px;
	padding-right: 20px;
	font-size: 11px;
	font-style: normal;
}
.quote_start {
	color:  #FF3300;
	font-size: 20px;
	font-weight:bold;
	line-height: 50%;
}
.quote_end {
	color: #FF3300;
	font-size: 20px;
	font-weight:bold;
	vertical-align: -10px;
}


/* Q&A ticker */

#ajaxticker2{
	width: 360px;
	height: 220px;
	margin-top: 20px;
}

#ajaxticker2 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.qanda_ticker{ 
	background-image: url('/images/testimonial_bubble.gif');
	background-repeat: no-repeat;
	background-position: right ;
}
.qanda_question{
	color: #000000;
	padding-left: 73px;
	padding-right: 17px;
	padding-top: 25px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-indent: -20px;
}
.qanda_answer{
	color: #000000;
	padding-left: 73px;
	padding-right: 17px;
	font-size: 12px;
	font-style: italic;
	text-indent: -16px;
}


/* Blog bubble link */

#blog_bubble{
	width: 370px;
	height: 78px; 
	background-image: url('/images/comment_bubble.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 30px;
	margin-bottom: -10px;
}
#blog_bubble p{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-left: 70px;
	margin-right: 10px;
	padding-top: 8px;
	line-height: 17px;
	text-align: left;
}



/* Sets up the news subscription system on the front page */

#news_subscribe {
	border:1px dashed #FF3300;
	width: 300px;
	padding:10px;
	margin:25px 33px 45px 17px;
}


/* Sets up the progress tabs use on some pages */

table.progress {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 30px;
}
td.progress_selected_left {
	width: 17px;
	background-image: url('/images/tab_selected_left_tables.gif');
	background-repeat: no-repeat;
	background-position: right;
}
td.progress_selected_centre {
	background: #FF3300;
}
td.progress_selected_right {
	width: 17px;
	background-image: url('/images/tab_selected_right_tables.gif');
	background-repeat: no-repeat;
	background-position: left;
}
td.progress_deselected_left {
	width: 17px;
	background-image: url('/images/tab_deselected_left_tables.gif');
	background-repeat: no-repeat;
	background-position: right;
}
td.progress_deselected_centre {
	background: #FC9A65;
}
td.progress_deselected_right {
	width: 17px;
	background-image: url('/images/tab_deselected_right_tables.gif');
	background-repeat: no-repeat;
	background-position: left;
}


/* Sets up the page content section */

table.pagecontent {
	background-color: #FF3300;
	font-size: 11px;
	width: 780px;
	color: #FFFFFF;
}
td.pagecontent_left {
	border-right: 1px dotted #FFFFFF;
	width: 380px;
}
td.form_label {
	width: 135px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	vertical-align:top;
	font-weight: bold;
	text-align: right;
}
td.form_label_smallwidth {
	width: 35px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	vertical-align:top;
	font-weight: bold;
	text-align: right;
}
td.form_label_plain {
	width: 135px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	vertical-align:top;
	font-weight: normal;
	text-align: right;
}
td.form_fields {
	width: 225px;
	padding-top: 15px;
	padding-right: 5px;
	vertical-align:top;
}
td.form_fields_largewidth {
	width: 325px;
	padding-top: 15px;
	padding-right: 5px;
	vertical-align:top;
}
td.form_halfwidth {
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:top;
}
pagecontent_notables_orangebg {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
}
p.link_heading {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
#search_results {
	background-color: #FF3300;
	font-size: 11px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.article_disclaimers {
	color: #999999;
	font-size: 10px;
}


/* Sets up the page content side floater */

table.side_floater {
	background-color: #FF3300;
	font-size: 11px;
	width: 340px;
	color: #FFFFFF;
}
td.form_label_floater {
	width: 170px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 15px;
	vertical-align:top;
	font-weight: bold;
	text-align: right;
}
td.form_fields_floater {
	width: 180px;
	padding-top: 15px;
	padding-right: 5px;
	vertical-align:top;
}


/* Sets up the footer section */

div.footer_ad {
	height: 137px;
	background-color: #FFFFFF;
	background-image: url('/images/ad_footer1.jpg');
	background-repeat: no-repeat;
	background-position: left 
}
div.footer_menu {
	background-color: #FF3300;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 11px;
}
div.footer_logo {
	height: 137px;
	background-color: #FFFFFF;
	background-image: url('/images/logo_footer1.gif');
	background-repeat: no-repeat;
	background-position: center; 
}
#footer_digg_payment {
	padding-left: 50px;
	padding-top: 25px;
}

/* Autocomplete */
.ui-autocomplete-loading { background: white url('/images/ui-anim_basic_16x16.gif') right center no-repeat; }



