	.ideascontainer {
		width : 1060px;
	}
	.filterBlock .productsFilter .productsFilterOptions {
		padding: 0px 0px;
		margin-top: 0px;
	}		
	.ideasblock {
            width:512px;
            float:left;
	}
	.ideasblock:not(:first-child) {
				margin-top: 50px;
	}
	.ideasbody .gridRow.filterBlock {
				margin-bottom: 15px !important;
	}
	#ideaGalleryFormFirst .productsFilterButtons {
				margin-bottom: 0px;
	}
	#ideas-tags {
				max-width: 95%; /*modified */
	}
	.orangeBtn.btnIdeas {
				background: -moz-linear-gradient(top,  #d7d7d7 0%, #c9c9c9 100%);
				background: -ms-linear-gradient(top,  #d7d7d7 0%, #c9c9c9 100%);
				background: -o-linear-gradient(top,  #d7d7d7 0%, #c9c9c9 100%);
				background: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d7d7), to(#c9c9c9));
				background: -webkit-linear-gradient(top,  #d7d7d7 0%, #c9c9c9 100%);
				background: linear-gradient(top,  #d7d7d7 0%, #c9c9c9 100%);
	}
	.orangeBtn.btnIdeas:hover {
				background: -moz-linear-gradient(top,#f56426 0,#f56426 100%);
				background: -ms-linear-gradient(top,#f56426 0,#f56426 100%);
				background: -o-linear-gradient(top,#f56426 0,#f56426 100%);
				background: -webkit-gradient(linear, 0 0, 0 100%, from(#f56426), to(#f56426));
				background: -webkit-linear-gradient(top,#f56426 0,#f56426 100%);
				background: linear-gradient(top,#f56426 0,#f56426 100%);
	}
	/* */
	.ideasHeadLine{
		margin-top: 10px;
		margin-bottom: 0px;
		color: #333333;
		text-align: left;
		left: 0px;
		top: 0px;
		width: 512px;
		word-wrap: break-word;
		display: block;
		font-family: 'Verdana';
		font-weight: 700;
		font-style: normal;
		font-size: 18px;
		line-height: 20px;
	}
	.ideasPara{
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: left;
		left: 0px;
		width: 512px; 
		display:block;
		font-family: 'Verdana';
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		color: #333333;
		line-height: 18px;
	}
	.ideasbody{
		background-color: #FFF;
		width: 1060px;
		padding: 0;
		margin: 0;
		border: 0;
		margin-left: 0px;
		margin-right: 200px;
		font-family:Verdana, Geneva, sans-serif;
	}
	.ideasoddDiv, .ideasevenDiv{
		width:512px;
	}
	.ideasoddDiv {
		float: left;
	}
	.ideasevenDiv{                                                
		float:right;
	}        
	/*#ideastags {*/
	#ideas-tags{
		/*margin-bottom: -25px;*/
		margin-top: auto;             
		background-color:#FAFAFA;
		padding:20px 20px 10px;
		/*border:1px solid #DDD;*/
		float: left;
		width: 1020px;
	}
	#ideaCloseUpTag {
		text-align: center;
		width: 530px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	a.ideas-link {
		color: inherit !important;
		text-decoration: none !important;
	}
	a.ideas-link:hover  .ideasHeadLine {
		text-decoration: underline;
	}	
	.ideastags{
		padding-left: 0;
	}
	.ideastagcloseup{
		border: 1px solid #ccc;
		margin: 0px 10px 10px 0px;
		background-color: #eee;
		border-radius: 2px;
		color: #222;
		letter-spacing: .1em;
		text-align: center;
		text-transform:capitalize;
		cursor: pointer;
		display: inline-block;
		font-size: 11px;
		font-weight: 400;
		font-style: normal;
	}
	.ideastagcloseup:hover {
		background: #CCCCCC;
		border-radius: 3px;
		box-shadow: 1px 1px 1px rgba(000,000,000,0.2),inset 0 0 0 rgba(0,0,0,0);
	}	
	input.ideastagcloseup {
		position:fixed;
		left:-99999em;
	}
	.ideastagcloseup label{
		cursor: pointer;
		padding: 2px 8px 2px 8px;
		line-height: 20px;
	}
	.ideastagspecific{
		border: 1px solid #ccc;
		margin: 10px 10px 0px 0px;
		background-color: #eeeeee;
		border-radius: 2px;
		color: #222;
		letter-spacing: .1em;
		text-align: center;
		text-transform:capitalize;
		float: left;		
		cursor: pointer;
		display: inline-block;
		font-size: 11px;
		font-weight: 400;
		font-style: normal;
		background: linear-gradient(top,#CCCCCC 0,#CCCCCC 100%);
		text-shadow: 0 1px 0 rgba(255,255,255,0.2),0px 1px 0 rgba(128,37,128,0);
	}	
	.ideastagspecific:hover {
		background: #CCCCCC;
		border-radius: 3px;
		box-shadow: 1px 1px 1px rgba(000,000,000,0.2),inset 0 0 0 rgba(0,0,0,0);
	}
	input.ideastagspecific {
		position:fixed;
		left:-99999em;
	}
	.ideastagspecific label{
		cursor: pointer;
		padding: 2px 8px 2px 8px;
		line-height: 20px;
	}
	.ideastag{
		border: 1px solid #ccc;
		background-color: #d7d7d7;
		text-align: center;
		text-transform:capitalize;
		cursor: pointer;
		display: inline-block;
		font-style: normal;
		padding: 6px 6px 6px;
		font-weight: bold!important;
		color: #666;
		background: linear-gradient(top,#F56426 0,#F56426 100%);
		border-radius: 2px;
		text-shadow: 0 1px 0 rgba(255,255,255,0.2),0px 1px 0 rgba(128,37,128,0);
		margin: 0 10px 10px 0;
		text-decoration: none;
		font-size: 11px!important;
		font-family: Verdana;
	}
	.ideastag:hover {
		background: #F56426; /*-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F56426),color-stop(100%,#F56426)); */
		border-radius: 3px;
		box-shadow: 1px 1px 1px rgba(000,000,000,0.2),inset 0 0 0 rgba(0,0,0,0);
		color: #FFF;
		border: none;
		padding: 6px 7px 6px;
	}	
	.ideastag.selected {
		background-color:#F56426;
		color: #FFF;
		text-decoration: none;
	}
	input.ideastag {
		position:fixed;
		left:-99999em;
	}
	.ideastag label{
		cursor: pointer;
		padding: 10px;
	}
	.ideasdate{
		white-space: nowrap;
		display:block;
		font-family: 'Verdana';
		font-style: normal;
		font-size: 11px;
		color: #666666;
		line-height: 12px;
		margin-top: 5px;
	}                                      
	.ideasMainGalleryHeader {
		line-height: 30px;
		font-weight: bold;
		font-size: 24px;
		font-family: Verdana;
		color: #333333;
		margin-top: 46px;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	#galleryHeaderConatiner {
		width:510px;
		text-align:center;
		margin-left: auto;
		margin-right: auto;
	}
	.ideasCloseUpHeader {
		color: #333333;
		text-align: center;
		left: 0px;
		top: 0px;
		width: 530px;
		word-wrap: break-word;
		display: block;
		font-family: 'Verdana';
		font-weight: 700;
		font-style: normal;
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.ideasCloseUpDatePlaceHolder {
		left: 0px;
		width: 530px;
		white-space: nowrap;
		display: block;
		font-family: 'Verdana';
		font-weight: 400;
		font-style: normal;
		font-size: 11px;
		color: #666666;
		line-height: 12px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}
	.ideasCloseUpDescription {
		left: 0px;
		width: 530px;
		display: block;
		font-family: 'Verdana';
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		color: #333333;
		line-height: 18px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.ideasSimilarIdeas {
		color: #333333;
		text-align: center;
		left: 0px;
		top: 0px;
		width: 100%;
		word-wrap: break-word;
		display: block;
		font-family: 'Verdana';
		font-size: 18px;
		line-height: 20px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.ideasSimilarIdeaHeadline {
		display: block;
		line-height: 18px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		font-family: verdana;
		margin-top: 5px;
	}
	.ideasSimilarIdeasContainer {
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
	}
	.ideasSimilarIdeasContainer a {
 		display: inline-block;
		width: 245px;
		overflow: hidden;
		margin: 0 10px 10px 10px;
		text-align: center;
    	vertical-align: top;
	}
	/*.ideasSimilarIdeasContainer a:not(:last-child) {
		margin-right: 40px;
 	}*/	
	/*.ideasSimilarIdeasContainer a:not(:first-child) {
		margin-left: -4px;
	}*/
	.newRoomsetContainer {
		width: 1060px;
		margin-top: 0px;
		margin-bottom: auto;
	}		
	.ideasSimilarIdeasContainer a:hover {
		text-decoration: underline;
		color: #333333;
	}
	.ideasSimilarIdeasContainer img {
		width: auto;
		height: 162px;
		z-index: 1;
	}
	.roomComponent.ideas {
		margin-bottom:0px;
		border: none;
	}
	.ideasMainGalleryHeader h1 {
		font-size: 24px;
	}
	.ideasMainGalleryDescription {
		font-size: 12px;
		font-family: Verdana;
		color: #333333;
		line-height: 18px;
		margin-top: 0px;
		margin-bottom: 20px;
	}
/*
#ideasmenu{
	font-family: Verdana;  
	font-size:14px;  
	line-height: 18px;  
	letter-spacing:1px;  
	font-weight: bold;
	width: 1060px;
	color: #333333;
	vertical-align: top;
}
.ideasBackToGallery {
	width: 100%;
	text-align: center;
	left: 0px;
	display: inline;
	margin-left: 350px;
}
#backToGallery, #backToGallery2, #prevIdea, #prevIdea2, #nextIdea, #nextIdea2 {
	color:#333333;
}
.previousIdea {
	width: auto;
	display:inline;
}
.previousImage {
	margin-right:5px;
	margin-bottom:-3px
}
.nextIdea {
	width: auto;
	text-align: right;
	display:inline;
	margin-left:340px
}
.nextImage {
	margin-left:5px;
	margin-bottom:-3px
}
*/
#non-js #ideasmenu {
	padding-top:60px;
}
#ideasmenu {
	padding-top:46px;
}
#ideasmenu ul {
	display: flex;
	display: -ms-flexbox;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#ideasmenu li {
	display: inline;
}
#ideasmenu li:first-child , #ideasmenu li:last-child {
	width: 30%;
}
 #ideasmenu li:last-child {
	 text-align: right;
 }
#ideasmenu a {
	color:#333333;
	font-family: Verdana;  
	font-size:14px;  
	line-height: 18px;
	letter-spacing: 1px;  
	font-weight: bold;
	border: 0;
}
#ideasmenu img {
	vertical-align: middle;
	display: inline-block;
}
#ideasmenu .previousImage {
	padding-right: 8px;
}
#ideasmenu .nextImage {
	padding-left: 8px;
}
#ideasmenu .invisible {
	visibility: hidden !important;
}

#topNavigation {
	display: none;
}
.ideaNonJs {
	border: 1px solid #DDD;
	width: 1058px;
	height: auto;
	border-color: #0293D0;
	border-radius: 0px; 
	margin-top: 46px;
}
.ideasNonJsMainText {
	font-weight: bold;
	font-size: 24px;
	font-family: Verdana;
	color: #333333;
	width:640px;
	text-align: center;
	line-height:30px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 30px; 
	margin-bottom: 10px;
}
.ideasNonJsSmallText {
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	color: #333333;
	width:540px;
	line-height:18px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.shareIdeasCloseup {
	margin-bottom:20px;
	margin-top:10px
}