/* @override http://www.uniquecorals.com/skin/frontend/default/default/css/home_tabs.css */

/* @override http://www.uniquecorals.com/skin/frontend/default/default/css/home_tabs.css */

/* @override http://uc.pixeldeath.com/skin/frontend/default/default/css/home_tabs.css */

/* @override http://uc.pixeldeath.com/skin/frontend/default/default/css/home_tabs.css */

* {
	padding: 0;
	margin: 0;
}

.panel {
	clear: both;
	display: none;
	background-color: #f1f6f9;
	padding: 1em;
	color: #011e2c;
}

.panel.active-tab-body {
	display: block;
	width: 545px;
}

#tabs {
	top: 55px;
	height: 30px;
	list-style: none;
}

#tabs li {
	float: left;
	padding: 0;
	margin: 0;
	width: 188px;
}

li#first_tab {
	width: 189px;
	margin-right: 1px;
}

li#second_tab {
	width: 189px;
	margin-right: 1px;
}

li#third_tab {
	width: 189px;
	margin-right: 0;
}

#tabs a {
	float: left;
	margin-left: 0;
	background-color: #3a4680;
	text-decoration: none;
	color: #f1f6f9;
	margin-right: 1px;
	margin-bottom: 0;
	height: 30px;
	font-size: 16px;
	width: 189px;
	line-height: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#tabs a.active-tab {
	background-color: #f1f6f9;
	color: #001f2a;
	font-size: 16px;
	height: 30px;
}

#tabs a:hover {
	background-color: #f1f6f9;
	color: #001f2a;
	font-size: 16px;
	height: 30px;
}

div.frontthumbs {
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 0;
	border: 4px solid #011e2c;
	margin: 1px;
}
