/* root element for tabs_skins */
ul#tabs_skins {
list-style:none;
margin:0 !important;
padding:0;
border-bottom:1px solid #666;
height:30px;
}
/* single tab */
ul#tabs_skins li {
float:left;
text-indent:0;
padding:0;
margin:0 !important;
list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul#tabs_skins a {
background: url(../img/blue.png) no-repeat -420px 0;
font-size:11px;
display:block;
height: 30px;
line-height:30px;
width: 134px;
text-align:center;
text-decoration:none;
color:#333;
padding:0px;
margin:0px;
position:relative;
top:1px;
}
ul#tabs_skins a:active {
outline:none;
}
/* when mouse enters the tab move the background image */
ul#tabs_skins a:hover {
background-position: -420px -31px;
color:#fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul#tabs_skins a.current, ul#tabs_skins a.current:hover, ul#tabs_skins li.current a {
background-position: -420px -62px;
cursor:default !important;
color:#000 !important;
}
/* Different widths for tabs_skins: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul#tabs_skins a.s { background-position: -553px 0; width:81px; }
ul#tabs_skins a.s:hover { background-position: -553px -31px; }
ul#tabs_skins a.s.current { background-position: -553px -62px; }
/* width 2 */
ul#tabs_skins a.l { background-position: -248px -0px; width:174px; }
ul#tabs_skins a.l:hover { background-position: -248px -31px; }
ul#tabs_skins a.l.current { background-position: -248px -62px; }
/* width 3 */
ul#tabs_skins a.xl { background-position: 0 -0px; width:248px; }
ul#tabs_skins a.xl:hover { background-position: 0 -31px; }
ul#tabs_skins a.xl.current { background-position: 0 -62px; }
/* initially all panes are hidden */
.panes_skins .pane {
display:none;
}
.ico_info {
width:24px;
vertical-align:center;
}
.tooltip {
background-color:lightgrey;
border:1px solid #fff;
padding:10px 15px;
width:400px;
display:none;
color:black;
text-align:left;
font-size:12px;
/* outline radius for mozilla/firefox only */
-moz-box-shadow:0 0 10px #000;
-webkit-box-shadow:0 0 10px #000;
} 

#wpcontent select {
width:5em;
}

select#g3_render_single_img ,select#g3_smoothgallery_target, select#g3_default_render_album {
width:20em;
}
.error {
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

/**/

.minua {
	margin: 2px;
	border: 1px solid lightgrey;
	float:left;
	height:55px;
}

.minua img {
	height: 45px;
	margin:2px;
}

.del_t img , .add_t img{
	width:20px;
	height:20px;
}
