/*#kb_articles {
    width:960px;
    margin:0px auto;
}

#kb_search {
    margin:0px auto;
    margin-top:20px;
    display:inline-block;
}
*/
.search-input-wraper{
	border:1px solid #c1c1c1;
	border-radius: 4px 0px 0px 4px;
	height:50px;
	border-right:0px;
	float:left;
}
#kb_search .search_icon{
	background: url(../img/search.png) no-repeat 12px 18px #fff;
	width:34px;
	height:50px;
	float:left;
	border-radius:4px 0px 0px 4px;
}
/*#kb_search input[type="search"] {
    height: 50px;
	border:0px;
    color: #414141;
    font-family: "proxima-nova";
    font-size: 16px;
	line-height:22px;
    margin-left: 0px;
	float: left; 
    width:660px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#kb_search input[type="search"]:focus {
    outline: 0;
}

#kb_search input[type="submit"] {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    border-top-left-radius:0;
    border-bottom-left-radius: 0; 
    background-clip: padding-box;
    background-color: #919ba1;
    box-shadow: 0 1px 0 #7c878e;
    float: left;
    border: none;
    padding: 19px 26px 17px; 

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#kb_search input[type="submit"]:hover {
    background-color: #4b5357;
    box-shadow: 0 1px 0 #33383c;
}

#kb_search input[type="submit"]:active {
    background-color: #1d2325;
    box-shadow: 0 1px 0 #0f1214;
}

#kb_articles #kb_devices {
    margin-top:60px;
    float:left;
    width:800px;
    padding:0px 80px;
	text-align:center;
}

#kb_articles #kb_devices a {
    width:168px;
    height:148px;
    margin-right:37px;
    border:1px solid #b5bcc0;
    background:#fafafa;
    display:inline-block;
	vertical-align:top;
    text-align:center;
    border-radius:4px;
    cursor:pointer;
}

#kb_articles #kb_devices a:last-child {
    margin-right:0px;
}

#kb_articles #kb_devices a.active_device, #kb_articles #kb_devices a:hover {
    border-color:#55a9d3;
}
#kb_articles #kb_devices a img{
	width: 90%;
}
#kb_articles #kb_devices a:first-child img {
    margin-top: 45px;
	width: 75%;
}
#kb_articles #kb_devices a:nth-child(2) img {
    margin-top: 30px;
}
#kb_articles #kb_devices a:nth-child(3) img {
    margin-top: 32px;
}
#kb_articles #kb_devices a:nth-child(4) img {
    margin-top: 22px;
}*/
#kb_articles #kb_devices a span {
    color: #7E7E7E;
    display: block;
    font-size: 19px;
    font-weight: bold;
}
/*#kb_articles #article_box {
    margin-top:60px;
    float:left;
    width:100%;
    padding-bottom:50px;
    background:url(../img/article_separator_bottom.jpg) no-repeat center bottom;
    font-family:'proxima-nova';
}

#kb_articles #article_box h1 {
    margin:0px;
    font-size:40px;
    line-height:48px;
    font-weight:bold;
    color:#666666;
    text-align:center;
    padding:50px 80px;
    background:url(../img/article_separator_top.jpg) no-repeat center top;
}

#kb_articles #article_box .article_step {
    float:left;
    padding:30px 80px;
    width:800px;
}

#kb_articles #article_box .article_step img {
    float:left;
    /*border:2px solid #7e888d;*/
    /*border-radius:4px;
    margin-right:70px;
}

#kb_articles #article_box .article_step p {
    margin:0px;
    font-size:18px;
    line-height:20px;
    color:#666666;
    padding:5px 0px;
}

#kb_articles #article_box.stepwise .article_step {
    padding-bottom:127px;
    background:url(http://lghttp.5654.nexcesscdn.net/8041F9/mage/skin/frontend/base/default/clamcasehelpdesk/img/article_separator_step.jpg) no-repeat center bottom;
}

#kb_articles #article_box.stepwise .article_step:last-child {
    padding-bottom:30px;
    background:none;
}

#kb_articles #article_box.stepwise .article_step .step_num {
    margin:0px;
    font-size:72px;
    line-height:50px;
    font-weight:normal;
    color:#666666;
}

#article_navigation {
    float:left;
    margin:60px 77px 0px;
    width:804px;
    height:44px;
    border:1px solid #D2D2D2;
    border-radius:4px;
}*/

#article_navigation img {
    padding:9px 20px;
    border-right:1px solid #D2D2D2;
}

#article_navigation .link {
    font-family:'proxima-nova';
    font-size:18px;
    line-height:44px;
    color:#666666;
    text-decoration:none;
    padding:12px 20px;
	border-right: 1px solid #D2D2D2;
}
#article_navigation .link:last-child{
	border-right: none;
}