/* product list */

.product_list {
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid #FF0000;
	margin-top: 15px;
}.product_list img {
	border: 1px solid #999999;
}

/* product */

.pdf_downloads {
	background-color: #F0F0F0;
	font-family: Verdana, Arial;
	padding: 10px;
	width: 160px;
	font-size: 10pt;
	border: 1px solid #FF0000;
	margin-top: 5px;
	float: left;
}
.pdf_downloads a {
	background: url('img/pdf_icon.gif') no-repeat;
	padding-left: 22px;
}
.pdf_downloads h3 {
	font-size: 11pt;
	border-bottom: 1px solid #999999;
	margin-bottom: 3px;
}
.product_images {
} 
.product_images img {
	border: 1px solid #999999;
	margin: 5px;
	float: left;
}
.specification table {
	border: none !important;
}
.specification td {
	text-align: left !important;
	border: none !important;
	padding-top: 10px;
	width: auto !important;
}

/******************************************************* TABBED CONTENT *******/
ul.tabs {
    list-style: none;
}	 
ul.tabs li {
    width: 187px;
    height: 32px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}    
ul.tabs li.off {
    background: url('img/tabs-background.gif') no-repeat -0px -39px;        
}
ul.tabs li.off a {
    color: #aaa;
    text-decoration: underline;
}
ul.tabs li.on {
    background: url('img/tabs-background.gif') no-repeat -0px -4px;
}
ul.tabs li.on a {
    color: #fff;
}
ul.tabs li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 12px;
}
div.panelSet {
	border: 2px #556ca7 solid;
	width: 600px;
}
div.panel {
	padding: 10px;
	background-color: #f4f4f4;
}

/****************************************************** DYNAMIC CONTENT *******/
div.panel div.panel-content {
    line-height: 16px;
}	
div.panel div.panel-content p {
    padding-bottom: 15px;
}	
div.panel div.panel-content ul {
    list-style: disc;
    margin-left: 13px;
} 	

div.clear {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}