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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px auto;
  width: 965px;
}

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

A:hover {
  color: #AABBDD;
  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; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #fff;
  border-spacing: 1px;
}

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

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

A.pageResults {
  color: #91b9c2;
}

A.pageResults:hover {
  color: #837a70;
}

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

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

/* input requirement */

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





html { height: 100%; margin-bottom: 1px; }

body { background-color: #fff; color: #999; text-align: center; }
body.home { background-color: #fff; }

#main { width: 940px; margin: 0 auto; padding: 0; }

a { color: #999; font-family: Arial, sans-serif; font-size: 10px; text-decoration: none; }
a img { border: 0; }

.blue { color: #91b9c2; }
#header_wrap { width: 965px; margin: 0 auto; height: 133px; background-color: #fff; }
#header { width: 900px; margin: 0 auto; height: 133px; padding: 0 20px; position: relative; }

img#logo { float: left; }
img#cart_img {
    float: right;
}

div#upper_right {
    position: absolute;
    top: 10px;
    right: 0;
    width: 500px;
}
ul#cart_links {
    list-style: none;
    width: 120px;
    height: 112px;
    padding: 0 0 0 6px;
    margin: 0 6px 0 0;
    float: right;
    background: url('images/shopping-cart-border.gif') top left no-repeat;
}
ul#cart_links li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #999;
    text-align: left;
    height: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, sans-serif;
    line-height: 20px;
}
ul#cart_links li.last {
    border-bottom: none;
}
ul#cart_links li a {
    text-transform: uppercase;
    text-align: left;
}
div#collection_retailers {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}
a#collection, span#retailers-login {
    display: block;
    font-size: 16px;
    font-family: Georgia, serif;
}
span#retailers-login {
    margin-top: 7px;
}

#nav { clear: both; width: 965px; margin: 0 auto; background: url('../images/nav_bg.gif') top left repeat-x; height: 24px; border-bottom: 1px solid #fff; }
#nav a { line-height: 24px; text-transform: uppercase; margin: 0 5px; }
#nav a.selected { color: #91b9c2; }
#nav p { line-height: 14px; font-size: 10px; padding-top: 2px !important; padding-top: 0; }


#main {
    height: 385px;
    background-color: #e7edee;
    width: 965px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
}
#main_home {
    height: 385px;
    width: 940px;
    background-color: #f2f6f7;
    margin: 0 auto;
}

#sub {
    background-color: #fff;
    width: 965px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-top: 288px;
}
#sub.indiv_press { padding-top: 0; }
#sub.collection_sub {
    padding-top: 318px;
}
#sub_content {
    width: 640px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}
#sub_content p { font-family: Georgia, serif; font-size: 13px; line-height: 23px; color: #bcb7b1; text-align: left; margin: 0 0 20px 0; }
#sub_content p.no_margin { margin: 0; }
#sub_content h3 { color: #837a70; font-size: 13px; line-height: 18px; text-align: left; font-weight: normal; }
#sub_content p.where { font-family: Arial, sans-serif; border-bottom: dotted 1px; font-size: 12px; }
#sub_content p a { color: #8bb2cb; }

#sub_content.retailers {
    text-align: left;
    font-size: 13px;
    padding-left: 300px;
    line-height: 20px;
}
#sub_content.retailers h3, #sub_content.retailers h4 { text-transform: uppercase; font-size: 14px; font-weight: bold; padding-top: 10px; padding-bottom: 4px; }
#sub_content.retailers h4 {
    color: #91b9c2;
    font-size: 13px;
    padding: 0;
}
#sub_content.retailers a, #sub_content.retailers span { font-weight: bold; font-size: 13px; font-family: Georgia, serif; }
#sub_content.retailers p { padding-top: 20px; }


ul#press { list-style: none; margin-left: 170px; }
ul#press li { text-align: left; line-height: 20px; }
ul#press li a { color: #837a70; font-family: Georgia, serif; font-size: 14px; }
ul#press li a span { text-transform: uppercase; font-family: Arial, sans-serif; color: #bcb7b1; font-size: 12px; }

ul#contact { list-style: none; margin-left: 240px; }
ul#contact li { text-align: left; line-height: 20px; padding-bottom: 20px; }
ul#contact li a { color: #837a70; font-family: Georgia, serif; font-size: 14px; }
ul#contact li a span { text-transform: uppercase; font-family: Arial, sans-serif; color: #bcb7b1; font-size: 12px; }

#sub_content h3.philanthropy { margin-left: 170px; margin-bottom: 20px; font-size: 16px; }
ul.philanthropy { list-style: none; margin-left: 170px; margin-bottom: 30px; }
ul.philanthropy li { text-align: left; line-height: 20px; font-size: 13px; }
ul.philanthropy li a { color: #837a70; font-family: Georgia, serif; font-size: 14px; }
ul.philanthropy li a span { text-transform: uppercase; font-family: Arial, sans-serif; color: #bcb7b1; font-size: 12px; }


.jewelry {
    width: 150px;
    height: 200px;
    border: 1px solid #f2eae7;
    float: left;
    margin-right: 10px;
}
.last { margin-right: 0; }
#sub_content .jewelry h3 {
    color: #837a70; width: 100%; font-size: 18px; margin-top: 20px; text-align: center; font-weight: normal; font-family: Georgia, serif;
}

#sub_content_wide {
    width: 870px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 50px;
}


#jewelry_nav { clear: both; width: 965px; margin: 0 auto; height: 24px; border-bottom: 1px solid #fff; border-top: 1px solid #ccc; }
#jewelry_nav a { color: #837a71; font-size: 15px; line-height: 24px; margin: 0 5px; font-family: Georgia, serif; text-decoration: none; }
#jewelry_nav p { line-height: 24px; font-size: 15px; padding-top: 0px !important; padding-top: 0; margin: 0 !important; }
#jewelry_nav a.selected { color: #91b9c2; }

.jewelry_indiv {
    width: 164px;
    height: 300px;
    text-align: left;
    float: left;
    margin-right: 10px;
}
.jewelry_indiv img {
    border: 1px solid #f2eae7;
    margin-bottom: 8px;
}
.jewelry_indiv h3, .jewelry_indiv h4, .jewelry_indiv p {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #563b1e;
}
.jewelry_indiv h3 {
    text-transform: uppercase;
}
.jewelry_indiv h4 {
    margin-bottom: 12px;
}
.jewelry_indiv p {
    color: #827970;
    line-height: 14px;
}


#footer { width: 965px; margin: 0 auto; clear: both; padding: 0; padding-top: 2px; padding-bottom: 20px; background: #f2f8f9 url('../images/footer_bg.gif') top left repeat-x; }
body.home #footer { background-color: #fff; }
#footer p { font-weight: normal; margin: 0; }

#bottom_nav { clear: both; margin: 0 auto; height: 24px; border-bottom: 1px solid #fff; padding: 0; padding-bottom: 6px; }
#bottom_nav a { line-height: 24px; text-transform: uppercase; margin: 0 5px; padding: 0; }
#bottom_nav a.selected { color: #91b9c2; }
#bottom_nav p { line-height: 14px; font-size: 10px; margin: 0; padding: 0; padding-top: 2px; }

#footer_contact_info { font-family: Arial, sans-serif; font-size: 10px; padding: 8px 0 2px; }

#lowest_nav { padding: 0; text-transform: uppercase; }
#lowest_nav span, #lowest_nav span a { color: #91b9c2; }

ul.sold_out label span, ul.sold_out li span { color: red; font-family: 'Arial Black' sans-serif; }





.jewelry_indiv {
    width: 164px;
    height: 360px;
    text-align: left;
    display: inline;
    margin-right: 10px;
}
.jewelry_indiv img {
    border: 1px solid #f2eae7;
    margin-bottom: 0px;
}
.jewelry_indiv h3 {
    margin: 0 0 8px;
}
.jewelry_indiv h3 a, .jewelry_indiv h4, .jewelry_indiv p {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #563b1e;
    margin: 0;
}
.jewelry_indiv h3 a {
    text-transform: uppercase;
}
.jewelry_indiv h4 {
    margin-bottom: 12px;
    font-weight: normal;
}
.jewelry_indiv p {
    color: #827970;
    line-height: 14px;
}
.jewelry_indiv p.buy_now_link a {
    font-weight: bold;
}


.jewelry_desc {
    height: 100px;
    padding: 0;
    margin: 0;
		margin-top: 15px;
}


.jewlery_more_colors {
    font-family: arial, sans-serif;
    font-size: 8px;
    color: #827970;
    padding: 0;
    text-align: center;
    margin-top: 0px;
    line-height: 0px;
}

#product_detail_info {
    height: 250px;
		padding: 0;
    margin: 0;
}

#product_detail_div {
    width: 620px;
    height: 380px;
    text-align: left;
    margin: 0 auto;
    padding-top: 40px;
}
#product_detail_div img {
    border: 1px solid #d5cbc3;
    float: left;
    margin-right: 20px;
}
#product_detail_div h1 {
    color: #91b9c2;
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 12px;
    padding: 0;
}
#product_detail_div p {
    color: #837a70;
    font-size: 10px;
    line-height: 15px;
    font-family: arial, sans-serif;
    margin: 0 0 12px;
    padding: 0;
}
#product_detail_div p.price {
    color: #91b9c2;
    font-size: 12px;
    font-weight: bold;
}


#tell_friend_div {
    margin-top: 10px;
}
#tell_friend_div p {
    font-size: 12px;
    font-weight: bold;
}

#available_options_div {
    margin-top: 10px;
}
#available_options_div p {
    font-size: 12px;
    font-weight: bold;
}

table#prev_next td {
    vertical-align: top;
}

.placeholder {
    width: 60px;
}

#prev_next_links {
    height: 20px;
    position: relative;
    margin-top: 30px;
}


