.worktops {
	width:690px;
}	
.worktops p {
	color: #777 !important;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.worktops h2 {
	font-size: 1.6em;
	color: #179626;
	font-weight: 400;
}
.worktops h3 {
	font-size: 26px;
	margin: 0 0 15px 0;
	color: #888;
}
.worktops h4 {
	margin: 0 0 15px 0;
}
.worktops .tabbed_content div p{
	color: #999;
	font-size: 0.8em;
	line-height: 1.6em;
}
.worktops .tabbed_content .orange_button a {
	display: block;
	overflow: hidden;
	background: #ff8c34;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 9px 0px 6px 0px;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow:  0px 1px 2px #888;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.38);
	background: -moz-linear-gradient(top, rgba(255,139,51,1), rgba(255,103,0,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,139,51,1)), to(rgba(255,103,0,1)));
	text-decoration:none;
	margin: 20px 0 0 0 ;
	width:50%;
}
.worktops .tabbed_content .orange_button a:hover{
	text-decoration:underline;
}
.worktops .tabbed_content .orange_button:active{
	bottom:34px;
}
.worktops .tabbed_content #img{
	float: right;
	margin-left: 20px;
}
.worktops .tabbed_content .image_container{
	border: solid tin #ccc;
	padding: 5px;
}
.worktops .tabbed_content .image_container ul li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px;
}
.worktops .tabbed_content .image_container a{
	border: 0px;
	text-decoration: none;
}
.worktops .tabbed_content #image {
	background:none repeat scroll 0 0 white;
	border:thin solid #CCCCCC;
	margin-right:6px;
	padding:3px;
	width:80px;
}
.worktops .tabbed_content .roth{
	width: 200px;
	margin: 0 30px 15px 0;
	float: right;
	text-align: center;
	display:block;
}
.worktops .tabbed_content .roth img{
	margin: 0 30px 15px 0;
}
.worktops .tabbed_content #appointment a{
	font-size: 18px;
	text-decoration: underline;
	color: #666;
}
.worktops .tabbed_content #corian img{
	margin: 0 0 15px 0;
}
.worktops .tabbed_content .content {
	background: -moz-linear-gradient(45deg, rgba(219,236,247,1), rgba(255,255,255,0.1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(250,250,250,1)), to(rgba(255,255,255,1)));
}
