/* #breadcrumbs {
	padding: 0 40px 4px 45px;
	top: 160px;
} */

h1 {
	margin-top: 10px;
        _margin-top: 34px;
	font-size: 24px;
}
/*
h2 {
	font-size: 18px;
}
*/
.mktree li {
	background: none;
}

#content ol, #content ul {
        padding-left: 20px;
}

#content ul li, #content ol li {
        line-height:14px;
        margin: 10px 0;
}

div table {
	margin-bottom:18px !important;
}

/* ---------- legacy styles for support documentation ---------- */

/* styles for main page structure */
#content table#main-table {
	width: 650px; 
	text-align: left; 
	margin: 0; 
	position: relative;
}

#content td#main-body {
	margin: 0; 
	max-width: 600px; 
	position: relative; 
	padding: 0; 
	vertical-align: top;
}

	
/* styles for in page components */


/* adding table formatting */
table.padded td, th {
	padding: 4px;
}

.features {
	background: #ECF2F9; 
	border: 0; 
	border-collapse: collapse;
}

.features td {
	border: 1px solid #FFFFFF; 
	padding: 10px;
}

#content #main-body blockquote {
	background-image: none;
}

.graytext, .smallers { 
	color: #77787c;
}

.smallerb {
	font-weight: bold; 
}

.medium {
	font-size: 115%; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #565656; 
	margin:0; 
	padding:0;
}

.mediumb {
	font-size: 115%; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #565656; 
	margin:0; 
	padding:0; 
	font-weight: bold;
}

#content table#main-table td#main-body table td{border:none !important;}

#content > #main-table #main-body span.h3 {
    display: inline-block;
    margin: 60px 0 0 !important;
}


/* Fix for helpzilla ticket 1560306*/

blockquote:before {
    left: 0;
    top: 0;
}
blockquote:before, blockquote:after {
    /*background: url("/files/images/framework/quote-open.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    width: 75px;
}

blockquote:after {
    top: 0;
}
blockquote:after {
    /*background: url("/files/images/framework/quote-closed.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    bottom: 0;
    right: -45px;
}

/* blockquote {
    padding: 15px 45px 0;
    position: relative;
} */
blockquote, q {
    quotes: none;
}

/* Fix for helpzilla ticket 1560306*/