  /* 
	--------------------------------------------------------------------------------------
	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: 15px;
        padding-bottom: 15px;
        background-color: #ffffff;
	margin: 0px;

	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : x-small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;

  }

  /* 
	--------------------------------------------------------------------------------------
	Main paragraph text
	--------------------------------------------------------------------------------------
  */ 	
	.maintext, li, blockquote, font

  {
	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : x-small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
  }

p { margin-top: 5px; }

  .white
  
  {
	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : #FFFFFF;
	line-height : 120%;
  }

  /* 
	--------------------------------------------------------------------------------------
	Content area - e.g. bg colour for area/cell with content 
	--------------------------------------------------------------------------------------
  */ 	
	.content_area

  {
	background-color: #ffffff;
  }
 
  /* 	
	--------------------------------------------------------------------------------------
	Size of larger paragraph text.
	--------------------------------------------------------------------------------------
  */	

	.largetext
       
  {
	font-size : medium;
  }

  /* 
	--------------------------------------------------------------------------------------
	Size of smaller paragraph text.
	--------------------------------------------------------------------------------------
  */
	.smalltext 

  {
	font-size : xx-small;
  }


  /* 	
	--------------------------------------------------------------------------------------
	Hyperlinks
	--------------------------------------------------------------------------------------
  */
	A:link 

  {
        color: #2E53DA; 
        text-decoration: none; 
  }

	A:visited 

  {
        color: #2E53DA; 
        text-decoration: none; 
  }

	A:hover 

  { 
        color: #808080; 
        text-decoration: none; 
  }

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

	.sidelinks A:link, .sidelinks A:visited, .sidelinks A:hover, .sidelinks A:active 
{
	color: #808080;
	text-decoration: none;
}

  /* 	
	--------------------------------------------------------------------------------------
	The labels on the 'Contact Us' page (e.g. Telephone, E-mail etc)
	--------------------------------------------------------------------------------------
  */
	.contact_heading

  {
	color: #616161;
  }

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

	h1, .pagetitle
  {
	font-family : Arial, Verdana, Times New Roman;
	font-size : large;
	font-weight : bold;
	letter-spacing : 0px;
	color : #39528A;
	padding-bottom: 15px;
	line-height: 100%;

  }

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

	h2, .heading

  {
	font-family : Arial, Verdana, Times New Roman;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 0px;
	color : #39528A;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Same as subheading, but highlighted (example usage is on gallery paging, to show 
	current page number)
	--------------------------------------------------------------------------------------
  */
	.heading_highlighted

  {
	font-family : Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size : medium;
	font-weight : bold;
	letter-spacing : 1px;
	color : navy;
  }
   .whiteheading
   
  {
	font-family : Arial, Verdana, Times New Roman;
	font-size : medium;
	letter-spacing : 0px;
	color : #ffffff;
	line-height : 150%;
  }
  

  /* 	
	--------------------------------------------------------------------------------------
	Image captions (displayed under images, if enabled)
	--------------------------------------------------------------------------------------
  */
	.image_caption

  {
	color: #ffffff;
	background-color: #000080;
	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: #000000;
	background-color: #EAEFF3;
	padding: 3px;
	font-size : xx-small;
  }

.menunav
{
	border-top-width: 0px;
	border-left: 1px solid #CDD7E0;
	border-right: 1px solid #CDD7E0;
	border-bottom: 1px solid #CDD7E0;
}

  /* 	
	--------------------------------------------------------------------------------------
	Header style for side paragraphs (see above).
	--------------------------------------------------------------------------------------
  */
	.side_heading

  {
	background-color: #ffffff;
	font-size : x-small;
	font-weight : bold;
	color : #000000;
	padding: 3px;
  }

  /* 	
	--------------------------------------------------------------------------------------
	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 : x-small;
	font-weight : normal;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Tables for displaying information, within the paragraphs
	--------------------------------------------------------------------------------------
  */
	.tablestyle

  {
	border: 1px solid #c0c0c0;
	background-color: #EAEFF3;
	font-size: x-small;
  }
	.tableheading

  {
	border: 1px solid #c0c0c0;
	background-color: #EAEFF3;
	color: #000000;
	font-size: x-small;
  }

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

  /* 	
	--------------------------------------------------------------------------------------
	Style for <hr> lines - color is for Internet Explorer, 
	background-color is used by Mozilla
	--------------------------------------------------------------------------------------
  */
	hr
  {
	color: silver;
	background-color: silver;
	border-width: 0px;
  }

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

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

  /* 	
	--------------------------------------------------------------------------------------
	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: yellow;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Style for popup windows
	--------------------------------------------------------------------------------------
  */
	.popupstyle

  {	
        padding: 10px;

        background-image: no-image;
        background-color: #ffffff;

	margin: 0px;

	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : Black;
	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: #E0AF8B;
	color: #ffffff;
	}

.cat {
	background-color: #EAEFF3;
	}
	
.evenrow {
	background-color: #EAEFF3;
	}

.oddrow {
	background-color: #ffffff;
	}

  /* 	
	--------------------------------------------------------------------------------------
	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;
}