@charset "utf-8";
/* CSS Document */

#products {
	padding:1px 0 0 0
}
#products .catTab {
	display:block;
	background:url(/images/hor.png) 0 100% no-repeat;
	padding:0 50px 1px 0;
	margin:10px 0 0 0
}
#products .catTab .inner {
	text-align: center;
	width: 300px;
	background:url(/images/norepeat.png) 0 -76px no-repeat;
}
#products .catTab h2 {
	color: #353535;
	font-size: 19px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 38px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-shadow:0px 1px #FFF;
	width:200px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border:1px solid #D7D7D7;
	border-bottom: 1px solid #D0D0D0
}
#subscribeLink {
	background: url("/images/vert.png") 100% -1181px no-repeat;
	color: #0066CC;
	float: right;
	line-height: 31px;
	padding: 0 35px 0 0;
}
#products .products-list {
	list-style:none;
	padding:0;
	margin:0
}
#products .products-list li.product {
	display:inline;
	float:left;
	width:430px;
	margin: 10px 0px 0px 35px;
	height:100px
}
#products .box {
	float: left;
	margin: 0 7px 10px;
}
#products .noCover {
	color: #2C87E3;
	padding: 5px 5px 1px 7px;
	/*float: left;*/
	margin:0 0 0 85px;
	width: 330px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
#products .noCover .links, #products .noCover .logo {
	display:none
}
#products .cover .links, #products .cover .logo {
	display: block !important
}
#products .cover {
	background:url(/images/bkg6.png) 0 0 repeat
}
#products .product h3 {
	margin: 0;
	padding: 0px 0 5px;
	text-align: left;
	text-shadow: 0px 1px #FFF;
}
#products .product h3 a {
	color: #228CF6 !important;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
#products .product a {
	color: #2C87E3;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
}
#products .product a:hover{text-decoration:underline}
#products .product p {
	color: #757575;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: left;
	line-height:1.5;
	font-size:11px
}
#products .product .logo {
	float:right;
	margin:0 3px 0 0
}
#products .product .links {
	text-align:right;
}
#products .catTab .subscribe {
	background: url("/images/vert.png") 100% -1181px no-repeat;
	color: #0066CC;
	float: right;
	line-height: 30px;
	padding: 0 35px 0 0;
}
#products .otherProds {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding:3px;
	margin:0 10px
}
#products .otherProds .title {
	color: #353535;
	font-weight: bold;
	padding: 0px 3px 0px 11px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	background:#DDDDDD;
}
#products .otherProds .title h4 {
	background:url(/images/vert.png) 100% -1367px no-repeat;
	line-height:22px;
	margin:0;
	font-size:12px
}
#products .otherProds ul {
	float: left;
	list-style: none outside none;
	margin: 4px 0 0 0;
	padding: 0;
}
#products .otherProds ul li {
	margin:0 0 0 13px;
}
#products .otherProds ul li a {
	color: #353535;
	text-decoration: none;
	line-height:1.6;
	font-weight:normal;
}
