
/*
 Styles for shelf design gallery.
 */

.design-preview {
	width: 410px;
	padding: 0 10px 40px 0;
	float: left;
}

.design-preview .preview-image {
	
	display: block;
	width:  120px;
	height:  80px;
	float: left;
	
	border: 2px solid rgb(217,221,223); 
	margin-right: 10px;
}

.design-preview .details {
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.design-preview .details .subtitle {
	margin-bottom: 10px;
}

.design-preview .details  h3 {
	margin-bottom: 0;
	margin-top: 5px;
}

/* UPLOAD page */

#design-details-form label {

}

#design-details-form .tip {
	
	display: block;
	clear:left;
	font-style: italic;
	font-size: 90%;
}

.contest {position:relative;}

.contest:after {
    content:'';
    background: url('{{ site.assets }}/img/ui/design-contest-banner.png') no-repeat scroll top left transparent;
    position: absolute;
    top:-2px;
    left:-2px;
    height:84px;
    width:100%;
}