/*
  $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-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #3436B0;
	background-color: #A2A3FF;
	background-image: url(../uploads/look/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

/* basic divs */

#logo {
	position: absolute;
	z-index: 30;
	left: 18px;
	top: 0px;
	width: 199px;
	height: 181px;
}

#wrapper {
	position: relative;
	width: 98%;
	margin: 7px 10px 0px 10px;
}

#left_shadow {
	background-image: url(../uploads/look/L_sha.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 2px;
}

#right_shadow {
	background-image: url(../uploads/look/R_sha.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 2px;
}

#topleft {
	position: absolute;
	top: 12px;
	left:0px;
	width: 2px;
}

#topright {
	position: absolute;
	top: 12px;
	right:0px;
	width: 2px;
}

#seo {
	margin-left: 200px;
	margin-right: 2-px;
	font-size: 8px;
	text-align: right;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 180px;
	width: 100px;
	height: 200px;
}

#navigationswatch {
	background-image: url(../uploads/look/rainbowside.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation ul {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 162px;
	height: 20px;
	background-image: url(../uploads/look/button_off.gif);
	margin-bottom: 6px;
	margin-left: 3px;
	color: #E922FC;
	text-decoration: none;
	text-align: right;
	padding: 2px 20px 0px 0px;
}

#navigation a:hover {
	background-image: url(../uploads/look/button_on.gif);
}

#navigation img {
	margin-left: 6px;
}

div.mainc_lshad {
	background-image: url(uploads/look/window/left_sha.gif);
	background-position: left;
	background-repeat: repeat-y;
	position: relative;
}

div.mainc_rshad {
	background-image: url(uploads/look/window/right_sha.gif);
	background-position: right;
	background-repeat: repeat-y;
}

div.mainc_bsha {
	background-image: url(uploads/look/window/bot_sha.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	height: 2px;
}

div.toplsha {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
}

div.toprsha {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
}

div.botlsha {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height:2px;
	background-image: url(uploads/look/window/left_sha_bot.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

div.botrsha {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 5px;
	height:2px;
	background-image: url(uploads/look/window/right_sha_bot.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

div.main_head {
	background-image: url(uploads/look/main_win_head.gif);
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 0px 10px;
	height: 22px;
	}

div.main_body {
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	background-color: #ffffff;
	margin: 0px 5px 0px 5px;
	padding: 10px;
	background-image: url(uploads/look/window/winbac.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: #C60275 solid 1px;
	position: relative;
	text-align: left;
	background-image: url(../uploads/look/mainheader.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#johnfix {
	width: 600px;
	margin-left: 200px;
}

#footertable{
	width: 600px;
	margin-left: 200px;
}

#shoptable {
	width: 70%;
	margin-left: 200px;
}

#topnav {
	position: absolute;
	top: 4px;
	right: 4px;
	text-align: right;
}

#topnav img {
	margin-right: 4px;
}

#maincontent {
	margin: 10px 10px 0px 10px;
}

FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {
  font-size: 10px;
  background: #F2B1DE;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: # ffffff; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #F2B1DE;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #AF0179;
}

.infoBoxContents {
  background: #FFE7F8;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FFE7F8;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #778FF6;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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 {
  border: 1px;
  border-style: solid;
  border-color: #AF0179;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #778FF6;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #FFE7F8;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #FF59CC;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

#johnfix {
	margin-top: 40px;
}

dfn {
	display: none;
}

A, a:link, a:visited {
	color: #E900FC;
}

A:hover, a:hover {
	color: #DE7BE6;
}
