/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 11px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications {
	background: #f2fff7;
}
.orderEdit, .orderEdit a {
    font-size : 10px; 
    color: #70d250; 
    text-decoration: none;
    font-weight:bold;
    }
    
.orderEdit a:hover {
    color: #70d250; 
    text-decoration: underline; 
    }

html, body {width:100%;padding:0;margin:0;}

BODY {
	color: #000000;
	background: #f8f7f9;	
	background-image: url(images/siteimages/backgroundsprites.gif);
	background-position:0 -100px;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, sans-serif;
	}

A {
	color: #000000;
	/*text-decoration: none;*/
}

A:hover {
  color: #FF0000;
  text-decoration: underline;
}

P {
    /*margin-top:0;*/
    }

img {
    margin:0;
    padding:0;
    border:0;
    }

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
  background: url(images/header/header01.gif);
}


TD.headerNavigation {
  /*font-size: 10px;
  background: #2D2D2D;
  color: #ffffff;
  font-weight : bold;
  padding:3px;*/
}

TR.headerNavigation {
 /* background: url(images/header/header01.gif);*/
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  /*background: #2D2D2D;*/
}

TD.footer {
  font-size: 10px;
  background: #2D2D2D;
  color: #ffffff;
  font-weight: bold;
}

.infoBox, .roundBox {
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    -moz-box-shadow:0 2px 4px #CCCCCC;
    -webkit-box-shadow:0 2px 4px #CCCCCC;
    box-shadow:0 2px 4px #CCCCCC;
    border:1px solid #B6B7CB;
    background: #ffffff;
    margin-bottom:3px;
    }
    
.roundBox {
    padding:2px;
    }

#left .infoBox {
    /*width: 190px;
	margin-left:3px;*/
    -moz-border-radius:0 0 8px 8px;
    -webkit-border-radius:0 0 8px 8px;
    border-radius:0 0 8px 8px;
    -moz-box-shadow:0 2px 4px #CCCCCC;
    -webkit-box-shadow:0 2px 4px #CCCCCC;
    box-shadow:0 2px 4px #CCCCCC;
    }
    
#left .infoBoxHeading {
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
    }

.infoBoxContents {
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 18px;
	padding-left: 0px;
}
.infoBoxContents a {
    font-weight: bold;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 14px;
  text-align:center;
  vertical-align:middle;
  font-weight: bold;
  background: #cd131b url(images/siteimages/backgroundsprites.gif) repeat-x;
  background-position:0 0;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #fFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  color: #FF0000;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #FF0000;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 24px;
  font-weight: bold;
  color: #FF0000;
  padding-top:5px;
  text-shadow:#AF0000 0 1px 1px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  /*font-size: 14px;
  line-height: 1.5;*/
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  /*font-size: 10px;
  color: #555577;*/
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  /*width: 100%;*/
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

/* Spec Table for Mobiles, added by richard */

#specTable td {vertical-align: top; padding:2px; border-collapse: collapse;}
#specTable td.specTableDesc {border: solid red 1px;font-weight:bold;}
#specTable td.specTableData {border: solid rgb(217, 217, 217) 1px;}
#specTableCamera {background-color:rgb(247, 246, 241);width:100%;}
#specTableCamera td.specTableDesc {border: none;font-weight:normal; border-width: medium medium 1px; border-style: none none solid; border-color: rgb(241, 240, 229) rgb(235, 233, 237);}
#specTableCamera td.specTableData {border: none; border-width: medium medium 1px; border-style: none none solid; border-color: rgb(241, 240, 229) rgb(235, 233, 237);}

/* -------- CATEGORIES MENU ------------- */
#nav * {
	z-index:2000;
	}

#nav, #nav ul, #info, #info ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
#nav {width : 180px;}
#nav ul, #info, #info ul {width : 220px;}

#nav li, #info li { /* all list items */
	position : relative;
	float : left;
	line-height : 24px;
	margin-bottom : 0px;
	width: 220px;
	background-color : #FFFFFF;
	text-indent: 5px;					
}

#nav li ul, #info li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 177px;
	margin-top : -27px;
	border: 1px solid #b6b7cb;
}


#nav li ul ul, #info li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-bottom: -1px;
	margin-left : 219px;
}

#nav li a, #info li a {
	width: 218px;
	display : block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration : none;
	border : 0px solid #d9d9da;
	padding : 0;
    }
.cat_lev_0, .link_lev_0 {width:178px !important;} /* keep first list small */

#nav li:hover, #info li:hover {
    background-position: 0 0; /* IE7 Hover fix */
}

#nav li a:hover, #nav li a.daddy:hover, #info li a:hover, #info li a.daddy:hover {
	font-weight: bold;
	color : #FF0000;
	background-color : #f5f5f6;
}
/* {width: 178px;}*/
#nav li a.daddy:hover, #info li a.daddy:hover, #nav li a:hover, #info li a:hover {width: 218px;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #info li:hover ul ul, #info li:hover ul ul ul, #info li.sfhover ul ul, #info li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #info li:hover ul, #info li li:hover ul, #info li li li:hover ul, #info li.sfhover ul, #info li li.sfhover ul, #info li li li.sfhover ul { /* lists nested under hovered list items */
	left: 1px;
}

	
/* Menu items with subcategories */	
#nav li a.daddy, #info li a.daddy {
	background: url(images/infobox/cat_arrow.gif) center right no-repeat;
}

/* Selected items with subcategories */	
#nav li.selected, #info li.selected {
    background-color: #f5f5f6;
}
/* ------------------------------- END CATEGORIES MENU */

/* specials sidebar */

.specialsTitle {
    color:#FF0000;
    font-size:16px;
}

.specialsDesc {
    font-size:12px;
}

.specialsPrices {
    font-size:14px;
}

/* breadcrumb */
.breadcrumb, #breadcrumb {font-size:0.6em;/*margin-bottom:1em;*/}
/*.breadcrumbCurrent {font-weight:bold;color:red;font-size:1.3em;}*/

#bodycontainer {
    width:980px;
    margin-left:auto;
    margin-right:auto;
	}

#header {
    width:100%;
    /*height:100%;*/
	background: white url(images/banners/Banner02.gif) no-repeat;
    /*background-color:white;*/
	/*background-image: url(images/siteimages/productCluster.gif);
	background-repeat:no-repeat;
	background-position:right bottom;*/
    /*vertical-align:top;*/
    position:relative;
    /*border-bottom:solid 1px #b6b7cb;*/
	}
	
#header a, #breadcrumb a, .breadcrumb a {
    text-decoration:none;
    }
    
#header a:hover, #breadcrumb a:hover, .breadcrumb a:hover {
    text-decoration:underline;
    }
	
#headerTopLinks {
    position:absolute;
    right:10px;
    top:5px;
    font-size: 10px;
    color:#000;
    }
    
#headerTopLinks a {
    color:#000;
    }

H1 {
    color:Red;
    font-weight:bold;
    font-size:24px;
    margin-top:5px;
    text-shadow:#AF0000 0 1px 1px;
    }

.main H1 {/*color:Red;font-weight:bold;font-size:1.3em;*/
    margin-top:5px;
    margin-bottom:0;
    }

#logo {
    margin:0;
    }

#logo a {
   color:Red;
   /*position:relative;
   display:block;
   overflow:hidden;*/
   }

#search {
    position: absolute; 
    top:  54px; 
    right: 0; 
    padding:10px;
    padding-bottom:10px;
    vertical-align: text-top;
    font-size:1.4em;
    }
	
#search .textinput {/*background-color:Transparent; background-image: url(images/siteimages/whiteTransparent90.png);*/ 
    border:solid 1px #b6b7cb;
    margin-right:72px;
    padding:2px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    /*vertical-align:bottom;*/
    }
.inputButtonImage {position:absolute;right:0;bottom:0;margin-right:10px;margin-bottom:10px;}

/* main navigation */

#headerNav {
    position: relative;
    }

#headerNav01 {
    background: url(images/siteimages/backgroundsprites.gif) repeat-x; 
    background-position:0 -50px;
    /*position: relative;
    vertical-align:middle;
    vertical-align:text-top;*/
    /*width: 100%;*/
    height:44px;
    font-size:14px;
    font:Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    }
    
#headerNav01_list {
 height: 44px;
 margin: 0; 
 padding: 0;
 position: relative;
}
#headerNav01_list li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#headerNav01_list li, #headerNav01_list a {height: 44px; display: block;}

#nav_contact {left: 20px; width: 87px; background: transparent url('images/siteimages/sprites.gif') -110px -4px no-repeat;}
#nav_warranty {left: 128px; width: 76px; background: transparent url('images/siteimages/sprites.gif') -210px -4px no-repeat;}
#nav_payment {left: 225px; width: 73px; background: transparent url('images/siteimages/sprites.gif') -400px -4px no-repeat;}
#nav_shipping {left: 319px; width: 72px; background: transparent url('images/siteimages/sprites.gif') -300px -4px no-repeat;}
#nav_policies {left: 412px; width: 64px; background: transparent url('images/siteimages/sprites.gif') -10px -4px no-repeat;}
#nav_account {left: 497px; width: 91px; background: transparent url('images/siteimages/sprites.gif') -490px -4px no-repeat;}
#nav_manuals {left: 610px; width: 70px; background: transparent url('images/siteimages/sprites.gif') -590px -4px no-repeat;}

#nav_contact a:hover {background: transparent url('images/siteimages/sprites.gif') -110px -54px no-repeat;}
#nav_warranty a:hover {background: transparent url('images/siteimages/sprites.gif') -210px -54px no-repeat;}
#nav_payment a:hover {background: transparent url('images/siteimages/sprites.gif') -400px -54px no-repeat;}
#nav_shipping a:hover {background: transparent url('images/siteimages/sprites.gif') -300px -54px no-repeat;}
#nav_policies a:hover {background: transparent url('images/siteimages/sprites.gif') -10px -54px no-repeat;}
#nav_account a:hover {background: transparent url('images/siteimages/sprites.gif') -490px -54px no-repeat;}
#nav_manuals a:hover {background: transparent url('images/siteimages/sprites.gif') -590px -54px no-repeat;}
    
/* main content */

#pageContainer {
    background-color:#FFFFFF;
    overflow:hidden;
    width:980px;
    padding:5px 0 15px 0;
    }

#main {
	float:right;
	width:775px;
	margin-top:5px;
	margin-right:5px;
	display:inline;
	}
	
#left {
	float:left;
	width:197px;
	margin-left: 3px;
	display:inline;
	}

/*#headerNavigation {
    position: absolute; 
	with: 1000px;
    top: 0; 
    right: 0; 
    padding:10px;
    vertical-align:middle;
    font-size:0.6em;
    }*/

#miniCart {
    /*position:absolute;
    right:10px;
    top:70px;
    text-align:right;*/
    position:absolute;
    top:14px;
    right:13px;
    /*float:right;
    padding-right:10px;
    padding-top:11px;*/
    }
    
#miniCartContainer {
    /*width:200px;
    padding:4px;*/
    }
    
#miniCartSimple {
    font-size:12px;
    color:White;
    }
    
#miniCartSimple a {
    color:White;
    }
    
.miniCartSimpleLink {
    padding-left:20px;
    background: transparent url('images/siteimages/cartIcon.gif') no-repeat scroll left center;
    }

#miniCartDetailsContainer {
  top:-14px;
  right:-13px;
  position: absolute;
  z-index:500;
  width:260px;
  }

#miniCartDetails .miniCartSimpleLink {
    background: transparent url('images/siteimages/cartIcon_over.gif') no-repeat scroll left center;
    font-weight:normal;
    font-size:12px;
    padding-right:8px;
    }
    
#miniCartDetails {
    /*visibility:hidden;*/
    position:relative;
    }
    
.on-top {z-index: 10000;}
    
#miniCartDetails .infoBoxContents {
    font-size:12px;
    }
    
#miniCartDetails .infoBoxContents a {
    font-weight:normal;
    }
    
.miniCartPrice {
    padding-right:8px;
    }
    
.miniCartSeparator {
    margin:2px 0 4px;
    background-color:#e2e2ea;
    }
    
#productHeader H1/*, #productHeader H2, #productHeader H3*/ {
    font-size:24px;
    color:Red;
    margin-top:5px;
    margin-bottom:0;
    }

#productShortDesc {
    font-size:12px;
    margin-bottom:5px;
    }

#productHeader H3 { /* was model */
    font-size:0.6em;
    margin-bottom:5px;
    }
    
#productInfo {
    float:left;
    margin-bottom:20px;
    overflow: hidden;
    }
    
#networkLogos {font-size:0.7em;}
#networkLogos img {
    vertical-align:middle;
    margin-left:10px;
    margin-bottom:1px;
    }
    
#productPrice {
    text-align:right;
    /*line-height:1.4em;*/
    float:right;
    margin-bottom:20px;
    margin-left:5px;
    margin-top:5px;
    }
    
#productPriceCurrent {
    font-size:24px;
    color:Red;
    font-weight:bold;
    text-shadow:#AF0000 0 1px 1px;
    padding-right:15px;
    background: transparent url(images/siteimages/inc_gst.gif) no-repeat right 5px;
    }
    
#productPrice sup {font-size:0.4em;}
    
#productStock {
    font-size:12px;
    margin-bottom:5px;
    }

#productImage {
  width:400px;
  text-align:center;
  }

#productDescription, #productHeader, #productFooter {width:100%;overflow:visible;}

#video {
    clear:both;
    float:right;
    font-size:0.7em;
    text-align:center;
    margin:7px 0 15px 15px;
    }
    
#video img {opacity:0.6;}
#video img:hover {opacity:1;}

#nyroModalFull {
    /*z-index:5000 !important;*/
    }

#productMain {clear:left;}

/*#productDescription H2, #productFeatures H2, #productsSpecification H2, #manualsInfo */H2 {
  font-size:18px;
  color:#234;
  text-shadow:#AAB4B4 0 1px 1px;
  }
/*#productDescription H3, #productFeatures H3, #productsSpecification H3, #manualsInfo */H3 {
  font-size:17px;
  color:#456;
  text-shadow:#AAB4B4 0 1px 1px;
  }
/*#productDescription H4, #productFeatures H4, #productsSpecification H4, #manualsInfo */H4 {
  font-size:16px;
  text-shadow:#AAB4B4 1px 1px 1px;
  }

#productFooter {padding-top:20px;clear:both;}

#notfound {text-align:center;margin:50px;}
#notfound img {vertical-align:middle;}


#tags {
    margin-bottom:15px;
    overflow:auto;
    }

.freedelivery img, .oneyearwarranty img, .nohiddenfees img {
    visibility:hidden;
    }
    
.freedelivery {
    width:216px;
    background:transparent url("images/siteimages/tags/tagImageFreeDelivery.gif") no-repeat scroll left top;
    }
   
.oneyearwarranty {
    width:173px;
    background:transparent url("images/siteimages/tags/tagImageOneYearWarranty.gif") no-repeat scroll left top;
    margin:0 6px;
    }
    
.nohiddenfees {
    width:148px;
    background:transparent url("images/siteimages/tags/tagImageNoHiddenFees.gif") no-repeat scroll left top;
    }
    
#tags div {
    float:left;
    height:24px;
    overflow:hidden;
    }

/* phpList */    
.required {color:#ff0000;}

.attributename {}

/* footer */
#footer {
    clear:both;
    }

#footerblock {
  padding:10px 10px;
  font-size: 10px;
  background: url('images/footer/footer.gif') no-repeat;
  color: #ffffff;
  font-weight: bold;
  margin-bottom:30px;
  }

#footerinfo {
    font-size: 10px;
    text-align:center;
	text-decoration:none;
    }

/* newsletter footer */
#newsletter {
    text-align:right;
    background:#fff url('images/siteimages/newsletter/subscribe_wide.gif') no-repeat left center;
    border-top:solid 1px #b6b7cb;
    border-bottom:solid 1px #b6b7cb;
    padding:5px;
    padding-left:322px;
    }
    
#newsletter .textinput {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    /*border:solid 1px #b6b7cb;
    color: #6F6F6F;
    background:#fff;*/
    padding:2px;
    }
    
.clearFieldBlurred {  
    background:#fff;  
    color: #6F6F6F;  
    border:solid 1px #b6b7cb;  
    }
    
.clearFieldActive {  
    border:solid 1px #4a4a92;  
    background:#f8f8f9;  
    color:#000;  
    }  

    
/* general, used on front page */
.logotext {
    color:Red;
    font-weight:bold;
    }

#categoryimages {
    clear:both;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    -moz-box-shadow:0 2px 4px #CCCCCC;
    -webkit-box-shadow:0 2px 4px #CCCCCC;
    box-shadow:0 2px 4px #CCCCCC;
    border:1px solid #B6B7CB;
    padding:10px 0px 10px 0px;
    background-color:#FFFFFF;
    height: 400px;
    width: 770px;
    margin-left:3px;
    margin-bottom:10px;
    }
    
#categoryimages img {
    margin:1px;
    float:left;
    }
    
/* product listings */
#productListing {
  font-size:11px;
  margin-right:-5px;
  }

#productListing .productListing-odd, #productListing .productListing-even {
  /*
  width:367px;
  height:150px;
  padding:8px;
  */
  width:383px;
  height:166px;
  float:left;
  display:inline; /* ie6 fix */
  margin-bottom:5px;
  border:1px solid #b6b7cb;
  -moz-border-radius:0 0 8px 0;
  -webkit-border-radius:0 0 8px 0;
  border-radius:0 0 8px 0;
  -moz-box-shadow:0 2px 4px #CCCCCC;
  -webkit-box-shadow:0 2px 4px #CCCCCC;
  box-shadow:0 2px 4px #CCCCCC;
  position:relative;
  /*z-index:100;*/
  }
  
#productListing .productListing-odd {
  margin-right:5px;
  }
    
#productListing .productListing-image {
  width:140px;
  height:140px;
  position:absolute;
  top:8px;
  left:8px;

  }
  
#productListing .productListing-name {
  position:absolute;
  top:8px;
  left:155px;
  font-weight:bold;
  text-shadow:1px 1px 1px rgba(175, 0, 0, 0.25);
  }
  
#productListing .productListing-name a {
  text-decoration:none;
  }
  
#productListing .productListing-name a:hover {
  text-decoration:underline;
  }
    
#productListing .productListing-description {
  color:#557;
  position:absolute;
  top:50px;
  left:155px;
  }
    
#productListing .productListing-price {
  position:absolute;
  bottom:27px;
  right:5px;
  text-align:right;
  font-size:10px;
  color:#888;
  }
    
#productListing .productListing-priceOld {
  padding-right:15px;
  }
    
#productListing .productListing-priceBig {
  font-size:13px;
  font-weight:bold;
  color:#000;
  background: transparent url(images/siteimages/inc_gst.gif) no-repeat right 3px;
  padding-right:15px;
  }

#productListing .productListing-button {
  position:absolute;
  bottom:0px;
  right:-3px;
  text-align:right;
  }

#productListing .productListing-quantity {
  position:absolute;
  bottom:0px;
  right:136px;
  height:25px;
  text-align:right;
  }
    
#productListing .productListing-networks {
  position:absolute;
  bottom:5px;
  left:0px;
  width:128px;
  text-align:right;
  /*z-index:20;*/
  }
  
#productListing .productListing-networks img {
  padding-left:5px;
  }
    
    
/* carousel */

#slideshow {
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	color: #fff;
	display: none;
	}

#slideshow span {
	display: none;
	}

#carouselwrapper {
	/*max-height: 402px;*/
	width: 749px;
	/*padding:5px 17px 54px 16px;
	background-image: url(/images/refresh/carousel/images/carousel-tile.jpg);*/
/*	} #carouselwrapper {*/
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  -moz-box-shadow:0 2px 4px #CCCCCC;
  -webkit-box-shadow:0 2px 4px #CCCCCC;
  box-shadow:0 2px 4px #CCCCCC;
  border:1px solid #B6B7CB;
  padding:10px;
  background-color:#FFFFFF;
  height: 402px;
  margin-left:3px;
  margin-bottom:10px;
  position:relative;
  /*z-index:0;*//*ie 6 z-index fix*/
  }

* html #carouselwrapper{
	/*padding:5px 17px 18px 16px;*/
	}

#carouselwrapper * {
	margin: 0;
	padding: 0;
	}

#fullsize { /* slider image big */
	position: absolute;
	/*top:10px;
	left:10px;ie7*/
	width:600px;
	height:402px;
	background: #ccc;
	overflow: hidden;
	/*float: left;ie7*/
	}

#information {
	/*position: absolute;ie7*/
	bottom: -1px;
	width: 473px;
	height: 0;
	background: #000;
	color: #fff;
	overflow: hidden;
	/*z-index: 100;*/
		/* internet explorer */
	-khtml-opacity: 0.7;
	     /* khtml, old safari */
	-moz-opacity: 0.7;
	     /* mozilla, netscape */
	opacity: 0.7;
	     /* fx, safari, opera */
	}

#information h3 {
	padding: 13px 13px 6px 13px;
	font-size: 16px;
	}

#information p {
	padding: 0px 13px 15px 13px;
	line-height: 1.5em;
	}

#information a:link, #information a:active, #information a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

#information a:hover {
	color: #1cb3f2;
	text-decoration: none;
	font-weight: bold;
	}

#image { /* slider big image container */
	width: 600px;
	}

#image img {
	position: absolute;
	z-index: 25;
	width: auto;
	}

.imgnav {
	position: absolute;
	width: 45px;
	height: 402px;
	cursor: pointer;
	z-index: 150;
	}

#imgprev {
	left: 0;
	height: 402px;
	background: url(images/carousel/left.gif) left 177px no-repeat;
	}

#imgnext {
	right: 0;
	height: 402px;
	background: url(images/carousel/right.gif) right 177px no-repeat;
	}

#imglink {
	position: absolute;
	height: 402px;
	width: 100%;
	z-index: 100;
	background-color:black;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0; /* khtml, old safari */
	-moz-opacity: 0; /* mozilla, netscape */
	opacity: 0; /* fx, safari, opera */
	}
	
#imglinknoscript a {
	position: absolute;
    height: 402px;
    width: 600px;
    /*background-image:url('images/carousel/subscribe.jpg'); moved to slider.php*/
	filter: alpha(opacity=1); /* internet explorer */
	-khtml-opacity: 1; /* khtml, old safari */
	-moz-opacity: 1; /* mozilla, netscape */
	opacity: 1; /* fx, safari, opera */
	z-index:300;
    }

.linkhover {
	/*background: url(/images/refresh/carousel/images/link.gif) center center no-repeat;*/
	}

#thumbnails {
	margin-top: 0px;
	/*width: 100%;ie7*/
	}

#slideleft {
	display: none;
	width: 20px;
	height: 81px;
	/*background: url(/images/refresh/carousel/images/scroll-left.gif) center center no-repeat;*/
	background-color: #222;
	}

#slideleft:hover {
	background-color: #333;
	}

#slideright {
	display: none;
	width: 20px;
	height: 81px;
	/*background: #222 url(/images/refresh/carousel/images/scroll-right.gif) center center no-repeat;*/
	}

#slideright:hover {
	background-color: #333;
	}

#slidearea { /* slider thumb container */
    margin-left: 0px;
	width: 139px;
	/*padding: 10px 0px;*/
	float:right;
	}

#slider {
    width: 139px;
    }

#slidearea img{
	cursor: pointer;
	border: 3px solid #ccc;
	padding: 0px;
	margin-bottom:10px;
	}

#slidearea img:hover {
	cursor: pointer;
	border: 3px solid #1cb3f2;
	padding: 0px;
	}
	
#competitionWinners {
    clear:both;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    -moz-box-shadow:0 2px 4px #CCCCCC;
    -webkit-box-shadow:0 2px 4px #CCCCCC;
    box-shadow:0 2px 4px #CCCCCC;
    border:1px solid #B6B7CB;
    padding:0px 10px;
    background-color:#FFFFFF;
    margin-left:3px;
    margin-bottom:10px;
    }
    
#competitionWinners h4 {
    margin-top:10px;
    }
    
/* Warranty Page */

#extendedwarrantytable {background-color:#f5f5f6;}
#extendedwarrantytable td, #extendedwarrantytable th {padding-right:20px;border-bottom:solid 1px white;}
#extendedwarrantytable .nonedge {padding-right:0;}
#extendedwarrantytable .leftedge {padding-left:20px;}

/* product page tabs */

#productTabs {
    margin-top:15px;
    clear:both;
    }

#productTabsContent, #productFeatures, #productSpecification, #productManuals {
    clear:both;
    }

#productSpecification {
    overflow:auto;
    }

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs .ui-tabs-hide {
     display: none;
}

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/* Component containers
----------------------------------*/
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { /*border: 1px solid #aaaaaa*/; background-color: #ffffff/*{bgColorContent}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border-bottom: 1px solid #B6B7CB/*{borderColorHeader}*/; background: -moz-linear-gradient(center top , white 80%, #EEEEEE 95%, #ddd); color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
#productTabsList a:focus {outline:none;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background-color: #e6e6e6/*{bgColorDefault}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background-color: #dadada/*{bgColorHover}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #B6B7CB/*{borderColorActive}*/; background-color: #ffffff/*{bgColorActive}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
/*.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }*/

/* Manuals */

#manualsListingProductsTable td {
  padding: 10px 0 15px 0;
  -moz-border-radius:0 0 8px 0;
  -webkit-border-radius:0 0 8px 0;
  border-radius:0 0 8px 0;
  -moz-box-shadow:0 2px 4px #CCCCCC;
  -webkit-box-shadow:0 2px 4px #CCCCCC;
  box-shadow:0 2px 4px #CCCCCC;
  border:1px solid #B6B7CB;
  background: #ffffff;
  margin-bottom:3px;
  font-size: 10px;
  }

#manualsProduct {
  float:none;
  padding:5px;
  height:140px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  -moz-box-shadow:0 2px 4px #CCCCCC;
  -webkit-box-shadow:0 2px 4px #CCCCCC;
  box-shadow:0 2px 4px #CCCCCC;
  border:1px solid #B6B7CB;
  display:inline-block;
  margin-bottom:15px;
  }
  
#manualsProductImage {
  float:left;
  padding-right:5px;
  height:140px;
  width:140px;
  }
  
#manualsProductAvailable {
  padding-top: 40px;
  position:relative;
  height:140px;
  width:500px;
  }
  
#manualsProductAvailableLink {
  position:absolute;
  right:20px;
  top:75px;
  }
  
#manualsInfo {
  margin-bottom:50px;
  }
  
#manualsInfoTable {
  width:100%;
  font-size:10px;
  }
  
#manualsInfoTable a {
  font-size:16px;
  }
  
#productDisclaimer, #getPDFReader {
  font-size:12px;
  }
  
#getPDFReader img {
  float:left;
  padding-right:10px;
  }
  
#productDisclaimer {
  clear:both;
  margin-top:100px;
  }
  
.listingFilters {
  font-size:12px;
  }
