/*
  $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-family: Tahoma;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
}

.errorBox {
	font-family : Tahoma;
	font-size : 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FF6600;
	text-indent: 5px;
}
.stockWarning { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	background: #FFFFCA url(none) no-repeat left;
	color: #000000;
	margin: 0px;
}

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

.thumbnail{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	left: -2px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFEB;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: #333333;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

A:hover {
  color: #FFFF00;
  text-decoration: underline;
 font-weight: bold;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Tahoma, 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, Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

#footer {
	background:#33FF00 repeat-x left center;
	clear:both;
	color:#000000;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0px;
	text-align:center;
	width:100%;
	height: 100%;
}
.infoBox {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 10px;
	background-color: #245B89;
	background-position: top;
	padding-left: 8px;
	text-align: left;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFF00;
	background-color: #245B89;
	font-style: normal;
	font-weight: normal;
}

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

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, 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: #202020;
  //shopping-cart content color
}

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: #202020;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #202020;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {
	line-height: 15px;
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-transform:none;
	font-size: 14px;





  //shopping-cart header/footer color
;
	text-indent: 5px;
	padding: 2px 2px 3px;
	line-height: 15px;
	border: 0px ridge #F8F8F8;
	background-color: #245B89;
}

TD.productListing-data {
border-right:1px solid #525252; 
border-default:1px solid #525252; 
text-align:center;
vertical-align:top;
padding:10 10 10 10;


  font-family: Tahoma, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}



A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}


TD.pageHeading, DIV.pageHeading {
 font-size: 12px;
 color: #FFC000;
 font-weight: bold;
 font-family: arial;
 text-transform: uppercase;


  text-decoration: none;
  height:28px;
  width: 517x;
  background-color: #595736;

  padding-default:0px;
  padding-center: 20px;

}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  padding-center: 10px;
}

TD.accountCategory {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, 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, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}


 .pr_category{
	font-size: 36px;
	color: #245B89;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	vertical-align: top;
	text-indent: 30px;
	font-family: "Trebuchet MS";
 }

 .pr_name{
  font-size: 12px;
 color: #E9E7E4;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
}
 .pr_price{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS";
	text-indent: 0px;
	padding: 2px 0px 0px 5px;

 }

 .pr_descr{
 font-family: tahoma, Tahoma, arial;
 font-size: 11px;
 color: #000000;

}




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

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {
	font-family: "Trebuchet MS";
	font-size: 15px;
	background-color: #245B89;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 8px;
	vertical-align: bottom;
}
.messageStackSuccess {
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #99ff00;
	color: #FF0000;
}

/* input requirement */

.inputRequirement {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
}
















body{
	background: #FFFFCA;
	background-image: url(Images/background1.jpg
);
	background-repeat: no-repeat;
	background-position: top;
	float: absolute;
	top: 0px;
}

td{
	font-family: tahoma, Tahoma, arial;
	font-size: 11px;
	color: #000000;
	background-repeat: no-repeat;
}

 .bg1{
	background-image: url(Images/background1.jpg
);
	background-repeat: no-repeat;
}

 .ch1{
 padding-center: 15px;
 }
              
 .ch2{
 font-size: 10px;
 color: #FFCC00;
 font-weight: bold;
 }             

 .ch3{
 font-size: 10px;
 color: #B8C016;
 font-weight: bold;
 }             

 .ch4{
 font-size: 12px;
 color: #FFE764;
 font-weight: bold;
 font-family: Tahoma;
 }             

 .ch5{
 font-size: 11px;
 color: #FFFFFF;
 }             

 .ch6{
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 font-family: arial;
 text-transform: uppercase;
 }             

 .ch7{
 padding-center: 10px;
 }

 .ch8{
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 }             

 .ch9{
 font-size: 12px;
 color: #C1C168;
 font-weight: bold;
 font-family: arial;
 text-transform: uppercase;
 }             

 .ch10{
	padding-center: 39px;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 30px;
 }             

 .ch11{
 font-size: 15px;
 color: #FFC000;
 font-weight: normal;
 font-family: "Century Gothic";
 text-transform: lowercase;
 }             

 .ch12{
 font-size: 11px;
 color: #77804A;
 font-weight: bold;
 font-family: tahoma;
 }             

 .ch13{
 font-size: 15px;
 color: #666666;
 font-weight: bold;
 font-family: tahoma;
 }             

 .ch14{
 font-size: 11px;
 color: #000000;
 font-weight: bold;
 font-family: tahoma;
 }             

 .ch15{
	font-size: 14px;
	color: ##FF6600;
	font-family: tahoma;
 font-weight: bold;
 }             

 .ch16{
 font-size: 10px;
 color: #A3A3A3;
 }             

 .ml1{
 font-size: 10px;
 color: #EEEEEE;
 text-decoration: none;
 }             

 .ml2{
 font-size: 10px;
 color: #FF9C00;
 text-decoration: none;
 }             

 .ml3{
 font-size: 11px;
 color: #FFFF64;
 font-weight: bold;
 }             

 .ml4{
 font-size: 11px;
 color: #D3D3D3;
 font-weight: bold;
 text-decoration: none;
 }             

 .ml5{
 font-size: 11px;
 color: #DE281F;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 }             

 .ml6{
 font-size: 12px;
 color: #E9E7E4;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 }             

 .ml7{
 font-size: 12px;
 color: #ADADAD;
 font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
 }             

 .ml8{
 font-size: 10px;
 color: #C32F1D;
 text-decoration: none;
 }             

 .se{            
 width: 129px;
 font-size: 9px;
 color: #858585
 }

 .se2{
	border:thin dotted #2E81BE;
	font-size: 14px;
	color: #666666;
	font-family: "Trebuchet MS";
	background-position: right;
	text-align: left;
	padding: 10px;
 }

 
 }
}

