/*
Styles for	: Zoho Sync Help Pages
Version		: 4.0
Author 		: Zoho Docs Design
*/
/*Common Styles*/
*{
	margin:0;
	padding:0;
	outline:none;
}
  body{
        overflow-x: hidden;
    }
	.h, .ll, .b, .c {
    	width: 1200px;
    	margin: 0 auto;
	}
    #back-top {
        right: 35px;
    }
	.h{
		width:auto !important;

	}
	.h #headercontainer .ll,.b,.c{
		width: 90%;
    	margin: 0 auto;
	}
	.c #linkscontainer {
		width:28%;
		box-shadow: 3px 0 3px #efefef;
		-webkit-box-shadow: 3px 0 3px #efefef; 
	}
	#help .s1Nav li a{
		box-shadow:none;
		-webkit-box-shadow: none;
	}
	
	#contentcontainer, #help #breadcrumbcontainer {
    	width: 71%;
	}
	.bcw{
		width: 63%;
		clear: both;
    	margin: 0 auto;
    	float: right;
    	min-height: 45px;
	}
	.bc a{
        color: #2A76B0;
    }
	#contentcontainer .s2,#help .bc{
	    margin: 0 auto;
	    width:80%;
	    float: none !important;
	}
	.l{
		margin-top: -15px;
	}

	i{
		font-style: italic;
        color: #808080;
	}
	.active{
		border-left: 2px solid #333 !important;
	    background: #f8f8f8 !important;
	    padding-left: 15px !important;
	}
	.signing .goto-link{
		font-size: 14px !important;
		text-transform: capitalize !important;
		width: auto !important;
	}
    .screenshots{
        margin: 15px auto 25px auto;
        min-width: 200px;
        display: block;
    }
.tab-search {display: none;}
.italics li {font-style: italic;}
span.zdocs-sync-ico {
    background-image: url(../../../images/zoho-docs-sync-ico.png);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    background-position: -3px -1px;
    margin:0px 5px;
    
}