body { 
	padding:0; 
	margin:0; 
	background-color:#fff;
	font-family: arial, Sans-serif;
	}

.hero { 
	width: 145px;
	height: 208px;
	float: left;
	margin-left:5px;
	}

.hero:nth-child(even) {
  margin-left: 0px !important;
}

.hero:nth-child(odd) {
  margin-left: 10px !important;
 }

a {
	text-decoration:none;
	color:#333;
	}

.maintext:hover {
	text-decoration: underline;
	}
	
.subhero {
	width: 100%;
	height: inherit;
	}

.wrapper {
	position: relative;
	text-align: left;
	width:300px;
	height:450px;
	}
	
.text {
	float: left;
	cursor:pointer;
	padding: 7px 0;
	width: 99%;
	font-size: 12px;
	line-height: 17px;
	}

.heading {
	display:none;
	}

.maintext {
	font-weight:bold;
	margin-top: 5px;
	color:#009ec2;
	}
	
.action{display:none;}

.dianomi_provider_short {
	color:#777;
	margin-top: 1px;
	font-style:italic;
	display: block !important;
	}

.heading_top {
	display: none;
	}

#dianomi-header {
	font-weight: bold;
	font-size: 18px;
	color: #424242;	
	padding: 0 0 7px 0;
	margin-bottom: 5px;
	}


.logohover{
	background-repeat:no-repeat;
	height:12px;
	right: 0px;
	position:absolute;
	bottom:0px;
	width:90px;
	padding-bottom:0px;
	display:inline;-webkit-transition: background 300ms ease-in-out 0s;
	-moz-transition: background 400ms ease-in-out 0s;
	-o-transition: background 400ms ease-in-out 0s;
	transition: background 400ms ease-in-out 0s;
	z-index:1;
	}

.logohover:hover{
	background: url('/img/uploads/Ufe3LcCoyKoAADivRIsAAAAC.png');
	background-repeat:no-repeat;
	background-position:right;
	display:inline;
	padding:0px;
	background-color:#fff;
	height:12px;
	background-size:54px 10px;									
	}

.sub-line2 {
	color:#ccc;
	display:block;
	font-size:10px;height:1.3em;
	height:12px; 
	right:3px;
	overflow: hidden;
	padding-bottom:0px;
	position:absolute;
	bottom:0px;
	width:55px;
	z-index:1; 
	font-family: Helvetica,Arial,sans-serif;
	}

.sub-line2 img{
	border: none;
	outline: none;
	width:55px;
	height: auto;
}

.sub-line2 a{
	color:#999;
	}
