/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; }
.errorBox { font-family : arial,helvetica,clean,sans-serif; font-size : 13px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : arial,helvetica,clean,sans-serif; font-size : 13px; color: #cc0033; }
.productsNotifications { background: #FFFACD; }
.orderEdit { font-family : arial,helvetica,clean,sans-serif; font-size : 13px; color: Maroon; text-decoration: underline; }

BODY {
  background: #f3f3f3 url(images/body_bg.gif) repeat-y 50%;
  color: #333;
/*  background: #ffffff; */
  color: #333;
  margin: 0px;
}

A {
  color: #333;
  text-decoration: none;
}

A:hover {
  color: #004e8f;
  /*text-decoration: underline;*/
  text-decoration: none;
/*  border: thin solid Maroon; */
/*  background: #B0C4DE; */
}

FORM {
	display: inline;
}

ul.sitemap {
color: #ff9900;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #004e8f;
}

TD.headerNavigation {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  /*background: #a0a0a0 url(images/header_bar.gif);*/
  background: #004e8f url(images/infobox/corner_right_left.gif);
  color: #ffffff;
  font-weight : bold;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffcc00;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

TD.footer {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.infoBox {
  /*background: #b6b7cb;*/
  background: #fff;
}

.infoBoxContents {
  /*background: #F0F8FF;*/
  background: #fff;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  padding-left: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

TD.infoBoxHeading {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #ddd url(images/infobox/box_hdr_bg.jpg);
  color: #333;
  padding-left: 16px;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

.contentBox {
  /*background: #b6b7cb;*/
  background: #fff;
  padding-left: 11px;
}

.contentBoxContents {
  /*background: #F0F8FF;*/
  background: #fff;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

.contentBoxNotice {
  background: #FF8E90;
}

.contentBoxNoticeContents {
  background: #FFE6E6;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

TD.contentBoxHeading {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #ddd url(images/infobox/contentbox_hdr_bg.jpg);
  color: #333;
  padding-left: 16px;
}

TD.contentBox, SPAN.contentBox {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  padding-left: 13px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  /*background: #f8f8f9;*/
  background: #fff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  /*background: #f8f8f9;*/
  background: #fff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  /*border-color: #b6b7cb;*/
  border-color: #ccc;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  /*background: #004e8f url(images/product_header_bar.gif);*/
  background: #ddd url(images/infobox/contentbox_hdr_bg.jpg);
  color: #333;
  font-weight: bold;
  padding-top: 0px;
}

TD.productListing-data {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-top: 16px;
  padding-left: 13px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  color: #333;
}

TD.main, P.main {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 13px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

TD.tinyText, SPAN.tinyText, P.tinyText {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

TD.accountCategory {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

TD.tableHeading {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
}

SPAN.greetUser {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  color: Maroon;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: arial,helvetica,clean,sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: arial,helvetica,clean,sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FFFACD; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; color: #333; }

/* message box */

.messageBox { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; }
.messageStackError, .messageStackWarning { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: arial,helvetica,clean,sans-serif; font-size: 13px; color: #ff0000; }

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #333;			
}		
/*----------------------------End Suggest Styles------------------------*/

/*------------------------------------------*/
/*   Dynamenu Vertical Fly-Out Menu Style   */
/*------------------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */

    color: #333;
    /*background-color: #f0f8ff;*/		/* Original #e6e7e6 */
    background-color: #fff;		/* Original #e6e7e6 */
    border: none;			/* 1px outset #fdfefd; */
    /*width: 153px;*/
    width: 270px;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */

    text-align: left;
    white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */

    font-family: arial,helvetica,clean,sans-serif;
    font-size: 13px;		
    text-decoration: none;
    position: relative;
    display: block;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */

    color: #333;
    text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */

    color: #ffffff;
    /*background-color: #004e8f;*/
    background-color: #004e8f;
    text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */

    color: #ffff00;
    background-color: #ddd;	
    text-decoration: none;
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */

    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    padding-left: 3px;				/* Added by Dave for SURE24 */
}

.vertsubframe	{   /* Color of submenu item and border */

    /*background-color: #f0f8ff;*/
    background-color: #fff;
    border: 1px solid #ababab;    /* outset  #fdfefd; */
    position: relative;
    display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */

    text-align: left;
    white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */

    font-family: arial,helvetica,clean,sans-serif;
    font-size: 13px;			
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 2px;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */

    color: #333;
    text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */

    color: #ffffff;
    /*background-color: #004e8f;*/
    background-color: #004e8f;
    text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */

    color: #ffff00;
    background-color: #999999;	
    text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */

    position: absolute;
    top: 5px;
    right: 4px;
}

.dmselected {   /* Style override for selected category tree */

    background-color: #ddd;
    font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */

    background-color: #ddd;
}

.bodyContent {
	padding-left: 16px;
	margin-left: 16px;
}

/* ========== FOOTER ========== */

#ft_container {
	background: #f6f6f6 url('http://www.sure24.co.uk/images/general/ft_top.gif') repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-top: 12px;
}

#ft {
	margin-left: 6.6%;
}

#ft ul {
	list-style-type: none;
	list-style-position: outside;
	list-style: none;
}
#ft li {
	background-color: none;
	color : #f6f6f6;
}

#ft div {
	background-color: none;
	color : #333;
}

#ft .hd {
	font-weight: bold;
	background-color: silver;
	color : #333;
}

#ft .bl {background: url(http://www.sure24.co.uk/images/general/bl.gif) 0 100% no-repeat #ddd; width: 100%}
#ft .br {background: url(http://www.sure24.co.uk/images/general/br.gif) 100% 100% no-repeat}
#ft .tl {background: url(http://www.sure24.co.uk/images/general/tl.gif) 0 0 no-repeat}
#ft .tr {background: url(http://www.sure24.co.uk/images/general/tr.gif) 100% 0 no-repeat; padding:10px; font-weight: bold}
#ft .clear {font-size: 1px; height: 1px} 

/* CSS for the alignment technique */
#ft ul {
	margin-left: -3.3%;
	overflow: hidden; /* expand the ul around the floated li's (kind of like self-clearing) */
}

#ft li {
	float: left;
	width: 20%;
	margin : 0 0 40px 3.3%;
}

/* Ugly IE6 hacks, normally in a Conditional Comment, but using * hack for brevity here */
* html #ft ul { 
	width : 103.3%; /* IE doesn't automatically get the width correct */
	height : 1%; /* force ul to expand around floated li's (IE doesn't do it with overflow) */
}
* html #ft li {
	display : inline; /* fix IE6's double float margin bug */
}

/* End of CSS hack */

#ft a:link {
	color: #333;
	text-decoration: none;
}

#ft a:visited {
	color: #333;
	text-decoration: none;
}

#ft a:hover {
	color: #004e8f;
	text-decoration: none;
}

#ft a:active {
	color: #333;
	text-decoration: none;
}

#links_contact li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

#links_siteinfo li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

#links_returns li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}

#links_support li {
	font-size: 0.8em;
	list-style-type: none;
	background-color: none;
	color : #333;
	width: 100%;
	margin : 0 0 0 0;
	padding-left: 16px;
}


