/***************************************** Tabs *****************************************/


h1#detail_title {
	margin-bottom: 0.7em;
}

#social_tabs {
	margin: 100px auto;
	width: 400px;
	font-size:12px;
	line-height:22px;
	padding: 0px 40px;

}

#social_tabs table{
	margin-right:0;
	margin-left:0;
}

#social_tabs h2{
	padding-right:0;
	padding-left:0;
}

#social_tabs p{
	padding-right:0;
	padding-left:0;
}

#social_tabs > ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#social_tabs > ul li {
	display: block;
    float: left;
    background: transparent url(/media/img/design/tab_inactiv.png) no-repeat scroll 0 0;
    width: 90px;
    height: 19px;
    padding: 5px;
    margin: 0 2px -1px 0;
    text-align: center;
}

#social_tabs > ul li.ui-tabs-selected {
	background: transparent url(/media/img/design/tab.png) no-repeat scroll 0 0;
}

#social_tabs > ul li a {
	display: block;
    text-decoration: none;
}

.ui-tabs-hide { display: none; }

.ui-tabs-nav {
    margin: 0;
}

.ui-tabs-panel {
	background: transparent url(/media/img/design/tab_body.png) no-repeat scroll 0 100%;
	min-height: 200px;
	width: 400px;
}

.ui-tabs-panel > div.title {
	padding: 10px 10px 0;
	margin-top: 0;
	background: transparent url(/media/img/design/tab_body_top.png) no-repeat scroll 0 0;
}

.ui-tabs-panel > div.content {
	padding: 0 10px 10px;
}

#tab-taf{
	background: white;
}

#tab-taf > .content > h3 {
	color: #BFEA69;
}

#embed_form input[type="checkbox"] {
    width: 20px;
}

.codetextarea {
	width: 370px;
    height: 170px;
}

#embed_form input[type="submit"] {
width: 150px;
border: none;
background-color: #999999;
margin: 10px 0 0 25px;
}

#embed_form input[type="submit"]:hover {
color: white;
background-color: #444;
}

/******************************************** Formular ********************************************/


#social_tabs form table{
	margin: 20px 0 20px 0;
}

#social_tabs form table th{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width: 70px;
}

.invalid th {
	color: red;
}

.invalid td {
}

.error{
color: red;
}

form th{
	font-weight: normal;
	padding-right: 5px;
	vertical-align: middle;
	width: 150px;
}

form td{
	padding-bottom:5px;
}

form td.description {
	padding-top: 4px;
}

input, textarea{
	vertical-align:middle;
	width:300px;
	border: 1px solid #e1e1e1;
	margin:2px 0;
	padding:5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top !important;

}

select {
width: 310px;
}

.invalid th {
font-weight:bold;
}


.invalid input, .invalid textarea {
border-left: 4px solid red;
width:296px;
}

td #id_xml {
	display: none;
}

td span.help_text {
	display: block;
	padding-left: 2px;
	font-size: 0.8em;
	width: 300px;
	line-height:14px;
}

td.submit-btn input {
width: 150px;
border: none;
background-color: #999999;
margin: 10px 0 0 0;
}

td.submit-btn input:hover {
color: white;
background-color: #444;
}

.radio-btn { width: auto; margin:0px 5px 0 0;}
.radio-label{width:250px; padding-right: 30px; vertical-align:middle;}


