/* Boozurk - Theme options stylesheet */

#theme-icon {
	background: url('../images/boozurk.png') no-repeat scroll center transparent;
}
#theme-infos ul {
	list-style: disc outside;
	margin-left: 30px;
}
#theme-options,
#theme-infos {
	padding: 20px 10px;
}
#tabs-container {
	margin: 20px 20px 20px 150px;
}
#theme-options select {
	max-width: 160px;
}
#tabselector,
#selector {
	position: absolute;
	top: 100px;
	left: 0;
}
#tabselector li,
#selector li {
	width: 130px;
	padding: 3px 16px 3px 4px;
}
#tabselector li a,
#selector li a {
	text-decoration: none;
}
.sel-active a {
	color: #000;
}
.sel-active {
	font-weight: bold;
}
#main-wrap {
	position: relative;
}
.tab-opt {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border: 1px solid #ccc;
}
.tab-opt:hover {
}
.tab-opt input {
	margin-left: 10px;
}
.boozurk_text {
	width: 50%;
}
.column-nam {
	font-weight: bold;
}
.tabgroup-colors .column-nam {
	margin-bottom: 10px;
	display: block;
}
.column-des {
	font-style:italic;
	border-top: 1px solid #eee;
	font-size: 11px;
	margin-top: 10px;
	color: #666;
}
.column-req {
	border-top: 1px solid #eee;
	margin-top: 10px;
	color: #666;
}
.sub-opt-wrap {
	font-size: 11px;
	margin-top: 10px;
}
.sub-opt-wrap br.clear {
	display: block;
}
.tabgroup-colors .col-tools {
	border: 1px solid #DFDFDF;
	float: left;
	margin: 0 1% 1% 0;
	padding: 1%;
	width: 30%;
	position: relative;
	text-align: center;
}
.catcol:nth-child(3n+1) {
	clear: left;
}
.col-tools span {
	font-weight: bold;
}
.tab-opt textarea {
	vertical-align: middle;
	height: 10em;
	width: 50%;
}
#buttons a {
	font-size: 10px; 
	text-decoration: none; 
	margin: 0 10px; 
}
.wp-picker-holder {
	position: absolute;
	z-index: 999;
}