/*  ===== pt_dyoproductdetails Notes =====   /
	Styles for the pt_dyoproductdetails pages.
	This page has a three column layout,
*/


/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
#pt_dyoproductdetails #mainContentArea {

	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
}
#pt_dyoproductdetails #content {
	background-color: #FFFFFF;
	display: inline;
	float:left;
	width: 935px;
	text-align:center;
}

#pt_dyoproductdetails #content h2 {
	text-transform: none;
	border: none;
	color:#FFFFFF;
	font-weight:bold;
	margin: 10px 2px;}
	
	
#content #productdetails table {
	padding:5px 55px;
	width:901px; }

#content #productdetails td {
	border:none;
	text-align:left;
	padding:0 25px;
	width:450px;
	color:#FFFFFF;
	vertical-align:top; }

#content #productdetails td ul {
	padding-left:25px;}


#content #productdetails td h2 {
	color:#FFFFFF;
	font-weight:bold;
	background:none;
	text-decoration:none;
 }

#productdetails .flash
{
	text-align:center;
}



.promodiv
{
	z-index:9;
	position:absolute;
	background-color:#fff;
	top:50%;
	width:300px;
	left:50%;
	margin-left:-150px;
	height:auto;
	alpha(opacity=0);
	padding:5px;
	-moz-opacity:.0;
	opacity:.0;
	color:#333;
}
.promodiv .header
{
	width:292px;
	background-color:#4f584f;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	padding:4px;
	height:20px;
	margin-bottom:4px;
}
.promodiv .footer
{
	width:292px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 4px 2px 4px;
	text-align:center;
	margin-top:4px;
	height:20px
}
.techIcons{
	display:inline;
	width:65px;
	height:65px;
	float:left;
}

.techIconInline{
	display:inline;
	width:65px;
	height:65px;
	float:left;
	margin:0px 10px 10px 0px;

}

.dyoBackground{
	background-image: url(../images/grey_nubuck_bg.jpg);
	width: 895px;
	height: 175px;
	color:#FFFFFF;
	padding: 20px 20px 15px 20px;
	margin-bottom: 5px;
	text-align:left;
}
.dyoLeftColumn{
	width:420px;
	color:#FFFFFF;
	padding: 0px 45px 10px 0px;
	text-align:left;
	display:inline;
	float:left;
	font-family:Arial;
	font-size:11px;
}
.dyoRightColumn{
	width:420px;
	color:#FFFFFF;
	padding: 0px 0px 10px 0px;
	text-align:left;
	display:inline;
	float:left;
	font-family:Arial;
	font-size:11px;
}
.dyoRightColumn ul {
	margin: 0px 0px 0px 15px;
	list-style: square;


}

.dyoRightColumn ul li{
	
	list-style: square;


}

H1.dyo {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}






