﻿.push {
	display:table;
		
	background-color:#fff;
	border-bottom:1px dotted #888;
	height:50px;
	
	margin:0px !important;
	padding:0px 8px 2px 8px;	

	line-height:0px;
	width:300px;
	
	overflow:hidden;
}

.push a {
	display:table-cell;
	padding-top:4px;
	vertical-align:top;
}

.push img {
	width:40px;
	margin:0px !important;
}


.push.firstpush {
	border-top:1px dotted #888;
}

.push:hover {
	background-color:#FFE0C8;
}

.push_text {
	width:210px;
	height:42px;
	display:inline-block;
	margin-top:0px !important;
	
	margin-left:10px;
	
	font-size:12px;
	line-height:14px;
	color:#555;
	text-decoration:none;

	overflow:hidden;	
}

.push_text b {
	display:block;
	height:14px;
	overflow:hidden;
}

.push_delete {
	display:table-cell;
	width:20px;
	padding-top:15px;
}

.push_delete img {
	width:20px !important;
	cursor:pointer;
}

.pushes_full_list .push {
	width:100% !important;
}

