/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; 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 : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #f4eedd;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

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

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

FORM {
	display: inline;
}

TR.header {
	background:url(images/headerbg.jpg) #0D347F no-repeat;
	width:996px;
	height:123px;
	padding:0px;
	margin:15px 0 0 0;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

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

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #003180;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #003180;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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: 11px;
}

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

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

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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: #000000; }

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

.flashbanner
{
	background:url(images/flashbanner.jpg);
	background-repeat:no-repeat;
	width:821px;
	height:150px;
	color:#ffffff;
}

.flashbanner p.text
{
	float:left;
	width:187px;
	margin:0px;
	padding: 10px 0 0 10px;
	font-weight:bold;
	display:block
}

.champion
{
	font-size:25px;
}
.flashbanner p.flash
{
	float:right;
	width:604px;
	margin:0px;
	padding:10px 0 0 10px;
}
.left
{
	width:163px;
	margin:0px;
	padding:0px;
	float:left;
}

.left p
{
	width:130px;
	padding:0px;
	margin:0px 0 0 20px;
	font-size:11px;
	color:#1d3581;
}

.menu
{
	width:154px;
	margin:0 0 0 0px;
	padding:0px;
}
.menuitem-big { font-family:Verdana, Arial, sans-serif; color:white; font-weight:bold; line-height:24px; text-decoration:none; padding:0 0 0 20px}
.menuitem-big:hover { font-family:Verdana, Arial, sans-serif; color:white; font-weight:bold; text-decoration:none}
.menu-top { background:url(images/menu-topbg.gif) no-repeat top left}
.hover { background:#1D3581}
.normal { }
.subhover { background:url(images/menu-hover.gif) top left no-repeat #1D3581;}
.subnormal { background:url(images/menu-lines.gif) top left no-repeat }
.subactive { background:url(images/menu-hover.gif) top left no-repeat #1D3581;}
.submenu-bg { background:url(images/menu-foot.gif) #EE0D07 no-repeat bottom left}
.menuitem { font-family:Verdana, Arial, sans-serif; color:white; font-weight:bold; line-height:24px; text-decoration:none; padding:0 0 0 10px; font-size:12px}
.menuitem:hover { font-family:Verdana, Arial, sans-serif; color:white; font-weight:bold; line-height:24px; text-decoration:none; padding:0 0 0 10px; font-size:12px;}
.devider { background:url(images/menu-lines.gif) bottom left no-repeat}
.box { background:#FDF9ED; border:#D6CFBB 1px solid}

ul.menubgtop{background:url(images/menubasetop.jpg); background-repeat:no-repeat; width:154px; margin:0px; padding:0px;	list-style-type:none;}
ul.menubgtop li{margin:0px;	width:154px;}
ul.menubgtop li a{color:#ffffff; font-weight:bold; font-size:13px; padding:0px; text-decoration:none; line-height:23px;	cursor:pointer; margin:0px;}
ul.menubgtop li a:hover {background:#1D3581; padding:0 0 0 0px; margin:0px; text-decoration:none;}
ul.menubgtop li a div { width:134px; padding:0 0 0 20px; margin:0px; color:white;}
ul.menubgtop li a div:hover {background:#1D3581; width:134px; padding:0 0 0 20px; margin:0px; color:white;}
ul.menubgtop li a div.active {background:#1D3581; width:134px; padding:0 0 0 20px; margin:0px; color:white;}


ul.subcategory{background:url(images/menubg.jpg);background-repeat:repeat-y;width:154px;margin:0px;padding:0px;list-style-type:none;}
ul.subcategory li{list-style-type:none;	background:url(images/menudivider.jpg) bottom left;	background-repeat:no-repeat;padding:0px 0 0 0px; border-top:#ff0000 solid 1px;}
ul.subcategory li a{font-size:14px;	color:#ffffff;	text-decoration:none; margin:0px;padding:0px; line-height:26px;}
ul.subcategory li a:hover{background:#1D3581; padding:0px; margin:0px; text-decoration:none;}
ul.subcategory li a div{ width:144px; padding:0 0 0 10px; margin:0px; color:white}
ul.subcategory li a div:hover{background:#1D3581; width:144px; padding:0 0 0 10px; margin:0px; color:white;}
ul.subcategory li a div.active{background:#1D3581; width:144px; padding:0 0 0 10px; margin:0px; color:white;}



.menuend
{
	background:url(images/menubg.jpg);
	background-repeat:;
	width:154px;
	height:104px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:14px;
	line-height:26px;
}

ul.menuend{background:url(images/menuend.jpg);background-repeat:no-repeat;width:154px;margin:0px;	padding:0px;line-height:26px;	list-style-type:none;}
ul.menuend li{list-style-type:none;	background:url(images/menudivider.jpg) bottom left;	background-repeat:no-repeat;padding:0px 0 0 0px; border-top:#ff0000 solid 1px;}
ul.menuend li a{font-size:14px;	color:#ffffff;	text-decoration:none;}
ul.menuend li a:hover{background:#1D3581; padding:0px; margin:0px; text-decoration:none;}
ul.menuend li a div{ width:144px; padding:0 0 0 10px; margin:0px; color:white}
ul.menuend li a div:hover{background:#1D3581; width:144px; padding:0 0 0 10px; margin:0px; color:white;}


/*Copied from design site */
.contentbottom p.lefttext
{
	width:460px;
	float:left;
	font-weight:bold;
	line-height:20px;
}


.contentbottom p.lefttext_inner
{
	width:820px;
	float:left;
	font-weight:bold;
	line-height:20px;
}

.lefttext_inner
{
	width:820px;
	float:left;
	font-weight:bold;
	line-height:20px;
}
.red
{
	color:#ff0000;
	text-decoration:none;
}
.contentbottom p.sale
{
	width:353px;
	margin:0px;
	padding:0px;
	float:right;
	text-align:center;
}
.contentbottom p.sale span.saleheading
{
	width:353px;
	height:31px;
	background:url(images/salebg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	padding:4px 0 0 0;
	margin:0px;
}

.contentbottom p.sale span.saletext
{
	width:353px;
	margin:0px;
	padding:10px 0 0 0;
	float:left;
	font-weight:bold;
	font-size:12px;
}
h2
{
	color:#000c71;
	font-size:20px;
}

/*---------------------------------*/
/*   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 */
	text-align: left;
}

.vertitem	a {   /* Font style, size of main menu items */
  	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;		
	text-decoration: none;
	position: relative;
	display: block;
	font-weight:bold;
	background:url(images/menu-lines.gif) top left no-repeat;
	padding:7px 0 7px 15px;
		
}

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

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	text-decoration: none;
	background:url(images/menu-hover.gif) #1D3581 top left no-repeat
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #1D3581;	
	text-decoration: none;	
}

.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: #003180;
	border-top: 1px solid #1B4D9D;
	border-left: 1px solid #1B4D9D;
	border-right: 1px solid #1B4D9D;
	border-bottom: 0px solid #1B4D9D;
	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	position: relative;
	display: block;	
	padding:7px 0 7px 15px;
	border-bottom:#1B4D9D 1px solid
}

.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: #ffffff;
	background-color: #EE0D07;
	text-decoration: none;
}

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

.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: #EE0D07;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #1D3581;
}
