/*
  $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: Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

html {
  background: #808080;
}

/*body {
  font-family: Arial;
  border: 24px solid #001b32;
  background: #252221;
  color: #ffffff;
  margin: 10px;
  width:100%;
}*/

body {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial;
  color: #ffffff;
}

#mainbody {
  margin:0px auto;
  border: 24px solid #001b32;
  background: #252221;
  min-width: 984px;
}

#layoutheader {
  background: #252221;
}
table.layoutheader {
  padding-top:10px;
  background: #8b98a0;
}

#dropdownmenu
{
  padding:0;
  margin:0;
  font-size:17px;
  display: inline-block;
  width: 100%;
  background: #104a91 url(./images/dropdown/menu-bg.png) repeat-x;
  z-index:10;
}

#dropdownmenu ul
{
  padding:0;
  margin:0;
  z-index:10;
}

#dropdownmenu ul.menu li
{
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  padding:0;
  border-right: solid 1px #999;
  z-index:10;
} 

#dropdownmenu ul.menu li a
{
  padding-left: 14px; 
  padding-right: 14px; 
  font-weight: bold;
  height: 24px;
  display: block;
  text-decoration:none;
  text-align: left;
  line-height: 24px;
  color: #fff;
  background: #104a91 url(./images/dropdown/menu-bg.png) repeat-x;
  z-index:10;
} 

#dropdownmenu ul.menu li a:hover
{
  background: #818181 url(./images/dropdown/menu-bg-over.png) repeat-x;
  z-index:10;
} 

#dropdownmenu ul.submenu li.noexpand
{
  width: 130px;
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  padding:0;
  z-index:10;
} 

#dropdownmenu ul.submenu li.noexpand a
{
  padding-left: 14px; 
  padding-right: 14px; 
  font-weight: normal;
  width: 130px;
  height: 24px;
  display: block;
  text-decoration:none;
  text-align: left;
  line-height: 24px;
  color: #fff;
  background: #818181 url(./images/dropdown/submenubg.png) repeat-x;
  border-bottom: solid 1px #aaa;
  border-right:  solid 1px #aaa;
  z-index:10;
} 

#dropdownmenu ul.submenu li.noexpand a:hover
{
  background: #0a386f url(./images/dropdown/activemenubg.png) repeat-x;
  z-index:10;
} 

#dropdownmenu ul.submenu li.expand
{
  width: 130px;
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  padding:0;
  z-index:10;
} 

#dropdownmenu ul.submenu li.expand a
{
  padding-left: 14px; 
  padding-right: 14px; 
  font-weight: normal;
  width: 130px;
  height: 24px;
  display: block;
  text-decoration:none;
  text-align: left;
  line-height: 24px;
  color: #fff;
  background: #818181 url(./images/dropdown/menu_arrow.png) 100% 50% no-repeat;
  border-bottom: solid 1px #aaa;
  border-right:  solid 1px #aaa;
  z-index:10;
} 

#dropdownmenu ul.submenu li.expand a:hover
{
  background: #0a386f url(./images/dropdown/menu_arrow.png) 100% 50% no-repeat;
  z-index:10;
} 

#dropdownmenu ul.submenu li.expand ul li a
{
  background: #818181 url(./images/dropdown/submenubg.png) repeat-x;
  z-index:10;
}

#dropdownmenu ul.submenu li.expand ul li a:hover
{
  background: #0a386f url(./images/dropdown/activemenubg.png) repeat-x;
  z-index:10;
}

#dropdownmenu ul ul
{
  position: absolute;
  top: 24px; 
  visibility: hidden;
  z-index:10;
}


#dropdownmenu ul li:hover ul 
{
  visibility:visible;
  z-index:10;
} 

#dropdownmenu ul ul ul li 
{
  visibility: hidden;
  left:159px;
  top:-24px;
}

#dropdownmenu ul ul li:hover ul li 
{
  visibility:visible;
} 


#dropdownmenu ul ul ul  ul li
{
  display:none;
  left:159px;
  top:-24px;
}

#dropdownmenu ul ul ul li:hover ul li 
{
  display:block;
} 


a#smbutton {
  float:left;	
  font-size: 12px;	
  font-weight:bold;
  border-top:1px solid #999;
  border-left:1px solid #999;
  border-right:1px solid #333;	
  border-bottom:1px solid #333;	
  color:#333;			
  width:auto;
  text-decoration: none;
}	

a#smbutton:hover {
  color: #d92026;
}	

a#smbutton span {
  background:#d4d0c8 url(./images/bg_btn.gif) repeat-x;				
  float:left;	
  line-height:24px;	
  height:24px;		
  padding:0 10px;								
  border-right:1px solid #777;	
  border-bottom:1px solid #777;
}		

a#smbutton:hover span {
  cursor:pointer;
}	


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

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

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

A.account:hover {
  color: red;
  text-decoration: underline;
}

a.info {
  font-size: 12px;	
  text-decoration: underline;
}

a.info:hover{
  color: #d92026;
}

FORM {
	display: inline;
}

TR.header {
  background: #8b98a0;
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #d92026;
}

A.LinkOfferte { 
  color: #FFFFFF; 
  font-weight : bold;
  text-decoration: none;
}

A.LinkOfferte:hover {
  color: red;
  font-weight : bold;
  text-decoration: underline;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: red;
}

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: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #808080;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-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.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}


TABLE.productListing {
  border-top: 0px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: #d92026;
}

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

table.productListing-Desc {
}

td.pl-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  background: #000000 url(./images/pl-title.png) repeat-x;
  width: 100%;
}

td.pl-descr {
  font-size: 12px;
  line-height: 13px;
}

td.productListing-head {
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-top: 1px solid #d92026;
  color: #9a9a9a;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  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: 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: 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: Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

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

