	form 
{
	margin: 0px;
	padding: 0px;
}
	p
{
	margin: 0px;
	padding: 0px;
}
	.section
{
	margin: 8px 0px 8px 0px;
}
  /* 
	--------------------------------------------------------------------------------------
	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: #8B1110;
	margin: 0px;

	font-family : Verdana, Tahoma, Arial, Verdana, Times New Roman;
	font-size : small;
	font-weight : normal;
	letter-spacing : 0px;
	color : #01037A;
	line-height : 120%;

  }

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

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


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

  {
        color: #8B1110; 
        text-decoration: none; 
  }

	A:visited 

  {
        color: #8B1110; 
        text-decoration: none; 
  }

	A:hover 

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

	A:active 
 
  { 
        color: #8B1110; 
        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 : Verdana, Trebuchet MS, Arial, Times New Roman;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 1px;
	color : #ffffff;
	line-height : 120%;
	margin: 10px 0px 15px 0px;
	padding: 0px;
  }

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

	h2, .heading

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

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

  /* 	
	--------------------------------------------------------------------------------------
	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;
	font-size : xx-small;
  }

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

  {
	font-size : small;
	font-weight : bold;
	color : #01037A;
	margin: 12px 0px 7px 0px;
  }

  /* 	
	--------------------------------------------------------------------------------------
	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 #DBDCFF;
	background-color: #C0C0FF;
  }
	.tableheading

  {
	border: 1px solid #DBDCFF;
	background-color: #ffffff;
	color: #000000;
  }
	
	.productbox

  {
	background: #E0E0EF; 
	padding: 10px; 
	margin-bottom: 10px;
  }

  /* 	
	--------------------------------------------------------------------------------------
	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: #01037A;
	color: #ffffff;
        border: 2px outset silver;
  }

  /* 	
	--------------------------------------------------------------------------------------
	Form boxes (e.g. contact us form)
	--------------------------------------------------------------------------------------
  */
	.inputbox
  {
        background-color: #E2E3FC !important;
        border: 1px solid #8B1110 !important;
  }

  /* 	
	--------------------------------------------------------------------------------------
	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-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;
  }
  /* 	
	--------------------------------------------------------------------------------------
	Error alerts (div style)
	--------------------------------------------------------------------------------------
  */

	.error_alert 
{	
	padding: 10px 10px 10px 70px; 
	background: url(./images/alert_negative.gif) 15px 25px no-repeat;
	min-height: 70px;
	border: 1px solid #000000;
}
  /* 	
	--------------------------------------------------------------------------------------
	Success notice alerts (div style)
	--------------------------------------------------------------------------------------
  */

	.success_alert 
{	
	padding: 10px 10px 10px 80px; 
	background: url(./images/alert_positive.gif) 15px 25px no-repeat;
	min-height: 70px;
	border: 1px solid #000000;
}
  /* 	
	--------------------------------------------------------------------------------------
	Forum styles
	--------------------------------------------------------------------------------------
  */

.forum {
	background-color: White;
	}

.top {
	background-color: #E2E3FC;
	}

.cat {
	background-color: #CCFFCC;
	}
	
.evenrow {
	background-color: #C0C0FF;
	}

.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;
}

  /* 	
	--------------------------------------------------------------------------------------
	Vertical Menu
	--------------------------------------------------------------------------------------
  */

.vert_main_out_outer {
	padding: 6px 4px 6px 4px;
}
.vert_main_out_inner {
}
.vert_main_over_outer {
	padding: 6px 4px 6px 4px;
}
.vert_main_over_inner {
	color: #386CF3;
}
.vert_main_table {
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3B3C6C;
}

.vert_sub_out_outer {
	padding: 6px;
}
.vert_sub_out_inner {
}
.vert_sub_over_outer {
	padding: 6px;
}
.vert_sub_over_inner {
	color: #386CF3;
}
.vert_sub_table {
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3B3C6C;
	border: 2px solid #8B1110;
	background: #E9E1BC;
}

  /* 	
	--------------------------------------------------------------------------------------
	Horizontal Menu
	--------------------------------------------------------------------------------------
  */

.horiz_main_out_outer {
	text-decoration: none;
}
.horiz_main_out_inner {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}
.horiz_main_over_outer {
	text-decoration: none;
}
.horiz_main_over_inner {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	padding: 2px 4px 2px 4px;
}
.horiz_main_table {
	padding: 0px;
	text-align: center;
}

.horiz_sub_out_outer {
	text-decoration: none;
	background-color: #C0C0FF;
}
.horiz_sub_out_inner {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3B3C6C;
	padding: 2px 4px 2px 4px;
}
.horiz_sub_over_outer {
	text-decoration: none;
	background: #3B3C6C;
}
.horiz_sub_over_inner {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}
.horiz_sub_table {
	background-color: #C0C0FF;
	border: 1px solid #ffffff;
	padding: 0px;
}
