body {
    margin: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
	
	.seller_logo {
    background: url(../img/logo.png) no-repeat;
    width: 205px;
    height: 74px;
    margin: 20px 0 0 20px;
		cursor:pointer;
    float: left;
}
.down_icon{				
				margin:0 15px;
}
.uses_txtarea{
	width:100%;
	height:auto;

}

.uses_txt{
	width:39%;
	font-family:"Roboto", Arial;
	font-size:14px;
	line-height:25px;
	margin:10px 0 10px 20px;
	box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
	padding:15px 15px 15px 60px;
	border:1px solid #eee;
	color:#777;
	min-height:250px;
	float:left;
	list-style: none;
	list-style-image:url(Img/tick.png);
}
.uses_txt2{
	width:39%;
	font-family:"Roboto", Arial;
	font-size:14px;
	line-height:25px;
	margin:10px 20px 10px 0;
	box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
	padding:15px 15px 15px 60px;
	border:1px solid #eee;
	color:#777;
		min-height:250px;
	float:right;
	list-style: none;
	list-style-image:url(Img/tick.png);
}

.help_disc{
	width:100%; padding:15px 0; font-size:15px; text-align:center;
	font-family:"Roboto", Arial;
	color:#777;	
}
.lft_10px{
	margin-left:10px;
}


.catagory_box {
    width: 98%;
    height: auto;
    margin: 10px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.helpbrow_header {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding: 10px;
    background: #1F5DAA;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
		text-shadow:1px 1px 4px #000;
		-moz-text-shadow:1px 1px 4px #000;
		-webkit-text-shadow:1px 1px 4px #000;
    border-bottom: 1px solid #fff;
		text-align:center;
		margin-bottom:15px;
		
}
.hlp_tittle_area {
    width: 98%;
    height: auto;
    margin: 10px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eee;
    background: #f5f5f5;
    font-family: 'Oswald', sans-serif;
    color: #1F5DAA;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
}
.hlp_tittle_area2 {
    width: 98%;
    height: auto;
    margin: 10px auto;
    font-family: 'Oswald', sans-serif;
    color: #1F5DAA;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
}
.help_iconarea{
	width:750px;
	height:180px;
	margin:10px auto;
}
.help_img_area{
	width:150px;
	height:180px;
	margin-left:30px;
	float:left;
}
.help_img{
	width:150px;
	height:150px;
	border:0;
	cursor:pointer;
}
.help_img_txt{
	width:150px;
	 font-family: 'Oswald', sans-serif;
    color: #1F5DAA;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
}
.cont {
    width: 100%;
    height: auto;
    margin: 0;
}
.head2{
    width: 100%;
    height: 65px;
}

