.StandardDescription {
	margin-bottom: 12px;
}

.StandardSearchSectionTitle {
	height: 16px;
	line-height: 16px;
	border-bottom: solid 1px #ccc;
	margin: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #E07900;
}
.StandardSearchSectionTitleLabel {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #E07900;
}
.StandardSearchSectionTitleOpen {
	height: 16px;
	line-height: 16px;
	text-align: right;
}
.StandardSearchSectionTitleOpen a {
	font-size: 10px;
	font-weight: normal;
}

.StandardSearchSection {
	margin-bottom: 12px;
}
.StandardSearchOptions {
	width: 220px;
	height: 250px;
	overflow: auto;
	padding: 2px 0 0 5px;
}

.StandardSearchSelectSection {
	border-bottom: solid 1px #eee;
	margin-bottom: 2px;
	line-height: 18px;
	height: 18px;
	clear: both;
}
.StandardSearchSelectSectionCheck {
	width: 25px;
	float: left;
}
.StandardSearchSelectSectionLabel {
	font-weight: bold;
	color: #333;
	line-height: 18px;
	height: 18px;
	float: left;
}

.StandardSearchSelectCheck {
	width: 25px;
	float: left;
}
.StandardSearchSelectLabel {
	width: 160px;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	float: left;
}

.StandardNavigation {
	border: solid 1px #CCC;
	border-width: 1px;
	padding: 6px;
	margin-bottom: 6px;
}

.DesignPreview {
	border: solid 1px #CCC;
	padding: 1px;
	margin: 0px 8px 8px 0px;
	float: left;
	width: 145px;
}
.DesignPreviewTitle {
	text-align: left;
	font-size: 10px;
	padding: 2px;
}
.DesignPreviewImage {
	border: solid 1px #CECECE;
	height: 82px;
	width: 143px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.DesignPreviewImage a {
	display: block;
	height: 82px;
	width: 143px;
}
.DesignPreview:hover, .DesignPreview:hover .DesignPreviewImage {
	border: solid 1px #E07900;
}

#simplemodal-container {
	border: solid 1px #E07900;
	overflow: auto;
	padding: 12px;
	background: #fff;
}
.MDPreviewTitle {
	border-bottom:1px solid #333333;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:4px 2px;
	text-align:left;
	text-transform:uppercase;
	margin-bottom: 6px;
}
.MDPreviewInstructions {
	color: #444;
	font-style: italic;
	text-align: center;
}
.MDPreview {
	margin: 0 auto;
}
.MDPreview img {
	border: solid 1px #cfcfcf;
}
.MDThumbnail {
	display: block;
	border: solid 1px #CCC;
	margin: 2px;
	float: left;
	width: 96px;
	height: 55px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.MDThumbnailImage {
	width: 100px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.MDThumbnailTitle {
	font-size: 10px;
	color: #333;
	width: 100%;
	height: 14px;
	background: #efefef;
	line-height: 14px;
	text-indent: 3px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .9;
}
.MDThumbnail:hover,
.MDThumbnailSelected {
	border: solid 1px #E07900;
}
.MDThumbnail:hover .MDThumbnailTitle,
.MDThumbnailSelected .MDThumbnailTitle {
	background: #E07900;
	color: #fff;
}

.StandardDesignPreviewTT {
	border: solid 1px #E07900;
	background: #FFF;
}
.StandardDesignPreviewTT img {
	margin: 1px;
}

.DesignDetailsVariation {
	margin-bottom: 6px;
}
.DesignDetailsPreviews {
	text-align: center;
}
.DesignDetailsPreview {
	border: solid 1px #EEE;
}
.DesignDetailsPreview img {
	padding: 1px;
}

.DesignDetailsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom: solid 1px #333;
	padding:4px 2px;
	text-align:left;
	text-transform:uppercase;
}
.DesignDetailsCategory {
	font-size: 11px;
	font-weight: bold;
	color: #ACACAC;
	text-align: right;
	margin-bottom: 2px;
	padding: 1px 0;
}
.DesignDetailsDescr {
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin: 4px 0;
}
.DesignDetailsTags {
	font-size: 10px;
	border: solid 1px #CCC;
	border-left: 0;
	border-right: 0;
	margin: 4px 0;
	padding: 2px 6px;
}

.DesignDetailsSizes {
	margin-top: 6px;
}
.DesignDetailsSizesTitle {
	color: #E07900;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #eee;
}

.DDThumbnailsSectionTitle {
	font-weight: bold;
	font-size: 11px;
	margin: 6px 0 2px 0;
}
.DesignDetailsThumbnails {
	margin-bottom: 8px;
}
.DDThumbnail {
	height: 35px;
	margin: 1px;
	clear: both;
	white-space: no-wrap;
	border: solid 1px #fff;
}
.DDThumbnailOver {
	border: solid 1px #ffde90;
	font-weight: bold;
}
.DDThumbnailSelected {
	background: #ffde90;
	font-weight: bold;
}
.DesignDetailsThumbnailIcon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
}
.DesignDetailsThumbnailLabel {
	width: 280px;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	padding: 1px;
	overflow: hidden;
	float: left;
}

.StandardDesignVariation {
	width: 300px;
	height: 100px;
	float: left;
	border: solid 1px #CCC;
	background: #FAFAFA;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px;
}
.StandardDesignIcon img {
}
.StandardVariationField {
	clear: both;
	white-space: nowrap;
	padding: 3px 0;
}
.StandardVariationFieldLabel {
	width: 50px;
	float: left;
	font-weight: bold;
}