/*
  $Id: stylesheet.css,v 1.1.1.1 2005/08/16 08:31:30 sstolyarov Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

h1 { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-weight:normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #fbadcf;
}



h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #fbadcf;
}

H4 { color:#9900FF}



.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:white;
color: #555;
}

p{
font-family: Verdana, Arial, sans-serif; font-size: 10px;
}

#placement{
	background-color:white;
	width:950px;
	margin: 0 auto;
	
}

#placement2{
	text-align:center;
}

#placement3{
	background-image:url(images/background.jpg);
}

html* #placement3{
	width:100%;
}

#placement4{
	background-color:black;
    color: #444444;
}

A {
  color: #555;
  text-decoration: none;
  border:none;
}

A:hover {
  color: #ff99cc;
  text-decoration: underline;
  border:none;
}

FORM {
	display: inline;
}

TR.header {
  background: white;
}

TR.headerNavigation {
  background-color: white;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #aaaaaa;
}

A.headerNavigation { 
  color: #666666; 
}

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

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
}

.infoBoxContents {
  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: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  color: #aaaaaa;
  align: center;
}

TD.infoBoxHeading a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #ffffff;
  color: #aaaaaa;
  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 {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}




TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}



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



TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 }
 
 TD.productListing-data .productimage{
 	padding:2px;
	float:left;
 }
 
 TD.productListing-data .productimage img{
 	border: 1px solid #eeeeee;
 }
 
  TD.productListing-data .productimage:hover img{
 	border: 1px solid #ff99cc;
 }



A.pageResults {
  color: #666666;
}



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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fbadcf;
}

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

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: #111155;
  font-weight: bold;
}




TABLE.formArea {
  background: #ffffff;
  border-color: #ffffff;
  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: #111155; }
.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: #666666; }





/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */

.infoboxlink:hover{
	color: #ff99cc;
}

.leftcolumn{
}

.rightcolumn{
}

#logo{
	border:none;
}

#searchtext{
	color: #ff99cc;
	font-family:arial;
	margin-top:5px;
	margin-right:5px;
	font-size:12px;
}

.infoheader{
	color: #ff99cc;
}

.thumbnail{
	float:right;
	height:50px;
	width:50px;
	border: 1px grey solid;
}

a.mainproductimage img{
	border:1px solid #eeeeee;
	padding:2px;
}

a:hover.mainproductimage img{
	border:1px #ff99cc solid;
}

.mainproductimage img{
	height:150px;
	width:113px;
}

a.subproductimage img{
	height:100px;
	width:75px;
	border:1px #eeeeee solid;
	padding:2px;
}

a:hover.subproductimage img{
	border:1px #ff99cc solid;
}

.productdesc{
	margin-top:25px;
	width:250px;
	margin-left:150px;
	font-family:arial;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}


.productprice{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight:bold;
	 margin-top:20px;
	 margin-bottom: 0;
	 padding-bottom: 0;
	 color:#666666;
	 margin-left:150px;
}

h1.producttitle{
	font-size:20px;
}

.thumbnailextra{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#loginbutton input{
	margin-top:5px;
}

.productzoomheader{
	background:white;
	padding:10px;
	width:800px;
	margin-bottom:10px;
	margin-left:-10px;
	margin-top:-10px;
}

#productviewtitle{
	color: #666666;
	font-size:12px;
}

.productbuynow img{
	float:right;
	margin-right:20px;
	margin-top:35px;
}

.Listing-even{
	height:155px;
}

.Listing-even table{
	border:1px #eeeeee solid;
	width:157px;
	margin-right:2px;
	height:175px;
	margin-bottom:-25px;
	background:none;
}

html* .Listing-even table{
	margin-bottom:0px;
	padding-bottom:-25px;
}

#newsletterlink{
	font-weight:bold;
	color:#888888;
}

#shoppingcartbox .boxtext{
	background:#ffdbed;
}

.newproductsbox .smalltext{
	border:1px #eeeeee solid;
	width: 120px;
}

body.popupimage{
	background:white;
}

#logintable{
	height:450px;
}

.whatsnewproduct table{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px;
	width:150px;
	height:170px;
	border:1px solid #dddddd;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	text-align:center;
}

.buynowimage{
	float:right;
	margin-right:20px;
	margin-top:20px;
}