/*****************************
Site: in-tend ltd sales portal
filename: about.css v2
www: www.in-tend.com
Date: 2009 Feb
Author: Mark Oliver
*****************************/

/*load global styles*/
@import url(global.css);

/* products page wrapper and styles */

#products_text {
	margin:0px 0px 10px;
	width:800px;
	min-height: 700px;
	height:auto !important;
	height:500px;
	float:left;
	text-align:left;
	font-size: 12px;
}
#products_text a:link {color:#33CC00; text-decoration:none}
#products_text a:visited {color:#33CC00; text-decoration:none}
#products_text a:hover {color:#333; text-decoration:none}
#products_text a:active {color:#333; text-decoration:none}
#products_text ul {margin:0 0 0 25px; padding:5px 0 0 2px; list-style-type:square; list-style-position:outside}
#products_text p u {color: #33CC00;}
#products_text p {
	margin:10px 0px 10px;
	color: #666;
}
#products_text_brief {
	margin-top:5px;
	text-align:left;
	font-size: 12px;
}
#products_text_brief p {margin:10px 0px 10px}
#products_text_brief ul {margin:0 0 0 25px; padding:5px 0 0 2px; list-style-type:square; list-style-position:outside}
#products_text_detail {margin-top:3px; margin-bottom:10px; text-align:left}
#products_text_detail p {margin:10px 0px 10px}
#products_text_detail ul {margin:0 0 0 25px; padding:5px 0 0 2px; list-style-type:square; list-style-position:outside}
table.event_quotes td {padding:10px;width:236px;background-color:#333;font-family:verdana, tahoma, sans-serif;font-size:9px;color:#FFF}

/* table styles - e.g. TNS */

table {width:100%; font-size:100%; margin:10px 0 10px 0}
table.data {background-color:#F0F1F1; border-spacing:1px; border-collapse:separate; margin-bottom:1em}
.data td, 
.data th {padding:.35em 2ex}
.data .headerBlock th {text-align:center; font-weight:bold; background: url(../images/ql_bg.gif) left top;}
.data .headerBlock th, .data .headerBlock a {color:#000}
.data .headerBlock th {padding-top:.5em}
.data tbody tr {background-color:#FFF}
.data td {line-height:1.35}
td.calign {text-align:center}
.registration_buttons {text-align:center; margin:20px 0 20px 0}
#content #products_text p {
	color: #333;
}
