* {
	padding: 					0px;
	margin: 					0px;
}
html, body, #container {
    height:                     100%;
    margin:                     0;
    padding:                    0;
    }
* html #main {
    height:                     1%;
    }
body {
    margin:                     0 auto;
    position:                   relative;
	font: 						12px Arial, Tahoma, Helvetica, sans-serif; 
	color:						#333333;
    }
body > #container {
    height:                     auto !important;  /*real browsers */
    /*height:                   100%;  IE6: treaded as min-height*/
    /*min-height:               100%;  /*real browsers */
    }
p {
	margin-bottom:				10px;
	}
/*#MainContainer {
	width: 						960px;
	margin:						auto;
	padding:					0px 0px 0px 0px;
	}*/
#container {
    margin:                     0 auto;
    padding:                    0;
    position:                   relative;
    width:                      1060px;
    background:                 url(images/bg.jpg) repeat-y;
    }
/*#Header {
	width: 						900px;
	height:						90px;
	padding: 					0px 30px 0px 30px;
	}*/
.HeaderRight {
	width: 						515px;
	margin:						0px;
	padding:					34px 0px 0px 0px;
	float:						right;
	text-align:					right;
	color:						#999;
	font-size:					10px;
	}
#headerTop {
    background:                 #FFFFFF;
    height:                     90px;
    margin:                     0 auto;
    padding:                    0 30px;
    text-align:                 left;
    width:                      900px;
    }
#ContentContainer3col {
	width: 						900px;
	height:						1%;
	margin:                     0 auto;
	background:					url("images/bg_content_area_3col.gif") repeat-y top left;
    overflow:                   hidden;
	}
#ContentContainer2col {
	width: 						900px;
	margin:                     0 auto;
	background:					url("images/bg_content_area_2col.gif") repeat-y top left;
    overflow:                   hidden;
	}
#ContentContainer1col {
	width: 						900px;
	margin:                     0 auto;
	background:					url("images/bg_content_area_1col.gif") repeat-y top left;
    overflow:                   hidden;
	}
#footer {
    background:                 url(images/footer_bg.jpg) repeat-y;
    clear:                      both;
    height:                     100px;
    margin:                     0 auto;
    padding:                    0;
    /*margin:                   -100px auto 0 auto;
    position:                   relative;*/
    /*bottom:                   0;
    position:                   absolute;*/
    text-align:                 left;
    width:                      1060px;
    color:                      #FFFFFF;
    font-size:                  10px;
    }


/* Header Navigation Styles */
#headerTop ul {
	display:					inline;
	margin:						10px 0px 0px 0px;
	}
#headerTop ul li {
	border-right:				1px solid #999999;
	display:					inline;
	margin:						0px;
	padding:					0px 10px 0px 10px;
	}
#headerTop ul li.Last {
	border-right:				0px;
	display:					inline;
	margin:						0px;
	padding:					0px 10px 0px 10px;
	}
#headerTop A, #headerTop A:link, #headerTop A:visited {
	color:						#999999;
	text-decoration:			none;
	}
#headerTop A:hover {
	color:						#666666;
	text-decoration:			none;
	}
.SearchBox {
	float:						right;
	margin-top:					-4px;
	}
.SearchButton {
	margin:						-6px 0px 0px 7px;
	/margin:					-9px 0px 0px 7px; /* Internet Explorer fix */
	vertical-align:				middle;
	}







/* NAV Styles NEW(V3) */
#nav {
    background:                 #403E3F;
    height:                     60px;
    margin:                     0 auto;
    padding:                    0;
    position:                   relative;
    width:                      900px;
    text-align:                 center;
    z-index:                    999;
    }
#nav_menus {
    float:                      right;
    height:                     30px;
    margin-top:                 30px;
    width:                      710px;
    }
#nav h4 {
    margin-top:                 30px;
    float:                      left;
    }
ul.nav_container {
    font-family:                Arial;
    font-size:                  12px;
    padding:                    0;
    margin:                     0;
    list-style:                 none;
    }
ul.nav_container ul {
    list-style:                 none;
    }
ul.nav_container li.nav_main {
    float:                      left;
    position:                   relative;
    width:                      100px;
    height:                     30px;
    color:                      #FFF;
    }
ul.nav_container li:hover {
    background:                 url("images/bg_navitem_generic.gif") no-repeat;
    }
ul.nav_container li.active {
    background:                 url("images/bg_navitem_generic.gif") no-repeat;
    }
ul.nav_container:hover li.active:hover {
    background:                 url("images/bg_navitem_generic.gif") no-repeat;
    }





/* Drop styles */
ul.nav_container li.nav_main ul {
    background-color:           #FFF;
    display:                    none;
    position:                   absolute;
    top:                        30px;
    border-bottom:              1px solid #403E3F;
    border-left:                1px solid #403E3F;
    border-right:               1px solid #403E3F;
    padding:                    5px 0px;
    overflow:                   hidden;
    z-index:                    99999;
    width:                      210px;
    }
ul.nav_container li.mm_left ul {
    left:                       0;
    }
ul.nav_container li.mm_right ul {
    left:                       -150px;
    width:                      250px;
    }
ul.nav_container li.mm_center ul {
    left:                       -55px;
    }

ul.nav_container li > ul {
    top:                        auto;
    left:                       auto;
    }
ul.nav_container li.nav_main ul li {
    position:                   relative;
    text-align:                 left;
    }
ul.nav_container li:hover ul, li.over ul{
    display:                    block;
    }
ul.nav_container li ul li:hover {
    background:                 #FFF none;
    text-decoration:            underline;
    color:                      #403E3F;
    }
ul.nav_container li.nav_main a.nav_main_link {
    display:                    block;
    font-size:                  12px;
    margin-top:                 8px;
    color:                      #FFF;
    text-decoration:            none;
    }
ul.nav_container li.active a.nav_main_link {
    display:                    block;
    font-size:                  12px;
    margin-top:                 8px;
    color:                      #403E3F;
    }
ul.nav_container li.nav_main:hover a.nav_main_link {
    color:                      #403E3F;
    }
ul.nav_container li ul li a {
    display:                    block;
    margin-left:                15px;
    margin-right:               10px;
    padding-top:                5px;
    padding-bottom:             5px;
    color:                      #403E3F;
    text-decoration:            none;
    }
ul.nav_container li ul li a em {
    font-style:                 normal;
    text-decoration:            underline;
    }
ul.nav_container:hover li.active {
    background:                 #403E3F;
    color:                      #FFF;
    }
ul.nav_container:hover li.active a.nav_main_link {
    color:                      #FFF
    }
ul.nav_container:hover li.active:hover a.nav_main_link {
    color:                      #403E3F
    }


/* Footer Navigation Styles */
#footer_inner {
    width:                      900px;
    padding-top:                10px;
    margin:                     auto;
    }
#footer A, #footer A:link, #footer A:visited {
	color:						#FFFFFF;
	text-decoration:			none;
	}
#footer A:hover {
	color:						#FFFFFF;
	text-decoration:			underline;
	}
#footer ul {
	text-transform:				uppercase;
	}
#footer ul li {
	display:					inline;
	padding:					0px 5px 0px 5px;
	}
#footer ul li.first {
	display:					inline;
	padding:					0px 5px 0px 0px;
	}



/* Main Content Full width */
.Content_Onecol_fullwidth  {
	width: 						840px;
	padding: 					31px 0px 15px 0px;
	margin-left:				30px;
	}

/* Main Content 3 Column Layout */
.Content_Threecol_Left_Container {
	width:						180px;
	float:						left;
	margin:						0px;
	padding:					15px 0px 0px 0px;
	}
.Content_Threecol_Right_Container {
	float:						left;
	width:						206px;
	margin:						0px;
	padding:					15px 0px 0px 0px;
	}
.Content_Threecol_Centre_Container {
	float:						left;
	width:						514px;
	padding:					0px;
	}

/* Main Content 2 Column Layout */
.Content_Twocol_Left_Container {
	width:						180px;
	float:						left;
	margin:						0px;
	padding:					15px 0px 0px 0px;
	}
.Content_Twocol_Right_Container {
	margin-left:				180px;
	width:						720px;
	padding:					0px;
	}
.Content_Threecol_Left_Container .Button10, .Content_Twocol_Left_Container .Button10 {
	margin-top:					7px;
	}
.Content_Threecol_Left_Container .Button15, .Content_Twocol_Left_Container .Button15 {
	margin-top:					12px;
	}



.Content_Threecol_Left_Border {
	width:						150px;
	margin:						0px;
	padding:					15px;
	border-bottom:				1px solid #4e4c4d;
	}
.Content_Threecol_Left {
	width:						150px;
	margin:						0px;21/01/2011
	padding:					15px;
	text-align:					center;
	}
.Content_Threecol_Left_Border input {
	width:						149px;
	margin-bottom:				5px;
	font-size:					11px;
	}
.Content_Threecol_Left_Border select {
	width:						152px;
	margin-bottom:				5px;
	font-size:					11px;
	}
.Content_Threecol_Left_Border Button {
	margin-top:					10px;
	}
.Content_Threecol_Left_Border ul li {
	list-style-type:				none;
	list-style-image:				none;
	margin:							0px 0px 10px 0px;
	}
.Content_Threecol_Left_Border li a {
	color:							#636366;
	font-weight:					bold;
	}


/* Style for EIZO Showcase - Left hand area products section */
.Content_Threecol_Left_Showcase_Border {
	width:						    150px;
	margin:						    0px;
	padding:					    15px;
	border-bottom:				    1px solid #4e4c4d;
	}
.Content_Threecol_Left_Showcase_Border ul {
	list-style-image:			    url("images/bullet.gif");
	list-style-position:		    outside;
	width:						    auto;
	margin-left:				    20px;
	}
.Content_Threecol_Left_Showcase_Border ul li {
	padding:					    0px;
	margin-bottom:				    5px;
	}
.Content_Threecol_Left_Showcase_Border li a {
	color:							#636366;
	}




.Content_Threecol_Right {
	width:						176px;
	margin:						0px;
	padding:					15px;
	border-bottom:				1px solid #4e4c4d;
	}
.Content_Threecol_Right input {
	width:						173px;
	margin-bottom:				5px;
	font-size:					11px;
	}
.Content_Threecol_Right select {
	width:						176px;
	margin-bottom:				5px;
	font-size:					11px;
	}
.Content_Threecol_Right Button {
	margin-top:					10px;
	}
.Content_Threecol_Centre {
	width:						454px;
	padding:					25px 30px 30px 30px;
	}
.Content_Twocol_Right {
	width:						660px;
	padding:					25px 30px 30px 30px;
	}
.Content_Twocol_Right_Split_Left {
	width:						315px;
	margin-right:				30px;
	}
.Content_Twocol_Right_Split_Right {
	float:						right;
	width:						315px;
	}
.Content_Onecol {
	width: 						660px;
	padding: 					31px 0px 15px 0px;
	margin-left:				30px;
	}
.Latest_News_Container {
	padding-top:				20px;
	padding-bottom:				20px;
	border-top:					1px solid #4e4c4d;
	}
.Latest_News_Container img {
	margin-right:				10px;
	float:						left;
	}
.Latest_News_Container p {
	width:				        344px;
    margin:                     0px 0px 0px 110px;
	}


.Product_Listing_Container {
	width:						315px;
	border-top:					1px solid #4e4c4d;
	float:						left;
	overflow:					hidden;
	margin-right:				30px;
	margin-bottom:				20px;
	}
.Product_Listing_Container_Inner {
	margin-top:					20px;
   overflow:               hidden;
}
.Product_Listing_Container img {
	margin-left:				10px;
	float:						right;
	}
.Product_Listing_Container .NewProduct {
	padding:					0px 3px 0px 3px;
	margin-left:				5px;
	background:					#A02013;
	color:						#FFFFFF;
	font-weight:				bold;
	}


.Product_Listing_Cat_Container {
	width:						315px;
	/*float:						left;*/
	overflow:					hidden;
	/*margin-right:				30px;*/
	margin-bottom:				30px;
	}
.Product_Listing_Cat_List {
	padding:					5px 0px 0px 0px;
	border-top:					1px solid #4e4c4d;
	border-bottom:				1px solid #4e4c4d;
	}
.Product_Listing_Cat_Container_Inner {
	overflow:					hidden;
	margin-bottom:				10px;
	}
.Product_Listing_Cat_Container img {
	float:						right;
	}
.Product_Listing_Cat_Container .NewProduct {
	padding:					0px 3px 0px 3px;
	margin-left:				5px;
	background:					#A02013;
	color:						#FFFFFF;
	font-weight:				bold;
	}

.Product_Listing_Cat_List  table td  {
	padding-right:				10px;
	padding-bottom:				5px
	}


.Share_Container_Line {
	padding-top:				20px;
	padding-bottom:				20px;
	border-top:					1px solid #4e4c4d;
	}
.Share_Container {
	padding-top:				20px;
	padding-bottom:				20px;
	}


.PromoArea {
	width:						514px;
	padding:					0px 0px 0px 0px;
	background:					url("images/bg_promo_area.gif") repeat-x bottom;
	position:					relative;
	}
.PromoAreaTwoCol {
	width:						720px;
	background-position:		bottom;
	background-repeat:			no-repeat;
	}
.PromoAreaTwoCol_inner {
	margin:						0px 30px 0px 30px;
	padding-top:				30px;
	}
.PromoAreaHome_inner {
	margin:						0px 30px 0px 30px;
	padding-top:				30px;
	width:						250px;
	position:					absolute;
	top:						0;
	left:						0;
	}
.PromoArea img {
	width:						514px;
	}



#Content_Promo {
	width:						720px;
	background-position:		bottom;
	background-repeat:			no-repeat;
	background:					url("images/bg_promo_area_short.gif") repeat-x bottom;
	padding:					30px 0px 30px 0px;
	}
#Content_Promo_Content {
	margin-left:				30px;
	margin-right:				30px;
	height:						121px;
	overflow:					visible;
	}
#Content_Promo_Content img {
	display:					inline-block;
	margin-top:					-30px;
	margin-bottom:				-30px;
	float:						right;
	}
#Content_Promo_Content p {
	margin:						0px;
	}
#Content_Promo H1 {
	width:						325px;
	}



#Content_Promo_Large {
	width:						720px;
	}
#Content_Promo_Large_Content {
	/*margin-left:				30px;
	margin-right:				30px;
	height:						121px;
	overflow:					visible;*/
	}
#Content_Promo_Large_Content img {
	display:					inline-block;
	margin-top:					-30px;
	margin-bottom:				-30px;
	float:						right;
	}
#Content_Promo_Large_Content p {
	margin:						0px;
	}



.PromoAreaTwoColShort {
	width:						660px;
	padding:					30px 30px 0px 0px;
	background:					url("images/bg_promo_area_short.gif") repeat-x left bottom;
	}
.PromoAreaTwoColShortTitle {
	width:						300px;
	margin:						0px;
	padding:					0px;
	}
.PromoAreaTitle {
	width:						225px;
	margin:						0px;
	padding:					0px;
	}
.PromoAreaTwoCol ul {
	list-style-position:		outside;
	width:						auto;
	margin-left:				18px;
	padding:					3px;
	}

.PromoAreaLeft {
	width:						150px;
	margin:						15px;
	}
.PromoArea_TwoCol_Home_Left {
	width:						254px;
	float:						left;
	}
.PromoArea_TwoCol_Home_Right {
	width:						200px;
	float:						right;
	}


/* Form Styles */
fieldset {
	margin:						0px;
	padding:					0px;
	border:						0px;
	}
form {
	margin:						0px;
	padding:					0px;
	border:						0px;
	}
.Header-Search {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						150px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	}


/* Forms Download section - ICC Profiles, Manuals etc */
#frmDownloadsSearch fieldset {
	width:						202px;
	float:						left;
	overflow:					hidden;
	}
#frmDownloadsSearch fieldset label {
	width:						192px;
	line-height:				1.5em;
	display:					block;
	}
#frmDownloadsSearch fieldset select {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						192px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	}
#frmDownloadsSearch fieldset input {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						186px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	}
#frmDownloadsSearch img {
	margin-top:					18px;
	height:						23px;
	}


/* Form Advanced Search */
#frmAdvancedSearch fieldset {
	width:						660px;
	overflow:					hidden;
	}
#frmAdvancedSearch fieldset label {
	width:						200px;
	display:					block;
	float:						left;
	}
#frmAdvancedSearch fieldset select {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						460px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	margin-bottom:				10px;
	}
#frmAdvancedSearch fieldset input {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	padding:					2px;
	background-color:			#ffffff;
	margin-bottom:				10px;
	}
#frmAdvancedSearch fieldset input.Keyword {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						454px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	margin-bottom:				10px;
	}


/* Form standard layout */
#frmStandard fieldset {
	width:						660px;
	overflow:					hidden;
	padding:					0px;
	}
#frmStandard fieldset label {
	width:						200px;
	display:					block;
	float:						left;
	}
#frmStandard fieldset input {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						454px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	margin-bottom:				10px;
	}
#frmStandard fieldset select {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						460px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	margin-bottom:				10px;
	}
#frmStandard fieldset textarea {
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	width:						454px;
	height:						100px;
	padding:					2px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	margin-bottom:				10px;
	}
.Verification {
	width:						460px;
	margin-left:				200px;
	padding:					0px;
	}


/* Product Navigation list styles */
#ProductNav {
	width: 						660px;
	color:						#333333;
	margin-left:				-5px;
	margin-bottom:				20px;
	}
#ProductNav ul {
	display:					inline;
	margin:						0px 0px 0px 0px;
	}
#ProductNav ul li {
	border-right:				1px solid #333333;
	display:					inline;
	margin:						0px;
	padding:					0px 5px 0px 5px;
	}
#ProductNav ul li.last {
	border-right:				0px;
	display:					inline;
	margin:						0px;
	padding:					0px 0px 0px 5px;
	}
#ProductNav A, #ProductNav A:link, #ProductNav A:visited {
	color:						#7f6d56;
	text-decoration:			none;
	}
#ProductNav A:hover {
	color:						#333333;
	text-decoration:			none;
	}


/* Pagination list styles */
#Pagination {
	width: 						660px;
	padding: 					15px 0px 5px 0px;
	color:						#333333;
	}
#Pagination ul {
	display:					inline;
	margin:						0px 0px 0px 0px;
	}
#Pagination ul li {
	border-right:				1px solid #333333;
	display:					inline;
	margin:						0px;
	padding:					0px 5px 0px 5px;
	}
#Pagination ul li.last {
	border-right:				0px;
	display:					inline;
	margin:						0px;
	padding:					0px 0px 0px 5px;
	}
#Pagination A, #Pagination A:link, #Pagination A:visited {
	color:						#7f6d56;
	text-decoration:			none;
	}
#Pagination A:hover {
	color:						#333333;
	text-decoration:			none;
	}



/* Specification Table */
.SpecificationTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	}
.SpecificationTableCol1 {
	width:						210px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.SpecificationTableCol2 {
	width:						450px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.SpecificationTableDisclaimer {
	width:						660px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	font-size:					10px;
	color:						#999999;
	}


/* Press Releases Table */
.CaseStudiesTable {
   width:                       660px;
   padding:                     0px;
   margin:                      0px;
   }
.CaseStudiesTableColumn {
   width:                       100%;
   padding:                     5px 0px 5px 0px;
   margin:                      0px;
   vertical-align:              top;
   border-bottom:               1px solid #E7E7E7;
   font-weight:                 bold;
   }



/* Press Releases Table */
.PressTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	margin-top:					-20px;
	}
.PressTable th {
    padding-top:				20px;
    }
.PressTableCol1 {
	width:						90px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.PressTableCol2 {
	width:						570px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.PressTableCol1Header {
	width:						90px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.PressTableCol2Header {
	width:						570px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.PressTable315 {
	width:						315px;
	padding:					0px;
	margin:						0px;
	}
.PressTable315Col1 {
	width:						50px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	text-align:					right;
	}
.PressTable315Col2 {
	width:						215px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.PressTable315Col3 {
	width:						50px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	text-align:					right;
	border-bottom:				1px solid #E7E7E7;
	}
.PressTableDisclaimer {
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	font-size:					10px;
	color:						#999999;
	}


/*Product Images Table */
.ProductImage315 {
    width:                      315px;
    padding:                    0px;
    margin:                     0px;
    border-bottom:              1px solid #E7E7E7;
}

.ProductImage315_top {
    width:                      315px;
    padding:                    0px;
    margin:                     0px;
    border-top:                 1px solid #E7E7E7;
    border-bottom:              1px solid #E7E7E7;
}
.ProductImage315Col1 {
    width:						50px;
    margin:						0px;
    vertical-align:				top;
    border-left:				1px solid #E7E7E7;
    background-color:			#cac3b3;
    font-weight:				bold;
}
.ProductImage315Col2 {
    width:						210px;
    margin:						0px;
    vertical-align:				top;
    border-left:				1px solid #E7E7E7;
}
.ProductImage315Col3 {
    width:						55px;
    margin:						0px;
    vertical-align:			    top;
    text-align:					right;
    border-left:				1px solid #E7E7E7;
    border-right:				1px solid #E7E7E7;
	}
.ProductImage315 td span, .ProductImage315_top td span {
   padding:                     5px;
   display:                     block;
   }
.ProductImage315Col1_empty {
   width:                       50px;
   margin:                      0px;
   vertical-align:              top;
   border-left:                 1px solid #E7E7E7;
   background-color:            #cac3b3;
   font-weight:                 bold;
   }   



/* Exhibitions Table */
.ExhibitionsTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	margin-bottom:				20px;
    margin-top:				    10px;
	}
.ExhibitionsTable th {
    padding-top:				20px;
    text-align:                 left;
    }
.ExhibitionsTableCol1 {
	width:						90px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.ExhibitionsTableCol2 {
	width:						570px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}

/* White Papers 3 col Table */
.WhitePapersTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	margin-top:					-20px;
	}
.WhitePapersTable th {
	padding-top:				20px;
   }
.WhitePapersTableCol1 {
	width:						120px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.WhitePapersTableCol2 {
	width:						440px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.WhitePapersTableCol3 {
	width:						100px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					right;
	}
.WhitePapersTableCol1Header {
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.WhitePapersTableCol2Header {
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.WhitePapersTableCol3Header {
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}


/* Compatability Table */
.CompatabilityTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	border-top:					1px solid #E7E7E7;
	}
.CompatabilityTableHeaderCol1 {
	width:						380px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	background-color:			#cac3b3;
	}
.CompatabilityTableHeaderCol2 {
	width:						260px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	border-right:				1px solid #E7E7E7;
	background-color:			#cac3b3;
	}
.CompatabilityTableCol1 {
	width:						380px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	}
.CompatabilityTableCol2 {
	width:						260px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	border-right:				1px solid #E7E7E7;
	}


/* Downloads Table */
.DownloadsTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	margin-bottom:				15px;
	margin-top:					5px;
	border-top:					1px solid #E7E7E7;
   }
.DownloadsTableCol1 {
	width:						260px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					left;
	}
.DownloadsTableCol2 {
	width:						175px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
   text-align:					left;
	}
.DownloadsTableCol3 {
	width:						75px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
   text-align:					left;
	}
.DownloadsTableCol4 {
	width:						75px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					left;
	}
.DownloadsTableCol5 {
	width:						75px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					center;
	}
.DownloadsTableColFull {
	padding:					8px 0px 8px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	background-color:			#F4F4F4;
	}
textarea.softwareagreement {
	width:						660px;
	height:						150px;
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#000000;
	padding:					2px;
	/margin-left:				-30px; /* IE Fix */
	margin-bottom:				15px;
	background-color:			#ffffff;
	border:						1px solid #7e9db9;
	}


/* Brochure Downloads table */
.BrochureTable {
	width:						660px;
	padding:					0px;
	margin:						0px;
	}
.BrochureTableCol1 {
	width:						180px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
   text-align:					left;
	}
.BrochureTableCol2 {
	width:						305px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					left;
	}
.BrochureTableCol3 {
	width:						100px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					left;
	}
.BrochureTableCol4 {
	width:						75px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	text-align:					center;
	}


/* Corporate Information Table */
.CorpinfoTable {
	width:						660px;
	padding:					0px;
	margin:						0px 0px 15px 0px;
	}
 .CorpinfoTableCol1 {
	width:						240px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.CorpinfoTableCol2 {
	width:						420px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}

.CorpinfoTable_3col {
	width:						660px;
	padding:					0px;
	margin:						0px 0px 15px 0px;
	}
.CorpinfoTable_3colCol1 {
	width:						220px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.CorpinfoTable_3colCol2 {
	width:						220px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.CorpinfoTable_3colCol3 {
	width:						220px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.CorpinfoTable_3colCol1_header {
	width:						220px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	background-color:			#cac3b3;
	font-weight:				bold;
	}
.CorpinfoTable_3colCol2_header {
	width:						220px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	background-color:			#cac3b3;
 	font-weight:				bold;
	}
.CorpinfoTable_3colCol3_header {
	width:						220px;
	padding:					5px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	border-left:				1px solid #E7E7E7;
	background-color:			#cac3b3;
 	font-weight:				bold;
	}


/* Company History Table */
.ComphistTable {
	width:						660px;
	padding:					0px;
	margin:						0px 0px 15px 0px;
	}
 .ComphistTableCol1 {
	width:						40px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	}
.ComphistTableCol2 {
	width:						380px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}
.ComphistTableCol3 {
	width:						220px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
    text-align:                 center;
    font-size:					9px;
	}



/* Table within a list - ScreenSlicer Product page */
.ScreenSlicerTable {
	width:						630px;
	padding:					0px;
	margin:						0px 0px 15px 0px;
	}
 .ScreenSlicerTableCol1 {
	width:						210px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
    text-align:                 left;
	border-bottom:				1px solid #E7E7E7;
	font-weight:				bold;
	}
.ScreenSlicerTableCol2 {
	width:						420px;
	padding:					5px 0px 5px 0px;
	margin:						0px;
	vertical-align:				top;
	border-bottom:				1px solid #E7E7E7;
	}



/* Expandable Content area */
.ExpandHeader {
	border-top:					1px solid #e7e7e7;
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	color:						#7f6d56;
	padding:					5px 0px 3px 0px;
	}
.ExpandHeader a, .ExpandHeader a:link, .ExpandHeader a:visited {
	color:						#7f6d56;
	text-decoration:			none;
	}
.ExpandHeader a:hover {
	color:						#7f6d56;
	text-decoration:			underline;
	}
.ExpandHeader img {
	vertical-align:				middle;
	margin-top:					-2px;
	}
.ExpandContent {
	border-top:					1px solid #f3f3f3;
	padding:					5px 0px 6px 25px;
	}
.ms2_collapsible_parent {
	background:					url("images/folder_up.gif") no-repeat;
	padding-left:				25px;
	}
.ms2_collapsible_open {
	background:					url("images/folder_down.gif") no-repeat;
	padding-left:				25px;
	}
.ms2_collapsible_show {
	display:					block;
	}
.ms2_collapsible_hide {
	display:					none;
	}

.collapsible_list_holder {
	margin-top:					-30px
	}



/* Back To Top links that sit next to H2 titles */
.BackToTop {
	height:						24px;
	width:						100px;
	float:						right;
	text-align:					right;
	padding:					0px;
	}
.BackToTop_Title {
	width:						500px;
	padding:					0px;
	}
.BackToTop_Holder {
	height:						30px;
	margin-top:					30px;
	}
.BackToTop img {
	vertical-align:				middle;
	}


/* Awards layout 2 col */
.Awards_Image {
	width:						110px;
	padding:					0px;
	}
.Awards_Text {
	width:						550px;
	padding:					0px;
	float:						right;
	}
.Awards_Holder {
	width:						660px;
	padding:					0px;
	margin:						0px;
	overflow:					hidden;
	}
.Awards_Image img {
	vertical-align:				middle;
	}


/* General Elements */
img {
	border:						0px;
	margin:						0px;
	padding:					0px;
	}
A, A:link, A:visited {
	color:						#7f6d56;
	text-decoration:			none;
	}
A:hover {
	color:						#7f6d56;
	text-decoration:			underline;
	}
A.LnkBigBlue, A:link.LnkBigBlue, A:visited.LnkBigBlue {
	color:						#0074be;
	text-decoration:			none;
	font-weight:				bold;
	font-size:					13px;
	}
A:hover.LnkBigBlue {
	color:						#0074be;
	text-decoration:			underline;
	}
img.EizoLogo {
	margin-top:					0px;
	padding:					0px;
	float:						left;
	}
img.RightFloated {
	float:						right;
	margin-top:					0px;
	padding:					0px 0px 10px 10px;
	}
.Right {
	float:						right;
	}
.Left {
	float:						left;
	}
.Center {
	text-align:					center;
	}
.Clear {
	clear:						both;
	}
.Spacer5 {
	height:						5px;
	}
sup {
	font-size:					9px;
	line-height:				5px;
	vertical-align:				text-top;
	}
.Red {
	color:						#CC0000;
	}
.Blue {
	color:						#0000FF;
	}


.auto_container {
	overflow:					auto;
	}
.product_images_category {
	margin-bottom:				30px;
	}
.product_images_left {
	margin-right:				30px;
	float:						left;
	}




/* List style converted for magicAdmin - Inheritance from 'Content_Twocol_Right_Container' */
.Content_Twocol_Right_Container ul {
	list-style-image:			url("images/bullet.gif");
	list-style-position:		outside;
	width:						auto;
	margin-left:				20px;
	}
.Content_Twocol_Right_Container ul li {
	padding:					0px;
	margin-bottom:				5px;
	}

.Content_Twocol_Right_Container ol {
	list-style-position:		outside;
	width:						auto;
	margin-left:				20px;
	padding:					5px 0px 15px 10px;
	}
.Content_Twocol_Right_Container ol li {
	padding:					0px;
	margin-bottom:				5px;
	}



.Content_Twocol_Right_Container ul.sitemap {
	list-style-type:		none;
	list-style-image:		none;
	margin-left:			-20px;
	}
.Content_Twocol_Right_Container .sitemap li {
	list-style-type:		none;
	list-style-image:		none;
	margin-left:			20px;
	padding:				2px 0px 2px 0px;
	color:					#000000;
	}
.Content_Twocol_Right_Container .sitemap li.page {
	list-style-type:		none;
	background: 			transparent url('images/icon_sitemap_page.gif') no-repeat left;
	padding:				2px 0px 2px 15px;
	}
.Content_Twocol_Right_Container .sitemap li.level2 {
	border-top:				1px solid #999999;
	margin-top:				10px;
	padding-top:			6px;
	color:					#000000;
	}
.Content_Twocol_Right_Containert .sitemap li.folder{
	background: 			transparent url('images/icon_sitemap_folder.gif') no-repeat 0px 5px;
	}
.Content_Twocol_Right_Container .sitemap li.folder.level2{
	background-image:		none;
	}

hr {
	height:						1px;
	margin:						10px 0px 10px 0px;
	border-top:					solid 1px #e7e7e7;
	border-bottom:				solid 1px #e7e7e7;
	border-left:				solid 1px #e7e7e7;
	border-right:				solid 1px #e7e7e7;
	}



/* sIFR Elements */
.sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h6,
    .sIFR-active h5#pullquote {
		visibility:				hidden;
		font-family:			Arial;
    }
    .sIFR-active h1 {
		font-size:				30px;
		padding-bottom:			0;
    }
    .sIFR-active h2 {
		font-size:				22px;
		display:				block;
    }
    .sIFR-active h3 {
		font-size:				28px;
		display:				inline;
    }
	.sIFR-active h4 {
		font-size:				22px;
		padding:				0px;
        margin:                 0px;
		float:					left;
		line-height:			20px;
		width:					180px;
    }
    .sIFR-active h5 {
		font-size:				20px;
		padding:				0px;
    }
    .sIFR-active h6 {
		font-size:				20px;
		padding:				0px;
    }


/* Required for Cufon */
h1 {
    font-weight:            normal;
    font-size:              32px;
    line-height:            20px;
    }
h2 {
    font-weight:            normal;
    font-size:              25px;
    line-height:            20px;
    color:                  #999;
    }
h3 {
    font-weight:            normal;
    font-size:              26px;
    line-height:            100%
    }
h4 {
    font-weight:            normal;
    font-size:              26px;
    color:                  #999;
    line-height:            100%
    }



/* magicSite form builder front-end styles */
.ms2FormB .frmElement {
	height:					auto;
	min-height:				auto;
	display:				inline-block;
	}
.ms2FormB .frmElementCheckbox label,  .frmElementRadio label {
	margin-left: 			3px;
	vertical-align:			top;
	}
.ms2FormB label {
	padding-right: 			8px;
	}
.ms2FormB .field_required_text {
	color:                 	#CC0000;
	font-weight:			normal;
	}
.ms2FormB .frmLabel {
	}
.ms2FormB .topLabel {
	}
.ms2FormB .leftLabel {
	width: 					200px;
	clear: 					none;
	float:					left;
	}
.ms2FormB .rightLabel {
	width: 					200px;
	clear: 					none;
	float: 					left;
	text-align: 			right;
	}
.ms2FormB .elementLarge {
	background-color:		#FFFFFF;
	border:					1px solid #7E9DB9;
	color:					#000000;
	font:					12px Arial,Tahoma,Helvetica,sans-serif;
	margin-bottom:			10px;
	padding:				2px;
	/*width:			    240px;*/
    width:                  354px;
	}
.ms2FormB .elementError {
	border:					1px solid red;
	}
.ms2FormB select.elementLarge {
	background-color:		#FFFFFF;
	border:					1px solid #7E9DB9;
	color:					#000000;
	font:					12px Arial,Tahoma,Helvetica,sans-serif;
	margin-bottom:			10px;
	padding:				2px;
	/*width:				    240px;*/
    width:                  360px;
	}
.ms2FormB label {
	width: 					200px;
	display:				inline-block;
	}
.ms2FormB label.Error {
	width:					270px;
	margin-top:				2px;
	display:				inline-block;
	float:					right;
	color:					red;
	}
.ms2FormB label.Description {
	width:					270px;
	margin-top:				-2px;
	display:				inline-block;
	float:					right;
	color:					#999999;
	font-size:				0.8em;
	}


.ms2FormB .elementMedium {
	background-color:			#FFFFFF;
	border:						1px solid #7E9DB9;
	color:						#000000;
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	margin-bottom:				10px;
	padding:					2px;
	width:						254px;
	}
.ms2FormB .elementSmall {
	background-color:			#FFFFFF;
	border:						1px solid #7E9DB9;
	color:						#000000;
	font:						12px Arial,Tahoma,Helvetica,sans-serif;
	margin-bottom:				10px;
	padding:					2px;
	width:						154px;
	}
.ms2FormB .frmElementButton {
	float:						right;
	margin-bottom:				10px;
	}
.ms2FormB .frmElementButtonImage {
	float:						left;
   }
	}
.ms2FormB .msFieldsetDetail {
	border: 					1px dotted #ccc;
	padding: 					10px;
	background-color: 			#F9F9F9;
	margin-bottom: 				15px;
	display: 					block;
	}
.ms2FormB .containerElementDetails fieldset {
	background-color:			#F2FBFF;
	clear:						both;
	float:						left;
	width:						265px;
	}
.ms2FormB .containerElementDetails .elementLabel {
	clear:						left;
	color:						#666666;
	float:						left;
	line-height:				16px;
	width:						100px;
	}
.ms2FormB .topContent {
	margin-left:				0px;
	height:						auto;
	}
.ms2FormB .leftContent {
	margin-left: 				0px;
	height:						auto;
	}
.ms2FormB .rightContent{
	height:						auto;
	}
.ms2FormB .progressBar {
	margin-top:					-10px;
	}
.ms2FormB .elementGroup {
	border-bottom:				1px solid #DFDFDF;
	padding:					15px 0px 0px 0px;
}
.ms2FormB .frmElementButton {
	width:						auto;
}
.ms2FormB .formRow {
	margin-bottom:				5px;
}
.ms2FormB .elementGroupComment {
	width:						235px;
	float:						right;
}
.elementSecurityCodeContainer {
	width:						217px;
	height:						62px;
	padding:					0px 0px 10px 0px;
	}
.elementSecurityCodeButtons {
	width:						30px;
	float:						right;
    margin:                     0px;
	}
.SecurityImage {
	border:						1px solid #333333;
	}
.frmElementCaptcha {
    width:                      460px;
    font-size:                  11px
    }


/* Alpha List (Glossary) */
ul.alphalist {
	width:						660px;
	padding: 					15px 0px 15px 0px;
	margin:						0px;
	color:						#333333;
	}
ul.alphalist li {
	display:					inline;
	margin:						0px;
	}
ul.alphalist A, ul.alphalist A:link, ul.alphalist A:visited  {
	color:						#7f6d56;
	text-decoration:			none;
	display:					inline-block;
	width:						2.4em;
	text-align:					center;
	}
ul.alphalist strong {
	text-decoration:			none;
	display:					inline-block;
	width:						2.4em;
	text-align:					center;
	}
ul.alphalist A:hover {
	color:						#333333;
	text-decoration:			none;
	}


/* Search Reuslts Page */
.magicSearch_Result_Title, .magicSearch_Result_Title A, .magicSearch_Result_Title A:link, .magicSearch_Result_Title A:visited  {
	color:						#7f6d56;
	}
.magicSearch_Result_Text {
	color:						#333333;
	}
.magicSearch_Result_Info {
	color:						#999999;
	}


.Content_Twocol_Right p {
   margin-bottom : 20px;
      line-height:            140%;
	}


/* Default Table Styles */
.DefaultTable {
	width:						100%;
	border-left:				1px solid #9E9E9E;
	border-top:					1px solid #9E9E9E;
	}
.DefaultTable th {
	background:					#cac3b3;
	border-bottom:				1px solid #9E9E9E;
	border-right:				1px solid #9E9E9E;
	vertical-align:				top;
	padding:					5px;
	text-align:					left;
	font-weight:				normal;
	}
.DefaultTable td {
	border-bottom:				1px solid #9E9E9E;
	border-right:				1px solid #9E9E9E;
	vertical-align:				top;
	padding:					5px;
	}



.DefaultTable_noborders {
	width:						100%;
	}
.DefaultTable_noborders th {
	background:					#cac3b3;
	vertical-align:				top;
	padding:					5px;
	text-align:					left;
	font-weight:				normal;
	}
.DefaultTable_noborders td {
	vertical-align:				top;
	padding:					5px;
	}



/* Library Table Styles */
.LibraryTable {
	width:						100%;
	border-left:				0px solid #9E9E9E;
	border-top:					0px solid #9E9E9E;
	}
.LibraryTable td {
	border-bottom:				0px solid #9E9E9E;
	border-right:				0px solid #9E9E9E;
	vertical-align:				top;
	padding:					5px;
	}


/* Product Finder */
.Content_full_Twocol_Right_Split_Left {
	width:						390px;
	margin-right:				30px;
	}
.Content_full_Twocol_Right_Split_Right {
	float:						right;
	width:						390px;
	}

.search_filter_group {
	margin:						0px 0px 20px 0px;
	width:						390px;
	overflow:					hidden;
	}

#filter_group_2 {
	margin-top:					41px;
	}

.search_filter {
	padding:					5px 0px 10px 0px;
	overflow:					hidden;
	}
.search_filter .label {
	width:						125px;
	float:						left;
	}
.search_filter .options {
	width:						265px;
	float:						right;
	}
.search_filter select {
	width:						265px;
	}

#btn_search {
	float:						right;
	}
#btn_reset {
	float:						right;
	margin-right:				7px;
	}
#search_buttons {
	margin-bottom:				20px;
	border:						1px dotted #999;
	background-color:			#EEE;
	padding:					7px;
	overflow:					auto;
	}
#search_counter {
	float:						left;
	line-height:				23px;
	}

.options_2_col {
	}
.options_2_col input {
	margin-right:				5px;
	}
.option_2x1 {
	width:						210px;
	float:						left;
	margin-bottom:				5px;
	}
.option_2x2 {
	width:						175px;
	float:						right;
	margin-bottom:				5px;
	}

.options_3_col {
	}
.options_3_col input {
	margin-right:				5px;
	}
.option_3x1 {
	width:						88px;
	float:						left;
	}
.option_3x2 {
	width:						88px;
	float:						left;
	}
.option_3x3 {
	width:						89px;
	float:						left;
	}

#search_screen_min {
	width:						40px;
	float:						left;
	}
#search_screen_max {
	width:						40px;
	float:						left;
	text-align:					right;
	}
#search_screen_slider {
	width:						183px;
	float:						left;
	}
#errorWarning {
	display:					none;
    }
    
    
    
/* Collapsible panel update for jQuery */
.collapsibleContainer {
    }

.collapsibleContainer span {
   display:                     none;
    }
.collapsibleContainerTitle {
    cursor:                     pointer;
    }
.collapsibleContainerTitle div {
    }
.collapsibleContainerContent {
    }
.collapsibleContainerContent span {
   display:                     block;
    }
