/*
  $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: Verdana, Arial, sans-serif; font-size: .8em; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : .8em; background: #CCFFFF; font-weight: bold; clear: both; padding: 10px; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.stockWarning a:link { color: #CC0033; text-decoration: underline; }
.stockWarning a:hover { text-decoration: none; }
.stockWarning a:visited { color: #CC0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #D6D6D6;
  color: #191919;
  margin: 0 0 0 0;
  font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

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

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

#page {width: 1000px; min-height: 640px; background-color: #FFFFFF; margin: 0 auto 0 auto; z-index: 0; overflow:auto;}


#column-l { width: 265px; float: left; background-color: #FFFFFF; text-align: center; min-height: 640px; }


#column-main { float: right; background-color: #ffffff; min-height: 640px; width: 735px; overflow: hidden; }

#bottom-margin { clear: both; width: 100%; height: 10px; }

#head-bar { width: 545px; background-color: #D6D6D6; height: 30px; float: left; }

#search { width: 190px; background-color: #999999; height: 30px; float: right; }

#search input { margin-top: 5px; }

#search input.text { display:block; float: left; margin-left: 5px; }


#breadcrumb { width:380px; color: #999999; overflow:auto; padding-top:10px; float:left; }

#breadcrumb a { color: #666666; }

#breadcrumb a:hover { color: #000000; }


.cart-contents	{ width: 150px; float: right; white-space: nowrap; margin: 10px 10px 0 0; text-align: right; *margin-right: 15px; }

.cart-contents a { font-family: Verdana, Arial, sans-serif; font-size: 12px; }

.cart-contents a:link, .cart-contents a:visited { color: #000000; }

.cart-contents a:hover	{ color: #000000; background-color: #D6D6D6; }


.horizitem { width: 5px;float: left; }

.horizitem2 { float: left; }


#column-c { clear: both; width: 545px; overflow: hidden; float: left; }

#column-c h4 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: lighter; color: #666666; margin-bottom: 0px; }

#column-c h1 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 2.3em; font-weight: lighter; color: #555555; margin-top: .1em; font-stretch:narrower; }

#column-c h5 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: lighter; color: #222222; margin-bottom: 0px; *margin-top: 1.5em; }

#column-c p { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal; color: #333333; line-height: 1.5em; }

.special { font-size: 1.2em; font-weight:bold; color:#444444; }

#centercontent { width: 100%; padding: 10px 10px 0 10px; clear: both; }

#centercontent h1 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.2em; font-weight: normal; color: #333333; margin-bottom: 0px; }




#column-r { width: 190px; float: right; margin-top: 10px; }



/*******************************************************************************/
/************************ Product Info Page ************************************/
/*******************************************************************************/

#product-centercontent { width: 95%; padding: 10px 0 0 0; clear: both; font-family: Geneva, Arial, Helvetica, sans-serif;}

#product-centercontent h1 {  font-size: 1.2em; font-weight: normal; color: #333333; margin-bottom: 0px; }

#product-header {vertical-align:bottom; overflow:auto;}

#product-name {float:left; font-size:1.4em; padding-right:20px;}

#product-price {float:right; text-align:right; font-size:1.1em; margin-top:.5em; clear:both; font-weight:bold; padding-bottom:10px; *width:395px; *margin-left: -120px; }

#product-info { background-color: #D6D6D6; padding: 5px 10px; clear:both; margin-bottom: 20px; }

#product-left { float: left; width: 220px; margin-top: 6px; }

.product-img { text-align:center; font-size:.9em; width:220px; }

.player { margin-top: 20px; }

#video-player { clear: both; text-align:center; }

.product-description { float:right; font-size:.9em; width:266px; min-height:300px; margin-top: 6px; }

.horz-rule { clear:both; }

.product-options { font-size:.9em; clear:both; }

.attribute { margin-top:10px; }

.option-name { margin-right:10px; }

.attribute-options {}

.more-info { margin-top:20px; clear:both; }

.add-cart { text-align: right; }

.add-registry { float: left; width: 33% }


.extra-pics td { padding: 5px; }

.extra-pics img { border: #ffffff thin solid; padding: 3px; background-color: #ffffff; }

.extra-pics img:hover { background-color: #ffffff; border: #000000 thin solid; }





.xsell { text-align:center; clear: both; min-height:100px; background-color: #D6D6D6; margin-top: 10px; float: left; margin-right: 10px; width: 180px; }

.xsell h5 { margin-bottom: 0; }

.also-purchased { clear: both; text-align:center; float:right; min-height:100px; background-color: #D6D6D6; margin-top: 10px; float: left; margin-right: 10px; width: 180px; }

.also-purchased h5 { margin-bottom: 0; }




/*******************************************************************************/
/************************ Category Display Page ********************************/
/*******************************************************************************/

.cat-display { margin: 5px; min-height: 200px; background-color:#D6D6D6; padding-top: 13px; }

.cat-img img { width: 220px; }

.cat-name { display: block; font-weight: bold; line-height: 2.2em; text-align: left; padding-left: 13px; }

.cat-price { display: block; text-align: left; padding: 0 13px; }

.in_production-price { display: block; text-align: left; padding: 0 13px; margin-top: -1.3em; }

.cat-link { float: right; margin-top: -5px; *margin-right: 5px; }

.cat-link a { text-decoration: underline; }



/*******************************************************************************/
/**************************** SHOPPING CART ************************************/
/*******************************************************************************/

TABLE#shoppingcart { width: 100%; padding: 10px 10px 0 0; clear: both; }

.infoBox4 { background: #ffffff; width: 170px; margin: 10px auto 0 auto; }

.empty { margin-top: 50px; font-size: 1.5em; padding: 1em 0; }

SPAN.deposit-reminder { color: #FF0000; font-size: .8em; font-weight: normal; }




/*******************************************************************************/
/******************************* LOGIN PAGE ************************************/
/*******************************************************************************/

#returning { padding: 10px; overflow: auto; clear: both; width: 500px; margin: 50px auto 0 auto; }

.heading { text-align: left; font-size: 1.1em; font-weight: bold; margin-bottom: 0; }

.heading-small { text-align: left; font-size: 1em; font-weight: bold; margin-top: 10px; }

.label { clear: both; float: left; margin-bottom: 10px; width: 400px; text-align: right; }

.full { clear: both; text-align: left; padding-left: 10px; overflow: auto; }

.right { clear: both; float: right; margin-top: 1px; }

.rightrequired { clear: both; float: right; margin-top: -15px; }

.form { background: #F8F8F9; border: thin solid #cccccc; padding: 10px 0; overflow: auto; }

#create { padding: 10px; margin: 20px auto 0 auto; overflow: auto; clear: both; width: 700px; }




/*******************************************************************************/
/****************************** CONTACT PAGE ***********************************/
/*******************************************************************************/

.contact { clear: both; float: left; margin-bottom: 10px; width: 300px; text-align: right; }

.left { clear: both; float: left; margin-left: 10px; width: 400px; text-align: left; }

.center { clear: both; margin: 0 auto;; width: 95%; }

.left2 { float: left; margin-top: 1px; margin-left: -10px; }

.right2 { float: right; margin-top: 1px; }


/*******************************************************************************/
/************************** ADVANCED SEARCH PAGE *******************************/
/*******************************************************************************/

.searching { padding: 10px; overflow: auto; clear: both; width: 500px; margin: 0 auto 0 auto; }

.advsearch-center { clear: both; margin: 0 auto 10px auto; width: 400px; text-align: center; }

.advsearch-right { clear: both; margin: 0 auto 10px auto; width: 400px; text-align: right; }


/*******************************************************************************/
/****************************** ADDRESS BOOK ***********************************/
/*******************************************************************************/

.info { clear: both; float: left; margin: 10px; padding-bottom: 10px; text-align: left; border-bottom: thin solid #999999; }

.left3 { float: left; margin-top: 1px; margin-left: 0; }

.address { clear: both; float: left; margin-bottom: 10px; width: 400px; text-align: right; }

.append { float: left; margin-top: 5px; }

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



/*******************************************************************************/
/****************************** REGISTRY ***************************************/
/*******************************************************************************/

.button-right { clear: both; float: right; margin-bottom: -8px; }

.row { clear: both; text-align: left; padding-left: 10px; margin-bottom: 10px; overflow: auto; }

.left-info { display: block; float: left; width: 150px; text-align: right; }

.right-info { float: left; margin-left: 10px; }

.center-button { float: left; margin: 1px auto 0 auto;; width: 33%; text-align: center; }

.left-button { float: left; margin-top: 1px; margin-left: -10px; width: 33% }

.right-button { float: right; margin-top: 1px; }

.registery-left { display: block; float: left; width: 50%; }

.registery-right { display: block; float: left; width: 50%; }




/*******************************************************************************/
/****************************** REGISTRY ***************************************/
/*******************************************************************************/


#checkout-r { clear: both; width: 730px; overflow: hidden; float: left; }

#checkout-r h4 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: lighter; color: #666666; margin-bottom: 0px; }

#checkout-r h1 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 2.3em; font-weight: lighter; color: #555555; margin-top: .1em; font-stretch:narrower; }

#checkout-r h5 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: lighter; color: #222222; margin-bottom: 0px; }

#checkout-r p { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal; color: #333333; line-height: 1.5em; }

.checkout_left-info { display: block; float: left; width: 240px; text-align: right; }

.checkout_right-info { display: block; float: left; margin-left: 10px; }



/*******************************************************************************/
/****************************** ACCOUNT ****************************************/
/*******************************************************************************/


.history-right { float: right; padding-right: 10px; }

.orders-left { display: block; float: left; width: 150px; text-align: right; }

.orders-right { display: block; float: left; margin-left: 20px; }

.order { border: thin solid #cccccc; overflow: auto; display: block; padding: 4px; width: 300px; }

.free-heading { color: #FF0000; }

.free { border: thin solid #FF0000; }



/*******************************************************************************/
/****************************** ACCOUNT ****************************************/
/*******************************************************************************/

.order-history { border: thin solid #cccccc; overflow: auto; display: block; padding: 4px;; }

.form-history { background: #F8F8F9; padding: 10px 0; overflow: auto; }

.heading-history { width: 100%; display: block; margin-bottom: 2px; }
































FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #cccccc;
}

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

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: #cccccc;
  color: #666666;
  font-weight: bold;
}

.footer a {
  color: #666666;
}

.infoBox {
  background: #D6D6D6;
  width: 170px;
  margin: 10px auto 0 auto;
}

.infoBoxContents {
  background: #D6D6D6;
  margin-top: 0;
  font-size: 1em;
  padding-bottom: 1px;
}

.infoBox2 {
  background: #999999;
  height: 30px;
}

.infoBox3 {
  background: #D6D6D6;
  height: 30px;
  padding-left:12px;
  margin-top:1px;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color:#CCCCCC;
  color: #333333;
  text-align: center;
}

.infoBoxHeading a {
  color: #000000;
  text-decoration: underline;
  }
  
.infoBoxHeading a:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: underline;
  }
  
TD.infoBoxHeading2 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  background-color:#CCCCCC;
  color: #333333;
  text-align: left;
  height: 30px;
  padding-left: 12px;
}

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

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: 0;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  background: #D6D6D6;
  color: #000000;
  font-weight: bold;
  height: 2em;
}

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

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

/* //rmh M-S_vendor begin */
TD.subHeading, DIV.subHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
/* //rmh M-S_vendor end */

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

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 {
  color: #ff0000;
}

SPAN.deposit-info {
  color: #000000;
  font-size: .8em;
  font-weight: normal;
}

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

/* //rmh M-S_multi-pricing begin */
TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccFFcc;
}
/* //rmh M-S_multi-pricing end */

.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; }
.inputRestriction { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #666666; } /* //rmh M-S_multi-stores */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;}
	
.infoBox ul {
  margin:0 0 0 0;
  padding:0 0 0 0;
  list-style:none;
  }
.infoBox li {
  margin:0;
  padding:0 0 .4em 5px;
  text-indent:-5px;
  line-height:1.2em;
  }
  
h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}
/* our classes */

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

.heading1 {
 color: #666666;
 text-transform: uppercase;
}

.heading2 {
	color: #333333;
 text-transform: uppercase;
}



/*---------------------------------*/

/*   Vertical Fly-Out Menu Style   */

/*---------------------------------*/


/* Color of main vertical menubar and border */
.verbar	{ margin: 0 auto 0 auto; padding: 0; background:#ffffff; z-index: 90; font-family:Arial, Verdana, sans-serif; font-size: 1em; }

.vertitem .vertfwdarr { width: 0; height: 0; visibility: hidden; }

/* Behaviour of main vertical menu items, leave as is for proper operation */
.vertitem	{ position:relative; width: 265px; background: #ffffff; text-transform: uppercase; }

/* Font style, size of main menu items */
.vertitem	a, .vertsubitem a { display:block; text-decoration:none; padding: 6px; color: #444444; }

.vertsubitem a { display:block; text-decoration:none; padding: 4px 6px; color: #444444; }

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

/* Font style & color, background menu color of main menu item when hovered over */
.vertitem a:hover, .vertitem a:active, .vertsubitem a:hover, .vertsubitem a:active { color: #FFFFFF; background-color: #D6D6D6; }



.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 */
/*	position:absolute; */
	position: relative;
	padding: 0;
	width: 160px;
	list-style: none;
	background: #ffffff;
	border: #6D6D6D thin solid;
	z-index: 110;
	display: block;	
}


/* Behaviour of sub-menu  - leave as is for proper operation of submenus */
.vertsubitem { text-align: center; white-space: nowrap; font-family:Arial, Verdana, sans-serif; font-size: 1em; }

/* Positioning of right arrow for submenus */
.vertsubitem .vertfwdarr { border:none; float:right; padding-top: 4px; }


/* Style override for selected category tree */
.dmselected { background-color: #ffffff; }

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

/**************************** end dynamenu classes**************************************/

/**************************** footer **************************************/

#footer { margin: 10px auto 0 auto; width: 1000px; clear: both; text-align: center; z-index: 5; }

#footer a { padding: 0 10px 0 10px; color: #444444; text-decoration: none; }

#footer a:hover { text-decoration: underline; }
