@charset "utf-8";
/*
Y!S Global Variables
Thumb h-w: 120
Item h-w: 280

Global-font-size
Background-color
Text-color
Page-border-color
*/

/*HTML TAGS*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	background: #000 url('/lib/cablesonline/body-bg.png') repeat-x;
}
a:link, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
img {
	border: none;
}
td {
	vertical-align:top;
}
/*SITE*/
#site-html {
	width:950px;
	margin:auto;
	border:1px solid #000;
	background-color:#fff;
}
#site-switch {
	width:650px;
}
#bodycontent {
	margin:10px;
}
/*HEADER*/
#header-logo{
  padding-top: 10px;
}
#header-search{
  text-align: right;
}
#header-search-wrapper{
  position: relative;
  width: 610px;
  text-align: left;
}
#header-table {
  line-height:0;
  font-size:0;
  margin-bottom:5px;
}
#header-nav{
  float: right;
  margin-top: 45px;
  margin-bottom: 20px;
}
#min-order{
  clear: both;
  float: left;
  margin-left: 75px;
  padding-top: 1px;
}
#phone-num{
  margin-top: 45px;
  margin-left: 50px;
}
#floating_cart{
  float: right;
}
/*SEARCH*/
#search-form-div {
  margin-right:10px;
  float: right;
  clear: right;
  margin-bottom: 10px;
}
#search-table {
	margin:auto;
}
#search-table td {
	vertical-align:middle;
}
#search-query {
	border:1px solid #D4D2D5;
	height:14px;
	padding:2px;
	width:240px;
}
/*LEFT NAV*/
#site-left-nav {
	width:280px;
	background-color:#fff;
        border: 1px solid #C7C3C4;
}
#left-nav {
	line-height:0;
}
.leftnav {
	margin:8px;
	line-height:1;
  background: #1010ac;
}
.leftnav a {
  color: #ffffff;
  margin: 7px 0 3px 10px;
  display:block;
  font: 13px arial;
}
.leftnav-button {
}
.leftnav-button-open {
	font-weight:bold !important;
}
.leftnav-sub {
	padding-left:20px;
        background: #4e75e4;
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 3px;
        padding-bottom: 3px;
}
.leftnav-sub:hover{
        background: #3333cc;
}
.leftnav-sub.current {
	font-weight:bold;
        background: #3333cc;
}
#left-nav-search {
	line-height:0;
}
.social-icon img{
  margin: 10px 0 10px 10px;
}

/*NEWSLETTER*/
#newsletter {
	padding-bottom:40px;
}
#newsletter-table {
	margin:0 auto;
	line-height:0;
}
#newsletter-table td {
	vertical-align:middle;
}
#newsletter-text {
	margin:5px;
	font-size:9px;
}
#catreq-email {
	width:106px;
	height:16px;
	padding:2px;
	border:1px solid #000;
	font-size:11px;
}
/*CONTENTS*/
#body-wrapper{
  margin: 5px 10px;
  padding: 5px 0;
  border-top: 1px dotted #1010AC;
}
#contentarea, #newitemarea {
	margin:30px auto;
	text-align:center;
}
.sale-price-bold {
	font-weight:bold;
}
.horizontal-seperator {
	padding:5px;
}
/*MAIN SWITCH*/
#maintype #bodycontent {
	margin:5px;
}
#maintype #messagearea {
	margin:20px 10px;
}
#maintype #caption {
	margin: 10px 0 0;
}
#switch-table {
	margin:0 auto;
	font-size: 0;
}
#switch-table #billboard {
	padding-right:10px;
}
#switch-table #image-1 {
	vertical-align:top;
}
#switch-table #image-2 {
	vertical-align:bottom;
}
#introtext {
	font-size:14px;
}
/*INFO & CONTACT TYPE*/
#contacttype #bodycontent p, #contact-submit {
	margin-top:10px;
}
/*ITEM SWITCH*/
.breadcrumbs a {
	text-decoration:underline;
}
#itemtype #contentarea {
	margin-top:20px;
}
#section-contenttitle {
	text-align:left;
	font-size:14px;
	margin:10px 0;
}
#item-contenttitle {
	display:none;
}
#caption {
	text-align:left;
	margin:20px 0;
}
#caption div{
  margin-top: 10px;
}
#caption div li{
  margin-left: 15px;
}
/*ITEM AREA*/
#itemarea-table {
	width:580px;
	margin:0 auto;
}
#itemarea-table td {
	width:290px;
}
.add-image {
	margin:5px;
}
#itemtable {
	width:265px;
	border:1px solid #98a280;
	border-bottom: none;
	margin:0 auto;
        font: 14px verdana;
        color: #4F4F4F
}
#itemtable td {
	padding:5px 10px;
	border-bottom:1px solid #98a280;
	text-align:left;
}
td#itemtable-header {
	font: bold 13px arial;
        background: #1010AC;
        color: #fff;
}
td#itemtable-sale-price, td#itemtable-you-save {
  font-weight:bold;
  color: #9b1a2c;
}
td#itemtable-addtocart {
	text-align:right;
	padding:10px;
}
#itempage-captiontitle{
  background: #1010AC;
  color: #fff;
  font: bold 14px arial;
  padding: 3px;
}
#cross-sell-wrapper{
  padding: 5px;
  border: 1px solid #C7C3C4;
}
#cross-sell-wrapper .c-header{
  float: left;
  margin-left: 10px;
}
#cross-sell-wrapper #contents{
  clear: both;
}
/*FOOTER*/
#site-footer {
	background-color:#000;
}
#footer, #footer a {
  color: #fff;
  text-align: center;
  font: 13px arial;
}
#footer {
  width: 725px;
}
#secure-shopping {
	float:right;
	line-height:0;
}
#footer-links {
	margin:5px;
}
#copyright {
	margin:10px 5px 5px;
}

/**** Contents Product ****/

.name, .name a {
  font: bold 12px arial;
  color: #3A3A3A;
}
.price {
  font: 12px arial;
  color: #3A3A3A;
}
.sale-price-bold {
  font: bold 12px arial;
  color: #2020B2;
}
#scanalert {
  width: 220px;
  position: absolute;
  top: 3px;
  left: 730px;
}

/*** Yahoo! Floating Cart ****/

#yfc_fullco {
  z-index: 99999;
}
.smb-mc .mini_msg {
  color: #000 !important;
}
.minicart_c2 .mini_msg, .minicart_c2 .mini_item_count, .minicart_c2 .mini_subtotal {
  color: #fff !important;
}
#yfc_close_btn {
  color: #fff !important;
}
#yfc_accessbar {
  width: auto !important;
}

/*** Quantity Pricing Table ***/

#qty-price-table {
  border: 1px solid #ccc;
  font: 13px arial;
}
.qty-title {
  font: bold 13px arial;
}

.contact-form-wrapper{
  width: 80%;
  border: 1px inset #626262;
  padding: 15px;
  margin: 0 auto;
}
ol{
  margin-left: 17px;
}

