/* Jovanovic Milan for PlumDesign, Belgrade, www.plum-design.net */
/* this styles are changeble, firs file is catalogue_sytle_01.css and second is catalogue_sytle_02.css */

.catalogueItemBox{
	width:155px;
	height:230px;
	border-left:1px solid #dddddd;
	margin:4px 0px 4px 0px;
	float:left;
}

.catalogueThumbImage{
	padding:0px;
	margin:5px 8px 5px 8px;
	border:0px;
	width:120px;
}
a.catalogueTextLink{
	padding:0px;
	margin:5px 8px 5px 2px;
	color:#414141;
	text-decoration:none;
	color:#333333;
}
a.catalogueTextLink:hover{
	text-decoration:underline;
}

.catalogueThumbLink{
	display:block;
	height:202px;
	color:#444;
	text-decoration:none;
}
.catalogueThumbLink:hover{
	display:block;
	color:#666;
}

.catalogueItemText{
	padding:8px;
}



.catINFO{
	border-bottom:1px dashed #ccc;
	margin:0px 8px 4px 4px;
}

.catINFO H1{
	color:#0072bc;
	font-size:16px;
	margin:10px 0px 2px 2px;
	clear:both;
	padding:0px;
}
.catINFO .catOpis{
	color:#666;
	font-size:11px;
	font-weight:normal;
	padding:2px 0px 6px 8px;
	clear:both;
	margin:0px;
}


.ProductContainer{
	background-image:url('../../site_images/bgnd_gradijent_bar.gif'); 
	background-position:bottom;
	background-repeat: repeat-x;
	width:630px;
	padding-bottom:20px;
}
#prodTable{
	border-collapse:collapse;
	width:615px;
}
#prodTable td{
	padding:4px;
	vertical-align:top;
}
#prodTable td h1{
	font-size:20px;
	color:#999999;
}
#prodTable td h2{
	font-size:18px;
	color:#f87e1b;
}
#prodTable td ul{
	margin-left:20px;
}