td.pageHeading#right {
	background: none;
}
#trade-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#trade-form fieldset {
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px dotted #CCC;
	background-image: url(/images/lock.gif);
	background-position: 5% 65%;	
	background-repeat: no-repeat;
}
#trade-form h3 {
	margin-top: 0;
	padding: 5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: bold;
	color: #444;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#trade-form label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 5px;
}
#trade-form p {
	padding: 6px;
	clear: both;
}
#trade-form fieldset input {
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 200px;
}
#trade-form p.button {
	text-align: center;
}
#trade-form p.button input {
	background: none;
	border: none;	
}
#trade-form div.alert {
	padding: 5px;
	background-color: #900;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

#trade-form.register fieldset {
	background-image: none;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#trade-form.register legend {
	font-weight: bold;
	margin: 0 20px;
	font-size: 120%;
}
#trade-form.register label {
	float: left;
	width: 150px;
	text-align: right;
	text-indent: 0;
}
#trade-form.register p {
	margin: 0;
	padding: 5px 20px;
	clear: both;
}
#trade-form.register input.text, #trade-form.register select {
	width: 250px;
	margin: 0;
	text-indent: 0;
	float: left;
}
#trade-form.register .checbox-label {
	text-align: left;
	padding-left: 155px;
}
#trade-form.register .checbox-label input {
	width: auto;
	border: none;
	margin: 0;
}
#trade-form .required {
	font-size: 140%;
	color: #900;
	font-weight: bold;
}

#trade-form .field-error {
	padding-left: 140px;
	display: block;
	color: #900;
	font-weight: bold;
	clear: both;
}

td.main a {
	color: #0064CC;
	border-bottom: 1px dotted #0064CC;
}
td.main a:hover {
	color: #FF3300;
	border-bottom: 1px dotted #FF3300;
	text-decoration: none;
}
#content-text {
	padding: 0;
	padding-bottom: 10px;
}
td.main {
	padding: 15px;
}
td.pageHeading {
	background-image: url(/images/curved_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvitica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #FFFFCC;
	padding: 7px 14px;	
}
#trade-box {
	padding: 20px;
	background-color: #FFFFCC;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
.flash-notice, .flash-error {
	padding: 20px;
	background-color: #E1FFE1;
	border: none;
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;
	color: green;
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0;
}
.flash-error {
	border-color: #900;
	color: #900;
	background-color: #FFE6E6;
}


/***********************  Download list styles ***************************/

#download-list ul {
	line-height: 200%;
	list-style: none;
}
#download-list li {
	background: none;
	font-weight: bold;
}
#download-list li a {
	line-height: 200%;
	padding: 2px;
	padding-left: 22px;
	background-image: url(/images/icon_download.gif);
	background-repeat: no-repeat;
	font-size: 80%;
	color: #FF3300;
	font-weight: normal;
}
#download-list li span.file-size {
	font-size: 90%;
	font-weight: normal;
}
#download-list li a.pdf {
	background-image: url(/images/pdficon_small.gif);
}
#download-list li a.doc {
	background-image: url(/images/icon_word.gif);
}
#download-list li a.xls {
	background-image: url(/images/icon_excel.gif);
}

/***********************  Home page products styles ***************************/

#products-home dl {
	float: left;
	width: 139px;
	height: 175px;
}
#products-home dt {
	width: 132px;
	height: 130px;
	background-image: url(/images/imagebg.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 7px;
}
#products-home dt a {
	border: none;
}
#products-home dd.model {
	margin-left: 0;
	padding: 0 10px;
	font-weight: bold;
}
#products-home dd.price {
	color: #900;
}
#products-home dd.category-name {
	text-align: center;
	margin-left: 0;
	padding: 0 10px;
	font-weight: bold;
}
h3.section-heading {
	background-image: url(/images/h3bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #3D9FCC;
	text-transform: capitalize;
	font-weight: bold;
	padding: 10px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvitica, sans-serif;
	font-size: 130%;
	position: relative;
	left: -3px;
}
