@CHARSET "UTF-8";

#prl_header_row { 
	width: 952px; 
	background: url('/static/images/backgrounds/honaro_price_list_bck.gif') repeat-x; 
	padding: 12px 0px 12px 12px; 
}
.prl_second_header { 
	font-size: 12px; 
	font-weight: bold;
}
table{
	border: none;
	padding: 0;
} 
td{
	border:1px solid #e6e6e6;
	border-right: none;
	border-bottom: none;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	padding: 2px;
}
.prl_grey_item{
	background-color: #ececec;
}
.prl_cat{
	color: #1989b0;
	font-size: 16px;
	border-left: none;
	text-align: left;
}
.prl_elem{
	width: 135px;
	text-align:center
}
.prl_elem_left { 
	width: 400px; 
	border-left: none; 
	text-align: left;
}
#prl_menu_left{
	font-size:16px;
	padding:0px 0px 0px 5px;
	font-weight: bold;
}
.prl_free_img{
	padding-top: 2px;
}
.prl_function{
	vertical-align: top;
	padding: 6px 5px;
}
.prl_info_text{
	float: left;
	line-height: 15px;
}
.prl_info_img img{
	padding-left: 8px;
}
.prl_elem_bold{
	font-weight: bold;
}
.prl_center_item{
	border-left: none;
}
.prl_center_item a{
	color: #1989b0;
}
.prl_konto a{
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.prl_konto a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #1989b0;
	text-decoration: underline; 
}
.tooltip{
	width:400px;
}

.image {
	height: 18px;
}

input#gold_button {
	cursor: pointer;
	margin-top: 0px;
	background: transparent url("/static/images/buttons/buttons.png") no-repeat -123px 0px;
	width: 119px;
	height: 24px;
	font-size: 11px;
	/*color: #FFFFFF;*/
	text-shadow: 1px 1px #dadada;
	font-weight: bold;
	border: none;
	/*padding:0 1px 2px 0;*/
	padding: 0px;
}
input#silver_button {
	cursor: pointer;
	margin-top: 0px;
	background: transparent url("/static/images/buttons/buttons.png") no-repeat -298px 0px;
	width: 119px;
	height: 24px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-shadow: 1px 1px #dadada;
	border: none;
	/*padding:0 1px 2px 0;*/
	padding: 0px;
}
input#bronze_button {
	cursor: pointer;
	margin-top: 0px;
	background: transparent url("/static/images/buttons/buttons.png") no-repeat -473px 0px;
	width: 119px;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px #dadada;
	border: none;
	/*padding:0 1px 2px 0;*/
	padding: 0px;
}
input#free_button {
	cursor: pointer;
	margin-top: 0px;
	background: transparent url("/static/images/buttons/buttons.png") no-repeat -644px 0px;
	width: 119px;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	border: none;
	text-shadow: 1px 1px #dadada;
	/*padding:0 1px 2px 0;*/
	padding: 0px;
}
.ok_image {
	cursor: pointer;
	margin: 2px 0px 0px 53px;
	background: transparent url("/static/images/buttons/buttons.png") no-repeat -14px -101px;
	width: 25px;
	height: 18px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	/*padding:0 1px 2px 0;*/
	padding: 0px;
}
.cross_image {
	margin: 2px 0px 0px 53px;
	cursor: pointer;
	margin-top: 0px;
	background: transparent url("/static/images/buttons/buttons.png") no-repeat -11px -77px;
	width: 30px;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	/*padding:0 1px 2px 0;*/
	padding: 0px;
}