/*
 * Colors:
 *   - blue: #184A7E
 */
body {
	color: #184A7E;
	margin-left: 10px;
	margin-right: 10px;
	
}


A {
	color: black;
	text-decoration: none;
	border-bottom: 1px black dashed;
}

A:hover {
	color: black;
	text-decoration: bold;
}

/* prikaz podatkov o produktu
==================================================================*/
div.prod_img_small {
	margin-right: 10px;
	float: left;
}

div.product_images {
	border-top: 1px  #184A7E dashed;
	margin-top: 10px;
	float: left;
}

div.product_images li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	list-style: none;
}



/* prostor (div) na desni strani (menu, kratki podatki, itd.)
==================================================================*/
div.right_box {
	width: 250px;
	float: right;
	border: 1px #184A7E solid;
	margin: 0px 0px 20px 20px;
}

div.right_box a {
	border-bottom: 0px;
	color: #184A7E;
}

div.right_box li:hover {
	background-color: #efefef;
}

div.right_box .title {
	width: 100%;
	background-color: #184A7E; 
	text-align: center;
	font-weight: bold;
	color: #FFFFFF; 	
}

div.right_box .content {
	width: 100%;
	padding: 5px 10px 0px 10px;
	text-align: left;
}

div.right_box ul {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
div.right_box li {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	list-style: none;
//	border: 1px red dashed;
}


div.right_box .more {
	width: 100%;
	text-align: right;
	font-size: 80%;
}



/*  novice na glavni strani
===========================================*/
div.news_mainpage {
	width: 250px;
	float: right;
	border: 1px #184A7E solid;
	margin: 0px 0px 20px 20px;
}

div.news_mainpage a {
	border-bottom: 0px;
	color: #184A7E;
}

div.news_mainpage li:hover {
	background-color: #efefef;
}

div.news_mainpage .title {
	width: 100%;
	background-color: #184A7E; 
	text-align: center;
	font-weight: bold;
	color: #FFFFFF; 	
}

div.news_mainpage .content {
	width: 100%;
	padding: 5px 10px 0px 10px;
	text-align: left;
}

div.news_mainpage ul {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
div.news_mainpage li {
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	list-style: none;
//	border: 1px red dashed;
}


div.news_mainpage .more {
	width: 100%;
	text-align: right;
	font-size: 80%;
}


/*   top banner
========================================================*/
.topbanner {
	width: 100%;
	height: 70px;
	background: url('/images/logo.png') no-repeat top left;
//	border: 1px yellow dashed;
	text-align: right;
}

/*   MAIN menu
========================================================*/
div.mainmenu {
	color: #ffffff;
	font-weight: bold;
	background:  #184A7E;
//	border: 1px red dashed;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.mainmenu a {
	border-bottom: 0px;
	color: #FFFFFF;
}

.mainmenu ul {
	color: white;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
}

.mainmenu li {
	display: block;
	float: left;
	white-space: nowrap;
	color: #FFFFFF;
	align: center;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
//	border-left: 2px #aaaaaa solid;
//	border-top: 2px #aaaaaa solid;
//	border-right: 2px #8888ff solid;
//	border-bottom: 2px #8888ff solid;
}

.mainmenu li:hover a {
	background: white;
	color: #184A7E;
}

.mainmenu li.sel {
	background: white;
	color: #184A7E;
}

.mainmenu li.sel a {
	background: white;
	color: #184A7E;
}

/*  footer
--------------------------------------------------------*/
div.footer {
	margin-top: 10px;
	padding-top: 5px;
//	border-top: 1px #184A7E dashed;
	text-align: center;
	font-size: 75%;
	clear: both;
}
