body 
{
	background-image: url(/Frameworks/Default/Images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #dbc9aa;
}

form
{
	
}


/*** Region ***/ 
.region:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .region
{
	height: 1px;
}

/*** ContentBlocks ***/ 
.cb
{
	margin-bottom: 1em;
}

/*** Tables ***/
td img
{
	margin: 0px !important;
	float: none !important;	
}
/*************************************
/Print and Tell A Friend links visible
/************************************/
div.main-heading div.heading
{
	float: left;
}

div.main-heading div.links
{
	padding-top: 5px;
}

/****************************
/Only Print link visible
/***************************/

div.main-heading div.headingPrintOnly
{
	float: left;
	width:80%;
}

div.main-heading div.linksPrintOnly
{
	float:right;
	padding-top: 5px;
	width:20%;
}
/******************************************************
/* FRAMEWORK STATICS
/******************************************************/


form 
{
	display: block;
	width: 950px;
	margin: 0 auto;
	text-align:left;
}

/******************************************************
/* REGIONS
/******************************************************/
#RegionHeader
{
}

#RegionOuterPage
{
	background-color:White;
	border-left: solid 2px #ccc;
	border-right: solid 2px #ccc;
	padding:3px;
}

#RegionPage
{
	clear: both;
	padding: 10px;
	background: #FFFFFF url(/Frameworks/Default/Images/RegionPage_bg.gif) repeat-x;
	
}

#RegionSidebar
{
	float: left;
	width: 210px;
}

#RegionContent
{
	float: right;
	width: 704px;
}

#RegionMainContent
{
	float: left;
	width: 427px;
	margin-left:15px;
	
}

#RegionSecondaryContent
{
	float: right;
	width: 241px;
	padding-top: 10px;
}

#RegionFooter
{
	clear: both;
}

/******************************************************
/* PageNameSpan
/******************************************************/
.PageNameSpan
{
	padding:7px 0 0 15px;
	display:block;
}#RegionFooter
{
	background-color: #FFFFFF;
	padding: 18px;
	border-left: solid 2px #ccc;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
}

#RegionFooter hr
{
	border-top:solid 1px #D9D9D9;
}
.PageHeaderLogo
{
	margin: 0 25px;

}

.PageHeaderLogo img
{
	padding: 20px 20px 20px 0;
}

.print-logotype
{
	display: none;
}

.PageHeaderLinks
{
	float: right;
	list-style: none none;
	margin: .5em;
	padding-top: 10px;
	background-position: left top;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.FlagImage
{
	padding-top:14px;
}

.PageHeaderLinks li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.PageHeaderLinks li a
{
	border-right: solid 1px #ccc;
	padding: 0 1em 0 1em;
}

.PageHeaderLinks li a.last
{
	border-right-style: none;
}div.searchbox {
	border: 1px solid #d3d3d4;
	width: 227px;
	margin-bottom: 15px;
	padding: 6px;
	float: right;
}
div.searchbox div {
	background-image: url(/Frameworks/Default/Images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial Bold, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #777;
	margin:0;
	padding: 3px 10px 0 10px;
}
div.searchbox div label {
	padding: 0;
}

div.searchbox input
,div.searchbox select 
{
	font-weight: normal;
	width: 205px;
	border: 1px solid #ccc; /* #d3d3d4; */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-bottom: 6px;
	padding: 1px;
}
div.searchbox input
{
	padding: 2px 4px 2px 4px;
	width: 195px;
}

div.searchbox input.imagebutton {
	width: 105px;
	height: 21px;
	border: none;
	/*padding-right: 6px;*/
	float: right;
	text-align: center;
	background-image:url(/Frameworks/Default/Images/SearchBoxSubmitButton_bg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	padding-bottom:2px;
}

div.searchbox .Panel
{
	padding:0;
}.ToolBox
{
	padding: 5px;
	border:1px solid #ccc;
	float:right;
	width:227px;
	display:block;
	margin-bottom:15px;
	padding-bottom:10px;
}

.ToolBox .ToolBoxHeader
{
	background-image: url(/Functions/ProductList/Images/ProductListSmallHeader_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:5px 0;
	margin-bottom:10px;
	width:100%;
	height:24px;
}

.ToolBox .LinkDiv
{
	text-decoration:none;
	margin-left: 10px;
	margin-bottom:8px;
	display: block;
	background-color:Transparent;
	background-image: url(/Frameworks/Default/Images/link-next.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-left:17px;
	border:none;
}

.ToolBox .LinkDiv a
{
	text-decoration:none;
}a.top-links
{
	background-color:Transparent;
	border:none;
	float:right;
	margin-left:10px;
}.TopMenu
{
	padding-left: 20px;
	border-bottom: solid 2px #ccc;
}

.TopMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.TopMenu li
{
	float: left;
	line-height: normal;
	margin:0;
	list-style-image:none;
}

.TopMenu a
{
	display: block;
	text-decoration: none;
	margin-top:3px;
}

.TopMenu a:hover
{
	background-color: #eee;
}

.TopMenu .sel a, .TopMenu .sel a:hover
{
	color: #fff;
	background-color: #666;
	margin-top: 0px;
}

.TopMenu .sel
{
	margin-bottom: -25px;
}

.TopMenu .exp 
{
	margin-bottom: -5px;
}

.TopMenu .exp a
{
	color: #fff;
	background-color: #666;
	margin-top: 0px;
}h2.page-name
{
	padding: 9px 0 0 0px;	
	text-transform: uppercase;
	font-family: Arial;
	font-size: 150%;
	line-height:normal;
}
.TreeMenu
{
	background-color: #fff;
	color:#D9D9D9;
	margin: 4px 0 18px 0;
}

.TreeMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.TreeMenu li
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	border-top:solid 1px #D9D9D9;
}

.TreeMenu a, 
.TreeMenu .sel li a
{
	display: block;
	text-decoration: none;
	background-color: Transparent;
	color:#515151;
}

.TreeMenu a:hover
{
	text-decoration: none;
	font-weight:bold;
}

/*** WHITE ARROW ***/
.TreeMenuItemWithChildrenLevel1 a
{
	background-image: url(/frameworks/default/images/TreeMenuLevel1Arrow.png);
	background-repeat: no-repeat;
	background-position:98% 50%;
}

/*** BLACK ARROW ***/
.TreeMenuItemWithChildrenLevel2 a, .TreeMenuItemWithChildrenLevel2 span
{ 
	background-image: url(/frameworks/default/images/TreeMenuLevel2Arrow.png);
	background-repeat: no-repeat;
	background-position:98% 50%;
}

/*** LEVEL 1 ***/
.TreeMenuExpandedLevel1
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel1Expanded_bg.gif);
	background-repeat:repeat-x;
	padding-bottom:0px;
}

.TreeMenuExpandedLevel1 a
{
	color: #FFFFFF;
	font-weight:bold;
}

.TreeMenuSelectedLevel1
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel1Expanded_bg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight:bold;
}


/*** LEVEL 2 ***/
.TreeMenuItemLevel2
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel2_bg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight:normal;
}

.TreeMenuExpandedLevel2
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel2_bg.gif);
	background-repeat:repeat-x;
}

.TreeMenuExpandedLevel2 a
{
	font-weight:bold;
}

.TreeMenuSelectedItemLevel2
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel2_bg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight:bold;
}

.TreeMenu li li div:hover
{
	background-image: url(/Frameworks/Default/Images/TreeMenuOnMouseOverLevel2And3_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
}

.TreeMenu li li a:hover
{
	color:#FFFFFF;
	font-weight:bold;
}


/*** LEVEL 3 ***/
.TreeMenuItemLevel3
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel3_bg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
}

.TreeMenuItemLevel3 hover
{
	background-color:Lime;
	background-repeat:repeat-x;
	color: #515151;
}

.TreeMenuSelectedItemLevel3
{
	background-image: url(/Frameworks/Default/Images/TreeMenuLevel3_bg.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight:bold;
}


.TreeMenu li li li a:hover
{
	background-image: url(/Frameworks/Default/Images/TreeMenuOnMouseOverLevel2And3_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
}



/*** INDENT ***/
.TreeMenu li a
{
	padding: 5px 10px 3px 10px;
}

.TreeMenu li li a
{
	min-height:0px;
	padding:8px 10px 8px 20px;
	line-height:normal;
	/*Below is needed for IE6*/
	height:auto !important;
	height:0px;
	
}

.TreeMenu li li li a
{
	padding-left: 30px;
}




