/*
  $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-size: 12px; }
.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: #8CC274;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Calibri, Candara, Arial, Verdana;
  font-size: 12px;
}

*, hmtl {
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

s {
	text-decoration: line-through;
}

img {
	border: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #396f31;
}

TD.headerNavigation {
  font-size: 12px;
  background: #396f31;
  color: #ffffff;
  font-weight : bold;
  padding: 6px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: #396f31;
}

TD.footer {
  background: #396f31;
  color: #ffffff;
  font-weight: bold;
  padding: 6px;
}

.infoBox {
}

.infoBoxContents {
  background: #ffffff;
  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: #5c823d;
  border-spacing: 1px;
}

.productListing-heading {
  background: #396f31;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 0 4px 0;
}

.productListing-heading a {
	padding: 0;
}

TD.productListing-data {
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 12px;
}

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;
  font-size: 16px;
}

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; }


/*DV8 MODS*/
h1 {
	font-size: 20px;
	padding: 20px 0 0 0;
}

h3 {
}

.CatBox {
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	margin: 8px 0 2px 0;
}

#HeaderTop {
	width: 960px;
	height: 150px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}

#HeaderTop ul {
	width: 534px;
	position: absolute;
	top: 113px;
	right: 0;
	list-style: none;
	text-align: center;
}

#HeaderTop ul li {
	float: left;
	margin: 0 0 0 2px;
	position: relative;
}

#HeaderTop ul li ol {
	display: none;
	list-style: none;
}

#HeaderTop ul li:hover ol { display:none; } 
#HeaderTop ul li.over ol { display:none; }

#HeaderTop ul li ol li {
	float: none;
	padding: 0 0 0 8px;
	text-align: left;
}

#HeaderTop ul li ol li a {
	width: 292px;
	height: 10px;
	text-transform: none;
	color: #000000;
	background-image: none;
}

#HeaderTop ul li a {
	width: 87px;
	height: 31px;
	padding: 6px 0 0 0;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
}

#HeaderTopTop {
	width: 750px;
	float: right;
	text-align: right;
	padding: 13px 0 0 0;
	position: relative;
}

#HeaderTopTop big {
	font-size: 24px;
}

#HeaderTopTop span {
	width: 200px;
	position: absolute;
	top: 102px;
	left: 10px;
	padding: 11px 0 0 0;
}

#TabDog a {
	background-image: url(assets/images/top_dog1.gif);
}

#TabDog ol {
	width: 292px;
	padding: 4px 0 9px 0;
	background-image: url(assets/images/tab_dogimg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid  #db4503;
	position: absolute;
	top: 37px;
	left: 0;
}

#TabCat a {
	background-image: url(assets/images/top_cat1.gif);
}

#TabCat ol {
	width: 300px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid  #1a56c3;
	position: absolute;
	top: 37px;
	left: 0;
}

#TabBird a {
	background-image: url(assets/images/top_bird1.gif);
}

#TabBird ol {
	width: 300px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid  #047d05;
	position: absolute;
	top: 37px;
	left: 0;
}

#TabFish a {
	background-image: url(assets/images/top_fish1.gif);
}

#TabFish ol {
	width: 300px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid  #27a5f5;
	position: absolute;
	top: 37px;
	right: 0;
}

#TabSmall a {
		background-image: url(assets/images/top_small1.gif);
}

#TabSmall ol {
	width: 300px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid  #a2087b;
	position: absolute;
	top: 37px;
	right: 0;
}

#TabSpecial a {
	background-image: url(assets/images/top_dog1.gif);
}

#HeaderBottom {
	width: 100%;
	background-color: #396f31;
}

#MainContent {
	width: 550px;
	margin: 0 10px 20px 10px;
	padding: 20px 10px 0 10px;
}

#MainContent p {
  font-size: 14px;
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  padding: 0 0 15px 0;
}

.suckerdiv ul{
margin: -1px 0 0 0;
padding: 0;
list-style-type: none;
width: 208px; /* Width of Menu Items */
font-size: 12px;
border-bottom: 1px solid #7ca65a;
}

.suckerdiv ul li, .suckerdiv ul li ul li{
position: relative;
background-color: #f8f8f9;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 207px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
top: 1px;
display: none;
border-bottom: 1px solid #7ca65a;
z-index: 10;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 199px; /* Parent menu width - 1*/
color: #000000;
background-color: #f8f8f9;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 199px; /* Parent menu width - 1*/
color: #000000;
background-color: #f8f8f9;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
color: #000000;
background-color: #f8f8f9;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
color: #000000;
background-color: #f8f8f9;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #000000;
background-color: #f8f8f9;
text-decoration: none;
padding: 3px 5px;
border: 1px solid #7ca65a;
border-bottom: 0;
}

.suckerdiv ul li a:hover{
background-color: #7ca65a;
color: #ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #7ca65a;
color: #ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #7ca65a;
color: #ffffff;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


.SideBoxes {
	padding: 0 0 4px 0;
}

#SideBoxCat .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 208px;
  height: 27px;
  background-image: url(assets/images/bar1_back.jpg);
}

#SideBoxCat .infoBoxContents {
  font-size: 14px;
  margin: 0 0 10px 0;
}

#SideBoxSearch {
	padding: 10px 0 4px 0;
}

#SideBoxSearch .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 208px;
  height: 27px;
  background-image: url(assets/images/bar1_back.jpg);
}

#SideBoxSearch .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxSearch .infoBoxContents tbody tr td {
  padding: 2px 6px 2px 6px;
}

#SideBoxNew .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 208px;
  height: 27px;
  background-image: url(assets/images/bar1_back.jpg);
}

#SideBoxNew .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxNew .infoBoxContents tbody tr td {
  padding: 2px 6px 2px 6px;
}

#SideBoxInfo .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 208px;
  height: 27px;
  background-image: url(assets/images/bar1_back.jpg);
}

#SideBoxInfo .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxInfo .infoBoxContents tbody tr td {
  padding: 2px 6px 2px 6px;
}

#SideBoxCart {
	padding: 10px 0 4px 0;
}

#SideBoxCart .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxCart .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxCart .infoBoxContents tbody tr td {
  padding: 2px 6px 2px 6px;
}

#SideBoxNote .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxNote .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxFriend .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxFriend .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxReviews .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxReviews .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxReviews .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxReviews .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxReviews .infoBoxContents tbody tr td {
  padding: 2px 6px 2px 6px;
}

#SideBoxBest .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxBest .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxBest .infoBoxContents tbody tr td {
  padding: 2px 4px 2px 4px;
  font-size: 12px;
}

#BestInner .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: none;
}

#BestInner .infoBoxContents {
  font-size: 14px;
  border: none;
  border-top: none;
  margin: 0 0 10px 0;
  text-align: center;
}

#SideBoxSpecial .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 150px;
  height: 27px;
  background-image: url(assets/images/bar2_back.jpg);
}

#SideBoxSpecial .infoBoxContents {
  font-size: 14px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#SideBoxSpecial .infoBoxContents tbody tr td {
  padding: 2px 4px 2px 4px;
  font-size: 12px;
}

#NewProducts {
	padding: 0 0 20px 0;
}

#NewProducts .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 462px;
  height: 27px;
  background-image: url(assets/images/bigbar_back.png);
  background-color: #e7e7e7;
}

#NewProducts .infoBoxContents {
  font-size: 12px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#NewProducts .infoBoxContents tbody tr td {
  padding: 4px 7px 4px 7px;
}

#NewProducts2 .infoBoxHeading, #CrossSell .infoBoxHeading {
  font-size: 16px;
  color: #ffffff;
  padding: 0 0 0 28px;
  width: 462px;
  height: 27px;
  background-image: url(assets/images/bigbar_back.png);
  background-color: #FFFFFF;
}

#NewProducts2 .infoBoxContents, #CrossSell .infoBoxContents {
  font-size: 12px;
  border: 1px solid #5c823d;
  border-top: none;
  margin: 0 0 10px 0;
}

#NewProducts2 .infoBoxContents tbody tr td, #CrossSell .infoBoxContents tbody tr td {
  padding: 4px 7px 4px 7px;
}