#swindow {
	position:absolute;
	z-index:100;
	left:0px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#pwindow {
	position:absolute;
	background:#FDFDFD;
	z-index:101;
	height:502px;
	width:700px;
	border-top:1px solid #F1F1F1;
	border-bottom:3px solid #F1F1F1;
	visibility:hidden;
	background:url(images/porto/porto-bottom-bg.gif) no-repeat bottom #fff;
	border:10px solid #F1F1F1;
}
#porto1 {
	position:absolute;
	background:#ffffff;
	z-index:102;
	top:0px;
	width:335px;
	height:502px;
	left:50px;
}
#porto-title {
	position:absolute;
	top:10px;
	left:0px;
	background:url(images/porto/porto_title.jpg) no-repeat top left;
	width:68px;
	height:215px;
	z-index:105;
}
#closer {
	position:absolute;

	z-index:102;
	top:0px;
	left:630px;
	height:34px;
	width:70px;
	cursor:pointer;
	background:url(images/porto/porto_close.jpg) no-repeat right top;
}
#info1 {
	position:absolute;
	background:#F5F5F5;
	border-top:2px #FAFAFA solid;
	top:200px;
	left:420px;
	width:250px;

	margin-top:15px;
	padding:5px;
	color:#434343;
	text-align:justify;
}
#nav {
	position:absolute;
	background:#fff;
	z-index:102;
	top:35px;
	left:420px;
	width:260px;

}
.add-image {
	width:52px;
	height:52px;
	float:left;

	margin-bottom:5px;
	margin-right:2px;
	text-align:center;
}
.add-image-on {
	width:52px;
	height:52px;
	float:left;
	background:#FFB7DB;

}
.add-image a img {
	vertical-align:middle;
	width:50px; height:50px;
}
.add-image a {
	border:none;
	display:block;
	width:52px;
	height:52px;
	/*width:50px; height:50px;*/ 
	border:1px solid #fff;
	background:#FCFCFC;
}
.add-image a:hover {
	border:none;
	display:block;
	width:52px;
	height:52px;
	/*width:50px; height:50px;*/
	border:1px solid #555;
}
.navigation {
	padding:0px;
	margin-bottom:0px;
	background:#EAEAEA;

	float:left;
	width:70px;
	height:70px;
}
/*COUNTERS*/
#counters2 {
	height:31px;
	width:200px;
	position:absolute;
	left:40px;
	top:50px;
}
#counters2 div {
	float:left;
	margin-right:5px;
}

/*-- forum-w --*/
.forum-w {
/*	border:1px solid red;*/
	clear:both;
	padding:30px;
	position:relative;
}

.forum-w div {
    background-color: #eeecec;
	margin:8px 0;
    color: #333;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 0 9px 9px 9px;
    -moz-border-radius: 0 9px 9px 9px;
    border-radius: 0 9px 9px 9px;
    behavior: url(PIE.htc);
}

.forum-w span {
	display:block;
	padding:4px;
	background-color:#5aa3c6;
	color:#fff;
	position: relative;
    -webkit-border-radius: 0 9px 9px 9px;
    -moz-border-radius: 0 9px 9px 9px;
    border-radius: 0 9px 9px 9px;
    behavior: url(PIE.htc);
	font-size:16px;
	line-height:15px;
}

.forum-w span em {
	font-size:10px;
	color:#bfe4f6;
}

.forum-w  p {
	padding:10px 0;
	font-family:"Arial";
}



/*-- announc --*/
#ad {
	
}
.announc {
	border: 1px solid #ccc;
	background-color: #95deef;
	margin: 20px 30px;	
	padding: 10px;
	font-size: 16px;
	clear: both;
}

.announc.index-announc {
	margin: 0;
	border: none;
}

.announc.index-announc p {
	font-size: 14px;
	padding: 10px 0 20px;
	/*width: 880px;*/
	/*margin: 0 auto;*/
}

.announc.index-announc p img {
	float: right;
	height: 100px;
	width: 100px;
	border: 5px solid #95deef;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 1px 1px 6px;
}
