/*
$Id: stylesheet.css 3 2006-05-27 04:59:07Z user $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright 2006 osCMax

  Released under the GNU General Public License
*/

.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; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

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;
}

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;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

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;
  width: 120px;
}

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;
}

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;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f00;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}


.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; }

/* input requirement */

.inputRequirement {font-size: 12px; color: #ff0000; }

/*rotating carousel banner deal*/

h2.intro {
	color:#4bb2ff;
	font-size:24px;
	font-weight:bold;
	padding: 0px 0px 5px 25px;
}

h2.intro span.dark {
	color: #126cba;
}

div#carousel p#next a, div#carousel p#next a:visited, div#carousel p#next a:hover {
	color: #fff;
}

div#carousel p#previous a, div#carousel p#previous a:visited, div#carousel p#previous a:hover {
	color: #fff;
}


ul.product_carousel li p a:link, ul.product_carousel li p a:visited {
	color: #1269B8;
	font-weight:bold;
	font-size:12px;
	padding-top: 5px;
	display: block;
	text-align: center;
	width: 150px;
}

ul.product_carousel li p a:hover {
	text-decoration: underline;
}

div#carouselNav {
	background-color: #773A6C;
	height: 28px;
}


div#carousel p#middle {
	color:#fff;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-left:151px;
	*padding-left: 200px;
	*margin-top: -25px;
}

div#carousel {
	float:left;
	height:236px;
	position:relative;
	width:700px;
	overflow: hidden;
	margin: 10px 0px;
}

div#carouselNav {
	width: 700px;
	height: 30px;
	position: absolute;
	margin-bottom: 20px;
	z-index: 100;
	margin-top: 3px;
	_position: relative;
}

div#carousel p#previous, div#carousel p#next {
	width: 100px;
	margin: 0;
	font-weight: bold;
	margin-top: 3px;
}

div#carousel p#previous a, div#carousel p#previous a:visited {
	float: left;
	margin-left: 15px;
	background: transparent url(/images/arrowleft.gif) no-repeat top left;
	width: 25px;
	height: 25px;
}

div#carousel p#next a, div#carousel p#next a:visited {
	float: right;
	margin-right: 15px;
	background: transparent url(/images/arrowright.gif) no-repeat top right;
	width: 25px;
	height: 25px;
	margin-top: -3px;
	*margin-top: -35px;
	_margin-top: -3px;
	_width: 50px;
}

div#carousel p#previous a:hover {
	background: transparent url(/images/arrowlefton.gif) no-repeat top left;
}

div#carousel p#next a:hover {
	background: transparent url(/images/arrowrighton.gif) no-repeat top right;
}

div#carousel p#next {
	float: right;
}

div#carousel p#next a, div#carousel p#next a:visited, div#carousel p#next a:hover {
	display: block;
	padding: 6px 18px 0px 0px;
	_padding: 0px;
	text-decoration: none;
	text-align: right;
	_float: none;
	_position: absolute;
	_top: 5px;
	_margin-top: -2px;
}

div#carousel p#previous a, div#carousel p#previous a:visited, div#carousel p#previous a:hover {
	display: block;
	padding: 6px 0px 0px 18px;
	text-decoration: none;
}

span#statusA, span#statusC {
	display: none;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 700px;
	height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .innerbanner{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	margin-top:70px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 700px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

ul.product_carousel {
	padding: 0px;
	margin: 0px;
	float: left;
	margin-left: 16px;
	_margin-left: 10px;
}

ul.product_carousel li {
	float:left;
	width:132px;
	height: 170px;
	text-align:center;
}
/*end rotating carousel banner deal*/

a.heading, a.heading:visited {
	color: #fff;
	text-decoration: none;
}

a.heading:hover {
	color: #fff;
	text-decoration: underline;
}

span#smallview   {
	font-size: 10px;
}
