/*
  $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, td { 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 {
	text-align: center;
  background: #FF9900;
  color: #000000;
  margin: 0px;
}

.fixcenter {
  width: 1000px;
  border: 1px solid #BBBBBB;
  background: #ffffff;
  color: #000000;
  margin: auto;
  /*margin-top: 20px;*/
  text-align: left;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.header TD{
  padding-bottom:8px;
	width:20%;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
	background-image: url(images/infobox/gradient.gif); 
	color : #000000;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;
  color: #ffffff;*/
	background-image: url(images/infobox/gradient.gif); 
	color: #000000;
  font-weight : bold;
	height: 16px; /* GG 15-11-11 */
}

A.headerNavigation { 
  /*color: #FFFFFF; */
	color: #000000;
}

A.headerNavigation:hover {
  /*color: #ffffff;*/
	color: #000000;
}

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;*/
	background-image: url(images/infobox/gradient.gif); 
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;
  color: #ffffff;*/
	background-image: url(images/infobox/gradient.gif); 
	background-repeat:repeat-x;
	color : #000000;
  font-weight: bold;
}

.infoBox {
  background: #FFFFFF; /*#b6b7cb;*/
}

.infoBoxContents {
	/*background:#EEEEEE;*/
	background: #FFEEBB;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color:#000000;
	margin-top: 1px; /* GG 15-11-11 */
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-weight: bold;
	color:#000000;
	height: 16px;
	padding-left: 2px;
	background: #FEEACC;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #FEEACC, #FFC165);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear,
              left top, left bottom, from(#FEEACC), to(#FFC165));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(
  				StartColorStr='#FEEACC', EndColorStr='#FFC165', GradientType=0);
}

TD.infoboxcontent{
	/*background:#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;*/
	background-image:url(images/infobox/gradient.gif);
  /*color: #FFFFFF;*/
	color: #000000;
  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 {
	vertical-align:top;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
	padding-top: 4px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color:#000000;
	background-color: #FFEEBB;
}

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, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	width: 200px; /*GG 15-11-11*/
	margin-bottom:4px;
}

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

img { border: 0; /* remove borders from all images */ }
a img { border: 0; /* remove borders from all images that are parts of links*/ }
td img { border: 0; /* remove borders from all images that are inside table cells */ }
td a img { border: 0; /* remove borders from all images that are inside links that are inside table cells */ }

/* BEGIN: CSS Buttons Everywhere */
div.cssbutton{
background: transparent url('images/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

div:link.cssbutton, a:visited.cssbutton, a:active.cssbutton{
color: #494949; /*button text color*/
}

div.cssbutton span{
background: transparent url('images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

div.cssbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

div.cssbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.submitbutton{
	border-right: #FF9900 1px solid;
	border-top: #FF9900 1px solid;
	border-left: #FF9900 1px solid;
	border-bottom: #FF9900 1px solid;
	font-weight: bold;
	cursor: hand;
	color: #000000;
	/*background-color: #ff6600;*/
	background-color: #FFCC99;
}

.submitbutton:hover{
	background-color: #FFFFCC;
	cursor:pointer;
}

/* END: CSS Buttons Everywhere */

/* -- Even more rounded corners with CSS: Base stylesheet -- */

.dialog {
/* position:relative;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin:0px 4px 4px 4px;
 border: 1px solid #CCCCCC;
 *width:100%;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 /*background:transparent url(images/template/dialog2-800x1600.png) no-repeat top right;
 _background-image:url(images/template/dialog2-800x1600.gif);*/
}

.dialog .content {
 /*position:relative;
 zoom:1;
 _overflow-y:hidden;*/
 /*padding:0px 12px 0px 0px;*/
 border: 1px solid #CCCCCC;
}

/*.dialog .t {
 position:absolute;
 left:0px;
 top:0px;
 width:12px;
 margin-left:-12px;
 height:100%;
 _height:1600px;
 background-position:top left;
}*/

/*.dialog .b {
 /* bottom * /
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:12px; /* height of bottom cap/shade * /
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width * /
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) * /
 position:static;
 /*max-height:1000px;* /
 /*overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. * /
}
*/
.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
}
*/
.dialog h1 {
 padding-bottom:0px;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/

/* Tabs header */
/*globalnav*/

#globalnav {
/*	float:left; */
	width:100%;
	padding:0 0 5px 0;
	margin:0;
	list-style:none;
	line-height:2em;
	/*position:relative;
	top: 23px;*/
}

#globalnav LI {
	/*float:left;
	margin:0;
	padding:0;
	/*font-size: 14px;* /
	width : 100%;
	background: #FEEACC;
	  /* Mozilla: * /
  background: -moz-linear-gradient(top, #FEEACC, #FFC165);
  /* Chrome, Safari:* /
  background: -webkit-gradient(linear,
              left top, left bottom, from(#FEEACC), to(#FFC165));
  /* MSIE * /
  filter: progid:DXImageTransform.Microsoft.Gradient(
  				StartColorStr='#FEEACC', EndColorStr='#FFC165', GradientType=0);*/
}

#globalnav A {
/*float:left;*/
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:bold;
/*	background:#FF9900; */
	margin:0;
	padding:0.25em 1em;
	margin: 0 4px;
	border-left:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;
	border-right:1px solid #EEE;
	border-bottom:1px solid #DDD;
	background: #FEEACC;
	  /* Mozilla: */
  background: -moz-linear-gradient(top, #FEEACC, #FFC165);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear,
              left top, left bottom, from(#FEEACC), to(#FFC165));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(
  				StartColorStr='#FEEACC', EndColorStr='#FFC165', GradientType=0);
}

#globalnav A:hover{
	color:#FFF;
	background:#666666;
}
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	/*background:#FF9900;*/
	color:#000;
	margin: 0 4px;
	background : #FEEACC;
	  /* Mozilla: */
  background: -moz-linear-gradient(top, #FEEACC, #FFC165);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear,
              left top, left bottom, from(#FEEACC), to(#FFC165));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(
  				StartColorStr='#FEEACC', EndColorStr='#FFC165', GradientType=0);
}

#globalnav A.here:link,
#globalnav A.here:visited {
	/*position:relative;*/
	z-index:102;
}

/*subnav*/

#globalnav UL {
	/*position:absolute;*/
	left:0;
	top:1.5em;
	float:left;
	background:#FFF;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#FF9900;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#FF9900;
}
/* end Tabs header */

/* Start Banner Rotator */
#bannerRotator {
  width: 610px;
  height: 152px;
  overflow: hidden;
  position: relative;
	border: 1px black solid;
	margin-bottom: 4px;
}

#bannerRotator ul {
  list-style: none;
  padding: 0;
  /* position: relative; */
}

#bannerRotator ul li {
  display: none;
  width: 610px;  /* Banner width */
  height: 152px;  /* Banner height */
  position: absolute;
  top: 0px;
  left: 0px;
}

#bannerNav {
  position: absolute;
  right: 15px;  /* Distance from the right side of the controls box to the right edge of the banner */
  bottom: 15px;  /* Distance from the bottom of the controls box to the bottom of the banner */
  background: url(images/icons/transBlack75.png) repeat 0 0;  /* Controls box background image */
  padding: 5px 5px 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#bannerNav a {
  margin: 3px 10px 0 0 ;
  height: 10px;
  width: 10px;
  display: block;
  background: url(images/icons/dotDark.png) no-repeat 0 0;  /* Controls Button image (Inactive) */
  float: left;
}

#bannerNav a.active {
  background-image: url(images/icons/dotLight.png);  /* Controls Button image (Active) */
}

#bannerNav span.pause, #bannerNav span.play {
  cursor: pointer;
  height: 15px;
  width: 15px;
  display: block;
  background: url(images/icons/pause.png) no-repeat 0 0;  /* Controls Pause icon */
  float: left;
}

#bannerNav span.play {
  background-image: url(images/icons/play.png);  /* Controls Play icon */
}

.divider-tall {
  clear: both;
  /*height: 13px;*/
}
/* End Banner Rotator */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* END jquery lightbox */

.manlist{
	text-align:justify;
	font-size:8px;

}

td.manlist, .manlist a{
	color:#999999;
}
