
.tile-color {
	position: relative;
}

.tile-content {	
    width:800px;
    margin-left:auto;
    margin-right:auto;    
}

.image-wrapper {    
    overflow: hidden;	
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

.image-wrapper > img {
    margin-left:15px;
}

.close {
    position:fixed;
    top:5px;
    right:5px;	
}

.close * img{
    border: 0;    
}

.tile-text-content {
	display: inline;
	float: left;
	margin-left: 15px;
}

.title-line {
	display: block;
    line-height:5px;
    position: relative;
	font-size: 18px;
	padding-top:10px;
	color: #fff;
}

.description-line {
	display: block;
    position: relative;
  //  line-height: 5px;
    margin-top:15px;
    word-wrap: break-word;
	color: #fff;
	font-size: 12px;
}

.discoverability {
	
	display: none;
position:relative;
width:100%;
z-index: 99;
height:57px;
	background: #66c010; /* Old browsers */
	background: -moz-linear-gradient(top, #66c010 0%, #53a405 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66c010), color-stop(100%,#53a405)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66c010 0%,#53a405 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66c010 0%,#53a405 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #66c010 0%,#53a405 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c010', endColorstr='#53a405',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #66c010 0%,#53a405 100%); /* W3C */
}

.icon-image
{
    
    cursor:pointer;
    vertical-align:middle;
}
#not-iepin a:link {
color :#FFFFFF;
}
#not-iepin a:visited {
color :#FFFFFF;
}
#pinner-popup {
display:none;
}