/*
  $Id: stylesheet.css,v 1.3 2006/10/12 02:46:13 tracy 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, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 15px;
}

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


.one {font-family: Arial, Helvetica, sans-serif; font-size: 1px; color:#FFFFFF }

.lower_title {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
   color:#336699;
   } 
.lower_title:hover {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
   color:#FF0000;
   }

.lower_title2 {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
   color:#B11E1E;
   text-decoration: underline;
   font-weight: bold;
   } 
.lower_title2:hover {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
   color:#FF0000;
   text-decoration: underline;
   }


.page_title {font-family: Arial, Helvetica, sans-serif; font-size: 18px}

.BTsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #336699;
	text-decoration: Underline;
}
.BTsmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}	

.BTlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: Underline;
}
.BTlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

.red_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: Underline;
}
.red_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FF3333;
	text-decoration: underline;
}

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

.brown_sideborder {
	BORDER-RIGHT: #85292c 3px solid; BORDER-LEFT: #85292c 5px solid;
}

.brown_right {
	BORDER-RIGHT: #85292c 2px solid;
}

.brown_border_nav {
	BORDER-BOTTOM: #85292c 2px solid; BORDER-RIGHT: #85292c 3px solid; BORDER-LEFT: #85292c 5px solid;
}

.box_borders {
	BORDER-RIGHT: #DE3D3D 4px solid; BORDER-LEFT: #DE3D3D 4px solid; BORDER-TOP: #DE3D3D 4px solid; BORDER-BOTTOM: #DE3D3D 4px solid;
}

.box_borders_notop {
	BORDER-RIGHT: #DE3D3D 4px solid; BORDER-LEFT: #DE3D3D 4px solid; BORDER-BOTTOM: #DE3D3D 4px solid;
}


.menu_sideborder {
	BORDER-RIGHT: #B11E1E 0px solid; BORDER-LEFT: #B11E1E 0px solid;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #B11E1E;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #b11e1e;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxContents2 {
  background: #D5FFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, 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: #f8f8f9;
}

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

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

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b11e1e;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #336699;
}

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

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

TR.subBar {
  background: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial, Helvetica, 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, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

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

.inputRequirement2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffFF00;}

.mf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.mf:hover {
	color: #FFFF00;
	text-decoration: underline;
}

}

.top { 
		width: 736;
		background-image: url(/images/mrock_r1_c11.gif);
}

.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.Menu:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

.SubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.SubMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	background-color: #7E2929;
	color: #3D8CBC;
	text-decoration: none;
}
	
.brandnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #F1F9FE;
	text-decoration: none;
}
.brandnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #F1F9FE;
	text-decoration: underline;
}

.brandnavbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #F1F9FE;
	text-decoration: none;
}
.brandnavbold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #F1F9FE;
	text-decoration: underline;
}

.productpagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #B11E1E;
	text-decoration: underline;
}
.productpagenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #B11E1E;
	text-decoration: none;
}

.productpageboldnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #B11E1E;
	text-decoration: underline;
}
.productpageboldnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #B11E1E;
	text-decoration: none;
}

.productspecs {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #336699;
		font-size: 10pt;
	    text-decoration: underline;
}

H1 {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #B11E1E;
		font-size: 12pt;
	    text-decoration: none;
}

H2 {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #000000;
		font-size: 12pt;
}

H3 {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #000000;
		font-size: 12pt;
}

.models {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color: #000000;
		font-size: 9pt;
}

.small {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color: #000000;
		font-size: 8pt;
}

.LMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
.LMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

.bgtitle { 
		width: 185;
		background:url('../images/bgTitle.gif');
}

.style4 {font-family: Arial, Helvetica, sans-serif}

.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.Menu:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.copyright {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #FFFFFF;
		font-size: 10pt;
}

.wsssig {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color: #FFFFFF;
		font-size: 8pt;
}

.wsssiglink {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color: #FFFFFF;
		font-size: 8pt;
	    text-decoration: underline;
}

.larger {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color: #000000;
		font-size: 11pt;
}

a:link.larger {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: underline;
		color: #B11E1E;
		font-size: 11pt;
}
a:visited.larger {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: underline;
		color: #B11E1E;
		font-size: 11pt;
}
a:active.larger {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: underline;
		color: #B11E1E;
		font-size: 11pt;
}
a:hover.larger {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: none;
		background-color: #F0F0F0;
		color: #B11E1E;
		font-size: 11pt;
}


.home {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		color: #B11E1E;
		font-size: 10pt;
}

a:link.home {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: underline;
		color: #B11E1E;
		font-size: 10pt;
}
a:visited.home {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: underline;
		color: #B11E1E;
		font-size: 10pt;
}
a:active.home {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: underline;
		color: #B11E1E;
		font-size: 10pt;
}
a:hover.home {
	    font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: none;
		background-color: #F0F0F0;
		color: #B11E1E;
		font-size: 10pt;
}

.chromestyle{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.chromestyle ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border: 0px solid #BBB;
width: 100%;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
display: inline;
}

.chromestyle ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #B11E1E;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #B11E1E;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border-left:0px solid #BBB; border-right:0px solid #BBB; border-top:0px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenudiv a{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color: #F0F0F0;
}

.dropmenuseparator{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border-left:0px solid #BBB; border-right:0px solid #BBB; border-top:0px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenuseparator a{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #000000;
}

* html .dropmenuseparator a{ /*IE only hack*/
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.dropmenuseparator a:hover{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color: #FFCC00;
}

