/**
 * Custom style sheet to override template and Business Catalyst default styles
 * Created: 2009-10-28
 * Author: Kevin DeCapite <www.decapite.net>
 */
 
/** Miscellaneous **/

h4 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #D23D00;
	margin: 10px 0px 20px 0px;
}

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

#login input {
	width: 165px;
	padding: 3px 0px 0px 3px;
}

#email-subscribe {
	padding: 10px;
	width: auto;
	overflow: hidden;
	background-color: #334e61;
	color: #ffffff;
}

#email-subscribe h2 {
	color: #ffffff;
}

/** Announcements Module **/

.announcement-list {
	line-height: normal;
	padding: 0px 10px 0px 10px;
}

.announcement-list h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

.announcement-list h2 a {
	float: left;
}

.announcement-list h2 span.date {
	display: block;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

.announcement-list p {
	line-height: normal;
}

/** Main Menu Module **/

table#cat_448164 {
	width: 90%;
	margin: 0 auto;
}

table#cat_448164 tbody tr td {
	height: 66px;
	width: 100px;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

table#cat_448164 .menu-item-hover {
	background-color: #d46323;	
}

table#cat_448164 .menu-item-selected {
	background-color: #a43000;
}

/** FAQ Module **/

.faq-details h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

ul.productfeaturelist {
	list-style-type: none;	
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

ul.productfeaturelist li {
	float: left;
	margin-right: 20px;
}

/** Online Shop Layouts **/

table.cart {
	margin-top: 20px;
}

.description table {
	width: 100%;
	margin: 10px 0px 20px 0px;
	border: 1px solid #cccccc;
}

.shop-checkout .form h1 {
	font-size: 24px;
	padding: 5px;
	color: #ffffff;
	background-color: #d23d00;
}

table.productSmall {
	width: 180px;
	float: left;
}

/** Web Apps Module **/

table.webapptable {
	width: 100%;
}

table.webapptable td {
	vertical-align: top;
	padding-right: 10px;
}

table.webapptable td a {
	text-decoration: none;
}

/** Literature Module **/

p.literature-container {
	margin-bottom: 0;
}