/* -----------------------------------------------------------
		Theme Name:	TDB Networks
		Updated: 	28.10.08
		Note: 		Site design Simon, 
					CSS & PHP/HTML by Jim (http://www.catch.co.uk)
----------------------------------------------------------- */

/* -----------------------------------------------------------
		TAB SET
----------------------------------------------------------- */

#productServices_content {
	margin-top: 0px; 
	
}
#product_TabSet {
	/*padding: 1% 0px;*/
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color:#FFFFFF;
}
.display_Inline li {
	display: inline;
}

#product, #services {
	border-top: 1px solid transparent;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 7px 10px 10px 10px ;
	font-size: 11px;
	line-height: 13px;
	color: #515962;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 121px top;
}
#services {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0px top;	
}

/* -----------------------------------------------------------
		TAB FORMATTING
----------------------------------------------------------- */
#productTab {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	width: 121px;
	height: 22px;
	color:#FFFFFF;
	text-decoration: none;
	float: left;
	background-image: url(../images/homeBut1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#servicesTab {
	margin: 0 0 0 3px; 
	padding: 0px;
	text-indent: 10px;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	width: 121px;
	height: 22px;
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/homeBut2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

/* -----------------------------------------------------------
		HIDDEN PANEL FORMATTING
----------------------------------------------------------- */
#product ul, #services ul {
	margin: 10px 10px 10px 15px;
}
#product H2, #services H2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#product p, #services p {
	font-size: 11px;
}
#product ul li, #services ul li{
	padding: 0px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 12px;
	list-style-position: outside;
	list-style-image: url(../images/dot2.gif);
}
#services ul li{
	list-style-image: url(../images/dot3.gif);
	margin-bottom: 6px;
}

/* -----------------------------------------------------------
		CONTROLLERS
----------------------------------------------------------- */
.tabcontent{
	display: none; /* change to 'block' to view home tabs*/
	clear: both;
}
@media print {
.tabcontent {
	display:block !important;
}