div.tabs-container	{
	float:left;
}

div.tabslayout {
	background: url(../../images/css/portlet/subtabs_bg.jpg) repeat-x ;
	height:20px;
	font-size:1.2em;
	font-weight:bold;
}

div.tabslayout a { /* Making tabs look like tabs */
	float: left;
	display: block;
	padding: 2px 25px; /* Padding of the text inside the tabs */
	border-right: 1px dotted #fff;
	color: #fff;
	text-decoration:none;
}

div.tabslayout a:hover {
	color: #f1b064;
}

div.tabslayout a.active {
	padding-bottom: 5px;
	cursor: default;
	color: #f1b064;
	border-bottom: 0;
}

div.tabslayout li { /* Manages the tab container */
	margin: 0 2px 0 0; /* the margin of the tabs */
	float: left;
}

.content-container {
	clear: left;
	min-height:100px;
}

.content-container-caradvisorhometab {
	clear: left;
	padding: 0px 8px 0 8px;
	height:330px;
}

.content-container1 {
	clear: left;
	padding: 5px 8px 0 8px;
	min-height:100px;
}

div.tabslayout1	{
	height:20px;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dotted #666666;
}

div.tabslayout1 a { /* Making tabs look like tabs */
	float: left;
	display: block;
	padding: 2px 25px; /* Padding of the text inside the tabs */
	border-right: 2px solid #fff;
	color: #666666;
	text-decoration:none;
	background-color: #eaeaea;
}

div.tabslayout a:hover {
	color: #ea9c41;
}

div.tabslayout1 a.active {
	padding-bottom: 3px;
	cursor: default;
	color: #ea9c41;
	border-bottom: 0;
}

div.tabslayout2 a	{
	float: left;
	display: block;
	padding: 2px 10px;
	border:1px solid #ccc;
	margin:0 3px -1px 0;
}

div.tabslayout2 a.active	{
	border-bottom:1px solid #fff;
}

div.content-container2	{
	border:1px solid #ccc;
	clear: left;
	padding: 5px 5px 5px 5px;
	min-height:100px;
}