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

BODY {

  color: #000;
  margin: 0px;
}

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

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

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

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;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

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 {
  background: #fff;
}

.infoBoxContents {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	padding:0;
	margin:0;
	
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  display: none;
}

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: #F3EFDF;
  //shopping-cart content color
}

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: #F3EFDF;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #C4BA9A;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {

border-right:2px solid #ffffff; 
border-bottom:3px solid #ffffff;  
text-align:left;
 

  color: #ffffff;
  font-weight: bold;
  padding: 11px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #C4BA9A;
  //shopping-cart header/footer color
}

TD.productListing-data {
border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:center;
vertical-align:top; 
padding:10 10 10 10;


  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #414956;
}



A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}


TD.pageHeading, DIV.pageHeading {

 font-size: 11px;
 font-weight: bold;
 color: #F0E3D5;

  text-decoration: none;
  height:29px;
  width: 453px;
  background: url('images/m99.gif');
  background-repeat: repeat-x;

  padding-bottom:0px;
  padding-left: 15px;

}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #58646A;
  line-height: 1.5;
  padding: 5px 5px 5px 5px;

}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  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: ##603311;
  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; }










body{
background: #B5A38E; 
}

td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #58646A;
}

 .bg1{
 background-image: url(images/m05.gif);
 background-repeat: repeat-x; 
 }


 .ch1{
 font-size: 11px;
 font-weight: bold;
 color: #E5DACD;
 }

 .ch2{
 font-size: 10px;
 font-weight: bold;
 color: #F0E3D5;
 }

 .ch3{
 padding-left: 15px;
 }

 .ch4{
 padding-left: 19px;
 }

 .ch5{
 border: #FFFFFF 1px solid;
 }

 .ch6{
 border: #603311 2px solid;
 }

 .ch7{
 font-size: 11px;
 color: #1B1E1F;
 font-weight: bold;
 }

 .ch8{
 font-size: 11px;
 color: #1F1F1F;
 }

 .ch9{
 padding-left: 7px;
 }

 .ch10{
 padding-left: 4px;
 }

 .ch12{
 font-size: 11px;
 color: #101213;
 font-weight: bold;
 }             

 .ch13{      
 font-size: 11px;
 color: #AC0800;
 font-weight: bold;
 }

 .ch14{      
 font-size: 11px;
 color: #695945;
 }



 .ml1{
 font-size: 12px;
 font-weight: bold;
 color: #E5CDB1;
 text-decoration: none; 
 }

 .ml2{
 font-size: 11px;
 color: #2B2726;
 text-decoration: none; 
 }

 .ml3{
 font-size: 11px;
 color: #B0400F;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none; 
 }

 .ml4{
 font-size: 11px;
 color: #5C4F41;
 text-decoration: none; 
 }

 .se{            
 width: 110px;
 font-size: 9px;
 color: #282E3E
 }

 

 .image_border{
  border:1px solid #D2D1D1; 
 }

 .currency_symbol_{
 font-size: 11px;
 color: #797979;
 font-weight: bold;
 }

 .footer {
 	color:#AEA7A2;
}
#return {
	width:400px; 
	text-align:center; 
	text-decoration:underline;
}
#privy-list {
	text-decoration:underline;

}
.bridal{
	background: url(images/nav-bg.gif) no-repeat;
	text-decoration: none;
	position: relative;
	heigth:21px;
	width:201px;
	display: block;
	padding:3px 0 3px 0px;
}
.bridal a{
	padding-left:39px;
	color:#000;	
}
.bridal a:hover{
	color:#666666;
	text-decoration:underline;
}
.featDesigner{
	background: url(images/nav-bg.gif) no-repeat;
	text-decoration: none;
	position: relative;
	heigth:20px;
	width:201px;
	display: block;
	padding:3px 0 4px 0px;
}
.featDesigner a{
	padding-left:39px;
	color:#000;	
}
.featDesigner a:hover{
	color:#666666;
	text-decoration:underline;
}
/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	width:201px;
	background-color: #fff;
	/*border: 1px outset #fdfefd;*/

}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
	padding:0;
	margin:0;
	
}

.vertitem	a {   /* Font style, size of main menu items */

	background: url(images/nav-bg.gif) no-repeat;
	text-decoration: none;
	position: relative;
	display: block;
	padding:2px 0 2px 39px;
}

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

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #666666;

	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #000;
	font-weight:normal;
	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 */
	width:150px;
	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 */
	text-decoration: none;
	position: relative;
	display: block;
	padding:4px 0 0 37px;
	background: #F3EFDF url(images/nav-bg.gif) no-repeat;
	
}

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

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #666666;

	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	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: #ccc;
		font-weight: normal;
}

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

.pageLink td a{
	font-size:10px;
}

.borderBlack{
	border-bottom:3px solid #000;
}


.infoLink a{
	background: url(images/nav-bg.gif) no-repeat;
	text-decoration: none;
	position: relative;
	display: block;
	padding:3px 0 4px 39px;
}
.affiliateLink a{
	background: url(images/nav-bg.gif) no-repeat;
	text-decoration: none;
	position: relative;
	display: block;
	padding:3px 0 4px 39px;
}
############################################
/*css menu*/

