#main {
	padding-top: 110px;
	}

#sectionDark {
	width: 95%;
	height: 100%;
	margin: 0 auto;
	background-color: white;
	overflow: hidden;
	clear: both;
	}
	
#catalogtabcolumn {
	float: left;
	width: 13%;
	height: 100%;
	padding: 30px;

	background-color: red;
	}

#clearfix {
	float: left;
	width: 80%;
	min-height: 100%;
	padding: 0px 30px;
	background-color: yellow;
	}

#slidingtabs h2 {
	text-align: center;
	font-size: 1.6em;
	padding-bottom: 15px;
	color: #4a4b4a;			/*dark grey*/
	}

	
/* VERTICAL TABS PRODUCT LIST */

#slidingtabs {
	margin-top: 20px;
	}

.productdetails {
	float: left;
	margin-left: 33px;
	margin-right: 45px;
	padding-top: 10px;
	width: 200px;
	height: 420px;
	}

.productdetails .productimage {
	width: 200px;
	height: 200px;
	padding: auto;
	}
	
.productdetails h6 {
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 8px;
	}
	
.productdetails table {
	border-collapse: collapse;
	}
	
.productdetails table th {
	font-size: 0.7em;
	text-align: left;
	border-bottom: solid;
	border-bottom-width: 2px;
	padding: 3px;
	}

.productdetails table td {
	font-size: .8em;
	padding: 3px;
	padding-top: 6px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}

.productdetails .code {
	width: 100px;
	}

.productdetails .packing {
	width: 100px;
	}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
