/*-- Product Containers & styles Start --*/
.prod_cert {
	/*
	background-image: url(/assets/shared/images/grey_grad_back.gif);
	background-repeat:repeat-x;
	*/
	width:298px;
	float:left;
	
}

/* Learn More box styles */
.textbox_small {
	background-image: url(/assets/shared/images/grey_grad_back.gif);
	background-repeat:repeat-x;
	width:206px;
	height: 38px;
	display:block;
	float:left;
	margin-right:6px;
}

.textbox_small_noimage {
	background: none;
	width:206px;
	display:block;
	float:left;
	margin-right:6px;
	margin-bottom: 15px;
}

.textbox_small_noimage ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.textbox_small_noimage ul li {
	margin: 3px 0px;
}

.textbox_small_noimage ul li a,
.textbox_small_noimage ul li a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#004276;
	text-decoration: none;
	
}

.textbox_small_noimage ul li a:visited {
	color: #5983a6;
}

.textbox_small_noimage ul li a:hover {
	color: #00467d;
	text-decoration: underline;
}

.textbox_small_noimage ul li a:active {
	color: #004276
}
h4 {
	font-family: Arial;
	font-size: 14px;
	color:#777878;
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:20px;
}

h5 {
	font-family: Arial;
	font-size: 12px;
	color:#777878;
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}
/* Learn more styles - END */

.prod_img {
	width:298px;
	float:left;
}

.prod_left {
	margin-right:20px;
}

div.prod_cert a {
	font-weight: bold;
}

div.prod_cert ul li.description a {
	font-weight: normal;
}

div.prod_cert a,
div.prod_cert a:link,
div.prod_cert a:visited {
	font-family:Arial;
	font-size:14px;
	color:#00467d;
	text-decoration:none;
	text-transform: captialize;
}

div.prod_cert a:hover {
	color:#777878;
	text-decoration: underline;
}

div.prod_cert a:active {
	color:#777878;
	text-decoration:none;
}


div.prod_cert p, div.prod_cert form{
	margin:0px 0px 0px 15px;
}


div.prod_cert ul{
	color:#777878;
	padding:0px;
	margin:6px 0px 0px 0px;
}



div.prod_cert ul li{
	color:#777878;
	margin:0px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	line-height:16px;
	font-size:10px;
}

.description {
	list-style:none;
}

.prod_buttons {
	margin-top:25px;
	margin-left:30px;
	text-align:left;
}

/*-- Product Containers End --*/
/* - BEGIN: Search form styles - */
#ac_search {
	width: 173px;
	height: 20px;
	margin-top: 5px;
}

#ac_search fieldset {
	margin: 0px;
	padding: 0px;
}

#ac_search #ac_searchtext {
	float: left;
	width: 120px;
	height: 14px;
	line-height: 11px;
	font-family: "Arial";
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	padding: 4px 0px 2px 10px;
	background: url('/assets/shared/images/head_sprite.gif') no-repeat left -60px;
	border: none;
}

#ac_search #ac_searchbutton {
	cursor: pointer;
	float: left;
	height: 20px;
	width: 23px;
	background: url('/assets/shared//images/head_sprite.gif') no-repeat -150px -60px;
	border: none;
	font-size: 0px;
	color: #FFF;
	vertical-align: baseline;
}

div#centercol #prod_container h3 a:link, div#centercol #prod_container h3 a:visited{
	color:#00467d;
	text-decoration:none;
}

div#centercol #prod_container h3 a:hover {
	color:#00467d;
	text-decoration:underline;
}

.prod_subhead {
	font-weight:normal;
	color:#000;
	font-size:13px;
}

/* - END: Product Containers & styles Start - */