/* Always edit main.css and then save as main_yyyy_mm_dd.css, updating css.asp as well, in order to force browser refreshes */

@charset "utf-8";

/* --- General Text Styles --- */

Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #333333;
}

.HiddenLink, .HiddenLink a, .HiddenLink a:link, .HiddenLink a:visited {
	color: #333333;
	text-decoration: none;
}

.Heading, .Heading a, .Heading a:link, .Heading a:visited, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	/*font-variant: small-caps;*/
	text-align: left;
	color: #000000;
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight: normal;
	/*margin: 0;*/
}

h1 {
  margin-bottom: 8px;
}

.Block2 h1:first-child {
  margin-top: 0;
}

.SubHeading, .SubHeading a, .SubHeading a:link, .SubHeading a:visited, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	/*margin: 0;*/
}

.SubHeading2, .SubHeading2 a, .SubHeading2 a:link, .SubHeading2 a:visited, .Tbl2 th, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #0082BF;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	/*margin: 0;*/
}

h4 {
	margin-bottom: 2px;
}

.SmallText, .notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*text-align: left;*/
	/*color: #333333;*/
}

.Highlight {
	color: #0082BF;
	font-weight: bold;
}

.LightHighlight {
	color: #0082BF;
}

.Caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #333333;
}

.Legend {
	font-style: italic;
	color: #333333;
}	

.OffSpecialPrice {
  text-decoration: line-through;
  color:#CC0000;
}

a:link {
	/*text-decoration: none;*/
	color: #003955;
}
a:visited {
	/*text-decoration: none;*/
	color: #003955;
}
a:hover {
	/*text-decoration: none;*/
	color: #0082BF;
}
a:active {
	/*text-decoration: none;*/
	color: #0082BF;
}

/* --- Other General Styles --- */

img {
	border: none;
}

body {
	background: #2d88a6/*#0c7598*/;
	background-image:url(images/page_gradient.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.Block {
	vertical-align: top;
	border: none/*1px solid #0082BF*/;
	/*padding: 10px;*/
	background: transparent/*#DFF4FF*/;
	/*background-image:url(images/bkgrnd.jpg);*/
	background-repeat: repeat;
}

.Block2, .Block3/*, .Block2BG*/, .notice {
	vertical-align: top;
    border: solid #0082BF;
	background: #FFFFFF;
	padding: 10px;
	background-image:url(images/bg_gradient5.png);
	background-repeat:repeat-x;
}

.Block2 {
	border-width: 2px;
	/*border-radius: 4px;*/
}

.Block3, .notice {
	border-width: 1px;
	/*border-radius: 2px;*/
}

/*.Block2BG {
	background-image:url(images/bg_gradient4.png);
	background-repeat:repeat-x;
}*/

.separator {
  height: 1px;
  width: 100%;
}

.header, .main_content, .notice {
  width: 1000px; /*iStandardContentWidth*/
  margin: 0 auto;
  position: relative;
}

.notice {
  margin-bottom: 10px;
  width: 978px; /*no idea why this is necessary...*/
}

.notice p {
  padding-left: 25px;
  margin: 0;
  margin-right: 25px;
  background: url(images/info.png) top left no-repeat;
}

.notice .dismiss {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 7px;
}

.notice .dismiss:before {
  content: "(";
}

.notice .dismiss:after {
  content: ")";
}

.banner {
  text-align: center;
}

.banner .content {
  position: relative;
  margin: 0 auto;
}

.banner .dismiss {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px;
  background-color: rgba(255,255,255,0.75);
  font-weight: bold;
  font-size: large;
}

.header {
  min-height: 39px; 
  margin-bottom: 15px; /* for img separator */
  padding-top: 30px;
}

.header .separator.top {
  position: absolute;
  top: 23px;
}

.header .separator.bottom {
  position: absolute;
  bottom: -7px;
}

.header .logo {
  width: 164px;
  position: absolute;
}

.header .logo img {
  height: 39px;
}

.nav {
  /*margin-left: 180px;*/
  position: absolute;
  right: 0;
}

.nav>ul {
  /*text-align: center;*/
  padding-left: 0;
  margin: 0;
  /*position: static;*/
}

.nav>ul>li {
  list-style-type: none;
  /*display: inline-block;*/
  display: block; float:left;
  zoom: 1; *display: inline; /* IE hack */
}

.nav>ul>li>a {
  background-image: url(images/tab_back_grey.bmp);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 12px 28px; 
}

.nav>ul>li>a:hover {
  background-image: url(images/tab_back_highlight.bmp);
}

.nav>ul>li {
  background: url(images/tab_back_grey_break.bmp) right;
  background-repeat: no-repeat;
}

.nav>ul>li>a {
  margin-right: 2px;
}

.nav>ul>li:last-child {
  background: none;
}

.nav>ul>li:last-child>a {
  margin-right: 0;
}

.nav>ul>li.selected>a {
  background-image: url(images/tab_back.bmp);
}

.nav>ul>li:first-child>a {
  border-radius :4px 0 0 4px;
}

.nav>ul>li:last-child>a {
  border-radius :0 4px 4px 0;
}

.header .contact {
  position: absolute;
  top: 0;
  /*margin-left: 0px;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-size: 10px;*/
}

.header .contact span {
  margin-right: 5px;
}

/*.header .contact .tel:before {
  content: "Tel:";
}*/

.header .contact .tel {
  background: url(images/phone_icon.png) no-repeat center left;
  padding-left: 14px;
}

/*.header .contact .cell:before {
  content: "| Cell:";
}*/

.header .contact .cell {
  background: url(images/smartphone_icon.png) no-repeat center left;
  padding-left: 10px;
}

/*.header .contact .email:before {
  content: "| Email:";
}*/

.header .contact .email {
  background: url(images/email_icon.png) no-repeat center left;
  padding-left: 18px;
}

/*.header .contact .facebook:before {
  content: "| ";
}*/

.header .contact .facebook {
  background: url(images/facebook_icon2.png) no-repeat center left;
  padding-left: 18px;
}

.header .store {
  position: absolute;
  top: 0;
  right: 290px;
  margin-top: 1px;
}

.header .store .basket_link {
  background: url(images/basket_small.png) no-repeat center left;
  padding-left: 18px;
}

.header .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  text-align: right;
}

.header .search input {
  border: 1px solid #666666; /*0082BF*/
}

.header .search input[type="text"] {
  width: 145px;
  padding: 1px 2px;
  border-radius: 4px 0 0 4px;
}

.header .search input[type="submit"] {
  width: 20px;
  text-indent: 25px; /*push "value" offscreen*/
  cursor: pointer;
  background: url(images/search_white.png) no-repeat center #777777;
  height: 19px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.header .search input[type="submit"]:hover {
  background-color: #0082BF; 
}

.header .currency {
  position: absolute;
  top: 0;
  right: 190px;
  margin-top: 1px;
}

.header .currency>a {
  border: 1px solid #0082BF;
  text-decoration: none;
  padding: 0 5px;
}

.header .currency:before {
  content: "Prices in: ";
  color: #999999;
}

.header .currency .ddm {
  right: 0;
}

.tabs {
  /*text-align: center;*/
  padding-left: 0;
  margin: 0 0 -2px 0;
  /*position: static;*/
}

.tabs>li {
  list-style-type: none;
  /*display: inline-block;*/
  display: block; float:left;
  zoom: 1; *display: inline; /* IE hack */
}

.tabs>li>span, .tabs>li>a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333333;
  /*background-image: url(images/tab_back.png);*/
  background: white;
  text-decoration: none;
  display: block;
  padding: 8px 18px;
  border: 2px solid #0082BF;
  /*border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #0082BF;*/
  border-radius: 15px 15px 0 0;
  margin-right: 1px;
}

.tabs .selected {
  background-image: url(images/tab_back.png);
  border-bottom-width: 0px;
  padding-bottom: 10px; /* + 2px (border width) */
}

.Block2.tabbed {
  border-top-left-radius: 0;
  background-image: none;
}

/*.List li {
	list-style-image:url(images/Arrow.png);
}*/

.List ul, .NewsList ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.List li {
background-image: url(images/Arrow.png);
background-repeat: no-repeat;
background-position: 0px 1px; 
padding-left: 18px; 
}

#BottomPadding8 li {
  padding-bottom: 8px;
}

.CheckList ul {
list-style-type: none;
padding: 0px 0px 3px 0px;
margin: 0px;
}
.CheckList li {
background-image: url(images/bullet_tick_1.png);
background-repeat: no-repeat;
background-position: 0px 1px; 
padding-left: 20px; 
}

.NewsList li {
background-image: url(images/newspaper.png);
background-repeat: no-repeat;
background-position: 0px 1px; 
padding: 0px 0px 12px 22px;
}

.VideoArea {
	height: 210px;
	overflow: auto;
}

.VideoArea object {
	margin-bottom: 30px;
}

/* --- Comparison Table --- */

.Tbl {
	border-collapse: collapse;
}

.Tbl th, .Tbl td {
	padding: 2px;
}

.Tbl tr {
	border: 1px solid #666666;
	background: #f3f8fa;
}

#TblGrid td {
	border: 1px solid #666666;
}

#TblMonospace td, #TblMonospace th {
	width: 100px;
}

/*#Tbl2 tr {
	height: 20px;
}*/

.Tbl th {
	text-align: left;
	background: #bfdbe4/*#71aec2*//*#d6dee3*/;
}

.TblFlow table {
	float:left;
	height:200px
}

.ClrTbl th, .ClrTbl td, .Info table, .Info td, .TightTbl {
	padding: 0px;
	border-spacing: 0px;
}

.ClrTbl tr {
	background: transparent;
}

.ClrTbl tr, .Info tr {
	height: auto;
	border: none;
}

.Tbl2 {
	border-collapse: collapse;
	border: 1px solid #666666;
}

.Tbl2 td, .Tbl2 th {
	border-left: 1px solid #666666;
}

.Tbl2 th {
	font-weight: normal;
}

.Info/*, .Block2BG*/ {
	vertical-align: top;
    border: 1px solid black;
	margin: -3px 0 0 -3px;
	background:  #FFFFCC;
	padding: 2px;
	position: absolute;
	white-space:nowrap;
	
	display: none;
}

.Info tr {
	vertical-align: top;
	background:  #FFFFCC;	
}

/* --- Button --- */

/*a.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    display: block;
    margin: 0;
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
	float: right;
	border: 1px solid #0082BF;
	background: #E4E4E4;
	background-image: url(images/tab_back.bmp);
}*/

.Button, .ButtonGrey {
	display: block;
	float: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 32px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 40px; /* Height of button background height */
	padding-left: 7px; /* Width of left menu image */
	text-decoration: none;
	border: none;
}

.Button {
	background: transparent url('images/rect-blue-left.png') no-repeat top left;
}

.ButtonGrey {
	background: transparent url('images/rect-grey-left.png') no-repeat top left;
}

.Button .ButtonContent, .ButtonGrey .ButtonContent {
	display: block;
	padding: 4px 7px 4px 0; /*Set 7px below to match value of 'padding-left' value above*/
}

.Button .ButtonContent { 
	background: transparent url('images/rect-blue-right.png') no-repeat top right;
}

.ButtonGrey .ButtonContent { 
	background: transparent url('images/rect-grey-right.png') no-repeat top right;
}

.ButtonPadding { /* This is used solely to pad the left and right sides of the text */
	padding: 0px 8px;
}

.Button span, .Button img {
	float:left;
}

.Button img {
  padding-right: 10px;
}

.Button .Img16 {
  padding-top: 8px;
}

.Button:hover, .ButtonGrey:hover, .SmallButton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

.Button:hover .ButtonContent, .ButtonGrey:hover .ButtonContent, .SmallButton:hover .ButtonContent { /* Hover state CSS */ /*divs are legacy*/
	background-position: bottom right;
}

/* --- Small Button --- */

.SmallButton {
	background: transparent url('images/oval-blue-left.png') no-repeat top left;
	display: block;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 20px; /* Height of button background height */
	padding-left: 9px; /* Width of left image */
	text-decoration: none;
	border: none;
}

.SmallButton .ButtonContent {
	background: transparent url('images/oval-blue-right.png') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 11px to match value of 'padding-left' value above*/
}

.SmallButton span { /* This is used solely to pad the left and right sides of the text */
	padding: 0px 0px;
}

/* Some things handled in .Button area */

/* --- Price Tag --- */

.PriceTag {
	background: transparent url('images/pricetag-left.png') no-repeat top left;
	display: block;
	float: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 38px; /* Height of button background height */
	padding-left: 31px; /* Width of left menu image */
	text-decoration: none;
	border: none;
	color: #333333;
}

.PriceTag div, .PriceTagContent {
	background: transparent url('images/pricetag-right.png') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0;
	font-weight: bold;
}

/* This is used solely to pad the left and right sides of the text */
/*.PriceTag span {
	padding: 0px 0px;
}*/

.PriceTagFrom {
	line-height: 20px;
	text-align: center;
}

.PriceTagFrom span {
	font-size: smaller;
	line-height: 10px;
}

/* --- Tag --- */

.Tag {
	background: transparent url('images/tag-left.png') no-repeat top left;
	display: block;
	float: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 16px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	border: none;
	color: #666666;
	cursor: help;
}

.Tag span {
	background: transparent url('images/tag-right.png') no-repeat top right;
	display: block;
	padding: 2px 3px 2px 1px;
}

/* --- Tab --- */

.Tab2, .Tab2Light {
	background: transparent;
	display: block;
	float: left;
	/*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 13px; /* Width of left menu image */
	text-decoration: none;
	border: none;
}

.Tab2 {
	background: url('images/tab2-left.png') no-repeat top left;
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 41px; /* Height of button background height */
	margin-bottom: -2px;
}

.Tab2Light {
	background: url('images/tab2-light-left.png') no-repeat top left;
	line-height: 31px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 39px; /* Height of button background height */
}

.Tab2Content {
	background: transparent;
	display: block;
	padding: 4px 13px 4px 0;
}

.Tab2 .Tab2Content {
	background: url('images/tab2-right.png') no-repeat top right;
}

.Tab2Light .Tab2Content {
	background: url('images/tab2-light-right.png') no-repeat top right;
}

.Tab2Text { /* This is used solely to pad the left and right sides of the text */
	padding: 0px 7px;
}

/* --- TreeView --- */

.TreeView {
	font-size: 12px;
}

.TreeView a {
	text-decoration: none;
}

.TreeView table {
	border-spacing: 0px;
}

.TreeView td {
	padding: 0px;
}

.TreeView tr {
	vertical-align:middle;
}

.TreeViewSelected {
	/*text-decoration: underline;*/
	background: #D2E6FF; /*#CEE3FF;*/ /*#93C0FF;*/ /*#CCCCCC;*/
}

/* --- Checkout Steps --- */

.co_step {
  text-align: center;
  position: relative;
}

.co_step ul {
  /*text-align: center;*/
  padding-left: 0;
  /*position: static;*/
}

.co_step li {
  list-style-type: none;
  background-image: url(images/sphere_grey.png);
  background-repeat: no-repeat;
  display: inline-block;
  zoom: 1; *display: inline; /* IE hack */
  width: 64px;
  padding-top: 64px;
  margin: 0px 10px;
}

.co_step li.selected {
  background-image: url(images/sphere_blue.png);
}

.co_step li.co_step_manage_basket {
  background-image: url(images/basket.png);
  background-position: 16px 16px;
}

.co_step li.co_step_blank {
  background-image: none;
}

.co_step a.Button, .co_step button {
  position: absolute;
  bottom: 0px;
}

.co_step_prev {
  left: 0px;
}

.co_step_next {
  right: 0px;
}

.co_error {
  color:red;
  text-align:center;
}

/*.co_error span {
  background-image:url(images/info.png);
  background-repeat: no-repeat;
  padding-left: 24px;
  margin-left: -12px;
}*/


/* mikroE Accomodations */

img.img-responsive {
  display:block;
  max-width: 100%;
}

.specification-table-gray {
    border-collapse: collapse;
    overflow: auto;
    width: 100%
}

.specification-table-gray tr td:first-child {
    border-right: 1px solid #ccc;
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana;
    font-weight: 600;*/
    min-width: 180px
}

.specification-table-gray tr:nth-child(odd) > td {
    background: #f0f0f0;
    color: #000
}

.specification-table-gray tr:nth-child(even) td {
    color: #000
}

.specification-table-gray td,
.specification-table-gray th {
    padding: 7px 10px;
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana;
    font-weight: 400;
    font-size: 16px;*/
    border: 1px solid #ccc
}

.pinout-diagram-gray {
    overflow: visible;
    width: 100%
}

.pinout-diagram-gray tbody {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
    overflow: auto;
    width: 100%;
    -ms-overflow-style: none
}

.pinout-diagram-gray tr {
    width: 100%
}

.pinout-diagram-gray tr th:nth-child(2) {
    border-right: 1px solid #000
}

.pinout-diagram-gray tr th:nth-child(3) {
    border-right: 1px solid #000
}

.pinout-diagram-gray tr th:nth-child(3) img {
    width: auto;
    height: auto
}

.pinout-diagram-gray tr td:first-child {
    text-align: right;
    max-width: 250px
}

.pinout-diagram-gray tr td:last-child {
    text-align: left
}

.pinout-diagram-gray tr td:nth-child(2) {
    border-right: 1px solid #000
}

.pinout-diagram-gray tr td:nth-child(4) {
    border-right: 5px solid #ccc
}

.pinout-diagram-gray tr td:nth-child(6) {
    border-right: 1px solid #000
}

.pinout-diagram-gray tr:hover {
    background-color: #f0f0f0
}

.pinout-diagram-gray tr:nth-child(odd) td:nth-child(n+3):nth-child(-n+6) {
    background-color: #f0f0f0;
    color: #000
}

.pinout-diagram-gray td {
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana;
    font-size: 16px;*/
    padding: 7px 10px;
    border-style: solid;
    border-width: 1px;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    text-align: center
}

.pinout-diagram-gray th {
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana;
    font-size: 16px;
    padding: 7px 10px;*/
    border-style: solid;
    border-width: 1px;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #f0f0f0;
    text-align: center
}

.pinout-diagram-gray th,
.pinout-diagram-gray td {
    vertical-align: middle
}

.pinout-diagram-gray td a {
    text-decoration: none;
    color: #e61c24
}

.pinout-diagram-gray td a:hover {
    color: #b21823
}

.pinout-diagram-gray tr.highlight td {
    background-color: #e61c24;
    color: #fff
}

.pinout-diagram-gray tr.highlight td a {
    color: #fff
}

.pinout-diagram-gray tr.highlight td a:hover {
    color: #000
}

.pinout-diagram-gray .intro-text {
    display: block;
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana*/
}

.pinout-diagram-gray .debug {
    color: #e61c24
}

@media (max-width:768px) {
    .pinout-diagram-gray {
        display: block;
        overflow: auto;
        width: 100%
    }
}

.additional-info-tables-gray {
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    margin-bottom: 16px
}

.additional-info-tables-gray td:nth-child(2) {
    white-space: nowrap
}

.additional-info-tables-gray sub,
.additional-info-tables-gray sup {
    color: #000
}

.additional-info-tables-gray th {
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana;
    font-weight: 600;*/
    border: 1px solid #ccc;
    background-color: #ddd
}

.additional-info-tables-gray tr:nth-child(odd) > td {
    background: #f0f0f0;
    color: #000
}

.additional-info-tables-gray tr:nth-child(even) > td {
    color: #000
}

.additional-info-tables-gray td {
    padding: 7px 10px;
    /*font-family: 'Open Sans', 'Helvetica Neue', Verdana;
    font-weight: 400;
    font-size: 16px;*/
    border: 1px solid #ccc
}

.additional-info-tables-gray tr td:not(:first-child),
.additional-info-tables-gray tr th:not(:first-child) {
    text-align: center
}

@media (max-width:600px) {
    .additional-info-tables-gray {
        display: block
    }
}



.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix
    { zoom: 1; } /* IE6 */
*:first-child+html .clearfix
    { zoom: 1; } /* IE7 */
