@charset "utf-8";
/* BBCode CSS Document */

div.lightbox-temp{
	margin: 15px 0px 15px 0px;
	width: 700px;
	height: auto;
	float: left;	
}

a.lightbox-temp{
	margin: 0px 20px 0px 0px;
	border: 1px solid #dedede;
	background-color: #fff;
	width: 150px;
	height: auto;
	float: left;
}

img.lightbox-temp{
	padding: 5px 5px 5px 5px;
	width: 140px;
	height: auto;
	border: 0;
	float: left;	
}

.galery-row{
	margin: 15px 0px 15px 0px;
	width: 700px;
	height: auto;
	float: left;	
}

.galery-box{
	margin: 0px 20px 0px 0px;
	border: 1px solid #dedede;
	background-color: #fff;
	width: 150px;
	height: auto;
	float: left;
}

.galery-img{
	padding: 5px 5px 0px 5px;
	width: 140px;
	height: auto;
	float: left;
}

.galery-text{
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #585858;
}

div.temp-img{
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #585858;
	width: auto;
	text-align: center;
	height: auto;
}

img.temp-img{
	padding: 5px 5px 5px 5px;
	border: 1px solid #dedede;
	background-color: #fff;
	width: auto;
	height: auto;
}

.bold{
	font-weight: bold;
}

.italics{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.strikethrough{
	text-decoration: line-through;
}

.overline{
	text-decoration: overline;
}

.paragraph{
	text-indent: 5%;
}

.listbullet{
	list-style-image: inherit;
}

.listdecimal{
	list-style-type: decimal;
}

.listlowerroman{
	list-style-type: lower-roman;
}

.listupperroman{
	list-style-type: upper-roman;
}

.listloweralpha{
	list-style-type: lower-alpha;
}

.listupperalpha{
	list-style-type: upper-alpha;
}


