/* ---------------------------------------------------
  Reset
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------------------
  General
*/
body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #010102 url(../image/bg-page.jpg) center top no-repeat;
}
body.home {
	background: #010102 url(../image/bg.jpg) center top no-repeat;
}
/* Font Face */
@font-face {
    font-family: 'SansationLight';
    src: url('sansation_light.eot');
    src: local("☺"),
         url('sansation_light.eot?#iefix') format('embedded-opentype'),
         url('sansation_light.woff') format('woff'),
         url('sansation_light.ttf') format('truetype'),
         url('sansation_light.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* src: url('sansation_light.eot?#iefix') format('embedded-opentype'),*/
@font-face {
    font-family: 'SansationRegular';
    src: url('sansation_regular.eot');
    src: local("☺"),
         url('sansation_regular.eot?#iefix') format('embedded-opentype'),
         url('sansation_regular.woff') format('woff'),
         url('sansation_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* url('sansation_regular.eot?#iefix') format('embedded-opentype'), */
@font-face {
    font-family: 'SansationBold';
    src: url('sansation_bold.eot');
    src: local("☺"),
         url('sansation_bold.eot?#iefix') format('embedded-opentype'),
         url('sansation_bold.woff') format('woff'),
         url('sansation_bold.ttf') format('truetype'),
         url('sansation_bold.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaLTStdCondBold';
    src: url('helveticaltstd-boldcond.eot');
    src: url('helveticaltstd-boldcond.eot?#iefix') format('embedded-opentype'),
         url('helveticaltstd-boldcond.woff') format('woff'),
         url('helveticaltstd-boldcond.ttf') format('truetype'),
         url('helveticaltstd-boldcond.svg#HelveticaLTStdCondBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* src: url('sansation_bold.eot?#iefix') format('embedded-opentype'),*/
.icons {
  display:block;
  width:10px;
  height:10px;
  background:url(../image/icons/icons.png) no-repeat;
  float:left;
  text-indent:-9999px;
}
.column {
  float:left;
  margin-right:20px;
}
/*
@font-face {
    font-family: 'HelveticaLTStdCondBold';
    src: url('helveticaltstd-boldcond_0-webfont.eot');
    src: url('helveticaltstd-boldcond_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaltstd-boldcond_0-webfont.woff') format('woff'),
         url('helveticaltstd-boldcond_0-webfont.ttf') format('truetype'),
         url('helveticaltstd-boldcond_0-webfont.svg#HelveticaLTStdBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
h1,h2,h3,h4,h5 {
  margin-bottom:20px;
}
ol, ul {
  margin-bottom:20px;
  margin-left:40px;
}
ol li,
ul li {
  padding-bottom:15px;
  line-height:20px;
}
ol {
  list-style-type:decimal;
  margin-left:50px;
}
strong {
  font-weight:bold;
}
ol strong, strong {
  font-size:18px;
  line-height:28px;  
  color:#5E6E84;
  font-family:"SansationLight";
  letter-spacing:-0.75px;
}
h1,h3 {
  font-size:24px;
  font-family:"SansationLight";
  letter-spacing:-0.75px;
  color:#5E6E84;
}
h4 {
    color:#5E6E84;
    font-family:"SansationLight";
    font-size:20px;
}

/* ---------------------------------------------------
  Layout
*/
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
  position:relative;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	clear:both;
	position:relative;
	z-index:12;
	padding-left:18px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 140px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: relative;
	float:left;
	width:480px;
	height:120px;
	margin:15px 10px 0 -2px;
}
#header #logo a {
  display:block;
}
.home #header .headerInfo {
  float:left;
  margin-left:50px;
  width:240px;
}
#header .headerInfo {
  float:left;
}


#header #cart {
	position: relative;
	z-index: 9;
	width: 202px;
	height:30px;
	background:url(../image/icons/icons.png) -344px -74px  no-repeat;
	overflow:visible;
}
#header #cart.page {
  margin-top:70px;
}
#header #cart .heading {
	float: left;
	padding: 4px 4px;
	position: relative;
	z-index: 1;
}
#header #cart .heading #cartIcon {
	background:url(../image/icons/icons.png) -288px -178px  no-repeat;
	width:21px;
	height:16px;
	margin:4px 10px 0 2px;
	text-indent:-9999px;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a.items {
	color: #38B0E3;
	text-decoration: none;
	display:block;
	float:left;
	text-align:center;
	background: url('../image/icons/checkout_bg.png') no-repeat;
	height:22px;
	width:22px;
	margin-right:3px;
	overflow:hidden;
}
#header #cart .heading a span#cart_total {
	font:bold 14px/22px Arial, sans-serif;
	color:#e9f0f8;
	text-shadow:0 1px 0 rgba(0,0,0,0.8);
}
#header #cart .heading a.links,
#header #cart .heading span.links {
  float:left;
  color:#bfcbde;
  font:11px/24px Arial, sans-serif;
  text-shadow:0 -1px 0 rgba(0,0,0,0.5);
  text-decoration:none;
  padding-left:7px;
}
#header #cart .content {
	display: none;
	position: absolute;
	top: 28px;
	left:0;
	padding: 8px;
	min-height: 200px;
	width:380px;
	background:#010102;
	color:#fff;
	background-image:-moz-linear-gradient(top, #1B2635, #010102);
	background-image:-webkit-linear-gradient(top, #1B2635, #010102);
	background-image:-o-linear-gradient(top, #1B2635, #010102);
	background-image: linear-gradient(top, #1B2635, #010102);
	border-radius:6px;
	border-top:1px solid #546f96;/* 42536b*/
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	/*-webkit-box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;*/
	z-index:999;
}
/*#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}*/

#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #fff;
	vertical-align: top;
	padding: 10px 5px;
	border-top: 1px solid #1F2D3A;
}
#header #cart .cart tr:first-child td {
  border-top:0;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	text-align: left;
}
#header #cart .cart .name small {
	color: #fff;
}
#header #cart .cart .name a {
  color:#859bb9;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: center;
}
#header #cart .cart .remove-bg {
  background:#2D5777;
  background-image:-moz-linear-gradient(top , #9DE6F9, #2D5777);
  background-image:-webkit-linear-gradient(top , #9DE6F9, #2D5777);
  background-image:-o-linear-gradient(top , #9DE6F9, #2D5777);
  background-image: linear-gradient(top , #9DE6F9, #2D5777);
  border-radius:4px;
  padding:0 1px 2px;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 15px;
}
#header #cart table.total td {
	color: #fff;
}
#header #cart table.total b {
  font-size:12px;
  padding-right:10px;
  color:#859bb9;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #warrantyTop,
#header #warrantyPage {
  margin:30px 0 10px;
  font:normal 9px/52px Arial;
  color:#bfcbde;
  text-shadow:0 1px 0 rgba(0,0,0,0.5);
  text-transform:uppercase;
}
#header #warrantyTop {
  height:29px;
  overflow:hidden;
  opacity:0;
  text-indent:-1000em;
}
#header .headerRight {
  float:right;
  margin-right:18px;
  width:115px;
}
#header #warrantyPage {
  width:100px;
  line-height:22px;
  margin-left:6px;
  opacity:0;
  height:25px;
  overflow:hidden;
  text-indent:-1000em;
}
#header #warrantyPage a,
#header #warrantyTop a {
  display:none;
  text-decoration:none;
  color:#BFCBDE;
}
#header #warrantyTop #warranty,
#header #warrantyPage #warranty {
  background-position: 0 -175px;
  width:80px;
  height:48px;
  margin-right:10px;
}
#header #warrantyPage #warranty {
  margin-left:8px;
}
#header #giftCards {
  width:112px;
  height:81px;
  background-position:-467px -121px;
  margin-right:4px;
}
#header #topSocial {
  width:115px;
  height:165px;
  float:right;
  background:url(../image/icons/icons.png) -598px -63px  no-repeat;
  margin-top:37px;
}
.home #header #topSocial {
  margin-right:36px;
}

#header #topSocial a {
  display:block;
  width:115px;
  height:82px;
  text-indent:-9999px;
}

/* ---------------------------------------------------
  Menu
*/
#menu {
  height:66px;
	margin-top: 15px;
	padding: 0px;
	margin-left:0px;
	position:relative;
}
#menu.home {
  margin-left:13px;
}
#menu #menuBg {
	background:url(../image/menu-btm.png) left top no-repeat;
	width:1588px;
	height:239px;
	position:absolute;
	top:-60px;
	left:-290px;
	z-index:1;
}
#menu.home #menuBg { display:none; }
#menu ul {
	list-style: none;
	margin: 0 0 0 -11px;
	padding: 0;
	font-family: "HelveticaLTStdCondBold";
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:-0.75px;
	overflow:hidden;
  min-height:63px;
  position:relative;
  padding-left:11px;
  width:750px;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	/*padding: 25px 14px 3px 16px;*/	
  padding:25px 12px 3px 14px;
	overflow:visible;
}
#menu > ul > li:hover a {
  background:url(../image/menu-hover.png) bottom repeat-x;
}
#menu > ul > li > a {
	font-size: 18px;
	color: #d3d3d3;
	line-height: 22px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
	text-shadow:0 -1px 0 #000;
	padding:0 2px 18px 2px;
	overflow:visible;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
#menu > ul > li .hoverState { 
  display:none; 
  position:absolute; 
  /*text-indent:-9999px;*/
  top:0;
  left:0;
  width:99px;
  height:62px;
}
#menu > ul > li.current .hoverState { display:block; }

#menu > ul > li.home.current .hoverState {
  /*background:url(../image/icons/icons.png) 0 0 no-repeat;*/
  background:url(../image/icons/menu-sel-home.png) left bottom no-repeat;
  width:99px;
  height:63px;
  top:5px;
  left:-11px;
}
#menu > ul > li.about.current .hoverState {
  background:url(../image/icons/menu-sel-about.png) center bottom no-repeat;
  top:0;
  left:-10px;
  width:96px;
  height:63px;
}
#menu > ul > li.products.current .hoverState {
  background:url(../image/icons/menu-sel-products.png) center bottom no-repeat;
  top:0;
  left:-6px;
  width:123px;
  height:63px;
}
#menu > ul > li.plugged.current .hoverState {
  background:url(../image/icons/menu-sel-plugged.png) center bottom no-repeat;
  top:0;
  left:3px;
  width:165px;
  height:63px;
}
#menu > ul > li.faqs.current .hoverState {
  background:url(../image/icons/menu-sel-faqs.png) center bottom no-repeat;
  top:0;
  left:-9px;
  width:104px;
  height:63px;
}
/*#menu > ul > li.faqs.current .hoverShadow {
  background:url(../image/icons/menu-sel-faqs.png) center top no-repeat;
  -moz-transform: scaleY(-1) scaleX(-1);
  -o-transform: scaleY(-1) scaleX(-1);
  -webkit-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
  filter: FlipH;
  filter: FlipV;
  -ms-filter: "FlipH";
  -ms-filter: "FlipV";
  opacity:0.10;
  top:62px;
  left:-7px;
  width:104px;
  height:62px;
  position:absolute;
  display:block;
}*/
#menu > ul > li.fittings.current .hoverState {
  background:url(../image/icons/menu-sel-contact.png) center bottom no-repeat;
  top:0;
  left:-11px;
  width:117px;
  height:62px;
}
#menu > ul > li.contact.current .hoverState {
  background:url(../image/icons/menu-sel-contact.png) center bottom no-repeat;
  top:0;
  left:-11px;
  width:117px;
  height:62px;
}
#menu > ul > li.current a {
  background:none;
  color:#192e3e;
  text-shadow:0 1px 0 rgba(255,255,255,0.4);
}
/* ---------------------------------------------------
  Call to Action
*/
div#cta {
  /*width:1402px;*/
  height:269px;
  background:url(../image/cta.png) center no-repeat;
  margin:-30px auto -55px auto;
  overflow:hidden;
  z-index:20;
  clear:both;
  position:relative;
}
div#cta ul,
div#cta-products ul {
  list-style:none;
  /*margin:40px 0 0 255px;*/
  margin-top:40px;
  overflow:hidden;
}
div#cta ul li,
div#cta-products ul li {
  float:left;
}
div#cta ul li:first-child {
  margin-left:5px;
}
div#cta a,
div#cta-products a {
  display:block;
  width:311px;
  height:144px;
  margin-left:10px;
  text-indent:-9999px;
}
div#cta ul li:first-child a,
div#cta-products ul li:first-child a {
  margin-left:0;
}
/* products cta */
div#cta-products {
  height:187px;
  background:url(../image/cta-products-bg.jpg) center no-repeat;
  overflow:hidden;
  position:relative;
  margin-top:-20px;
  margin-bottom:-50px;
  width:100%;
}
div#cta-products ul {
  margin-top:25px;
}
div#cta-products ul li:first-child {
  margin-left:5px;
}
div#cta-products a {
  width:310px;
  height:94px;
  text-indent:0;
  position:relative;
  display:block;
}
div#cta-products a span.onButton {
  width:13px;
  height:13px;
  position:absolute;
  right:9px;
  top:50px;
  display:none;
}
div#cta-products .custom-headphone-earbud-attachments > a > span {
  background-position:-301px -143px;
}
div#cta-products .custom-bluetooth-attachments > a > span {
  background-position:-315px -143px;
}
div#cta-products .custom-stage-monitors > a > span {
  background-position:-329px -143px;
}
div#cta-products div.current a > span {
  display:block;
}
/* ---------------------------------------------------
  Bottom Content
*/
.btmContentHome {
  margin-top:-55px;
}
.btmContent .block,
.btmContentHome .block {
  clear:both;
}
.btmHeading {
  background:url(../image/heading.jpg) no-repeat;
  height:83px;
  width:960px;
  display:block;
  overflow:hidden;
  font-family:"SansationBold";
  font-weight:bold;
  font-size:20px;
  letter-spacing:-0.5px;
  text-transform:uppercase;
  clear:both;
}
.btmHeading span.left {
  float:left;
  color:#fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.8);
  display:block;
  margin:24px 0 0 30px;
  width:410px;
  line-height:40px;
}
.btmHeading span.right {
  color:#1b1f26;
  display:block;
  margin:24px 30px 0 0;
  width:440px;
  line-height:40px;
  float:right;
  text-shadow:0 1px 0 rgba(255,255,255,0.33);
}
.btmText {
  color:#fff;
  font:normal 15px/30px Arial, sans-serif;
  padding:30px 30px 0 30px;
  letter-spacing:-0.25px;
  position:relative;
}
.btmText a,
.btmText span {
  color:#ffcc5f;
  font-weight:bold;
}
#fittingIcon {
  background-position: -200px -179px ;
  width:20px;
  height:35px;
  margin-right:15px;
}
#pluggedInIcon {
  background-position: -257px -179px ;
  width:24px;
  height:35px;
  margin-right:13px;
}
#comfortIcon {
  background-position: -227px -179px ;
  width:24px;
  height:35px;
  margin-right:13px;
}
.btmBtnRight,
.btmBtnLeft {
  display:block;
  background:url(../image/btm-btn-right.png) no-repeat;
  font-weight:bold;
  font-size:16px;
  line-height:140px;
  color:#fff;
  width:312px;
  height:172px;
  text-decoration:none;
  padding-left:40px;
  text-shadow:0 -1px 0 #000;
  letter-spacing:-0.25px;
  font-family:Arial;
  float:left;
  margin-right: 60px;
  position:relative;
  z-index:15;
}
.btmBtnLeft {
  padding-left:0;
  padding-right:40px;
  text-align:right;
  background:url(../image/btm-btn-left.png) no-repeat;
  float:left;
  margin-right: 0px;
  margin-left: 14px;
}
#customFittingImage {
  background:url(../image/btm-custom-fitting.png) no-repeat;
  width:588px;
  height:419px;
  margin: -38px -60px -20px -10px;
  float:left;
  position:relative;
  z-index:5;
}
#pluggedInImage {
  background:url(../image/btm-plugged-in.png) no-repeat;
  width:527px;
  height:489px;
  margin: -125px -40px -20px 0px;
  float:right;
  position:relative;
  z-index:6;
}
#comfortImage {
  background:url(../image/btm-comfort-image.png) no-repeat;
  width:947px;
  height:571px;
  margin: -25px -235px -85px -202px;
  float:left;
  position:relative;
  z-index:7;
}
/* ---------------------------------------------------
  About Page
*/
#content h2 {
  color:#5e6e84;
  font:normal 18px/26px Arial, sans-serif;
  margin-bottom:20px;
}
#content p {
  color:#fff;
  font-size:14px;
  line-height:20px;
  /*letter-spacing:-0.25px;*/
}
.aboutImage {
  background:url(../image/about/about.png) center center no-repeat;
  width:698px;
  height:538px;
  position:relative;
  float:left;
  text-indent:-9999px;
  margin:-60px -60px 0px -140px;
}

/* ---------------------------------------------------
  Contact Page
*/
#contactImage {
  background:url(../image/contact/contact-us.png) no-repeat;
  width:522px;
  height:234px;
  position:relative;
  text-indent:-9999px;
  margin-bottom:40px;
}
#contactUsForm {
  float:right;
  width:403px;
  margin-left:50px;
}
#contactUsForm ul {
    margin-left:0;
}
#contactUsForm li,
#contactUsForm li div {
    position:relative;
}
ul.contactUl {
  margin-left:60px;
  font-size:14px;
}
ul.contactUl li {
  color:#fff;
  height:24px;
}
ul.contactUl li a {
  color:#fff;
  text-decoration:none;
}
ul.contactUl li span {
  color:#74809c;
  font-size:12px;
}
#content h5.contact {
  margin-top:35px;
  margin-bottom:25px;
}
form label,
label {
  color:#5e6e84;
  font-size:14px;
  line-height:26px;
  letter-spacing:-0.25px;
  display:block;
}
form input,
form select,
form textarea,
input,
select,
textarea {
  background-color:#e2e2e2;
  border-radius:4px;
  box-shadow:inset 2px 3px 7px rgba(0,0,0,0.45);
  border:0;
  padding:10px;
  font-size:14px;
  color:#4c4c4c !important;
  font-weight:normal !important;
  width:380px;
  margin-bottom:16px;
}
form select,
select {
  width:400px;
}
form textarea {
  height:200px;
  overflow-x:hidden;
}
form input[type="radio"],
input[type="radio"],
input[type=checkbox] {
  width:auto;
}
a {
  color:#5E6E84;
}
small {
  font-size:10px;
}
/* ---------------------------------------------------
  Personal Fitting
*/
h3.fitting {
    float:right;
    position:relative;
    margin:-52px 0 0 0;
}
div.ears-on-file {
    float:right;
    width:300px;
    margin:0 0 20px 20px;
    background:#eee;
}
div.ears-on-file h4,
#content div.ears-on-file p {
    color:#1B1F26;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.33);
    padding:16px;
     margin:0;
}
div.ears-on-file h4 {
    color:#fff;
    font-family:"SansationBold";
    line-height:36px;
    background:url("../image/heading.jpg") no-repeat scroll 0 0 transparent;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}
#fancybox-content {
    /*color:#333;*/
    background-color:#010102;
    padding:20px;
}
#fancybox-content p {
    margin-bottom:20px;
    font-size:0.9em;
    line-height:1.3em;
}
#fancybox-content .ears-on-file p {
    color:#1B1F26;
    padding:16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    margin-bottom:0;
}
#fancybox-content h1 {
    font:26px/38px "SansationBold";
}
/* ---------------------------------------------------
  Footer
*/
#footerNav {
  background:url(../image/footer-nav-bg.png) no-repeat;
  height:80px;
  clear:both;
  position:relative;
  z-index:18;
  margin-bottom: -35px;
}
#footerNav ul {
  list-style:none;
  padding-top:12px;
  margin-left: 180px;
}
#footerNav ul li {
  display:inline-block;
  list-style:none;
}
#footerNav ul li a,
#footerNav ul li.first,
#footerNav ul li span {
  text-decoration:none;
  color:#7391a9;
  text-shadow:0 -2px 0 #000;
  font-size:10px;
  line-height:14px;
  text-transform:uppercase;
}
#footerNav ul li.first {
  padding-right:15px;
}
#footerNav ul li.first span {
  padding:0;
}
#footerNav ul li span {
  padding-left:15px;
  padding-right:15px;
}
#siteMapIcon {
  background-position: -317px -178px;
  width:13px;
  height:15px;
  margin-right:20px;
}
#footerTop {
  background:url(../image/footer-top.png) center top no-repeat;
  height:57px;
}
#footerWrapper {
  background:url(../image/footer-slice.jpg) repeat-x;
  position:relative;
  margin-bottom:-16px;
}
footer {
  background:url(../image/footer-bg.jpg) center top no-repeat;
  padding-top:30px;
  font-family:Arial;
  position:relative;
  padding-bottom: 25px;
}
footer .container {
  position:relative;
}
footer h3 {
  font-family:"SansationBold";
  font-weight:bold;
  font-size:30px;
  line-height:36px;
  letter-spacing:-0.5px;
  text-shadow:0 1px 0 rgba(255,255,255,0.75);
  color:#2d3643;
  margin-bottom:15px;
}
footer .column p {
  font-size:15px;
  line-height:30px;
  color:#171a1d;
  text-shadow:0 1px 0 rgba(255,255,255,0.25);
  letter-spacing:-0.5px;
}
footer .column p a,
footer .column p span,
footer .column .tweet_text a {
  color:#285c72;
  font-weight:bold;
  text-decoration:none;
}
footer .column.company {
  width:400px;
  margin-right:60px;
}
footer .column.tweets {
  width:320px;
}
footer .column.tweets h3 {
  width:200px;
  float:left;
}
footer .column.tweets p {
  clear:left;
}
footer .column .tweet_time {
  float:left;
  color:#171a1d;
  opacity:0.24;
  font-size:22px;
  clear:none;
  line-height:38px;
}
footer .column .tweet_list {
  margin:0;
  color:#171a1d;
}
footer .column .tweet_time a {
  text-decoration:none;
}
footer .column .tweet_text {
  clear:left;
  display:block;
  line-height:30px;
  letter-spacing:-0.5px;
  font-size:15px;
  text-shadow:0 1px 0 rgba(255, 255, 255, 0.25);
}
footer #twitterBird {
  background:url(../image/twitter-bird.png) no-repeat;
  width:232px;
  height:248px;
  position:absolute;
  right:-75px;
  top:-107px;
}
footer #latestTweets {
    min-height:100px;
}
footer #earProtectionImage {
  background:url(../image/footer-ear-protection.png) no-repeat;
  width:297px;
  height:134px;
  float:left;
  margin-left: -70px;
  margin-right:-55px;
}
footer .column.protection {
  margin-top:30px;
  width:480px;
}
footer .column.protection h3,
footer .column.protection p {
  float:left;
  width:300px;
}
footer div.usa {
    float:right;
    width:430px;
    margin-right:65px;
}
footer div.usa .usaflag {
    background:url(../image/usa_flage.png) no-repeat;
    width:93px;
    height:57px;
    float:right;
}
#footerBar {
  background:#23425c;
  color:#fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.70);
  font-size:10px;
  line-height:36px;
  height:45px;
}
#footerBar a {
  color:#fff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.70);
  font-size:10px;
  line-height:36px;
  text-decoration:none;
}
#copyright .social {
  margin-right:15px;
  float:left;
}
#copyright .social a {
  float:left;
}
#copyright .social #facebookIcon,
#copyright .social #twitterIcon {
  background-position: -202px -73px;
  width:63px;
  height:52px;
  position:relative;
  margin-top:-15px;
}
.designBy {
  float:right;
  text-transform:uppercase;
}
#copyright .social #twitterIcon {
  background-position: -266px -73px;
}
/* ---------------------------------------------------
  Product/Category pages
*/
.product-filter {
	padding-bottom: 15px;
	overflow: hidden;
	float:right;
}
#content .product-filter div.selector {
  width:160px;
}
#content .product-filter div.selector span {
  width:120px;
}
#content .product-filter  input,
#content .product-filter select {
  width:170px;
  min-width:170px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
#content .product-filter .limit div.selector {
  width:80px;
}
#content .product-filter .limit div.selector span {
  width:40px;
}
#content .product-filter .limit div.selector select {
  width:90px;
  min-width:90px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div.search-results {
	overflow: hidden;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #1F2D3A;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
}
.product-list .name {
	margin-bottom: 5px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid div.search-results {
  overflow:hidden;
  position:relative;
  float:left;
  width:50%;
}
/* --------------------------------------------------------------------- 
  Product Grid & Who's Plugged In Grid
*/
.product-grid,
.plugged-grid {
	width: 100%;
	overflow:visible;
	float:left;
	margin:0;
}
.product-grid ul,
.plugged-grid ul {
  overflow:hidden;
  height:100%;
  float:left;
}
.plugged-grid li {
	margin-bottom: 20px;
	float: left;
	width: 300px;
	margin-left: 20px;
	position:relative;
}
.product-grid > li,
.plugged-grid .focus {
	width: 300px;
	height: 185px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	background:#192430;
	background-image:-moz-linear-gradient(top, #313e4f, #192430);
	background-image:-webkit-linear-gradient(top, #313e4f, #192430);
	background-image:-o-linear-gradient(top, #313e4f, #192430);
	background-image: linear-gradient(top, #313e4f, #192430);
	border-radius:6px;
	border-top:1px solid #42536b;
	position:relative;
	overflow:visible;
	padding:0;
  z-index:2;
}
.product-grid > li:first-child,
.product-grid > li.left,
.plugged-grid > li .left,
.plugged-grid > li:first-child {
  margin-left:0px;
  clear:left;
}
.product-grid li.active {
  border-radius:6px 6px 0 0;
  margin-bottom:660px; /*640px;*/
}
.headphone .product-grid .apple.active {
    margin-bottom:886px;
}
.bluetooth .product-grid li.active {
    margin-bottom:710px; /*685px;*/
}
.stage .product-grid li.active {
  margin-bottom:945px;
}
.product-grid .image,
.plugged-grid .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	padding-top:8px;
  position:relative;
  z-index:40;
  height:177px;
  overflow:hidden;
}
.product-grid .image a,
.plugged-grid .image a {
  display:block;
}
.product-grid .image img,
.plugged-grid .image img {
	padding: 0px;
}
.plugged-grid .image img {
	padding: 0px;
    position:relative;
    bottom:14px;
}
/*
 .product-grid .name,
.plugged-grid .plugged .name {
  background:url(../image/design/product-title-shadow.png) bottom left no-repeat;
  height:67px;
  right:0;
  top:33px;
  position:absolute;
  padding-left:13px;
}
.product-grid .name a,
.plugged-grid .plugged .name a {
	color: #2b3848;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:54px;
	background-color:#4ea6d1;
	background-image:url(../image/design/products-title-bg.jpg);
	background-position:no-repeat;
	background-image:-moz-linear-gradient(left, #9bcce5, #4ea6d1);
	background-image:-webkit-linear-gradient(left, #9bcce5, #4ea6d1);
	background-image:-o-linear-gradient(left, #9bcce5, #4ea6d1);
	background-image: linear-gradient(left, #9bcce5, #4ea6d1);
	min-width:150px;
	font-family:'SansationBold';
	text-shadow:0 1px 0 rgba(255,255,255,0.45);
	text-align:center;
	font-size:24px;
	line-height:52px;
}
*/
.product-grid .name,
.plugged-grid .plugged .name {
  background:url(../image/design/product-title-bg.png) top right no-repeat;
  height:76px;
  right:-11px;
  top:23px;
  position:absolute;
  padding-left:13px;
  min-width:160px;
}
.product-grid .name a,
.plugged-grid .plugged .name a {
	color: #2b3848;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:54px;
  max-width:170px;
	min-width:150px;
	font-family:'SansationRegular'; /*'SansationBold';*/
	text-shadow:0 1px 0 rgba(255,255,255,0.45);
	text-align:center;
	font-size:24px;
	line-height:52px;
  padding-top:10px;
  overflow:hidden;
  letter-spacing:-0.03em;
}
.product-grid .manufacturer {
  width:150px;
  height:50px;
  position:absolute;
  top:110px;
  right:0;
  text-align:center;
}
.product-grid .manufacturer a {
    display:block;
    position:relative;
}
.product-grid .manufacturer img {
    margin:0 auto;
    position:relative;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* --------------------------------------------------------------------- 
  Who's Plugged In 
*/
.plugged-grid .focus {
  margin-left:0;
  margin-bottom:15px;
  position:relative;
  z-index:5;
}
#content .plugged-grid p {
  font-size:13px;
  line-height:20px;
}
#content .plugged-grid h2 {
  margin-bottom:15px;
  clear:left;
}
#content .plugged-grid .author {
  color:#83b8ce;
  text-align:right;
  font-size:14px;
}
/*.plugged-grid .image {
  padding-top:0;
  float:right;
  right:-1px;
  position:absolute;
  bottom:-3px;
  overflow:hidden;
}*/
.plugged-grid .image {
  padding:0;
  float:right;
  right:0;
  position:relative;
  bottom:0;
  overflow:visible;
  margin:0;
}
#content .plugged-grid .featured {
  position:absolute;
  background:url(../image/icons/featured.png) no-repeat;
  top:-4px;
  left:-4px;
  width:110px;
  height:110px;
  display:block;
  z-index:9999;
}
.plugged-grid .video-cover {
  position:absolute;
  width:300px;
  height:185px;
  background:url(../image/icons/play-button.png) center center no-repeat;
  cursor:pointer;
}
.plugged-grid .video {
  position:absolute;
  z-index:-1;
  display:none;
  width:300px;
  height:185px;
}
.plugged-grid .video iframe {
  z-index:-1;
}
.plugged-grid .left {
  margin-left:0;
  clear:left;
}
.plugged-grid .focus.plugged .image {
 float:left; 
 padding-top:8px;
 position:relative;
 right:0;
}
.plugged-grid .plugged .manufacturer {
  width:150px;
  height:50px;
  position:absolute;
  top:110px;
  right:0;
}

/* --------------------------------------------------------------------- 
  Who's Plugged In Other Clients
*/
.other-clients {
  clear:both;
  margin-bottom:20px;
  overflow:hidden;
  display:none;
}
#content .other-clients p {
  color:#fff;
  margin:10px 0 0 15px;
  float:left;
  font-size:14px;
}
#content .other-clients p.blue {
  color:#5E6E84;
}
#content .other-clients a {
  color:#fff;
  text-decoration:none;
}
.comma {
  color:#fff;
}
/* --------------------------------------------------------------------
  Drag and Drop
*/
.drag-and-drop {
  clear:both;
  background:url(../image/design/drag-and-drop.png) 80px 0 no-repeat;
  height:147px;
  margin-bottom:20px;
  overflow:hidden;
}
#drag-and-drop.bluetooth {
  background:url(../image/design/drag-and-drop-bluetooth.png) 80px 0 no-repeat;
}
#drag-and-drop.bluetooth:hover {
  background:url(../image/design/drag-and-drop-bluetooth_hover.png) 80px 0 no-repeat;
}
#drag-and-drop.headphone {
  background:url(../image/design/drag-and-drop-headphone.png) 78px 0 no-repeat;
}
#drag-and-drop.headphone:hover {
  background:url(../image/design/drag-and-drop-headphone_hover.png) 78px 0 no-repeat;
}
#drag-and-drop.stage {
  background:url(../image/design/drag-and-drop-monitor.png) 42px 0 no-repeat;
}
.drag-and-drop .draggable {
  display:block;
  width:280px;
  height:100px;
  margin-left:331px;
  margin-top:12px;
  float:left;
  position:relative;
}
#content .drag-and-drop input,
.drag-and-drop #dragSubmit {
  margin-top:38px;
}
#content .drag-and-drop input {
  float:right;
  background:transparent;
  box-shadow:0 0 0 rgba(0,0,0,0);
  width:165px;
  padding-top:16px;
  padding-bottom:12px;
  padding-left:10px;
}
.drag-and-drop #dragSubmit {
  float:right;
  display:block;
  width:110px;
  height:45px;
  margin-right:19px;
}
.qq-upload-drop-area {
  width:280px;
  height:100px;
  text-indent:-9999px;
  display:block !important;
}
.qq-upload-button {
  text-indent:-9999px;
}
.qq-upload-list {
  position:absolute;
  left:310px;
  bottom:-8px;
  font-size:11px;
  margin:0;
  top: 72px;
  width: 200px;
}
.qq-upload-list .qq-upload-file,
.qq-upload-list .qq-upload-size {
  padding-right:8px;
}
.qq-upload-failed-text,
.hidden {
  display:none;
}
/* --------------------------------------------------------------------
  Product Information 
*/
.product-info {
	overflow: hidden;
	width:940px;
	/*position:absolute;*/
  position:relative;
	/*top:179px;*/
	margin-bottom: 20px;
	display:none;
	z-index:90;
}
.left .product-info {
	left:0;
}
.middle .product-info {
  left:-320px;
}
.right .product-info {
  left:-640px;
}
.product-info > .product-top {
  height:26px;
  display:block;
  width:300px;
	background:#192430;
	position:relative;
}
.left .product-top {
  margin-left:0;
  background:#192430 url(../image/design/products-right-corner.jpg) bottom right no-repeat;
  width:306px;
}
.middle .product-top {
  margin-left:314px;
  background:#192430 url(../image/design/products-middle-corners.jpg) bottom right no-repeat;
  width:312px;
}
.right .product-top {
  margin-left:634px;
  background:#192430 url(../image/design/products-left-corner.jpg) bottom left no-repeat;
  width:306px;
}
.product-info .product-content {
	background:#192430 url(../image/design/products-bg.jpg) bottom right no-repeat;
	border-radius:0 6px 6px 6px;
	overflow:hidden;
	min-height:590px;
	padding-top:10px;
	z-index:30;
	position:relative;
  padding-bottom:20px;
}
.stage .product-info .product-content {
  min-height:790px;
  padding-bottom:20px;
}
.bluetooth .product-info .product-content {
    min-height:540px;
}
.left .product-content {
	border-radius:0 6px 6px 6px;
}
.middle .product-content {
	border-radius:6px;
}
.right .product-content {
	border-radius:6px 0 6px 6px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-content .manufacturer-logo{
    float:right;
    margin:15px 20px;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 0;
	margin-bottom: 20px;
	line-height: 20px;
	color: #fff;
	clear:left;
	font-size:14px;
	width:500px;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
#content .product-info h2 {
  float:left;
  font-family:'SansationBold';
  font-size:50px;
  letter-spacing:-0.75px;
  line-height:60px;
  color:#fff;
  text-shadow:0 1px 0 rgba(0,0,0,0.50);
  margin-bottom:0;
}
#content .product-info h2,
.product-info .description,
.product-info h3.customize,
.product-info .options,
.product-info .buttons,
#content .product-info p.warranty,
h3.customizeTitle {
  margin-left:80px;
}
.product-info .custom-apt-fitting {
  width:428px;
  height:80px;
  background:url(../image/design/products-custom-fitting.jpg) no-repeat;
  display:block;
  margin-bottom:10px;
  clear:left;
  margin-left:52px;
  position:relative;
  top:-10px;
  z-index:-1;
}
.product-info .custom-apt-fitting a {
    display:block;
    float:left;
    width:300px;
    opacity:0;
    text-indent:-1000em;
    height:100%;
}
.product-info .custom-apt-fitting span {
    display:block;
    float:left;
    width:60px;
    height:100%;
    opacity:0;
    display:none;
    text-indent:-1000em;
}

.product-info .bluetooth {
    width:300px;
}
.product-info h3.customize,
.product-info label {
  color:#5e6e84;
  font-size:18px;
  letter-spacing:-0.25px;
}
.product-info .price {
	overflow: auto;
	padding: 0 0 0 10px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height:22px;
	margin-top:30px;
	font-weight: bold;
	color: #83b8ce;
	float:left;
}
#content .product-info p.warranty {
  font-size:11px;
  color:#5e6e84;
  clear:left;
  letter-spacing:-0.25px;
  margin-bottom:0;
  margin-left:84px;
}
#content .product-info p.warranty strong {
  font-size:10px;
  font-weight:bold;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price .set {
  font-size:11px;
  line-height:24px;
  text-transform:uppercase;
}
.product-info .price .slash {
  font-weight:normal;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
h3.customizeTitle {
  color:#5E6E84;    
  font-size: 18px;
  letter-spacing: -0.25px;
  margin-bottom:5px;
}
.product-info .options {
	padding: 0;
	margin-bottom: 0px;
	overflow:hidden;
	z-index:18;
}
#content .product-info .options .radioChecks {
  background:url(../image/design/colors-may-vary.png) bottom left no-repeat;
  padding-bottom:15px;
  overflow:hidden;
  margin-bottom:20px; /*40*/
}
.product-info .options .radioChecks input {
  float:left;
}
.product-info .options .radioChecks label {
  display:none;
}
.product-info .options .radioChecks label:first-child {
  display:block;
  margin-bottom:10px;
  float:none;
}
.product-info .options .radioChecks label:not(:first-child) {
  display:none;
}
.product-info .options .pink {
  background-position:-51px 0;
}
.product-info .options .purple {
  background-position:-102px 0;
}
.product-info .options .white {
  background-position:-153px 0;
}
.product-info .options .red {
  background-position:-203px 0;
}
.product-info .options .orange {
  background-position:-254px 0;
}
.product-info .options .yellow {
  background-position:-305px 0;
}
.product-info .options .green {
  background-position:-356px 0;
}
.product-info .options .blue {
  background-position:-407px 0;
}
.product-info .options .black {
  background-position:-458px 0;
}
.product-info .options .none {
  background-position:-508px 0;
}
.product-info .options .gold {
  background-position:-558px 0;
}
.product-info .options .silver {
  background-position:-608px 0;
}
.product-info .options .multi {
  background-position:-658px 0;
}
.product-info .options .styledRadio span {
  display:block;
  width:43px;
  height:60px;
  background-repeat:no-repeat;
  background-position:0 0;
}
.styledRadio {
	float:			left;
	margin-bottom:	10px;
	background:url(../image/design/products-colors.png);
  background-repeat:no-repeat;
  background-position:0 0;
  margin-right:9px;
}	
.styledCheckbox {
	float:			left;
	clear:			both;
	margin-bottom:	10px;
}
.product-info .options .option {
  clear:both;
  margin-bottom:20px;
}
.product-info .options .option label {
  float:left;
  margin-right:18px;
  padding-top:5px;
  min-width:120px;
}
.product-info .options .option select {
  width:210px;
}
.product-info .options .option div.selector {
  width:200px;
}
.product-info .options .option div.selector span {
  width:160px;
}
#content .product-info .options .option a.button {
  display:block;
  float:left;
}
.product-info .main-product-image {
  position:absolute;
  width:500px;
  height:525px;
  bottom:0;
  right:0;
  z-index:-1;
}
.product-info .main-product-image img {
  float:right;
  z-index:3;
}
.product-info .main-product-image .seal {
  position:absolute;
  bottom:30px;
  right:80px;
  background:url(../image/seal.png) no-repeat;
  width:235px;
  height:133px;
  z-index:3;
}
#content .product-info .buttons {
  padding:4px;
  border-top:1px solid #05070a;
  background-color:#10161e;
  background-image:-moz-linear-gradient(top, #0b1116, #10161e);
  background-image:-webkit-linear-gradient(top, #0b1116, #10161e);
  background-image:-o-linear-gradient(top, #0b1116, #10161e);
  background-image: linear-gradient(top, #0b1116, #10161e);
  border-radius:6px;
  border-bottom:1px solid #1f2d39;
  float:left;
}
#content .product-info .buttons .checkout {
  background:none;
  color:#8e9bac;
  text-shadow:0 -1px 0 #000;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  padding-left:40px;
  padding-right:40px;
  margin:0;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.pagination {
  clear:both;
  overflow:hidden;
}
.pagination .results {
  font-size:11px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #1f2935;
	font-family:"SansationBold";
	font-size:17px;
	line-height:22px;
	background-color: #5e95af;
	background-image:-moz-linear-gradient(top, #9de6f9, #2d5777);
	background-image:-webkit-linear-gradient(top, #9de6f9, #2d5777);
	background-image:-o-linear-gradient(top, #9de6f9, #2d5777);
	background-image: linear-gradient(top, #9de6f9, #2d5777);
	border-top:1px solid #e5f8fd;
	border-bottom:1px solid #000;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.35);
	padding-bottom:15px;
	padding-top:15px;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info thead .total, 
.cart-info tbody .total {
  padding-right:20px;
}
.cart-info tbody td {
	vertical-align: top;
	border-top: 1px solid #1f2d3a;
	padding-top:20px;
	padding-bottom:12px;
}
.cart-info tbody tr:first-child td {
  border-top:0;
}
.cart-info tbody tr:nth-child(even) {
  background-color:#0e1317;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .image a {
	display:block;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .model {
	vertical-align: middle;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
	vertical-align: middle;
}
.cart-info tbody .quantity input {
  width:28px;
  margin-bottom:0;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/icons/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/icons/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding:15px 15px;
	display: none;
	overflow: auto;
}
.cart-total {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/*----------------------------------------------------------------------------
   checkout 
*/
.checkout {
  margin-top:20px;
}
.checkout-heading,
.cart-module .cart-heading  {
	background: #303e50;
	background-image:-moz-linear-gradient(top, #303e50, #192633);
	background-image:-webkit-linear-gradient(top, #303e50, #192633);
	background-image:-o-linear-gradient(top, #303e50, #192633);
	background-image: linear-gradient(top, #303e50, #192633);
	border-top: 1px solid #42536b;
	padding: 12px 0 12px 12px;
	font-weight: bold;
	font-size: 13px;
	color: #8291a5;
	margin-bottom: 4px;
	border-radius:6px 6px 0 0;
	text-shadow:0 -1px 0 rgba(0,0,0,0.8);
	cursor:pointer;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	margin-right:12px;
}
.checkout-content {
	padding: 10px 15px 15px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.shipping-required {
  clear: both; 
  padding-top: 15px;
}
.shipping-required label {
  display:inline;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 200px; /*180px;*/
}
/*table.form > * > * > td {
	color: #000000;
}*/
table.form td {
	padding: 4px;
  position:relative;
}
table.form td div {
  position:relative;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
.voucher-themes label {
  display:inline;
}
.buttons .right .agree {
  float:left;
  padding:12px 15px 0 0;
}
/* checkout errors */
.checkout span.error {
  position:relative;
  display:block;
  padding:0 0 6px 9px;
  left:0;
  box-shadow:0 0 0 transparent;
}
/* ---------------------------------------------------
  Icons
*/
#questionsIcon {
  background-position:-338px -178px;
  width:25px;
  height:25px;
  margin-right:12px;
}
#sendIcon {
  background-position:-366px -178px;
  width:20px;
  height:20px;
  margin-right:6px;
}
.btnHolder button #sendIcon {
    margin-top:3px;
}
#smEarLogo {
  background-position:-204px -140px;
  width:16px;
  height:16px;
  margin-right:17px;
  margin-left:60px;
}
#mobileIcon {
  background-position:-224px -140px;
  width:10px;
  height:16px;
  margin-right:17px;
  margin-left:3px;
}
#officeIcon {
  background-position:-238px -140px;
  width:16px;
  height:16px;
  margin-right:17px;
}
#faxIcon {
  background-position:-258px -140px;
  width:16px;
  height:16px;
  margin-right:17px;
}
#emailIcon {
  background-position:-278px -140px;
  width:16px;
  height:16px;
  margin-right:17px;
}
#checkMarkIcon {
  background-position:-409px -178px;
  width:17px;
  height:17px;
  margin-right:6px;
  margin-top:5px;
}
#plusIcon {
  background-position:-388px -178px;
  width:17px;
  height:17px;
  margin-right:6px;
  margin-top:5px;
}
.cart-heading .down-arrow {
  background:url(../image/icons/arrow-down.png) no-repeat;
  width:20px;
  height:23px;
  float:right;
  margin-right:10px;
  position:relative;
  margin-top:-3px;
}
.other-clients .clients {
  background-position:-381px -121px;
  width:76px;
  height:43px;
}
/* ---------------------------------------------------
  General Styles
*/
.clearall           { clear:both;  }
#content p.clearall { margin:0;    }
.floatleft,
.left               { float:left;  }
.floatright,
.right              { float:right; }

#content .buttons {
  position:relative;
  overflow:hidden;
  padding-top:15px;
}
#content .buttons .right {
  margin-left:20px;
}
#content .buttons .right a { /* for ie */
  border-radius:4px;
  background-color:#30587b;
  background-image:url(../image/buttons-bg.jpg);
  background-repeat:repeat-x;
  background-image:-moz-linear-gradient(top, #9de6f9, #30587b);
  background-image:-webkit-linear-gradient(top, #9de6f9, #30587b);
  background-image:-o-linear-gradient(top, #9de6f9, #30587b);
  background-image: linear-gradient(top, #9de6f9, #30587b);
  color:#1f2935;
  box-shadow:0 1px 0 #000;
  text-decoration:none;
  padding:12px 25px;
  display:inline-block;
  text-shadow:0 1px 0 rgba(255,255,255,0.35);
  font-weight:bold;
  letter-spacing:-0.75px;
  font-size:17px;
  line-height:26px;
  border:0;
  cursor:pointer;
}

#content .buttons a,
#content a.button,
#content .buttons .right a:not(.fancybox),
form .btnHolder .button,
.button {
  border-radius:4px;
  background-color:#30587b;
  background-image:url(../image/buttons-bg.jpg);
  background-repeat:repeat-x;
  background-image:-moz-linear-gradient(top, #9de6f9, #30587b);
  background-image:-webkit-linear-gradient(top, #9de6f9, #30587b);
  background-image:-o-linear-gradient(top, #9de6f9, #30587b);
  background-image: linear-gradient(top, #9de6f9, #30587b);
  color:#1f2935;
  box-shadow:0 1px 0 #000;
  text-decoration:none;
  padding:12px 25px;
  display:inline-block;
  text-shadow:0 1px 0 rgba(255,255,255,0.35);
  font-weight:bold;
  letter-spacing:-0.75px;
  font-size:17px;
  line-height:26px;
  border:0;
  cursor:pointer;
}
#content .buttons a {
  display:block;
  float:left;
}
#content .buttons .right .button {
  float:right;
}
/*#content .buttons a.fancybox {
}*/
#content .buttons .right .fancybox,
#content .buttons .fancybox {
    background:transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
    color:#80A3C1;
    font-weight:bold;
    padding:0 4px 0 0;
    border-radius:0;
    display:inline;
    float:none;
}
input + #button-payment {
    float:right;
}
#content p {
  margin-bottom:20px;
}
#content h5 {
  color:#80a3c1;
  font-weight:bold;
  margin-bottom:20px;
  font-size:14px;
  line-height:18px;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 20px;
	position:relative;
	z-index:10;
	background:url(../image/page-title-bg.png) left top no-repeat;
	height:38px;
	margin-left:-162px;
	padding-left:178px;
	margin-top:15px;
	font-family:"SansationLight";
	font-size:26px;
	line-height:36px;
	color:#386a8f;
	letter-spacing:-0.75px;
	width:700px;
}
.breadcrumb a {
	color:#386a8f;
	text-decoration:none;
	font-weight:normal;
}
/*.breadcrumb a:last-child {
  color:#fff;
	font-family:"SansationBold";
}*/
/* ------------------------------------------------------------------------
  Search
*/
#search {
  float:right;
  width:240px;
  height:36px;
  background:url(../image/design/search.png) no-repeat;
  margin-top:15px;
  position:relative;
  z-index:15;
}
#search input {
  background:transparent;
  box-shadow:none;
  width:220px;
}
#search .button-search {
  
}
#content.search input:not(.radio) {
  width:250px;
  margin-right:15px;
}
#content.search input.radio {
  margin-right:10px;
  margin-bottom:5px;
}
#content.search label.radio {
  margin-right:10px;
}
#content.search .buttons {
  padding-top:0;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	position:fixed;
	/*top:80px;*/
	top:225px;
	z-index:9999;
	width:895px;
	margin-left:10px;
	box-shadow: 0 4px 8px #000;
	border-radius:6px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention,
.information {
  background-color:#4EA6D1;
	background-image:-moz-linear-gradient(top , #9BCCE5, #4EA6D1);
	background-image:-webkit-linear-gradient(top , #9BCCE5, #4EA6D1);
	background-image:-o-linear-gradient(top , #9BCCE5, #4EA6D1);
	background-image: linear-gradient(top , #9BCCE5, #4EA6D1);
	color:#2B3848;
	/*font-family: 'SansationBold';*/
  font-size: 16px;
  line-height:20px;
  /*font-weight: bold;*/
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}
.attention a,
.information a {
	color:#8E9BAC;
	background-color:#192430;
	background-image:-moz-linear-gradient(top , #0B1116, #192430);
	background-image:-webkit-linear-gradient(top , #0B1116, #192430);
	background-image:-o-linear-gradient(top , #0B1116, #192430);
	background-image: linear-gradient(top , #0B1116, #192430);
	padding:6px 8px;
	text-decoration:none;
	border-radius:6px;
	font-weight:normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 7px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
span.error {
    color:#9de5f9;
    font-size:12px;
    position:absolute;
    top:5%;
    left:2%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    padding:6px 12px;
    border-radius:6px;
    box-shadow:0 0 5px #9de5f9;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

/* --------------------------------------------------------------------- 
  Home Plugged In 
*/
.plugged-grid .focus {
  margin-left:0;
  margin-bottom:0px;
  position:relative;
  z-index:5;
}
.btmContentHome .plugged-grid p {
  font-size:13px;
  line-height:20px;
}
.btmContentHome .plugged-grid h2 {
  margin-bottom:15px;
  color:#83b8ce;
  clear:left;
}
.btmContentHome .plugged-grid .author {
  color:#83b8ce;
  text-align:right;
  font-size:14px;
}

.btmContentHome .plugged-grid li.middle {
  margin-left:30px;
}
.btmContentHome .plugged-grid li.right {
  margin-left:30px;
}

#plug-btn{
  margin-right:158px;
  float:right;
  margin-top:-50px;
}
