.LTR, .RTL
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

html,body,form
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
	margin: 0px;
	padding: 0px;
	height:100%;

}

A, A:visited
{
	font-size: 7pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;
}

.SearchResult, .ResultTitle, a.ResultTitle,a.ResultTitle:visited
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: #f4b322;
	text-transform: uppercase; 
}

h1
{
	font-size: 26pt;
	color: Red;
}

h2
{
	font-size: 20pt;
	color: DarkGray;
}

h3
{
	font-size: 20pt;
	color: #f4b322;
}

h4
{
	font-size: 8pt;
	color: Red;
}

hr
{
	color: #eeeeee;
}

#fullheight{height:100%}

/* Edit mode controls */
.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold; 
	display: inline-block;
	color: Black;
}

.CMSPageManager
{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

.CMSPageManager A
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.CMSPageManagerLabel
{
	text-align: right;
}

.CMSPageManagerTDlabel
{
	padding-left: 10px;
}

.CMSEditableRegion
{
	background-color: white;
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
}

/* Image Gallery */
.ImageGalleryPager
{
	border: solid 1 black;
	padding: 2;
	margin: 5 0 5 0;
	text-align: center;	
}
.ImageGalleryPager div
{
	display: inline;
}
.ImageGalleryPagerPrevious
{
	width: 20%;
	text-align: left;
}
.ImageGalleryPagerNext
{
	width: 20%;
	text-align: right;
}

.ImageGalleryPager
{
	background-color: #fec698;
	padding: 2px 2px 2px 2px;
	display: inline-block;
	width: 600px;
}

.ImageGalleryPagerPrevious
{
	float: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPagerNext
{
	float: right;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPreviewImage
{
	border-width: 0px;
}

.ImageGalleryDetailImage
{
	border-width: 0px;
}

.ImageGalleryParent
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryItem
{
	padding: 2px 2px 2px 2px;
}

/* Shopping Cart */

.CommerceCartHeader
{
	background-color: #888888;
	font-weight: bold;
	color: #ffffff;
}

/* Others */

.FormErrorLabel
{
  color: Red;
}

.LogonTextBox
{
  width: 150px;
}

.EditableTextError
{
  color: red
}

/* --- Containers --- */
.BoxTitle, .BoxTitleFull
{
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 22px;
}

.BoxTitle
{	
	height: 22px;
	border-bottom: solid 1px #ffffff;
}

.BoxTitleFull
{
	height: 23px;
	border-bottom: solid 1px #4e5a5f;
}

.BoxArea
{
	vertical-align: top;
	border-top: solid 1px #4e5a5f;
	padding: 5px;
}

.GreenGradient, .BlueGradient, .RedGradient
{
	background-repeat: no-repeat;
	padding: 10px;
	color: #ffffff;
}

.GreenGradient a, .BlueGradient a, .RedGradient a, .GreenGradient a:visited, .BlueGradient a:visited, .RedGradient a:visited
{
	color: #ffffff;
}

/* Green */
.Green .BoxTitle, .Green .BoxTitleFull
{
	color: #ffffff;
	background-color: #9cdc62;
	background-image: url(../app_themes/green/Images/Green/boxtitle.aspx);
}

.Green .BoxArea
{
	background-color: #f3f9ed;
}

.GreenGradient
{
	background-image: url(../app_themes/green/Images/Green/box.aspx);
	background-color: #4f7a00;
}

/* Blue */
.Blue .BoxTitle, .Blue .BoxTitleFull
{
	color: #ffffff;
	background-color: #5a97e6;
	background-image: url(../app_themes/green/Images/Blue/boxtitle.aspx);
	
}

.Blue .BoxArea
{
	background-color: #eaf0f8;
}

.BlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/box.aspx);
	background-color: #2e68bf;
}

.LightBlueBox
{
	background-color: #eaf0f8;
	padding: 5px;
}

.LightBlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/whitegradient.aspx);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Red */
.Red .BoxTitle, .Red .BoxTitleFull
{
	color: #ffffff;
	background-color: #ff4f4a;
	background-image: url(../app_themes/green/Images/red/boxtitle.aspx);
}

.Red .BoxArea
{
	background-color: #fff5e5;
}

.RedGradient
{
	background-image: url(../app_themes/green/Images/Red/box.aspx);
	background-color: #b80018;
}

/* Gray */
.Gray .BoxTitle, .Gray .BoxTitleFull
{
	color: #525252;
	background-color: #fafaff;
	background-image: url(../app_themes/green/Images/Gray/boxtitle.aspx);
}

.Gray .BoxArea
{
	background-color: #ffffff;
}

.LightGrayGradient
{
	background-image: url(../app_themes/green/Images/Gray/whitegradient.aspx);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Overall */
.Footer
{
	background-color: #667073;
	background-image: url(../app_themes/green/Images/Gray/darkgradient.aspx);
	color: #ffffff;
}

.Logo
{
	height: 98px;
	width: 270px;
	padding: 0px;
	margin: 0px;
	background-position: center;
	background-image: url(../app_themes/green/Images/Green/logo.aspx);
	background-repeat: no-repeat;
}

.Header .LogoHeader
{
	border: solid 1px #ffffff;
}

.Header .LogoBack
{
	background-color: #eef0f2;
	background-image: url(../app_themes/green/Images/Gray/logogradient.aspx);
	background-repeat: repeat-x;
}

.Header .MenuBack
{
	background-color: #dfe4e8;
	background-image: url(../app_themes/green/Images/Gray/lightgradient.aspx);
	background-repeat: repeat-x;
}

.Content
{
	border-top: solid 2px #4e5a5f;
	border-bottom: solid 2px #4e5a5f;
}

.Content .BorderTop
{
	height: 5px;
	line-height: 1px;
	overflow: hidden;
	background-image: url(../app_themes/green/Images/Green/bordertop.aspx);
}

.Content .BorderBottom
{
	height: 6px;
	line-height: 1px;
	overflow: hidden;
	background-image: url(../app_themes/green/Images/Green/borderbottom.aspx);
}

.Content .Area
{
	background-color: #ffffff;
	padding: 3px;
}

.Page
{
	width: 900px;
	background-color: #ffffff;
}

.ContentPadding
{
	padding: 0px 10px 0px 10px;
}

/* Main Menu */
.CMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

.CMSMenuItem, .CMSMenuItemMouseUp,  .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown
{
	padding-right: 20px;
	font-size: 8pt;
	color: black;
	font-family: arial;
	font-weight: bold;
	height: 30px;
}

.CMSMenuItemMouseOver, .CMSMenuHighlightedMenuItemMouseOver
{
	padding-right: 20px;
	font-size: 8pt;
	color: black;
	font-family: arial;
	font-weight: bold;
	background: #eeeeee;
	background-repeat: no-repeat;
	height: 30px;
}

.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	background-position: 0px -2px;
	color: black;
}

.SubCMSMenu
{
	padding-top: 21px;
	padding-top: 21px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background: #F6F6F6;
}

.SubCMSMenuItem, .SubCMSMenuItemMouseUp, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseDown
{
	padding-right: 21px;
	padding-left: 21px;
	font-size: 8pt;
	color: darkgrey;
	font-family: arial;
	font-weight: bold;
	height: 20px
}

 .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuItemMouseOver
{
	padding-right: 21px;
	padding-left: 21px;
	font-size: 8pt;
	color: black;
	font-family: arial;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 20px
}

.SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	color: black;
}


/* Tree menu */

/* left images can be configured in app_themes/green/default.skin file */

.CMSTreeMenuTable
{
	width: 170px;
}

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem
{
	color: #2e68bf;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
}

.CMSTreeMenuLink, .CMSTreeMenuLink:visited
{
	color: #2e68bf;
	text-decoration: none;
	font-weight: bold;
}

.CMSTreeMenuSelectedLink, .CMSTreeMenuSelectedLink:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/* Product */
.ProductPreview .LinkMore
{
	background-image: url(../app_themes/green/Images/Blue/arrowrightmiddle.aspx);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

.ProductPreview
{
	width: 170px; 
	text-align: center;
	padding: 3px;
}

.ProductPreview .ProductBox
{
	background-color: #ffffff;
	border: 1px solid #c4cad2; 
	padding: 0px; 
	margin: 0px auto;
}

.ProductPreview .ProductTitle
{
	height: 32px; 
	font-weight: bold; 
	text-align: center;
	background-image: url(../app_themes/green/Images/Gray/whitegradient.aspx);
	background-repeat: repeat-x;
	padding: 10px;
}

.ProductPreview .ProductTitle A
{
	text-decoration: none;
}

.ProductPreview .ProductImage
{
	height: 120px;
	overflow: hidden;
	text-align: center;
}

.ProductPreview .ProductFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 5px;
}

.ProductPreview .ProductPrice
{
	font-size: 15px;
	font-weight: bold;
	color: #5e9728;
}

.ProductDetail
{
        width:100%;
}

.ProductDetail .ProductData
{
	padding: 5px 60px 5px 60px;
}

.ProductDetail .ProductFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 10px 60px 10px 10px;
}

.ProductDetail .ProductPrice
{
	font-size: 18px;
	font-weight: bold;
	color: #5e9728;
}

.ProductDetail .ProductSummary
{
	vertical-align: top;
}

.ProductDetail .ProductImage
{
	width: 220px;
}

.ProductDetail .ProductShortDescription
{
	font-weight: bold;
}

.ProductDetail .ProductDescription
{
	padding: 10px;
}

/* News */
.NewsDetail .NewsSummary
{
	font-weight: bold;
	padding: 5px;
}

.NewsDetail .NewsReleaseDate
{
	color: #2e68bf;
	padding: 0px 5px 5px 6px;
	font-size: 14px;
	font-weight: bold;
}

.NewsDetail .NewsText
{
	padding: 5px;
}

.NewsDetail .NewsTitle
{
	font-size: 22px;
	font-weight: bold;
	color: #86c74c;
	margin: 0px;
	padding: 10px 5px 0px 3px;
}

.NewsLatest
{
	width: 170px;
	height: 119px;
	overflow: hidden;
}

.NewsLatest .NewsTitle
{
	font-weight: bold;
	font-size: 15px;	
	padding: 5px 0px 0px 0px;
}

.NewsLatest hr
{
	margin: 0px;
	padding: 0px;
	color: #eeeeee;
}

.NewsLatest .NewsSummary
{
	height: 63px;
	overflow: hidden;
}

.NewsLatest .LinkMore
{
	background-image: url(../app_themes/green/Images/White/arrowrightmiddle.aspx);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
	display: block;
	text-align: right;
	font-weight: bold;
}

/* Search result */
.SearchResult
{
	padding: 5px 3px 5px 3px;
}



.SearchResult .ResultPath
{
	padding-left: 12px;
}

.CarlsonSubscribeHeader
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: Red;
}

.CarlsonExpertHeader
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: #f4b322;
	text-transform: uppercase; 
}

.CarlsonExpertText
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

.CarlsonExpertPhone
{
	font-size: 8pt; 
	font-weight: bold; 
	color: black;
}

.CarlsonSubscribeSubmit
{
	font-size: 8pt; 
	font-weight: bold;  
}

.CarlsonNewsDisplayHeader
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: #f4b322;
	text-transform: uppercase; 
}

.CarlsonNewsDisplayText
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

.CarlsonNewsDisplayMore
{
	font-size: 8pt; 
	font-weight: bold;  
}

.CarlsonSearchText
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;
}

.CarlsonSearchLink
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;
}

.CarlsonNewsListLink
{
	font-size: 8pt; 
	font-weight: bold;  
}

.CarlsonNewsListMore, .CarlsonNewsListMore:visited
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: #f4b322;
	text-transform: uppercase; 
}

.CarlsonNewsItemHeader
{
	font-size: 26pt;
	color: Red;
}

.CarlsonNewsItemDate
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

.CarlsonPeopleHeader
{	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

.CarlsonPeopleText
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

.CarlsonPeopleItemSelected
{
	border-top: 1px dashed #cecece;
	border-bottom: 1px dashed #cecece;
}

.CarlsonPeopleItemHover
{
	background-color: #EEEEEE;
}

.CarlsonPeopleItem
{
	font-size: 8pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;	
}

.CMSBreadCrumbsSeparator
{
	font-size: 7pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;
	text-transform: lowercase;
}

.CMSBreadCrumbsLink
{
	font-size: 7pt; 
	font-weight: normal;  
	font-family: Arial;  
	text-decoration: none;  
	color: #636363;
	text-transform: lowercase;
}

.CarlsonClientHeader
{
	font-size: 8pt; 
	font-weight: bold;  
	font-family: Arial;  
	text-decoration: none;  
	color: Red;
}

.CarlsonClientsHeader
{
	color: black;
	font-family: arial;
	font-weight: bold;
}

.CarlsonClientsListMore
{
	font-size: 8pt; 
	font-weight: bold; 
}

.CarlsonPeopleTable
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.CarlsonMenuItem
{
	padding-right: 5px;
	padding-left: 5px;
	height: 28px;
	border-bottom: solid 2px #eeeeee;
	z-index: 2;
}

.CarlsonMenuItemText
{	
	font-size: 8pt;
	color: black;
	font-family: arial;
	font-weight: bold;
	z-index: 2;
}

.CarlsonMenuItemTextHover
{
	font-size: 8pt;
	color: black;
	font-family: arial;
	font-weight: bold;
	z-index: 2;
}

.CarlsonMenuTable
{
	position: relative;
	top: 4px;
	_top: 3px;
}

.CarlsonMenuItemHover
{
	background-color: #eeeeee;
	padding-right: 5px;
	padding-left: 5px;
	height: 28px;
	border-bottom: solid 2px Red;
	background-position: top right; 
	background-repeat: no-repeat;
	background-image: url(/images/trmenu.gif);
	cursor: pointer;
	z-index: 2;
}

.CarlsonMenuSubTable
{
	z-index: 2;
}

.CarlsonMenuSubItem
{
	background-color: #eeeeee;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	z-index: 2;
}

.CarlsonMenuSubItemText
{
	font-size: 8pt;
	color: DarkGray;
	font-family: arial;
	font-weight: bold;
	z-index: 2;
}

.CarlsonMenuSubItemTextHover
{
	font-size: 8pt;
	color: Black;
	font-family: arial;
	font-weight: bold;
	z-index: 2;
}

.CarlsonMenuSubItemHover
{
	background-color: #eeeeee;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	background-position: center left; 
	background-repeat: no-repeat;
	background-image: url(/images/CLSubMenu.gif);
	z-index: 2;
}

.CarlsonMenuSubSubItem
{
	background-color: #F6F6F6;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	z-index: 2;
}

.CarlsonMenuSubSubItemHover
{
	background-color: #F6F6F6;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	cursor: pointer;
	background-position: center left; 
	background-repeat: no-repeat;
	background-image: url(/images/CLSubMenu.gif);
	z-index: 2;
}
.CarlsonMenuSubPanel
{
	background-color: #eeeeee;
	display: none; 
	position: absolute; 
	top: 92px;
	_top: 92px;
	z-index: 2;	
}

.h1
{
	font-size: 26pt;
	color: Red;
}

.h2
{
	font-size: 20pt;
	color: DarkGray;
}

.h3
{
	font-size: 20pt;
	color: #f4b322;
}

.h4
{
	font-size: 8pt;
	color: Red;
}

.CarlsonFeatureItemHeader
{
	font-size: 20pt;
	color: DarkGray;
}