@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.clr{
	clear:both;
}
img,a {
	border:none;
	outline:none;
}
input:focus, select:focus, textarea:focus{
	outline:none;
}
body{
	font:14px/16px Arial,Helvetica,Verdana,sans-serif;
	color:#333;	
	background:#333;
	background:-moz-linear-gradient(top,#333 0,#4c4c4c 49%,#3d3d3d 99%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(49%,#4c4c4c),color-stop(99%,#3d3d3d));
	background:-webkit-linear-gradient(top,#333 0,#4c4c4c 49%,#3d3d3d 99%);
	background:-o-linear-gradient(top,#333 0,#4c4c4c 49%,#3d3d3d 99%);
	background:-ms-linear-gradient(top,#333 0,#4c4c4c 49%,#3d3d3d 99%);
	background:linear-gradient(top,#333 0,#4c4c4c 49%,#3d3d3d 99%);
}
/*Header*/
#top{
	width:100%;
	border-bottom:#4499d6 10px solid;
	padding: 14px 0 0;
	background:#eee;
	background:-moz-linear-gradient(top,#eee 0,#ccc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ccc));
	background:-webkit-linear-gradient(top,#eee 0,#ccc 100%);
	background:-o-linear-gradient(top,#eee 0,#ccc 100%);
	background:-ms-linear-gradient(top,#eee 0,#ccc 100%);
	background:linear-gradient(top,#eee 0,#ccc 100%);
}
.box{
	margin:0 auto;
	width:1024px;
}
#menu{
	float:left;
	width:600px;
}
#menu a{
	float:left;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff),color-stop(1,#e6e6e6));
	background:-moz-linear-gradient(center top,#fff 5%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6');
	background-color:#fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border:1px solid #e8e8e8;
	border-bottom:none;
	color:#000;
	padding:6px 15px;
	margin:0 6px 0 0;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}
#menu a:hover,#menu a.current{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#4499d6),color-stop(1,#4499d6));
	background:-moz-linear-gradient(center top,#4499d6 5%,#4499d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4499d6',endColorstr='#4499d6');
	background-color:#4499d6;
	border:1px solid #55a5da;
	border-bottom:none;
	text-decoration: none;
	color:#fff;
}
#topRight{
	float:right;
	width:350px;
	padding:5px 0 0;
	height:24px;
	text-align:right;
	color:#545454;
}
#topRight span{
	float:left;
	width:auto;
	position:relative;
}
#topRight span.contactNum{
	float:right;
	position:static;
}
#topRight a, span.buy-now{
	font-size:11px;
	line-height:14px;
	padding:5px 11px;
	margin:0 -3px 0 0;
	text-decoration:none;
	float:left;	
}
#topRight a{
	color:#000;
}
#topRight span.separator{
	float:left;
	width:1px;
	font-size:16px;
    line-height:16px;
    margin:3px 0 0;
    position:static;
}
.drophead{
	background:none repeat scroll 0 0 #545454;
	border-radius:6px 6px 0 0;
	text-decoration:none;
}
#topRight #lang-list-dropdown li a:hover{
	text-decoration:underline;
	color:#057ACB;
}
.drophead label{
	background:none repeat scroll 0 0 #545454;
	border-radius:6px 6px 0 0;
	text-decoration:none;
	color:#CCC;
	font-size:11px;
	line-height:14px;
	padding:5px 11px;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	width:80px;
}
#topRight a.arrow{
	display:none;
}
#callouts{
	width:100px;
	color:#000;
}
#topRight .buynow-dd{
	position:absolute;
	left:0;
}
#topRight .buynow-dd ul{
	background:none repeat scroll 0 0 #545454;
	border-radius:0 0 8px 8px;
	left:0;
	padding:4px 0 10px;
	top:24px;
	width:140px;
	z-index:9999;
	position:absolute;
}
#topRight .buynow-dd ul li{
	height:23px;
	border:none;
	display:block;
	text-align:left;
	margin:0 0 0 13px;
	width:97px;
}
#topRight .buynow-dd ul li a{
	padding:0;
	width:97px;
	line-height:22px;
	z-index:9999;
	text-decoration:none;
	color:#CCC;
	font-size:11px;
}
#topRight .buynow-dd ul li a:hover{
	height:18px;
	color:#4499d6;
	text-decoration:underline;
	background:none repeat scroll 0 0 transparent;
	border-radius:0;
}
.flag{
	float:right;
	width:175px;
	text-align:right;
	font-size:12px;	
	margin:0 0 0 15px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	line-height:12px;
	display:none;
}
.flag img{
	padding:0 5px 0 0;
}
.contactNum{
	font-weight: bold;
    margin: 3px 0 0 10px;
}
#header{
	background:url(images/headerBg.jpg) no-repeat 0 0 transparent;
	height:224px;
}
#header .boxClassRoom{
    float: left;
    height: 224px;
    width: 1024px;
    background:url("../../HigherEducation/General/images/headerBg.jpg") no-repeat scroll 0 0 transparent;
}
.logo{
	width:500px;
	float:left;
	margin:12px 0 0 41px;
}
.logo h2{
	margin:0 0 0 17px;
	padding:0 0 0 17px;
	float:left;
	border-left:#878787 solid 1px;
	font:normal 30px/80px arial;
	color:#fff;
}
.logo img{
	float:left;
}
.logo h2 a:link, .logo h2 a:visited, .logo h2 a:active, .logo h2 a:hover{
	color:#FFF;
	text-decoration:none;
}
.secMenu{
	width:960px;
	margin:0 auto;
	padding:15px 0 0;
	height:60px;
	clear:both;
}
.secMenu span.menuItem{
	float:left;
}
.secMenu a{
	cursor:pointer;
	-moz-box-shadow:inset 0 1px 1px 1px #f2db6a;
	-webkit-box-shadow:inset 0 1px 1px 1px #f2db6a;
	box-shadow:inset 0 1px 1px 1px #f2db6a;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f5cc00),color-stop(1,#eab300));
	background:-moz-linear-gradient(center top,#f5cc00 5%,#eab300 100%);
	background:-ms-linear-gradient(top,#f5cc00 0,#eab300 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cc00',endColorstr='#eab300');
	border:1px solid #EAB300;
	display:inline-block;
	color:#262626;
	font-family:Verdana;
	font-size:13px;
	text-decoration:none;
	text-transform:capitalize;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #a87e02;
	line-height:35px;
	height:41px;
	width:145px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	padding:5px 17px 0;
}
.secMenu a:hover,.secMenu a.current{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ebab00),color-stop(1,#e38e00));
	background:-moz-linear-gradient(center top,#ebab00 5%,#e38e00 100%);
	background:-ms-linear-gradient(top,#ebab00 0,#e38e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebab00',endColorstr='#e38e00');
	background-color:#e38e00;
	border-top:#ebab00 1px solid;
	border-bottom:#e38e00 1px solid;
	-moz-box-shadow:inset 0 0 4px 0 #e38e00;
	-webkit-box-shadow:inset 0 0 4px 0 #e38e00;
	box-shadow:inset 0 0 4px 0 #e38e00;
	text-decoration:none;
	color:#262626;
}
.secMenu span.menuItem:hover,.secMenu span.current{
	background:url("images/menuPointer.png") no-repeat scroll center 48px transparent;
    height:65px;
}
.secMenu span.menuItem:first-child a{
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	line-height:18px;
	width:150px;
}
.secMenu span.menuItem:first-child + .menuItem + .menuItem +.menuItem a, .secMenu span.menuItem:nth-child(4) a{
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
.secMenu span.menuItem:first-child + .menuItem + .menuItem +.menuItem +.menuItem{
	float:right;
}
.secMenu span.menuItem:last-child{
	float:right;
}
.secMenu span.menuItem:first-child + .menuItem + .menuItem +.menuItem +.menuItem a{
	float:right;
	margin-left:8px;
	-moz-box-shadow:inset 0 1px 0 0 #6ebce0;
	-webkit-box-shadow:inset 0 1px 0 0 #6ebce0;
	box-shadow:inset 0 1px 0 0 #6ebce0;	
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#2ba5d9),color-stop(1,#027aad));
	background:-moz-linear-gradient(center top,#2ba5d9 5%,#027aad 100%);
	background:-ms-linear-gradient(top,#2ba5d9 0,#027aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba5d9',endColorstr='#027aad');
	background-color:#2ba5d9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #027AAD;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #086185;
}
.secMenu span.menuItem:last-child a{
	float:right;
	margin-left:8px;
	-moz-box-shadow:inset 0 1px 0 0 #6ebce0;
	-webkit-box-shadow:inset 0 1px 0 0 #6ebce0;
	box-shadow:inset 0 1px 0 0 #6ebce0;	
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#2ba5d9),color-stop(1,#027aad));
	background:-moz-linear-gradient(center top,#2ba5d9 5%,#027aad 100%);
	background:-ms-linear-gradient(top,#2ba5d9 0,#027aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba5d9',endColorstr='#027aad');
	background-color:#2ba5d9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #027AAD;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 #086185;
}
.secMenu span.menuItem:first-child + .menuItem + .menuItem +.menuItem +.menuItem a:hover{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#027aad),color-stop(1,#2ba5d9));
	background:-moz-linear-gradient(center top,#027aad 5%,#2ba5d9 100%);
	background:-ms-linear-gradient(top,#027aad 0,#2ba5d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#027aad',endColorstr='#2ba5d9');
	background-color:#027aad;
	border-top:#027AAD 1px solid;
	box-shadow:none;
}
.secMenu span.menuItem:first-child + .menuItem + .menuItem +.menuItem +.menuItem a.current{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#027aad),color-stop(1,#2ba5d9));
	background:-moz-linear-gradient(center top,#027aad 5%,#2ba5d9 100%);
	background:-ms-linear-gradient(top,#027aad 0,#2ba5d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#027aad',endColorstr='#2ba5d9');
	background-color:#027aad;
	border-top:#027AAD 1px solid;
	box-shadow:none;
}
.secMenu span.menuItem:last-child a:hover{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#027aad),color-stop(1,#2ba5d9));
	background:-moz-linear-gradient(center top,#027aad 5%,#2ba5d9 100%);
	background:-ms-linear-gradient(top,#027aad 0,#2ba5d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#027aad',endColorstr='#2ba5d9');
	background-color:#027aad;
	border-top:#027AAD 1px solid;
	box-shadow:none;
}
.secMenu span.menuItem:last-child a.current{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#027aad),color-stop(1,#2ba5d9));
	background:-moz-linear-gradient(center top,#027aad 5%,#2ba5d9 100%);
	background:-ms-linear-gradient(top,#027aad 0,#2ba5d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#027aad',endColorstr='#2ba5d9');
	background-color:#027aad;
	border-top:#027AAD 1px solid;
	box-shadow:none;
}
.secMenu span.menuItem:first-child + .menuItem + .menuItem +.menuItem +.menuItem:hover{
	background-image:none;
}
.secMenu span.menuItem:last-child:hover{
	background-image:none;
}
/*Content*/
.landing{
	background:none no-repeat scroll 0 0 #EEEEEE;
	width:1024px;
	display:block;
	margin:0 auto;
}
#content{
	width:960px;
}
.innerContent{
	background:none no-repeat 0 0 #FFF;
	border-radius:6px 6px 6px 6px;
	padding:30px 15px;
	margin:-36px 0 0;
	width:930px;
	float:left;
}
.innerMenu{
	margin:0 15px;
	padding:0 0 0 15px;
    width:887px!important;
	float:left;
	background:none repeat scroll 0 0 #686868;
}
.innerMenu a{
	text-decoration:none;
	color:#FFF;
	float:left;
	padding:12px 16px;
}
.innerMenu a:hover, .innerMenu a.current{
	background:none no-repeat 0 0 #F4C800;
	text-decoration:none;
	color:#333;
}
h3.titleText{
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	font-family:Helvetica;
	padding:0 0 35px;
    width:100%;
	float:left;
}
.searchBox{
    float:right;
    margin:-45px 40px 0 0;
    width:auto;
    position:relative;
    z-index:9999;
}
.searchBox .twitter-typeahead{
	float:left;
}	
.searchBox input{
	width:245px;
	border:1px solid #DDD;
	border-radius:5px 0 0 5px;
	float:left;
	padding:8px 8px 8px 40px;
	font-size:14px;
	color:#6D6D6D;
	background:url(images/lens.png) no-repeat 5px 5px #FFF!important;
}
.searchBox a{
	background:url("images/buttonArrow.png") no-repeat scroll 80px 13px #686868;
    color:#FFFFFF;
    float:left;
    font-size:15px;
    font-weight:bold;
    line-height:19px;
    padding:8px 23px 8px 15px;
    text-transform:uppercase;
	text-decoration:none;
}
.searchBox a:hover{
	text-decoration:none;
	color:#FFF;
}
.tt-hint{
	display:none;
}
.tt-dropdown-menu{
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    left: 0px!important;
    top: 40px!important;
    width: 295px;
    max-height:220px;
    overflow-y:auto;
    word-wrap:break-word;
}
.tt-suggestions{
	font-size: 15px;
    line-height: 26px;
}
.tt-suggestion p{
	padding: 5px 10px;
}
.tt-is-under-cursor p{
	background:none no-repeat 0 0 #0097cf;
	color:#FFF;
}
.innerContent h2{
	color:#fff;
	font-size:28px;
	font-family: Helvetica;
	font-weight:normal;
	margin:0 15px 0;
	line-height:30px;
	padding:15px 10px 15px 30px;
	background:#4499D6;
	border-radius:6px 6px 0 0;
	display:block;
	width:862px;
}
.contactBox{
	float:left;
	width:800px!important;
	background:none repeat scroll 0 0 #F8F8F8!important;
	background:-moz-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F8F8F8),color-stop(100%,#EEE))!important;
	background:-webkit-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:-o-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:-ms-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	border:1px solid #D7D7D7;
	border-radius:6px;
	padding:20px;
}
.contactBox h3{
	color:#686868;
	font-size:21px;
	font-family:Helvetica;
	padding:0 0 30px 60px;
	background:url(images/titleIcon.png) no-repeat left top transparent;
	float:left;
	width:725px;
}
.contactBox p.instruction{
    color: #6D6D6D;
    float: left;
    font-weight: bold;
    padding: 10px 0 0px 3px;
    width: 100%;
}
.timeDetail{
    display:inline-block;
    font-size:13px;
    font-weight:normal;
    padding:6px 0 0 3px;
}
.contactBox input, .contactBox select, .contactBox textarea{
	width:244px;
	border:1px solid #DDD;
	border-radius:5px;
	float:left;
	margin:0 7px 0 0;
	padding:8px;
	font-size:15px;
	font-family:Arial;
	color:#686868;
}
.contactBox input.defaltValuePhone, .contactBox span select.productlist{
	margin-right:0;
}
.contactBox select{
	width:397px;
	margin:12px 6px 0 0;
	padding:7px;
}
.contactBox textarea{
	margin:12px 0 0;
	width:783px;
	height:60px;
	clear:both;
}
.contactBox input.btn{
	float:right;
	background:url("images/buttonArrow.png") no-repeat scroll 105px 20px green;
	border-radius:0;
	border:none;
	color:#FFF;
	margin:20px 0 0;
	padding:10px 26px 10px 20px;
	font-size:20px;
    text-transform:uppercase;
    width:130px;
}
.contactBox input.btn:active{
	color:#FFF!important;
}
.fieldError{
	border:1px solid #FF0000!important;
}
.formStatus{
	padding:30px 0 0 360px;
}
.contactBox input.btn.blurred{
	color:red;
}
.messageBox ul li{
	color:#FF0000;
    list-style-type:none;
    margin:0;
    padding:0 0 15px;
}
.contactBox input[type="button"]:active{
	color:#FFF!important;
}
/* popup_box DIV-Styles*/
.popup_box, #popup_box, #product_popup{
    background:none repeat scroll 0 0 #f7f7f7;    
    display:none;
    font-size:15px;
	text-align:center;
    height:auto;
    left:32%;
    line-height:25px;
    margin-left:15px;
    padding:30px 15px 10px;
    position:fixed;
    right:auto;
    top:50px;
    width:36%;
    z-index:9999;
}
.popup_box{
	width:40%;
	left:30%;
	padding:30px 15px 25px;
}
#container{
	width:100%;
	height:100%;
}
.feedbackContainer #container{
	opacity:1!important;
}
#popupBoxClose, #product_popupClose{
    color: transparent;
	text-indent:-9999px;
	font-size:16px;
    font-weight:bold;
    line-height:15px;
    padding:3px;
    position:absolute;
    right:5px;
    top:5px;
	background:url(images/close.png) no-repeat 0 0 transparent;
	width:25px;
	height:25px;
	cursor:pointer;
}
#overlay, #overla{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
#popup_box input{
	padding:8px 20px;
	background:none no-repeat 0 0 #4499D6;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	margin:0;
}
#popup_box input[type="button"]{
	margin:0 10px 0 0;
}
#popup_box h3.blueTitle, .thank_box h4.blueTitle{
	font-size:26px;
	font-weight:bold;
	color:#4499D6;
	padding:0 0 10px;
	display:block;
}
#popup_box h4{
	font-size:21px;
	font-weight:normal;
	padding:0 0 7px;
	display:block;
}
#popup_box textarea{
	border:1px solid #D7D7D7;
    color:#686868;
    padding:1%;
	font-size:15px;
    width:98% !important;
}
#popup_box p{
	font-size:12px;
	text-align:left;
	padding:0 0 10px;
}
.popup_box h1{
	padding:0 0 20px;
}
.text{
	float:left;
    font-size:14px;
    padding:20px 0 0;
    width:100%;
}
.text a:link, .text a:visited, .text a:hover, .text a:active{
	color:#52A9DE;
	text-decoration:none;
}
.articleCategory{
	padding:15px 0 25px 0;
	margin:0 0 0 -15px;
	float:left;
	width:860px;
}
.block{
	color:#fff;
	font-size:14px;
	margin:15px 0 0 15px;
	line-height:30px;
	text-align:center;
	padding:25px 20px 15px;
	background: none repeat scroll 0 0 #4d9dcc;
	float:left;
	width:231px;
	height:140px;
	overflow:hidden;
}
.block a:link, .block a:visited, .block a:hover, .block a:active{
	color:#FFF;
	line-height:20px;
	text-decoration:none;
}
.block:hover{
	background: none repeat scroll 0 0 #f6c500;
	color:#4f4f4f;
}
.block:hover a{
	color:#4f4f4f!important;
}
.block a.name{
	display:block;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    padding:15px 0 0;
	text-decoration:none;
}
.block a:hover{
	text-decoration:underline;
}
.contentArea{
	border-left:1px solid #D5D5D3;
	border-right:1px solid #D5D5D3;
	border-bottom:4px solid #4499D6;
	border-top:1px solid #D5D5D3;
	margin:0 15px;
    padding:30px;
    width:840px;
	float:left;
}
.gettingStarted h2{
	color:#000;
	font-size:25px;
	font-weight:normal;
	padding:0 0 40px;
	float:left;
	width:100%;
}
.contentArea .contentLeft{
	width:260px;
}
.contentArea .contentRight{
	width:520px;
	padding:25px 20px 0;
	margin:0;
	background: none repeat scroll 0 0 #F8F8F8!important;
	background:-moz-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F8F8F8),color-stop(100%,#EEE))!important;
	background:-webkit-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:-o-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:-ms-linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	background:linear-gradient(top,#F8F8F8 0,#EEE 100%)!important;
	border:1px solid #D7D7D7;
}
.contentRight h2.title{
    background:none repeat scroll 0 0 transparent;
	font-family:Arial;
    font-size:34px;
    line-height:32px;
	font-weight:bold;
    padding:0 0 25px;
	margin:0;
	width:100%;
	color:#4499D6;
}
.contentArea .contentRight .htmlDetailElementTable{
	float:left;
	width:100%;
	font-size:13px;
	color:#333;
}
.bottomBlock{
	background:none repeat scroll 0 0 #EEEEEE;
    float:left;
    margin:0 15px;
    padding:30px 15px 30px 30px;
    width:857px;
}
.leftBox{
	background-color:#F9F9F9;
	font-size:90%;
	padding:15px;
	margin:0 15px 0 0;
	width:240px;
	height:130px;
	float:left;
	font-size:16px;
	line-height:22px;
	color:#484848;
}
.leftBox p{
	font-size:90%;
	font-size:14px;
	line-height:18px;
	height:81px;
	color:#6d6d6d;
	float:left;
	width:148px;
}
.leftBox img{
	margin:0 8px 0 0;
	vertical-align:middle;
	float:left;
}
.leftBox a{
	border:1px solid #D7D7D7;
	background:none no-repeat 0 0 #FFFFFF;
	font-weight:bold;
	font-family:'Microsoft Sans Serif';
	font-size:11px;
	letter-spacing:0.4px;
	padding:5px 5px 5px 20px;
	width:215px;
	display:block;
	line-height:22px;
	margin:18px auto 0;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
.leftBox a:hover{
	text-decoration:none;
	color:#000;
}
.leftBox a img{
	margin:8px 0 0 5px;
	vertical-align:top;
	float:none;
}
.leftBox.center{
	margin:0;
}
.contentLeft{
	float:left;
	width:200px;
}
.contentRight{
	border:1px solid #D5D5D3;
	border-radius:6px 6px 6px 6px;
	float:right;
	margin:10px 0 0;
	padding:0;
	width:728px;
}
.contentLeft span.linkTitle{
    color:#4499D6;
    font-weight:bold;
	padding:0 0 7px;
}
.contentLeft a{
	color:#6d6d6d;
	display:block;
	line-height:20px;
	padding:2px 0;
	font-size:14px;
	font-weight:normal;
}
.contentLeft a:hover{
	color:#3988c7;
	text-decoration:none;
}
#side_menu{
	width:260px;
}
.accordion li a.active{
	width:210px;
}
.accordion li:first-child a:first-child{
	border-radius:3px 3px 0 0!important;
}
.accordion li:last-child a:first-child{
	border-radius:0 0 3px 3px;
}
.accordion li:last-child a.active{
	border-radius:0;
}
.accordion li:last-child ul li:last-child a:last-child{
	border-radius:0 0 3px 3px!important;
	border-bottom:1px solid #C9C9C9;
}
.accordion li:last-child ul li:last-child a:last-child{
	border-radius:0 0 3px 3px!important;
}
.accordion li ul.sub-menu li a {
    background:none repeat scroll 0 0 #F6F6F6;
    border-bottom:1px solid #C9C9C9;
	border-left:1px solid #D5D5D3;
	border-right:1px solid #D5D5D3;
    box-shadow:0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 0 rgba(0, 0, 0, 0.1);
    color:#4A4A4A;
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.2);
	border-radius:0!important;
	background-image:none!important;	
	width:208px;
}
.accordion li {
    list-style:none outside none;
	margin:0;
}    
.accordion li a {
    background:#4499D6;
	border-bottom: 1px solid #458fba;
    color:#FFF;
    display:block;
    font:bold 12px/ 18px Arial, sans-serif;
    min-width:110px;
    min-height:14px;
    padding:12px 10px 12px 40px;
    /*position:relative;*/
    text-decoration:none;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
}      
.accordion>li:hover>a,.accordion>li:target>a,.accordion>li>a.active{
    background:#4499D6;
    color:#FFF;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.2);
}    
.accordion li>a span {
    background:none repeat scroll 0 0 #404247;
    border-radius:15px 15px 15px 15px;
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
    display:block;
    font:bold 12px/ 18px Arial, sans-serif;
    margin-right:10px;
    padding:0 10px;
    position:absolute;
    right:0;
    top:7px;
}
.accordion>li:hover>a span,.accordion>li:target>a span,.accordion>li>a.active span{
    background:none repeat scroll 0 0 #3E5706;
    color:#FDFDFD;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
}    
.accordion>li>a:before {
    background-position:0 0;
    background-repeat:no-repeat;
    content:"";
    height:24px;
    left:0;
    margin:4px 8px;
    position:absolute;
    top:0;
    width:24px;
}
.accordion li a:hover{
    background:#4499D6;
    color:#FFF;
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.2);
}  
.accordion .sub-menu li:hover a, .accordion .sub-menu li.selected-listitem a.selected-item{
    background:none repeat scroll 0 0 #F4C800;
	border-left:1px solid #F4C800;
	border-right:1px solid #F4C800;
}
.accordion .sub-menu li:hover, .accordion .sub-menu li.selected-listitem{
    background:url(images/leftMenuArrow.png) no-repeat 260px center transparent;
	width:270px;
}
.accordion li.active-listitem{
	width:270px;
	background:url(images/leftBlueArrow.png) no-repeat 260px 11px transparent;
}
.accordion .sub-menu li:last-child a{
    border-bottom:medium none;
}
.sub-menu li>a span{
    background:none repeat scroll 0 0 transparent;
    border:1px solid #C9C9C9;
    box-shadow:none;
    color:#797979;
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.2);
}
.sub-menu em{
    color:#A6A6A6;
    font:10px/ 32px Arial, sans-serif;
    margin:0 20px 0 -25px;
}
.accordion a em{
    text-shadow:1px 1px 1px rgba(255, 255, 255, 0.2);
    font-style:normal;
    margin:0 20px 0 -25px;	
}
.accordion .sub-menu em{
	margin:0 10px 0 -25px;
}
.accordion li>.sub-menu{
    display:none;
}
.accordion li:target>.sub-menu{
    display:block;
}
.accordion li ul.sub-menu li a, .accordion li ul.sub-menu a:first-child{
	border-radius:0!important;
}
.accordion li:last-child ul li:last-child a:last-child{
	border-radius:0 0 3px 3px!important;
}
.article{
	float:left;
	width:100%;
	padding:0 0 32px;
}
.article img{
	float:left;
	width:48px;
}
.article .description{
	float:left;
	margin:0 0 0 15px;
	color:#484848;
	width:775px;
}
.articleTitle{
	width:100%;
	float: left;
}
.articleTitle a:link, .articleTitle a:hover, .articleTitle a:visited, .articleTitle a:active{
	text-decoration:none;
	float: left;
    font-size: 17px;
	line-height:20px;
    font-weight: bold;
    padding:2px 0 7px;
    text-decoration: none;    
	color:#484848;
	color:#1c93ec;
}
.articleTitle a:hover{
	text-decoration:underline;
}
.publicArticleContent{
	border-top:1px solid #ECECEC !important;
    color:#484848;
    float left;
    padding:10px 0 0;
    width:100%;
}
.publicArticleContent a:link, .publicArticleContent a:hover, .publicArticleContent a:visited, .publicArticleContent a:active{
	text-decoration:none;
	color:#1c93ec;
}
.publicArticleContent h2{
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #ECECEC;
    border-radius:0;
    color:#484848;
    display:block;
    font-family:Helvetica;
    font-size:21px;
    font-weight:normal;
    line-height:30px;
    margin:0;
    padding:15px 0 5px;
	margin:0 0 5px;
    width:840px;
}
.contentCenter h2{
	border-bottom:none;
}
.contentCenter, .feedbackContainer{
	float:left;
	width:100%;
}
.publicArticleContent .contentCenter h2{
	margin:0 0 5px;
	padding:0 0 5px;
	float:left;
}
#feedback h3{
	display:block;
    font-size:16px;
	color:#484848;
}
a.relatedLink{
	float:left;
	width:200px;
}
.iconSection{
	float:right;
	width:350px;
	padding:25px 0 5px;
	display:none;
}
.iconSection .icon, .iconSection #___plusone_0{
	float:right;
	width:auto;
	padding:0 0 0 10px;
}
.iconSection #___plusone_0{
	float:right!important;
	padding:0 0 0 10px!important;
}
.contentCenter .htmlDetailElementTable{
    border:1px solid #ECECEC !important;
    padding:10px;
	float:left;
}
.contentArea .contentRight iframe{
    max-width:520px !important;
    overflow:hidden !important;
}
.contentArea .contentRight .htmlDetailElementTable .sfdc_richtext *{
	background-color:transparent!important;
	max-width:520px !important;
}
.contentCenter .htmlDetailElementTable .sfdc_richtext *{
	max-width:820px !important;
}
.contentArea .contentRight .htmlDetailElementTable td{
	padding-left:0;
}
.contentArea .articleBottom{
	padding:30px 20px;
	clear:both;
	float:left;
	width:520px;
	margin:20px -20px 0;
	border-radius:0 0 6px 6px;
	background:#e4e3e3;
	background:-moz-linear-gradient(top,#e4e3e3 0,#f5f4f4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e4e3e3),color-stop(100%,#f5f4f4));
	background:-webkit-linear-gradient(top,#e4e3e3 0,#f5f4f4 100%);
	background:-o-linear-gradient(top,#e4e3e3 0,#f5f4f4 100%);
	background:-ms-linear-gradient(top,#e4e3e3 0,#f5f4f4 100%);
	background:linear-gradient(top,#e4e3e3 0,#f5f4f4 100%);
}
.contentArea .articleBottom .htmlDetailElementTable{
	float:left;
	width:400px;
}
.contentArea .articleBottom .htmlDetailElementTable .sfdc_richtext span{
	background:none no-repeat 0 0 transparent!important;
}
#next_button{
	background:url("images/right.png") no-repeat scroll right center #4499D6;
    border-radius:3px 3px 3px 3px;
	float:right;
    color:#FFFFFF;
	font-size:14px;
    font-weight: bold;
    padding:5px 25px 5px 10px;
	margin:0;
    text-decoration:none;
    text-transform:uppercase;
	cursor:pointer;
}
a.nav, a.nav:hover{
	text-decoration:none;
	color:#1c93ec;
}
a.nav:hover{
	text-decoration:underline;
}
a.nav.next{
	float:right;
}
.pagination{
	position:relative;
	float:left;
	width:100%;
}
.pageStatus{
	position:absolute;
	left:410px;
	bottom:0;
}
.articleCategory #popup_box, #product_popup{
	border-radius: 6px 6px 6px 6px;
	margin:0 0 0 -15px;
	left:auto;
	background-color: #FFF;
	padding: 20px;
	width:860px;
	border-top:none;
}
.articleCategory .productBox #popupBoxClose, #product_popupClose{
	top:-1px;
	right:-1px;
}
.productBox{
	background: #dfdfdf;
	padding: 35px 0 25px 35px;
	display: block;
	float: left;
	width: 825px;
	border-radius: 6px;
	color:#646464;
}
.productBox h3{
	float:left;
	width:100%;
	padding:0 0 20px;
	font-size:33px;
	font-weight:normal;
	text-align:left;
}
.choosetypes{
	width: 337px;
	float: left;
	text-align:left;
	height:200px;
	margin: 0 35px 0 0;
	background: #fff;
	border-top: 18px solid #4499d6;
	padding: 20px;
	position:relative;
}
#popup_box .choosetypes h4{
	padding:0 0 15px;
	font-size:26px;
}
#popup_box .choosetypes p{
	line-height:19px;
	font-size:14px;
}
.blueButton, #container.innerMenu a.blueButton:hover{
	border: 1px solid #1987EE;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 8px 0 #187EDE inset;
	color: #FFF!important;
	cursor: pointer;
	display: inline-block;
	font-size:18px;
	padding: 7px 12px!important;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0 #1987EE;
	float: right;
	background:url(images/yellowArrow.png) no-repeat 140px center #1987EE;
	width:150px;
	position:absolute;
	bottom:20px;
	right:20px;
}
#container.innerMenu{
	/*z-index:999;
	position:relative;*/
}
.thank_popup{
    background: none repeat scroll 0 0 #F7F7F7;
    border: 20px solid #FFFFFF;
    padding: 0;
    width:710px;
    left:21%;
}
.thank_box{
	border-top:5px solid #4499D6;
	padding: 40px 35px 25px;
	color:#555555;
}
.thank_box #popupBoxClose{
	top:10px;
}
.thank_box h4.blueTitle{
	font-weight:normal;
	padding:0 0 20px;
}
.thank_box p{
	padding:0 0 20px;
	font-size:15px;
}
.thank_box input.btn, #feedback input{
	float:none;
	margin:10px auto 0;
	font-weight:normal;
	font-size:16px;
	padding: 8px 0;
    width: 100px;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#2ea4f6),color-stop(1,#2193e7));
	background:-moz-linear-gradient(center top,#2ea4f6 5%,#2193e7 100%);
	background:-ms-linear-gradient(top,#2ea4f6 0,#2193e7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ea4f6',endColorstr='#2193e7');
	background-color:#2ea4f6;	
}
#feedback input{
	border:none;
	padding: 4px 0;
	width:60px;
	font-size:14px;
	text-transform:uppercase;
}
/* Footer */
#footer{
	background:none no-repeat scroll 0 0 #EEEEEE;
    margin:0 auto;
    padding:20px 0 0;
    width:1024px;
	color:#eee;
}
#footer .box{
	border-top:1px solid #FFF;
	background-color:#e3e3e3;
	padding:20px 0 0;
	border-radius:6px 6px 0 0;
	font-size:12px;
	width:960px;
}
#footer a{
	color:#686868;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.row{
	float:left;
    padding:0 0 0 50px;
    width:910px;
}
.row a{
	width:107px;
	margin:7px 94px 0 0;
	float:left;
}
.titleRow{
	font-weight:bold;
} 
.row a:nth-child(2), .row a:nth-child(7){
	width:150px;
	margin:7px 50px 0 0;
}
.row a:first-child + a{
	width:150px;
	margin:7px 50px 0 0;
}
.row a:first-child + a + a + a + a + a + a{
	width:150px;
	margin:7px 50px 0 0;
}
.row a:nth-child(5), .row a:nth-child(10), .row a:nth-child(15), .row a:nth-child(20){
	margin:7px 0 0;
}
.row a:first-child + a + a + a + a{
	margin:7px 0 0;
}
.row a:first-child + a + a + a + a + a + a + a + a + a{
	margin:7px 0 0;
}
.row a:first-child + a + a + a + a + a + a + a + a + a + a + a + a + a + a{
	margin:7px 0 0;
}
.row a:first-child + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a + a{
	margin:7px 0 0;
}
.row.footerLinks a.lastLink{
	margin:7px 0 0 804px;
}
#footer .icons{
	padding:0 0 0 50px;
	margin:-15px 0 0;
	width:790px;
}
#footer .icons a{
	margin:3px 22px 0 5px;
}
#footer .icons a:nth-child(4){
	margin:3px 10px 0 5px;
	width:160px;
}
#footer .icons *:first-child + a{
	width:150px;
}
#footer .icons *:first-child + a + img + a{
	margin:3px 10px 0 5px;
	width:160px;
}
#footer .icons a:nth-child(6){
	margin:3px 65px 0 5px;
}
#footer .icons *:first-child + a + img + a + img + a{
	margin:3px 65px 0 5px;
}
#footer .icons a:first-child{
	width:150px;
}
.row img{
	float:left;
}
#footerBottom{
	font-size:12px;
	text-align:center;
	padding:25px 0 15px;
	margin:0;
	color:#686868;
	clear:both;
}
#footerBottom a{
	padding:0 12px;
	text-decoration:none;
}
.footerOptions{
	display:inline; 
	margin:0 12px;
}
/*New page*/
.languageBox{
	padding: 5px 30px 35px 45px;
	width: 852px;
	border:1px solid #d7d7d7;
	background: none;
}
.langFeatures{
	width: 227px;
	height:auto;
	min-height:176px;
	margin: 30px 15px 0 0;
	border:1px solid #d7d7d7;
	border-radius:4px;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f8f8),color-stop(1,#e4e3e3));
	background:-moz-linear-gradient(center top,#f9f8f8 5%,#e4e3e3 100%);
	background:-ms-linear-gradient(top,#f9f8f8 0,#e4e3e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f8f8',endColorstr='#e4e3e3');
	background-color:#f9f8f8;
}
.langFeatures:nth-child(4), .langFeatures:nth-child(7), langFeatures:nth-child(10){
	clear:both;
}
.langFeatures h4{
	border-bottom: 1px solid #D7D7D7;
    color: #000000;
    float: left;
    padding: 0 0 10px;
    font-size:20px;
    text-align: center;
    width: 100%;
}
.langFeatures p{
	padding:15px 0 0 30px;
	float:left;
	clear:both;
	color:#000;
	width:200px;
}
p.online{
	background:url(images/online.png) no-repeat 10px 11px transparent;
	font-weight:bold;
}
p.phone{
	background:url(images/phone.png) no-repeat 10px 14px transparent;
}
p.onlineLinks{
	padding:5px 0 0 45px;
	width:180px;
	word-wrap:break-word;
}
.langFeatures a{
	color:#1c93ec;
	text-decoration:none;
	font-weight:normal;
	line-height:17px;
}
p.online a{
	line-height:14px;
}
/*Web to case*/
.webCase .contactBox .bPageBlock{
	background:transparent;
	border:none;
	margin:0;
	padding:0;
}
.webCase .contactBox .pbBody{
	padding:0;
}
.webCase .contactBox textarea{
	width:570px;
	margin:0;
}
.webCase .contactBox select{
	margin:0;
}
.webCase input.btn{
	margin:0 0 0 15px
}
.webCase input[type="file"]{
	border:none;
	padding:5px 0 0;
}
.webCase .detailList tr td, .webCase .detailList tr th{
	border:none;
	padding: 0 0 12px;
	color:#686868;
}
.webCase .contactBox h3{
	padding: 5px 0 30px 60px;
}
.webCase .contactBox .pbSubheader{
	background:none;
	padding:0;
}
.webCase .labelCol label{
	font-size:15px;
}
.webCase .labelCol{
	text-align:left;
}
.webCase .fieldName{
	display:inline-block;
    padding:10px 0 0;
    font-weight:bold;
    font-size:15px;
}
.webCase .caseSection h3 {
    background: none repeat scroll 0 0 transparent;
    padding: 15px 0 30px;
}
/* Warning */
#warning {
    padding: 5px 0;
    margin: 0 auto;
    width: 100%;
    background: #0a94d3;
    color: #FFF;
    clear: both;
}
.warningLeft {
	float: left;
	width: 900px;
	padding: 5px 0 0 10px;
	vertical-align: middle;
}
#warning a {
    color: #000;
    margin: 0 0 0 5px;
    font-size: 12px;
}
#warning img {
    vertical-align: top;
    padding: 0;
    float: left;
}
#warning .warningClose {
    float: right;
    cursor: pointer;
}
.warningDetail {
	color: #057ACB;
	color: #000;
	background-color: #FFF!important;
	font-size: 14px;
	padding: 25px 15px 0;
	min-height: 200px;
}
.warningTitle {
	font-weight: bold;
	text-align: center;
}
.alertVisible#top{
    border: none;
}
#product_popup {
	max-height: 364px;
    overflow-x: hidden;
    overflow-y: auto;
}