
.basictab{
font-weight: bold;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #eeeeee;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #edf6f9;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #a3bccd;
color: black;
text-decoration: none;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #a3bccd;
color: black;
}

.eval_border {
  text-align: center;
  color: #312c20;
  font-size: 40px;
  font-weight: bold;
  background-color: #cfdeea;
  float: right;
  width: 100px;
  height: 100px;
  border-color: #eeeeee;
  border-style: solid;
  border: 4px solid #eeeeee;
  border-top: 0px;
  border-right: 0px;
}

.eval_border_top {
  text-align: center;
  color: #312c20;
  font-size: 40px;
  font-weight: bold;
  background-color: #cfdeea;
  float: right;
  width: 100px;
  height: 90px;
  border-color: #eeeeee;
  border-width: 10px;
  border-style: solid;
  border: 4px solid #eeeeee;
  border-right: 0px;
}

.eval_mini_image {
  padding-left: 10px;
}

.find_record_top {

}

.eval_border_all {
font-size: 10px;
}

.item_top_tr {
  height: 100px;
}

ul.show_menu{
  margin: 0;
  padding: 3px 0;
}

.menutab{
font-weight: bold;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #eeeeee;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menutab li{
display: inline;
margin: 0;
}

.menutab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000000;
border-bottom: none;
background-color: #edf6f9;
color: #2d2b2b;
}

.menutab li a:visited{
color: #2d2b2b;
}

.menutab li a:hover{
background-color: #a3bccd;
color: black;
text-decoration: none;
}

.menutab li a:active{
color: black;
}

.menutab li.selected { /*selected tab effect*/
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000000;
border-bottom: none;
color: #2d2b2b;
position: relative;
top: 1px;
padding-top: 4px;
background-color: #a3bccd;
color: black;
}

/* COVERTAB */

.covertab{
margin: 0px; padding : 0px;
font-weight: bold;
font: bold 12px Verdana;
list-style-type: none;
text-align: center;
}

.covertab li{
display: inline;

}

.covertab li a{
text-decoration: none;
padding: 3px 7px;
margin: 0px;
border: 1px solid gray;
border-top: none;
background-color: #edf6f9;
color: #2d2b2b;
}

.covertab li a:visited{
color: #2d2b2b;
}

.covertab li a:hover{
background-color: #a3bccd;
color: black;
text-decoration: none;
}

.covertab li a:active{

}

.covertab li.enabled { /*selected tab effect*/
text-decoration: none;
padding: 3px 7px;
margin: 0px;
border: 1px solid gray;
border-top: none;
background-color: #dddddd;
color: #2d2b2b;
}

/**/

	/*             styles for the star rater                */	
	.star-rating{
		float: left;
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(../img/star2.gif) top left repeat-x;		
		margin-top: 8px;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:20px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(../img/star2.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{
		background: url(../img/star2.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}	
	
	
/*             styles for the star rater                */	
#img .star-rating{
		/*float: right;*/
		/*margin-left: 25px;*/
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(../img/star2.gif) top left repeat-x;		
		margin-top: 8px;
		/*margin-left: 40px;*/
	}
	#img .star-rating li{
		padding:0px;
		margin:0px;
		width:20px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	#img .star-rating li a{
		display:block;
		width:20px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	#img .star-rating li a:hover{
		background: url(../img/star2.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	#img .star-rating a.one-star{
		left: 0px;
	}
	#img .star-rating a.one-star:hover{
		width:20px;
	}
	#img .star-rating a.two-stars{
		left:20px;
	}
	#img .star-rating a.two-stars:hover{
		width: 40px;
	}
	#img .star-rating a.three-stars{
		left: 40px;
	}
	#img .star-rating a.three-stars:hover{
		width: 60px;
	}
	#img .star-rating a.four-stars{
		left: 60px;
	}	
	#img .star-rating a.four-stars:hover{
		width: 80px;
	}
	#img .star-rating a.five-stars{
		left: 80px;
	}
	#img .star-rating a.five-stars:hover{
		width: 100px;
	}
	#img .star-rating li.current-rating{
		background: url(../img/star2.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		margin: 0px;
		padding:0px;
	}
	
#img .img_tit {
	/*float: left;*/
	/*margin-top: 4px;*/
	margin: 0; padding: 0;
	text-align: left;
}

#img .img_cen {
	text-align: center;
	margin: auto;
	padding: auto;
	width: 310px;
	margin-bottom: 10px; 
}

#img .img_cen1 {
	text-align: center;
	margin: auto;
	padding: auto;
	width: 310px;
	padding-top: 16px;
	margin-bottom: 10px; 
}

 .bold {
	font-weight: 1900;
}

#img .my_hr {
	margin-bottom: 15px;
}

#img .ramecek {
	border: 8px solid #272727;
}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}	