/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */


/************ DO NOT DELETE OR RENAME *************/
/* used in backend for showing inserted Cristal Controls in page content */
.cristalControlDiv
{
	text-decoration: none;
	border: 0px solid #666666;
	width: 100%;
	height: 50px;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
/************************************************/
 
 
/***************
*		TAGS		*
***************/
* 
{
	padding: 0;
	margin: 0;
}
 
body 
{
	background-color: #FFFFFF;
	color: #666666;
	font: normal 13px Arial, Helvetica, sans-serif;
}

p
{
	font: normal 13px Arial, Helvetica, sans-serif;
}

option, select
{
	color: #666666;
}

table, td
{
	font: normal 13px Arial, Helvetica, sans-serif;
}

#contentDiv ul
{
}

#contentDiv ul li
{
	list-style-image: url('../images/RedArrow.gif');
	margin-left: 20px;
}
.RadEContent ul li, .RadEContentBordered ul li
{
	margin-left:20px;
}
h1
{
	font: normal 20px/150% Arial, Helvetica, sans-serif;
}
h2
{
	font: normal 14px/150% Arial, Helvetica, sans-serif;
}
h3
{
	font: bold 12px/150% Arial, Helvetica, sans-serif;
}
img
{
	border: none;
}
#contentDiv a:link,
#contentDiv a:visited
{
	color: #D50000;
	text-decoration: none;
}
#contentDiv a:hover,
#contentDiv a:active
{
	text-decoration: underline;
}
 
 
/******************
*		DEFAULTS		*
******************/
.CenterText
{
	text-align: center;
}

.CenterText #footerDiv, 
.CenterText #headerDiv, 
.CenterText #outerBox
{
	text-align: left;
}

.RightText
{
	padding-right: 5px;
}
/*
.RightText *
{
	text-align: left;
}*/
 
 
/******************
*		LAYOUT		*
******************/
#headerContainerDiv
{
	width: 100%;
	height: 88px;
	background: transparent url('../images/bg_header.gif') repeat-x top left;
}
 
#contentContainerDiv
{
	position: relative;
	width: 100%;
}

#contentContainerDiv #outerBox
{
	position: relative;
	width: 830px;
	margin: 0 auto;
	overflow:hidden;
}
#contentContainerDiv.NormalPage #outerBox
{
	overflow-x: hidden;
	background:  transparent url('../images/CenterGradient.gif') repeat-x top left;
	
}
#contentContainerDiv #rightBox
{
	position: relative;
	width: 100%;
	left: 200px;
}
#contentContainerDiv #contentBox
{
	position: relative;
	width: 100%;
	left: -200px;
	background: transparent url('../images/CenterGradient.gif') repeat-x top left;
}

#contentContainerDiv #contentHomepageBox
{
	position: relative;
	width: 100%;
}
 
#footerContainerDiv
{
	position: relative;
	margin-top: 30px;
	width: 100%;
	border-top: 1px solid #B3B3B3;
}
 
.ClearFix:after 
{
	content: "."; 
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both; 
	visibility: hidden;
}

.HeightFix:before 
{
	content: '.';
	display: block;
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

 
 
/******************
*		HEADER		*
******************/
#headerDiv
{
	position: relative;
	width: 830px;
	margin: 0 auto;
}

#headerDiv #logoDiv
{
	position: absolute;
	top: 0;
	left: 7;
	height: 66px;
	width: 400px;
}

#headerDiv #logoDiv #logoImg
{
	margin: 13px 13px 0 0;
}

#headerDiv #searchDiv
{
	position: absolute;
	top: 19px;
	right: 0;
	height: auto;
	width: auto;
}

#headerDiv #menuDiv
{
	position: absolute;
	top: 66px;
	left: 0;
	height: 22px;
	width: 100%;
}

#searchDiv #searchBox_ctl00
{
	border: 1px solid #B3B3B3;
	height: 18px;
	line-height: 15px;
	width: 138px;
	color: #666666;
	font-size: 12px;
	padding: 2px 1px 1px 2px;
}

#searchDiv #searchBox_ctl01
{
	border: none;
	background-color: #B3B3B3;
	color: #FFFFFF;
	margin-left: 10px;
	padding: 0 2px;
	text-align: center;
	height: 18px;
}
 
 
/*********************
*		LEFT MENU		*
*********************/
#leftMenuDiv
{
	float: left;
	background: transparent;
	width: 190px;
	background: transparent url('../images/CenterGradient.gif') repeat-x top left;
	min-height: 200px;
}

/* IE min-height fix: */
* html #leftMenuDiv
{
	height: 200px;
}

* html #leftMenuDiv {
	margin-right: -3px;
}

#leftMenuDiv #leftMenuInnerDiv
{
	margin: 15px 30px 0;
}

#leftMenuHomepageDiv
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: 190px;
	z-index: 2000;
}

#leftMenuHomepageDiv #leftMenuHomepageHeader
{
	background-color: #666666;
	color: #FFFFFF;
	margin-top: 0;
	display: block;
	text-indent: 20px;
	line-height: 25px;
	width: 140px;
	_width: 140px;
}
 
 
/******************
*		CONTENT		*
******************/
#contentDiv
{
	margin-left: 200px;
	position: relative;
	width: 620px;
}

* html #contentDiv {
	float: right;
	height: 1%;
	margin: 0;
}

#pageHeader
{
	position: relative;
	height: 61px;
	width: 100%;
	background: transparent url('../images/PageHeaderBg.gif') repeat-x top left;
}
#pageHeader h1
{
	position: absolute;
	top: 25px;
	left: 20px;
	color: #666666;
}

#contentInnerDiv
{
	position: relative;
	padding-top: 20px;
	left: 10px;
}

 
/************************
*		CONTENT HEADER		*
************************/
#contentHeaderDiv
{
	position: relative;
	width: 631px;
	height: auto;
	padding-bottom: 5px;
}

#contentHeaderDiv #contentHeaderBottomOverlayDiv
{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	z-index: 5;
}
* html #contentHeaderDiv #contentHeaderBottomOverlayDiv
{
	bottom: 3px;
}
#contentHeaderDiv #contentHeaderImageDiv image
{
	position: relative;
}
#contentHeaderDiv #contentHeaderImageDiv img
{
	background: transparent url('../images/empty.gif') no-repeat top right;
	width: 630px;
	
}
#contentHeaderDiv #contentHeaderImageDiv h1
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	color: #FFFFFF;
}
 
 /******************
*		CASES		*
******************/
 .CaseListDiv
{
	margin-top: 6px;
}
.CaseListDiv .CategoryTitle
{
	font-weight: bold;
}
.CaseListDiv .Description
{
	margin: 6px 0;
	border-top: 2px solid #666666;
	display: block;
}

.CaseThumbnail
{ 
	width: 140px;
	height: 100px;
}

.CaseImageLarge
{
} 

.CaseDescriptionDiv
{
	height: 180px;
} 
.CaseDetailImage
{
	margin-top: 20px;
	margin-right: 20px;
}
 
/******************
*		PRODUCTS		*
******************/
.ProductListDiv
{
	margin-top: 6px;
	padding-bottom: 30px;
}
.ProductListDiv .CategoryTitle
{
	padding-left: 6px;
	border-left: 5px solid #D50000;
	display: block;
	font: bold 14px/150% Arial, Helvetica, sans-serif;
}
.ProductListDiv .Description
{
	margin: 6px 0;
	border-top: 2px solid #666666;
	display: block;
}

.ProductThumbnail
{
	vertical-align: top;
	width: 140px;
	height: 100px;
	
}

.ProductImage
{
	vertical-align: top;
	width: 250px;
	height: 180px;
	
}

#linksDiv
{
	padding-top: 20px;
}

#contentDiv .ProductNameDiv ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
}

#contentDiv .ProductNameDiv ul li
{
	list-style-image: url('../images/arw_2tier.gif');
}

#contentDiv .productDescriptionDiv
{
	padding-right: 10px;
}

#contentDiv .ProductSpecsDiv ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}


/******************
*		Styling copy-pasted product specs from Mitsubishi global		*
******************/
.spec_row_red
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d80000;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.txt10 {  font: normal 13px Arial, Helvetica, sans-serif;}




/******************
*		PROMOTIONS		*
******************/


#promotionGrid .trGridHeader
{
	text-align: right;
	
}

#promotionGrid .tdGridData
{
	vertical-align: top;
	padding-bottom: 10px;
}

#promotionGrid .promotionEndDateDiv
{
	vertical-align: top;
	text-align: right;
}


/******************
*		DOWNLOADS		*
******************/

.downloadListDiv H1
{
	padding-left: 6px;
	border-left: 5px solid #D50000;
	display: block;
	font: bold 14px/150% Arial, Helvetica, sans-serif;
}


.downloadListDiv
{	
}


.downloadsTable
{	
	width: 100%;
	margin-bottom: 20px;
}

.downloadsTable td
{	
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 10px;
}


.downloadTd li
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('../images/arw_2tier.gif');
	margin-left: 28px;
	width: 247px;
}


/******************
*		VACANCIES		*
******************/
#vacancyGrid .trGridHeader
{
	text-align: right;
}

#vacancyGrid .tdGridData
{
	padding-bottom: 10px;
}

#vacancyGrid .vacancyTitleDiv
{
	text-align: left;
}

#vacancyDocmentLinkDiv
{
	float: right;
	position: relative;
	width: auto;
}

/***************
*		NEWS		*
***************/ 


#newsGrid .tdGridData
{
	padding-bottom: 30px;
}
 
.NewsThumbnail
{
	padding-left: 10px;
	width: 140px;
	height: 100px;	
}
 
/******************
*		FOOTER		*
******************/
#footerDiv
{
	position: relative;
	width: 830px;
	margin: 5px auto;
}

#footerDiv #breadcrumDiv .BreadcrumItem
{
	color:#3F445D;
}

#footerDiv #breadcrumDiv a:link,
#footerDiv #breadcrumDiv a:visited
{
	text-decoration: none;
}

#footerDiv #breadcrumDiv a:hover,
#footerDiv #breadcrumDiv a:active
{
	text-decoration: underline;
}

#footerDiv #breadcrumDiv .BreadcrumItem.Current
{
	color: #D50000;
}
 
 
/******************
*		FLOATBOX		*
******************/
.FloatBox
{
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	z-index: 2000;
	width: 150px;
}
.FloatBox .FLoatBoxFooterLeft
{
	height: 6px;
	width: 6px;
	font-size: 0px;
	line-height: 0px;
	background: transparent url('../images/FloatBoxBottomLeft.png') no-repeat bottom left;
}
.FloatBox .FLoatBoxFooterCenter
{
	height: 6px;
	font-size: 0px;
	line-height: 0px;
	background: transparent url('../images/FloatBoxBottom.png') repeat-x bottom center;
}
.FloatBox .FLoatBoxFooterRight
{
	height: 6px;
	width: 6px;
	font-size: 0px;
	line-height: 0px;
	background: transparent url('../images/FloatBoxBottomRight.png') no-repeat bottom left;
}
.FloatBox .FLoatBoxBorderLeft
{
	width: 6px;
	background: transparent url('../images/FloatBoxLeft.png') repeat-y top left;
}
.FloatBox .FLoatBoxContent
{
	padding-top: 3px;
	background-color: #ffffff;
}
.FloatBox .FLoatBoxBorderRight
{
	width: 6px;
	background: transparent url('../images/FloatBoxRight.png') repeat-y top right;
}

.FloatBox .FloatBoxHeader
{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px 3px 2px 6px;
	display: block;
	margin: 0 1px;
}
.FloatBox ul
{
	font-weight: bold;
}
.FloatBox li
{
	font-weight: normal;
	list-style-image: url('../images/arw_2tier.gif') ! important;
}

/* Calendar and timepicker classes */

.calendarPopupMonthHeader
{
	color: #FFFFFF;
	background-color: #00AEEF;
}

.calendarPopupDayHeader
{
	color: #00AEEF;
	background-color: #FFFFFF;	
}

.calendarPopupWeekday
{
	color: #000000;
	background-color: #FFFFFF;		
}

.calendarPopupWeekend
{
	color: #DDDDDD;
	background-color: #FFFFFF;		
}

.calendarPopupOffMonth
{
	color: #000000;
	background-color: #DDDDDD;		
}

.calendarPopupTodayDay
{
	color: #FFFFFF;
	background-color: #FF9900;
}
.calendarPopupHoliday
{
	font-weight: bold;
	color: #000000;
	background-color: #33FF33;
}

.calendarPopupGoToToday
{
	color: #00AEEF;
	background-color: #FFFFFF;	
	font-weight: bold;
}

.calendarPopupClearDate
{
	color: #00AEEF;
	background-color: #FFFFFF;	
	font-weight: bold;
}

.timePickerClearTime
{
	color: #00AEEF;
	background-color: #FFFFFF;	
	font-weight: bold;
}

.timePickerSelectedTime
{
	color: #FFFFFF;
	background-color: #00AEEF;	
}

.timePickerTime
{
	color: #00AEEF;
	background-color: #FFFFFF;	
}
