#MastHead {
	/*height:230px;*/
}
#ContentWrapper {
	padding:0 8px 0 0;
	min-height:100px;
	background-color:#ffffff;
	background:url(/Templates/Images/Content/subnav-bg.png) repeat-y left top;
	/*background:url(/Templates/Images/Content/contentWrapper-bg.jpg) repeat-y;*/
}
#ContentLeftWrapper {
	float:left;
	width:229px;
	height:100%;
}
#ContentRightWrapper {
	float:right;
	margin:0;
	padding-bottom:20px;
	background:url(/Templates/Images/Content/content-bg.jpg) repeat-x #ffffff;
	width:724px;
	min-height:404px;
}
#ContentWideWrapper {
	background-color:#FFF!important;
	min-height:400px;
}
#ContentWide {
	margin:0 8px 10px 8px;
	padding:15px;
	min-height:360px;
	background:url(/Templates/Images/Content/content-bg.jpg) repeat-x #ffffff;
}
#ModelsMiddle {
	padding:10px 20px;
	width:228px;
	background:url(/Templates/Images/Content/available-models-middle.png) repeat-y;
}
#ContentCallout ul {
	margin-left:0;
	padding-left:15px;
}
#ContentCallout ul li {
	color:#F00;
}
.SectionHeader {
	float:left;
	padding-right:7px;	
}
#HeaderBanner {
	background:url(/Templates/Images/Content/findcase-bg.png);
	height:113px;
}
/*----------- Product Categories ------------------*/

#CatalogCategoriesWrapper {
	margin-left:-11px;
	padding-bottom:25px;
	min-height:270px;
}
.CatalogItemRow {
	min-height:180px;
}
.ProductItemImage {
	padding-left:3px;
	padding-top:2px;
	height:112px;
	width:124px;
}
.CatalogItemsList {
	float:left;
	margin-left:12px;
	margin-bottom:10px;
	background:url(/Templates/Images/Content/ProductItemImage-bg.png) no-repeat;
	width:128px;
	min-height:118px;
}
.ProductItemInfo {
	margin-left:5px;
	margin-top:5px;
	font-size:9pt;
}
/* PageNavWrapper Styles---------------------------------------------------------------------------------------------*/	
	#PageNavWrapper {
	margin-top:10px;
	padding:0;
	font-size:9pt;
	height:19px;
	position:relative;
	z-index:2;
}
#PageNav {
	margin:0;
	padding-right:10px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	height:19px;
	vertical-align:top;
}
#PageNav ul li.navFirst {
	border-left:0px;
}
#PageNav span {
	padding:2px 7px;
	line-height:30px;
}
#PageNav .selected {
	border:1px solid #999;
	padding:2px 7px;
	background-color:#CCC;
}
#PageNav .numeric {
	border:1px solid #999;
	padding:2px 7px;
	text-decoration:none;
	background-color:#ffffff;
}
 #PageNav .selected a, {
 color:#0D469D;
 text-decoration:none;
}
#PageNav a:hover {
	text-decoration:underline;
	color:#0D469D;
}
/*Product ProductGallery*/
#OuterProductGallery {
	float:left;
	width:487px;
}
#ProductGallery {
	width:487px;
	height:299px;
	margin:0;
	padding:7px;
	background-color:#cccccc;
	border:1px solid #B5B5B5 !important;
}
#SlideshowContaier  {
	float:left;
	width: 359px;
	height: 299px;
}
#SlideshowContaier img {
	/*width: 355px !important;
	height:296px !important;*/
	border:1px solid #b5b5b5;
	width:357px;
}
#thumbnails img {
	margin-bottom:5px;
	border:1px solid #b5b5b5;
}
#thumbnails a:hover img {
	border:1px solid #000000;
}
#thumbnails {
	height:297px;
	width:123px;
	/*margin-left:2px;*/
	float: right;
	/*border:0;*/
	overflow:auto;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	/*border: 4px solid #888;*/
	/*margin:-4px;	 Set this to minus the border thickness. ONLY NEED WHEN SETTING BORDER THICKNESS */
	background-color:#fff;	
	cursor:move;
}
/* This is the zoom window. */
.cloud-zoom-big {
	margin-top:4px;
	border:4px solid #B61315;
	overflow:hidden;
}
/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.ViewLarger  img {
	margin-bottom:-6px;
}
/*-----------------------------------------*/
#ProductDetail {
	min-height:33px;
	padding-bottom:20px;
}
#ProductDescriptions {
	float:right;
	width:173px;
}
#ProductDescriptions h3, #TabDetails h3 {
	margin-bottom:3px;
	font-weight:bold;
	color:#000000;
}
#ProductDescriptions p {
	margin-top:0;
}
.YellowBtn {
	margin-bottom:5px;
}
#ProductName {
	min-height:30px;
}
#ProductName h1 {
	color:#000000;
	font-weight:normal;
}
.NewIcons {
	position:absolute;
}
#ProductName .NewIcons {
	position:relative;
	margin-right:5px;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */
				
.shadetabs {
	margin:1px 0 0 5px;
	padding:3px 0 0 0;
	height:35px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin-left:-5px;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:11px 7px 11px 7px;
	margin-right:5px;
	border: 1px solid #778;
	color:#000000;
	background:url(/Templates/Images/Content/taboff-bg.jpg) repeat-x;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	color: #2d2b2b;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	z-index:12;
	padding:11px 7px 11px 7px;
	top:0px;
	background-image:none;
	background-color:#ff0000;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}
/*.shadetabs li a.selected{
					border-bottom-color: white;
				
				}*/
				
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	border: 1px solid gray;
	padding:10px 20px;
	display:none;
	background-color:#ffffff;
	position:relative;
	z-index:10;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
#TabDetails {
	margin-top:-8px;
	margin-bottom: 1em;
	font-size:9pt;
}
#TabDetails h6 {
	line-height:17px;
	margin:0 0 10px 0;
	padding:0;
	color:#333333;
	font-size:10pt;
}
.ProductSearchMatches img {
	margin-bottom:10px;
	border:1px solid #838383;
}
#PDDescription ul {
	margin-bottom:0;
}
#PDDescription ul li {
	padding-bottom:5px;
}
.ProductSpecsTable {
	margin-left:24px;
}
.SearchResultsColumn {
     width:200px;
}
.ImageResultsColumn {

}

/************* modal popup styles ******************/
/*Video for Demo*/
/*#ProductInfoWrapper {
	width:690px;
	height:1047px;
}*/
.ModalBackground {
	filter: alpha(opacity=80);
	background-color: #e5e5e5;
	-moz-opacity: 0.8;
	opacity: .80;
}
.ModalPopup {
	border: 1px solid #000;
	background-color:#ffffff;
}
#programmaticPopup {
	width:645px!important;
	height:520px !important;
}
.ModalPopup .ModalWindowHeader {
	cursor:move;
}
.ModalPopup .ModalWindowHeader .ModalWindowTitle {
	padding:10px;
	font-size:11pt;
	font-weight:bold;
	font-family: Verdana, sans-serif;
	background-color:#999;
	height:25px;
}
.ModalPopup .ModalWindowHeader .ModalWindowClose {
	cursor:pointer;
	float:right;
	width:64px;
	text-align:right;
	color:#FFF;
	background:url(/Templates/Images/Icons/red_btnClose.gif) no-repeat left top;
	text-decoration:none;
}
.ModalPopup .ModalWindowContent {
	padding:26px 10px 10px 58px;
}
/*News Article for Content*/
#ContentStandard #NewsWrapper a {
	font-size:8pt;
	/*color:#E2383F;*/
	color:#0000FF;
	/*background:transparent url(/Templates/Images/Icons/blue-arrows.gif) no-repeat scroll left 4px;*/
	padding-bottom:2px;
	text-decoration:underline;
}
#ContentStandard #NewsWrapper .ArticleTitle {
	color:#872000;
	font-weight:bold;
	text-transform:uppercase;
}
#ContentStandard #ReadAll {
	padding-top:4px;
	text-align:right;
	border-top:1px dotted #666666;
	width:690px;
}
#ArticleDetailWrapper {
	font-size:10pt;
}
#ArticleDetailWrapper h2 {
	color:#E2383F;
	font-size:11pt;
	margin-bottom:6px;
	margin-top:0;
}
#ArticleDetailWrapper a, #ArticleDetailWrapper a.BackBtn {
	font-size:10pt;
	color:#E2383F;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
	text-decoration:none;
}
#ArticleDetailWrapper a:hover, #ArticleDetailWrapper a.BackBtn:hover, #NewsWrapper a:hover {
	text-decoration:underline!important;
}
#ArticleDetailWrapper a {
	/*background:transparent url(/Templates/Images/Icons/blue-arrows.gif) no-repeat scroll left 4px;*/
}
#ArticleDetailWrapper a.BackBtn 
{
    font-size:9pt;
	color:#0000FF;
	font-weight:normal;
	/*background:transparent url(/Templates/Images/Icons/blue-arrows-back.gif) no-repeat scroll left 4px;*/
}