/***************************************************
		             ALEVA A.D
			  made by www.krojac.com
***************************************************/


.element, .element-line, .element-gallery, .element-text-left, .element-line2{
	float: left;
	position: relative;
	width: 100%;
}
	
.element-line{
	background-image: url(../pic/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.element-line2{
	background-image: url(../pic/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.element{padding-bottom: 30px;}

.element-gallery{
	padding-bottom: 20px;
	padding-top: 20px;
}

.element-text-left{
	width:475px;
	float: right;
}

*html .element-text-left{float: none;}


/***************************************************
			       GALLERY
***************************************************/

.foto-solo, .foto-galerija{
	float: left;
	height: 140px;
	width: 185px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 15px;
	border: 1px solid #EAEAEA;
	margin-bottom: 5px;
	position: relative;
}

.foto-products-big{
	float: left;
	margin-right: 15px;
	border: 1px solid #EAEAEA;
	padding: 3px;
	top: 5px;
}

.foto-news, .foto-products{
	float: left;
	margin-right: 15px;
	border: 1px solid #EAEAEA;
	padding: 3px;
}

.foto-holder{
	width: 130px;
	position: relative;
	height: 190px;
}


.product-more-photo{
	height: 75px;
	width: 250px;
	position: absolute;
	top: 260px;
}

/***************************************************
			       BANNERS
***************************************************/



/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: right;
	position: relative;
	width: 918px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

.page-nav-left{
	float: left;
	position: relative;
	padding-top: 5px;
}

.page-nav-right{
	width:400px;
	position: relative;
	float: right;
}

a.page-nav-link{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{background-color: #00BCFF; color: #FFFFFF; border: 1px solid #00BCFF;}

.page-nav-link-active{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}

