@import url("reset.css");
@import url("960.css");

/* left justified css entries with {} are Shane's */

/* why is this broken? ptorelli 6/22/18 */
a {
	cursor: pointer;
}
/*----------------------------------------------
General Styles
----------------------------------------------*/
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333;
	/*background: url(/images/nms/body_back.jpg);*/
	font-size: 12px;
	min-height: 400px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/* margin-left: 20px; removed 4/13 */
margin: 0;
background: #e8eae7;
}
p{
	/*text-align: left; */
	color: #333;
/*	font-size: 11px;*/
	line-height: 16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}
.nomargin {
	padding:0;
	margin:0;
}
/*----------------------------------------------
Typography Elements
----------------------------------------------*/
h1, .h1 {
	color: #456e58;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
}

.sf-menu ul { z-index:999999!important;}

h2, .h2 {
	color: #456e58;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 15px;
	padding-top: 8px;
}

h3, .h3 {
	color: #456e58;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 10px;
	padding-top: 5px;
}

h4, .h4 {
	color: #456e58;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: 6px;
	margin-bottom: 6px;
	/*text-transform: uppercase;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

h5, .h5 {
	color: #456e58;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.1em;
	padding-top: 5px;
}

h6, h6 {
	color: #456e58;
/*	font-size: 11px;*/
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-top: 5px;
}

/* Tables */
table {
/*	background-color:#fff; */
}
th {
	padding: 4px;
	background-color: #999;
	color: #fff;
	text-align:center;
/*	font-size: 11px;*/
	line-height: 16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}
td {
	padding: 2px;
	color: #333;
/*	font-size: 11px;*/
	line-height: 16px;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}
table.green {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #023E1F;
	border-collapse: collapse;
	background-color:#E2F3FE;
}
table.green th {
	color: #fff;
	background-color: #456e58;
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #E2F3FE;
	text-align:center;
	vertical-align:middle;
	-moz-border-radius: 6px;
}
table.green td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #999;
	background-color: #fff;
	-moz-border-radius: 6px;
}
table.grey {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #999;
	border-collapse: collapse;
}
table.grey th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #999;
	background-color: #999;
	color: #fff;
	-moz-border-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
table.grey td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #999;
	-moz-border-radius: 6px;
}
table.score {
	background-color:#fff;
}
table.score th {
	background-color: #ccc;
	color: #000;
	text-align:center;
	vertical-align:middle;
}
table.score td {
	padding: 2px;
	background-color: #fff;
	height:22px;
}
tr.odd td {
	padding: 2px;
	background-color:#E1F7E6;
}
tr.even td {
	padding: 2px;
	background-color:#FFF;
}
tr.mark td {
	padding: 2px;
	background-color:#D9E0EC;
}
/* more score related styles */
.FieldSave {
	color: #0000FF;
}
.FieldPower {
	color: #FF9900;
}
.FieldFinal {
	color: #FF0000;
}
.FieldEEMBC {
	color: #006600;
}
.FieldRed {
	color: #FF0000;
}
.FieldCertified {
	background-color: #FFFFCA;
	width: 110px;
	height: 14px;
	vertical-align: middle;
	padding:4px 10px 4px 10px;
}

.footer ul,.bottom ul,.group ul, {
	list-style: none;
}


.sup { font-size:10px;vertical-align: super; }

.col_home_left {
 background-color: #E8EAE7;
    float: left;
    height: 100%;
    margin: 0 0 0 -11px;
    min-height: 700px;
    padding: 0 8px 0 0;
    width: 271px;
}
.col_home_middle {
	/*float: left;
   	width:440px;*/
	min-height:700px;
	margin:0;
	padding:0;
	padding-left:8px;
	padding-right:8px;
	/*background-color: #fff;*/
	width: 440px;
/*width: 415px;*/
float: left;
background-color:#e8eae7;
}

.col_home_right {
    background-color: #E8EAE7;
    float: left;
    height: 100%;
    margin: 0;
    min-height: 700px;
    padding: 0 8px;
    width: 260px;
}

/*.col_home_left .round_box_head:before{
content:url(/images/flag-left.png);
position:relative;
right: 60px;
top: -4px;
}*/

.col_home_left .round_box_head h3{
margin-top:-55px;
}

/*.col_home_right .round_box_head:after{*/
/*content:url(/images/flag-right.png);
position:relative;
left: 240px;
top: -45px;
}*/

.nocol {
	float: left;
   	width:976px;
	margin:0;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	background-color: #fff;
}
.col_other_wide {
	float: left;
   	width:980px;
	min-height:700px;
	margin:0;
	margin-top:10px;
	margin-bottom: 10px;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	background-color: #fff;*/
}
.col_other_left {
	float: left;
   	width:700px;
	min-height:700px;
   	/*border-right:#ccc thin solid;*/
	margin:0;
	margin-bottom: 10px;
	padding:0;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #fff;
}
.col_other_right {
	float: left;
   	width:250px;
	min-height:700px;
   	height:100%;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}
.col_50_left {
	float: left;
   	width:480px;
	min-height:700px;
   	/*border-right:#ccc thin solid;*/
	margin:0;
	margin-bottom: 10px;
	padding:0;
	padding-left:8px;
	padding-right:8px;
	background-color: #fff;
}
.col_50_right {
	float: left;
   	width:460px;
	min-height:700px;
   	height:100%;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-left:20px;
	margin-bottom: 10px;
	padding-left:8px;
	padding-right:8px;
	background-color: #fff;
}
.post{
	padding-bottom:10px;
}
.andebench_device_image img {
	height:32px !important;
	width: 32px !important;
}

/*----------------------------------------------
Breadcrumbs
----------------------------------------------*/

#breadcrumbs {
	color: #023E1F;
	margin-bottom: 20px;
	margin-top: -14px;
	position:absolute;
	padding-bottom:20px;
	width: inherit;
}

#breadcrumbs a {
	color: #023E1F;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}


/*---------------------------------------------
Extra Fonts
----------------------------------------------*/

/* Floating & Alignment */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* Clear Floats */
.clear {
	clear: both;
	display: block;
	/*  height: 50px;  removed 0413 */
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.main a {
	color: #00F;
	margin-top: 0;
	outline: none;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

/*----------------------------------------------
Header
----------------------------------------------*/
.header {
	height: 80px;
	/*background:url(/images/nms/patterns/patt_5.png) repeat;*/
	border-bottom: 6px solid #EAEAEA;
	color: #023E1F;
	width: 1000px;
/*width: 970px;*/
margin: 0 auto;
}
.header .container_12 {
	padding: 10px 0;
}

.header .grid_9 {
	margin-bottom: 0;
}

.tagline {
/*	font-size:11px;*/
	font-style:italic;
	color:#023E1F;
	text-align:center;
	margin-top: 10px;
	line-height:normal;

}
.logo img {
	margin-bottom: 1px !important;
}
.logoTextColor {
	color:#009C5C;
}
.logoText {
	color: #484848;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 200%;
	font-weight:600;
}
.logobox {
	display: inline-block;
	text-align:right;
	font-size:14px;
	font-weight:normal;
	color:#484848;
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:condensed;
}
.logobox hr {
	height: 3px;
	background:#737373;
	margin:5px 3px 0px 3px;
}
.logoMark { /*for TM & R*/
	vertical-align: top;
	line-height: 30%;
	font-size: 60%;
}


.menu-bar {
	/*background:url(/images/nms/patterns/patt_2.png) repeat;*/
	/*border-bottom: 3px solid  #008140;*/
	/*height: 30px;*/
	/*margin-bottom: 0;*/
	width: 1000px;
	/*width: 970px;*/
	margin: 0 auto;
	background: transparent url(/images/bg-menu.png) bottom center repeat;
	border-bottom: 0;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.container_12{
	width: 1000px;
	/*width: 970px;*/
	margin: 0 auto;
}

/*----------------------------------------------
Main Section
----------------------------------------------*/
.main .container_12 {
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
	/*min-height: 400px;*/
}
.main .grid_9 {
height:auto;
}

.grid_3 img,.grid_4 img,.grid_12 img {
	border: 0;
	margin-bottom: 15px;
}


/*----------------------------------------------
List Elements
----------------------------------------------*/
li {
	margin-bottom: 6px;
	padding-top: 0;
}

ul{
	text-align: left; 
	color: #666;
/*	font-size: 11px;*/
	padding-top:4px;
	padding-bottom:4px;
	padding-left:16px;
	padding-right:10px;
	margin-left:10px;
    list-style: disc url("/images/bullet_green.gif");	
	list-style-position: inherit;
}




/* Text Highlights */
.highlight_yellow {
	background: #FF0;
	padding: 0 2px;
}


/* Custom Lists Styles */
.list-type-1 li {
	background: url(/images/nms/icon_check.png) 0 0 no-repeat;
	border: none;
	line-height: 14px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 20px;
}

.list-type-2 li {
	background: url(/images/nms/icon_delete.png) 0 0 no-repeat;
	border: none;
	line-height: 14px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 20px;
}

.list-type-3 li {
	background: url(/images/nms/icon_arrow.png) 0 0 no-repeat;
	border: none;
/*	font-size: 11px;*/
	line-height: 14px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 20px;
}

.list-type-sidebar li {
	background: url(/images/nms/icon_arrow.png) 0 0 no-repeat;
	border: none;
	border-bottom: 1px dotted #ccc;
/*	font-size: 11px;*/
	line-height: 14px;
	list-style: none;
	margin: 0 10px 8px;
	padding: 0 0 10px 20px;
}

.list-type-footer li {
	background: url(/images/nms/icon_arrow.png) 0 0 no-repeat;
/*	font-size: 11px;*/
	line-height: 16px;
	list-style: none;
	margin-bottom: 8px;
	padding: 0 0 8px 20px;
}

/*----------------------------------------------
Buttons
----------------------------------------------*/
.button, button, .submit, submit, input[type="button"], input[type="submit"] {
	height: 25px;
    background-color: #456E58;
	color:#fff;
/*	font-size:11px;*/
	font-family:Verdana, Geneva, sans-serif;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 4px;
	border: none;
	min-width: 50px;
	padding-bottom:4px!important;padding-bottom:2px ;
	padding-top:2px ;
}

/*----------------------------------------------
Footer Middle
----------------------------------------------*/
.footer_middle {
	/*background: url(/images/nms/patterns/patt_2.png) repeat;*/
	border-top: 3px solid #EAEAEA;
	margin-top: 0px;
	padding: 20px 0 20px;
    /*color:white;*/
background:none;
background-color:#0b1a12;
color:#ffffff;
}

.footer_middle h5 {
	border-bottom: 1px dotted #666;
	color: #EFEFEF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer_middle p {
/*	font-size: 11px;*/
	line-height: 16px;
    color:white;
}

.latest_posts {
	padding: 0;
}

.latest_posts p {
	color: #FFF;
/*	font-size: 11px;*/
	line-height: 16px;
	padding: 2px 0 15px 0px;
}

/* Social Buttons */
ul.social-links {
    float: left;
    margin: 0;
    padding: 0;
    color:white;
}
ul.social-links li {
    display: block;
    margin-bottom: 0;
    float:left;
    color:white;
}

ul.social-links li img {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
    margin-bottom:4px;
}

/*----------------------------------------------
Footer
----------------------------------------------*/
.footer {
    color:white;
	height:200px;
}
.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration:underline;
}

.footer .container_12 {
	padding: 20px 0;
}

.footer_header {
	margin-bottom: 5px;
}

.footer_link {
	color: #456e58;
	display: block;
	font-style: italic;
	font-weight: 700;
}

.col_1 {
	width: 220px;
}

.last p {
	padding-right: 0;
}

.social-box {
	float: right;
	padding-right: 0;
    color:white;
}

.social-box img {
	margin-left: 8px;
}


/*----------------------------------------------
Form
----------------------------------------------*/

fieldset {
	border: 1px solid #e5e5e5;
	padding: 20px;
}

legend,label {
/*	font-size: 11px;*/
	letter-spacing: 1px;
	margin-left: 0;
}

.footer_middle label {
    color: white;
}

input[type=text],input[type=file],textarea {
	/*background: #F5F5F5;*/
	border-color: #ccc #ccc #ccc;
	border-style: solid;
	border-width: 1px;
	color: #666;
	vertical-align:middle;
}


input,textarea {
	outline-style: none !important;
}

.btn_search {
	background-image: url("/images/nms/search.gif");
	width:79px;
	height:20px;
	Border: 0;
	cursor: pointer;
}
.error,.errmsg,.err_msg,.important,.field_required,.red {
	color: #A20000;
}

/* INPUT, TEXTAREA, SUBMIT */
input[type=text]:hover,textarea:hover {
	border: 1px solid #b4b4b4;
}



/*----------------------------------------------
Intro Container
----------------------------------------------*/

.intro {
	/*background: url(/images/nms/slider_bg_patt_grey.jpg) repeat;*/
	/*border-bottom: 6px solid #EAEAEA; */
	/*height: 205px;*/
	margin: 0;
	min-width: 1000px;
	padding-top: 4px;
	outline: none;
	width: 100%;
	background:none;
	height:260px;
}
.intro a {
	color:#FFFFB0;
	text-decoration:none;
}
.intro a:hover{
	text-decoration:underline;
}
.intro_text {
	text-align: center; 
	margin:0;
	width:1000px;
}
.intro_text p {
	color:#fff;
}
#section_title {
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 14px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	background-color:#456e58	;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
#section_title2 {
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 14px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border:1px solid #456e58;
	background-color:#fff	;
	color: #456e58;
	font-size: 16px;
	font-weight: 700;
}

/* OLD CSS STuff */
hr {
	color: #ccc;
	height: 1px;
	border:0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0)); 
}
div.hidden
{
	display:none;
}
div.visible
{
	display:block;
}

.magnify_popup {
  position: relative;
  background: #FFF;
  padding: 20px;
	overflow:auto;
	min-height:100px;
	max-height:600px;
	width:600px;
  margin: 20px auto;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	z-index: 10000;
}
#JQueryPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
overflow:auto;
min-height:100px;
max-height:600px;
width:600px;
background:#FFFFFF;
border:2px solid #999;
z-index:2;
padding:12px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}
.JQueryPopupClose{
color:#FF0000;
text-decoration: none;
line-height:14px;
right:6px;
top:4px;
position:absolute;
display:block;
}
.JQueryPopupClose a:hover {
	text-decoration: underline;
}
#JQueryPopupBackground{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* for Jqueryvalidate */
label.error {
/*	font-size: 11px;*/
 	float: none; 
	color: #A20000; 
	padding-left: .5em; 
	vertical-align: top; 
}

/*switchcontent stuff (expand/contract)*/
.switchcontent_span{
	float: left;
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}
.switchcontent_div{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	display: none;
	border:0px;
	background:#E2F3FE;
	color:#000;
	text-align:left;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.round_box {
	margin-top:4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	/*background-color:#ECFAEF*/;
}
.round_box_border{
	padding-bottom: 10px;
	margin-bottom: 10px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border:1px solid #cecece;
	background-color:#ECFAEF;
	border-top:none;
	/*box-shadow: 4px 0px 4px #ccc;*/
}
.round_box_border, .round_box_head {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/*border:1px solid #cecece;*/
	/*background-color:#ECFAEF*/;
	/*box-shadow: 4px 0px 4px #ccc;*/
	/*border: none;
	box-shadow: none;*/
	background: #ffffff url(/images/bg-boxbottom.png) bottom repeat-x;
	background: #ffffff;
}
.round_box_head {
	/*background:url(/images/nms/patterns/patt_2.png) repeat;*/
	color:#FFF;
	padding-top:2px;
	margin-top: 10px;
	/*border-bottom: 2px solid #008140;*/
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	background: url(/images/bg-boxhead.png) repeat;
	border:none;
	height:45px;
}
.round_box_border_plain{
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	border:1px solid #cecece;
	background-color:#ffffff;
	box-shadow: 4px 0px 4px #ccc;
}

.round_box_head img{
height: 30px;
margin: 0px !important;
}

.round_box_border table{
margin:0 !important;
}

.round_box_head H3 {		
	color:#3F3F3F;
	margin-bottom: 6px;
	/*padding-top: 2px;*/
	margin-top: -1px;
	font-size:16px;
	font-style:normal;
	font-weight:500;
}

.box {
	margin-top:4px;
	padding-top: 4px;
	margin-left: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	/*background-color:#ECFAEF;*/
}
.box_border {
	margin-top:4px;
	padding-top: 4px;
	margin-left: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	/*background-color:#ECFAEF;*/
	border:1px solid #cecece;
}



/*----------------------------------------------
SLIDER
----------------------------------------------*/


#slider { margin:0 0 0 1px;}
.bjqs-controls{
	position: relative;
	top: -150px;
	z-index: 1000 !important;
	width: 1031px;
	left: -15px;
}
.bjqs-markers{
	left: 580px;
	position: relative;
	top: -101px;
	width: 500px !important;
	z-index: 1000;
}
.bjqs-markers li a{
width: 78px;
height: 68px;
/*text-indent: 9999px;*/
color: rgba(0,0,0,0);
margin-right:4px;
background: #cccccc;
background-size: 100% !important;
}
.bjqs-markers li.active-marker a{
	padding-top:10px;
}
.bjqs-markers li:nth-child(1) a{
	background:url(/images/slider/thumb-machine-learning.png) no-repeat;
}
.bjqs-markers li:nth-child(2) a{
	background:url(/images/slider/thumb-ulpbench.png) no-repeat;
}
.bjqs-markers li:nth-child(3) a{
	background:url(/images/slider/thumb-iotbench.png) no-repeat;
}
.bjqs-markers li:nth-child(4) a{
	background:url(/images/slider/thumb-compute.png) no-repeat;
}
.bjqs-markers li:nth-child(5) a{
	background:url(/images/slider/thumb-coremark.png) no-repeat;
}



		.sub-submenu{
			height: 384px;
			padding: 4px;
		}
		
		.sub-processor .eembc-thumbnail{
			display: block;
			position: absolute;
			height: 194px;
			width: 218px !important;
			margin: 77px 0px 0px 282px;
			top: 0px;
			background: url(/images/processor-thumbnail.png) !important;
			background-size: 100% !important;
		}
		.sub-processor:hover .eembc-thumbnail{display: none !important;}
		
		.system-benchmark .eembc-thumbnail{
			display: block;
			position: absolute;
			height: 147px;
			width: 166px !important;
			margin: 8px 0px 0px 313px;
			top: 0px;
			background: url(/images/system-thumbnail.png) !important;
			background-size: 100% !important;
		}
		.system-benchmark:hover .eembc-thumbnail{display: none !important;}
		
		.sub-processor li, .system-benchmark li{ width: 234px !important;}
		.sub-submenu li:hover{background-color: #b4c5bd !important; opacity: 1 !important;}
		.sub-submenu li{background-color: #e9ebe8 !important;}
		.sub-submenu li a{color: #000 !important;}
		.sub-submenu li a:hover{ opacity: 1 !important;}
		
		.andebench, .phones:hover{min-width: 100px !important;}
		
		.sub-processor{top: -40px !important; width:554px !important;border: #5d6162 solid 2px; background: url(/images/leve-2-submenu-bg.jpg) left repeat-y #e9ebe8;}
		.system-benchmark{top: -78px !important;width:554px !important; height: 156px !important; border: #5d6162 solid 2px; background: url(/images/leve-2-submenu-bg.jpg) left repeat-y #e9ebe8;}
		.networking{top: -4px !important; box-shadow: none !important; width: 158px;}
		.digital{top: -4px !important; box-shadow: none !important;}
		.automotive{top: -4px !important; box-shadow: none !important;}
		.multicore{top: -4px !important; box-shadow: none !important;}
		.processing{top: -270px !important; box-shadow: none !important;}
		.telecom{top: -4px !important; box-shadow: none !important;}
		.oabench{top: -4px !important; box-shadow: none !important;}
		.coremark{top: -4px !important; box-shadow: none !important;}
		.andebench{top: -4px !important;height: 156px; box-shadow: none !important;}
		.phones{top: -4px !important; height: 156px; box-shadow: none !important;}
		
		.sub-processor li, .system-benchmark li{ width: 234px !important;} 
		.networking li, .digital li, .automotive li, .multicore li, .processing li, .telecom li, .consumer li, .coremark li, .andebench li, .phones li{ width: 158px !important;}
		.networking, .digital, .automotive, .multicore, .processing, .telecom, .consumer, .coremark, .andebench, .phones{border-right: 1px solid #b7c1b8 !important; width: 154px !important;}
