#viewportTOP{
	width: 708px; 
	height: 65px; 
	padding:10px 9px 0px 9px;
	position: relative; 
	border-width:1px 1px 1px 1px;
	border-style:solid;
	background-color: #FFFFFF;
	border-color:#CCCCCC;
}

#viewportLOGO{
	width: 160px; 
	height: 50px; 
	padding:0px 0px 0px 0px;
	position: relative; 
	border-width:0px 0px 0px 0px;
	border-style:solid;
	background-color: #FFFFFF;
	border-color:#CCCCCC;
}

#viewportBROKER{
		COLOR: #000;	
		FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
		FONT-SIZE: 23px;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		line-height: 25px; 
}

#viewport{
	width: 708px; 
	padding:10px 9px 10px 9px;
	position: relative; 
	/* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewtop,
		the width of the viewtop should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewtop
	 */
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#CCCCCC;
	overflow:hidden; /* Hides extra elements, those outside the viewtop area */
}

#viewport ul{
	position: relative; /* Enables positionning of elements inside viewtop */
	margin: 0;
	padding: 0; /* Resets default - User Agent - style */
}
#viewport li{
	width: 168px; /* Defines the size of inner element */
	height: 175px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	background-color: #D4E7FC;
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:5px;
	border-style:solid; 
	border-width:1px; 
	border-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px; /* Space between boats */
	COLOR: #FFFFFF;
}

/* Cosmetic */
#simplePrevious, #simpleNext{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
}

.arhivboat:link {background-color:#FFFFFF;}
.arhivboat:visited {background-color:#FFFFFF;}
.arhivboat:hover {background-color:#CFD7DF;}
.arhivboat:active {background-color:#FFFFFF;}

.visitbrokerINDEX {
	margin-bottom: 20px;
}