@charset "utf-8";
/* CSS Document */

@import url("senka.css");
@import url("pag.css");
#galerija{
	width:760px;
	height:420px;
	float:left;
	padding: 10px;
}
#countrydivcontainer{
	float:left;
	width:485px;
	height:400px;
}
#all {
	width:262px;
	height: 395px;
	padding: 5px 0px 0px 13px;
	float:left;
	background: url(../images/bg-katalog.jpg) repeat-x center top;
}
#thumbs {
	float:left;
	width:262px;
	height: 320px;
}
.slike {
	list-style-type: none;
}
.slike li {
	display: inline;
	margin: 0;
}
.slike li a img{
	width:50px;
	height:66px;
	border: 1px solid #fff;
	padding:4px;
}
.slike li a:visited {
	color: #2d2b2b;
}
.slike li a:hover img{
	width:50px;
	height:66px;
	border: 1px solid #cccccc;
}
.slike li a.selected img{
	width:50px;
	height:66px;
	border: 1px solid #ae1f24;
	padding:4px;
}
.slike li a img.komode  {
	width:100px;
	height:100px;
	border: 1px solid #fff;
	padding:4px;
}
.slike li a:hover img.komode{
	width:100px;
	height:100px;
	border: 1px solid #cccccc;
}
.slike li a.selected img.komode{
	width:100px;
	height:100px;
	border: 1px solid #ae1f24;
	padding:4px;
}
.slike li a img.sto  {
	width:100px;
	height:66px;
	border: 1px solid #fff;
	padding:4px;
}
.slike li a:hover img.sto{
	width:100px;
	height:66px;
	border: 1px solid #cccccc;
}
.slike li a.selected img.sto{
	width:100px;
	height:66px;
	border: 1px solid #ae1f24;
	padding:4px;
}
/*detaljan opis*/

body, html {
	margin: 0;
	padding: 0;
}
#osnovni {
	width:485px;
	height: 372px;
	float:left;
}
#text{
	float:left;
	width:255px; height: 300px;
	background:  url(../images/bg-katalog1.jpg) repeat-x center top;
	margin-right: 10px
}
#text h3 {
	padding-bottom:30px;
	color:#AE1A25;
	font-style:normal;
}
#text p{
	margin: 0;
	padding-bottom: 5px;
	font-family: Arial; 
	font-size:12px;
}
#text span{
	color: #ae1f24;
	font-weight:bold;
	font-size:12px;
}/*
#slika {
	float:left;
	width:226px;
	height:336px;
}*/
#header_outer {
	width:215px;	
	 margin: 0px 10px 0px 10px; float:left;
	height:70px;
	color:#fff;
	text-align:center;
	border-top: #fff dashed 1px;
}
#header_outer ul {
	padding: 10px 0px 10px 0px;
}
#header_outer ul li {
	display: inline;
	list-style-type: none;
	line-height: 20px
}
#header_outer a {
	color: #fff;
	text-decoration:none;
	border-bottom: #fff dashed 1px;
}
#header_outer a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom: #AE1A25 1px solid;
}
#call{
	width:485px;  
	margin-top: 10px;
	height:72px;
    text-align:right;
	float:right;
	background:url(../images/call-now.jpg) 95% 0% no-repeat;
}

