#productTopContainer{
    width:100%;
}

.whichProduct {
	background-image:url(/img/news/news_bg.jpg); 
	background-position:center top; 
	background-repeat:no-repeat;
	padding-top:10px;
}
#productViewContainer {
    width:1200px;
    position:relative;
}
#productViewContainer a {
    outline:none;
}

#productViewTop {
    margin:0 auto;
    /*background-image:url('/img/products/main_product_image.png');*/
    height:478px;
	z-index:-1;
}

#comparisonFlashContainer {
	outline:none;
	width:863px;
	/*height:1198px;*/
	margin: auto;
}

#comparisonViewHead {
    width:425px;
    margin-left:166px;
    margin-top:67px;
	margin-bottom: 50px;
}

#whichLinkContainer {
    width:272px;
    height:39px;
    position:absolute;
    top:60px;
    left:750px;
	
}
#overviewVideoLink {
    position:absolute;
    top:300px;
    left:165px;  
    text-align:center;
}
#overviewVideoLink a {
    color:#FFF;
    font-weight:bold;
    text-decoration:underline;
}

#productViewHead {
    width:425px;
    left:165px;
    top:60px;
    position:absolute;
    text-align:left;
    margin-bottom:10px;
	
}

.productName {
    font-family:Helvetica;
    font-size:30px;
    font-weight:bold;
    line-height:35px;
}
.productSubName {
    font-weight:100;
}
.productSubHead {
    font-family:Verdana;
    font-size:16px;
    line-height:25px;
}
.productButtons {
    margin-top:15px;
}

#productViewLower {
    width:939px;
    margin:0px auto;
}
#productViewLowerTop {
    width:100%;
    height:35px;
}
#productViewLowerBottom {
    width:100%;
    height:12px;
    background-image:url('/img/products/products_panel_bottom.png');
    background-repeat:no-repeat;
}
#productViewLowerMiddle {
    background-image:url('/img/products/products_panel_bg.gif');
    background-repeat:repeat;
    padding-bottom:15px;
    padding-top:30px;
    width:939px;
}

.productDataHidden {
    /*width:939px;*/
    display:none;
}

/* individual product data */

.highlightsContentTable tr td.highlightDataCell {
    color:#a3a2a2;
    font-family:Verdana;
    vertical-align:top;
}
.highlightColumn {
	width:255px;
	margin-left:30px;
    vertical-align:top;
}
.highlightEdgeSpacer {
    width:20px;
}
.highlightsContentTable tr td.highlightSpacer {
    width:0%;
}
.highlightName {
    font-weight:bold;
    font-size:16px;
}

.productOverviewTable {
    width:859px;
    margin:0 30px 0 30px;
    color:#a3a2a2;
    font-family:Helvetica;
}
.productOverviewImage {
	border:1px #999 solid;
	margin: 10px;
}
.productOverviewSpacer {
    width:20px;
}

.productTextElement {
    vertical-align:top;
}


.keyFeaturesTitle {
    font-size:16px;
    font-family:Helvetica;
	font-weight:bold;
	font-style:italic;
    margin-bottom:15px;
}
.keyFeatureName {
    font-weight:bold;
    font-size:14px;
}
.keyFeatureDescription {
    font-weight:normal;
    font-size:14px;
    line-height:20px;
    margin-bottom:25px; 
    margin-top:3px;
	padding-left:10px;
}

.keyFeatureDescription a {
    color:#FFFFFF;
    text-decoration:underline;
}
.keyFeatureDescription ul {
    margin-left:-7px;
}
 
.productPhotoWrap {
    width:900px;
    height:22px;
    margin:0 auto;
    background-repeat:no-repeat;
}
.productPhotosTop {
    background-image:url('/img/products/photos_box_top.png');
}
.productPhotosBottom{
    background-image:url('/img/products/photos_box_bottom.png');
}
.productPhotosTable {
    background-color:#FFFFFF;
    width:900px;
    margin:0 auto;
    color:#000000;

}
.productPhotosTable tr td a img{
    display:block;
    margin:auto;
}

.productPhotoSpacer {
    height:20px;
}
 
/* specs */
#productSpecsContainer {
    width:879px;
    margin:10px auto;
    color:#a3a2a2;
}
.productSpecsTitle {
    font-size:16px;
    font-weight:bold;
    margin-bottom:7px;
	margin-top:7px;
	padding:3px;
	background-image:url('/img/subnav_bg_pattern_2.png');
}
.specTopLevel {
}
.specItem {
	margin-left:10px;
}
.specItemBody {
	font-weight:normal;
	margin-left: 10px;
	margin-bottom:7px;
}
.englishOrMetric {
	float: left;
	margin-right:50px;
	width: 300px;
}
.productSpecsSubTitle {
	margin-left:10px;
	font-weight:bold;
	margin-bottom: 3px;
}

.productButtonLinkWrapperOff { 
    border:solid 1px #000000;
    display:inline-block;
}
.productButtonLinkWrapperOn { border:solid 1px #ffffff; 
    display:inline-block;
}

.productButtons a {
    display:block;
    text-transform:uppercase;
    font-family:Helvetica;
    font-weight:bold;
    font-size:12px;
    height:21px;
    border:solid 1px #888888;
    background-color:#272727;
    padding-left:10px;
    padding-right:10px;
    color:#FFFFFF;
    line-height:18px;
    text-decoration:none;
    padding-top:2px;
    margin:0px;
}

#productLearnMoreLink {
    background-image:url('/img/products/learn_arrow.png');
    background-repeat:no-repeat;
    background-position:95% 50%;
    padding-right:20px;
}

.productButtons a:hover {
    color:#FFFFFF;
    border:solid 1px #FFFFFF;
    background-color:#066c97;
}
