/* CSS Document */
body, html{
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#000000;
	outline:none;
}
#cont{
	width:950px;
	margin:auto;
}

#head{
	position: relative;
	background:url(i/bg_head.png) no-repeat 0 0;
	width:950px;
	height:96px;
	border-bottom:1px solid #DBDBDB;
}

.box{
	width:315px;
	background:url(i/bg_box.png) no-repeat right bottom;
	float:left;
	min-height:470px;
	height:auto !important;
	height:470px;
}

.box .title{
	padding:27px 0 40px 17px;
}

.box .inn{
	padding:0px 20px 0 40px;
}



.box .inn label, .box .inn .nm{
	color:#666666;
	display:block;
	padding-bottom:3px;
}

.box .inn label.error{
	color:#CC0000;
}

.box .inn select{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:194px;
}

.box .inn .dt{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
}

.box .inn .dt.cena{
	color:#990000;
	font-size:14px;
}

.bt_dodaj{
	background:url(i/bt_dodaj.png) no-repeat 0 0;
	width:110px;
	height:19px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 47px 0 0;
	text-align:right;
}

.bt_dodaj_blue {
	background:url(i/bt_dodaj_blue.png) no-repeat 0 0;
}

.box .inn .nav a, .box .inn .nav img{
	display:block;
	float:left;
}

.box .inn .nav img{
	padding:0 13px;
}
.box .inn .nav{
	padding-bottom:5px;
}
.inp{
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:240px;
	height:16px;
	padding:3px 4px;
	padding-bottom:2px;
	margin-bottom:3px;
}

.cartitem{
	background:url(i/dot.png) no-repeat 0 4px;
	padding-left:15px;
	padding-bottom:10px;
}
.cartitem .projektor{
	font-weight:bold;
	float:left;
}

.cartitem .cena{
	float:right;
	font-weight:bold;
}

.cartitem .lampa{
	float:left;
}

.cartitem.skupaj{
	border-top:1px solid #990000;
	padding-top:10px;
	font-size:14px;
	background:none;
	color:#990000;
}

#foot{
	padding:22px 0px;
}

#topfoot{
	text-align:center;
	border:1px solid #EDEDED;
	border-left:none;
	border-right:none;
	padding:5px 0;
}

.small{
	font-size:11px;
}

.banners{
	float:right;
	padding:19px 18px 0 0;
}
.banners a{
	margin-left:10px;
}
.banners img{
	border:none;
}

.question{
	background:url(i/question.png) no-repeat 0 0;
	width:12px;
	height:12px;
	display:block;
	float:right;
	margin:3px 5px 0 0;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid #666666;
	padding: 10px;
	background-color:#cc00000;
	visibility: hidden;
	z-index: 100;	
	color:#000;
}
