/*
  $Id: stylesheet.css,v 1.57 2007/07/23 15:31:35 ERK Exp $
  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  Copyright (c) 2003 osCommerce
  Released under the GNU General Public License
*/
.RokSlideshow {
background:url("RokSlideshow/styles/background1.jpg");
background-repeat: no-repeat;
background-position: center;
}
/*---------------------------------------------------*/
/*   Dynamenu Vertical Fly-Out - categories_dm.php   */
/*---------------------------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #ffffff;
	border: 0px outset #f9f9f9}

.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: Verdana, Arial, sans-serif;
	font-size: 16px;		
	text-decoration: none;
	padding:4px 5px;
	position: relative;
	display: block}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
    color: #000;
	text-decoration: none}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #fff;
	background-color:#12b7c7; /* aqua */
	text-decoration: none}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #f9f9f9;
	background-color:#12b7c7; /* aqua */
	text-decoration: none}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position:absolute;
	left:0;
	top:0;
	z-index: 10000;
	visibility:hidden}

.vertsubframe	{   /* Color of submenu item and border */
	background-color:#12b7c7; /* aqua */
	border: 1px outset #999;
	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: Verdana, Arial, sans-serif;
font-size: 16px;			
text-decoration: none;
padding:2px 5px;
position: relative;
display: block}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color:#fff;
	text-decoration:none}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color:#000;
	font-weight: bold;
	background-color:#f9f9f9;
	text-decoration:none}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color:#333;
	background-color:#f9f9f9;	
	text-decoration:none}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 5px}

.dmselected {   /* Style override for selected category tree */
    color: #0985b4; /* gpg dk blue */
	background-color: #fff; /* was ccc; */
	font-weight: bold}

.verbar .dmselected {   /* Style override for selected root category */
    color: #0985b4; /* gpg dk blue */
	background-color: #fff; /* was eee; */
	font-weight: bold}

/******************* EOF: dm_categories.php ***********************/

.boxText { font-family: sans-serif, Verdana, Arial; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size: 13px; color: #006633; font-weight: bold; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #006633; text-decoration: underline; }

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TABLE.main { background: #ffffff; color: #000000; margin: 0px; }

TABLE.body { background: white; color: black; margin: 0px; }

body {
/* 	background-image: url(images/bg_green_gradient.gif);
  	background-repeat: repeat-x; */
  	background-color: #ffffff;
   	color: #000000;
 	margin: 0px;
}

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

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

H1 {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
*/
  font-family:sans-serif,Verdana,Arial;
  font-size:20px;
  font-weight:normal;
  color: #38C2D7; /* gpg blue */
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px; 
}

H2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px; 
 font-weight: bold;
 color: #333;
 padding-top:0px;
 padding-bottom:0px;
 margin-top:0px;
 margin-bottom:0px; 
}

H3 {
  font-family: Verdana, Arial, sans-serif;
  color: #38C2D7; /* gpg blue was dk green 006600; */
  font-size: 15px ;
  font-weight: bold;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px; 
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/******************* BOF: header.php ***********************/

.headerBlue { 
font-family: tahoma,verdana,arial,sans-serif;
font-size: 17px;
color: #38C2D7; /* gpg blue */
font-weight: normal;
text-align: center;
}

.headerBlue a:link, .headerBlue a:visited{font-weight:normal;color:#38C2D7;text-decoration:none}
.headerBlue a:hover, .headerBlue a:active{font-weight:normal;color:#6EBA44;text-decoration:underline}

td.headerSearchBox {/* Search in Header */
background:url("images/header/bg_search_header.gif");
background-repeat: no-repeat;
background-position: right bottom;
/*padding:0px 2px 0px 60px /* top right bottom left */
}

td.headerBar { 
font-family:tahoma,arial,sans-serif;font-size:17px;color:#333;font-weight:normal;}
.headerBar a:link, .headerBar a:visited{font-weight:normal;color:#333;text-decoration:none}
.headerBar a:hover, .headerBar a:active{font-weight:normal;color:#EF4A00;text-decoration:underline}

H1 {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
*/
  font-family:sans-serif,Verdana,Arial;
  font-size:20px;
  font-weight:normal;
  color: #38C2D7; /* was #669900 gpg green */
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px; 
}

/******************* EOF: header.php ***********************/

TD.headerCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: white;
  color: #666666;
  font-weight : bold;
}

A.headerCart { 
  color: #666666; 
}

A.headerCart:hover {
  color: #990000;
  background-color: #F9F9F9
}

TD.LoginName {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  background: white;
}

TR.header {
  background: #ffffff;
  background-repeat: repeat-x;
}

TR.headerNavigation {
  background: #f9f9f9; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #38C2D7; /* gpg blue */
  font-weight : bold;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #38C2D7; /* gpg blue */
  font-weight : bold;
}

A.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0985b4; /* gpg dk blue */
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

TR.headerError { background: #ff0000; }

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: white;
  font-weight: bold;
  text-align: center;
}

TR.headerInfo { background: #990000; }

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D25448;
  color: white;
  font-weight: bold;
  text-align: center;
}
TD.headerSmall, SPAN.headerSmall, P.headerSmall {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  font-weight: normal;
}
.headerSmall a:link, .smallText a:visited {font-weight: bold; color: #666666; text-decoration: underline}
.headerSmall a:hover, .smallText a:active {font-weight: bold; color: #333333; text-decoration: underline}

TR.footerNavHeader {
  font-family:verdana,arial,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #0985b4; /* gpg dk blue */
  font-weight:bold;
  background:#f9f9f9;
  line-height:1.6;
}

.FooterBreadcrumb {
color:#999;font-family:verdana,arial,sans-serif;font-size:12px;background:#ffffff;font-weight:normal}

.FooterBreadcrumb a:link, .FooterBreadcrumb a:visited, .FooterBreadcrumb a:active {
color:#999;font-size:12px;font-weight:normal;text-decoration:none}

.FooterBreadcrumb a:hover {
color:#666;font-size:12px;font-weight:normal;text-decoration:none;background-color:#FFC /* yellow */
}

TD.footerLine {
  background: #0985b4 url(images/footer/bg_line.gif);
}

TR.footerLogos {
  background: #FFF url(images/default/bg_footer.gif);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #999;
  font-weight : bold;
}

TR.footerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #999;
  font-weight : normal;
  background: #ffffff;
}

.footerNavigation a:link, .footerNavigation a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  font-weight : normal;
  text-decoration: none;
}

.footerNavigation a:hover, .footerNavigation a:active  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #990000;
  font-weight : normal;
  text-decoration: none;
  background-color: #FFFFCC;
}

TD.left_column { background: #ffffff; }

TD.right_column { background: #ffffff; }

.infoBox{/* add a boarder to InfoBox */
background:#fff; 
  border: 1px;
  border-style: solid;
  border-color: #f2f2f2;
  border-spacing: 0px;}

TD.infoBoxHeading {
  background: #ffffff url(images/infobox/bg_infobox_header.gif);
  background-repeat: repeat-x;  
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0985b4; /* was #38C2D7 gpg blue */
}

.infoboxHeading a:link, .infoboxHeading a:visited {
  color: #0985b4; /* gpg blue */
  text-decoration: none;
}

.infoboxHeading a:hover, .infoboxHeading a:active {
  color: #6EBA44; /* gpg green */
  text-decoration: none;
}

.infoBoxContents {
/*  background: #ffffff url(images/infobox/box_bg.jpg) repeat-x; 
  background: #ffffff url(images/infobox/bgg.gif); */
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.infoboxContents a:link, .infoboxContents a:visited {
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  background: #ffffff;
  margin-left: 0px
}

.infoboxContents a:hover, .infoboxContents a:active {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #6EBA44; /* gpg green */
  text-decoration: none;
  background-color: #ffffff;
  margin-left: 0px
}

TD.infoBoxBG { /* Auth.net box in left_column.php */
  background: #ffffff url(images/icons/bg_box_middle.gif) repeat-y;
  background-position: center;
}

.infoBoxNotice { background: #FF8E90; }

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.cc_address {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF0000;
  line-height: 1.5;
}

TD.subCategoryBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
}

FORM { display: inline; }

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: #f4f7fd;
}

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: #ffffff;
}

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

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background: #666;
  color: #ffffff;
  font-weight: bold;
}

/* borders in products column listing */
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 0px;
  border-style: solid;
  border-color: #eee;
  border-spacing: 6px;
}

A.pageResults { color: #0000FF; }

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

TD.pageHeading, DIV.pageHeading {
  font-family:sans-serif,Verdana,Arial;
  font-size:20px;
  font-weight:normal;
  color: #38C2D7; /* gpg green */
/*  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
*/
}

TR.subBar { background: #f4f7fd; }

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: black;
  font-weight: normal;
}
/* Product names, Password Forgotten, ... */
.smallText a:link, .smallText a:visited, .smallText a:active {font-size: 12px; font-weight: bold; color: #0985b4; background: white; text-decoration: none}
.smallText a:hover {font-size: 12px; font-weight: bold; color: #6EBA44; background: white; text-decoration: underline}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #006633;  /* green */
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #900;
}

/*.moduleRow { } */
.moduleRowOver { background-color: #D7E9F7; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333333; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* bof: Great Categories v2.0 */

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TABLE.categsub {
  border: 0px;
  border-spacing: 0px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.categ {
  vertical-align: top;
  border: 0px;
  border-spacing: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px; 
}

a.catig:link {color: #000}
a.catig:visited {color: #000}
a.catig:hover {color: #900}
a.catig:active {color: #900}

/* eof: Great Categories v2.0 */

/* product description text box on product_info.php */
TD.grey, P.grey, TABLE.grey {
  background:#f9f9f9;
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  line-height:1.4;
  border: 1px solid #DBDCDB;
  padding:10px;
}

/*  Remove dotted border from links  */
a:active, a:focus, input[type="image"] {
outline: 0;
}

TABLE.border {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f9f9f9;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.border-testimionials {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f9f9f9;
  border: 10px;
  border-style: groove;
  border-color: #38C2D7;
  border-spacing: 10px;
}

.border-notice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  background: #ffffcc;
  border: 1px;
  border-style: groove;
  border-color: #38C2D7;
  padding: 10px;
}
TABLE.footerBox {
background-color:#fff;
color:#666;
font-family:verdana,arial,sans-serif;
font-size:12px;
border:0px;
border-style:solid;
border-color:#DBDCDB;
border-spacing:0px;
 line-height:1.5;
}