.thumbnail{position:relative;}

#tooltipdiv {position:absolute;display:none;
    background-color: rgba(214,64,65,0.90);
    max-width: 200px;
    min-width: 181px;
    padding: 12px;
    z-index: 10;
	border: 1px solid #cb2b2b;
	border-radius: 15px;
	color:#FEFEFE;
}
.main .game-blk .other-games-bx .og-thumb img{border:1px solid #a4a4a4;}
.thumbnail img:hover{border:1px solid #cb2b2b!important;}
.tooltipLeftCPL {font-weight: normal !important;  line-height: 15px !important;}
.tooltipLeftCPL:hover:after {
    background: none repeat scroll 0 0 rgba(214, 64, 65, 0.93);
    border-radius: 4px;
    color: #FFFFFF;
    content: attr(title);
    font-size: 12px !important;
    height: 65px;
    left: 0;
    overflow: hidden;
    padding: 3px 6px;
    position: absolute;
    top: 56px;
    width: 225px;
    z-index: 98;	
}


/**/.tooltipLeftHome {}
.tooltipLeftHome:hover:after {
    background: none repeat scroll 0 0 rgba(214,64,65,0.93);
    border-radius: 4px;
    color: #FFFFFF;
    content: attr(title);
    font-size: 12px;
    height: 85px;
    left: 0px;
    overflow: hidden;
    padding: 3px 6px;
    position: absolute;
    top: -1px;
    width: 125px;
    z-index: 98;
}
.tooltipLeftHome:hover:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(214,64,65,0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    left: 0px;
    position: absolute;
    top: 20px;
    z-index: 99;
}

.tooltipLeftHot:hover:after {
    background: none repeat scroll 0 0 rgba(214,64,65,0.93);
    border-radius: 4px;
    color: #FFFFFF;
    content: attr(title);
    font-size: 12px;
    height: 76px;
    left: 0px;
    overflow: hidden;
    padding: 4px 5px;
    position: absolute;
    top: 0px;
    width: 140px;
    z-index: 98;
}
.tooltipRightHot:hover:after {
    background: none repeat scroll 0 0 rgba(214,64,65,0.93);
    border-radius: 4px;
    color: #FFFFFF;
    content: attr(title);
    font-size: 12px;
    height: 76px;
    right: -1px;
    overflow: hidden;
    padding: 4px 5px;
    position: absolute;
    top: 0px;
    width: 140px;
    z-index: 98;
}

.tooltipLeftGenre {
}
.tooltipLeftGenre:hover:after {
    background: none repeat scroll 0 0 rgba(214,64,65,0.93);
    border-radius: 4px;
    color: #FFFFFF;
    content: attr(title);
    font-size: 12px;
    height: 104px;
    left: -6px;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    top: -6px;
    width: 155px;
    z-index: 98;
}
.tooltipLeftGenre:hover:before {
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(214,64,65,0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    content: "";
    left: 0px;
    position: absolute;
    top: 20px;
    z-index: 99;
}

.main .breadcrumb h1 {color: #333333; font-size: 14px; height: 14px; text-transform:capitalize;}
.main .breadcrumb h1 a {color: #333333; text-decoration: none;}
.main .breadcrumb h1 a:hover {color: #333333; text-decoration: underline;}


#c-wrapper .breadcrumb h1 {color: #333333; font-size: 14px; height: 30px; line-height:29px;}
#c-wrapper .breadcrumb h1 a {color: #333333; text-decoration: none;}
#c-wrapper .breadcrumb h1 a:hover {color: #333333; text-decoration: underline;}
