/*
Name: Rounded Corners Pink
Class: tabber-widget-rounded-pink

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-pink {
	float: left;
	width: 620px;
	margin: 0 0 20px;
}
.tabber-widget-rounded-pink ul.tabber-widget-tabs {
	float: left;
	width: 620px;
	height: 40px;
	line-height: 35px;
	background: #eeeff1;
	background: url("../images/graypixel.png") 0% 100% repeat-x;
	border-bottom: none;
}
.tabber-widget-rounded-pink ul.tabber-widget-tabs li {
	float: left;
	width: 206px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
.tabber-widget-rounded-pink ul.tabber-widget-tabs li:before {
	content: "" !important;
}
.tabber-widget-rounded-pink ul.tabber-widget-tabs a {
	display: block;
	float: left;
	width: 172px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin: 0 7px 3px 0;
	background: #0f497c;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #eed3de url("../images/bg_tab_off.png") 100% 50% no-repeat;
	color: #61102a;
	overflow: hidden;

}
.tabber-widget-rounded-pink ul.tabber-widget-tabs a:hover {
	color: #333;

}
.tabber-widget-rounded-pink ul.tabber-widget-tabs a.selected,
.tabber-widget-rounded-pink ul.tabber-widget-tabs a.selected:hover {
	width: 170px;
	height: 38px;
	border: 1px solid #dee0e4;
	border-bottom: 1px solid #fff;
	background: #fff url("../images/bg_tab_on.png") 100% 50% no-repeat;
	color: #333;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabber-widget-rounded-pink .tabber-widget-content {
	padding: 10px 10px 8px 10px;
	margin: 0;
	clear: both;
	background: snow;
}

/* Style Content */

.tabber-widget-rounded-pink .tabber-widget-content {
	text-align: left;
}
.tabber-widget-rounded-pink .tabber-widget-content .tabber-widget-title {
	margin-top: 0;
}
