/*
  $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: 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: #dcedff url(images/bg.jpg) center repeat-y;
	color: #000000;
  text-align: center; /* to correct the centering IE bug*/
}
.divBorder {
  border: thin solid #C9C9C9;
  margin-left: auto;
  margin-right: auto;
  width: 958px; /* mandatory to be centered */
  text-align: left; /* to correct the centering IE bug*/
}
div#insideDiv {
  background: #ffffff;
	position: relative;
	width: 958px;
	left: 0px;
	top: 0px;
}

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

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

FORM {
	display: inline;
}
INPUT.searchform{
	border-left:1px solid #535353;
	border-top:1px solid #535353;
	border-right:none;
	border-bottom:none;
	font-size:11px;
	color:#454545;
	width:140px;
	height:19px;
	padding:0px 0px 0px 0px;;
}
TD.search{
	font-size:16px;
	color:#FFFFFF;
	padding:10px 0px 0px 5px;;
	vertical-align: top;
	font-weight: bold;
}
TD.searchButton{
	padding: 0px 0px 0px 0px;;
	vertical-align: top;
}
TD.storeHoursHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	padding:10px 10px 0px 0px;;
}
TD.storeHours {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
	color:#FFFFFF;
  line-height: 12px;
	padding:10px 0px 0px 0px;;
}

TABLE.header {
  height: 116px;
	background-repeat: no-repeat;
	background-position: center;
}

tr.nav {
background-image: url(images/nav.jpg);
  height: 58;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #6E6E6E;
}

td.box {
padding: 0 0 0 32px;
	margin: 0;
	width: 172;
	height: 32;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	background: url(images/layout/title_bar.jpg) no-repeat;
	}

}

TR.header {
	background-repeat: no-repeat;
	background-position: center;
}

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 {
	background-image: url(images/layout/footer_fill.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 72px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
   border: 1px;
  border-style: solid;
  border-color: #eeeeee;
  background: #F2F9FF;
}

.infoBoxContents {
  /*background: #ffffff;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxCategories {
   border: 1px;
  border-style: solid;
  border-color: #eeeeee;
  background: #F2F9FF;
}

.infoBoxContentsCategories {
 /* background: #ffffff;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.boxTextCategories { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  line-height: 15px;
  color: #656F7D;
}
.boxTextCategoriesSmall { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  line-height: 12px;
  color: #656F7D;
  padding-left: 30px;
}

.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;
}
div.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #93011B;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 4px;
  height:25px;
  text-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 {
  background: #FFFFFF;
}

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

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: #4545BA;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading_new {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #343347;
  color: #FFFFFF;
  font-weight: bold;
  height: 25px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #87D608;
}

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: #4F4F4F;
}

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

TD.smallText_new, SPAN.smallText_new, P.smallTextnew {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #3B70A6;
}

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

/* start : header */
.toplinks_bg{
	background-image: url(images/layout/menu_fill.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 32px;
}
.top_links{
	font-size:11px;
	font-weight:bold;
	color:#577200;
	padding-bottom:8px;
	text-decoration:none;
}
a.top_links{
	background:none;
	font-size:11px;
	font-weight:bold;
	color:#577200;
	text-decoration:none;
}
a.top_links:hover{
	background:none;
	font-size:11px;
	font-weight:bold;
	color:#9FCE00;
	text-decoration:underline;
}

/* end : header */
/* start : main link */
.mainlinks{
	background-image: url(images/layout/menu_fill.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
 	text-decoration:none;
	padding-top:5px;
	height:32px;
	display:block;
}

.mainlinks:hover{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	background-image: url(images/layout/menu_fill_hover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration:none;
	height:32px;
}
.mainlinks_bottomborder{
	background:#535353;
}
/* end : main links  */

TABLE.colapseB {
  border-collapse: collapse;
}
/* start : New Products */
.producttable{
	border:1px solid #C0C0C0;
	padding:2px 2px 2px 2px;
	width:150px;
	height:119px;
	margin-top:8px;
	float:left;
	font-size:12px;
}
.producttable1{
	padding:5px 15px 5px 2px;
	width:576px;
	margin-top:8px;
	float:left;
}
.productname{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	color:#3c3c3c;
}
.pdetail{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#3c3c3c;
}
a.pdetail{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#3c3c3c;
}
a.pdetail:hover{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#3c3c3c;
}
.productprice{
	font-size:12px;
	font-weight:bold;
	color:#464646;
	text-align:center;
	text-decoration:none;
}
a.productprice{
	font-size:12px;
	font-weight:bold;
	color:#799e00;
	text-align:right;
	text-decoration:none;
}
a.productprice:hover{
	font-size:12px;
	font-weight:bold;
	color:#799e00;
	text-align:right;
	text-decoration:none;
}
.productlearmore{
	padding-left:40px;
}
/* end : Products */

.pinfoName {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
td.pinfoPrice{
	font-family: Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#505050;
	text-decoration:none;
}

/* products_accessories.php */
.infoBoxContents2 {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
}
.contentBoxSpecials {
	background: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
	border-left-width: 1px;
	padding: 0px;
	border-collapse: collapse;
}
A.itemsIncludeList:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	padding: 5px;
	border: none #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
li.itemsIncludeList A.itemsIncludeList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	padding: 5px;
	border: none #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
TD.itemsIncludeListBox {
	line-height: 14px;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border: none #CDBEA9;
	background-color: #ffffff;

}
TD.productsPrice, SPAN.productsPrice, DIV.productsPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000A6;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
td.tab {
	background: white url(images/infobox/tab_fill.gif);
	background-repeat: no-repeat;
	background-color: #4075AB;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
	width: 108px;
}
td.tab_selected {
	background: white url(images/infobox/tab_fill_selected.gif);
	background-repeat: no-repeat;
	background-color: #78ABE0;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
	width: 108px;
}
a.tab {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}


/* end products_accessories.php */

span.headerPhoneNumber{
	font-size:18px;
	font-weight:bold;
	color:#505050;
	text-decoration:none;
	padding-left: 70px;
}
TD.testimonials, P.testimonials, table.testimonials  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 1.5;
  color: #4F4F4F;
  padding: 4px;
	border: thin solid #BCBCBC;
}
TD.sitePromoText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	color:#000080;
  line-height: 14px;
	padding: 0px 0px 0px 0px;;
}
TABLE.infoBoxHeadingRelated {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #454545;
  border: thin solid #C9C9C9;
}
TD.infoBoxHeadingRelated {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #EFEFEF;
  color: #000000;
}
table.headerAccessories {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #78ABE0;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 3px
	background: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: #848484;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #848484;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #848484;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #848484;
	border-left-width: 1px;
}
table.infoBoxAccessories {
	background: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: #848484;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-color: #848484;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #848484;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #848484;
	border-left-width: 1px;
}

/*/ begin widgetFooter /*/

#widgetFooter {
	width: 943px;
	text-align: left;
	}

#widgetFooter hr {	
	float: left;
	clear: left;
	height: 1px;
	color: #878787;
	background-color: #878787;
	}

#widgetFooter .actionItems {
	margin: 0;
	padding: 15px 0 0 35px;
	font-weight: bold;
	color: #fff;
	}	

#widgetFooter .actionItems a {
	text-decoration: underline;
	color: #fff;
	}

#widgetFooter .actionItems a:hover {
	text-decoration: none;
	color: #fff;
	}

#widgetFooter .copyright {
	float: left;
	margin: 0;
	padding: 15px 85px 0 35px;
	width: 400px;
	line-height: 22px;
	color: #fff;
	}

#widgetFooter .copyright a {
	text-decoration: underline;
	color: #fff;
	}

#widgetFooter .copyright a:hover {
	text-decoration: none;
	color: #fff;
	}

#widgetFooter .nav {
	float: left;
	margin: 0;
	padding: 19px 0 10px 10px;
	width: 150px;
	}

#widgetFooter .nav .title {
	margin: 0;
	padding: 0;
	width: 120px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	}

#widgetFooter .nav ul {
	margin: 0 0 0 1px;
	padding: 0;	
	text-align: left;
	list-style: none;
	}

#widgetFooter .nav ul li {
	text-align: left;
	line-height: 2.00;
	}

#widgetFooter .nav ul li a {
	text-decoration: underline;
	color: #fff;			
	}

#widgetFooter .nav ul li a:hover {
	text-decoration: none;
	}

/*/ end widgetFooter /*/
#footer {
	background: #4277ad;
	}

	.display-line-footer {
	font-size: 11px;
	padding: 3px;
	text-align: right;
	line-height: 20px;
}

#footer {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 958px;
	}

TD.main_check, P.main_check {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
TABLE.productListing_checkout {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
  background: #dddddd;
}
.infoBox_sat_left {
    border-bottom-style: solid;
	border-bottom-color: #b6b7cb;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b7cb;
	border-top-width: 1px;
	border-right-style: none;
	border-right-color: #b6b7cb;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #b6b7cb;
	border-left-width: 1px;
    background: #ffffff;
  }
  .infoBox_sat_right {
   border-bottom-style: solid;
	border-bottom-color: #b6b7cb;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b7cb;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #b6b7cb;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #b6b7cb;
	border-left-width: 1px;
    background: #ffffff;
  }