.awardcont {
	width: 500px;
}
.awardcont-l, .awardcont-r {
	float: left;
	width: 330px;
}
.awardcont-r {
	width: 160px;
	margin: 0 0 10px 10px;
	
}

.ddtbl {
	width: 190px;
margin-left: 24px;
}
.ddtbl th, .ddtbl td {
	padding: 3px 0;
}
.ddtbl td {
	/*padding: 3px 0 3px 15px;*/
	/*border-bottom: 1px solid #4F9BDA;
	border-top: 1px solid #005192;*/
}
.ddtbl th.title {
	text-align: left;
}
.ddtbl td small {
	display: block;
}
.ddtbl td strong small {
	display: inline;
}

 
.ddtbl tr.selected th.title {
	/*border-bottom: 3px solid #5E8AB2;
	color: #5E8AB2*/
}
.ddtbl tr.selected td.td-cnt {
	width: 100px;
}
.ddtbl tr.selected {
}	
.snippet ul {
}
.snippet ul, .snippet li {
	margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none;
}

.snippet li {
	padding: 2px 5px 2px 20px;
	display: block;
	color: #fff;
	background: url(/images/icons/ball.gif) no-repeat 10px 6px;
}

  


.ddtbl tr.snippet {
    display:none;
	/*background-color: #00559A;*/
}
  
.ddtbl tr#snippet-focused {
    display:table-row;
    /*_display:block;*/
	/*background-color: #00559A;*/
  }
  

.ddtbl tr th.title span {
	padding-left: 15px;
	display: block;
	background: transparent url(/images/icons/docdload_close.gif) no-repeat 2px 50%;
}
.ddtbl tr.selected th.title span {
	background-image: url(/images/icons/docdload_open.gif);
}
.ddtbl tr th.title {
	cursor:pointer;
	/*cursor:hand;*/
}
tr.snippet td {/*
	padding: 35px 30px 25px 30px;
	background: #F3F3F3 url(/images/bgrounds/select-product-bg.gif) no-repeat ;*/
}

