a {
	color: #036FAD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ===== GRIDS ===== */
.grid {
	float: left;
	position: relative;
	font-size: 0.8em;
}

.parent1 {
	width: 196px;
}

.parent4 {
	width: 784px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.parent5 {
	width: 984px;
}

.grid1 {
	width: 198px;
}

.grid2 {
	width: 382px;
}

.grid3 {
	width: 578px;
}

.grid4 {
	width: 956px;
}

.grid5 {
	width: 970px;
}

.bdb {
	padding-bottom: 10px;
}

.grid1.bd {
	width: 199px;
	text-align: center;
}

.homeGrid{
	height:184px;
	width:100%;
}

.parent.right,.grid.right {
	float: left;
}

.grid.blue {
	background: #036FAD;
	color: #fff;
}

.grid.grey {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #fff, #f9f9f9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),
		color-stop(1, #f9f9f9) );
	background: -o-linear-gradient(top, #fff, #f9f9f9);
	filter: progid:    DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#ffffffff, EndColorStr=#f9f9f9f9 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#f9f9f9f9)";
}

.grid.green {
	background: #6ec027;
	background: -moz-linear-gradient(top, rgba(110, 192, 39, 1),
		rgba(137, 217, 73, 1) );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(137,
		217, 73, 1) ), color-stop(1, rgba(110, 192, 39, 1) ) );
	background: -o-linear-gradient(top, rgba(110, 192, 39, 1),
		rgba(137, 217, 73, 1) );
	filter: progid:            DXImageTransform.Microsoft.Gradient(
		          
		GradientType=0, StartColorStr=#FF89D949, EndColorStr=#FF6EC027 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF89D949,EndColorStr=#FF6EC027)";
	color: #fff;
}

.gradient-green a {
	color: #fff;
}

.grid.blue a,.grid.green a {
	color: #fff;
}

.brown {
	background: #6b5033;
	background: -moz-linear-gradient(top, rgba(107, 80, 51, 1),
		rgba(35, 22, 8, 1) );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(107,
		80, 51, 1) ), color-stop(1, rgba(35, 22, 8, 1) ) );
	background-image: -o-linear-gradient(top, rgba(107, 80, 51, 1),
		rgba(35, 22, 8, 1) );
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#FF6B5033, EndColorStr=#FF231608 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF6B5033,EndColorStr=#FF231608)";
}

/* ===== wrapper ===== */
.grid.blue .counter {
	margin: 10px 9px 4px 9px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #d17300;
	overflow: hidden;
}

.grid.blue .counter .left {
	font-family: Arial;
	font-size: 3.5em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	letter-spacing: -1px;
	display: block;
}

.grid.blue .counter .right {
	color: #825037;
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 15px;
	margin: 3px 0 0 4px;
	text-transform: uppercase;
	display: block;
	float: left;
	padding-top: 2px;
}

.grid.object {
	height: 250px;
	text-align: center;
}

.grid.green h5 {
	padding: 5px 10px;
	font-size: 1.4em;
	font-weight: normal;
}

.grid.green .right {
	padding: 6px 10px;
}

.grid.mostviewed,.grid.search,.grid.threesteps {
	height: 260px;
}

.threesteps:hover {
	cursor: pointer;
}

.mostviewed ul {
	margin: 4px 10px 0;
	list-style-type: none;
}

.mostviewed li {
	height: 28px;
	margin: 0 0 6px 0;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	line-height: 1.5em;
}

.mostviewed li img {
	
}

.mostviewed li span {
	margin: 3px 0 0 0;
	display: block;
}

.mostviewed .legend {
	font-size: 1.3em;
	padding-bottom:5px;
	margin: 10px;
	line-height: 1.3em;
	font-family: Chalet;
	display: block;
}

.search h3 {
	padding: 30px;
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	font-size: 4.8em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.search form {
	padding: 30px 30px 0;
}

.search label {
	margin: 0 0 8px 0;
	color: #fff;
	font-family: Arial;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	display: block;
}

.search input.t {
	width: 190px;
	height: 18px;
	margin: 0;
	padding: 3px 10px;
	border: none;
	border-radius: 3px;
	outline: none;
	color: #555;
}

.search input.t:hover,.search input.t:focus {
	border: none;
	background: #fff;
	color: 000;
}

.search input.b {
	width: 32px;
	height: 23px;
	margin: 0 0 0 6px;
	background: #eee
		url(http://www.deconet.com/pictures/site/icon-search.png) center
		no-repeat;
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244,
		244, 244, 1) ), color-stop(1, rgba(221, 221, 221, 1) ) );
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -moz-linear-gradient(top, rgba(244, 244, 244, 1),
		rgba(221, 221, 221, 1) );
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -o-linear-gradient(top, rgba(244, 244, 244, 1),
		rgba(221, 221, 221, 1) );
}

.search input.b:hover {
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -moz-linear-gradient(top, rgba(230, 230, 230, 1),
		rgba(170, 170, 170, 1) );
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(230,
		230, 230, 1) ), color-stop(1, rgba(170, 170, 170, 1) ) );
	background: url(http://www.deconet.com/pictures/site/icon-search.png)
		center no-repeat, -o-linear-gradient(top, rgba(230, 230, 230, 1),
		rgba(170, 170, 170, 1) );
}

.threesteps .legend {
	padding-bottom:5px;
	margin: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
	display: block;
	font-family: Chalet;
}

.threesteps dl {
	background:
		url("http://www.deconet.com/pictures/site/bg-circles-small.png")
		no-repeat scroll 0 0 transparent;
	font-family: Arial;
	height: 170px;
	list-style-type: none;
	margin: 20px 0 0 14px;
	padding: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.threesteps dl dt {
	clear: both;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 20px;
	padding: 23px 0 0;
	text-align: center;
	width: 64px;
}

.threesteps dl dd {
	display: block;
	float: left;
	font-size: 11px;
	padding: 29px 0 0 5px;
	width: 105px;
}

.threesteps ul {
	list-style: disc;
	padding-left: 35px;
}

.threesteps ul li {
	padding: 10px 0;
}

.threesteps p.textright {
	font-size: 1.1em;
	margin: 1px 10px 0;
}

.seller {
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.grid.object a.img {
	display: block;
	margin: 2px;
}

table.homeGrid td {
	width: 180px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
}

.grid1.object .title {
	text-decoration: none;
	line-height: 1.2em;
}

.grid1.object a.title:hover {
	text-decoration: underline;
}

.grid1.object .price {
	margin: 4px 0 0 0;
	display: block;
	color: #6EC027;
}

.grid1.object .info {
	padding-top:5px;
	width: 199px;
	left: 0;
}

.seller span {
	display: none;
}

.grid span.featured {
	padding: 6px 10px;
	background: #036FAD;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 10;
}

.decoblog {
	border: 1px solid #ddd;
	cursor: pointer;
	width: 319px;
	height: 210px;
	text-align: center;
}

}
.decoblog .r1 {
	margin: 20px;
	padding: 2px 0 2px;
	color: #ffffff;
	font-family: Arial;
	font-size: 3.42em;
	line-height: 0.83em;
	display: block;
	letter-spacing: -1px;
}

.decoblog .r2 {
	margin: 0 10px;
	font-size: 1.2em;
}

.decoblog .r2 span {
	margin: 8px 0 4px;
	text-transform: uppercase;
	display: block;
}

.decoblog hr {
	height: 100px;
	margin: 0 10px;
	background: url(http://www.deconet.com/pictures/site/bg-decoblog.png)
		bottom no-repeat;
}

.decoblog .textright {
	margin: 6px 10px 8px;
}

.decopedia {
	border: 1px solid #ddd;
	cursor: pointer;
	width: 319px;
	height: 210px;
	text-align: center;
}

.decopedia span.r1 {
	margin: 0 10px 10px;
	padding: 4px 0;
	font-family: Arial;
	font-size: 1.1em;
	text-align: center;
	display: block;
}

.decopedia span.r2 {
	margin: 0 10px 0;
	padding: 0 0 4px;
	font-family: Chalet;
	font-size: 5.5em;
	letter-spacing: -7px;
	display: block;
}

.decopedia a {
	margin: 4px 10px 8px;
	padding: 86px 0 0 0;
	background:
		url(http://www.deconet.com/pictures/site/decopedia_designers.jpg)
		center top no-repeat;
	text-align: right;
	display: block;
}

.decopedia a span {
	color: #00deff;
	text-decoration: underline;
}

.decopedia a:hover span {
	text-decoration: none;
}

.lastchance ul {
	margin: 0 0 5px 0;
}

.lastchance h5 {
	margin: 0 0 10px 0;
	padding: 6px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}

.lastchance li {
	height: 40px;
	margin: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	display: block;
}

.newsletter label {
	margin: 0 0 8px 0;
	color: #036FAD;
	font-size: 1.2em;;
	font-weight: bold;
	display: block;
}

.newsletter input.t {
	width: 118px;
}

.newsletter input.b {
	width: 34px;
	height: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.safebuy {
	color: #036FAD;
}

.safebuy p {
	padding: 12px 0 20px 96px;
	background: url(http://www.deconet.com/pictures/site/logo-safebuy.png)
		left 6px no-repeat;
	line-height: 1.4em;
	font-size: 11px;
	margin-top: 4px;
}

.quiz {
	color: #036FAD;
}

.quiz p {
	padding: 12px 0 20px 96px;
	background: url(http://www.deconet.com/pictures/site/quiz.png) left 6px
		no-repeat;
	line-height: 1.4em;
	font-size: 11px;
	margin-top: 4px;
}

/*autocompleter.css*/
/**
 * The automcomplete box styling
 */
div.auto_complete {
	z-index: 200;
	position: fixed;
	top
}

div.auto_complete ul {
	margin: -5px 0 0 0;
	padding: 5px 0 0 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
	background: #fff;
	list-style-type: none;
}

div.auto_complete ul li {
	overflow: auto;
	margin: 0;
	padding: 3px;
	text-align: left;
	line-height: 22px;
	cursor: pointer;
}

div.auto_complete ul li span.item_label {
	float: left;
}

div.auto_complete ul li span.item_info {
	float: right;
	color: #685642;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

div.auto_complete ul li.selected {
	background: #f49100;
	background: -moz-linear-gradient(top, rgba(242, 175, 0, 1),
		rgba(244, 145, 0, 1) );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242,
		175, 0, 1) ), color-stop(1, rgba(244, 145, 0, 1) ) );
	background: -o-linear-gradient(top, rgba(242, 175, 0, 1),
		rgba(244, 145, 0, 1) );
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
		StartColorStr=#FFF2AF00, EndColorStr=#FFF49100 );
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFF2AF00,EndColorStr=#FFF49100)";
	color: #fff;
}

div.auto_complete ul li.selected span.item_info {
	color: #fff;
}

div.auto_complete ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}

div.auto_complete ul .item-label {
	float: left;
}

/* suckerfish menu from: http://www.superfluosity.org/web/stac-prototype/suckerfish-menus/suckerfish-menus.html */
#navbarContainer .navbarSubcategory {
	display: none;
}

#navbarContainer .navbarCategory.over .navbarSubcategory {
	display: block;
}

#newsletterResponse {
	margin-top: 10px;
}