/*
Name: Rounded Corners Light
Class: tabber-widget-rounded-light

Note: Rounded corners are not supported in Internet Explorer 6, 7, or 8.

Notice: If the Class changes or the file is renamed, you must resave all widgets that use this template.
*/

/* Style Tabs */

.tabber-widget-rounded-light {
	color: #FFF;
	font-family: 'Trebuchet MS', helvetica, sans-serif;
	padding: 0 !important;
	margin: 0 !important;
}
.tabber-widget-rounded-light ul.tabber-widget-tabs {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}
.tabber-widget-rounded-light ul.tabber-widget-tabs li {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}
.tabber-widget-rounded-light ul.tabber-widget-tabs li:before {
	content: "" !important;
}
.tabber-widget-rounded-light ul.tabber-widget-tabs a {
	display: block;
	padding: 6px 10px;
	text-decoration: none !important;
	margin: 1px;
	margin-left: 0;
	color: #FFF;
	background: #6d593e;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;

}
.tabber-widget-rounded-light ul.tabber-widget-tabs a:hover {
	color: #455330;
	background: #a2cdde;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;

}
.tabber-widget-rounded-light ul.tabber-widget-tabs a.selected,
.tabber-widget-rounded-light ul.tabber-widget-tabs a.selected:hover {
	margin-bottom: 0;
	color: #FFF;
	background: #97aa50;
	border-bottom: 1px solid #97aa50;
	cursor: default;
}

.tabber-widget-rounded-light .tabber-widget-content {
	padding: 10px 10px 8px 10px;
	line-height: 1.3em;
	margin: 0;
	height: 440px;
	clear: both;
	-moz-border-radius: 0 0 10px 10px;
	color: #FFF;
	background: #97aa50;
}
.tabber-widget-rounded-light .tabber-widget-content a {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;
}

.tabber-widget-rounded-light .tabber-widget-content a:hover {
	color: #2e87aa;
}

.tabber-widget-rounded-light .tabber-widget-content h5 {
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.2em;
	padding-top: 5px;
	margin-bottom: 10px;
}

/* Style Content */

.tabber-widget-rounded-light .tabber-widget-content {
	text-align: left;
	padding-bottom: 10px;
}
.tabber-widget-rounded-light .tabber-widget-content .tabber-widget-title {
	margin-top: 0;
}
