/*Products Catalog L1*/
.product1
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.product1 .p1content
{
	width:67%;
	padding-left: 1%;
	padding-right: 2%;
	float: left;
}
.product1 .p1content_alt
{
	width:67%;
	padding-left: 2%;
	padding-right: 1%;
	float: right;
}
.product1 img
{
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/*Rounded Corners*/

b.rtop, b.rbottom {display:block; width:100%;}
b.rtop b, b.rbottom b {display:block; height: 2px; overflow: hidden;}
b.r1 {margin: 0 5px;}
b.r2 {margin: 0 3px;}
b.r3 {margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4 {margin: 0 1px;height: 2px}
b.r1, b.r2, b.r3, b.r4, .roundedbox
{
	border: 1px solid #999999;
	border-width: 0 2px;
}
b.r1 {background: #999999; height:2px;}
.roundedbox
{
	padding-left: 10px;
	padding-right: 10px;
}


.product2
{

}

.product2 .productimage
{
	width: 170px;
	padding-right: 5px;
}
.product2 .imagelink
{
	color:blue;
}

.product2 .rightinfo
{
	vertical-align: top;
	border: 1px solid #999999;
}
.product2 .rightinfo h2
{
	border-bottom: 1px solid #999999;
	margin: 0;
	margin-top: 3px;	
	padding: 0;
}
.product2 .rightinfo .contactsales
{
	margin-left: 3px;
}

.product2 .tabs
{
	clear:both;
	width: 100%;
}
.product2 .tabs .tab, .product2 .tabs .selectedtab
{
	float: left;
	margin-top: 10px;
	padding-right: 1px;
	text-align: center;
	height: 20px;
	font-size: 15px;
	overflow:hidden;
}
.product2 .tabs a
{
	float:left;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
	/*font-size: 105%;
	font-weight: bold;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin: 0px;
}
.product2 .tabs a:hover
{
	color: #BBBBBB;
}

.product2 .tabs a, .product2 .tabs .t1, .product2 .tabs .t2, .product2 .tabs .t3, .product2 .tabs .t4
{
	background: #3366FF;
    background-image: url(../../common/img/tabbg.png);
    background-repeat: repeat;

}
.product2 .selectedtab a,
.product2 .selectedtab .t1,
.product2 .selectedtab .t2, 
.product2 .selectedtab .t3, 
.product2 .selectedtab .t4
{
	background: #FF0000;
    background-image: url(../../common/img/tabbg.png);
    background-repeat: repeat;

}

.product2 .tabs .t1, .product2 .tabs .t2, .product2 .tabs .t3, .product2 .tabs .t4
{
	float:left;
	width: 1px;
	margin: 0;
	padding: 0;
	height: 100%;
}
.product2 .tabs .t1 {margin-top: 6px;}
.product2 .tabs .t2 {margin-top: 4px;}
.product2 .tabs .t3 {margin-top: 2px;}
.product2 .tabs .t4 {margin-top: 1px;}



.product2 #tabcontent
{
	clear:both;
	border: 1px solid #999999;
}

/* Dura Coat Ceranamel colours */
.DCCColor1 {
	color: #0000FF;
	font-size: x-large;
	font-weight: bolder;
	position: relative;
	left: 5px;
}
.DCCColor2 {
	color: #FF0000;
	font-size: x-large;
	font-weight: bolder;
	text-decoration: underline;
	position: relative;




	top: -1ex%;
	left: 3em;
}
.DCCColor3 {
	display: none;
}
