*{margin: 0; padding: 0; font-family: verdana;}
li{ list-style-type: none;}
body{
	background-color: whitesmoke;
}

/* Reply Ad Button */

.btnReplyAd {
            background: rgb(66, 184, 221);
            font-size: 110%;
        }

/*
.btnReplyAd{
	transition: all 2s ease-in-out;
	border: 1px solid black;
	padding: 10px;
	background-color: #3ADF00;
	font-size: 16px;
	cursor: pointer;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

.btnReplyAd:hover{
	width: 100%;
}

*/

/* Left Menu Button */


#leftMenuButton{
	float: left;
	height: 30px;
	width: 20%;
	background-color: #09192A;
	/*border-bottom: 2px solid grey;*/
	vertical-align: center;
	text-align: center;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}

#leftMenuButton span{ 
	line-height: 30px;
	vertical-align: middle;
	color: white;
	font-size: 20px; 
}

#leftMenu{
	float: left;
	width: 20%;
	background-color: #09192A;
	color: white;
	text-transform: uppercase;
}

#leftMenu .title{
	text-align: center;
	border: 2px solid grey;
	background-color: #3A4755;
	cursor: pointer;
}

#leftMenu ul{
	line-height: 30px;
}


/* Ad Container */


.containerAdBoxS{
	float: left;
	margin: 2%;
	padding: 2%;
	
	border: 1px solid black;
	border-radius: 0.8em;
}

/* Paid Ad  */

.firstAd{
	width: 70%;
}

.firstAd .mainPic{
	float: left;
	width: 20%;
}

.firstAd .contentContainer{
	float: left;
	width: 78%;
	text-align: center;
}

.firstAd .title{
	color: #001A66;
	font-weight: bold;
	font-size: 20px;
	display: block;
}
.firstAd .price{
	color: #3ADF00;
	font-size: 30px;
	display: block;
}
.firstAd .price:before{
	content: '$';
	color: #3ADF00;
}
.firstAd .desc{
	color: #000000;
	text-align: justify;
	margin-left: 10px;
}

/* Free Add */

.commonAds{
	width: 17.8%;
}

.commonAds .title{
	color: #001A66;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.commonAds .price{
	color: #FF3300;
	font-size: 15px;
	text-align: center;
}

.commonAds .price:before{
	content: '$';
	color: #FF3300;

}

.commonAds .desc{
	text-align: left;
	color: #000000;
	font-size: 12px;
}