﻿.container {float: left; margin-top: 10px;}

ul.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	color: #fddc43;	
	height: 40px;
	width: 100%;
	margin-top:15px;
}
ul.tabs li {
	float: left;
	color: #444;	
	margin: 0px 0px 10px 0px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 210px;

}

ul.tabs li a {
	text-decoration: none;
	color: #666;	
	display: block;
	font-size: 14px;
	font-weight: normal;	
	padding: 0 10px;	
	outline: none;
	background: #eee;
	border-radius: 6px;
}
ul.tabs li a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: normal;
	outline: none;	
}	
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li.active a:hover  {
	color: #333;
	background: #bac7ef;	
	text-decoration: none;
	display: block;
	outline: none;
	border-radius: 6px;
}

.tab_container {	
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
    
}
.tab_content {
	padding:00px;
}

/* icons */

.icon-pear { background: url('../images/shape-pear.gif') no-repeat left; padding-left:25px; }
.icon-princess { background: url('../images/shape-princess.gif') no-repeat left; padding-left:25px; }
.icon-marquise { background: url('../images/shape-marquise.gif') no-repeat left; padding-left:25px; }
.icon-heart { background: url('../images/shape-heart.gif') no-repeat left; padding-left:25px; }
.icon-round  { background: url('../images/shape-round.gif') no-repeat left; padding-left:25px; }
.icon-oval { background: url('../images/shape-oval.gif') no-repeat left; padding-left:25px; }


/* box */

.dt_box { display:block; width:730px; float:left;}
.dt_box .dt_left{ display:block; width:500px; float:left;}
.dt_box .dt_right{ display:block; width:200px; float:right;}