/*
  $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
*/
/*table {border: 1px solid black;}
td {border: 1px dotted gray;}
div {border: 1px solid orange;}
img, form {border: 1px dashed blue;}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow;}
ul {border: 1px solid green;}
li {border: 1px solid lightgreen};*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px;
	background: none;
	text-align: left;
}
.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; }

li{
	list-style-type: none;
	text-indent: -40px;
	margin-left: 30px;
}

a img{border: none;}


body {
	padding:0;
	position: absolute;
	text-align:left;
	height: auto;
	font-family:  " LucidaGrande", Lucida, Helvetica, Arial, sans-serif;
	/*background: #FFFFFF;*/
	font-size: 10px;
	color: #000000;
	width: 1044px;
	margin: 0px;
	
}
#contener{
	float: left;
	width: 780px;
	margin-left:0px;
	background-image: url(images/bckgr.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
#main{
	float: left;
	width:620px;
	margin-left: 0px;
	height: auto;
	text-align:left;
	margin-top: 50px;
	
	
}
#left{
	
	float: left;
	height:1000px;
	background: none no-repeat #333333 2px 0px;
	width: 162px;
}
#leftr{
	
	float: left;
	height: 800px;
	/*background: url(images/site01_leftr.jpg) no-repeat ;*/
	width: 57px;
}

#right{
	float: right;
	width: 180px;
	margin-left: 0px;
	margin-top: 90px;
	background: #EAEAEA;
	padding: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
  width: 600px;
}

TR.headerNavigation {
  background: #FFFFFF;
	color: #ffffff;
	width: 600px;
	font-weight: normal;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EAEAEA;
  color: #000000;
  font-weight : normal;
	width: 600px;
	/*border-bottom: 1px solid #999999;*/
}

A.headerNavigation { 
  color: #000000;
	background: transparent;
}

A.headerNavigation:hover {
  color: #000000;
	background: transparent;
	font-weight: normal;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EAEAEA;
  color: #000000;
  font-weight: normal;
}

.infoBox {
  background: #FFFFFF;
}

.infoBoxContents {
  width:100%;
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
color: #00000;
	text-align:left;
}
.infoBoxBasket {
  width:100%;
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #00000;
  text-align:left;
	
}
.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #EAEAEA;
  color: #000000;
	text-align: center;
	
}

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

TABLE.productListing {
	border: 1px;
	border-style: none;
	border-color: #EAEAEA;
	border-spacing: 1px;
	margin-left: 0;
	text-align: left;	
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #EAEAEA;
  color: #000000;
  font-weight: normal;
}

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

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



A.pageResults:hover {
  color: #000000;
  background: #EAEAEA;
  
}

TD.pageHeading, DIV.pageHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	padding-left: 10px;  
}

TR.subBar {
	background: #f4f7fd;
	
}

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

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

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

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;
  text-align:left;
}

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

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: none;
  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: #EAEAEA; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EAEAEA; }

.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; }
h2{
	font-weight: bolder;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.border{ border:1px solid black}
#descrip{
	float:left;
	width:315px;
	padding-top: 20px;
	padding-left: 0px;	
}
#product_Name{
	float:left;
	width:360px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	padding-left: 0px;
	margin-top: 45px;
}
#price{
	float:right;
	width:200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	text-align: right;
	padding-top: 20px;
}
#pic{
	float:right;
	width:200px;
	text-align: center;
	margin-top: 45px;
}
#lienIm{
text-align: center;
}
.separation{clear:both; visibility: hidden;}
.bold{
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 14px;
}
.boldp{
	/*font-family: "Times New Roman", Times, serif;*/
	font-weight: normal;
	font-size: 11px;
}
ul #catalogue {
	margin:0;
	padding:0;
	list-style-type: none;
}
#catalogue li{
	display: inline;
	width:150px;
	margin: 0px 20px 0px 0px;
	text-align:center;
}