/* -------------------------------- 

Primary style



-------------------------------- */
* {
margin: 0;
padding: 0;
}

body {
  font-size: 100%;
  font-family: "Roboto";
  color: #7B7B7B;
  border-top: 10px solid #005ea5;

}

a {
  color: #f05451;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */





section.container {
  width: 960px;
  margin: 0 auto;
  padding: 0px;
  border: 1px solid #ccc;
  margin-top:2em;
  margin-bottom: 1em;
  display: table;
}

section.disclaimer {
  width: 960px;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 1em;
  font-size: 12px;
  display: table;
}

.intro {
  height: 150px;
  background-repeat: no-repeat;
  background-image: url('../img/300_bg.jpg');
}

.intro h1 {
  font-size: 30px;
  font-weight: normal;
  padding: 20px 0 15px 20px;
  width: 500px;
  color: #39836e;
}

.intro p {
font-size: 14px;
font-weight: normal;
padding: 0 0 0 20px;
width: 450px;
color: #7B7B7B;
}

.cd-tabs {
  position: relative;
  width: 100%;
}

.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}


.cd-tabs nav {
  overflow: hidden;
  background: #eeeeee;
}


.cd-tabs-navigation {
  width: 960px;
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.cd-tabs-navigation li {
  width: 25%;
  float: left;

}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #888;
  padding-top: 34px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #333;
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  box-shadow: inset 0 2px 0 #f05451;
  color: #333;
}

.cd-tabs-navigation a[data-content='drivers']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='firmware']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='guides']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='advanced']::before {
  background-position: -60px 0;
}



  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 30% 0 30%;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #39836e;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}


.cd-tabs-content {
  background: #fff;
}


.tab-content  {
  margin: 20px;

}

.cd-tabs-content li {
  display: none;
  margin: 0px;
}
.cd-tabs-content li.selected {
  display: block;
}
.cd-tabs-content li p {
  font-size: 12px;
  line-height: 2em;
}


.driver-list {
  height: auto;
  display: table;
  color: #7B7B7B;
  font-size: 12px;
  line-height: 2.0em;
  margin-bottom: 3em;

}

.driver-list h3 {
  color: #7B7B7B;
  font-size: 18px;
  padding:10px 0 10px 0;
  margin-top: 1em;
  clear: both;
}


.driver-list li{ /* stops stops js from hideing copy*/
  display: block;clear: both;
}

.driver-list li a{
  color: #2e8aca;
}

.driver-list:hover li a{
  color: #2e8aca;
  text-decoration: underline;
}


/* different dl style */
.download-matrix {
  width: 100%;
  padding: 10px 4px 4px 24px;
  display: block;
  margin-bottom: 3em;

}

.download-matrix span a{
  color: #2e8aca;
}

.filedesc {
  width: 400px;
  float: left;
  margin-right: 10px;
  color: #6C6C6C;
}

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

.filedesc_item a:visited {
color: #530891;
}

.filedesc_item {
  width: 400px;
  padding-top: 3px;
  float: left;
}

.filedate {
  width: 78px;
  float: left;
  color: #6C6C6C;
}

.filedate_item {
  width: 70px;
  padding-top: 3px;
  color: #252525;
  float: left;
}

.filedownload {
  padding-top: 3px;
  width: 93px;
  float: left;
}

.filedownload a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0px 0px;
}


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

.filedownload a:visited{
 color: #530891;
}

/* different dl style */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Roboto";

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	 border-top: 10px solid #39836e;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}