/* CSS Document */
.boxText {  }
.errorBox { background:#ffb3b5; font-weight:bold; }
.stockWarning { color:#cc0033; }
.productsNotifications { background:#f2fff7; }
.orderEdit { color: #063; text-decoration:underline; }
#notice { background-color:#9a0000; color:#fff; text-align:center; padding:5px; }
#notice a { color:#fff; text-decoration:underline; }
.main-overview {
	display:none;
	position:relative;
	margin-left:15px;
}

body {
	background-color:#01503b;
	background-image:url(../images/css-images/bg-pub.jpg);
	background-repeat: repeat-x;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 auto;
	padding-top: 0;
}

body.landing {
	background-color:#fff;
	background-image:url(../images/css-images/blue-bg.jpg);
	background-repeat: repeat-x;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 auto;
	padding-top: 0;
}
input, ul, li {
	margin: 0;	padding:0px;
	z-index:85;
}

input[type="checkbox"] {
	margin-bottom:3px;
	margin-right:3px;
}

input[type="radio"] {
	margin-top:3px;
	margin-right:3px;
}

textarea {
  width: 95%;
}

ul {
	margin-left:20px;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

h1 {
	color: #063;
	font-size: 18px;
}
	
h2.red {
	color: #c00;
	font-size: 18px;
}

h3.white {
	color: #fff;
	font-size: 14px;
}

h4 {
	font-size: 12px;
	}
					
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#063;
	text-decoration:none;
}

img {
	border:0px;
}

.imgtxt {
	display:none;
}

s {
	color:#666;
	font-weight:normal;
}

/* GENERAL INFOBOXES */

.contentBox {
	margin:5px 0;
}

table .infoBox {
	color:#777; 
	background-color:#f1f1f1;
	border:2px solid #01503b;
	padding:5px 10px;
	margin:5px auto;
	width:500px;
}

.contact_us table .infoBox {
	background-color:#fff;
	border:none;
}	

table .infoBoxNotice {
	background-color:#01503b;
	border:2px inset #ccc;
	border:1px solid #ccc;
	padding:5px 10px;
	margin:0 auto;
	margin-bottom:15px;
	width:500px;
}


.productSpecialPrice {
	color:#9b0000;
	font-size:14px;	
}

.infoBoxContents {
	position:relative;
	z-index:70;
}

.infoBoxContents td {
	color: #333;
}

table .infoBox-header {
	background-color:#f5f5f5;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 10px;
	position:relative;	
	margin:10px 0px 5px 15px;
	width:500px;
	z-index:60;
}

table .infoBox-continue {
	background-color: #01503b;
	border:2px inset #ccc;
	border:1px solid #ccc;
	padding:5px 10px;
	margin:5px auto;
	position:relative;
	width:535px;
	z-index:100;
}

.infoBox-continue td {
padding:0px;	color: #fff;
	padding:0px;
	position:relative;
	width:100%;
}

.infoBox-continue td input {
	position:relative;
}

table .infoBox-meter {
	margin:20px 0px;
	margin-left:40px;
	padding:10px 0px;
	width:470px;
}

.infoBoxHeading {
	color:#063;
	font-size:18px;
	font-weight:bold;
	text-align: center;
}

.infoBoxHeading a {
	color:#173c4c
}

h1 {
	color:#000;
	font-size:18px;
	text-align:left;
}

.pageHeading h1 {
	padding:10px 0;
	text-align:center;
}

h1.pageHeading {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	text-align:center;
}

.login b {
	display:none;
}

th  {
	margin:2px;
	padding:0px;
	padding-right:5px;
	position:relative;
	text-align:left;
	width:110px;
}

.messageStackSuccess {
	background-color:#ffffa0;
	color:#173c4c;
	height:20px;
	line-height:20px;
	margin:15px 0;
	padding:2px 5px;
	text-align:center;
}

.inputRequirement {
	color: #FF0000;
	font-weight:bold;
}

.smallText {

}

.smallText a {
	color:#000;
}

.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

.stockWarning {
	display:block;
	font-weight:bold;

	padding:5px;
	position:relative;
	margin:10px auto;
	width:440px;
}

.subtotal {
	padding:7px;
	padding-right:45px;

}

.infoBoxNoticeContents .main {
	color:#fff;
	padding:2px;
	text-align:center;
}

.messageBox { 
	font-size: 90%; 
}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #990000; color:#fff; margin-left: 70px; padding:3px; text-align:center; 
}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
}

.errorText {
  color: #ff0000;
}

.error {
	text-align:center;
}
/* END GENERAL INFOBOXES */



/* MAIN */
#wrapper {
	margin:0 auto;
	position: relative;
	width:930px;
}

#main-wrapper-top {
	background-image:url('../images/css-images/content-top.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 32px;
	margin:0 auto;
	padding: 8px 0 0 30px;
	width:900px;
}

#main-wrapper-bottom {
	background-image:url('../images/css-images/content-bottom.png');
	background-repeat: no-repeat;
	height: 21px;
	margin:0 auto;
	width:930px;
}

#main-wrapper {
	background-image:url('../images/css-images/content-middle.png');
	margin:0 auto;
	padding-bottom: 15px;
	width:930px;
}

#container {
	background-color:fff;
	border: 1px solid #ccc;
	margin: 0 auto;
	min-height: 800px;
	padding: 10px;
	width:840px;
}



/*HEADER INFO*/
#myaccount-bkgrnd {
	background-image:url('../images/css-images/nav-bar_01.png');
	background-repeat: repeat-x;
	height:47px;
	position:absolute;
	right: 20px;
	top: -40px;
	width:720px;
	z-index:70;
}

#myaccount {
	background-image: url(../images/css-images/sitemap-bg.jpg);
	background-repeat: no-repeat;
	height:30px;
	left: 350px;
	padding-top: 0px;
	position: relative;
	top: 80px;
	width: 545px;
	z-index:99;
}

#myaccount ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	width:545px;
	z-index:70;
}

#myaccount li {
	float:left;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	z-index:70;
}

#myaccount li a {
	color:#333;
	cursor:pointer;
	float:left;
	font-size:14px;
	height:39px;
	line-height:30px;
	font-weight:bold;
	width:109px;
	z-index:70;
}

#myaccount a:hover {
	color:#fff;
}

.headerNavigation {

}

#breadcrumbs {
	color:#810929;
	padding-left:10px;
	position:relative;
	top:2px;
	z-index:80;
}

#breadcrumbs a { 
	color:#810929;
	font-size:.9em;
}

/*HEADER INFO END*/

#header {
	height:110px;
	position:relative;
	width: 840px;
}

#logo {
	background-image: url(../images/css-images/logo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	left: 35px;
	margin:0 auto;
	position:absolute;
	top: 25px;
	width:250px;
	z-index:70;
}


#award-btn {
	background-image: url(../images/award-btn.jpg);
	background-repeat: no-repeat;
	height: 37px;
	right: 20px;
	position: absolute;
	top: 40px;
	width: 168px;
	z-index: 80;
}

#video-btn {
	background-image: url(../images/css-images/video.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	margin: 10px 0 0 0;
	position: relative;
	width: 223px;
	z-index: 80;
}

#flashbox {
	bottom: 10px;
	height: 190px;
	position: absolute;
	right: 0px;
	width: 370px;
	z-index: 99;
}

#flash {
	height: 308px;
	width: 520px;
}

#home-info {
	height: 600px;
	margin: 0 auto;
	padding: 0 20px 10px 10px;
	width: 530px;
	position: relative;
}

.public {
	background: url(../images/css-images/home-game.jpg) right bottom no-repeat;
}

.private {
	background: url(../images/css-images/home-frog.jpg) right bottom no-repeat;
}

#home-info .left-col {
	float: left;
	font-size: 12px;
	text-align: left;
	width: 210px;
	}

#home-info .left-col h3 {
	font-size: 16px;
	margin-bottom: 6px;
	padding-top: 12px;
	text-align: center;
	}

#home-info .left-col p {
	font-style: italic;
	}
	
/* END HEADER */

#sidebar1 {
	float:left;
	height:100%;
	position:relative;
	width:228px;
}

#sidebar1 h1 {
	color: #006633;
	font-size: 22px;
	padding: 4px 0 0 0;
	text-align: left;
}

#sidebar1 h1 a {
	color: #063;
}
	
/*#sidebar2 {
	background-color:#fff;
	border: 2px solid #01503b;
	float:right;
	height: 100%;
	width:186px;
}

#sidebar2 h1 {
	background-image: url(../images/css-images/heading-repeat.jpg);
	background-repeat: repeat-x;
	color: #fff;
	height: 31px;
	font-size: 16px;
	padding: 4px 0 0 0;
	text-align: center;
	width: 186px;
}  */

/* LANDING PAGE */
#wrapper-land {
	margin:0 auto;
	position: relative;
	width:1010px;
}

#container-landing {
	background-color:fff;
	height: 605px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 940px;
	z-index: 20;
}

#main-wrapper-top-land {
	background-image:url('../images/css-images/content-top-land.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 32px;
	margin:0 auto;
	padding: 8px 0 0 30px;
	width: 980px;
}

#main-wrapper-bottom-land {
	background-image:url('../images/css-images/content-bottom-land.png');
	background-repeat: no-repeat;
	height: 15px;
	margin:0 auto;
	width:1010px;
}

#main-wrapper-land {
	margin:0 auto;
	padding-bottom: 15px;
	position: relative;
	width:1010px;
}

#land-mid-bg {
	background-image:url('../images/css-images/content-middle-land.png');
height: 640px;	
	left: 0;
	margin: 0;
	top: 0px;
	position: absolute;
	width: 1010px;
	z-index: 5;
}
	
#content1 {
height: 575px;	
	width: 940px;
	z-index: 50;
}

#content2 {
top: 348px;	height: 225px;
	left: 50px;
	margin: 0 auto 10px auto;
	position: absolute;
	width: 940px;
	z-index: 40;
}

.split1 {
	background-image:url('../images/css-images/split1-bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 225px;
	margin: 8px 210px 10px 20px;
	text-align: center;
	width: 330px;
	z-index: 99;
}

.split2 {
	background-image:url('../images/css-images/split2-bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 225px;
	text-align: center;
	width: 260px;
	z-index: 99;
}

h3.blue {
	color: #045eaa;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

h3.green {
	color: #01503b;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.smallCentered {
	font-size: 10px;
	padding: 0 50px;
}
	
.line-land {
	border-bottom: 1px solid #999;
	margin: 0 auto;
	width: 75%;
}
	
#footer-land {
	clear:both;
	color: #fff;
	font-size: 10px;
	margin: 0 auto 10px auto;
	padding: 0 20px 10px 20px;
	text-align: right;
	width: 960px;
	z-index: 99;
}

#footer-land a {
	color: #fff;
}
		
/* MAIN */
#content {
	background-color:#fff;
	float: left;
	padding: 10px;	
	margin: 0;
	width: 590px;
	min-height: 650px;
}

#page {
	margin: 0 auto;width: 567px;	position: relative;
}

#page h1 {
	color: #333;
	height: 31px;
	font-size: 16px;
	padding: 4px 0 0 0;
	text-align: center;
	width: 550px;	
}

#page h1.welcome {
	background-image: url(../images/css-images/heading-repeat.jpg);
	background-repeat: repeat-x;
	color: #fff;
	height: 31px;
	font-size: 16px;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
}

#page .information {
	margin: 0;
}

#page .information h1 {
	margin: 0;
}

#page .information .text {
	padding: 0 25px 25px 25px;
}

#page form {
	margin: 0 auto;
	text-align: left;
	width: 550px;
}
	
#innerpage {
	margin-left:15px;
	position:relative;
	width:500px;
}

.info #content, .product #content {
	background-color:#fee049;
	margin:0px 0px 0px 210px;
}


/*DEFINE MAINPAGE*/
#define_mainpage {
	font-size:14px;
	margin:0 auto;
	padding: 15px 20px 10px 20px;
	width: 550px;
	position:relative;
	text-align: center;
	z-index:90;
}

#define_mainpage a {
	text-decoration:underline;
}

#define_mainpage p {
	margin:0px;
	padding:10px 0;
}

#define_mainpage strong {
	color:#333;
}

#define_mainpage em {
	color: #002a40;
}

#define_mainpage h1 {
	margin-bottom:0px;
	padding-top:15px;
	text-align:center;
}
/*END DEFINE MAINPAGE*/
/* END MAIN */

#subcats {
	display:block;
	margin:30px auto;
	margin-bottom:0;
	position:relative;
	width:465px;
}

.category {
	float:left;
	font-weight:bold;
	margin:0;
	padding:0px 0 10px 0;
	text-align:center;
	width:155px;
}

.category img {
	background-color:#fff;
}

.category strong {
	display:block;
	left:10px;
	position:relative;
	top:-10px;
}

.information {
	margin:10px auto;
	position:relative;
	width:470px;
}

.information h1 {
}

.information .description {

}

/* FOOTER */
#footer-holder {
	margin: 10px auto;
	position: relative;
	width: 990px;
}

#footer-bkgrnd {
	background-image:url('../images/css-images/footer.png');
	background-repeat: no-repeat;
	height: 15px;
	left: 5px;
	margin:10px auto;
	padding:10px;
	position: absolute;
	top: 0px;
	width:960px;
	z-index: 60; 
}

#footer {
	clear:both;
	color: #fff;
	font-size: 10px;
	margin: 0 auto 30px auto;
	padding: 0 20px 10px 20px;
	text-align: right;
	width: 890px;
	z-index: 99;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#copyright {
	font-size: 10px;
	float: left;
}

#privacy {
	margin: 0 auto;
	position: absolute;
	right: 300px;
	width: 300px;
	text-align: center;
}
	
.terms-privacy {
	font-size: 10px;
	float: left;
	padding-left: 190px;
}


/* END FOOTER*/



/*PRODUCT_INFO PAGE*/
.product_info {
	background-image:url(../images/css-images/product_info4.jpg);
	background-position:top;
	background-repeat:no-repeat;
	line-height:1.5em;
	margin:0;
	margin-bottom:10px;
	position:relative;
	width:532px;
	z-index:50;
}

#productprice-container {
background-color:#ccc;
	display:block;
	padding:5px 0 5px 0;
	position:relative;
	text-align:right;
	top:10px;
	width:350px;
}

.product_info .smallText {
	font-size:13px;
}

.product_info #products_image {
	display:block;
	position:relative;
	margin:0 auto;
	margin-top:20px;
	min-height:230px;
	text-align:center;
	width:178px;
}

.product_info .price, .product_info .msrp_price {
	display:block;
	font-weight:bold;
	margin:0 auto;
	position:relative;
	text-align:center;
}

.product_info .msrp_price {
	font-weight:normal;
}

.product_info .price span, .product_info .msrp_price span {
	margin-right:10px;
}

.PriceList td {
	padding:0px;
	width:85px;
}

.product_info .productSpecialPrice {
}

.product_info s {
}

.product_info h2 {
	display:block;
	font-size:16px;
	margin:0 auto;
	position:relative;
	text-align:center;
	width:330;
	
}

.product_info .model {
	font-size:12px;
	padding-left:5px;
}

.product_info .description {
	display:block;
	margin:0 auto;
	padding:10px 0 0 0;
	position:relative;
	text-align: left;
	width:450px;
}

.product_info ul {
	margin-left:25px;
}

#sizechart {
	margin:0 auto;
	position:relative;
	width:250px;
}

#sizechart table {
	border-color:#ff99ff;
}

#sizechart td {
	border-color:#ff99ff;
	padding:0 5px;
}

#addcart input {
}

#additionalImages {
	display:block;
	margin:0 auto;
	padding:10px 0 0 0;
	position:relative;
	width:500px;
}

#additionalImages h4 {
	background-color: #fff;
	font-size:12px;
	margin-top:15px;
	position:relative;
	text-align:center;
}

#additionalImages .smallText {
	background-color:#fff;
	display:block;
	float:left;
	font-size:11px;
	margin:3px 0px;
	min-height:125px;
	text-align:center;
	position:relative;
	width:124px;
}

#additionalImages .smallText span {
	display:none;
}

#table_product_attributes {
	margin:0 auto;
	position:relative;
	text-align:center;
	top:10px;
	width:170px;
	z-index:30;
}

#table_product_attributes select {
	width:150px;
}

.attribute_option_name {
	margin-right:5px;
	width:15%;
}

.attribute_option_id {
	text-align:left;
}

.product_info table.infoBox-continue {
	padding:5px;
}

.product_info table.infoBox-continue td {
	width:50%;
}

#modules_also_purchased_products {
	display:block;
	margin:0 auto;
	padding:10px 0 0 0;
	position:relative;
	width:500px;
}

#modules_also_purchased_products .infoBoxHeading {
	color:#333;
	border-bottom:1px solid #333;
	font-weight:bold;
	font-size:13px;
	padding:7px;
	padding-left:7px;
	padding-bottom:0px;
	margin-left:7px;
	margin-right:10px;
	height:20px;
	text-align:left;
}

#modules_also_purchased_products .smallText {
	background-color:#fff;
	border-bottom:1px dashed #f5a9c3;
	border-right:1px dashed #f5a9c3;
	display:block;
	float:left;
	font-size:11px;
	margin:3px 0px;
	min-height:155px;
	text-align:center;
	position:relative;
	width:124px;
}

#modules_also_purchased_products .aimg {
	height:115px;
	text-align:center;
	width:120px;
}

#modules_also_purchased_products .name {
	left:0px;
	text-align:center;
}

#modules_also_purchased_products img {
	margin:7px 0px;
}


/*END PRODUCT_INFO PAGE*/



/* ALL PRODUCTS */
.alphabet {
	font-size:11px;
	position:relative;
	margin:8px auto;
	text-align:center;
	width:610px;
	z-index:90;
}

.alphabet a {
	color: #555;
}

.alphabet a:hover {
	color: #01503b;
}

/* END ALL PRODUCTS */


/* CONTACT US */
#contactus-info {

	margin-left:15px;
	margin-right:10px;
	padding:5px 5px;
}

.contact_us th {
	margin:5px 0px;
	display:block;
	width:95px;
}

.contact_us input[type="text"] {
	width:138px;
}

/* ENd CONTACT US */

/* SHOPPING CART */
#shopping_cart {
}

#shopping_cart .boxText {
	padding: 15px 0 0 0;
}

#shopping_cart_container {
	margin:0 auto;
	padding:5px 0;
	width:500px;
}

.product-listing-rows-columns {
	background-color:#fff;
	clear:both;
	height:90px;
	margin:5px auto;
	padding:5px 0 10px 0;
	width:450px;
}

.productListing-heading-remove, .productListing-data-remove {
	float:left;
	padding:0px 10px;
	text-align:center;
	width:50px;
}

.productListing-data-remove input, .productListing-data-price {
	position:relative;
	top:10px;
}

.productListing-heading-products, .productListing-data-products {
	float:left;
	padding-left:0px;
	margin:0 10px 0 0;
	width:240px;
}

.productListing-heading-products {
	text-align:center;
}

.productListing-data-products img {
	position:relative;
	margin-right:10px;
	top:-5px;
}	

.productListing-data-products a {
	font-weight:normal;
	display:block;
	color:#333;
	position:relative;
	padding-top:10px;
}

.productListing-heading-qty, .productListing-data-qty {
	float:left;
	padding:0px;
	text-align:center;
	width:25px;
}

.productListing-data-qty input {
	text-align:center;
}

.productListing-data-qty input {
	margin:0;
	padding:0;
	position:relative;
	top:10px;
	width:25px;
}

.productListing-heading-price, .productListing-data-price {
	text-align:right;
	float:left;
	width:90px;
}

.productListing-data-price {
	top:15px;
}
/* END SHOPPING CART */



/*LOGIN PAGE*/
.login {
	margin:0 auto;
	margin-bottom:10px;
	position:relative;
	width:472px;
}	

.account strong {
	display:none;
}

.address_book strong {
	display:block;
	padding:10px 0 0 5px;
}

.login_container {
	margin:0 auto;
	position:relative;
	width:460px;
}

.login .infoBox, .login .infoBox-pwa, .login .infoBox-returning-customer, .login .infoBox-new-customer {
	height:150px;
	padding:10px;
	margin:0px;
	margin-bottom:5px;
	position:relative;
}

.login .infoBox-new-customer {
	border: 1px solid #000;
	height: 250px;
	width:275px;
}

.login .infoBox-returning-customer {
	border: 1px solid #000;
	height: 250px;
	margin-left:5px;
	width:205px;
}

.infoBox-returning-customer b {
	display:block;
	width:88px;
}

.infoBox-returning-customer th {
	background-color:#fff;
	left:0px;
	margin-right:5px;
	position:relative;
	width:90px;
}

.login p {
	margin:7px 0px 5px 0px;
	padding:0px;
}
.infoBox-returning-customer .main input {
	margin:3px 0px;
	width:105px;
}

.visitors_cart {
	position:relative;
	margin:7px auto;
	width:440px;
}

.login .infoBox-pwa {
	border-top:1px dashed #ccc;
	height:120px;
	width:460px;
}

.login .password-forgotten {
	font-size:11px;
	padding-left:2px;
}

.password_forgotten .infoBox {
	width: 535px;
}

/*END LOGIN PAGE*/

/*CREATE ACCOUNT */
.create_account strong {
	display:none;
}

.create_account th, .address_book_process th, .account_password th, .account_edit th {
	font-weight:normal;
}

.create_account .infoBox {
	width: 535px;
}

.create_account .messageStackError, .create_account .messageStackWarning {
	margin: 10px auto;
	width: 500px;
}

.create_account td.inputRequirement {
	width: 200px;
}

.create_account .pageHeading h1 {
	margin-bottom: 10px;
}

/*END CREATE ACCOUNT */

.account_history .infoBox {
	width: 535px;
}

.account .infoBox {
	width: 535px;
}

.account_edit .infoBox {
	width: 535px;
}

.account_notifications .infoBox {
	width: 535px;
}

.address_book .infoBox {
	width: 535px;
}


.account .showall {
	position:relative;
	top:-5px;
}

.checkout_shipping strong, .checkout_payment strong, .checkout_confirmation strong, .checkout_shipping_address strong, .checkout_payment_address strong, .account_history_info strong, .address_book strong, .address_book_process strong, .account_notifications strong {
	color: #990000;
	display:block;
	position:relative;
	padding:10px 0 0 35px;
}

.checkout_payment .orderEdit {
	display:block;
	padding-top:7px;
	position:relative;
	left:10px;
	text-decoration:none;
}

/*END ACCOUNTS*/

/* AJAX POP-UP IMAGE */
#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
/* END AJAX POP-UP IMAGE */



/* AJAX Shopping Cart */
#divShoppingCard {
	border-top: 1px double #ccc;
	margin: 0 auto;
	padding: 10px;
	width: 185px;
	z-index:30;
}

#divShoppingCard .infoBoxHeading {
	background-image: url(../images/css-images/cart.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding:10px 0 0 10px;
}

#divShoppingCard .infoBoxHeading a {
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

#divShoppingCard .arrow {
	position:relative;
	left:60px;
	top:2px;
}

#divShoppingCard .boxText {
	color:#000;
	margin:0;
	padding:5px 5px 0px 10px;
	position:relative;
	text-align:left;
}

#divShoppingCard .boxText table {
	border-bottom:1px solid #000;
}

#divShoppingCard .boxText a {
	color:#000;
	line-height:16px;
}

#divShoppingCard .boxText img {
	display:none;
}

#divShoppingCard .infoBoxContents {
	line-height:16px;
}

#checkout-btn {
	background-image: url(../images/yellow-btn-lg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 22px;
	padding: 0 30px;
	text-align: center;
	width: 163px;
}
/* END SHOPING CART BOX */



/* PRODUCT_LISTING */
.cat-description, .cat_info_box {
	display: none;
	margin:5px auto;
	padding:0 5px;
	position:relative;
	text-align:center;
	width: 505px;
}

.showfilter {
	margin:0px auto;
	padding-top:7px;	
	text-align:center;
	width:300px;
}

.product_listing_split_results {
	background-color: #000;
	color: #fff;
	border:2px inset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #717171;
	border-right:2px solid #717171;
float:left;	margin:5px 10px;
	overflow:hidden;
	padding:3px 5px;
	position:relative;
	width: 550px;
	z-index:80;
}

.product_listing_split_results a {
	color: #CCC;
}

#modules_product_listing {
	float:left;
	margin:0 auto 0 20px;
	padding:3px 0;
	position:relative;
	width: 570px;
	z-index:80;
}

#modules_product_listing .productListing-data-none {
	background-image: url(../images/css-images/mag-glass.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border: 2px solid #666;
	padding:10px;
	text-align:center;
}

#modules_product_listing .productListing-data-none ol {
	margin:10px auto;
	position:relative;
	text-align:left;
	width:225px;
}

#modules_product_listing .productListing-data-none a {
	text-decoration:underline;
}	

.productListing-odd, .productListing-even {
	background-repeat:no-repeat;
	margin:4px 10px 4px 10px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	border: 1px solid #999;
	height: 295px;
	position:relative;
	text-align:center;
	width: 210px;
	z-index:10;
}

.productListing-even {
	background-color:#fff;
}

.productListing-odd .productListing-data, .productListing-even .productListing-data {
	margin: 0 auto;
	text-align: center;
}

.productListing-odd .productListing-data a.product-image, .productListing-even .productListing-data a.product-image {
	background-color: #fff;
	display: block;
	height: 160px;
	margin: 5px auto;
	top: 10px;
	position: relative;
	width: 180px;
}

.productListing-odd .product-image img, .productListing-even .product-image img {
	margin: auto;
	z-index:120;
}

.productListing-odd .product_list_buy_now, .productListing-even .product_list_buy_now {
	margin:0 auto;
	position:relative;
	width:80px;
}

.productListing-odd .product_list_name, .productListing-even .product_list_name {
	display:block;
	font-size:12px;
	font-weight:bold;
	height: 53px;
	margin:0 auto;
	padding-bottom: 8px;
	padding-left: 8px;
	position:relative;
	text-align: center;	
}

.productListing-odd a, .productListing-even a {
	color:#000;
}

.productListing-odd .qty, .productListing-even .qty {
	display:none;
}

.productListing-odd .product_list_price, .productListing-even .product_list_price {
	color:#01503b;
	font-weight:bold;
	margin: 8px auto 0 auto;
	padding: 7px 0;
	position:relative;
	text-align: center;
	width:120px;
}

.product_listing p {
	width:495px;
}

.product_listing h2 {
	margin-top:20px;
}
/*END PRODUCT_LISTING*/



/* MODULES EBAY LISTINGS */
#modules_ebay_listings {
	float:left;
	margin:10px auto;
	padding:3px 0;
	position:relative;
	width:550px;
}

#modules_ebay_listings h2 {
	background-image:url(../images/css-images/additional_results.jpg);
	height:52px;
	margin:10px auto;
	position:relative;
	width:286px;
}

#modules_ebay_listings .smallText {
	border-bottom:1px dashed #ccc;
	margin:10px 0;
	min-height:100px;
}

#modules_ebay_listings .smallText .ebayimg {
	float:left;
	margin-left:20px;
	text-align:center;
	width:100px;
}

#modules_ebay_listings .smallText .ebayimg img {

}

#modules_ebay_listings .smallText .description {
	float:right;
	width:420px;
}

#modules_ebay_listings .smallText .description-long {
	margin-left:20px;
}

#modules_ebay_listings .smallText .price {
	margin:5px 0;
}
/* END MODULES EBAY LISTINGS */



/* MODULES FEATURED */
#modules_featured {
	border: 1px solid #ccc;
	height:237px;
	margin: 0 auto;
	padding: 0 0 3px 0;
	position:relative;
	width:550px;
	z-index:60;
}

#modules_featured .infoBoxHeading {
	color: #063;
	height: 31px;
	font-size: 16px;
	padding: 4px 0 0 0;
	text-align: center;
	width: 550px;
}

#modules_featured img {
	background-color:#fff;
	margin-bottom:5px;
}

#modules_featured .fimage {
	height:106px;
	margin:0 auto;
	width:117px;
}

#modules_featured .smallText {
	background-color: #fff;
	border: 1px solid #000;
	float:left;
	font-size:14px;
	margin:4px 10px;
	height: 295px;
	padding:18px 0;
	position: relative;
	text-align: center;
	width:210px;
}

#modules_featured .name {
	font-size:12px;
	display:block;
	padding:3px 2px;
}

#modules_featured .name a {
	color:#333;
}

#modules_featured .price {
	display:block;
}

#modules_featured a {
	font-weight:normal;
}
/* END MODULES FEATURED */


/* COMING ATTRACTIONS */

#coming-attractions {
	background-color: #fff;
	border: 2px solid #d9d9d9;
	float: left;
	height:100%;
	margin: 8px;
	padding: 0 0 13px 0;
	position:relative;
	text-align: center;
	width:546px;
	z-index:60;
}

#coming-attractions .infoBoxHeading {
	background-image: url(../images/css-images/heading-repeat.jpg);
	background-repeat: repeat-x;
	color: #fff;
	height: 31px;
	font-size: 16px;
	padding: 4px 0 0 0;
	text-align: center;
	width: 546px;
}

#coming-attractions img {
	background-color:#fff;
	margin-bottom:5px;
}

#coming-attractions p {
	padding: 0 15px;
	text-align:left;
}
/* END COMING ATTRACTIONS */

/* MODULES NEW PRODUCTS */
#modules_new_products {
	background-image:url(../images/css-images/background-border.jpg);
	background-repeat:no-repeat;
	height:200px;
margin:15px;float:left;	
	padding:3px 0;
	position:relative;
	width:500px;
	z-index:80;
}

#modules_new_products .infoBoxHeading { 
float:left;	color:#69F;
	font-size:14px;
	left:0px;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:-20px;
	width:530px;

}

#modules_new_products img {
	background-color:#fff;
	margin-bottom:5px;
}

#modules_new_products .fimage {
	height:106px;
	width:117px;
}

#modules_new_products .smallText {
	float:left;
	font-size:14px;
	margin:4px 0;
	height:140px;
	padding:18px 0;
	position:relative;
	text-align:center;
	width:160px;
}

#modules_new_products .name {
	font-size:12px;
	display:block;
	padding:3px 2px;
}

#modules_new_products .name a {
	color:#333;
}

#modules_new_products .price {
	display:block;
}

#modules_new_products a {
	font-weight:normal;
}

/* END MODULES NEW PRODUCTS */


/* MODULES SPECIALS */
#modules_default_specials {
	margin: 0 auto;
	padding:0 0 3px 0;
	position:relative;
	width:186px;
	z-index:80;
}

#modules_default_specials .infoBoxHeading {
	background-image: url(../images/css-images/heading-repeat.jpg);
	background-repeat: repeat-x;
	color: #fff;
	height: 31px;
	font-size: 16px;
	padding: 4px 0 0 0;
	text-align: center;
	width: 186px;
}

#modules_default_specials img {
	background-color:#fff;
	margin-bottom:5px;
}

#modules_default_specials .smallText {
	/*float:left;*/
	font-size:14px;
	margin:4px auto;
	height:140px;
	padding:18px 0;
	position:relative;
	text-align:center;
	width:160px;
}

#modules_default_specials .name {
	font-size:12px;
	display:block;
	padding:3px 2px;
}

#modules_default_specials .price {
	display:block;
}

#modules_default_specials a {

	font-weight:normal;
}

/* END MODUlES_SPECIALS */	


/* SPECIALS */
#specials .product-listing-columns {
	background-color:#fff;
	width:450px;
}

#specials .product-columns {
	float:left;
	height:300px;
	padding-top:5px;
	text-align:center;
	width:140px;
}

#specials .product_listing {
	margin-left:10px;
	width:500px;
}
/* END SPECIALS */



/* MODULES STAR PRODUCT */
#modules_star_product {
	background-color:#fff;
	border:5px solid #ff7d01;
	float:left;
	margin:5px 0 20px 0;
	padding:0;
	width:462px;
}

#modules_star_product  .btm {
	float:left;
	height:5px;
	padding-top:15px;
	position:relative;
	width:462px;
}

#modules_star_product .infoBoxHeading {
	color:#444e4e;
	font-weight:bold;
	font-size:13px;
	padding:0 20px;
	position:absolute;
	margin:0 5px;
}

.star-product-title {
	font-weight:bold;
	margin:10px 0 10px 0;
	text-align:center;
	position:relative;
	padding-top:15px;
}

#modules_star_product .buy_now {
	text-align:center;
}

.star-image {
	float:left;
	margin-left:10px;
	margin-right:20px;
	position:relative;
	text-align:center;
	top:10px;
	width:130px;
}

.star-image img {
	margin-top:5px;
}

.star-product {
	margin:0px;
	padding:10px 10px 10px 0;
}

#modules_star_product .star-product-price {
	font-size:16px;
	padding:10px 0 0 0;
	text-align:center;
}
/* END MODULES STAR PRODUCT */



/*MODULE SHOW RANDOM*/
#boxes_show_random {
	background-color:#fff;
	border:3px inset #ccc;
	color:#333;
	margin:10px auto 15px auto;
	padding:7px 0px 6px 0px;
	position:relative;
	text-align:center;
	width:165px;	
}

#boxes_show_random h5 {
	font-size:12px;
	padding:5px;
	text-align:center;
}

#boxes_show_random img {
	border:1px solid #ccc;
	margin-left:3px;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}

#boxes_show_random .boxText a {
	padding:0px 7px;
}

#boxes_show_random .price {
	display:block;
	text-align:center;
}
/*END MODULE SHOW RANDOM*/


/* BOXES MANUFACTURERS */
#boxes_manufacturers {
	background-image:url(../images/css-images/vertical-bamboo2.jpg);
	background-position:right;
	background-repeat:repeat-y;
	color:#444e4e;
	position:relative;
	width:212px;
	margin:0px;
	padding:10px 0px 10px 0px;
	list-style:none;
	z-index:30;
}

#boxes_manufacturers ul {
	list-style:none;
	margin:0px auto;
	margin-left:5px;
	width:180px;
}

#boxes_manufacturers li a {
	color:#444e4e;
	cursor:hand;
	display:block;
	font-weight:bold;
	padding:7px;
	width:180px;
}

#boxes_manufacturers li a:hover {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	position:relative;
	text-decoration:none;
}

#boxes_manufacturers li.selected a {
	background-color:#000;
	color:#fff;
	font-weight:bolder;
	padding-bottom:12px;
}

#boxes_manufacturers .infoBoxHeading {
	color:#444e4e;
	display:block;
	padding:10px 0px;
	padding-right:5px;
	position:relative;
	text-align:center;
	z-index:30;
}

#boxes_manufacturers select {
	width:180px;
}


#boxes_manufacturer_info {
}

#boxes_manufacturer_info .infoBoxHeading {
	display:none;
	padding:5px 0px 5px 0px;
	text-align:center;
}

#boxes_manufacturer_info .boxText {
	display:block;
	padding:5px 0px;
	text-align:center;
}

/* END BOXES MANUFACTURERS */


/* BOXES LOGIN */
#boxes_loginbox, #boxes_loginbox_links {
	border: 1px solid #ccc;
	list-style:none;
	margin: 0 auto 20px auto;
	padding: 10px;
	width:205px;

}

#boxes_loginbox p {
  list-style-type:none;
  margin: 0;
  padding: 10px;
  text-align:center;

}

#boxes_loginbox form {
	display:block;
	margin:0px auto;


}

#boxes_loginbox_empty {
}

#boxes_loginbox .boxText {

}

#boxes_loginbox a {

}

#boxes_loginbox .infoBoxHeading {
	color:#000;
	display:none;
	height:20px;
	padding:0;
}

#boxes_loginbox_links .infoBoxHeading {
	padding-bottom:5px;
}

#boxes_loginbox th {
	display:none;
}

#boxes_loginbox .infoBoxContents input {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	position:relative;
	width:170px;
	z-index:70;
}

#boxes_loginbox .infoBoxContents2 input {
	margin:10px 0;
	position:relative;
	z-index:70;
}

#boxes_loginbox .greetUser{
	font-weight:bold;
	padding-bottom:4px;
	position:relative;
	text-align:center;
}

#boxes_loginbox_links .greetUser {
	display:block;
	margin-bottom:5px;
}

#boxes_loginbox .loginBoxGreeting {
	padding:5px 0;
	position:relative;
	text-align:center;
}

#boxes_loginbox .infoBoxContents {
	padding-left: 20px;
	text-align:left;
}


#boxes_loginbox .infoBoxContents_submit {
	padding: 5px 0 5px 20px;
}

#boxes_loginbox .smallText {
	text-align:center;
}

#boxes_loginbox_links ul {
	margin-left:5px;
	padding:0;
}

#boxes_loginbox_links li {
	list-style-type:none;
	margin:0;
	padding:0;
}

/*END BOXES LOGIN*/



/*BOXES BEST SELLERS*/
#boxes_best_sellers {
  background-image:url(../images/css-images/m20.jpg);	
  background-position:top;
  float:left;
  margin:0px;
  width:180px;
  z-index:30;
}

#boxes_best_sellers .infoBoxHeading {
  background-image:url(../images/css-images/m18.jpg);	
  background-repeat:no-repeat;
  background-position:top;
  padding:15px 0 0 15px;
  text-transform:uppercase;
}

#boxes_best_sellers .btm {
  background-image:url(../images/css-images/m21.jpg);		
  clear:both;
  display:block;
  height:20px;
  position:relative;
  width:180px;
}

#boxes_best_sellers ul {
  list-style-type:none;
  margin:0 0 0 10px;
  padding:10px 0;
  width:145px;
}

#boxes_best_sellers li {
  background-image:url(../images/css-images/m22.gif);	
  background-repeat:no-repeat;
  border-bottom:1px dashed #feb810;
  display:block;
  float:left;
  height:25px;
  padding-left:9px;
}

#boxes_best_sellers li a {
	color:#4d4dc2;
	cursor:hand;
	display:block;
	line-height:25px;
	text-transform:uppercase;
	width:145px;
}

#boxes_best_sellers li a:hover {
	color:#9b0000;
	position:relative;
	text-decoration:none;
}


#boxes_best_sellers a {
	color:#4d4dc2;
}

#boxes_best_sellers a:hover {
	color:#9b0000;
}

/*END BOXES BEST SELLERS*/


/* BOXES FEATURED */	
#boxes_featured {
	color:#333;
	margin:0px auto 0px auto;
	padding:10px;
	position:relative;
	text-align:center;
	width:128px;
}

#boxes_featured .infoBoxHeading {
	text-align:center;
	padding:5px 0px 12px 0px;
}

#boxes_featured .infoBoxHeading-arrow {
	display:none;
}

#boxes_featured .price {
	position:relative;
	padding-top:10px;
}

#boxes_featured img {
	margin-bottom:7px;
}

/* END BOXES FEATURED */	


/* BOXES REVIEWS */
#boxes_reviews {
	color:#333;
	display:none;
	margin:10px 0 0px 0px;
	padding:5px 10px;
	padding-bottom:7px;
	position:relative;
	text-align:center;
}

#boxes_reviews .image img {
	border:2px inset #ccc;
	border-bottom:none;
	border-right:none;
	display:block;
	height:105px;
	margin:0px auto;
	margin-top:5px;
	position:relative;
	width:140px;	
}

#boxes_reviews .infoBoxHeading {
	display:none;
}

#boxes_reviews h4 {
	font-size:12px;
	text-align:center;
}

#boxes_reviews .description {
	display:block;
	padding:10px;
	text-align:left;
}

#boxes_reviews .price {
	display:block;
	text-align:center;
}

#boxes_reviews .arrow {
	display:none;
	position:relative;
	left:55px;
	top:2px;
}

#boxes_reviews .boxText a {

}
/* END BOXES REVIEWS */

#boxes_product_notifications {
	display:none;
}

/* BOXES INFORMATION */
#boxes_information {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:187px;
}

#boxes_information .boxText {
	margin: 0;
	padding:0;
}

#boxes_information .infoBoxHeading {
	display:block;
	padding:5px 0;
	position:relative;
	z-index:30;
}

#boxes_information ul {
	margin:0;
	padding:0;
}

#boxes_information li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#boxes_information a {
	cursor:hand;
	display:block;
	line-height:20px;
	width:145px;
}

#boxes_information a:hover {
	position:relative;
	text-decoration:none;
}

/* END BOXES INFORMATION */


/* BOXES ORDER HISTORY */
#boxes_order_history {
	background-color:#fff;
	border-bottom:1px solid #333;
	display:none;
	padding:5px;
}

#boxes_order_history .infoBoxHeading {
	padding:5px;
	text-align:center;
}
/* BOXES ORDER HISTORY */

/* BOXES MOST VIEWED */
#boxes_most_viewed {

	list-style:none;
	margin:0;
	padding:10px 5px 10px 10px;
	position:relative;
	width:165px;	
}

#boxes_most_viewed .infoBoxHeading {
	display:block;
	padding:0 0 10px 0;
	position:relative;
	text-align:center;
	z-index:30;
}

#boxes_most_viewed ol {
	list-style-position:inside;
	margin:0;
	padding:0;
}

#boxes_most_viewed li {
	padding:3px 0;
	margin:0;
}

#boxes_most_viewed li a {
}
/* BOXES MOST VIEWED */


/* Collar Dollars Styles */

#collar_dollars {
	background-color: #fff;
	border-top: #333 solid 1px;
	margin: 0;
	padding-left: 10px;
	width: 176px;
}

#collar_dollars a {
	color: #03C;
	font-weight: bold;
}

#checkout-box {
	background-color: #d9d9d9;
	border-top: #333 solid 1px;
	margin: 0;
	padding-left: 10px;
	width: 176px;
}


/*----------------------------Suggest Styles--------------------------*/
#searchbox {
	background-color:#fff;
}

#search_ajax {
	background-color:#d9d9d9;
	height:150px;
	margin:0;
	padding:0;
	width:186px;
}

.suggest_link {
	background-color: #fff;
	padding: 2px 3px 2px 12px;
	line-height:20px;
}
.suggest_link_over {
	background-color: #f5f5f5;
	font-weight:bold;
	padding: 2px 3px 2px 12px;
}

#search_suggest {
	position: absolute; //absolute;
	background-color: #330099 //#FFFFFF;
	text-align: left;
	border: 0px solid #330099 //#000000;
	padding:0px;
	left:53px;
	top:23px;
	width:200px;
	z-index:80;
}

#search_ajax .infoBoxHeading {
	background-image: url(../images/css-images/heading-repeat.jpg);
	background-repeat: repeat-x;
	color:#fff;
	font-size:16px;
	height: 31px;
	padding: 4px 0 0 0;
	text-align:center;
	width:186px;
}

#search_ajax .boxText {
	position:relative;
}

#search_ajax #txtSearch {
	margin: 10px auto;	
	position:relative;
	width:120px;
}

#search_ajax input[type="text"] {
  color:#8d8d8d;
  display:block;
  height:20px;
  line-height:20px;
  margin: 0 auto;
  position:relative;
  width:110px;
}

#search_ajax #button_find {
	height:31px;
	margin: 0 auto;
	width:116px;
}

#search_ajax .advanced {
	color:#8d8d8d;
	font-size:12px;
	padding-right:5px;
	text-align:right;
	position:relative;
	top:-5px;
}
#search_ajax .advanced a {
	color:#8d8d8d;
	text-decoration:underline;
}

.advanced_search_result .main {
	padding: 10px 0;
}

/*----------------------------End Suggest Styles------------------------*/

/* NAVIGATION */
#sitemap {
	background-color:#fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
	width: 205px;
}

#sitemap .infoBoxHeading {
	display:none;
}

#sitemap h1 {
	color: #063;
	font-size: 22px;
	text-align: left;
}

#nav, #nav ul { /* all lists */
	color: #999;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 205px;
}
	
#nav li { /* all list items */

	margin: 10px 0;
	width:187px;
}

#nav li a {
	background-image: url(../images/css-images/double-lines-li-bg.jpg);
	background-repeat: no-repeat;
	color: #999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding-left: 10px;
	width: 195px;
}
	
#nav li a:hover {
	color: #063;
}
	
#nav li ul { /* second-level lists */
	/*background-color:#ccc;
	display:block;
	position : absolute;
	left: -999em;
	margin-left:170px;
	margin-top : -2.35em;
	padding:10px;
	width:160px;
	z-index:1000;*/
	display: none;
}

#nav li.cpath191 ul {
	display: none;
}

#nav li.selected ul {
	display: block;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav ul li a {
	background-color:#f2f2f2;
	border:1px solid #ccc;
	color:#01503b;
	display:block;
	font-size:12px;
	margin: 0 auto;
	text-align:center;
	text-decoration:none; 
	width:169px;
}

#nav ul li a:hover {
	background-color:#fff;
	color:#01503b;
	margin:0 auto;
	text-decoration: underline;
	width: 169px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

#infonav, #infonav ul { /* all lists */
	color:#01503b;
	font-size:14px;
	list-style:none;
	margin:0;
	padding:0;
	width:187px;
}
	
#infonav li { /* all list items */
	margin: 0 0 10px 0;
	width:187px;
}

#infonav li a {
	color: #01503b;
	display: block;
	padding-left: 10px;
	width:177px;
}
	
#infonav li a:hover {
	background-color: #ccc;
	color:#fff;
	display: block;
	width: 177px;
}
/* END OF NAVIGATION */

.line {
	border-bottom: 1px solid #999;
	height: 1px;
	margin: 0 auto;
	width: 80%;
}	

.clear {
	clear: both;
}

#switch {
	background-color:#fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	width: 205px;
}

#switch-link {
	background-image: url(../images/yellow-btn-lg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 22px;
	padding: 0 30px;
	text-align: center;
	width: 163px;
}

#switch h1 {
	color: #006633;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

A.articlelink{
   color: #00f;
   text-decoration: none;
}

#newsletter-subscription {
	margin-top: 15px;
	padding: 5px;
	border: 1px #ccc solid;
	width: 215px;
	height: 95px;
}
	