/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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: 11px; }
.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;
  color: #000000;
  margin: 0px;
}

#footer_info a {
	color: #b4b2b2;
	text-decoration: none;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

img {
	border:0;
}

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: #b6b7cb;
}

.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: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  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.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; }

/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { width: 504px; padding:0; margin:0; overflow: hidden; text-align:center;}
.ProductsCycleSlideshow { height: 310px; width: 500px; padding:0; margin:0; overflow: hidden; border: 2px solid #bbc3d3; background-color:#fff;}
.PCSChild { height: 296px; width: 486px; padding: 7px; text-align:center; top:0; left:0 }
.PCSChild  a { text-decoration: none; color:000;}
.PCSChild  a img { border: none; border-width:0px;}
.PCSOutput { text-align:left; font-size:14px;}
.PCSOutput a { text-decoration: none; color:#000; }
.PCSPager { margin:7px; }
.PCSPager a { border: 1px solid #bbc3d3; background: #fff; color:#bbc3d3; text-decoration: none; margin: 0 5px; padding: 3px 5px; font-size:12px;}
.PCSPager a.activeSlide { border: 1px solid #000; background: #bbc3d3; color:#000;}
.PCSPager a:focus { outline: none; }
/*--- End of Addition Products Cycle Slideshow ---*/

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 

ul.staff {
margin:0;
padding:0;	
clear:both;
overflow:auto;
}

ul.staff li {
list-style:none;
float:left;
height:170px;
margin:10px 0px;
width:280px;
}

ul.staff li .img {
float:left;
width:110px;
}

ul.staff li .info {
float:left;
width:140px;
}


#hIcons {
	clear:both;
	overflow:hidden;	
}

ul#header_icons {
	float:right;
	margin:10px 0;
}

ul#header_icons li {
	list-style:none;
	float:left;
	background-color:#d8dce5;
	border:solid 1px #bbc3d3;
	text-align:center;
	padding:5px;
	margin:0 5px;
	text-transform:uppercase;
	font-size:10px;
	font-family:tahoma;
	width:70px;
	#width:80px;
}

ul#header_icons li img {
	border:0;
}

ul#header_icons li a {
	color:#4b5b79;
	font-weight:bold;	
}


.nav_categories {
	margin:3px 5px;
}

ul#news {
	padding:0;
	margin:0;
}

ul#news li {
	list-style:none;
	background-image:url('/images/newspaper.png');
	background-repeat:no-repeat;
	padding:0 20px;
}

ul#advantages {
	padding:0;
	margin:0;
}

ul#advantages li {
	list-style:none;
	background-image:url('/tick.png');
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:7px 25px;
	border-bottom:dotted 1px #bbc3d3;
}
ul#advantages li.last {
	border:0;
}


#stock_yes {
	color:#17bb1b;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-bottom:5px;
	background-image:url('tick.png');
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 0 0 18px;
}

#stock_no {
	color:#17bb1b;
	background-color:#d91111;
	padding:4px 8px;
	font-size:11px;
	text-transform:uppercase;	
	font-weight:bold;
	float:right;
	text-align:right;
	margin:2px 5px;
}

#stock_reserved {
	color:#fff;
	background-color:#d2b801;
	padding:4px 8px;
	font-size:11px;
	text-transform:uppercase;	
	font-weight:bold;
	float:right;
	text-align:right;
	margin:2px 5px;
}


ul#product_infos {
	clear:both;	
	margin:0 10px;
	padding:0;
	overflow:hidden;
}

ul#product_infos li {
	list-style:none;
	font-size:11px;
	clear:both;
	margin:0px 0;
	width:415px;
}

ul#product_infos li .icon {
	float:left;
	width:60px;
	text-align:center;
}

ul#product_infos li .info {
	float:left;
	width:350px;
	margin:8px 0;
}

#productHeadline {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:20px;
	margin:0;
	padding:0;
	color:#9a9a9a;
}

#productPrice {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:30px;
	margin:0;
	padding:0;
	color:#7c879d;
	height:10px;
}

.normalText {
	font-family: Verdana, Arial, sans-serif;
 	font-size: 11px;	
	line-height: 1.5;
}

#addToCart {
	margin:0 10px;	
	overflow:hidden;
	clear:both;
}

#footer_info {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#b4b2b2;
	padding:15px;'
}

#footer_info a {
	color: #b4b2b2;
}

.backLink {
	background-color:#e2e2e2;
	border:solid 1px #fefefe;
	color:#555555;
	font-weight:bold;
	padding:2px 6px;
	display:block;
	width:85px;
	text-align:center;
	text-transform:capitalize;
}

.backLink:hover {
	color:#000;
	text-decoration:none;
}

.category_title {
	background-image:url('images/cat_title.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	font-weight:bold;
	width:190px;
	padding:3px 0;
	font-size:10px;
	margin-bottom:10px;
	text-align:center;
	display:block;
}

.category_title a {
	color:fff;
}

.category_title a:hover {
	color:d9dde9;
	text-decoration:none;
}
