/*-----------------------------------------------------------------------------
PROJEKT Screen Stylesheet

version:   1.0
date:      04/09/2007
email:     info@smit-und-partner.de
website:   smit-und-partner.de
-----------------------------------------------------------------------------*/

* {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#tools label{
	color: #CCCCCC;
}

body {
	background: #fbfbfb;
	color: #121212;
	font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}

h1 {
	color: #497044;
	font-size: 2em;
	font-weight: normal;
	margin: 4px 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	color: #686166;
	font-size: 1.25em;
	margin-bottom: 8px;
}

h3 {
	color: #686166;
	font-size: 1em;
	margin-bottom: 8px;
}

h4 {
	color: #798897;
	font-size: 1.1em;
}

p {
	margin-bottom: 10px;
}

a {
	color: #aa4609;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.headline {
	font-size: 1.167em;
	font-weight: bold;
}

.lightbox {
	border: none;
}

.link-uebersicht {
	background: url(../img/link-overview.png) no-repeat left center;
	border: 1px solid #d7d1d0;
	display:block;
	font-size: 0.917em;
	font-weight: bold;
	padding: 2px 4px 2px 24px;
}

.link-pdf {
	background: url(../img/pdf_link.png) no-repeat left center;
	border: 1px solid #d7d1d0;
	display:block;
	font-size: 0.917em;
	font-weight: bold;
	padding: 2px 4px 2px 24px;
}

.link-feed {
	background: url(../img/rss.png) no-repeat 2px center;
	border: 1px solid #d7d1d0;
	display:block;
	font-size: 0.917em;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 4px 2px 24px;
}

.link-video {
	background: url(../img/film.png) no-repeat 2px center;
	border: 1px solid #d7d1d0;
	display:block;
	font-size: 0.917em;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px 4px 2px 24px;
}

.link-twitter {
	background: url(../img/twitter.png) no-repeat right center;
	font-size: 0.917em;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 70px 2px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}

.hide {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bild-links {
	float: left;
	margin: 0 5px 5px 0;
}

.bild-rechts {
	float: right;
	margin: 0 0 5px 5px;
}

.error {
	border: 1px solid #fbb;
	background-color: #fdd;
	display: block;
	font-size: 0.917em;
	padding: 2px;
}

dl {
	margin-bottom: 10px;
}

dt {
	clear: both;
	float: left;
	width: 25%;
}

dd {
	margin-bottom: 3px;
}

dl.form dt {
	padding: 0.2em 0;
	margin-bottom: 0.5em;
}

dl.form dd {
	margin-bottom: 10px;
}

.recent dt {
	width: 60px;
}

.dates dt, .dates dd {
	display: block;
	width: 100%;
}

.dates dd {
	margin-bottom: 8px;
}

ul, ol {
	margin-bottom: 10px;
	padding-left: 20px;
}

ul li {
	list-style: url(../img/bullet.png);
}

ol li {
	list-style: decimal;
}

table {
	border-collapse: collapse;
}

table th, table td {
	padding-right: 5px;
}

table td {
	padding-top: 4px;
	padding-bottom: 5px;
}

table th {
	color: #978268;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}

tbody tr {
	border-top: 1px solid #f7f1eb;
}


/* FORMS
-----------------------------------------------------------------------------*/
input.text, input.password, textarea {
	border: 2px solid #d1c9c6;
	color: #7a7771;
	font-size: 0.917em;
	padding: 2px;
}

select {
	border: 2px solid #d1c9c6;
	color: #7a7771;
	font-size: 0.917em;
}

dl input.text, dl input.password, dl select, dl textarea {
	width: 300px;
}

dl table select {
	width: auto;
}

.radio label, .radio input, .checkbox label, .checkbox input {
	font-weight: normal;
	line-height: 1.6;
	vertical-align: middle;
}

label {
	font-weight: bold;
}

#mitglieder-login {
	background: url(../img/Mitgliedskarte.jpg) no-repeat;
	height: 221px;
	position: relative;
	width: 350px;
}

#mitglieder-login #login-username {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	left: 118px;
	top: 52px;
	width: 100px;
}

#mitglieder-login #login-submit {
	border: 1px outset #D4D0C8;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 3px;
}

.advice {
	background:#972626 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size: 0.833em;
	margin-top:5px;
	padding:3px;
}

/* 
-----------------------------------------------------------------------------*/
#wrapper {
	left: 0;
	margin: 0 auto 0;
	padding-bottom: 2.5em;
	position: relative;
	top: 0;
	width: 900px;
}

#shortcuts {
	float: left;
	padding: 1px 0;
	margin: 0;
}

#shortcuts li {
 	border-right: 1px solid #baac99;
	float: left;
	list-style: none;
}

#shortcuts li.last {
	border-right: none;
}

#shortcuts a {
	display: block;
	font-size: 0.917em;
	text-decoration: none;
	padding: 0 4px;
}

#shortcuts a.active {
	text-decoration: underline;
}

#search {
	border: 1px solid #a34e4a;
	background-color: #fff;
	float: right;
	overflow: hidden;
	height: 1.417em;
	width: 140px;
}

#search input {
	border: none;
	font-size: 0.833em;
}

#search .text {
	color: #a08e76;
	float: left;
	font-size: 0.917em;
	padding: 1px;
	width: 100px;;
}

#search .submit {
	background: url(../img/search-submit.png) repeat-x #eededd;
	border-left: 1px solid #a34e4a;
	color: #aa4609;
	float: right;
	font-size: 0.917em;
	padding: 1px;
}

#impression {
	max-height: 130px;
	overflow: hidden;
}

#head {
	height: 105px;
	position: relative;
}

#tools {
	background: -moz-linear-gradient(center top , #e8e8e8, #f7f7f7) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f7f7f7));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#f7f7f7'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#f7f7f7')"; /* IE8 */
	border: 1px solid #c0b7b6;
	border-right: none;
	border-bottom: none;
	padding: 3px 5px;
	position: absolute;
	right: 0;
	top: 104px;
	width: 290px;
}

#main {
	/*background: #FFF url(../img/main-bg.png) repeat-y right;*/
	background: #FFF;
	border: 1px solid #c4bfbf;
	position: relative;
	width: 900px;
}

#content {
	float: left;
	padding: 20px 0 20px 20px;
	width: 559px;
}

#sidebar {
	float: right;
	margin-top: 1px;
	width: 300px;
}

* html #sidebar {
	margin-top: 23px;
}


#logo {
	background: url(../img/logo.png) no-repeat;
	display: block;
	height: 75px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 15px;
	width: 279px;
}

#foot {
	background: url(../img/foot-bg.png) no-repeat;
	clear: both;
	height: 5px;
	margin: 0 -5px;
}

/* NAVIGATION
-----------------------------------------------------------------------------*/
.navigation {
	height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

* html .navigation { /* IE 6 */
	overflow: visible;
}

.navigation li {
	float: left;
	list-style: none;
}

.navigation a {
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.083em;
	font-weight: bold;
	padding: 2px 20px;
	text-decoration: none;
}

.navigation a:hover, .navigation a.active {
	background-position: 0 -24px;
	text-decoration: none;
}


#topnavigation {
	border: 1px solid #c4bfbf;
	left: 0;
	position: absolute;
	top: -26px;
}

* html #topnavigation {
	top: -22px;
}

#topnavigation a {
	background-image: url(../img/topnavigation-bg.png);
}

#bottomnavigation {
	background: url(../img/bottomnavigation-bg.png) repeat-x right top;
}

#bottomnavigation a {
	background-image: url(../img/bottomnavigation-bg.png);
	padding-left: 20px;
	padding-right: 20px;
}

#topnavigation .first a, #bottomnavigation .first a {
	background-position: -2px 0;
}

#topnavigation .first a:hover, #topnavigation .first a.active, #bottomnavigation .first a:hover, #bottomnavigation .first a.active {
	background-position: -2px -24px !important;
}


/* MAIN
****************************************************************************************************/
#main .column {
	float: left;
	margin-right: 21px;
	padding: 11px;
}

#main .column h2 {
	margin-top: 0;
}

#main .one-column-row, #main .two-columns-row, #main .three-columns-row {
	margin-bottom: 20px;
}

#main .one-column-row {
	border: 1px solid #d6d8d8;
	padding: 12px;
}

#main .no-border {
	border: none;
	padding: 0;
}

#main .two-columns-row {
	background: url(../img/two-columns-bg.png) no-repeat left bottom;
	margin-right: -23px;
}

#main .two-columns-row-wrapper {
	margin-right: -23px;
}

#main .two-columns-row-wrapper .two-columns-row {
	float: left;
}

#main .three-columns-row {
	background: url(../img/three-columns-bg.png) no-repeat left bottom;
	margin-right: -20px;
}

* html #main .two-columns-row { /* IE 6 */
	margin-right: -50px;
}

#main .two-columns-row .column {
	border-top: 1px solid #d6d8d8;
	width: 247px;
}

#main .three-columns-row .column {
	border-top: 1px solid #d6d8d8;
	margin-right: 20px;
	width: 151px;
}

/* Content
-----------------------------------------------------------------------------*/
#content .block {
	background: url(../img/content-block-bg.png) repeat-x bottom;
	padding: 15px 20px;
	position: relative;
}

.article {
	background: url(../img/headline-border11.png) no-repeat center bottom;
	margin: 0 -20px 10px -20px;
	padding: 6px 20px 10px 20px; 
}

.article.alt{
	background: #FCF7F5;
}

.article .headline {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-bottom: 4px;
}

.article .image {
	border: 2px solid #c1b8b7;
	float: left;
	margin-right: 5px;
}

.article .image img {
	display: block;
}

.article.single .image {
	margin: 0 10px 10px 0;
	padding: 5px;
}

.article .image .caption {
	font-size: 0.917em;
	margin: 3px 0 0 0;
}

.article .body {
	margin-left: 115px;
}

.article .body_lpd {
	margin-left: 0px;
}

.article img.left {
	padding: 0 15px 10px 0;
}

.pagination {
	border-top: 1px solid #f0e7dc;
	margin: 1em -20px -15px;
	padding: 10px 20px;
}

.pagination .prev, .pagination .next {
	color: #7a7771;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 1.5em;
	padding: 0.3em 0;
}

.pagination .pages {
	float: right;
	padding: 0;
}

.pagination .pages li {
	float: left;
	font-size: 1.1em;
	list-style: none;
	margin-right: 0.3em;
}

.pagination .pages a, .pagination .pages span {
	border: 1px solid #1a3c7c;
	display: block;
	line-height: 1;
	padding: 0.3em 0.5em;
	text-decoration: none;
}

.pagination .pages a:hover {
	text-decoration: underline;
}

.pagination .pages span {
	background: #1a3c7c;
	color: #FFF;
}

/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar h2 {
	//background: url(../img/headline-border.png) no-repeat left bottom;
}

#sidebar .block {
	background: -moz-linear-gradient(center top , #e8e8e8, #f7f7f7) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f7f7f7));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#f7f7f7'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#f7f7f7')"; /* IE8 */
	border: 1px solid #cecbca;
	border-right: none;
	overflow: hidden;
	height: 1%;
	margin: -1px 0px -1px -1px;
	padding: 10px 15px;
	position: relative;
}

#sidebar .galleries {
	padding-left: 0;
}

#sidebar .galleries li {
	list-style: none none;
}

#sidebar .galleries a {
	display: block;
	margin-bottom: 5px;
}

#sidebar .galleries .desc {
	display: block;
	margin-top:10px;
	float: right;
	width: 160px;
}

#sidebar .galleries .image {
	display: block; 
	margin-top:10px;
	float: left;
	width: 65px;
}

img.video {
	border: 19px solid #cdcdcd;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;  
}

/* GALLERY
-----------------------------------------------------------------------------*/
#gallery_list h1 {
	color: #aa4609;
	margin: 0 0 10px 0;
}

#gallery_list .image {
	display: block;
	margin-bottom: 10px;
}

#gallery_list .image img {
	border: 2px solid #c0b7b6;
	display: block;
	margin: 0 auto;
}

#gallery_list .desc {
	color: #5b5756;
}

#gallery_list a:hover {
	text-decoration: none;
}

#gallery_list a:hover h1 {
	text-decoration: underline;
}

#gallery {
	padding: 0;
}

#gallery li {
	border: 1px solid #D6D8D8;
	background: #FCF7F5 ;
	float: left;
	list-style: none;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 145px;
}

#gallery a {
	display: block;
	height: 150px;
	line-height: 1;
	overflow: hidden;
}

#gallery .image {
	display: block;
	margin-bottom: 10px;
}

#gallery .image img {
	border: 2px solid #c0b7b6;
	display: block;
	margin: 0 auto;
}

#gallery .desc {
	color: #5b5756;
	font-size: 0.833em;
}


/* VIDEOS
-----------------------------------------------------------------------------*/
.video {
	display: block;
}

.video.current {
	padding: 6px 4px;
	margin: 0 -5px;
	border: 1px solid #B16865;
}

.video .title {
	display: block;
	line-height: 1.2;
}

.video .date {
	display: block;
	font-size: 0.917em;
	color: #000;
	line-height: 1.1;
}


.map {
	position: relative;
}

.map_bubble {
	border-style: solid;
	border-color: #CECBCA;
	display: none;
	position: absolute;
	width: 180px;
	padding: 10px;
	background: #FFF;
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 7px rgba(0, 0, 0, .5);
	z-index: 7;
}

.map_bubble .pointer {
	color: #FFF;
	font-size: 1.667em;
	line-height: 1;
	position: absolute;
	top: 18px;
	left: -15px;
} 

/* CSS3 Media queries
--------------------------------------------- */

@media screen and (max-width: 910px) {

body{
  overflow-x: hidden !important;
}

#wrapper {
  width: 100%;
  margin: 0px;
}

#main {
	width: 100%;
}

#content {
	float: left;
	padding: 0;
	width: 60%;
}

#sidebar {
	float: right; 
	margin-top: 1px;
	padding: none;
	width: 33%;
}

#main .two-columns-row-wrapper .two-columns-row {
	clear: both;
}

#main .two-columns-row {
	background: none;
	margin-right: -23px;
}

#main .two-columns-row .column {
	border: none;
	width: 95%;
}

img {
  max-width: 100%;
  height: auto;
  margin: none;
  padding: none;
}

img.video {
  max-width: 100%;
  height: auto;
  margin: none;
  padding: none;
  border: none;
}

#tools { 
  display: block;                
	background: -moz-linear-gradient(center top , #e8e8e8, #f7f7f7) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f7f7f7));
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#f7f7f7'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e8e8', endColorstr='#f7f7f7')"; /* IE8 */
	border: none;
	padding: 3px 1%;
	position: relative;
	right: 0;
	top: 0;
	width: 98%;
}

#head{
  width: 100%;
}

#impression{
  width: 100%;
}

#bottomnavigation {
  width: 100%;

}

.navigation {
	height: auto;
	line-height:20px;
	z-index: 996;
}

.navigation li {
	float: left;
	list-style: none;
}

#topnavigation {
	border: 1px solid #c4bfbf;
	left: 0;
	position: relative;
	top: 0px;
	border-left: 0px;
}

#bottomnavigation {
	background: url(../img/bottomnavigation-bg_mobile.png) repeat right top;
}

#topnavigation {
	background: url(../img/topnavigation-bg_mobile.png) repeat right top;
}

#topnavigation a {
	display: block;
	width: 100%;
}

#bottomnavigation a {
	display: block;
	width: 100%;
}

}

@media screen and (max-width: 744px) {

#impression{
  width: 100%;
  margin-bottom: -0.6%;
  background-color: #c6918f;
}

}

@media screen and (max-width: 600px) {

#sidebar {
	float: none;
  display: block; 
	margin-top: 1px;
	padding: none;
	width: 100%;
}

.article .body {
	margin-left: 0px;
}

.column .clearfix{
	width: 90%;
	margin-bottom: 20px;
    	background: url("../img/headline-border11.png") no-repeat scroll center bottom transparent;
	padding-bottom: 10px;
}

.desc {
	width:100%;
}

h1 {
	font-size: 24px;
}

#sidebar .galleries .desc {
	width: 70%;
}

#content {
	float: none;
	display: block;
	padding: 15px;
	width: 90%;
}

#main .column{
	padding:0px;
}

.map {
display: none;
}

embed {
  max-width:100%;
}

}

@media screen and (max-width: 480px) {

body {
  font-size: 15px;
}

}

.social_share_privacy_area {
    clear: both;
    margin: 20px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block;
}
.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url(/socialshareprivacy/images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(/socialshareprivacy/images/socialshareprivacy_info.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
	position: relative;
	top: -2px;
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: #fff url(/socialshareprivacy/images/settings.png) no-repeat center center scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}
/* Settings/Info end */


