#Custom-Haber-Combo .tablar a{box-shadow:none;background:#c05f7c;color:#fff;float:left;height:35px;text-decoration:none;text-shadow:none;display:block;font-family:Arial;font-size:11px;line-height:35px;font-weight:700;text-transform:uppercase;}
#Custom-Haber-Combo .tablar li:first-child{border:none}
#Custom-Haber-Combo .tablar li{border-left:1px solid rgba(255,255,255,0.1);}
#Custom-Haber-Combo .tablar a:hover{background:#9d315c}
#Custom-Haber-Combo .tablar #current a{background-attachment: scroll;background-color: rgba(0, 0, 0, 0);background-repeat: repeat;color: rgb(119, 119, 119);text-shadow: none;}
#Custom-Haber-Combo .tab-content{color: rgb(68, 68, 68);background-color:transparent;background-attachment:scroll;background-image:url(images/trans.png);background-repeat:repeat;min-height:50px;padding:10px; overflow:auto;  height:366px;  margin:0px auto;}
#Custom-Haber-Combo .tablar li.comtab a {display: block;text-indent: -9999px; padding:0 20px;}
#Custom-Haber-Combo .tablar li.comtab,#Custom-Haber-Combo .tablar li.comtab a{background-image:url(images/comment2.png);background-repeat:no-repeat;background-position:center center;}
#Custom-Haber-Combo .tablar li.comtab#current a{background-image:url(images/comment1.png);background-repeat:no-repeat;background-position:center center;}

#Custom-Haber-Combo li.popular-data{border-bottom:1px solid rgba(255,255,255,0.2);padding-top:5px;padding-bottom:5px}
#Custom-Haber-Combo li.popular-data span{display:block;font-size:11px}
#Custom-Haber-Combo li.popular-data:last-child{border:0;padding-bottom:0}
#Custom-Haber-Combo li.popular-data img{margin-right:10px;box-shadow:0 0 1px rgba(255,255,255,0.2);background-color:rgba(0,0,0,0.1);padding:5px}
#Custom-Haber-Combo li.popular-data img:hover{background-color:rgba(0,0,0,0.3)}
#Custom-Haber-Combo li.archive-data{border-bottom:1px solid rgba(255,255,255,0.2);padding-top:5px;padding-bottom:5px;background-image:url(images/bullet.png);background-repeat:no-repeat;background-position:left center;padding-left:15px}
#Custom-Haber-Combo li.comment-data{border-bottom:1px solid rgba(255,255,255,0.2);padding-top:5px;padding-bottom:5px;background-image:url(images/bullet.png);background-repeat:no-repeat;background-position:left 9px;padding-left:15px}
#Custom-Haber-Combo li.archive-data small,#Custom-Haber-Combo li.comment-data small{float:right}
#Custom-Haber-Combo .tablar{ width:100%;  list-style: none outside none;margin: 0; overflow: auto; padding: 0; background-image: url("images/trans.png");}
#Custom-Haber-Combo { width:100%; margin-top:10px; background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #E6E6E6;  padding:2px; max-width:500px; margin-left:5px;  }


#Custom-Haber-Combo .tablar a {
    background-color: rgb(186, 67, 63);
    box-shadow: none;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
}
#Custom-Haber-Combo .tablar li:first-child {
    border: medium none;
}
#Custom-Haber-Combo .tablar li {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}
#Custom-Haber-Combo .tablar a:hover {
    background-color: rgb(204, 65, 62);
}

#Custom-Haber-Combo li.popular-data {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    padding-top: 5px;
}
#Custom-Haber-Combo li.popular-data:last-child {
    border: 0 none;
    padding-bottom: 0;
}
#Custom-Haber-Combo li.popular-data img {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    padding: 5px;
}
#Custom-Haber-Combo li.popular-data img:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
#Custom-Haber-Combo li.archive-data {
    background-image: url("images/bullet.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}
#Custom-Haber-Combo li.comment-data {
    background-image: url("images/bullet.png");
    background-position: left 9px;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}
#Custom-Haber-Combo li.archive-data small, #Custom-Haber-Combo li.comment-data small {
    float: right;
}

/* == Tablet (Full size) == */
@media only screen and (max-width: 1024px) {
#Custom-Haber-Combo { width:100%; margin-top:10px; background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #E6E6E6;  padding:2px;  min-width:232px; max-width:500px; margin-left:15px; margin-right:15px; display:block; overflow:hidden; position:relative; }
}

/* == Tablet (Smaller than 959px) == */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#Custom-Haber-Combo { width:100%; margin-top:10px; background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #E6E6E6;  padding:2px; max-width:500px; margin-left:auto; margin-right:auto; }
}


/* == Ipad == */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
#Custom-Haber-Combo { width:100%; margin-top:10px; background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #E6E6E6;  padding:2px; max-width:500px; margin-left:5px; }
}


/* == Phone (portrait 300px) == */
@media only screen and (max-width: 767px) {
#Custom-Haber-Combo { width:100%; margin-top:10px; background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #E6E6E6;  padding:2px; max-width:500px; margin-left:5px; }

}	 

/* == Phone (landscape 420px) == */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#Custom-Haber-Combo { width:100%; margin-top:10px; background: url("images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #E6E6E6;  padding:10px; max-width:500px; margin-left:auto; margin-right:auto; }

}


