@charset "utf-8";
/* CSS Document */

.title {
	color: #333;
	font-size: 12px;
	}

#topNavBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	}

#topNavBox a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
#topNavBox a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#topNavBox a:hover {
	color: #1fbccf;
	text-decoration: none;
	}
	
#topNavBox a:visited:hover {
	color: #1fbccf;
	text-decoration: none;
	}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	}
	
.text a:link {
	color: #3b140e;
	text-decoration: none;
	}
	
.text a:visited {
	color: #3b140e;
	text-decoration: none;
}
.text a:hover {
	color: #3b140e;
	text-decoration: underline;
}
.text a:visited:hover {
	color: #3b140e;
	text-decoration: underline;
}

.textCat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #575656;
	text-decoration: none;
	line-height: 16px;
	text-align: left;
	margin: 0 0 0 16px;
 	} 
.textCat a:link {
	color: #575656;
	text-decoration: none;
}
.textCat a:visited {
	color: #575656;
	text-decoration: none;
}
.textCat a:hover {
	color: #000000;
	text-decoration: none;
}
.textCat a:visited:hover {
	color: #000000;
	text-decoration: none;
}

.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;

}
.textFooter a:link {
	color: #ffffff;
	text-decoration: none;
}
.textFooter a:visited {
	color: #ffffff;
	text-decoration: none;
}
.textFooter a:hover {
	color: #1fbccf;
	text-decoration: none;
}
.textFooter a:visited:hover {
	color: #1fbccf;
	text-decoration: none;
}

#searchBox {
	float: right;
	height: 30px;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.inputBox {
	width: 142px;
	height: 20px;
	padding: 3px;
	margin-right: 3px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	display: block;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	text-align: right;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1fbcc7;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
}

.cartNav {
	position: relative;
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
	}
	
#productGrid {
	text-align: left;
	margin: 0 5px 5px 5px;
	padding: 0;
	width: 675px;
	}

#productGrid .title {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
	}

#productGrid .title a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	margin:0 0 8px 0;
	}
	
#productGrid .title a:hover {
	color: #C50024;
	text-decoration: none;
	}	
	
#productGrid .details .buttons .detailBtn a {
	color: #ccc;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#productGrid .details .pricenote {
	color: #C00000;
	}
		
#productGrid .details .buttons .detailBtn a:hover {
	color: #C50024;
	text-decoration: none;
	}
	
#categoryGrid .content-odd3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 165px;
	}

#categoryGrid .content-even3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 165px;
	}

#productGrid h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #878787;
	margin:0 0 10px 0;
	padding:0;
	}
	
#productDetail h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #878787;
	margin:0 0 10px 0;
	padding:0;
	}	

