#settings_chose_skin {
	color: white;
	font-size: 25px;
	text-align: center;
	width: 600px;
	margin-bottom: 5px;
}
.settings_listitem {
	width: 580px;
	height: 80px;
	margin: 20px 20px 0px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #777;
}

#settings_kontener {
	overflow-x: hidden;
	overflow-y: auto;
}


.settings_image object {
	width: 140px;
	height: 70px;
}

.settings_image {
	width: 140px;
	height: 70px;
	border: 5px solid;
	border-color: #666 #444 #444 #666;
	float: left;
}

.settings_texts {
	float: left;
	width: 330px;
	height: 80px;
	margin-left:10px;

}

.settings_texts_tytul {
	width: 330px;
	color: white;
	font-size: 20px;
	color: white;
}

.settings_texts_desc {
	color: white;
}


.settings_buttons {
	float: left;
	width: 80px;
	height: 80px;
}

.settings_button_delete {
	float: right;
	width: 60px;
	margin-top: 8px;
	height: 39px;
	padding-top: 17px;
	background-color: red;
	border: 5px solid;
	border-color: #aa4444 #882222 #882222 #aa4444;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center
}

.settings_selector {
	width: 580px;
	height: 80px;
	cursor: pointer;
}


.settings_selected {
	background-color: #447744;

}

.settings_selector:hover {
	
	/*background-color: #666 !important;*/
}
