/* CSS Document */

/* HISOTY */
.history
{
	width:35%;
	max-width:200px;
	text-align:left;
	
	padding:0em 2em 0 4em;
}

/* NEWS */
.news
{
	width:75%;
	2padding-top:2em;
	/*padding-left:2.5em;*/
}
.news ul
{
	list-style-type: none;
	/*padding-left: 2px;
	padding-bottom: 0.6em;*/

	margin:0 0 1.1em 0;
	padding:0;
}
.news li
{
	list-style-type: none;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.news .newsArchive
{
	padding-top:1.5em;
	padding-right:1.5em;
	text-align:right;
}


/* MEDICAL OPINION */
.medicalOpinion
{
	padding:3em 0em 3em 5em;
}
h2
{
	/*font-size:1.7em;*/
}
h3
{
	font-size:1.5em;
	font-weight:normal;
}
.medicalOpinion h2
{
	text-align:left;
}

.medicalOpinionPic
{
	vertical-align:top;
	padding-right:1em;
}
.opinion
{
	padding-right:2em;
}
.sign
{
	float:right;
	vertical-align:top;
	text-align:right;
}
.author
{
	padding-top:1.5em;
	text-align:left;
	color:#999999;
}

/* PUBLICATIONS */
#promo
{
	width:100%;
	height:485px;
	margin-bottom:80px;
}
#recomendations
{
	float:left;
	width:445px;
	height:200px;
	
	margin: 0 0 50px 25px;
	
	border:#CCC solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	vertical-align:middle;
	text-align:center;
}

#seminar
{
	float:right;
	width:445px;
	height:200px;
	
	margin: 0 25px 50px 0;
	
	border:#CCC solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	vertical-align:middle;
	text-align:center;

}
#recomendations:hover,
#seminar:hover {
	border: #090 solid 1px;
	box-shadow: 0px 0px 4px 3px #EBEBEB;
	-moz-box-shadow: 0px 0px 4px 3px #EBEBEB;
	-webkit-box-shadow: 0px 0px 4px 3px #EBEBEB;
}
#publications
{
	clear:both;
	
	width:900px;
	padding:2.0em 2.5em 2.5em 2.5em;
	background:#F9F7ED;
	border-top:#E8E8E8 solid 1px;
	border-bottom:#E8E8E8 solid 1px;
}
#publications h2
{
	font-size:150%;
}

#publications #pbBase
{
	display:table;
}
#publications .base-row {
	display: table-row;
}
#publications #pbBase li {
	display: table-cell;
	width: 50%;
}
#publications #bigNotePublications
{
	width:600px;
	padding-right:20px;
}
#publications #shortNotePublicationsQ
{
	display:inline;
	ffloat:right;
	wwidth:300px;
}
/* ==== */
.publications .content {
	padding:0em 2em 2em 2em;
}

#publications h1 {
	padding-bottom:10px;
	padding-top:40px;
}
#publications h2 {
	padding-bottom:0px;
	padding-top:30px;
}
#publications .CategoryHead {
	/*border-bottom:#CCC solid 1px;
	height:40px;*/
	padding-top:0px;
}
#publications .pbImage {
	float:none;
	padding-right:15px;
	padding-bottom:10px;
	padding-top:5px;
}
#publications .pbImageSmall {
	float:left;
	display:block;
	width:300px;
	padding-bottom:8px;
	padding-top:5px;
}
#publications .pbImageSmall img {
	width:250px;
}
#publications .pbInfo {
	position:relative;
	top:-25px;
	
	color:#999;
}
#publications .pbInfoSmall {
	position:relative;
	top:-11px;
	
	color:#999;
	font-size:11px;
}
#publications .noBig big {
	font-size:100%;
}
#publications a {
	text-decoration:none;
}
#publications a:hover {
	text-decoration:underline;
}
#publications .pbNoteUrl {
	text-decoration:none;
	color:#333;
}
#publications .pbNoteUrl:hover {
	text-decoration:underline;
}


/* ==== */
.aallPublications
{
	padding-top:1.5em;
	padding-right:1.5em;
	padding-bottom:0;
	text-align:right;
}
.greyLine
{
	width:50%;
	height:1px;
	background-color:#CCCCCC;
}

/* PROMOTION */
.promo
{
	padding-bottom:0em;
	padding-top:0em;
}


.beigeBlock
{
	/*width:60%;*/
	background:url('/i/index/bottom-line.gif') #F9F7ED repeat-x bottom;
}
.beigeBlock div
{
	background:url('/i/index/top-line.gif') repeat-x top;
}
.beigeBlock div div
{
	background:url('/i/index/right-line.gif') repeat-y right;
}
.beigeBlock div div div
{
	background:url('/i/index/bottom-right-angle.gif') no-repeat bottom right;
}
.beigeBlock div div div div
{
	/*padding:1em 1em 1em 2em;*/
	background:url('/i/index/top-right-angle.gif') no-repeat top right;
}