@charset "UTF-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	min-width: 900px;
	font-family: Arial, Tahomo, sans-serif;
	font-size: 12px;
	color: #343434;
	background-color: #efeff0;
}

/*
a {
	outline: none;
}
*/

p {
	margin: 0 0 1em 0;
	padding: 0;
}

img {
	border: 0;
}

.cl {
	clear: both;
}

.page {
	min-width: 1000px;
}

/* new or replace the following code */

.header {
	width: 100%;
	height: 67px;
	background: #ffffff;
	border-bottom: 5px solid #005d84;
}

.header .left {
	width: 400px;
	float: left;
	background:url(../images/logo.png) top left no-repeat;
	height: 67px;
}

.logo {
	width: 251px;
	height: 67px;
	margin-left: 20px;
	float: left;
	background: url(../images/logo.png) top left no-repeat
}

.pipe {
	width: 1x;
	float: left
}

.page-content {
	width: 1100px;
	margin: 10px auto;
	padding: 15px;
	background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    min-height: 250px;
}

.product-logo-txt {
	float: left;
	padding: 25px 7px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	background: url(../images/divy.png) top right no-repeat;
}

.product-logo-txt2 {
	float: left;
	padding: 25px 10px 0 7px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.topnav-con {
	background: #343434;
	border-top: 1px solid #3b3b3b;s
	padding: 5px 15px;
}

.topnav-con ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.topnav-con li {
	float: left;
	list-style: none;
	margin-right: 2px;
}

.topnav-con a {
	border: 1px solid #43474c;
	background: #3b3f42;
	display: block;
	color: #FFF;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	text-decoration: none;
	width: 100px;
	font-weight: 700;
}



.topnav-con .kb {
	background: url(../images/kb.png) left top no-repeat #3b3f42;
}

.topnav-con .help {
	background: url(../images/help.png) left top no-repeat #3b3f42;
}

.topnav-con .kb:hover {
	background: url(../images/kb.png) left top no-repeat #334159;
}

.topnav-con .help:hover {
	background: url(../images/help.png) left top no-repeat #334159;
}

.topnav-con .kb-active {
	background: url(../images/kb.png) left top no-repeat #4f728d;
}

.topnav-con .help-active {
	background: url(../images/help.png) left top no-repeat #4f728d;
}


/* new or replace the previous code */


.search-con {
	width: 550px;
	float: left;
	margin: 20px 20px 0 30px;
	text-align: left
}

.search-con input {
	width: 420px;
	color: #aaaaaa;
	padding: 6px 5px;
	border: 1px solid #bdbdbd;
	background-color: #FFF;
}

.left-nav {
	width: 190px;
	min-width: 190px;
	padding: 15px 0 15px 15px;
	overflow: auto;
	font-size: 1.1em;
}

.left-nav ul {
	padding: 0;
	margin: 0;
}

.left-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 10px;
}

.left-nav a {
	color: #005d84;
	text-decoration: none;
}

.left-nav ul ul {
	padding: 0;
	margin: 5px 0 !important;
}

.left-nav ul ul li {
	font-weight: normal !important;
	padding: 3px 5px;
	margin: 0 0 0 15px !important;
	display: block
}

.left-nav ul ul li:hover {
	background: #e5e5e5;
}

.left-nav ul ul li.active {
	font-weight: normal !important;
	padding: 3px 5px;
	margin: 0 0 0 15px !important;
	background: #aaaaaa;
}

.left-nav ul ul li.active a {
	color: #FFF !important;
}

.content {
	padding: 15px;
	min-height: 500px
}
/*
.content a {
	color: #39c;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline
}
*/

.content li {
	margin: 0 0 0.4em 0;
}


.content h1 {
	color: #444444;
	font-size: 1.5em;
}

.right-con {
	width: 180px;
	float: right;
	margin: 0 0 15px 15px;
}

.recent-topics, .related-topics, .suggested-topics {
	width: 170px;
	border: 1px solid #b7b7b7;
	float: right;
	margin: 0 0 15px 0;
	-moz-box-shadow: 2px 2px 2px #f8f8f8;
	-webkit-box-shadow: 2px 2px 2px #f8f8f8;
	box-shadow: 2px 2px 2px #f8f8f8;
	border-radius: 4px;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#f8f8f8')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#f8f8f8');
}

.recent-topics .hd, .related-topics .hd, .suggested-topics .hd {
	padding: 5px;
	color: #333333;
	font-weight: bold;
}

.recent-topics .inner, .related-topics .inner, .suggested-topics .inner {
	padding: 5px;
	font-size: 0.95em
}

.inner ul {
	padding: 0;
	margin: 0 0 0 8px;
}

.inner li {
	padding: 0;
	margin: 0 7px 0 5px;
}

.inner li a {
	color: #39c;
	text-decoration :none;
}

.inner li a:hover {
	text-decoration: underline;
}


table.t-layout {
	border: 1px solid #8b8b8b;
}

table.t-layout th {
	background: #0085c3;
	padding: 5px;
	color: #ffffff;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

table.t-layout td {
	padding: 5px;
	text-align: left;
}

.cli-con {
	margin: 30px 0 15px 0;
}

/* this is new */
#miniwin {
	display: none;
}

.left-nav {
	background-color: #65656A;
	width: 230px
}

.page-content {
	padding: 0px;
}

.menuGroupDefaultLink {
	margin: -11px;
}

.left-nav a {
    color: #F2F2F2;
    text-decoration: none;
    font-weight: 400 !important;
}

.left-nav ul li {
	margin: 0 15px 15px 10px;
}

.header {
    width: 100%;
    height: 40px;
    background: #65656A;
    border-bottom: none;
}

.H2_Heading2, .H1_Heading1 {
	border-bottom: solid 1px #FF791A;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
}

#logo-id {
    height: 20px !important;
    margin: 12px 0 0 40px !important;
    float: left;
    background: url(../images/SonicWall-online-help-Logo-Small2-onDark.svg) top left no-repeat;
}

.product-logo-txt {
	position: relative;
}

.product-logo-txt:after {
	visibility: visible;
	position: absolute;
	font-size: 16px !important;
	width: 200px !important;
	top: 12px;
	left: -100px;
	content: "| Online Help";
	    color: #FFFFFF;
}

.left-nav ul ul li:hover {
	background: #333333;
}

.left-nav ul ul li.active {
	background: #333333!important;
}

.left-nav:before {
    content: url(../images/online-help-logo6.png);
}

.header {
    display: none;
}
