/*
  $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: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #FF0000; font-weight: bold; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #666666; text-decoration: none; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

U {
  text-decoration: none;
}

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

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

A:hover {
  color: #6F6F6F;
  text-decoration: none;
}

FORM {
	display: inline;
}

TD {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

TEXTAREA,SELECT { 
border-style:solid;
border-width:1px;
border-color:black;
} 

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #ffffff;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

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

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

.productListing-heading {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

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


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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  #font-family: Verdana, Arial, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #dfdfdf; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #d7d7d7; }

.checkoutBarFrom, .checkoutBarTo { Arial, Helvetica, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

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


/* import from WordPress */
.blogtitle
{
font-weight: bold;
font-size: 11px;
}

/* Blank line small */
.blank-15
{
height: 15px;
}

/* navigation */
.header-buttons
{
width: 100%;
height: 17px;
text-align: right;
line-height: 0;
font-size: 0px;
}

.line1-1
{
width: 378px;
height: 11px;
vertical-align: top;
}

/* own-magazine.com */
.line1-1-1
{
width: 50%;
height: 11px;
text-align: left;
vertical-align: bottom;
line-height: 100%;
}

/* small bar */
.line1-1-2
{
width: 50%;
height: 11px;
text-align: right;
vertical-align: bottom;
line-height: 0;
font-size: 0px;
}

/* space */
.line1-2
{
width: 30px;
height: 11px;
line-height: 0;
font-size: 0px;
}

/* New Originals, Mail */
.line1-3
{
width: 273px;
height: 11px;
vertical-align: bottom;
}

/* New Originals */
.line1-3-1
{
width: 50%;
height: 11px;
text-align: left;
vertical-align: bottom;
line-height: 100%;
}

/* Mail */
.line1-3-2
{
width: 50%;
height: 10px;
text-align: right;
vertical-align: bottom;
line-height: 0;
font-size: 0px;
}

/* ad space */
.line2
{
height: 214px;
text-align: left;
vertical-align: top;
line-height: 0;
font-size: 0px;
}

/* Blank line 2 */
.line3
{
width: 681px;
height: 25px;
}

/* Logo & navigation line */
.line4-1
{
width: 681px;
height: 42px;
text-align: left;
vertical-align: top;
line-height: 0;
font-size: 0px;
}

/* Logo & navigation line */
.line4-1-logo
{
width: 132px;
height: 42px;
text-align: left;
vertical-align: top;
line-height: 0;
font-size: 0px;
}
/* Logo & navigation line */
.line4-1-link1
{
width: 400px;
height: 14px;
text-align: left;
vertical-align: bottom;
font-size: 11px;
font-weight: bold;
}
.line4-1-link2
{
width: 209px;
height: 14px;
text-align: right;
vertical-align: bottom;
font-size: 11px;
font-weight: bold;
}

/* Blank space */
.line4-2
{
width: 0px;
height: 42px;
line-height: 0;
font-size: 0px;
}

/* Box */
.line4-3
{
width: 273px;
height: 42px;
text-align: left;
vertical-align: top;
line-height: 0;
font-size: 0px;
}

/* Blank line 3 */
.blank-25
{
height: 25px;
}

/* Blank line 3 */
.blank-30
{
height: 30px;
}

/* Blank line 3 */
.blank-150
{
height: 150px;
}

.line6
{
width: 681px;
text-align: left;
vertical-align: top;
line-height: 0;
font-size: 0px;
}

/* own-magazine.com */
.line7 
{
width: 100%;
height: 11px;
text-align: left;
vertical-align: bottom;
line-height: 100%;
}

.itemlist-thumb{
width: 68px;
height: 68px;
text-align: center;
vertical-align: middle; 
background-image: url('images/bg.gif');
background-repeat: no-repeat; 
line-height: 0%; 
font-size: 0px;
}

/* Item List data column */
.itemlist-col-data
{
width: 312px;
vertical-align: top;
}

/* Item List blank column */
.itemlist-col-blank
{
width: 57px;
line-height: 0;
font-size: 0px;
}

/* Item List photo */
.itemlist-photo
{
width: 312px;
height: 330px;
line-height: 0;
font-size: 0px;
}

/* Item List blank */
.itemlist-blank
{
height: 15px;
line-height: 0;
font-size: 0px;
}

/* Item List brand photo1 */
.itemlist-brand-photo1
{
text-align: left;
vertical-align: top;
width: 260px;
height: 200px;
line-height: 0;
font-size: 0px;
}

/* Item List brand logo */
.itemlist-brand-logo
{
text-align: right;
vertical-align: top;
width: 250px;
height: 100px;
line-height: 0;
font-size: 0px;
}

/* Item List brand name */
.itemlist-brand-name1
{
text-align: left;
vertical-align: bottom;
width: 171px;
height: 100px;
line-height: 110%;
font-size: 11px;
}

/* Item List brand name */
.itemlist-brand-desc1
{
text-align: left;
vertical-align: bottom;
width: 421px;
height: 100px;
line-height: 100%;
font-size: 11px;
}

/* Item List brand name */
.itemlist-brand-desc2
{
text-align: left;
vertical-align: top;
width: 681px;
height: 15px;
line-height: 100%;
font-size: 11px;
}

/* Item List brand photo1 */
.itemlist-brand-photo2
{
width: 681px;
height: 150px;
line-height: 0;
font-size: 0px;
}

/* Item List brand name */
.itemlist-brand-name2
{
text-align: left;
width: 156px;
line-height: 100%;
font-size: 11px;
}

/* Item List item name */
.itemlist-brand-name2
{
width: 256px;
text-align: left;
line-height: 100%;
font-size: 11px;
}

/* Item List item price */
.itemlist-price
{
text-align: right;
width: 56px;
line-height: 100%;
font-size: 11px;
font-weight: bold;
}

/* Item List item description */
.itemlist-desc
{
text-align: left;
width: 312px;
line-height: 100%;
font-size: 11px;
font-weight: normal;
}

/* Item detail photo */
.itemdetail-photo
{
vertical-align: top;
text-align: left;
width: 395px;
line-height: 0;
font-size: 0px;
}

/* Item detail blank column*/
.itemdetail-blank
{
width: 13px;
line-height: 0;
font-size: 0px;
}

/* Item detail brand name*/
.itemdetail-text-brand-name
{
vertical-align: top;
text-align: left;
width: 173px;
height: 15px;
line-height: 100%;
font-size: 11px;
}

/* Item detail price */
.itemdetail-text-price
{
vertical-align: top;
text-align: right;
width: 100px;
height: 15px;
line-height: 100%;
font-size: 11px;
}

/* Item detail brand name*/
.itemdetail-text-item-name
{
vertical-align: top;
text-align: left;
width: 100%;
height: 15px;
line-height: 100%;
font-size: 11px;
}

/* Item detail blank small */
.itemdetail-text-sblank
{
width: 273px;
height: 15px;
line-height: 0;
font-size: 0px;
}

/* Item detail blank large */
.itemdetail-text-lblank
{
width: 273px;
height: 25px;
line-height: 0;
font-size: 0px;
}

/* Item detail description */
.itemdetail-text-desc
{
vertical-align: top;
width: 273px;
line-height: 100%;
font-size: 11px;
}

/* Item detail photos */
.itemdetail-text-photos
{
text-align: right;
vertical-align: top;
width: 273px;
height: 66px;
line-height: 0;
font-size: 0px;
}

/* Item detail photos */
.itemdetail-text-photo
{
vertical-align: top;
height: 66px;
line-height: 0;
font-size: 0px;
}

/* Item detail options pulldown */
.itemdetail-text-options
{
text-align: right;
width: 273px;
height: 20px;
line-height: 0;
font-size: 0px;
}

/* Item detail button */
.itemdetail-button
{
height="17px";
vertical-align: top;
text-align: right;
line-height: 0;
font-size: 0px;
}

/* Item detail size table */
.itemdetail-text-measure
{
width: 273px;
height: 23px;
line-height: 0;
font-size: 0px;
}

/* brand list photo */
.brandlist-photo
{
text-align: left;
width: 250px;
height: 197px;
line-height: 0;
font-size: 0px;
}
.brandlist-blank
{
width: 10px;
line-height: 0;
font-size: 0px;
}

/* brand list brand description */
.brandlist-text-desc
{
vertical-align: bottom;
width: 421px;
height: 197px;
line-height: 100%;
font-size: 11px;
}

/* footer line */
.footer-line
{
text-align: left;
width: 681px;
height: 1px;
line-height: 0;
font-size: 0px;
}

/* Store preview */
.store-pre-text
{
width: 100%;
height: 11px;
text-align: left;
vertical-align: bottom;
line-height: 120%;
}

/* Store preview */
.store-pre-form
{
width: 100%;
height: 20px;
text-align: left;
vertical-align: middle;
line-height: 0;
}

/* Size Chart */
.size-chart-size
{
width: 30px;
text-align: left;
line-height: 100%;
font-size: 10px;
}

/* Size Chart */
.size-chart-measures
{
width: 50px;
text-align: right;
line-height: 100%;
font-size: 9px;
}

#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

