a { 
	color: #e00009; 
	outline: none; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

/* header classes */
.header {
	color: #4c4c4
	font-weight: bold;
	font-size:12px;
}

.contactPolycom {
	color: #ffffff;
	font-size:8pt
}

a.contactPolycom:hover {
	color: #FF0000;
	text-decoration: underline; 
}

.pipe {
	color:#FF0000;
	font-weight:bold;
}

#requirementsText {
	font-weight:bold;
	font-size:10pt;
	position: absolute;
	top: 1px;
	left: 13px;
	z-index: 1;
}

#requirementsShadow {
	font-weight:bold;
	font-size:10pt;
	color: #CCCCCC;
	position: absolute;
	top: 2px;
	left: 13px;
	z-index: 0;
} 

#availableProductsText {
	font-weight:bold;
	font-size:10pt;
	color: #FFFFFF;
	position: absolute;
	top: 1px;
	z-index: 1;
}

#availableProductsShadow {
	font-weight:bold;
	font-size:10pt;
	position: absolute;
	top: 2px;
	z-index: 0;
} 





#productRecommendationForm div {
	padding:5px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('../images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* product grid */
.polycomProduct {
	cursor:pointer;
	cursor:hand;
	font-size:10px;

}


/* overlay & tabs */
.productTabs #t1  { background-position: 0 0; width:158px;}
.productTabs #t2  { background-position: -158px 0; width:162px; }
.productTabs #t3  { background-position: -319px 0;  width:288px;}
 
.productTabs #t1.current { background-position:      0 -28px; width:158px;}
.productTabs #t2.current { background-position: -158px -28px; width:162px; }
.productTabs #t3.current { background-position: -319px -28px; width:288px;}

/* panes */
.productOverlay {
	background:transparent url('../images/tab_bottom.gif') no-repeat;		
	width:608px;
	height:311px;	
}

/* single pane */
.productOverlay div {
	display:none;	
	margin-top:25px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}

/* h2 inside pane */
.productOverlay div .overlayHeader {
	font-size:16px;
	font-weight:bold;
}

.productOverlay div ul {
	list-style-type:square;
	padding-left:25px;
	margin-left:8px;
	line-height:8px;
	}

.productOverlay div li {
	margin-left:0px;
	margin-bottom:10px;
	line-height:12px;
}

.productTabs {  
	margin:0 !important; 
	padding:0;
	width:608px;
	height:28px !important;
}

.productTabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

.productTabs a.current	{ 
	cursor:default; 
}

/* footer */
.footer {
	width:100%;
	padding-left:15px;
	color:#ffffff;
	position:relative; /* important for links to function */
}

