#themehorse #attitude_tabs ul.tab-navigation {
	background-color: #fff;
	clear: right;
	border: 1px solid #ddd;
}
#themehorse #attitude_tabs ul.tab-navigation li {
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 0;
	color: #555;
}
#themehorse #attitude_tabs ul.tab-navigation li a {
	padding: 14px 20px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	outline: none;
}
#themehorse #attitude_tabs ul.tab-navigation li a:hover, 
#themehorse #attitude_tabs ul.tab-navigation li.ui-tabs-active a {
	background-color: #0074A2;
	color: #fff;
}
#themehorse #videos textarea, #howimadeit textarea {
	height: 150px;
	width: 400px;
}
#sociallinks .form-table th {
	padding: 0px;
}
#themehorse .form-table select[multiple] {
	height: 200px;
}
#themehorse .form-table label.box {
	float: left;
	margin-right: 30px;
}
.theme_option_title {
	float: left;
	padding-right: 10px;
}
.theme_option_link {
	float: left;
}
.clearfix {
	clear: both;
}
.them_option_block {
	margin-top: 10px;
}
.option-container {
	width: 100%;
}
h3.option-toggle {
	margin: 10px 0 0 0;
	min-width: 600px;
	border: 1px solid #ddd;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: normal;
	float: left;
	padding: 0;
	width: 100%;
}
h3.option-toggle a {
	background:url(../images/arrow-light.png) 99% 50% no-repeat;
	color: #464646;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}
h3.option-toggle a:hover, h3.option-active a {
	background:url(../images/arrow-dark.png) 99% 50% no-repeat;
	color: #444;
}
.option-content {
	margin: 0;
	min-width: 600px;
	padding: 0;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	color: #333;
	width: 96%;
	padding: 0 2%;
}
.option-content p {
	padding-left: 0;
}
.donate-info {
	background-color: #fff;
	margin: 0 20px 25px 2px;
	border: 1px solid #ddd;
	position: relative;
	padding: 20px;
	font-size: 17px;
	color: #555;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.donate-info a {
	font-size: 14px;
	padding: 8px 18px;
	margin: 15px 10px 0 0;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
}
.donate-info a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
}
a.upgrade,
a.instruction { 
	background-color: #0074A2;
}
a.donate,
a.support {
	background-color: #E1980F;
}
a.review,
a.demo {
	background-color: #46A314;
}
#social-share {
	bottom: 42px;
	position: absolute;
	right: 22px;
}
#social-share .fb-like {
	float: left;
	vertical-align: top;
	margin-right: 10px;
}
#social-share .tw-follow {
	float: left;
}