.ShadowTop
{
	background:url(../Images/ShadowTop.png) no-repeat bottom center;
	margin-top:30px;
	display:block;
	min-height:16px;
	margin-left:-195px;
	width:980px;
	position:relative;
	z-index:1;
	border-top:1px solid transparent; /* Required for Opera browser */
	display: None;
}
.ShadowBottom
{
	background: url(../Images/ShadowBottom.png) no-repeat top center;
	display:block;
	min-height:16px;
	margin-left:-195px;
	width:980px;
	position:relative;
	z-index:1;
	display: None;
}
.RecipeBackground
{
	background: url(../Images/bg-whiteopacity.png);
	display:block;
	/*margin-left:-195px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:100px;
	padding-right:100px;
	position:relative;
	z-index:1;
	width:780px;
	color: #033059;
	min-height:500px;*/
	
}

.RecipeBackground-Bottom
{
	background: url(../Images/bg-recipebackground-bottom.png) no-repeat bottom center;
	display:block;
	height:20px;
	display:none;
}
.RecipeBackground h1
{
	color:#033059;
	font-size:20px;
}
.RecipeBackground h2
{
	font-size:16px;
}
.RecipeBackground .Label
{
	font-weight:bold;
}
.RecipeBackground img
{
	border: 2px solid #f18d1b;
}

.RecipeBackground .OverviewHeader
{
	background: url(../Images/bg-overviewheader.gif) ;
	color:white;
}
.RecipeBackground tr.OverviewRow
{
	background: #f2f3f5 url(../Images/bg-overviewrow.gif) repeat-x top left;
	height:20px;
}
.RecipeBackground a, .RecipeBackground a span { color:#f08c1a; font-size:12px;}
.RecipeBackground a.ui-state-default, .RecipeBackground a.ui-state-default span { color:#033059; }

.RecipeBackground .OverviewBottom
{
	background:white;
	height:10px;
}

.ItemsSelectBox
{
	width:250px;
	background:white;
}

.RecipeFilter td
{
	padding-right:10px;
}

.RecipeImage
{
	float:left;
	margin-right:20px;
	display:block;
	width:225px;
}
.RecipeImage img
{
	max-width: 216px;
	border:2px solid #f18d1b;
}

.RecipeStamtable
{
	float:left;
	margin-right:20px;
	display:block;
}

.RecipeIngredient
{
	float:left;
	display:block;
	width:100%;
	/*margin-left:20px;*/
	margin-top: 10px;
}
.RecipeIngredient h2 { margin-left:5px; }

.RecipeDescription
{
	display:block;
}
.RecipeDescription h2 { margin-left:5px; }


.RecipePersonellCalculator { margin-right:20px; }
.RecipePersonellCalculator h2 { margin-left:5px; }

.RecipeSummaryCalculator { float:left;  width: 370px; position: relative;left:30px;}
.RecipeSummaryCalculator table { width:350px; }
.RecipeSummaryCalculator td.value div { float:left; }
.RecipeSummaryCalculator td.value div.right { margin-left:5px; float:right; }
.RecipeSummaryCalculator h2 { margin-left:7px;}

.RecipeMargeCalculator h2 { margin-left:5px; }
.RecipeIngredientFull { width:520px; margin-top: 10px;}
.RecipeIngredientFull h2 { margin-left:3px;}


/*span.info
{
	background: url(../Images/info.png) no-repeat right center;
	padding-left:20px;
	cursor:pointer;
	border:0px;
	display:block;
}*/
/*span.info:hover
{
	background: url(../Images/info_hover.png) no-repeat left center;
}*/

.FloatLeft
{
	float:left;
	display:block;
}
.FloatRight
{
	float:left;
	display:block;
}
.Marg5 { margin:5px; }
.Padd5 { padding:5px; }
.whiteopacityBackground { background:url(../Images/bg-whiteopacity.png); }
.WhiteBackground {background:white;padding:5px;}
.Search { padding:5px; border:none; background:white;color:#b2c0cb;}
.BtnLogin { background: url(../Images/btn-login.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnReset { background: url(../Images/btn-reset.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnSave { background: url(../Images/btn-save.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnSaveMargeMaker { background: url(../Images/btn-save-margemaker.png) no-repeat; border:none; display:none; width:207px;height:25px;cursor:pointer;position:relative;left:5px; }
.BtnUpload { background: url(../Images/btn-upload.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnNo { background: url(../Images/btn-no.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnYes { background: url(../Images/btn-yes.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnMarge { background: url(../Images/btn-margemaker.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnVind { background: url(../Images/btn-vind.png) no-repeat; border:none; display:none; width:75px;height:25px;cursor:pointer; }
.BtnFinder { background: url(../Images/btn-finder.png) no-repeat; border:none; display:none; width:25px;height:25px;cursor:pointer; }


.fg-button { outline: 0; margin:0 4px 0 0; padding: .2em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.fg-button { float:left; font-size:12px;}

/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { padding:.2em; margin: 0; display:none; }
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em;  }

/* KOPPEN */

div.IngredientDescription {
	font-weight			: bold;
	font-size			: 12px;
	border				: 0px solid #FFFFFF;
	width					: 440px;
	float					: left;
}

div.IngredientNumber {
	font-weight			: bold;
	font-size			: 12px;
	border				: 0px solid #FFFFFF;
	width					: 75px;
	float					: left;
	text-align			: right;
}

div.IngredientUnitPrice {
	font-weight			: bold;
	font-size			: 12px;
	border				: 0px solid #FFFFFF;
	width					: 95px;
	float					: left;
	text-align			: right;
}

div.IngredientCostPrice {
	font-weight			: bold;
	font-size			: 12px;
	border				: 0px solid #FFFFFF;
	width					: 75px;
	float					: left;
	text-align			: right;
}

/* BESTAAND INGREDIENT */
input.IngredientQuantity {
	border				: 0px solid #FFFFFF;
	width					: 50px;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientUnit {
	border				: 0px solid #FFFFFF;
	width					: 75px;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
	background: url(../Images/info.png) no-repeat right center;
}
input.IngredientUnit:hover {
	background: url(../Images/info_hover.png) no-repeat right center;
}

input.IngredientDescription {
	border				: 0px solid #FFFFFF;
	width					: 315px;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientNumber {
	border				: 0px solid #FFFFFF;
	width					: 75px;
	text-align			: right;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}


input.IngredientUnitPrice {
	border				: 0px solid #FFFFFF;
	width					: 95px;
	text-align			: right;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientCostPrice {
	border				: 0px solid #FFFFFF;
	width					: 75px;
	text-align			: right;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

/* NIEW INGREDIENT */
input.IngredientQuantityNew {
	border				: 0px solid #FFFFFF;
	width					: 50px;
	color					: #E4E4E4;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientUnitNew {
	border				: 0px solid #FFFFFF;
	width					: 75px;
	color					: #E4E4E4;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientDescriptionNew {
	border				: 0px solid #FFFFFF;
	width					: 315px;
	color					: #E4E4E4;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientNumberNew {
	border				: 0px solid #FFFFFF;
	width					: 75px;
	text-align			: right;
	color					: #E4E4E4;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientUnitPriceNew {
	border				: 0px solid #FFFFFF;
	width					: 95px;
	text-align			: right;
	color					: #E4E4E4;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

input.IngredientCostPriceNew {
	border				: 0px solid #FFFFFF;
	width					: 75px;
	text-align			: right;
	color					: #E4E4E4;
	font-size			: 12px;
	height				: 18px;
	margin				: 0;
	padding				: 0;
}

/*New search area*/
img.Info  {
	border				: 0px none #000000;
	position			: relative;
	top					: 2px;
}
div.Info {
	border				: 1px solid #D27B00;
	position			: absolute;	
	display				: none;
	z-index				: 99;
	padding				: 10px;
	background-color	: #FFFFFF;
}

div.RecipeSearchFilters {
	width				: 230px;
	min-height			: 25px;
	float				: left;
}

div.RecipeSearchFilter {
	width				: 230px;
	margin-bottom		: 10px;
}

div.RecipeSearchFilterItems {
	width				: 230px;
	background-image	: url(../Images/bg-filter.png);
	background-position	: bottom center;
	background-repeat	: no-repeat;
}

div.RecipeSearchFilterHeader {
	background-image	: url(../Images/bg-filter-header.png);
	width				: 230px;
	height				: 25px;
	line-height			: 25px;
	color				: #FFFFFF;
	font-weight			: bold;
	text-indent			: 10px;
	font-size			: 12px;
}

div.RecipeSearchFilterItem {
	width				: 210px;
	margin-left			: 10px;
	margin-right		: 10px;
	font-weight			: bold;
	text-indent			: 10px;
	border-bottom		: 1px dotted #B7B7B7;
	line-height			: 23px;
	height				: 23px;
	font-size			: 12px;
}

div.RecipeSearchFilterItem  a{
	color				: #033059;
	text-decoration		: none;
}

div.RecipeSearchFilterItemSelected {
	width				: 210px;
	margin-left			: 10px;
	margin-right		: 10px;
	font-weight			: bold;
	text-indent			: 10px;
	border-bottom		: 1px dotted #B7B7B7;
	line-height			: 23px;
	height				: 23px;
	font-size			: 12px;
	color				: #F08C1A;
}

div.RecipeSearchFilterItemSelected  a{
	color				: #F08C1A;
	text-decoration		: none;
}

img.RecipeSearchFilterIconSelected {
	border				: 0px none #000000;
	position			: relative;
	top					: 1px;
	margin-right		: 5px;
}

img.RecipeSearchFilterIconShowAll {
	border				: 0px none #000000;
	position			: relative;
	top					: 4px;
	margin-left			: 5px;
}

div.RecipeSearchFilterFooter {
	width				: 210px;
	margin-left			: 10px;
	margin-right		: 10px;
	font-weight			: bold;
	text-indent			: 10px;
	line-height			: 23px;
	height				: 23px;
	font-size			: 12px;
	color				: #F08C1A;
}

div.RecipeSearchFilterFooter  a{
	color				: #F08C1A;
	text-decoration		: none;
}

div.RecipeSearchResults {
	width				: 522px;
	float				: left;
	position			: relative;
	left				: 25px;
}

div.RecipeOverview {
	height				: 80px;
	width				: 522px;
	margin-bottom		: 10px;
}

div.RecipeOverviewImage {
	border				: 2px solid #F18D1B;
	height				: 76px;
	width				: 106px;
	float				: left;
}

img.RecipeOverviewImage {
	border				: 0px none #000000;
}

div.RecipeOverviewDescription{
	float				: left;
	background-image	: url(../Images/bg-recipeoverviewhigh.png);
	background-repeat	: no-repeat;
	background-position	: right center;
	height				: 75px;
	width				: 402px;
	padding-left		: 10px;
	padding-top			: 5px;
}

a.RecipeOverviewLink {
	color				: #033059;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: none;
	/*line-height			: 25px;*/
}

img.RecipeOverviewTimerImage {
	border				: 0px none #000000;
	position			: relative;
	top					: 2px;
}

span.RecipeOverviewTime {
	color				: #F08C1A;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: none;
}

td.SearchPager a.PageButton {
	border				: 2px solid #F18D1B;
	height				: 18px;
	width				: 18px;
	text-decoration		: none;
	background-color	: #F18D1B;
	color				: #FFFFFF;
	display				: inline-block;
	font-weight			: bold;
}

td.SearchPager a.PageButtonDisabled {
	border				: 2px solid #F18D1B;
	height				: 18px;
	width				: 18px;
	text-decoration		: none;
	background-color	: #F18D1B;
	color				: #FFFFFF;
	display				: none;
	font-weight			: bold;
}


td.SearchPager a.SelectedPage {
	display				: inline-block;
	border				: 2px solid #F18D1B;
	background-color	: #F18D1B;
	color				: #FFFFFF;
	height				: 18px;
	width				: 18px;
	text-decoration		: none;
	font-weight			: bold;
}

td.SearchPager a.Page {
	display				: inline-block;
	border				: 2px solid #F18D1B;
	height				: 18px;
	width				: 18px;
	text-decoration		: none;
	font-weight			: bold;
}

/*New Assortment area*/
.AssortCategoryMenu {
	width				: 195px;
	float				: Left;
	position			: relative;
	Right				: 108px;
	margin-top			: 50px;
}

.AssortCategoryMenuItem, .AssortBrandMenuItem {
	background-image	: url('../Images/bg-leftmenu.png');
	background-repeat	: no-repeat;
	float				: right;
	width				: 171px;
	height				: 29px;	
	text-align			: right;
}

.AssortCategoryMenuLink {
	margin-right		: 15px;
	height				: 29px;
	line-height			: 29px;
	cursor				: pointer;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 13px !important;
	color				: #033059 !important;
	text-decoration		: none;
}

.AssortCategoryMenuItemBreak, .AssortBrandMenuItemBreak {
	background-image	: url('../Images/break-leftmenu.png');
	background-repeat	: no-repeat;
	float				: right;
	width				: 171px;
	height				: 1px;
}

.AssortBrandMenuLink {
	margin-right		: 30px;
	height				: 29px;
	line-height			: 29px;
	cursor				: pointer;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 13px !important;
	color				: #F08C1A !important;
	text-decoration		: none;
}

/* ListView */
.AssortSelection {
	width				: 580px;
	float				: Left;
	position			: relative;
	Right				: 90px;
	color				: #000000;
	z-index				: 50;
	margin-bottom		: 100px;
}

.AssortSelection h2, .AssortSelection h2 a {
	font-size			: 16px;
	color				: #000000;
    margin-bottom		: 10px;
	text-decoration		: none;
}

.AssortSelectionTable {
	display				: none;
}

.AssortSelectionTable  tr.RowSelected td {
	background-image	: url('../Images/bg-assortrowhighlight.png');
	background-repeat	: repeat-x;
	color				: #FFFFFF;
}
.AssortSelectionTable  tr.RowSelected .AssortInfo  {
	background-image	: url('../Images/icon-info-highlight.png');
}

.AssortSelectionTable  tr.RowSelected  .AssortListItemInfoTable td {
	background-image	: none;
	color				: #F08C1A;
	cursor				: default;
}

.AssortSelectionTable  tr:hover td {
	background-image	: url('../Images/bg-assortrowhighlight.png');
	background-repeat	: repeat-x;
	color				: #FFFFFF;
}

.AssortSelectionTable  tr:hover td.AssortSelectionHeader {
	background-image	: none;
	color				: #F08C1A;
	cursor				: default;
}

.AssortSelectionTable  tr:hover .AssortListItemInfoTable td {
	background-image	: none;
	color				: #F08C1A;
	cursor				: default;
}

.AssortSelectionTable  tr:hover .AssortInfo  {
	background-image	: url('../Images/icon-info-highlight.png');
}

.AssortSelectionTable  td{
	height				: 29px;
	line-height			: 29px;
	border-bottom		: 1px dotted #000000;
	cursor				: pointer;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 10pt;
	color				: #000000;
}

.AssortSelectionHeader {
	color				: #F08C1A !important;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	cursor				: default;
}

.AssortInfo {
	background-image	: url('../Images/icon-info.png');
	background-repeat	: no-repeat;
	border				: 0px none #000000 !important;
}

.AssortListItem, .AssortListItemLarge {
	position			: absolute;
	margin-top			: 21px;
	margin-left			: 35px;
	width				: 535px;
	height				: 250px;
	color				: #F08C1A;
	font-weight			: normal;
	display				: none;
	z-index				: 50;
	cursor				: default;
}

.AssortListItemLarge {
	display				: block;
	margin-top			: 0px;
	margin-left			: 0px;
	width				: 570px;
}

.AssortListItemArrow {
	background-image	: url('../Images/bg-assort-listview-arrow.gif');
	background-repeat	: no-repeat;
	width				: 515px;
	height				: 8px;
	margin-left			: 18px;
	position			: relative;
	top					: 1px;
}

.AssortListItemClose {
	background-image	: url('../Images/bg-assort-item-close.png');
	background-repeat	: no-repeat;
	width				: 15px;
	height				: 15px;
	position			: relative;
	float				: right;
	Color				: #000000;
	top					: 15px;
	right				: 7px;
	cursor				: pointer;
}

.AssortListItem td , .AssortListItemTopLarge td {
	font-weight			: normal;
}

.AssortListItemTitle {
	margin-top			: 17px;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 15px !important;
	color				: #F08C1A !important;
	line-height			: 17px;
}

.AssortListItemTitle small {
	color				: #F08C1A !important;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 10px;
}

.AssortListItemTop, .AssortListItemTopLarge {
	width				: 533px;
	height				: 244px;
	border-top			: 1px solid #F08C1A;
	border-left			: 1px solid #F08C1A;
	border-right		: 1px solid #F08C1A;
	background-color	: #FFFFFF;
}

.AssortListItemTopLarge {
	width				: 568px;
}

.AssortListItemBottom {
	width				: 535px;
	background-image	: url('../Images/AssortListItemBottom.gif');
	background-repeat	: no-repeat;
	height				: 5px;
}

.AssortListItemBottomLarge{
	width				: 570px;
	background-image	: url('../Images/AssortListItemBottomLarge.gif');
	background-repeat	: no-repeat;
	height				: 5px;
}

.AssortListItemImage {
	width				: 180px;
	height				: 240px;
	float				: left;
}

.AssortListItemImage img {
	border				: 0px none #000000;
}

.AssortListItemInfo {
	width				: 353px;
	float				: left;
}

.AssortListItemInfoLarge {
	width				: 388px;
	float				: left;
}

.AssortListItemInfoTable {
	margin-top			: 17px;
}

.AssortListItemInfoTable td {
	line-height			: normal;
	color				: #F08C1A;
	border				: 0px none #000000;
	height				: auto;
}

.AssortListItemInfoDiv {
	margin-top			: 17px;
	line-height			: normal;
	color				: #F08C1A;
	border				: 0px none #000000;
}


/* ImageView */
.AssortSelectionDiv {
	width				: 100%;
}
.AssortItem {
	width				: 182px;
	height				: 250px;
	float				: left;
	margin-right		: 11px;
	margin-bottom		: 11px;
}

.AssortItemTop {
	width				: 180px;
	height				: 244px;
	border-top			: 1px solid #F08C1A;
	border-left			: 1px solid #F08C1A;
	border-right		: 1px solid #F08C1A;
	background-color	: #FFFFFF;
}

.AssortItemBottom {
	width				: 182px;
	background-image	: url('../Images/AssortItemBottom.gif');
	background-repeat	: no-repeat;
	height				: 5px;
}

.AssortItemImage {
	width				: 180px;
	height				: 160px;
	text-align			: center;
}

.AssortItemImage img {
	border				: 0px none #000000;
}

.AssortItemInfo1 {
	width				: 180px;
	height				: 30px;
	color				: #F08C1A !important;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	/*overflow			: hidden;
	white-space			: nowrap;*/
}

.AssortItemInfo1 small {
	color				: #F08C1A !important;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	font-size			: 10px;
}

.AssortItemInfo2 {
	width				: 180px;
	height				: 29px;
	line-height			: 29px;
	color				: #F08C1A !important;
	font-family			: Trebuchet MS;
	font-weight			: bold;
	text-align			: right;
	/*overflow			: hidden;
	white-space			: nowrap;*/
}

.AssortItemButtons{
	width				: 180px;
	height				: 25px;
}

.AssortItemInfoButton, .AssortItemOrderButton, .AssortItemBackButton {
	background-image	: url('../Images/btn-assort-info.png');
	background-repeat	: no-repeat;
	width				: 75px;
	height				: 25px;
	line-height			: 25px;
	margin-left			: 5px;
	float				: left;
	Color				: #FFFFFF !important;
	text-align			: center;
	text-decoration		: none;
	font-weight			: bold;
}

.AssortItemOrderButton, .AssortItemBackButton  {
	background-image	: url('../Images/btn-assort-order.png');
	float				: right;
	margin-right		: 5px;
	display				: none;
	position			: relative;
	bottom				: 30px;
}

.AssortItemBackButton  {
	display				: block;
	position			: relative;
	bottom				: 30px;
}

/* View Selection */
.AssortViews {
	float				: left;
	width				: 580px;
	position			: relative;
	Right				: 100px;
	height				: 50px;
}
.AssortViewSelection {
	float				: right;
	width				: 260px;
	color				: #033059 !important;
    font-family			: Trebuchet MS;
    font-size			: 12px !important;
    font-weight			: bold;
    height				: 29px;
    line-height			: 29px;
}

#btnListview, #btnImageview {
	cursor				: pointer;
	background-position	: center center;
}

#btnListview {
	background-image	: url('../Images/btn-assort-listview.png');
	background-repeat	: no-repeat;
	width				: 67px;
	height				: 29px;
	line-height			: 29px;
	float				: right;
	Color				: #FFFFFF !important;
	text-indent			: 30px;
	text-align			: left;
	text-decoration		: none;
	font-weight			: bold;
	margin-right		: 5px;
}

.btnListviewSelected {
	background-image	: url('../Images/btn-assort-listview-selected.png') !important;
}

#btnImageview {
	background-image	: url('../Images/btn-assort-imageview.png');
	background-repeat	: no-repeat;
	width				: 117px;
	height				: 29px;
	line-height			: 29px;
	float				: right;
	Color				: #FFFFFF !important;
	text-indent			: 30px;
	text-align			: Left;
	text-decoration		: none;
	font-weight			: bold;
}

.btnImageviewSelected {
	background-image	: url('../Images/btn-assort-imageview-selected.png') !important;
}

.AssortFilters {
	width				: 175px;
	float				: left;
	position			: relative;
	left				: 10px;
	z-index				: 50;
}

.AssortFiltersHeader {
	background-image	: url('../Images/bg-assort-filterheader.png');
	background-repeat	: no-repeat;
	width				: 175px;
	height				: 30px;
	line-height			: 30px;
	font-family			: Trebuchet MS;
	font-size			: 13px !important;
	font-weight			: bold;
	color				: #FFFFFF;
	text-indent			: 10px;
}

.AssortFilterHeader {
	background-color	: #F08C1A;
	width				: 175px;
	height				: 25px;
	line-height			: 25px;
	font-family			: Trebuchet MS;
	font-size			: 13px !important;
	font-weight			: bold;
	color				: #FFFFFF;
	text-indent			: 30px;
	margin-top			: 2px;
	background-image	: url('../Images/bg-assort-filterheader-hidden.png');
	background-repeat	: no-repeat;
	background-position	: 10px center;
	cursor				: pointer;
}

.AssortFilterHeaderShown {
	background-color	: #F08C1A;
	width				: 175px;
	height				: 25px;
	line-height			: 25px;
	font-family			: Trebuchet MS;
	font-size			: 13px !important;
	font-weight			: bold;
	color				: #FFFFFF;
	text-indent			: 30px;
	margin-top			: 2px;
	background-image	: url('../Images/bg-assort-filterheader-shown.png');
	background-repeat	: no-repeat;
	background-position	: 10px center;
	cursor				: pointer;
}

.AssortFilter {
	width				: 175px;
	height				: 25px;
	line-height			: 25px;
	font-family			: Trebuchet MS;
	font-size			: 13px !important;
	font-weight			: bold;
	color				: #033059;
}

.AssortFilterClear {	
	width				: 175px;
	height				: 25px;
	line-height			: 25px;
	font-family			: Trebuchet MS;
	font-size			: 13px !important;
	font-weight			: bold;
	color				: #F08C1A;
	background-image	: url('../Images/bg-assort-filter-clear.png');
	background-repeat	: no-repeat;
	background-position	: 15px center;
}

.AssortFilter a, .AssortFilterClear a  {	
	color				: #033059;
	text-decoration		: none;
	padding-left		: 30px;
}

.AssortFilterClear a  {	
	color				: #F08C1A;
}

/* Rating Recepten */
.RatingTitle {
	font-family			: Trebuchet MS;
	/*font-size			: 14px !important;*/
	font-weight			: bold;
	color				: #004478;
	width				: 150px;
	float				: left;
	height				: 24px;
	line-height			: 24px;
}

.RatingField {
	width				: 200px;
	float				: left;
}
div.rating-cancel, div.star-rating {
	float				: left;
	width				: 24px;
	height				: 24px;
	text-indent			: -999em;
	cursor				: pointer;
	display				: block;
	background			: transparent;
	overflow			: hidden;
}

div.rating-cancel, div.rating-cancel a {
	/*background			:url(delete.gif) no-repeat 0 -16px; */
	display				: none !important;
}

div.star-rating,div.star-rating a {
	background			: url('../Images/Ratings24.png') no-repeat 0 0px;
}

div.rating-cancel a,div.star-rating a {
	display				: block;
	width				: 24px;
	height				: 100%;
	background-position	: 0 0px;
	border				: 0;
}

div.star-rating-on a {
	background-position	:0 -24px!important;
}

div.star-rating-hover a {
	background-position	: 0 -24px;
}

div.star-rating-readonly a {
	cursor				: default !important;
}

div.star-rating {
	background			:transparent!important;
	overflow			:hidden!important;
}

.RatingButton {
	background-image	: url('../Images/btn-assort-info.png');
	background-repeat	: no-repeat;
	width				: 75px;
	height				: 25px;
	padding-bottom		: 5px;
	float				: right;
	Color				: #FFFFFF !important;
	text-align			: center;
	text-decoration		: none;
	font-weight			: bold;
	font-size			: 12px;
	border				: 0px none #000000;
}
