/***************************************************
		             DAXCELL
			  made by www.krojac.com
***************************************************/


.element, .element-line, .element-gallery{
	float: left;
	position: relative;
}
	
.element-line{
	margin-bottom: 5px;
	width: 650px;
	padding: 5px;
	background-color: #F0F0F0;
}

.element{
	padding-bottom: 25px;
	width: 100%;
}

.element-info{
	width: 650px;
	background-color: #FFFFFF;
	margin-top: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#expressCartHolder{
	width:500px;
	position: fixed;
	background-image: url(../pic/expressCart-background1.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 9999;
	margin-top: 200px;
	left: 50%;
	margin-left: -250px;
}

.expressCartHolder{
	width:480px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

/***************************************************
			       GALLERY
***************************************************/

.foto-solo, .foto-products, .foto-products-big, .foto-cart, .foto-more-photo, .foto-products-small-background{
	float: left;	
	position: relative;
}

.foto-solo{
	height: 288px;
	width: 289px;
	background-image: url(../pic/background-product.png);
	background-repeat: no-repeat;
}

.foto-more-photo{
	padding-top: 15px;
	width: 100%;
}

.photo-left{
	position: absolute;
	margin: 0px;
	left: 15px;
	width: 20;
	height: 32;
	bottom: 15px;
}
.photo-right{
	position: absolute;
	margin: 0px;
	right: 15px;
	width: 20;
	height: 32;
	bottom: 15px;
}

.foto-products{
	border: 1px solid #CCCCCC;
	padding: 1px;
	background-image: none;
	background-color: #FFFFFF;
}

.foto-products-small-background{
	background-image: url(../pic/background-product-small.png);
	height: 128px;
	width: 128px;
	margin: 8px;
}

.foto-products-small{
	position: absolute;
	top: 10px;
	margin: 0px;
	left: 8px;
}

.foto-products-big{
	height: 231px;
	width: 258px;
	position: absolute;
	top: 18px;
	margin: 0px;
	left: 15px;
}

.products-description{
	width: 360px;
	position: relative;
	top: 5px;
	margin: 0px;
	float: right;
}

.product-more-photo{
	height: 75px;
	width: 250px;
	position: absolute;
	top: 260px;
}

.buttons{
	height: 27px;
	width: 27px;
	position: relative;
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}

/****************SCROLL*******************/

.scroll-holder{
	width: 139px;
	position: relative;
	height: 164px;
	background-image: url(../pic/background-scroll.png);
	background-repeat: no-repeat;
}

.scroll-photo{
	float: left;
	padding: 10px 10px 5px;
}

.scroll-description{
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 119px;
}


/***************************************************
			       BANNERS
***************************************************/

.element-baneri-levo{
	width:170px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}

/***************************************************
			   PAGE NAVIGATION
***************************************************/

#page-nav-holder{
	float: left;
	position: relative;
	width: 900px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url(../pic/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 25px;
}

.page-nav-right, .page-nav-left{
	float: right;
	position: relative;
	width: 450px;
}

.page-nav-left{
	float: left;
	padding-top: 5px;
}

a.page-nav-link{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F9F9F9;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;
}

a.page-nav-link:hover{background-color: #00BCFF; color: #F9F9F9;}

.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;
}

