/*
  $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
*/
/*******************************************************************************
 *      ___ __ _   _ 
 *    / __//  | \ / |
 *   | C__/ A |  M  |  Web Design
 *   \___/_/|_|_| |_|
 *   
 *   Copyright 2009, CamWebDesign
 *   www.camwebdesign.com
 *   For: closetBoutiqueAvalon.com
 * 
 **************************************************************************************************** */
@import "../closetboutique.css";

/* ***** BEGIN  RESET CSS ***** ********************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background-color:transparent;
}
/* remember to define focus styles!  */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: #FFF;
  background: url(https://secure364.websitewelcome.com/~camweb/closetboutique/images/blackwood.jpg) 0 0 repeat #000;
}
ol, ul {
  list-style: none;
  margin-left: 1em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* *********************** END RESET CSS ******************** */

body {
  font: normal 15px Calibri, arial, verdana, lucida, sans-serif;
  margin: 8px auto;
  text-align: center;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #E2007A;
  text-decoration: none;
}

#page {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}

#wrapper {
  width: 960px;
  text-align: left;
}

#wrapper_table {
  width: 960px;
  text-align: left;
}

#location {
  padding-left: 10px;
  vertical-align: top;
}

.headerNavigation {
  font-size: 1.1em;
  text-align: left;
}

#mainGreeting {
  font-size: 1.1em;
  text-align: center;
  padding: 8px 0;
}

td.pageHeading, div.pageHeading {
  font-size: 1.5em;
  font-weight: bold;
}

/* SIDEBAR */

#sidebar {
  vertical-align: top;
  width: 260px;
  text-align: left;
}

#sidebar_table ul#categories {
  padding: 0 0 1px 12px;
}

#sidebar .infoBoxtext {
  font-size: 1.4em;
  color: #7AA1B9;
  border-bottom: 1px solid #888;
  width: 220px;
  padding-left: 2px;
}

#sidebar .boxText {
  padding: 8px 0 1px 20px;
}

#sidebar .boxText a {
  color: #EA6FA3;
}

#sidebar .boxText a:hover {
  color: #E2007A;
}

#sidebar .spacer {
  padding: 4px 20px 0 0;
}

#sidebar .spacer input {
  vertical-align: middle;
}

/* MAIN CONTENT AREA */

#main_content, .main_content_extra {
  padding: 0 10px;
  width: 700px;
  vertical-align: top;
  border-left: 1px solid #333;
}

#main_content a, .main_content_extra a {
  color: #FFF;
}

#main_content a:hover, .main_content_extra a:hover {
  color: #E2007A;
}

#main_content td.infoBoxHeading, .main_content_extra td.infoBoxHeading {
  background: url(https://secure364.websitewelcome.com/~camweb/closetboutique/images/header-gradient.gif) bottom repeat-x;
  text-align: center;
  padding: 2px 0;
  margin-bottom: 8px;
}

#main_content .smallText, .main_content_extra .smallText {
  padding-top: 10px;
}

table.productListing {
  vertical-align: middle;
}

td.productListing-heading {
  background: url(https://secure364.websitewelcome.com/~camweb/closetboutique/images/header-gradient.gif) bottom repeat-x;
  text-align: center;
  padding: 2px 0;
}

td.productListing-heading a {
  color: #FFF;
}

td.productListing-heading a:hover {
  color: #B4B4B4;
}

td.productListing-data {
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}

td.main {
  vertical-align: middle;
}

td.main .product_writeup {
  vertical-align: top;
  padding: 0 0 12px 0;
  width: 590px;
  text-align: left;
}

td.main .product_image {
  vertical-align: top;
  width: 110px;
  text-align: right;
}

td.main select {
  width: 150px;
  margin: 4px;
}

.section_heading {
  font-size: 1.1em;
  color: #A4C2D4;
}

.section_heading strong {
  border-bottom: 1px solid #A4C2D4;
}

.section_option {
  font-weight: bold;
  color: #A4C2D4;
}

#total_table, #product_table {
  width: 100%;
  border-collapse: collapse;
}

#total_table td {
  border: 1px solid #444;
  padding: 4px;
}

#total_table td.section_option {
  text-align: right;
  width: 80px;
}

#product_table .td_border_left {
  border: 1px solid #444;
  padding: 4px;
}

#product_table .td_border_right {
  font-weight: bold;
  color: #A4C2D4;
  border: 1px solid #444;
  padding: 4px;
  text-align: right;
  width: 80px;
}

td.smallText {
  text-align: center;
}

td.accountCategory {
  color: #aabbdd;
}

table.formArea {
  background: #f1f9fe;
  border: 1px solid #7b9ebd;
}

td.formAreaTitle {
  font-weight: bold;
}

span.markProductOutOfStock {
  color: #ffff00;
  font-weight: bold;
}

span.productSpecialPrice {
  color: #ff0000;
}

textarea {
  width: 565px;
}

.boxTitle {
  padding: 4px 0;
}

.borderit {
  border: 1px solid #888;
  border-width: 0 1px 1px 1px;
  background: url(https://secure364.websitewelcome.com/~camweb/closetboutique/images/footer-gradient.gif) top left repeat-x #51555C;
  padding: 4px;
}

.borderit td {
  vertical-align: middle;
  padding: 4px 0;
}

.boxinput input, .fieldValue input {
  width: 280px;
}

.boxinput select, .fieldValue select {
  width: 280px;
}

.alignLeft {
  text-align: left;
}

.fieldKey {
width: 130px;
}

.fieldValue {
width: 400px;
}

/* CHECKOUT */

.checkoutBarFrom, .checkoutBarTo { 
  font: normal 14px Verdana, Arial, sans-serif;
  color: #888;
  border-bottom: 1px solid #888;
}

#main_content .checkoutBarFrom a {
  color: #70D250;
  border: 0;
  text-decoration: underline;
}

#main_content .checkoutBarFrom a:hover {
  color: #E2007A;
  border: 0;
}

.checkoutBarCurrent { 
  font: bold 14px Verdana, Arial, sans-serif; 
  color: #00CB33;
  border-bottom: 1px solid #888;
}

.orderEdit { 
  font: normal 10px Verdana, Arial, sans-serif;
  color: #70d250;
  text-decoration: none;
}

/* FOOTER */

.footer_left {
  padding: 2px 0 2px 10px;
  border-top: 1px solid #333;
}

.footer_right {
  text-align: right;
  padding: 2px 10px 2px 0;
  border-top: 1px solid #333;
}

#banner {
  text-align: center;
}

/* ERRORS */

.errorBox { 
  font: normal 10px Verdana, Arial, sans-serif;
  background: #ffb3b5;
  font-weight: bold;
}

.stockWarning { 
  font: normal 10px Verdana, Arial, sans-serif;
  color: #cccc33;
}

.productsNotifications {
  padding: 8px;
}

tr.headerError {
  background: #ff0000;
}

td.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

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

/* message box */

.messageBox { 
  font: normal 14px Verdana, Arial, sans-serif;
}

.messageStackError, .messageStackWarning { 
  font: normal 14px Verdana, Arial, sans-serif;
  background-color: #ffb3b5;
  color: #C00;
  padding: 4px;
}

.messageStackSuccess { 
  font: normal 14px Verdana, Arial, sans-serif;
  background-color: #99ff00;
  color: #C00;
  padding: 4px;
}

/* input requirement */

.inputRequirement { 
  font: normal 10px Verdana, Arial, sans-serif;
  color: #ffff00;
}

#main_content .shipping_info li h3 {
  font-size: 1.3em;
  text-decoration: underline;
}

#main_content .shipping_info li a {
  color: #EA6FA3;
}

#main_content .shipping_info li a:hover {
  color: #E2007A;
}

