/*
  $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
*/

BODY {
	padding: 0;
	margin: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-align: center;
	background-image:url(images/bgd_main.jpg);
	background-repeat:repeat-x;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	text-align: left;
}
#white_shadow_box {
	background-image:url(images/bgd_shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0;
}
#logo {
	float:left;
	position:relative;
	top:0px;
}
#header_middle {
	margin-bottom:3px;
	background-color:#FFF;
	padding:0;
}
#trolley {
	padding-right:5px;
}
#mini_trolley {
	background-color:#fff000;
	border:1px dotted #000;
	font-size: 11px;
	padding:4px;
	margin-top:5px;
}
#top_nav {
	color:white;
	text-align: right;
	top: 0px;
	margin-bottom: 5px;
	font-size:10px;
}
a.top_nav {
	color:white;
	text-decoration:none;
}
a:hover.top_nav {
	color:white;
	text-decoration:underline;
}
#search_box {
	background-color: #fff000;
	margin-bottom: 7px;
	padding: 0px;
	border:1px dotted #000;
}
.category_box_top {
	padding:5px;
	border: 1px solid red;
	font-size:10px;
	color:#3591F4;
}
td.category_box_bottom {
	background-image:url(images/bgd_cat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:60px;
	padding: 5px;
}
a.category_box_bottom {
	font-size:18px;
	font-family:Geneva, sans-serif;
	font-weight:bold;
	color:white;
	text-decoration:none;
	letter-spacing:-1px;
}
a:hover.category_box_bottom {
	text-decoration:underline;
	color:white;
}
#prod_description {
	font-size:13px;
}
#prod_extra {
	font-size:11px;
}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar {   /* Color of main horizontal menubar and border */
	color: black;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.horizitem {          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
	border-right: 1px solid #CCCCCC;
	margin: 0px;
}
.horizitem a {              /* Font style, size of submenu items */
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	display: block;
}
.horizitem a:link, .horizitem a:visited {      /* Font style & color of main menu items */
	color: #000000;
	text-decoration: none;
	padding:4px;
}
.horizitem a:hover {       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #4343D8;
	text-decoration: none;
}
.horizitem a:active {       /* Font style & color, background menu color of main menu item when clicked */
}
.horizsubmenu {       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.horizsubframe {      /* Color of submenu item and border */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	display: block;
}
.horizsubitem {       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	white-space: nowrap;
}
.horizsubitem a {            /* Font style, size of submenu items */
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	display: block;
}
.horizsubitem a:link, .horizsubitem a:visited {       /* Font color, style of submenu items */
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	position: relative;
	display: block;
}
.horizsubitem a:hover {      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #4343D8;
	text-decoration: none;
}
.horizsubitem a:active {      /* Font color, style, background submenu color of submenu item when clicked */
}
.horizsubitem .horizfwdarr, .horizitem .horizfwdarr {      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}
/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar {   /* Color of main vertical menubar and border */
	color: white;
}
.vertitem {          /* Behaviour of main vertical menu items, leave as is for proper operation */
	white-space: nowrap;
	background-color:#0B6AD5;
	border-bottom: 1px solid #FFF;/*	margin: 3px; */
}
.vertitem a {   /* Font style, size of main menu items */
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	display: block;

	font-weight:bold;
}
.vertitem a:link, .vertitem a:visited {   /* Default font style & color of main menu items */
	color: white;
	text-decoration: none;
	padding:4px;
}
.vertitem a:hover {   /* Font style & color, background menu color of main menu item when hovered over */
	color: white;
	background-color: #3591F4;
	text-decoration: none;
}
.vertitem a:active {   /* Font style & color, background menu color of main menu item when clicked */
background-color: #3591F4;
}
.vertsubmenu {   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.vertsubframe {   /* Color of submenu item and border */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	display: block;
}
.vertsubitem {     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	white-space: nowrap;
	background-color: #0B6AD5;
}
.vertsubitem a {   /* Font style, size of submenu items */
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 4px;
	position: relative;
	display: block;
	font-weight:bold;
}
.vertsubitem a:link, .vertsubitem a:visited {   /* Default font style & color of submenu items */
	color: #FFFFFF;
	text-decoration: none;
}
.vertsubitem a:hover {   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #499BF5;
	text-decoration: none;
}
.vertsubitem a:active {   /* Font style & color, background submenu color of submenu item when clicked */
	background-color: #499BF5;
}
.vertsubitem .vertfwdarr, .vertitem .vertfwdarr {   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}
.dmselected {   /* Style override for selected category tree */
	background-color: #499BF5;
}
.verbar .dmselected {   /* Style override for selected root category */
	background-color: #499BF5;
}
/* END MENU STYLE */


.cat_box_middle {
	border-left: 2px #999999 solid;
	border-right: 2px #999999 solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.warning {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #990000;
}
.boxText {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.errorBox {
	font-family : Arial, sans-serif;
	font-size : 11px;
	background-color: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #cc0033;
}
.productsNotifications {
	background-color: #f2fff7;
}
.orderEdit {
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}
A.basketBox {
	color:#FFFFFF;
	font-weight: bold;
}
A:hover.basketBox {
	color:#EAEAEA;
	font-weight: bold;
}
a {
	color: #3229AD;
}
a:hover {
	color: #78B4E0;
}
FORM {
	display: inline;
}
TR.header {
	background-color: #ffffff;
}
TR.headerNavigation {
	background-color: #bbc3d3;
	background-image:url(images/bgd_nav.jpg);
	font-weight:bold;
}
TD.headerNavigation {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding:3px;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #fff000;
}
TR.headerError {
	background-color: #ff0000;
}
TD.headerError {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
a.headerError {
	color: #ffffff;
}
TR.headerInfo {
	background-color: #00ff00;
}
TD.headerInfo {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background-color: #999;
}
TD.footer {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #999;
	color: #ffffff;
}
.infoBox {
	background-color: #CCCCCC;
}
.infoBoxContents {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image: url(images/grad_bgd.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.infoBoxNotice {
	background-color: #FF8E90;
}
.infoBoxNoticeContents {
	background-color: #FFE6E6;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
TD.infoBoxHeading, a.infoBoxHeading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 3px;
	background-image: url(images/infoBoxHeading.jpg);
}
TD.infoBox, SPAN.infoBox {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
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-color: #FFFFC1;
}
TABLE.productListing {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px;
}
.specialsListing-heading {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/specialsBoxHeading.jpg);
}
TD.productListing-heading {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/infoBoxHeading.jpg);
	background-repeat:repeat-x;
	background-color:#E2433D;
	background-position: bottom;
}
A.productListing-heading {
	color: #FFFFFF;
}
A.productListing-heading:hover {
	color: #E6E6E6;
}
TD.productListing-data {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
TABLE.productPageListing {
	border: 1px solid #red;
	background-color: #FFFFFF;
	padding: 1px;
}
A.pageResults {
	color: #0000B7;
}
A.pageResults:hover {
	color: #0000B7;
	background-color: #D6FAAD;
}
.pageHeading {
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: #CB061D;
	
	letter-spacing: -1px;
	font-weight: bold;
}
.productHeading {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #3229AD;
	font-weight:bold;
	background-color: #F2F2F2;
	padding:5px;
}
.productSubHeading {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #3229AD;
	font-weight:bold;
}
.productTop {
	border: 1px solid #918AE3;
}
.compHeading {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #3229AD;
	background-color: #CCCCCC;
	padding:5px;
}
TR.subBar {
	background-color: #f4f7fd;
}
TD.subBar {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
TABLE.main, SPAN.main, TD.main, P.main {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
.main {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
.subheading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #CB061D;
}
.smallText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
TD.basketTotal {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
}
.mainBasketTotal {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b6b7cb;
	border-bottom-color: #b6b7cb;
	border-left-color: #b6b7cb;
}
TD.accountCategory {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
TD.tableHeading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.newItemIncart {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
TEXTAREA {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
SPAN.greetUser {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #993300;
}
TABLE.formArea {
	background-color: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	font-family: Arial, sans-serif;
	color: #ff0000;
}
SPAN.errorText {
	font-family: Arial, sans-serif;
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #FF6A6A;
	background-image:
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #EC0000;
	color:white;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
/* message box */

.messageBox {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #99ff00;
}
/* input requirement */

.inputRequirement {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ff0000;
}
#header {
	height: 60px;
	position: relative;
	background-color:#FFFFFF;
	padding-top: 11px;
}
#phone {
	font-size:11px;
	text-align: right;
	padding: 2px 8px;
	background-color:#FFFFFF;
	line-height:11px;
}
.content {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
#content2 {
	border: 1px solid #DDDDDD;
	padding:11px;
}
#subnav {
	background-image: url('images/spot.gif');
	background-repeat: repeat;
	font-size:5px;
}
#nav {
	color: #666;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
#location {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1F1FB1;
	padding: 2px 10px;
	background-image: url(images/webLocation.jpg);
}
.wait {
	background-repeat: no-repeat;
	background-image: url(images/wait.gif);
}
#largeImage {
	position: relative;
	text-align: center;
}
.centre {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: none;
	border-bottom: none;
	padding:5px;
}
.overview {
	font-family:Arial, sans-serif;
	font-size:12px;
	padding:3px;
	text-align:justify;
}
.checkout_centre {
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding:5px;
}
.checkout_box {
	background-color: #FEFDE9;
	border:#888800 1px dotted;
}
.checkout_page {
	background-color:#FFFFFF;
}
.shipping_table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}
td.shipping_table {
	text-align:center;
}
.checkout_delivery_weekend {
	background-color: #CCCCCC;
}
.checkout_delivery_weekday {
	background-color: #FEFDE9;
}
.checkout_delivery_left {
	background-color: #FEFDE9;
	text-align:left;
	background-image:url(images/arrow_line.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-position:10px 50%;
}
.checkout_delivery_right {
	background-color: #FEFDE9;
	text-align:right;
	background-image:url(images/arrow_line.gif);
	background-repeat:no-repeat;
	background-position:-40px 50%;
}
.checkout_delivery_middle {
	background-color: #FEFDE9;
	background-image:url(images/arrow_line.gif);
	background-repeat:no-repeat;
	background-position:50%;
}
.gallery {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid gray;
	padding:3px;
}
#product_tabs_top {
	font-size: 18px;
	color: #ffffff;
}
#product_tabs_top #description_tab a, #product_tabs_top #software_tab a, #product_tabs_top #compatible_tab a, #product_tabs_top #warranty_tab a {
	text-decoration: none;
	color: #ffffff;
}
#product_tabs_top #description_tab a:hover, #product_tabs_top #compatible_tab a:hover, #product_tabs_top #software_tab a:hover, #product_tabs_top #warranty_tab a:hover {
	text-decoration: underline;
}
#product_tab_holder p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#product_tabs_top {
	height: 29px;
	overflow: hidden;
}
#description_tab {
	height: 29px;
	padding: 3px 0px 0px 0px;
	width: 150px;
	float: left;
	text-align:center;
}
#compatible_tab {
	height: 29px;
	padding: 3px 0px 0px 0px;
	width: 150px;
	float: left;
	text-align:center;
}
#software_tab {
	height: 29px;
	padding: 3px 0px 0px 0px;
	width: 150px;
	float: left;
	text-align:center;
}
#warranty_tab {
	height: 29px;
	padding: 3px 0px 0px 0px;
	width: 150px;
	float: left;
	text-align:center;
}
.tab_on {
	background: url(/images/tab_on.jpg) top left no-repeat;
}
.tab_off {
	background: url(/images/tab_off.jpg) top left no-repeat;
}
#product_tab_holder_multi {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #004466;
	background-color: #F4F7FF;
	overflow:auto;
}
#address {
	font-size:9px;
	color:grey;
	padding: 0 0 10 15;
	margin-top: 8px;
}
#footer {
	padding: 5px;
}
#footer_promos {
	margin-top:5px;
	padding: 3px;
	text-align:center;
}