div.deal{
	background:url(../images/dealbackground.gif) repeat-x #0a0e26;
	border:1px solid #364770;
	margin:3em;
	margin-bottom:4em;
	width:700px;
	left:50%;
	margin-left:-365px;
	position:relative;
	padding:1em;

}
div.deal img{

}
div.deal div.info{
	margin-left:1em;
	color:#ccc;
}
div.deal div.info h2{
	color:#9bc;
	margin:0px;
	font-size:20pt;
}
div.deal hr{
	border:1px solid #364770;
	margin:1em 0em 1em 0em;
}
div.deal ul.controls{
	margin:0px 0px 0px 0px;
}
ul.controls li{
	display:inline;
	width:32px;
	height:32px;
}
ul.controls li img{
	margin:0px 0px 0px 0px;
	float:left;
}
ul.controls li a{
	margin:0px 0px 0px 0px;
	width:32px;
	height:32px;
	float:left;
	display:block;
	text-decoration:none;
}

ul.controls li a:hover{
	text-decoration:underline;
}

a.edit {
	background:url(../images/controls/edit.jpg) no-repeat;
	font-size:0.6em;
	padding-top:36px;
	text-align:center;
}
a.edit:hover {
	background:url(../images/controls/edithover.jpg) no-repeat;
}

a.destroy {
	background:url(../images/controls/destroy.jpg) no-repeat;
	font-size:0.6em;
	padding-top:36px;
	text-align:center;
}
a.destroy:hover {
	background:url(../images/controls/destroyhover.jpg) no-repeat;
}

a.new {
	background:url(../images/controls/new.gif) no-repeat;
	padding-top:0.55em;
	font-size:0.8em;
	padding-left:42px;
	
	width:8em!important;
}
a.new:hover {
	background:url(../images/controls/newhover.gif) no-repeat;
}