div#stats{
	padding:7px;
	height:20px;
	background-color: #EEEEEE;
	float: right;
	border-radius:7px;
    box-shadow:0 3px 10px #CCCCCC, 1px 3px 5px #CCCCCC, -1px 3px 5px #CCCCCC;
}

div#stats a{
	color:#333;
}

.column{
    margin-bottom: 10px;
	margin-top: 5px;
	flex: 1;
}
.right-corner {
	 margin-right: 0 !important;
}
.corner{
   margin-top:47px;
   margin-left: 0 !important;
}

.dataline label{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	display:table;
}

.dataline a{
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	color: #FF9900;
	text-decoration:none;
	}

.dataline ul{
	margin:0px;
}

.dataline li{
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

label.title{
	display:block;
	font-size:14px;
	background:#FFDDAA;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	padding-left:2px;
	color:#000;
}

label.title, label.component {
	font-weight:bold;
	margin: 5px 0 0.3em 0;
	display:block;
}

label.tab_content, label.component {
	font-weight:bold;
	margin: 0px 0 0.3em 0;
	display:block;
}

label.component{
	font-size: 16px;
	padding:3px;
	position:relative;
}

.collapsed:before{
    content: " " url(sexybuttons/images/icons/silk/bullet_arrow_right.png);
    vertical-align: top;
}

.expanded:before{
    content: " " url(sexybuttons/images/icons/silk/bullet_arrow_down.png);
    vertical-align: top;
}

.fields ul {
   list-style-type: none;
   padding:0px;
   margin-bottom: 0px;
}

.fields ul li{
	background-color:#fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow:0 3px 10px #CCCCCC, 1px 3px 5px #CCCCCC, -1px 3px 5px #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	margin-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	height:20px;
}

.fields ul li.active{
	background: #FFFFFF;
	height:22px;
}

.fields ul li{
	background:#C8C8C8;
}

/*CSS for tooltip*/

a.tip {
    text-decoration: none;
    float:left;
}
a.tip:hover {
    cursor: default;
    position:relative;

}
a.tip span {
    display: none;
}
a.tip:hover span {
    padding: 5px;
    display: inline-block;
    z-index: 100;
    background: #ddd;
    opacity:0.9;
    border-radius:7px;
    position: absolute;
    width:180px;
    top: 15px;
    text-decoration: none;
    text-align:justify;
    left:0px;
}

a.tip img{
    vertical-align: middle;
}

/*End CSS for tooltip*/

.recommendations{
   width:100%;
   margin-top:10px;
}

.recommendations ul{
    list-style: none;
}

.recommendations li{
	font-size:14px;
	line-height:25px;
}

.identifier{
	padding:3px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #555555;
	display:inline-block;
	float:left;
	margin-right:5px;
}

.subtitle{
	background-color: #d1d1d1;
	padding-left:3px;
	padding-right:3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #333;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:2px;
	margin-top:8px;
	font-size:14px;
	font-weight:bold !important;
	display:block !important;
}

.otherLang {
	display:none;
}

.desc{
	clear:both;
}

.more{
	color:#666;
	margin-bottom:20px;
}

.more:hover{
	color:#111;
}

.read-more{
    padding-bottom:3px;
    line-height: 1;
}

.read-less{
    padding-bottom:3px;
    line-height: 1;
}

.details{
	padding-bottom:3px;
}

.contact{
	padding:2px 10px 2px 10px;
	border:solid 2px #ccc;
	background:#eee;
}

.contact .dataline{
	font-weight:bold;
	font-size:12px;
	display:block;
}

.indented{
	padding:0 10px 0 10px;
}

a .indented{
	color: #637800;
	float:left;
}

.hidden{
	display:none;
}

.vcard{
	padding-left:5px;
	vertical-align:top;
}

.contactcard .dataline:hover{
	cursor:pointer;
}

.contactcard .dataline{
	font-weight:bold;
	font-size:14px;
	padding-top:1px;
}

.dataline span a{
	padding:0px;
	margin:0px;
}

.mediatitle label{
	background:#bbb;
}

.mediatitle{
	display: inline-block;
	background:#333;
}
