/*
  $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
*/
#shoppingcart{
	position:absolute;
	color:#FFF;
	top:75px;
	font-size:12px;
}
#shoppingcart h3{
	font-size:12px!important;
	margin-top:20px;
}
#shoppingcart a{
	color:#fff;
	display:block;
	padding:4px;
	background-color:#000;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase!important;
	font-size:10px!important;
}
#shoppingcart a:hover{
	color:#000!important;
	background-color:#00a7ee!important;
}
#shoppingcart a:hover{
	color:#FFF;
}
.viewcart{
	margin-top:4px;
}
#shoppingcart h3, #shoppingcart div{
	margin-left:15px;
	clear:both;
	display:block;
}
#shoppingcart div{
	margin-left:40px!important;
}
.upcomingevents{
	padding:4px;
	margin:10px;
	background-color: #FFC;
	border: 2px solid #FC0;
	text-align:center;
}
.upcomingevents h2{
	font-size:10pt;
	color:#006;
}
.upcomingevents h2 a{
	color:#F00;
}

#discountcode{
	background-color: #FF6;
	padding: 10px;
	border: 1px solid #C00;
}
#wrapper{
	position:relative;
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url(../../images/fassp/body_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#outer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	text-align:left;
		background-repeat:repeat-y;
	background-image: url(../../images/fassp/FASSP-mock1_r3_c1.jpg);
	background-position: left top;
}
#header{
	background-image:url(../../images/fassp/fassp-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:190px;
	overflow:hidden;
}
div.minisearch input{
	float:left;
	margin-right:4px;
}
a.plethora{
	font-size:10px;
	text-decoration:none!important;
	color:#666!important;
}
a.advsearch{
	clear:both;
	display:block;
}
#left h3{
	font-size:12px;
	color:#fff;
	padding-left:10px;
	margin-right:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	background-color:#2668B0;
}
#footer{
	clear:both;
	display:block;
	position:relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#innerfooter{
	padding-left:200px;
}
#footer p{
	line-height:200%;
}
.eeocompliant{
	display:inline;
}
a.twitter{
	margin-left:20px;
	text-decoration:none!important;
	padding-left:24px;
	vertical-align:middle;
	background-image:url(../../images/fassp/twitter-icon-tiny.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#social{
	position:absolute;
	margin-top:125px;
	margin-left:620px;
	font-size:10px;
	text-align:right;
}
#discounts{
	position:absolute;
	padding-left:15px;
}
#login{
	padding-left: 10px; 
	padding-top: 5px;
	text-align:center;
}
#login input{
	margin-bottom:2px;
	position:relative;
	left:-10px;
}
#login a{
	position:relative;
	left:-10px;
}
tr.justcheckoutalready{
	font-weight:bold;
	background-color:#E7F2C4;
	
}
tr.justcheckoutalready td{
	padding:10px;
}
tr.justcheckoutalready td p{
	color:#000;
	font-size:10pt!important;
	font-weight:bold;
}
tr.checkoutlogin{
	background-color:#E1EEF2;
}
tr.checkoutlogin td{
	padding:10px;
}
tr.catreg{
	background-color:#FFFEDF;
}
tr.catreg td{
	padding:10px;
}

#menu{
	display:block;
	text-align:center;
	padding-left:235px;
	padding-top:2px;
}
#menu ul, #menu li{
	margin:0;
	padding:0;
	text-align:center;
}
#menu li{
	display:block;
	list-style:none;
	float:left;
}
#menu a{
	display:block;
	text-decoration:none;
	padding:8px;
	color:#fff;
	font-size:12pt;
	font-weight:bold;
	background-image: url(../../images/fassp/spacer.gif);
}

#menu a.current, #menu a:hover, #menu ul li a:hover{
	display:block;
	background-color:#FFF;
	background:#FFF;
	color:#e61c26!important;
}
ul.menu{
	width:200px;
}
ul.menu, ul.menu li{
	padding:0;
	margin:0;
}
ul.menu li{
	list-style:none;
	list-style-image:none;
	/*
	background-image: url(/PDGCommTemplates/fasp/images/dot_o.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	*/
	padding-left:0px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
}
ul.menu li a{
	font-size:10px;
	text-decoration:none;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold!important;
}
ul.menu li a:hover{
	background-color:#C6DC98;
	color:#03C!important;
}
ul.menu li:first-child{
	display:none!important;
}
h1.homeheader{
	font-size:12pt;
	color: #06C;
	font-weight:bold;
}
p.homeintro{
	font-size:10pt;
	color:#333;
}
p.homeintro a{
	color:#900;
	text-decoration:underline;
}
h2.homesubheader{
	font-size:10pt;
	color: #333;
	font-weight:bold;
}
div.categories{
	clear:both;
}
.catimg{
	display:block;
	float:left;
	width:130px;
}
.cattxt{
	display:block;
	float:left;
}
div.productcategories div.category{
	display:block;
	width:100%;
	/*float:left;
	width:120px;*/
	margin-bottom:0px;
	position:relative;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;

	z-index:1;
}
.featured, .panel, .slider-wrap{
	background-color:#FFF;
	z-index:999;
}
div.category img{

}
div.category a{
	margin-top:10px;
	
	display:block;
	color:#C00;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}

.productcategories{
	clear:both;
	margin-top:2px;
	position:relative;
	/*top:-44px;*/
}
.productcategories td{

}
.pdgmain{
	text-align:left;
}
.pdgmain p{
	text-align:justify;
}
.pdgmainlnk img{
	max-width:120px!important;
}
.boxText {  font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	background: #f7f9fa;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
#main{

}
a:link, a:visited {
	color: #06C;
	text-decoration: underline;
}

a:hover, a:active {
	color: #900!important;
	text-decoration: none;
}
#left{
	width:210px;
	float:left;
	color : #FFFFFF;
	position:relative;
	top:-12px;
}
#content{
	float:left;
	padding-top:6px;
	width:730px;
}
.left {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-weight: bold;
}
#left a {
	color : #CCCCCC;
}
#left a:hover {
	color : #CC0000;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #013567;
  font-weight : bold;
}
TD.left {
  font-size: 11px;
  background: #bbc3d3;
  color: #013567;
  font-weight : bold;
}

A.headerNavigation { 
  color: #013567;
  font-weight: bold; 
}

A.headerNavigation:hover {
  color: #FFFFCC;
  font-weight: bold;
}

TD.pageheaderNavigation {
}

td.pageheaderNavigation a{
	color: #013567;
	font-weight: bold;
	font-size:14px;
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #FFF;
}

td.pageheaderNavigation a:hover {
	color: #FFF;
	background-color: #006;
	text-decoration:none;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }
p {
	font-size: 11px;
}
table {
	font-size: 10pt;
}
.smallprint {
	font-size: 11px;
}
h2{
	color:#333;
}
