﻿/*  Products.aspx   */

#product_thumb_top
{
	background-image:url(../images/layout/products_thumb/products_top.jpg);
	background-repeat:no-repeat;
	width:213px;
	height:12px;
}
#product_thumb_center
{
	background-image:url(../images/layout/products_thumb/products_midden.jpg);
	background-repeat:repeat-y;
	width:213px;
	height:222px;
}
#product_thumb_bottom
{
	background-image:url(../images/layout/products_thumb/products_bottom.jpg);
	background-repeat:no-repeat;
	width:213px;
	height:12px;
}
#product_thumb_bottomcenter
{
	margin-left:5px;
	background-image:url(../images/layout/products_thumb/products_centerbottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:203px;
	height:222px;
}
.product_thumb_link
{
	cursor:pointer;
	width:203px;
	text-align:center;
}

#product_thumb_viewdetails
{
	margin-top:0px;
	margin-bottom:5px;
}
#product_thumb_content
{
	margin-left:10px;
	margin-top:5px;
}
#product_thumb_contenttitle1
{
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
	color:#393939;
}
#product_thumb_contenttitle2
{
	margin-top:2px;
	margin-bottom:2px;
	color:#393939;
	font-style:italic;
}
#product_thumb_contentproductname
{
	margin-top:8px;
	margin-bottom:8px;
	color:#0382a9;
	font-weight:bold;
}
.product_thumb_contentshortfeatures
{
	margin-left:3px;
	margin-top:1px;
	margin-bottom:2px;
	color:#828282;
}



/*  Product-details.aspx   */




#product_panel1_top
{
	width:670px;
	height:15px;
	background-image:url(../images/layout/products_detail/products_detail_top1.jpg);
	background-repeat:no-repeat;
}

#product_panel1_center
{
	width:670px;
	height:170px;
	position:relative;
	background-image:url(../images/layout/products_detail/products_detail_center1.jpg);
	background-repeat:repeat-y;
}

#product_panel1_content
{
	position:absolute;
	top: 5px;
	left: 10px;
	width: 215px;
	height: 160px;
}
.product_panel1_content_title
{
	font-weight:bold;
	color:#393939;
	margin-top:2px;
	margin-bottom:2px;
}
.product_panel1_content_subtitle
{
	font-style:italic;
	color:#393939;
	margin-top:2px;
	margin-bottom:2px;
}
.product_panel1_content_features
{
	color:#828282;
	margin-left:20px;
	margin-top:20px;
}
.product_panel1_content_feature
{
	margin-top:3px;
	margin-bottom:3px;
}

#product_panel1_image
{
	text-align:center;
	position:absolute;
	top: 5px;
	left: 225px;
	width: 230px;
	height: 165px;
}
#product_panel1_image_txt
{
	height:13px;
	width: 230px;
	font-family:Verdana;
	font-size: 9px;
	color:#a8a6a9;
}

#product_panel1_bottom
{
	width:670px;
	height:15px;
	background-image:url(../images/layout/products_detail/products_detail_bottom1.jpg);
	background-repeat:no-repeat;
}

#product_panel2_navigation
{
	position:relative;
	width:670px;
	height:25px;
}
#product_panel2_navigation_left
{
	position:relative;
	float:left;
	width:12px;
	height:25px;
	background-image:url(../images/layout/products_detail/products_detail_top2left.jpg);
	background-repeat:no-repeat;
}

#product_panel2_navigation_center
{
	position:relative;
	float:left;
	width:646px;
	height:25px;
	background-image:url(../images/layout/products_detail/products_detail_top2center.jpg);
	background-repeat:repeat-x;
}

#product_panel2_navigation_right
{
	position:relative;
	float:left;
	width:12px;
	height:25px;
	background-image:url(../images/layout/products_detail/products_detail_top2right.jpg);
	background-repeat:no-repeat;
}

#product_panel2_center
{
	width:670px;
	background-image:url(../images/layout/products_detail/products_detail_center2.jpg);
	background-repeat:repeat-y;
}
#product_panel2_bottomcenter
{
	width:660px;
	background-image:url(../images/layout/products_detail/products_detail_bottom2center.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
	min-height:150px;
}

#product_panel2_bottom
{
	width:670px;
	height:20px;
	background-image:url(../images/layout/products_detail/products_detail_bottom2.jpg);
	background-repeat:repeat-x;
}


.product_nav_link
{
	background-image:url(../images/layout/products_detail/products_detail_top2center.jpg);
	background-repeat:repeat-x;
	border-color: White;
	border-style:none;
	font-family: Verdana;
	font-size: 10px;
	color: #0382A9;
	height: 25px;
	width:120px;
	cursor:pointer;
}
.product_nav_hover
{
	background-image:url(../images/layout/products_detail/products_detail_buttonhover.jpg);
	background-repeat:no-repeat;
	border-color: White;
	border-style:none;
	font-family: Verdana;
	font-size: 10px;
	color: #015169;
	height: 25px;
	width: 120px;
	cursor:pointer;
}
.product_nav_active
{
	background-image:url(../images/layout/products_detail/products_detail_buttonactive.jpg);
	background-repeat:no-repeat;
	border-color: White;
	border-style:none;
	font-family: Verdana;
	font-size: 10px;
	color: #0382A9;
	height: 25px;
	width: 120px;
	cursor:pointer;
}

.product_panel2_title
{
	font-size:10px;
	color:#0382a9;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 5px;
}
.product_overview_title
{
	color:#0382a9;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:3px;
}

.product_overview_description
{
	color:#828282;
	font-style:italic;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:10px;
}

.product_specs_name
{
	color:#0382a9;
	width:200px;
	padding-bottom:8px;
}

.product_specs_value
{
	color:#828282;
	padding-bottom:8px;
}
.product_imggallery_borderoverlay
{
	position:absolute;
	width:150px;
	height:100px;
	background-image:url(../images/layout/products_detail/imagegallery_thumb_border.gif);
	background-repeat:no-repeat;cursor:pointer;
}

.product_downloads_link a:link
{
	color:#0382a9;
	text-decoration:none;
}
.product_downloads_link a:hover
{
	color:#0382a9;
	text-decoration:underline;
}
.product_downloads_description
{
	color:#828282;
	font-size: 9px;
	font-style:italic;
	padding-left:5px;
	vertical-align:top;
}