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

BODY {
  background: #fff url(images/beadblings/background.gif) top left repeat-x;
  color: #000;
 font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	margin: 15px;
}

p, td {
}

img { border: none; }

h1 { 
/*
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 */
  color: #484967;
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 0;
  padding-bottom: 0;

}

h2 {
	font-size: .9em;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 16px;
}

A {
  color: #5a5ab4;
}

A:hover {
  color: #7b7bc3;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000;
}

TD.headerNavigation {
  background: #000;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000;
}

TD.footer {
  background: #000;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #000;
}

.infoBoxContents {
  background: #f8f8f9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
}

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

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

.productListing-heading {
  background: #000;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  color: #484967;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  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 {
  color: #484967;
  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: #99ff00; }

/* input requirement */

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



/* version 2 code */

#header {
	clear: left;
	position: relative;
}
#logo {
	border: 0;
}
#account {
	position: absolute;
	right: 15px;
	top: 0px;
}
#freeshipping {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-weight: bold;
}
#wrapper {
	overflow: hidden;
	position: relative;
}
#left {
	float: left;
	width: 200px;
}
#categories_header {
	background: #5a5ab4 url(images/beadblings/categories_header.gif) top left no-repeat;
	color: #fff;
	font-size: .9em;
	height: 24px;
	margin: 0;
	padding: 6px 10px 0 10px;
}
#categories {
	border-left: 3px solid #5a5ab4;
	border-right: 1px solid #b2b2ff;
	margin: 0;
	padding: 0;
}
#right {
	float: right;
	width: 200px;
}
#body {
	margin-right: 200px;
	padding: 20px;
}
#toolbar {
	background: #b2b2ff url(images/beadblings/toolbar.gif) top left repeat-x;
	font-weight: bold;
	padding: 6px 15px 0 18px;
	position: relative;
	height: 24px;
}
.toolbar_right {
	padding: 6px 10px;
	position: absolute;
	right: 4px;
	top: 0px;
}
#search {
	cursor: pointer;
	background: url(images/beadblings/magnifier.png) center left no-repeat;
	padding-right: 16px;
}
#search_input {
	border: 1px solid #000;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: -2px;
	margin-top: -2px;
	padding: 1px 3px;
	width: 50%;
}
#content {
	margin-left: 200px;
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.menuitem {
	background-color: #fff;
	border-bottom: 1px solid #b2b2ff;
	color: #5a5ab4;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
.menu ul {
	border-left: 3px solid #5a5ab4;
	border-right: 1px solid #b2b2ff;
	display: none;
	overflow: hidden;
	position: absolute;
	width: 200px;
}
.menu ul li {
	width: 200px;
}
.parentcat {
	background-color: #ffc;
}

.menuitem:hover {
	background: #b2b2ff url(images/beadblings/menuitem.gif) top left repeat-x;
	color: #000;
}
.arrow {
	float: right;
}
#cart {
	position: absolute;
	right: 15px;
	top: 6px;
}
.checkout {
	background: url(images/beadblings/paper-bag.png) center left no-repeat;
	color: #5a5ab4 !important;
	padding-left: 20px;
	margin-left: 15px;
}
.cart {
	background: url(images/beadblings/shopping-basket.png) center left no-repeat;
	color: #5a5ab4 !important;
	padding-left: 20px;
}
.myaccount {
	background: url(images/beadblings/key.png) center left no-repeat;
	padding-left: 20px;
}
.contactus {
	background: url(images/beadblings/mail.png) center left no-repeat;
	padding-left: 20px;
}
.facebook {
	background: url(images/beadblings/balloon-facebook.png) center left no-repeat;
	padding-left: 20px;
}
#footer {
	border-top: 1px solid #b2b2ff;
	margin-top: 10px;
	padding: 10px;
	position: relative;
}
#copyright {
	position: absolute;
	right: 15px;
	top: 10px;
}
h2.bigbox {
	background: #b2b2ff url(images/beadblings/bigbox.gif) top left repeat-x;
	padding: 6px 10px;
}
table.bigbox {
	border:  1px solid #b2b2ff;
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}
table.bigbox img {
	border: 1px solid #b2b2ff;
	padding: 1px;
}
table.bigbox td {
	border-bottom: 1px solid #b2b2ff;
	vertical-align: top;
	padding: 10px;
}
table.bigbox th {
	background: #b2b2ff url(images/beadblings/bigbox.gif) top left repeat-x;
	padding: 6px 10px;
	text-align: left;
}
.cartprice {
	text-align: right !important;
	white-space: nowrap;
}
.subtotal {
	text-align: right;
}
div.bigbox {
	border: 1px solid #b2b2ff;
	margin: 0;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
h2.box {
	background: #b2b2ff url(images/beadblings/box.gif) top left no-repeat;
	margin: 15px 0 0 0;
	padding: 6px 10px;
}
.whatsnew {
	background: url(images/beadblings/star.png) center left no-repeat;
	padding-left: 20px;
}
.advancedsearch {
	background: url(images/beadblings/magnifier.png) center left no-repeat;
	padding-left: 20px;
}
.share {
	background: url(images/beadblings/balloon.png) center left no-repeat;
	padding-left: 20px;
}
.searchfield {
	border: 2px solid #b2b2ff;
	font-size: .9em;
	padding: 1px 3px;
	width: 100%;
}
.shoppingcart{
	background: url(images/beadblings/shopping-basket.png) center left no-repeat;
	color: #000 !important;
	display: block;
	height: 16px;
	padding-left: 20px;
	text-decoration: none;
	width: 100%;
}
div.box {
	border: 1px solid #b2b2ff;
	border-bottom: none;
	margin: 0;
	padding: 10px;
	width: 178px;
}
.boxbottom {
	background: #b2b2ff url(images/beadblings/box_bottom.gif);
	height: 2px;
	width: 200px;
}
.purchase {
	border: none !important;
	background-color: #b2b2ff;
	padding: 0px 10px !important;
	width: 200px !important;
}
.price {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 6px;
}
.subtotal {
	text-align: right;
}
.option {
	padding-bottom: 6px;
}
.cartbox {
	border-bottom: none !important;
}
.cartlist, .cartitem {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cartlist {
	border-bottom: 1px solid #b2b2ff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.product {
	float: left;
	height: 160px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 180px;
}
.product img {
	border: 1px solid #b2b2ff;
	padding: 2px;
}
.productimage {
	border: 1px solid #b2b2ff;
	float: left;
	margin: 10px 15px 10px 0;
}
#zoomimage {
	cursor: move;
	position: relative;
	overflow: hidden;
}
#zoomimage p {
	background-color: #b2b2ff;
	margin: 0;
	padding: 3px;
	text-align: center;
}
#zoomimage_big {
	background-color: #c1c1ff;
	border: 1px solid #b2b2ff;
	overflow: hidden;
	position: absolute;
	width: 300px;
	z-index: 2;
}
.supersizeimage {
	position: absolute;
}
#zoomimage_reticule {
	border: 1px solid #000;
	position: absolute;
	width: 100px;
}
#hyp_tooltip {
	background-color: #fff;
	border: 1px solid #b2b2ff;
	overflow: hidden;
	position: absolute;
	width: 250px;
}
#hyp_tooltip strong {
	background: #b2b2ff url(images/beadblings/bigbox.gif) top left repeat-x;
	display: block;
	padding: 6px 10px;
	width: 230px;
}
#hyp_tooltip div {
	padding: 10px;
	width: 230px;
}
#hyp_tooltip img {
	background-color: #fff;
	border: 1px solid #b2b2ff;
	float: right;
	margin-bottom: -30px;
	padding: 1px;
	position: relative;
	top: -30px;
}
hr {
	background-color: #b2b2ff;
	border: none;
	border-bottom: 1px solid #b2b2ff;
	height: 1px;
}

.hyp_message {
	display: none;
	padding: 4px 10px;
	position: absolute;
	background-color: #fcc;
	border: 2px solid #f00;
}
.hyp_message_error div {
	background: url(images/beadblings/hyp_message_error.png) top left no-repeat;
	height: 13px;
	left: 11px; 
	position: absolute;
	top: -13px;
	width: 22px;
}