/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/* Calendar */
.columnbox{
	text-align:center;background:#eeeeee;padding:10px;width:80%; border:1px solid silver;
	
}
caption  
     { 
     font-family:arial,helvetica;  
     font-size:18px;  
     color: black; 
     font-weight: bold; 
     } 


.calendar  
     { 
     font-family:arial,helvetica;  
     font-size:13px;  
     color: black; 
     background-color: #E6E6E6; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
	width: 100%;
     } 

.header  
     { 
     background-color: #AF3D8F; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
		color: white;
	font-weight: bold;
     } 


.day-not-available { 
    background-color: #E5E5E5;
    border-color: #DFDFDF; 
    border-style: solid; 
    border-width: 1px; 
    text-align: center;
	color:#919191;
	vertical-align: top;
	padding: 4px;



} 

.day-available { 
    background-color: #FBFB00; 
    border-color: #000000; 
    border-style: solid; 
    border-width: 2px;
    text-align: center; 
	color: black;
	font-weight: bold;
	vertical-align: top;
	padding: 4px;
} 

.today { 
    background-color: 	#1569C7; 
    border-color: #1569C7; 
    border-style: solid; 
    border-width: 2px;
    text-align: center; 
	color: white;
	font-weight: bold;
	vertical-align: top;
	padding: 4px;
	font-size:15px;
}


.day_not_in_the_past {

	
	
	background: #AEAEFF;
	border:1px #8C8CFF solid;
	text-align: center;
	vertical-align: top;

	}

/* end of calendar */

.label{
font-weight: bold;
text-align:left;
}
.label-error{
font-weight: bold;
text-align:left;
color:red;
}





br{
clear: left;
}

.faq-question {
font-size: small;
padding: 4px;

}
.faq-heading {
font-size: medium;
padding: 10px;
font-weight: bold;
width: 100%;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
.faq-heading2 {
font-size: medium;
padding: 10px;
font-weight: bold;
width: 100%;

border-bottom: 1px solid black;
}

.faq-content {
	background: #BBBBBB;
	padding: 5px;
	border: 1px solid #7A7A7A;
}

.currentarticle{
	font-weight: bold;
	padding: 10px;
	font-size: 17px;	
}
body {
	margin: 0;
	padding: 0;
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3,TD.pageHeading, DIV.pageHeading, h1.pageHeading  {
	margin: 0;
	padding: 0;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #811305;
}

h1, TD.pageHeading, DIV.pageHeading, h1.pageHeading  {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
textarea{
	width:100%;	
}
/* Header */

#header {
	width: 940px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 939px;
	height: 70px;
	background: #000000;
}

#menu ul {
	margin: 10px 0 0 20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url(images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 273px;
	margin-left: 10px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 500px;
	line-height: normal;
	text-transform: none;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }



#logo h2 {
	margin: 0;
	padding: 0 0 0 500px;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#logo h2 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h2 a:hover { text-decoration: underline; }

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}

/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 30px 0 0 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}


#sidebar h2 a {
	text-decoration:none;
	color: inherit;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 135px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 940px;
	height: 200px;
	margin: 0 auto;
	background: #999999;
}

#footer {
	margin: 0 auto;
	height: 100px;
	min-height: 80px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding: 5px;
	text-align: left;
	font-size:x-small;
	color: #000000;
}

#legal a {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}











/*
  $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
*/


a.foundin:link, a.foundin:active, a.foundin:visited, td.foundin, tr.foundin, div.foundin {
	color: darkgreen;
	text-decoration: underline;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
}
.innerdiv { background: #E1E1E1; width: 775px;   text-align : center; }
.content_table { background: #E1E1E1; }

.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:	#A00000 ; text-decoration: underline; }



FORM {
	display: inline;
}

TR.header {
  background: black;
}

TR.headerNavigation {
  background: black;
}

TD.headerNavigation {
  background: black;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  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: black;
  font-weight: bold;
  text-align: center;
}


.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: black;
	color: #ffffff;
	text-align: center;
}

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: black;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: green;

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 100%;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 100%;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  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;
}

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: 17px;
  color: red;
  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: 	#A00000 ; cursor: pointer; cursor: hand; color:white;}
.moduleRowSelected { background-color: #580000 ; color:white;}

.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: 20px; background-color: #ffb3b5; border: 2px solid black; padding: 10px;}
.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; }
