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

a {
  color: #22d;
  text-decoration: none;
}

a.highlited {
     color:#00d;
     text-decoration:none;
}

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

body {
  color: #000000;
  margin: 0 auto;
  padding:0;
  width:1010px;
  font-family:Verdana;
}

form {
	display: inline;
}

.infoBox {
  background: transparent;
}

.infoBoxContents {
     font-family: Verdana, Arial, sans-serif;
     font-size: 10px;
     background:url('images/site_white65.png');
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading, .infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  background: #dad4e8;
  color: #6b54a4;
/*   border:1px solid #6b54a4; */
  border-width:1px 1px 0 1px;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  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;
}

.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #6b54a4;
}

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

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

.red {
     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 */

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

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



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

.static_content {
     background:url('images/site_white65.png');
     padding:0 1em 3em 1em;
     border:1px solid #6b54a4;
}

     .static_content h2 {
          color:#6b54a4;
          margin-top:0;
     }
     
     .static_content p {
/*          color:#6b54a4;  */
          margin-top:0;
     }


#alphaNav {
     float:right;
     margin-right:1em; 
}

     #alphaNav a {
          color:#6b54a4;
          font-size:0.9em;
     }          

#betaNav {
     list-style-type:none;     
     padding:0;
     margin:0;
}


     #betaNav #head {
          background:url('images/images/nav_head.png');
          width:217px;
          height:48px;
     }
     
     #betaNav li a{
          text-indent:-5000em;
          width:217px;
          height:35px;
          display:block;
          background-position:top left;
          outline:none;
     }
     
     #betaNav li a:hover{
          background-position:top right;
     }

     #betaNav #home a {
          background-image:url('images/images/nav_home.png');
     }
     
     #betaNav #wedding_rentals a {
          background-image:url('images/images/nav_wedding_rentals.png');
     }
     
     #betaNav #about_us a {
          background-image:url('images/images/nav_about_us.png');
     }
     
     #betaNav #shipping_policies a {
          background-image:url('images/images/nav_shipping_policies.png');
     }

     #betaNav #map_directions a {
          background-image:url('images/images/nav_map_directions.png');
     }
     
     #betaNav #contact_us a {
          background-image:url('images/images/nav_contact_us.png');
     }
     
     #betaNav #premade a {
          background-image:url('images/images/nav_premade.png');
     }



#breadcrumbs {
     float:left;
}

     #breadcrumbs a {
          color:#6b54a4;
          padding-left:0.3em;
          font-size:0.9em;
     }

#categories {
     font-size:0.8em;
     margin-top:3px;
     background:url('images/site_white65.png');
}

     #categories table {
          background:url('images/site_white65.png');
     }

#content {
     width:auto;
/*     margin:0 200px 0 223px; */
     background:url('images/site_white65.png');
     border:1px solid #6A3E95;
}
     
#copyright {
     font-size:0.5em;
     text-align:center;
}

#footer {
     background-color:#dad4e8;
     width:100%;
     height:15px;
     clear:both;
}

#header {
     text-indent:-50000em;
     background:url('images/site_header.png') no-repeat 0 0;
     width:100%;
     height:186px;
     margin:0;
     padding:0;
     border-top:1px solid #fff;

}

#header h1 {
     padding:0;
     margin:0;
}

#leftCol {
/*     float:left;
     width:217px;
     */
}

#lowerHeader {
     width:100%;
     height:1.3em;
     background-color:#dad4e8;
     color:#6b54a4;
}

#google_map {
     width:550px;
     height:400px;
     margin:0;
}
     
#productTable {
     
}
     #productTable .pagerTop .displayCount , #productTable .pagerBottom .displayCount {
          float:left;
          font-size:0.8em;
     }

     #productTable .pagerTop .resultsPages , #productTable .pagerBottom .resultsPages {
          float:right;
          font-size:0.8em;
     }
     
     #productTable table {
          clear:both;
          border-collapse:collapse;
     }     
     
     #productTable table td {
 /*          border:1px solid #6b54a4; */
          background:url('images/site_white65.png');
     }
     
     #productTable a.productListing-heading {
          background-color:transparent;
          color:#000;
          font-size:1.0em;
          font-weight:normal;
     }
     
     #productTable .pagerTop a, #productTable .pagerBottom a {
          color:#000;
     }
     
     #productTable .pagerTop a:hover, #productTable .pagerBottom a:hover {
          color:#000;
          text-decoration:none;
     }

#rightCol {
     float:right;
     width:200px;
}

#shipping_policies {
}

     #shipping_policies p {
          text-align:justify;
     }
     
     #shipping_policies h2, #shipping_policies h3 {
          color:#6b54a4;
     }
     

#site {
     background: url('images/site_background.png') no-repeat 0 0 #F7F7F7;
}

#wedding_rentals {
}
     
     #wedding_rentals hr {
          margin:1em 0;
          color:#6b54a4;
          border-style:solid;
          clear:both;
     }

     #wedding_rentals img {
          width:200px;
          border:1px solid #6b54a4;
          margin:1em 1em 1em 0;
          float:left;
     }     
     
     #wedding_rentals h3 {
          
     }