/* ================================================================= */
/* ==={ Product Image Banners }===================================== */
/* ================================================================= */
div#prodBannerContainer
{
	height: 144px;
	background-repeat: no-repeat;
}
body.prod_SD6000 div#prodBannerContainer
{
	background-image: url('../productImages/SD_6000.jpg');
}
body.prod_K9V div#prodBannerContainer
{
	background-image: url('../productImages/K9-V.jpg');
}
body.prod_K14U div#prodBannerContainer
{
	background-image: url('../productImages/K14-U.jpg');
}
body.prod_K15F div#prodBannerContainer
{
	background-image: url('../productImages/K15-F.jpg');
}
body.prod_K15IHS div#prodBannerContainer
{
	background-image: url('../productImages/K15-IHS.jpg');
}
body.prod_K1540HS div#prodBannerContainer
{
	background-image: url('../productImages/K15-40HS.jpg');
}
body.prod_K23N div#prodBannerContainer
{
	background-image: url('../productImages/K23-N.jpg');
}
body.prod_K26O div#prodBannerContainer
{
	background-image: url('../productImages/K26-O.jpg');
}
body.prod_K61OS div#prodBannerContainer
{
	background-image: url('../productImages/K61-O.jpg');
}
body.prod_DISC1140O div#prodBannerContainer
{
	background-image: url('../productImages/DISC_1140.jpg');
}
body.prod_DISC1240D div#prodBannerContainer
{
	background-image: url('../productImages/DISC_1240.jpg');
}
body.prod_CNC div#prodBannerContainer
{
	background-image: url('../productImages/CNC.jpg');
}
body.prod_used div#prodBannerContainer
{
	background-image: url('../productImages/used_equipment.jpg');
}
/* ================================================================= */
/* ==={ Overrides to compensate for the menu }====================== */
/* ================================================================= */
div#leftNavContainer
{
	padding-top: 12px;
}
#middleBody
{
	height: 382px;
}
#middleBodyBigger
{
	height: 592px;
}
div#two
{
	padding-top: 12px;
}
/*
div#greenContainer
{
	bottom: 8px;
}
*/
div#prodMenuContent
{
	padding-top: 12px;
}
div#rightContent
{
	padding-top: 12px;
}
/* ================================================================= */
/* ==={ Product Page - Main menu }================================== */
/* ================================================================= */
div.flashNavContainer
{
/*	
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #E95C0F;
	background: blue;
*/
}

	/* If you have questions -- see http://www.complydev.com/trustcoil/ */

ul#prodMainMenu
{
	position: absolute;
	right: 9px;
	bottom: 2px;
	list-style: none;
	font-size: 1.3em;
}
ul#prodMainMenu li
{
	display: inline;
	font-size: 1.0em;
	margin: 0;
	padding: 0 2px 0 4px;
	border-left: 1px solid #E95C0F;
}
ul#prodMainMenu li#first
{
	border-left: 0px solid #E95C0F;
}
a.prodMainMenuItem
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
}
a.prodMainMenuItem:hover
{
	color: #ACA79C;
}
a.prodMainMenuItem_active
{
	color: #ACA79C;
	color: green;
}

/* ================================================================= */
/* ==={ Product menu }============================================== */
/* ================================================================= */
div#productMenuContainer
{
	position: relative;
 	height: 18px;
	background: white;
}

ul#prodMenu
{
	position: absolute;
	top : 0px;
	right: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	list-style: none;
	/* font-size: 1.1em; */
	background: #C7C6C3;
}
ul#prodMenu li
{
	display: inline;
	font-size: 0.9em;
	margin: 0;
	padding: 0 2px 0 4px;
	border-left: 1px solid #D1D0CE;
}
ul#prodMenu li#first
{
	border-left: 0px solid #E95C0F;
}
ul#prodMenu li#last
{
	margin-right: 10px;
}
a.prodMenuItem
{
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	/* font-size: 0.80em; */
	font-weight: bold;
	color: #191717;
	background: #C7C6C3;
	text-decoration: none;
}
a.prodMenuItem:hover
{
	color: #E95C0F;
}
a.prodMenuItem_active
{
	color: #E95C0F;
}

div#SupportMenuContainer
{
	position: relative;
	height: 18px;
	background: #C7C6C3;
	width: 100%;
}
div#SupportMenuPad
{
	position: relative;
	padding-right: 40%;
	text-align: left;
}
ul#SupportMenu
{
	position: absolute;
	top : 0px;
	right: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 200px;
	list-style: none;
	/* font-size: 1.1em; */
	background: #C7C6C3;
}
ul#SupportMenu li
{
	display: inline;
	font-size: 0.9em;
	margin: 0;
	padding: 0 2px 0 4px;
	border-left: 1px solid #D1D0CE;
}
ul#SupportMenu li#first
{
	border-left: 0px solid #E95C0F;
}
ul#SupportMenu li#last
{
	margin-right: 10px;
}
a.SupportMenuItem
{
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	/* font-size: 0.80em; */
	font-weight: bold;
	color: #191717;
	background: #C7C6C3;
	text-decoration: none;
}
a.SupportMenuItem:hover
{
	color: #E95C0F;
}
a.SupportMenuItem_active
{
	color: #E95C0F;
}
div#enhwindow {
	position: relative;
	width: 420px;
	height: 300px;
	overflow: scroll;
}
div#Prodwindow {
	position: relative;
	width: 420px;
	height: 300px;
	overflow: scroll;
}

p.enhTitle {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
/* ================================================================= */
/* ==={ Tagline Area }============================================== */
/* ================================================================= */
/*
div#greenImageBottom
{
	display: none;
}
*/
/* ================================================================= */
/* ==={ Product Copy }============================================== */
/* ================================================================= */
p.prodPara_meetThe
{
	font-size: 1.3em;
}
p.prodPara_partNum
{
	color: #E95C0F;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 5px;
}
p.prodPara_partNum2
{
	color: #E95C0F;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
}

p.prodPara_Title
{	
	font-size: 1.1em;
	font-size: 1.2em;
	margin-bottom: 22px;
	/*margin-right: 25px; */
	font-weight: bold;
	font-style: italic;
	background-color: #dcdcdc;
}

p.prodPara_desc
{	
	font-size: 1.1em;
	font-size: 1.2em;
	margin-bottom: 22px;
	margin-right: 25px;

}
ul.prod_featureList
{
	list-style-image: url('../images/customBullet_gt.gif');	/* Can this be done as just the &gt; char?? */
	margin-left: 15px;
}
ul.prod_featureList li
{
	font-size: 1.1em;
	line-height: 1.7em;
	padding-left: 0;
}
ul.prod_featureList li.moreMargin
{
	margin-left: 15px;
}
p#moveMeDownPara
{
	margin-top: 20px;
}
div#ThumbViewPanel {
	width: 100px;
	height: 600px;
	overflow: scroll;
	position: relative;
}
div#ImageViewPanel {
	top: 0px;
	right: 110px;
	width: 820px;
	height: 650px;
	position: relative;
	border: thin solid black;
}

/* ================================================================= */
/* ==={ Enhancements }============================================== */
/* ================================================================= */
div#KMachFoot {
	float: left;
	width: 200px;
	text-align: left;
	left:0px;
	top:0px;
}
div#KirisLogo {
	position: relative;
	top:0px;
	right:0px;
	float:right;
	margin-right:0px;
	width:168px;
	text-align: right;
}

/* ================================================================= */
/* ==={ Used Equip }================================================ */
/* ================================================================= */
ul.usedEquip_featureList
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
#usedEquipContainer
{
/*	background: orange;	*/
/*	padding: 10px;	*/
	margin-bottom: 15px;
}
span.usedEquipDetails_leftCol
{
	float: left;
	width: 160px;
	text-align: left;
/*	background-color: blue;	*/
}
span.usedEquipDetails_rightCol
{
//	float: right;
	width: 180px;
	text-align: left;
/*	background-color: green;	*/
}

p.usedBottomPara
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#videoLink
{
	position: absolute;
	top: 285px;
	left: 345px;
	
}
