.LTR, .RTL
{
	background-color:#B3BAC2;
}

body
{
	font-family: Arial;
	font-size:  smaller;	
	margin: 0px;
	padding: 0px;

}

h1
{
	font-size: 22px;
	color: #417dd0;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 12px;
}

hr
{
	color: #eeeeee;
}

/* Edit mode controls */
.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: hand;
	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.gif);
}

.Green .BoxArea
{
	background-color: #f3f9ed;
}

.GreenGradient
{
	background-image: url(../app_themes/green/Images/Green/box.gif);
	background-color: #4f7a00;
}

/* Blue */
.Blue .BoxTitle, .Blue .BoxTitleFull
{
	color: #ffffff;
	background-color: #5a97e6;
	background-image: url(../app_themes/green/Images/Blue/boxtitle.gif);
	
}

.Blue .BoxArea
{
	background-color: #eaf0f8;
}

.BlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/box.gif);
	background-color: #2e68bf;
}

.LightBlueBox
{
	background-color: #eaf0f8;
	padding: 5px;
}

.LightBlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/whitegradient.gif);
	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.gif);
}

.Red .BoxArea
{
	background-color: #fff5e5;
}

.RedGradient
{
	background-image: url(../app_themes/green/Images/Red/box.gif);
	background-color: #b80018;
}

/* Gray */
.Gray .BoxTitle, .Gray .BoxTitleFull
{
	color: #525252;
	background-color: #fafaff;
	background-image: url(../app_themes/green/Images/Gray/boxtitle.gif);
}

.Gray .BoxArea
{
	background-color: #ffffff;
}

.LightGrayGradient
{
	background-image: url(../app_themes/green/Images/Gray/whitegradient.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Overall */
.Footer
{
	background-color: #667073;
	background-image: url(../app_themes/green/Images/Gray/darkgradient.gif);
	color: #ffffff;
}

.Logo
{
	height: 98px;
	width: 270px;
	padding: 0px;
	margin: 0px;
	background-position: center;
	background-image: url(../app_themes/green/Images/Blue/logo.gif);
	background-repeat: no-repeat;
}

.Header .LogoHeader
{
	border: solid 1px #ffffff;
}

.Header .LogoBack
{
	background-color: #eef0f2;
	background-image: url(../app_themes/green/Images/Gray/logogradient.gif);
	background-repeat: repeat-x;
}

.Header .MenuBack
{
	background-color: #dfe4e8;
	background-image: url(../app_themes/green/Images/Gray/lightgradient.gif);
	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/Blue/bordertop.gif);
}

.Content .BorderBottom
{
	height: 6px;
	line-height: 1px;
	overflow: hidden;
	background-image: url(../app_themes/green/Images/Blue/borderbottom.gif);
}

.Content .Area
{
	background-color: #ffffff;
	padding: 3px;
}

.Page
{
	width: 900px;
	background-color: #ffffff;
}

.ContentPadding
{
	padding: 0px 10px 0px 10px;
}

/* Main Menu */
.CMSMenu
{
	border: none;
	padding: 0px;
	margin: 0px;
	width:131px;
}

.CMSMenuItem, .CMSMenuItemMouseUp, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	background:url(/images/index_r5_c3-jpg.aspx);
	background-repeat:no-repeat;
	text-decoration:none;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding: 2px 0px 0px 10px;
	letter-spacing:0.5px;
	top: 1px;
	width:131px;
	text-transform:uppercase;

}

.CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown
{
	background-image:url(/images/index_r5_c31-jpg.aspx);
	height:25px;
	background-repeat:no-repeat;
	font-size:14px;
	padding: 2px 0px 0px 10px;
	width:131px;
	text-transform:uppercase;
}

.SubCMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	width:131px;
}

.SubCMSMenuItem, .SubCMSMenuItemMouseUp, .SubCMSMenuItemMouseOver, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	background:url(/images/index_r5_c3-jpg.aspx);
	background-repeat:no-repeat;
	text-decoration:none;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	padding: 2px 0px 0px 10px;
	letter-spacing:0.5px;
	top: 1px;
	width:131px;
	text-transform:uppercase;
}


.SubCMSMenuItemMouseOver, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	background-image:url(/images/index_r5_c31-jpg.aspx);
	background-repeat:no-repeat;
	height:25px;
	font-size:14px;
	padding: 2px 0px 0px 10px;
	width:131px;
	text-transform:uppercase;
}


/* Tree menu */
.CMSTreeMenuTable
{
	width: 170px;
}

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem
{
	color: #e3112a;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	/*background-image: url(../app_themes/green/Images/Red/arrowrightsmall.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left;*/
}

.CMSTreeMenuLink, .CMSTreeMenuLink:visited
{
	color: #e3112a;
	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/Red/arrowrightmiddle.gif);
	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.gif);
	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: #417dd0;
}

.ProductDetail
{
}

.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: #417dd0;
}

.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: #e73349;
	padding: 0px 5px 5px 6px;
	font-size: 14px;
	font-weight: bold;
}

.NewsDetail .NewsText
{
	padding: 5px;
}

.NewsDetail .NewsTitle
{
	font-size: 22px;
	font-weight: bold;
	color: #417dd0;
	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.gif);
	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 .ResultTitle
{
	padding: 0px 0px 1px 12px;
	font-weight: bold;
	background-image: url(../app_themes/green/Images/Red/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.SearchResult .ResultPath
{
	padding-left: 12px;
}

.NewsletterSubscription input[type="text"]
{
	width: 128px;
}

/* My account */
.ContentButton
{
	width: 75px;
}

.TextBoxField
{
	width: 280px;
}

.DropDownField
{
	width: 285px;
}

.TabsHeader
{
	padding: 5px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.TabControlLinkSelected
{
	font-weight: bold;
}

.TabsContent
{
	padding: 10px;
	border: solid 1px #cccccc;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #E8E8E8;
}
.regText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.headText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #026BBE;
}
.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}.notesText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}
.copyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #026BBE;
}

a:link {color: #026BBE}
a:visited {color: #026BBE}
a:hover {color: #999999}
a:active {color: #026BBE}

#scroll {
padding : 4px; 
width : 225px; 
height : 310px; 
overflow : auto;
}
img.border {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	margin: 0;
    padding: 0;
	padding-top:0;
	background:#B3BAC2;
}
.topMenu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	font-weight:bolder;
	letter-spacing:1px;
	margin-right: 25px;
	padding-right: 25px;
}
.Minheading
{
	background:url(/images/index_r13_c7-jpg.aspx) no-repeat 0px;
	padding-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	letter-spacing: 0.5px;
}
.rightGray
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	font-weight:bold;
	padding-left:0px;
}
.rightDate
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	padding-left:0px;
}
.bodyText
{
	padding-left:0px;
	padding-right:5px;
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	
}
.rightbodyText
{
	padding-left:0px;
	padding-right:0px;
	color:#333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	
}
.bodyTextmore
{
	word-spacing: 1px;
	color:#990000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	
}
.bodyTextBlue
{
	font:bold 10pt Arial, Helvetica, sans-serif;
	color:#698ED0;
	padding-left:0px;
	padding-right: 5px;
	
}
.rightsText{
	font:bold normal 8pt Arial, Helvetica, sans-serif;
	color:#F2FBF8;
	text-align:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.sclideBarGray
{
	background:#E3E3E3;
	border:1px solid #000000;
	height:40px;
		
}
.sclideBarWhite
{
	background:#FFFFFF;
	height:40px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	
}
