/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
body{
 overflow: hidden;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.no-border{
	border:none !important;
}

button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #000;
    min-width: 63px;
    padding: 1px 10px;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#containment-wrapper{
	height: 750px; 
	width: 1124px;
}
a { text-decoration: none;} 
   
.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;		
}   

.nav > li { 
	/*display: table;*/
	float: left;
	
}

.hide {
	display: none;
}

.left{
	float:left;
}
.right{
	float:right;
}

#ico-wifi { 
	
}

.zindex{ z-index:200 !important;}

.ico { }

.glyph  { height: 12px; float: right; margin: 2px 0 0 3px;}
	.glyph.text { margin: 0px 0px 0px 3px;}

.arrow-right { background-image: url(../img/glyph-arrow.png); width: 9px;}
.arrow-blank-top { background-image: url(../img/glyph-arrow-blank.png); width: 15px;}
.root { background-image: url(../img/glyph-root.png); width: 14px;}
.swirl { background-image: url(../img/glyph-swirls.png); width: 12px;}
.power { background-image: url(../img/glyph-power.png); width: 11px;}



.window-utilities {
    background: url("../img/headers-utilities.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 25px;
}
.window-back.enabled {
    background-image: url("../img/btn-back.png");
    height: 22px;
    margin-left: 15px;
    margin-top: 8px;
    width: 26px;
}
.window-back.disabled{
	background-image: url("../img/btn-back-disabled.png");
    height: 22px;
    margin-left: 15px;
    margin-top: 8px;
    width: 26px;
}
.window-other {
    background-image: url("../img/btn-window-other.png");
    height: 22px;
    margin-top: 8px;
    width: 72px;
}
.window-other3 {
    background-image: url("../img/btn-window-other3.png");
    height: 30px;
    margin-left: 15px;
    margin-top: 8px;
    width: 119px;
}
#create-network.window {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #000;
    height: 250px;
    position: absolute;
    width: 450px;
}

.window-search {
    background-image: url("../img/search.png");
    height: 24px;
    margin-right: 18px;
    margin-top: 6px;
    width: 164px;
}

#safari-preference .window {

    min-height: 20%;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {

}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-group-ipv4, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group-ppp, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group-ipv4 > .btn:first-child {
    margin-left: 0;
}
.btn-group-ipv4 > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.btn-group-ipv4, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.btn-xs, .btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 1px 5px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 244px;
}
.btn-group .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
     margin: -24px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 240px;
    z-index: 1000;
}

ul, ol {
    margin-bottom: 0px;
    margin-top: 0;
}


.btn-group .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 2px 20px;
}


.btn-group .dropdown {
    background: url("../img/ico-dropdown.png") no-repeat scroll 226px center #fff;
}
.btn-group .dropdown.disabled {
    background: url("../img/ico-dropdown-disabled.png") no-repeat scroll 226px center #fff;
}
.btn-group .dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
}

.btn-toolbar {
    margin: 0 auto;
    width: 261px;
}



.window-url {
    background-image: url("../img/btn-window-seachbox.png");
    height: 24px;
    margin-left: 70px;
    margin-top: 6px;
    width: 242px;
}

a:hover .glyph { background-position: 0 -12px;}


.window {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 10px 1px #000;
	box-shadow: 1px 1px 10px 1px #000;
	background: #ececec;
	position: absolute;
	/*margin: 10px 10px;*/
	width: 700px;
	/*height: 450px;*/
	z-index: 100;
	padding-bottom:20px;
}
#utilities.window,#help.window {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 10px 1px #000;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	position: absolute;
	/*margin: 10px 10px;*/
	width: 700px;
	height: 420px;
	z-index: 100;
}
#help.window {
	width: 481px !important;
	 z-index: 481 !important;
}


.header-other .help-title {
    color: #25353f;
    font-size: 13px;
    margin-left: 165px;
    margin-top: 10px;
}
.window .header {
    background: url("../img/bg-window-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 39px;
    padding: 0 0 0 10px;
}

#utilities.window .header,#applications.window .header,#hd.window .header,#help.window .header{
    background: url("../img/headers-utilities-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 54px;
    padding: 0 0 0 5px;
}
#join-network .header {
    background: url("../img/network-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 21px;
    padding: 0 0 0 10px;
}


#join-network.window {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #000;
    height: 270px;
    position: absolute;
    width: 450px;
}

.window .nav li {
	margin: 12px 0 0 5px;
}
#utilities.window .nav li,#applications.window .nav li,#hd.window .nav li,#help.window .nav li  {
	margin: 5px 0 0 5px;
}

.header-other .title{
    font-size: 13px;
    margin-left: 115px;
    margin-top: 10px;
	color:#25353f;
}

#utilities .header-other .title,#applications .header-other .title,#hd .header-other .title {
    color: #25353f;
    font-size: 13px;
    margin-left: 250px;
    margin-top: 2px;
}
#help .header-other .title {
    color: #25353f;
    font-size: 13px;
    margin-left: 155px;
    margin-top: 2px;
}


.window-help {
    background: url("../img/help-header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    margin-left: 4px;
    margin-top: 3px;
}

.window .nav a {
	background-image: url(../img/ico-window-options.png);
	display: block;
	height: 12px;
	text-indent: -9999px;
	width: 12px
}

.window .nav li a.exit {
	background-position: 0 0;
}

.window .nav li a.mini {
	background-position: 36px 0;
}
.window .nav li a.mini:hover { background-position: 36px -12px;}

.window .nav li a.full {
	background-position: 24px 0;
}
.window .nav li a.full:hover { background-position: 24px -12px;}

.window .nav li a.gray, .window .nav li a.gray:hover {
	background-position: 12px 0;
}

.window .content {
    background: none repeat scroll 0 0 #ececec;
    /*height: 96%;*/
    width: 100%;
}


.safari-content {
    background-image: url("../img/safari-content.png");
    height: 430px;
    position: relative;
    width: 700px;
}
.window .nav li a:hover {
	background-position: 0 -12px;
}

.header-other {
    float: right;
    width: 639px;
}
#help .header-other {
    width: 425px;
}

#create-network .header {
    background: url("../img/network-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 21px;
    padding: 0 0 0 10px;
}

.about-dialog{
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #000;
    /*height: 210px;*/
    left: 120px;
    position: absolute;
    top: 95px;
    width: 550px;
    z-index: 300;
}
.about-max {
    background: url("../img/about-mac.png") no-repeat scroll center 7px #f7f7f7;
    height: 261px;
    padding: 1px;
}
.about-mac {
    background: none repeat scroll 0 0 #f7f7f7;
}
.about-support {
    background: url("../img/about-support.png") no-repeat scroll center 7px #f7f7f7;
    height: 265px;
    padding: 1px;
}
.about-memory {
    background: url("../img/about-memory.png") no-repeat scroll center 7px #f7f7f7;
    height: 265px;
    padding: 1px;
}
.about-storage {
    background: url("../img/about-storage.png") no-repeat scroll center 7px #f7f7f7;
    height: 265px;
    padding: 1px;
}
.about-displays {
    background: url("../img/about-displays.png") no-repeat scroll center 7px #f7f7f7;
    height: 265px;
    padding: 1px;
}
.about-menu {
    background: url("../img/about-menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 20px;
}

.about-service {
    background: url("../img/about-service.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 321px;
    margin: 0 auto;
    width: 514px;
}
#about .header-other{
    float: right;
    width: 446px;
    margin-top: 8px;
}

.search {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 10px 1px #000;
	box-shadow: 1px 1px 10px 1px #000;
	background: none repeat scroll 0 0 #eff3f5;
	position: absolute;
	/*margin: 10px 10px;*/
    height: 56px;
    left: 120px;
    top: 95px;
    width: 550px;
    z-index: 300;
}


.search .header {
    background: none repeat scroll 0 0 #eff3f5;
    /*border-bottom: 1px solid #d7dcde;*/
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 53px;
    padding: 0 0 0 10px;
}

button.disabled {
    background: none repeat scroll 0 0 #f6f6f6;
    color: #b8b8b8;
	border: 1px solid #cccccc;
}

.search .content {
    /*background: url("../img/search-content.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 150px;
    width: 550px;*/
}

.search .search-form input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #606464;
    font-size: 27px;
    padding: 10px;
}


.search .ico-search {
    background: url("../img/ico-search.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 23px;
    margin-top: 14px;
    width: 23px;
}

.dropdown ul.dropdown-menu { 
	background: #bedae9;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #90abba;
	/*font-size: 0.4em;*/
	list-style-type: none;
	padding: 0;
	position: absolute;
	margin: 0;
	width: 220px;
	z-index: 250;
	top:22px;
}

.dropdown ul.dropdown-menu li.divider  {
	border-bottom: 2px solid #aecbdb;
}

.dropdown ul.dropdown-menu li a {
	display: block;
	padding: 5px 20px;
}

.dropdown ul.dropdown-menu li a:hover, ul.dropdown-menu li a.active {
	background: #0064d0;
	color: #fff !important;
}

.mainnav li.active {
    background: none repeat scroll 0 0 #0264d2;
}
.checkbox-proxy.checked {
    background: url("../img/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}
.checkbox-proxy {
    background: url("../img/checkbox.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
}
/*checkbox bd*/
.checkbox-bd.checked {
    background: url("../img/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}
.checkbox-bd {
    background: url("../img/checkbox.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
}
.checkbox-bd.checked.disabled {
    background: url("../img/checkbox-disabled.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	color: #aaaaaa;
}
.checkbox-bd.disabled {
    background: url("../img/checkbox-disabled.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	color: #aaaaaa;
}
.checkbox-askpass.checked {
    background: url("../img/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}

.join-network-wrapper .checkbox-askpass {
    font-size: 13px;
    margin-left: 8px;
    text-align: left;
}
.checkbox-askpass {
    background: url("../img/checkbox.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
}
/*checkbox bd*/
/*checkbox pppoe*/
.checkbox-pppoe.checked {
    background: url("../img/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}
.checkbox-pppoe {
    background: url("../img/checkbox.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
}
.checkbox-pppoe.checked.disabled {
    background: url("../img/checkbox-disabled.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	color: #aaaaaa;
}
.checkbox-pppoe.disabled {
    background: url("../img/checkbox-disabled.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	color: #aaaaaa;
}
/*checkbox pppoe*/
.checkbox-ask-pass.checked {
    background: url("../img/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}
.checkbox-ask-pass {
    background: url("../img/checkbox.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
}
.checkbox.checked {
    background: url("../img/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}
.checkbox {
    background: url("../img/checkbox.png") no-repeat scroll 0 -14px rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
}
.checkbox.checked.disabled {
    background: url("../img/checkbox-disabled.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	color: #aaaaaa;
}
.checkbox.disabled {
    background: url("../img/checkbox-disabled.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    height: 14px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	color: #aaaaaa;
}

ul.subnav li:last-child a:hover, ul.subnav li:last-child a.active {
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


.tooltip {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    padding: 6px;
    position: absolute;
}
.text-right{
text-align:right;
}
.ico-lock {
    background-image: url("../img/lock.png");
    background-position: center bottom;
    height: 19px;
    width: 21px;
	float: right;
	margin: 0px 0 0 3px;
}



.ico-wifi {
    background-image: url("../img/wifi.png");
    background-position: center bottom;
    height: 19px;
    width: 21px;
	float: right;
	margin:0 0 0 3px;
}
.ico-not-connected-wifi {
    background-image: url("../img/not-connected-wifi.png");
    background-position: center bottom;
    height: 19px;
    width: 21px;
	float: right;
	margin:0 0 0 3px;
}
.ico-check:before {
    content: url("../img/check.png");
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}
a:hover .ico-wifi{
	
	background-position:center top !important;
}
a:hover:hover .ico-lock{
	
	background-position:center top !important;
}
a.ico-check:hover:before{
	
	content: url("../img/check.png");
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

ul#general .subnav a {
    padding-right: 10px;
}

.tooltip  span {
	color: #dae8f1;
	display: block;
	margin-bottom: -19px;
	text-align: center;
}
   
#wrapper {
   /* background: url("../img/bg.jpg") repeat scroll center center rgba(0, 0, 0, 0);*/
    border: 1px solid #000;
    /*height: 600px;*/
    overflow: hidden;
    position: relative;
    /*width: 800px;*/
}
#linksys-join-network.window {
    height: 280px;
    width: 460px;
}

#topbar {
	background: #d6e7f1;
	border-bottom: 1px solid #466c83;
	display: table;
	padding: 0 10px;
	/*width: 780px;*/
	width: 99%;
}

#topbar a { color: #25353f; }
#topbar .content-menu > ul > li > a { padding: 5px 6px;}
#topbar > ul > li > a { padding: 3px 6px;}
#topbar > ul > li > ul.subnav { font-size: 0.8em; }
	
	#logo {
		position: relative;
	}

		#logo > a {
			background-image: url("../img/logo.png");
			background-position: 0 -22px;
			display: block;
			height: 22px;
			padding: 0 !important;
			text-indent: -9999px;
		}
		
		#logo > a:hover, #logo > a.active {
			background-position: 0 0;
		}
		#logo.open > a {
			background-position: 0 0;
		}
		li#logo {
			float: left;
			height: 22px;
			margin: 0;
			width: 35px;
		}
		
		#logo ul li a {
			font-weight: normal;
		}
		
	.mainnav li a, #general li a { font-size: 13px; }
	
	.mainnav {
		float: left;
        /* belkin.ph(bryan)[SOC] */
        padding-top: 4px;
        /* belkin.ph(bryan)[EOC] */
	}
	
		.mainnav li {
		position: relative;
		}
		
		.mainnav li a {
			
		}
		
		.mainnav li a:hover {
			background-color: #0264d2;
			color: #fff;
		}
	
	#general {
		float: right;
	}
		#general .ico { 
			display: block;
			padding: 1px 7px;
			text-indent: -9999px; 
			}
		
		#ico-wifi { 
			
			background: url(../img/ico-signal.png) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		
		#ico-not-connected-wifi:hover { 
			background-position: 0 0;
		}
		.open #ico-not-connected-wifi { 
			background-position: 0 0;
		}
		#ico-not-connected-wifi { 
			
			background: url(../img/not-connected-wifi.png) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		
		#ico-pppoe:hover { 
			background-position: 0 0;
		}
		.open #ico-pppoe { 
			background-position: 0 0;
		}
		#ico-pppoe { 
			
			background: url(../img/ico-pppoe.png) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		
		#ico-bluetooth-dun:hover { 
			background-position: 0 0;
		}
		.open #ico-bluetooth-dun { 
			background-position: 0 0;
		}
		#ico-bluetooth-dun { 
			
			background: url(../img/ico-bluetooth-dun.png) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		.open #ico-wifi { 
			background-position: 0 0;
		}
		#ico-wifi:hover { 
			background-position: 0 0;
		}
		#ico-nowifi { 
			
			background: url(../img/ico-nowifi.png) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		.glower.ico-check {
			padding-left: 5px;
		}
		
		#ico-wifi-mac { 
			
			background: url(../img/wifi-mac.png) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		.open #ico-wifi-mac { 
			background-position: 0 0;
		}
		#ico-wifi-mac:hover { 
			background-position: 0 0;
		}
		
		#ico-nowifi:hover { 
			background-position: 0 0;
		}
		.open #ico-nowifi { 
			background-position: 0 0;
		}
		#ico-wificonnecting { 
			
			background: url(../img/wifi.gif) bottom no-repeat;
			height: 20px;
			width: 20px;
			
		}
		
		
		#ico-batt { 
			background: url(../img/ico-battery.jpg) no-repeat center;
			width: 55px;
		}
		
		#ico-vol { 
			background: url(../img/ico-speakers.jpg) no-repeat center;
			width: 22px;
		}
		
		#ico-find {
			background: url("../img/ico-find.jpg") no-repeat scroll center center #d5e6f0;
			height: 20px;
			width: 22px;
		}
		
		#ico-find.active {
		background: url("../img/ico-find-active.png") no-repeat scroll center center ;
		width: 22px;
		}
	
/*#dock {
	bottom: 0;
	display: table;
	margin: 0 auto;
	position: absolute;
	width: 800px;
	z-index:200;
}*/
.network-help {
    background: url("../img/question.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 20px;
    width: 21px;
}

/*#dock {
    bottom: 0;
    left: 125px;
    position: absolute;
    width: 540px;
    z-index: 200;
}*/

#dock {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 200;
}

	/*#dock ul {
    background: none repeat scroll 0 0 #79b9e0;
    border-radius: 5px 5px 0 0;
    display: table;
    margin: 0 auto;
    padding: 5px 0;
	}*/
	#dock ul {
    background: none repeat scroll 0 0 #858985;
    border-radius: 5px 5px 0 0;
    display: table;
    margin: 0 auto;
    padding: 5px 0;
   /* width: 531px;*/
	}
	
	#dock .tooltip { top: -40px;}
	
	#dock .ico { 
		display: block; 
		text-indent: -9999px; 
	}
	
		
	#dock ul li {
		padding: 1px 5px;
		margin: 0 2px;
	}
	
	#dock ul li a { 
		display: block;
		
	}
	
	#dock .divider {
		border-left: 1px solid #4d8fb5;
		height: 59px;
		margin: 0 10px 0 16px;
		padding: 0;
		width: 0;
	}

    #ico-box {
        background: url(../img/new-img/icon-box.png) no-repeat center;
        background-size: 60px 60px;
        width: 58px;
        height: 59px;
    }
	
	#ico-finder {
		background: url(../img/new-img/option1.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	
	#ico-lpad {
		background: url(../img/new-img/option2.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	
	#ico-network {
		background: url(../img/new-img/option3.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	#ico-keychain {
		background: url(../img/new-img/option4.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	#ico-safari {
		background: url(../img/new-img/option5.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	
	#ico-itunes {
		background: url(../img/new-img/option6.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	
	#ico-system {
		background: url(../img/new-img/option7.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 59px;
	}
	
	#ico-trash {
		background: url(../img/new-img/option8.png) no-repeat center;
        background-size: 60px 60px;
		width: 58px;
		height: 63px;
	}

	.small-font{
	font-size:11px;
	}

	ul.dropdown-menu li:hover a{
	
	background:#006cd2;
	color:#fff;

}
ul.dropdown-menu li:hover a{
	
	background:#006cd2;
	color:#fff;

}
#general ul.dropdown-menu li:hover a{
	
	background:#0057bd !important;
	color:#fff;

}

.radio-button.checked {
    background: url("../img/radio-button.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 16px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}
.radio-button {
    background: url("../img/radio-button.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 16px;
    line-height: 14px;
    margin: 6px 0;
    padding-left: 18px;
}

.radio-button.checked.disabled {
    background: url("../img/radio-button-disabled.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 16px;
    line-height: 14px;
    margin: 7px 0;
    padding-left: 18px;
	cursor:pointer;
}

.radio-button.disabled {
    background: url("../img/radio-button-disabled.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    color: #aaaaaa;
    cursor: pointer;
    height: 16px;
    line-height: 14px;
    margin: 6px 0;
    padding-left: 18px;
}
.checkbox.disabled button {
	background:#f1f1f1 ;
	color:#b5b5b5 ;
	border-color:#d2d2d2;
}
.checkbox button {
	background:#f1f1f1;
	color:#b5b5b5;
	border-color:#d2d2d2;
}
.checkbox.checked button {
	background:#fff;
	color:#000;
	border:1px solid #c9c9c9;
}
button.enabled {
    background: url("../img/hover.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #41c0f8;
    color: #fff;
	font-size: 13px;
    margin-left: 10px;
    padding: 1px 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}


.textarea {
    background: none repeat scroll 0 0 #fff;
    height: 103px;
    margin-top: 20px;
    padding: 10px;
    width: 583px;
	border:1px solid #c5c5c5;
	overflow: auto;
}


.ajax-loader {
    background: url("../img/ajax-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 16px;
    margin: 0 5px;
    width: 16px;
}



#safari-preference.window .header {
    background: url("../img/safari/header-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #aeadaf;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 76px;
    padding: 0;
}

#safari-preference.window .nav li {
    margin: 7px 0 0 5px;
}

#safari-preference.window .header-other .title {
    color: #25353f;
    font-size: 0.8em;
    margin: 5px 0 0 5px;
    text-align: center;
    width: 84%;
}
#safari-preference .header-menu{}

.header-menu > ul {
    margin: 0;
    padding: 0;
}

#safari-preference .header-menu li {
    display: inline-block;
    list-style: outside none none;
    margin-top: -1px;
}
.browser-general {
    background: url("../img/safari/ico-general.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 55px;
}
.browser-tabs {
    background: url("../img/safari/ico-tabs.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 47px;
}
.browser-autofill{
	background: url("../img/safari/ico-autofill.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 53px;
}
.browser-password{
	background: url("../img/safari/ico-password.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 69px;

}
.browser-search{
	background: url("../img/safari/ico-search.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 57px;
}
.browser-security{
	background: url("../img/safari/ico-security.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 60px;
}
.browser-privacy{
	background: url("../img/safari/ico-privacy.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
     width: 53px;
}
.browser-notification{
	background: url("../img/safari/ico-notification.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 75px;
}
.browser-extension{
	background: url("../img/safari/ico-extensions.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 70px;
}
.browser-advanced{
	background: url("../img/safari/ico-advanced.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    height: 57px;
    width: 64px;
}
.browser-general.active {
    background: url("../img/safari/ico-general.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 55px;
}
.browser-tabs.active {
    background: url("../img/safari/ico-tabs.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 47px;
}
.browser-autofill.active{
	background: url("../img/safari/ico-autofill.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 53px;
}
.browser-password.active{
	background: url("../img/safari/ico-password.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 69px;

}
.browser-search.active{
	background: url("../img/safari/ico-search.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 50px;
}
.browser-security.active{
	background: url("../img/safari/ico-security.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 57px;
}
.browser-privacy.active{
	background: url("../img/safari/ico-privacy.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 53px;
}
.browser-notification.active{
	background: url("../img/safari/ico-notification.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 75px;
}
.browser-extension.active{
	background: url("../img/safari/ico-extensions.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 70px;
}
.browser-advanced.active{
	background: url("../img/safari/ico-advanced.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 57px;
    width: 64px;
}


.glower{
-webkit-box-shadow:inset 0 0 6px 2px #66ff66;
box-shadow:inset 0 0 6px 2px #66ff66;
}

.dropdown-menu li a.active {
    background: none repeat scroll 0 0 #0064d0;
    color: #fff;
}


.dropdown-menu li a.active:before {
    content: url("../img/check-active.png");
    left: 4px;
    position: absolute;
}


.apple {
    float: left;
    list-style: outside none none;
    padding: 0;
}




.about-menu li:nth-child(1) {
    border-left: 1px solid #e5e5e5;
    -webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.about-menu li:nth-child(6) {
   -webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
  }
.about-menu li {
    background: none repeat scroll 0 0 #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #6d6d6e;
    float: left;
    font-size: 12px;
    list-style: outside none none;
    padding: 2px 9px;
	cursor: pointer;
}

.about-menu > ul {
    padding: 0;
}
.about-menu li.active {
    background: none repeat scroll 0 0 #6f6f70;
    color: #fff;
}
#connect-server.window {
    height: 230px !important;
    width: 490px !important;
}
#connect-server .header {
    border-bottom: 1px solid #afadaf;
    height: 21px !important;
}

#connect-server.window .nav li {
    margin: 5px 0 0 5px !important;
}

#connect-server .left.title {
    color: #4e4b5e;
    margin-left: 130px;
    margin-top: 3px;
}

#keychain.window .header {
    background: url("../img/keychain-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bfbfbf;
    height: 60px !important;
}
#keychain.window .content {
    background: none repeat scroll 0 0 #d3d3d3;
}



#keychain.window .header-other {
    float: right;
    width: 525px;
}

#keychain.window  .header-other .title {
    color: #25353f;
    font-size: 13px;
    margin-left: 115px;
    margin-top: 5px;
}
#keychain.window .nav li {
    margin: 5px 0 0 5px;
}

.keychain-lock {
    background: url("../img/keychain-lock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 21px;
    padding-left: 30px;
    padding-top: 8px;
    width: 280px;
}


.keychain-unlock {
    background: url("../img/keychain-unlock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 25px;
    padding-left: 30px;
    padding-top: 8px;
    width: 200px;
}
.window#about  .nav li a.full{
    background-position: 60px 0;
}
.window-back#printer-sharing {
    background-image: url("../img/btn-back.png");
    height: 22px;
    margin-left: 15px;
    margin-top: 8px;
    width: 26px;
}

/* belkin.ph(bryan)[SOC] */
#wusb-installer{
     width: 620px;
     left: 660px !important;
}

#wusb-installer .header-other .title{
    margin-top: -10px;
    margin-left: 200px;
}

#wusb-installer .header-other .r-lock{
    float: right;
    margin-top: -10px;
    margin-right: 5px;
}

.content .popup-modal{
    border: 1px solid #ccc;
    width: 80%;
    left: 10%;
    position: absolute;
    z-index: 99999;
    background: #eeefee;
    -webkit-box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.75);
    padding-bottom: 10px;
}

.content .popup-modal .ip-content{
    float: left;
    width: 85%;
    margin: 10px 30px;
}

.content .popup-modal .ip-button-con{
    float: left;
    width: 90%;
    margin: 10px 30px;
}

.ip-button-con .read-license{
    float: left;
}

.ip-button-con button:hover{
    -webkit-box-shadow: 1px 0px 0px 3px rgba(177,176,180,1);
-moz-box-shadow: 1px 0px 0px 3px rgba(177,176,180,1);
box-shadow: 1px 0px 0px 3px rgba(177,176,180,1);
}   

.ip-button-con .btn-confirm{
    float: right;
    margin-right: 10px;
}

.btn-gray{
    background-color: #aeaeb4;
    color: #fff;
}

.content #left-content{
    float: left;
    margin:0;
    padding: 0;
    width:30%;
}

#left-content ul{
    height:200px; 
    margin:45px 15px 0 0;
}

#left-content ul li{
    margin-top:10px;
    list-style: none;
}

#left-content ul li .li-bullet{
   float: left;
   background: #000;
   margin:3px 10px 0 0;
   width:8px;
   height: 8px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
}


#left-content ul li span{
    color:#000;
    font-size: 12px;
}

li.li-active{
    font-weight: bolder;
}

li.li-active div.li-bullet{
    background: #66afef !important;
}

li.li-inactive span{
    font-weight: normal;
    color:#919291 !important;
}

li.li-inactive div.li-bullet{
    background: #d8d9d8 !important;
}

.content #right-content{
    float: right;
    margin:0;
    padding: 0;
    width:70%;
}

#right-content .rc-header{
    /*text-align: center;*/
    margin:10px 0 10px 20px;
}

#right-content .rc-body{
    text-align: justify;
    margin: 0 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    height: 250px;
    overflow-y : auto;
}

#right-content .rc-body div.rc-body-content{
    width: 100%;
    height: 100%;
}

#right-content .rc-footer{
    float: left;
    margin: 20px 0 0 20px;
    width: 90%;
}

#right-content .rc-footer button.rcf-left{
    margin-left: 5px;
}

#right-content .rc-footer button.rcf-right{
    float: right;
    margin:0 0 0 10px;
}

#linksys-logo{
    width: 40%;
    bottom: 1px;
    height: 173px;
    position: absolute;
    background-image: url(../img/new-img/linksys.png);
    background-repeat: no-repeat;
}

#adapter-wifi-off { 
    background: url(../img/new-img/adapter-wifi-off.png) bottom no-repeat;
    height: 20px;
    width: 20px;
}

#adapter-wifi-on { 
            
    background: url(../img/new-img/adapter-wifi-on.png) bottom no-repeat;
    height: 20px;
    width: 20px;
    
}

#adapter-wifi-hover{
    position: absolute;
    border: 1px solid !important;
    width: 214px;
    padding: 5px;
    font-size: 12px;
    margin: 4px 0 0 15px;
    color: #000;
    background-color: #e4e7ea;
    z-index: 999;
}

#setup-installer-hover{
    position: absolute;
    border: 1px solid !important;
    width: 75px;
    padding: 5px;
    font-size: 12px;
    margin: 0 0 0 35px;
    color: #000;
    background-color: #e4e7ea;
    z-index: 999;
    bottom: 7px;
    text-align: center;
}

#strong-wifi-connection { 
    background: url(../img/new-img/strong-con.png) bottom no-repeat;
    height: 20px;
    width: 20px;
}

#slow-wifi-connection { 
    background: url(../img/new-img/slow-con.png) bottom no-repeat;
    height: 20px;
    width: 20px;
}

#no-wifi-connection { 
    background: url(../img/new-img/no-con.png) bottom no-repeat;
    height: 20px;
    width: 20px;
}


#wusb-join-network .header {
    background: url("../img/network-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 21px;
    padding: 0 0 0 10px;
}


#wusb-join-network.window {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #000;
    height: 270px;
    position: absolute;
    width: 450px;
}

#wusb-preferred-network .header {
    background: url("../img/network-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 21px;
    padding: 0 0 0 10px;
}


#wusb-preferred-network.window {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #000;
    height: 270px;
    position: absolute;
    width: 450px;
}


#wusb-wps .header {
    background: url("../img/network-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 21px;
    padding: 5px 0 10px 10px;
    text-align: center;
}


#wusb-wps.window {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #000;
    height: 270px;
    position: absolute;
    width: 470px;
    height: auto;
}
.window-h-auto{
  height: auto !important;  
}

/* belkin.ph(bryan)[EOC] */