﻿	#top_classified {
		width: 980px;
		height: 73px;
		float: left;
		padding: 10px 0px 0px 0px;
	}
	#top_classified ul {
		width: 980px;
		height: 73px;
		float: left;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	    #top_classified .prev {
	        position:absolute;
	        top: 10px;
	        left: 0px;
	        z-index: 2;
	        width: 20px;
	        height: 73px;
	        cursor: pointer;
	        background-image: url('../../images/icons/TopArrows.png');
	        background-position: 0px 0px;
	        background-repeat: no-repeat;
            border-top-left-radius: 10px; 
            border-bottom-left-radius: 10px;
	    }
	        #top_classified .prev:hover {
	            background-position: -20px 0px;   
	        }
	    #top_classified .next {
	        position:absolute;
	        top: 10px;
	        right: 14px;
	        z-index: 2;
	        width: 20px;
	        height: 73px;
	        cursor: pointer;
	        background-image: url('../../images/icons/TopArrows.png');
	        background-position: -40px 0px;
	        background-repeat: no-repeat;
            border-top-right-radius: 10px; 
            border-bottom-right-radius: 10px;
	        float: right;
	    }
	        #top_classified .next:hover {
	            background-position: -60px 0px;
	        }
		#top_classified ul li {
			list-style-type: none;
			display: block;
			width: 110px;
			height: 73px;
			float: left;
			background-image: url('../../apps/classifieds/images/Icons.jpg');
            border-radius: 10px;
		}
		#top_classified a {
			display: block;
			width: 110px;
			height: 73px;
			float: left;
		}
		#top_classified span {
			display: none;
		}
		#top_classified .margin {
			margin-right: 14px;   
		}
		#top_classified .margin_no {
			margin-right: 0px;   
		}

#cr_classifieds_categories {
	padding-bottom: 15px;   
}

#classified_tabs {
    float: left;
    margin-top: 20px;   
}
.classified_seller a, .app_item_description a {
    color: #000;
    text-decoration: none;
}
    .classified_seller a:hover, .app_item_description a:hover {
        text-decoration: underline;
    }