/*******************************************************************************
** Tag overrides.
** Override HTML tag look and feel
*******************************************************************************/

body {
  margin: 0em;
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000
}

td, th {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

img, image  {
    border: 0;
}

select, input {
	font-size: 11px;
    background-color: #ffffff;
}

a {
	color: #00315A;
	text-decoration: none;
}

a:hover {
	color: #00315A;
	text-decoration: underline;
}

/*******************************************************************************
** Font classes.
** Define your font looks here.
*******************************************************************************/

.normal {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.normal:link { 
	text-decoration:underline;
}
.normal:active { 
	text-decoration:underline;
}
.normal:visited { 
	text-decoration:underline;
}
.normal:hover {
	text-decoration: none;
}

.link:link {
	font-color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.link:hover {
	font-color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.LogoffLink {
	color: #00315A;
	font-size: 11px;
	text-decoration: underline;
}

.fine {
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
}

.error {
	font-family: Arial;
	font-size: 11px;
	color: #e60000;
	font-weight: bold;
}

.moneyTotal {
	font-weight: bold;
}

.successful {
	font-family: Arial;
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}

.label {
	font-color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.labelnotrequired {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.labelnotrequired a {
	color: #00315A;
	text-decoration: underline;
}

.amount {
	font-family: Arial;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.additemLink {
    font-size:12px;
	font-family: Arial;
	text-decoration: none;
	font-weight:bold;
}

.additemLink a {
    color: #00315A;
	text-decoration: none;
}

.additemLink .innerLabel {
	position: relative;
	top: -10px;
}

.additemLink .innerInput {
	width: 2em;
	font-size: 10px;
	text-decoration: none;
}

.additemLink .buttonAdditemLink {
	color: #00315A;
	text-decoration: none;
	white-space: nowrap;
}

.additemLink .buttonAdditemLink a {
	color: #00315A;
	text-decoration: none;
}

.additemLink .buttonAdditemText {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00315A;
	text-decoration: none;
	position: relative;
	top: -10px;
}

.additemLink .buttonAdditemText a {
	color: #00315A;
	text-decoration: none;
}

.additemWBreakLink {
  font-size:11px;
	font-family: Arial;
	text-decoration: none;
	font-weight:normal;
}

.additemWBreakLink a {
  color: #00315A;
	text-decoration: none;
}

.additemWBreakLink .innerInput {
	width: 2em;
	font-size: 10px;
	text-decoration: none;
}

.additemWBreakLink .buttonAdditemLink {
	color: #00315A;
	text-decoration: none;
	white-space: nowrap;
}

.additemWBreakLink .buttonAdditemLink a {
	color: #00315A;
	text-decoration: none;
}

.additemWBreakLink .buttonAdditemText {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00315A;
	text-decoration: none;
	position: relative;
}

.additemWBreakLink .buttonAdditemText a {
	color: #00315A;
	text-decoration: none;
}

.buttonLink {
	font-weight: bold;
	color: #af0000;
	text-decoration: none;
	white-space: nowrap;
}

.buttonLink a {
	color: #af0000;
	text-decoration: none;
}

.buttonLink .buttonText {
	font-family: Arial;
	font-size: 13px;
	color: #af0000;
	text-decoration: none;
}

.buttonLink .buttonText a {
	color: #af0000;
	text-decoration: none;	
}

.buttonLink .buttonBigText {
	font-family: Arial;
	font-size: 13px;
	color: #af0000;
	text-decoration: none;
	position: relative;
	top: -10px;
}

.buttonLink .buttonBigText a {
	color: #af0000;
	text-decoration: none;	
}

.regularSmall {
	font-family: Arial;
	font-size: 10px;
}

.regularSmallRed {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.serviceNav {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.serviceNav a {
	color: #000000;
	text-decoration: underline;
}

.serviceNav a:hover {
	color: #000000;
	text-decoration: none;
}

.storeNav {
	font-family: Arial;
	font-size: 11px;
	color: #EF3942;
	text-decoration: none;
	border-collapse: collapse;
}

.storeNav2 {
	border-collapse: collapse;
}

.storeNav2 td {
	padding: 0px 0px 0px 0px;
	color: #636363;
}

.storeNav2 a {
	color: #636363;
	text-decoration: none;
}

.storeNav2 a:hover {
	color: #000000;
	text-decoration: underline;
	background-color:#F2F4DA;
}

.storeNav a {
	color: #EF3942;
	text-decoration: none;
}

.storeNav a:hover {
	color: #EF3942;
	text-decoration: underline;
}

.storeNavRed, .storeNavRed a {
	font-family: Arial;
	color: #00315A;
	text-decoration: none;
	font-size: 10px;
}

.footer {
	font-size: 9px;
}

.storeName {
	font-size: 15px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}

.miniBasketLabel {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	background-color:#f0ebef;
	text-decoration: none;
}

.miniBasketLabel:hover {
	text-decoration:underline;
} 

.miniBasketShop, miniBasketShop:hover {
	font-family: Arial;
	font-size: 11px;
	color:#00315A;
	text-decoration: underline;
}

.pageTitle {
	font-size: 13px;
	font-family: Arial;
	background-color:#F4F5F6;
	color: #FF0303;
	font-weight: bold;
	padding-left:14px
}

.moreinfo,.moreinfo:hover {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.productDescription {
    font-size:12px;
	font-family: Arial;
    font-weight:bold;
    color: #CD0000;
}

.productInfo {
    font-size:11px;
	font-family: Arial;
    color: #000000;
}

.productInfo a {
  font-size:11px;
	font-family: Arial;
  color: #000000;
	text-decoration: underline;
}

.producttext {  
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

a.productlink {  
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

a.productlink:hover {  
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: underline;
}

.retail {
	font-size:11px;
	font-weight:normal;
	color:#666666;
}

.price {
	font-size:12px;
	color:#FF0303; 
	font-weight:bold; 
}

.saleprice {
	font-size:11px;
	color:#BA0C08; 
	font-weight:bold; 
}

.home_config_header { 
	color:#FFA400; 
	font-size:12px; 
	font-weight:bold; 
}

.searchDescription {
    font-size:12px;
	font-family: Arial;
    font-weight:bold;
    color: #000000;
}

.inputText {
	font-size: 11px;
	width: 150px;
}

.inputNumeric {
}

.inputPhone {
}

.basketCalculator {
	padding:10px;
}

.basketCalculator .innerInput {
	font-size: 11px;
	width: 40px;
}

.basketCalculator .shipping 
{
	font-family:Courier New;
	font-size: 12px;
	width: 272px;
	padiing-bottom:4px;
	padiing-right:4px;
}

.basketCalculator_header {
	font-size:11px;
	height:24px;
	background-color:#EFEFEF;
	color:#333333;
	font-weight:bold;
}

/*******************************************************************************
** Layout classes.
** These classes define the layout of the store. Put any of the table structure
** control here.
*******************************************************************************/

/* NETGEAR SPECIFIC */

.newheader_purplebkgd { 
	background-color:#00315A 
}
	
.newheader_graybkgd { 
	background-color:#666F74 
}
	
.new_ltgraybkgd { 
	background-color:#CCCCCC 
}
	
/* NETGEAR SPECIFIC */


.mainForm {
    margin: 0px;
    padding: 0px;
}

.tableLayout {
	padding: 0px;
	width: 985px;
	background-color: #ffffff;
}

.tableLayout2 {
	padding: 0px;
	width: 840px;
  background-color: #ffffff;
	float: none;
	border-collapse: collapse;
	vertical-align: top;
	text-align:left;
}

.tableLayoutHeaderCell {
	width: 862px;
	height: 70px;
	padding: 0px;
	vertical-align: top;
  background-color: #ffffff;	
}



.tableLayoutBodyCell {
	width: 537px;
  	background-color: #ffffff;
	text-align: center;
}

.tableLayoutRightNavCell {
	width: 100%;
	vertical-align: top;
	padding-left: 8px;
	padding-right:10px;
}

.tableLayoutFooterCell {
	padding: 0px;
	width: 449px;
	background-color: #ffffff;
	text-align: left;
	vertical-align:top;
	padding-top: 0px;
}

.tableStoreHeader {
	width: 100%;
	height: 70px;
  background-color: #ffffff;
}

.tableLeftNav {
	width: 139px;
}

.tableBody {
	width: 537px;
	background-color: #ffffff;
	text-align: center;
}

.tableRightNav {
	width: 100%;
}

.tableFooter {
	float: left;
	background-color: #ffffff;
	vertical-align: top;
}

.languageChooser {
    font-size: 10px;
    float: right;
	color: #666666;
	text-decoration: none;
}

.languageChooser a {
	color: #00315A;
	text-decoration: underline;
}

.languageChooser select {
    font-size: 10px
}

.redLine {
	width: 40px;
}

.greyDots {
	width: 560px;
	height: 1px;
}

.simpleSearchButton {
    text-align: left;
		padding-left:3px;
}

.simpleSearch .innerInput {
  font-size: 10px;
	width: 177px;
}

.simpleSearch {


}

#SearchText{

}

.prodfinder select {
	width: 179px;
	font-size: 10px;
}

.updateqtyLink .innerInput {
	vertical-align: middle;
	width: 3em;
	font-size: 10px;
	margin-bottom: 2px;
	text-decoration: none;
}

.homeContent {
	width: 100%;
}

.bannerContent {
	width: 100%;
}

.homeContent .innerFirstItem {
	width: 50%;
	padding: 3px;
	vertical-align: top;
}

.homeContent .innerItem {
	width: 50%;
	padding: 3px;
	vertical-align: top;
}

.instock, .stocktext {
	color:#006632;
	text-decoration:none;
}

.instock:hover {
	text-decoration:underline;
}

.stock th {
	background-color: #F2F4DA;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding:4px;
}

.stock td {
	font-size: 11px;
	font-family: Arial;
	padding: 10px 10px 10px 10px;
}

.stock td a {
	color: #00315A;
	text-decoration: underline;
}

.emailfriend {
	text-align: left;
    width: 100%;
}

.emailfriend th {
	background-color: #F2F4DA;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding:4px;
}

.emailfriend td {
	font-size: 11px;
	font-family: Arial;
	padding: 10px;
}

.emailfriend td a {
	color: #00315A;
}


.orderHistory {
	width: 100%;
}

.orderHistory a {
	color: #000000;
	text-decoration: underline;
}

.orderHistory th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding:4px;
}

.orderHistory td {
	font-size: 11px;
	font-family: Arial;
	padding: 4px;
}

.lineItems {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	padding:0px;
	line-height:17px;
}

.lineItems th {
	font-size: 10px;
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	padding:0px;
	line-height:17px;
}

.lineItems td {
	font-size: 11px;
	font-family: Arial;
	padding: 0px;
}

.lineItems .descriptionNoH {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
	line-height:16px;
}

.lineItems .description {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.lineItems .description:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.lineItems .footer {
	background-color: #FFFFFF;
	font-color:#000000;
	font-size:9px;
	text-decoration:none;
	height: 3px;
	padding: 0px;
}

.lineItems .divider {
	background-color: #CCCCCC;
	height: 1px;
	padding: 0px;
}

.clearcart, .basketreturn {
	color:#F2F4DA;
	text-decoration: underline;
}

.basket {
}

.basket td {
	font-size: 11px;
	font-family: Arial;
	padding: 4px;
	vertical-align: top;
}

.cartItemTotal {
	font-weight: bold;
}

.couponCalculator {
 	background-color:#CCCCCC
}

.shippingCalculator {
	 background-color:#CCCCCC
}

.miniBasket {
	text-decoration: none;
	text-align: center
}

.miniBasketItems {
	color: #000000;
	font-size: 10px;
}

.searchImage {
	/*width: 88px;
	height: 69px;*/
}

.tableLogon {
	width: 100%;
}

.tableLogonCustomer {
	width: 210px;
	height: 260px;
}

.editAccount {
	width: 100%;
}

.editAccount th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.editAccount td {
	padding: 2px;
	vertical-align: top;
}

.checkout {
	width: 100%;
}

.checkout th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.checkout td {
	padding: 2px;
	vertical-align: top;
}

.checkout .address {
	padding: 4px;
	vertical-align: top;
}


.billing {
	width: 100%;
}

.billing th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.billing td {
	padding: 2px;
	vertical-align: top;
}

.shipping {
	width: 100%;
}

.shipping th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.shipping td {
	padding: 2px;
	vertical-align: top;
}

.addressBook {
	width: 100%;
}

.addressBook th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.addressBook .address {
	width: 180px;
	padding-top: 10px;
	vertical-align: top;
}

.addressBookAddress {
	width: 100%;
}

.addressBookAddress th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}

.addressBookAddress td {
	padding: 2px;
	vertical-align: top;
}

.logon {
}

.logon th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding:4px; 
	padding-left:5px
}

.logon td {
	padding: 2px;
	height: 200px;
	vertical-align: top;
}

.logon td a {
	color: #000000;
}

.logon .footer {
	padding: 20px 4px 4px 4px;
	text-align: right;
	height: 40px;
	text-decoration: none;
}

.orderDetail {
	width:100%;
}

.orderDetail th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}

.orderDetail td {
	padding: 4px;
	vertical-align: top;
}

.orderDetail .address {
	padding: 4px;
	vertical-align: top;
}

.orderCancellation {
	width:100%;
}

.orderCancellation th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}

.orderCancellation td {
	padding: 4px;
	vertical-align: top;
}

.orderReturn {
	width:100%;
}

.orderReturn th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}

.orderReturn td {
	padding: 4px;
	vertical-align: top;
}

.orderReturnSubHeader {
    text-align: center;
    font-weight: bold;
}

.orderMenu td {
    padding: 0px 10px 0px 0px;
}

.receipt {
}

.receipt th {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.receipt td {
	vertical-align: top;
}

.receipt .address {
	padding: 4px;
	vertical-align: top;
}

.receiptItem {
}

.receiptItem th {
	font-family: Arial;
	font-weight: bold;
	background-color: #F2F4DA;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}

.receiptItem td {
	padding: 4px;
	vertical-align: top;
}

.copyright {
}

.copyright td {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.copyright a {
	color: #000000;
	text-decoration: underline;
}

.copyright a:hover {
	color: #000000;
	text-decoration: none;
}

.privacy {
}

.privacy td {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.privacy a {
	color: #00315A;
	text-decoration: none;
}

.privacy a:hover {
	color: #e60000;
	text-decoration: underline;
}

.terms {
}

.terms td {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.terms a {
	color: #00315A;
	text-decoration: none;
}

.terms a:hover {
	color: #FFA400;
	text-decoration: underline;
}

.searchtips {
}

.searchtips td {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.serviceLine {
	background-color: #000000;
	text-align: center
}

.contactus {
}
.contactus td {
	padding: 2px;
}

.contactus_normal {
    font-family: arial,helvetica; 
    font-size:12px;
    font-weight:normal;
    color:#000000;
}

.contactus_bold {
    font-family: arial,helvetica; 
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.contactus_smallmessage {
    font-family: arial,helvetica;
    font-size:11px;
    font-weight:normal;
}

.contactus_thankyou {
    font-family:arial,helvetica;
    font-size:12px;
    font-weight:bold;
    color:#ff0000;
}

.subscribe_smallmessage {
    font-family: arial,helvetica;
    font-size:11px;
    font-weight:normal;
}

.service {
}

.service td {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.service a {
	color: #000000;
	text-decoration: underline;
}

.service a:hover {
	color: #000000;
	text-decoration: none;
}

.errorList {
	width: 95%%;
	background: #efefef;
	background-color: #efefef;
	border: 2px #00315A solid;
}

.errorList td {
	padding: 4px;
	background: #efefef;
	background-color: #efefef;
}

.errorList .innerText {
	font-family: Arial;
	font-size: 11px;
	color: #00315A;
	font-weight: bold;
}

.messageBox {
	width: 95%;
	background: #efefef;
	background-color: #efefef;
	border: 2px #999999 solid;
}

.messageBox td {
	padding: 10px;
	text-align: center;
	background: #efefef;
	background-color: #efefef;
}

.messageBox .innerText {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.messageBox .innerButton {
    font-size: 11px;
    font-weight: normal;
    background-color: #cccccc;
    background: #cccccc;
    color: #000000;
    cursor: hand;
    font-family: Arial;
    text-decoration: none
}


#debuginfo {
    margin: 8em 1em 1em 1em;
    padding: 1em;
    font: italic 10px sans-serif;
    background-color: #eee;
    color: #777;
    border: 1px solid #777;
		width: 700px;
		display: none;
}

#debuginfo p {
    margin: 0;
    padding: 0;
	display: none;
}

/*ShippingFAQ popup*/
.shippingfaq th {
	background-color: #F2F4DA;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding:4px;
}

.shippingfaq td {
	font-size: 11px;
	font-family: Arial;
	padding: 10px 10px 10px 10px;
}

.shippingfaq td a {
	color: #00315A;
	text-decoration: underline;
}

/* Polycom  SPECFIC */
.headertop {
	background-color: #ed2e38;
	color:#FFFFFF;
	font-size: 10px;
}

.headerbot {
	background-color:#00305c;
	color:#FFFFFF;
	font-size:8px;
}

.featured_header {
	background-color:#F4F5F6;
}

.showmore {
	font-size:9px;
	color:#636363;
	text-decoration:none;
}

.showmore:hover {
	font-size:9px;
	color:#636363;
	text-decoration:underline;
}

.feat_descr {
	font-size:10px;
	color:#636363;
	text-decoration:none;
}

.relatedProducts {
	width: 100%;
}

.relatedProducts th {
	background-color: #F2F4DA;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	line-height:17px;
}

.relatedProducts td {

}

a.upsellproductlink {  
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none;
}

a.upsellproductlink:hover {  
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: underline;
}

.red10 {
	font-size:10px;
	color:#FF0000;
}

.basketright_divider {
	background-image: url('//c5.img.digitalriver.com/gtimages/polycom/assets/local/basketright_divider.gif');
}

.maintable_end {
	
	line-height:4px;
}
	
.header_banner {
	background-color:#ADB508;
}

.storeSubNav, td.storeSubNav {
	border-collapse: collapse;
	color: #000000;
	line-height:18px;
	padding-left:6px
}

td.storeSubNav:hover, .storSubNav:hover {
	color: #FFFFFF;
	background-color:#C2C6CE;
	text-decoration: none;
}

.saveCartlink {
	font-family: Arial;
	font-size: 11px;
	color: #EF3942;
	text-decoration: none;
	border-collapse: collapse;
}

.saveCartlink:hover {
	font-family: Arial;
	font-size: 11px;
	color: #EF3942;
	text-decoration: underline;
	border-collapse: collapse;
}

.innerPageLink {
	text-decoration:underline;
}

.innerPageLink:hover {
	text-decoration:none;
}

.innerPageLink:active {
	text-decoration:none;
}

#MiniBasket
{
	border:1px solid #CCCCCC;
	width:220px;
	height:200px;
	align:center;
	margin:auto;
	padding:5px 2px 0px 6px;
}
.nav-bkgd {
	background-image:url(//drh.img.digitalriver.com/DRHM/Storefront/Site/sdebade/cm/images/polycom/nav_bkg.gif);
}
.subnav-bkgd {
	background-image:url(//drh.img.digitalriver.com/DRHM/Storefront/Site/sdebade/cm/images/polycom/subnav_bkgd.gif);
	color: #666666;
	font-weight: bold;
}

.subnav_link {
	color: #666666;
}

