﻿#viewAuthor {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 20px auto 10px auto;¡
}

#infoAuthor {
	position: relative;
	overflow: hidden;
	width: 900px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

#infoAuthor .foto {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 0;
}
#infoAuthor .foto img {
	border: 5px solid #f0f0f0;
}
#infoAuthor .foto .nonaino {
    position: relative;
	border: 5px solid #f0f0f0;
	padding: 30px;
	background: #d0d4d9;
}
#infoAuthor .foto .nonaino img {
	border: 0;
}

#infoAuthor #textInfo {
	position: relative;
	overflow: hidden;
	float: left;
	width: 70%;
}

#infoAuthor .backVoteG {
	position: relative;
	width: 135px;
	height: 24px;
	background: url(../grafics/star_g_b_2.gif) 0 0 repeat-x;
	margin: 10px 0 5px 0;
}
#infoAuthor .backVoteG .vote {
    position: relative;
	width: 0;
	height: 24px;
	background: url(../grafics/star_g_2.gif) 0 0 repeat-x;
}

#infoAuthor .title, #infoAuthor .land, #infoAuthor .web, #infoAuthor .mail, #infoAuthor .info, #infoAuthor .notices, #infoAuthor .tech, #infoAuthor .descrip {
 	position: relative;
    width: 100%;
}
#infoAuthor .land, #infoAuthor .web, #infoAuthor .mail, #infoAuthor .info, #infoAuthor .notices, #infoAuthor .tech, #infoAuthor .descrip {
	padding-top: 10px;
}	
#infoAuthor .title {
	font-family: Trebuchet MS, verdana, helvetica, sans-serif;
	font-size: 26px;
	color: #808080;
}

#infoAuthor .land, #infoAuthor .info, #infoAuthor .mail, #infoAuthor .notices, #infoAuthor .tech, #infoAuthor .descrip {
	font-size: 12px;
	line-height: 18px;
}
#infoAuthor .land {
	font-weight: bold;
	color: #808080;
}
#infoAuthor .descrip {
	text-align: left;
	padding-bottom: 15px;
}
#infoAuthor .descrip p {
    margin: 0;
    padding: 0 0 10px 0;
}

#infoAuthor h4 {
	color: #a0a0a0;
	margin: 0;
	font-size: 14px;
	padding: 10px 0 5px 0;
}

#infoAuthor .mail a {
	font-weight: bold;
	background: url(../grafics/ico_email.gif) left center no-repeat;
	padding: 5px 0 6px 25px;
}

#infoAuthor .info a {
	background: url(../grafics/ico_logo_min.gif) left center no-repeat;
	padding: 8px 0 8px 25px;
}
#infoAuthor .notices a {
	background: url(../grafics/ico_paper.gif) 1px center no-repeat;
	padding: 8px 0 8px 25px;
}
#infoAuthor .web a {
	font-weight: bold;
	background: url(../grafics/ico_link_blank.gif) right center no-repeat;
	padding-right: 22px;
}

#infoAuthor .tech {
	font-size: 12px;
}

#viewAuthor #optionsBox {
    margin: 10px 0 0 0;
}


#viewAuthor #specialOptions {
    margin-top: 10px;
}




#authorList, #authorSimpleList {
	position: relative;
    overflow: hidden;
	margin-top: 10px;
}

#authorList .author {
	position: relative;
	width: 444px;
	margin-bottom: 10px;
}
#authorList .esq, #authorSimpleList .esq {
    float: left;
}
#authorList .drt, #authorSimpleList .drt {
   	float: right;
}

#authorList .foto {
	position: relative;
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background: url(../grafics/back_foto.gif) 0 0 no-repeat;
	width: 50px;
	height: 50px;
}

#authorList .info {
	position: relative;
	padding-top: 10px;
	margin-left: 80px;
	_width: 300px;
}

#authorList .name {
	position: relative;
	font-size: 18px;
}

#authorList .backVoteG {
	position: relative;
	width: 60px;
	height: 12px;
	background: url(../grafics/star_m_b.jpg) 0 0 repeat-x;
	margin: 3px 0 3px 3px;
}
#authorList .backVoteG .vote {
    position: relative;
	width: 0;
	height: 12px;
	background: url(../grafics/star_m.jpg) 0 0 repeat-x;
}

#authorList .land, #authorSimpleList .land {
	font-size: 12px;
	font-weight: bold;
	color: #909090;
	padding-top: 3px;
}

#authorList .panos {
	background: url(../grafics/ico_lat.gif) 0 7px no-repeat;
	padding: 4px 0 0 8px;
		
}


#authorSimpleList {
	margin: 0 0 10px 0;
}

#authorSimpleList .author {
	position: relative;
	width: 224px;
	margin-bottom: 10px;
	overflow: hidden;
}

#authorSimpleList .foto {
	position: relative;
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background: url(../grafics/back_foto.gif) 0 0 no-repeat;
	width: 50px;
	height: 50px;
}

#authorSimpleList .info {
	position: relative;
	padding-top: 10px;
	margin-left: 80px;
	width: 130px;
}
#authorSimpleList .name {
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
#authorSimpleList .land {
	font-size: 11px;
	font-weight: normal;
}
#authorSimpleList .web {
	position: relative;
	padding-top: 5px;
}
#authorSimpleList .web a {
	background: url(../grafics/ico_link_blank.gif) right center no-repeat;
	padding-right: 22px;
}

