/*
  $Id: stylesheet.css,v 1.3 2003/09/30 16:22:42 serg 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; 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;
  background-image:url(images/newbg.gif);
  background-position:top center;
  background-repeat:repeat;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

A {
  color: #3632cd;
  text-decoration: none;
}

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

.boxText a, .productListing-data a{
	color:#3632cd;
	font-size:11px;
	 line-height:22px;
	}

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

.infoBoxContents {
  background: #f8f8f9;
  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: Arial, sans-serif;
  font-size: 12px;
  background: #D9D4AC;
  font-weight:bold;
  letter-spacing:1px;
  color: #3632CD;
  border-top:1px solid #D9D4AC;
  border-left:1px solid #D9D4AC;
  }
  
 
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: #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: #b6b7cb;
  border-spacing: 1px;
}

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

/*i had the following commented out for some reason*/
.productListing-heading A:hover {
  color: #000;
  text-decoration: underline;
}

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

A.pageResults {
  color: #0000FF;
}

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

/* Modified by Nick 11/06/2008 */
TD.pageHeading, DIV.pageHeading, TD.pageHeading H1 {
/* End of Nick 11/06/2008 section */
  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, 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: #99ff00; }

/* input requirement */

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


/*my additional stuff*/

#headerimage{
background-image:url(images/banners/header.gif);
background-repeat:no-repeat;
width:780px;
height:170px;
padding:0px;
margin:0px;
}

.mainwidth{
width:980px;
text-align:center;
background-color:#FFFFFF;
}

#navcontainer ul
{
padding: 0;
margin: 0;
background-color: #3632cd;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 3px 10px;
background-color: #3632cd;
color: White;
text-decoration: none;
letter-spacing:1px;
float: left;
border-right: 1px solid #fff;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li a:hover
{
background-color: #DC2300;
color: #fff;
}

	 
.footer{
	background-image:url(images/whitebg.gif);
	}


/* Added by Nick 10/04/2008 */

.nickExtraLinks
{
/* Modified by Nick 09/06/2008 */
font-size: 6pt;
/* End of Nick 09/06/2008 section */
text-align: center;
font-family: sans-serif;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0px;
right: 0px;
width: 100%;
}

div#nickExtraLinksTop
{
margin-top: 0px;
}

div#nickExtraLinksBottom
{
margin-bottom: 0px;
background-color: white;
}

/* End of Nick 10/04/2008 section */

/* Added by Nick 11/04/2008 */
a#bloglink
{
color: red;
}
/* End of Nick 11/04/2008 section */

/* Added by Nick 11/06/2008 */
TD.pageHeading H1
{
margin-bottom: 0px;
}
/* End of Nick 11/06/2008 section */

/* Added by Nick 14/06/2008 */
div#extrabottom
{
margin: auto;
margin-top: 100%;
font-family: sans-serif;
font-size: 9pt;
border: thin solid #D9D4AC;
text-align: justify;
}

div#extrabottom p, div#extrabottom h2
{
padding-left: 2em;
padding-right: 2em;
}

div#extrabottom h2
{
font-size: 10pt;
}
/* End of Nick 14/06/2008 section */

/* Added by Nick 07/08/2008 */
div#infobox_addr p
{
line-height: 1.4;
text-align: center;
margin-top: 0px;
color: #3632cd;
}

td.boxText hr
{
width: 60%;
color: #3632cd;
background-color: #3632cd;
height: 1px;
border: none;
}

span#categorylist
{
font-weight: bold;
line-height: 1px;
}

span#categorylist ul
{
text-align: left;
line-height: 1px;
margin-top: 0px;
list-style-type: disc;
list-style-position: outside;
padding-left: 1.5em;
margin-left: 0em;
color: red;
}

span#categorylist b
{
color: red;
}

div#map
{
    display: block;
    float: none;
    border: thin solid black;
    width: 550px;
    height: 350px;
    margin: 1em auto 0.5em;
}

img#mappic
{
    width: 100%;
    height: 100%
    margin: 0;
}
/* End of Nick 07/08/2008 section */

/* Start of Nick 15/08/2008 section */
td.pageHeading, td.pageHeading h1
{
	color: black;
}

td.productListing-data
{
	font-weight: bold;
}

td.boxText, td.smallText
{
	font-weight: bold;
}

div#infobox
{
	text-align: center;
}

span#categorylist ul li a
{
	line-height: 1.6;
}

div#titlepic
{
	background: url(/images/shop-front-photo.jpg) no-repeat;
	width: 410px;
	height: 410px;
	padding: 0px;
	margin: 0px;
}
div#titlepic-overlay
{
	background: url(/images/shop-front-text-overlay.png) no-repeat;
	width: 320px;
	height: 120px;
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 42px;
	top: 287px;
	overflow: hidden;
}
div#titlepic-text
{
	font-family: sans-serif;
	vertical-align: middle;
	padding: 0.5em 5px 0px;
	text-align: center;
	line-height: 1.2;
}
div#titlepic-text h2, div#titlepic-text p
{ margin: 0px auto; }
div#titlepic-text h2
{ font-size: medium; }
div#titlepic-text p
{ font-size: small; }
/* End of Nick 15/08/2008 section */
dl
{
  font-size: 11px;
  line-height: 1.5;
}

div.affiliate
{
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	line-height: 1px;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/
/* Links Manager v1.23 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black; 
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingHeading {
  color: #000000;
}
A.linkListingHeading:hover {
  color: #FF0000;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkFeaturedMain {
  color: #FFFFFF;
}
A.linkFeaturedMain:hover {
  color: #FF0000;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
A.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
A.linkListingCats:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
A.linkListingSubCats {
  color: #000;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
/* Links Manager v1.23 end */

a.allproductsBox {
color: #ff0000;
} 
a.allproductsBox:Hover {
color: #cc0000;
} 

#keepintouchbox a {
  color: red;
}

#keepintouchbox a img {
	border: none;
}

