/* @group Product Pages */


#products #content {
	width: 1000px;
	margin-left: 0;
	margin-right: 0;
}

div.header_bar {
	background: url(../images/header_btm_bg.jpg) no-repeat 0 -1px;
	width:1000px;
	padding:25px 0px 0px 0px;
	height: 82px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:32px;
	font-weight:normal;
	border-top: 1px solid silver;
	
}

#products .entry-title {
	color: silver!important;
	height: 35px;
	background: #FFF url(../images/header_btm.jpg) no-repeat 0 -109px;
	text-indent: -9999px;
	white-space: nowrap;
}

#products img {
	border-style: none;
}

#products h4 {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 10px;
}

#products h5 {
	font-size: 14px;
}

#products p {
	font-size: 14px;
	word-break:hyphenate;
}

.product_video {
	float: left;
	padding: 0px 5px 0px 0px;	
}

.product_video a.thickbox {
	padding: 0px;
	margin: 0px;
}



div.product_header {
	width: 100%;
	float: left;
	margin: 20px 80px;
}

div.image_wrapper {
	width: 1000px;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
}

div.left_column {
	float: left;
	padding-left: 80px;
	padding-right: 28px;
	width: 392px;
	margin-bottom: 100px;
	margin-top: 45px;
}

div.right_column {
	padding-left: 28px;
	padding-right: 80px;
	width: 392px;
	float: left;
	margin-top: 45px;
	margin-bottom: 100px;
}

#products ul.list_left, #products ul.list_right {
	width: 176px;
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-right: 20px;
}

#products li {
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 8px;
}




#products .quotation_outter {
	clear: both;
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background: url(../images/quote_left.jpg) no-repeat;
}



#products .quotation_inner {
	background-color: #feffff;
	border: 1px solid #dce1e4;
	padding: 12px 20px 12px 25px;
	margin-left: 16px;
	border-left-style: none;
}

#products p.quote {
	margin-bottom: 10px;
	font-style: italic;
	color: #657d8f;
}

#products p.name {
	margin: 0;	
	color: #657d8f;
}

#products p.name strong {
	
}



/* AVAYA RED COLORS */
.color.red h4, .color.red h5 {
	color: #CC0000;
}

.color.red p {
	color: #666666;
}


/* SHORETEL ORANGE COLORS */
.color.orange h4, .color.orange h5 {
	color: #e5670b;
}

.color.orange p {
	color: #666666;
}

/* CARRIER SERVICES COLORS */
.color.carrier h4, .color.carrier h5, .color.carrier li {
	color: #0066cc;
}

.color.carrier p {
	color: #666666;
}


/* @end */