/*
  $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
*/

/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	color: white;
	background-image: url(../uploads/images/look/bac.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: Black;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

/* basic divs */

#seo {
	font-size: 8px;
	text-align: left;
	color: white;
}

wrapper {
	position: relative;
}

#strapline {
	position: absolute;
	left: 20px;
	top: 12px;
}

#logo {
	position: absolute;
	right: 9px;
	top: 13px;
}

#header {
	height: 64px;
}

/* start of shop side navigation elements - this is for the bits above and below the actual shop categories*/
#shopnavigation {
	position: absolute;
	left: 20px;
	top: 77px;
	width: 167px;
}

#topshopblock_ie ul, #bottomshopblock_ie ul {
	margin-left: 0px;
	margin-top: 0px;
}

#topshopblock_ff ul, #bottomshopblock_ff ul, #topshopblock_op ul, #bottomshopblock_op ul {
	margin-left: -40px;
	margin-top: 0px;
}

#navigation_ie li, #navigation_ff li, #navigation_op li, #bottomshopblock_ie li, #bottomshopblock_ff li, #bottomshopblock_op li {
	list-style: none;
}

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

#topshopblock_ie a:link, #topshopblock_ie a:visited, #bottomshopblock_ie a:link, #bottomshopblock_ie a:visited, #topshopblock_ff a:link, #topshopblock_ff a:visited, #bottomshopblock_ff a:link, #bottomshopblock_ff a:visited, #topshopblock_op a:link, #topshopblock_op a:visited, #bottomshopblock_op a:link, #bottomshopblock_op a:visited {
	display: block;
	width: 167px;
	height: 21px;
	text-align: center;
	color: white;
	background-image: url(../uploads/images/look/topnav_bac.gif);
	padding-top: 2px;
	border: white solid 1px;
	margin-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
}

#topshopblock_ie a:hover, #bottomshopblock_ie a:hover, #topshopblock_ff a:hover, #bottomshopblock_ff a:hover, #topshopblock_op a:hover, #bottomshopblock_op a:hover {
	background-image: url(../uploads/images/look/topnav_bacon.gif);
}

/* end of shop side navigation elements */

#shoplist_ff ul, #shoplist_op ul {
	margin-top: 0px;
	margin-left: -40px;
}

#shoplist_ie ul {
	margin-top: 0px;
	margin-left: 0px;
}

#shoplist_ff li, #shoplist_op li, #shoplist_ie li {
	list-style: none;
}

#shoplist_ff a:link, #shoplist_ff a:visited, #shoplist_ie a:link, #shoplist_ie a:visited, #shoplist_op a:link, #shoplist_op a:visited  {
	display: block;
	width: 167px;
	height: 18px;
	text-align: center;
	color: black;
	background-color: white;
	padding-top: 2px;
	border: #82247D solid 1px;
	margin-bottom: 10px;
	font-size: 12px;
	text-decoration: none;
	background-image: none;
}

#shoplist_ff a:hover, #shoplist_ie a:hover, #shoplist_op a:hover
{
	background-color: #680D65;
	background-image: none;
	color: white;
}

/* end of category navigation elements */

#mainpage {
	border: 1px solid white;
	background-color: black;
	margin: 0px 0px 10px 194px;
	color: white;
}

#mainpagetit {
	background-color: transparent;
	height: 21px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#maincontent {
	padding: 20px 60px 80px 60px;
	color: white;
}

#footer{
	margin: 0px 0px 4px 194px;
	height: 10px;
	font-size: 8px;
	background-color: yellow;
}

#info {
	margin: 0px 0px 10px 232px;
	font-size: 8px;
	text-align: right;
        color: white;
}

#info a:link, #info a:visited {
	color: yellow;
}

#info a:hover {
	color: #9B0099;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: yellow;
	font-size: 1.5em;
	font-weight: bolder;
}

h2 {
	color: yellow;
	font-size: 1.4em;
}

h3 {
	color: yellow;
	font-size: 1.2em;
}

h4 {
	color: yellow;
	font-size: 1.1em;
}

h5 {
	color: yellow;
	font-size: 0.8em;
}

h6 {
	color: yellow;
	font-size: 0.6em;
}

p {
	color: white;
}

a:link, a:visited {
	color: yellow;
}

a:hover {
	color: #9B0099;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

dfn {
display: none;
}


#breadcrumbs{
	position: absolute;
	z-index: 20;
	top: 78px;
	left: 230px;
	color: white;
}

#shoplinks {
	position: absolute;
	z-index: 21;
	top: 78px;
	right: 210px;
	color: white;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #shoplinks a:link, #shoplinks a:visited {
	text-decoration: underline;
	color: yellow;
}

#breadcrumbs a:hover, #shoplinks a:hover {
	text-decoration: none;
	color: #9B0099;
}

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

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

A:hover {
  color: #9B0099;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation:link { 
  color: #FFFFFF; 
}

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

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: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: white;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: white;
  color: black;
}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: white;
}

.productListing-heading {
  font-size: 10px;
  background: white;
  color: black;
  font-weight: bold;
}

.productListing-heading a, .productListing-heading a:link, .productListing-heading a:visited {
	color: black;
} 

productListing-heading a:hover {
	color: red;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

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

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

#infobox1 {background-color: black;}