/* 
--------------------------------------------------------------------------------------
Style for everything contained within <body> (including background color, image etc.
Also, default font (if no style is defined) - usually set this the same as .maintext)
--------------------------------------------------------------------------------------
*/
.bodystyle {	
	padding-top: 0px;
	background-color: #000000;
	margin: 10px 0 0 0;
	font-family : Tahoma, Arial, Times New Roman;
	font-size : 12px;
	font-weight : normal;
	letter-spacing : 0px;
	color : #ffffff;
	line-height : 120%;
}

/* 
--------------------------------------------------------------------------------------
Main paragraph text
--------------------------------------------------------------------------------------
*/ 	

.maintext, li, blockquote, font {
	font-family : Tahoma, Arial, Times New Roman;
	font-size: 12px;
	font-weight : normal;
	letter-spacing : 0px;
	color : #000000;
	line-height : 120%;
}

/* 
--------------------------------------------------------------------------------------
Content area - e.g. bg colour for area/cell with content 
--------------------------------------------------------------------------------------
*/ 	
.content_area {
	background-color: #ED1B23;
}

/* 	
--------------------------------------------------------------------------------------
Size of larger paragraph text.
--------------------------------------------------------------------------------------
*/	

.largetext {
	font-size : 14px;
}

/* 
--------------------------------------------------------------------------------------
Size of smaller paragraph text.
--------------------------------------------------------------------------------------
*/
.smalltext {
	font-family : Tahoma, Arial, Times New Roman;
	font-size : 12px;
}


/* 	
--------------------------------------------------------------------------------------
Hyperlinks
--------------------------------------------------------------------------------------
*/
A:link {
	color: #666666;
	text-decoration: none; 
}

A:visited {
	color: #666666; 
	text-decoration: none; 
}

A:hover { 
	color: #c8c8c8; 
	text-decoration: underline; 
}

A:active { 
	color: #666666; 
	text-decoration: none; 
}

/* 	
--------------------------------------------------------------------------------------
The labels on the 'Contact Us' page (e.g. Telephone, E-mail etc)
--------------------------------------------------------------------------------------
*/
.contact_heading {
	color: #000000;
}

/* 	
--------------------------------------------------------------------------------------
Main page heading ('About Us', 'News' etc)
--------------------------------------------------------------------------------------
*/

h1, .pagetitle {
	font-family:Tahoma,Arial,Times New Roman;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#666666;
	line-height:130%;
	margin:0px;
	letter-spacing:0em  
}

/* 	
--------------------------------------------------------------------------------------
Paragraph sub-headings
--------------------------------------------------------------------------------------
*/

h2, .heading {
	font-family : Tahoma, Arial, Times New Roman;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	line-height : 80%;
}
.subheading {
	font-family : Tahoma, Arial, Times New Roman;
	font-size : small;
	font-weight : bold;
	color : #DD0100;
}

.main_content {
	background: #ffffff;
	color:#000000;
	margin:0; 
	padding:10px; 
}

.top_bar_divider {
	background: #000000 url(./images/topbar.jpg) top left no-repeat; 
	height: 22px;
}

.top_links_bar {
	background: #D7CDCC url(images/linkbg.gif) top left repeat-x; 
	height: 25px;
	font-size: 13px;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.side_bar {
	background: #3267C7 url(images/linksbg.gif) top right repeat-y;
	margin: 0px; 
	padding: 0px;  
	width: 190px;
}

.bottom_banner {
	height: 0px;
}

.bottom_overall {
	background: #000000; 
}

.bottom_copyright {
	background: #000000 url(images/linkbg.gif) top left repeat-x;  
	height: 23px;
	color: #000000;
	margin: 0px; 
	padding: 0px; 
	border-top: 1px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* 
--------------------------------------------------------------------------------------
Style for everything contained on the new css homepage and subsequently page layout)
--------------------------------------------------------------------------------------
*/

#outer {
	width:790px;
	margin:auto;
}

#error {
	height:30px;
	border: 2px solid red;
	margin-top: 10px;
	margin-bottom:10px;
	background: white;
	font-color: red;
	padding:10px; 
}

#home_header {
	color:#fff;
	height:75px;
} 
#home_header_left {
	 font-size:12px;
	 line-height:100%;
	 float:left; 
	 background-image: url(images/index_dec_08_01.jpg);
	 background-repeat:no-repeat;
	 width:200px;
	 height:75px;
}
#home_header_middle {
	 float:left;
	 background-image: url(images/index_dec_08_02.jpg);
	 background-repeat:no-repeat;
	 width:420px;
	 height:75px;
	 text-align:center;
} 
#home_header_right {
	 float:left;
	 background-image: url(images/index_dec_08_03.jpg);
	 background-repeat:no-repeat;
	 width:170px;
	 height:75px;
	 text-align:center;	 
}

#page_header {
	height:150px
}	

#searchbar {
	height:75px
}

#logos {
	height:75px;
	border:solid #000000;	
	border-width:1px 0 1px 0;
}

#bodyblock {
	width:790px;
	margin-top:-2;
}

#left_column {
	 float:left;
	 background-repeat:no-repeat;
	 width:200px;
	 height:410px;
}

#login_box {
	 float:left;
	 width:200px;
	 height:75px;
}
 
#right_column {
	 float:right;
	 background-image: url(images/index_dec_08_11.jpg);
	 background-repeat:no-repeat; 
	 width:590px;
	 height:410px;
}
 
#left_content {
	float:left;
	width:270px;
	padding:5px 10px 0 10px;
	text-align:left;
	color:#ffffff;
}

#right_content {
	float:left;
	color:#ffffff;
}
	
#footer {
	width:790px;
	margin:auto;
	height:25px;
	background:#000000;
	font-size:12px;
	color:#fff; 
} 
#copyright {
	float:left;
 } 
#maintained {
	float:right;
}

/* 	
--------------------------------------------------------------------------------------
Same as subheading, but highlighted (example usage is on gallery paging, to show 
current page number)
--------------------------------------------------------------------------------------
*/
.heading_highlighted {
	font-family : Tahoma, Arial, Times New Roman;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : navy;
	line-height : 150%;
}

/* 	
--------------------------------------------------------------------------------------
Image captions (displayed under images, if enabled)
--------------------------------------------------------------------------------------
*/
.image_caption {
	color: #ffffff;
	background-color: #CB1A1A;
	font-size : x-small;
	padding: 2px;
}

/* 	
--------------------------------------------------------------------------------------
If extra columns of text are to be shown on the side of the page. Ignore if not.
--------------------------------------------------------------------------------------
*/
.side_text {
	color: #ffffff;
}

/* 	
--------------------------------------------------------------------------------------
Header style for side paragraphs (see above).
--------------------------------------------------------------------------------------
*/
.side_heading {
	color: #ffffff;
}

/* 	
--------------------------------------------------------------------------------------
Overall page header text (not usually used)
--------------------------------------------------------------------------------------
*/
.page_header {
	font-size : x-small;
	font-weight : bold;
}

/* 	
--------------------------------------------------------------------------------------
Overall page footer (e.g. copyright information)
--------------------------------------------------------------------------------------
*/
.page_footer {
	font-size : xx-small;
	font-weight : normal;
}

/* 	
--------------------------------------------------------------------------------------
Tables for displaying information, within the paragraphs
--------------------------------------------------------------------------------------
*/
.tablestyle {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #000000;
}
.tablestyle2 {
	border: 1px solid #ffffff;
	color: #000000;
	background-color: #f6f6f6;
}
.tableheading {
	border: 1px solid #ffffff;
	background-color: #000000;
	color: #ffffff;
	font-size: x-small;
}

/* 	
--------------------------------------------------------------------------------------
If borders are enabled for images, style set here
--------------------------------------------------------------------------------------
*/
.image_border {
	border: 2px solid #A7C2DA;
}

/* 	
--------------------------------------------------------------------------------------
Style for <hr> lines - color is for Internet Explorer, 
background-color is used by Mozilla
--------------------------------------------------------------------------------------
*/
hr {
	color: #000000;
	background-color: #000000;
}

/* 
--------------------------------------------------------------------------------------
Form buttons
--------------------------------------------------------------------------------------
*/
.button {
	background-color: black;
	border: 1px outset #ffffff;
	color: #ffffff;
}

/* 	
--------------------------------------------------------------------------------------
Form boxes (e.g. contact us form)
--------------------------------------------------------------------------------------
*/
.inputbox {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #D7CDCC;
}

/* 	
--------------------------------------------------------------------------------------
Tabs (for directory system, etc)
--------------------------------------------------------------------------------------
*/
.tabs_main {
	background-color: #E2E3FC;
	border: 1px solid #000000;
}
.tabs_active {
	background-color: #E2E3FC;
	border: 1px solid #000000;
border-bottom-width: 0px;
}
.tabs_inactive {
	background-color: #AFB0C3;
	border: 1px solid #000000;
}
.tabs_hover {
	background-color: #C1C5F9;
	border: 1px solid #000000;
}


/* 	
--------------------------------------------------------------------------------------
Highlighted text (for highlighting search key words in results)
--------------------------------------------------------------------------------------
*/
.texthighlight {
background-color: red;
}

/* 	
--------------------------------------------------------------------------------------
Style for popup windows
--------------------------------------------------------------------------------------
*/
.popupstyle {	
	padding: 10px;
	background-image: no-image;
	background-color: #ffffff;
	margin: 0px;
	font-family : Tahoma, Arial, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : 000000;
	line-height : 120%;
}

/* 	
--------------------------------------------------------------------------------------
Style for displayed code (e.g. within affiliates system)
--------------------------------------------------------------------------------------
*/
code {
	font-size: 12px;
}

/* 	
--------------------------------------------------------------------------------------
Forum styles
--------------------------------------------------------------------------------------
*/

.forum {
	background-color: White;
}

.top {
	background-color: #E2E3FC;
}

.cat {
	background-color: #CCFFCC;
}

.evenrow {
	background-color: #C0C0FF;
}

.oddrow {
	background-color: #ffffff;
}
.copywright {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 9px;
}

/* 	
--------------------------------------------------------------------------------------
Category tree (/sellers.php)
--------------------------------------------------------------------------------------
*/
.tree {
	font-family : Verdana;
	font-size : small;
	font-weight : normal;
	padding: 7px;
	white-space: nowrap;
}
.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}

.tree a.nodeSel {
	background-color: #DADAFF;
}

/* 	
