﻿#color-configuration-container {
  /*display: block !important;  For the formatting time  */
	width: 100%;
	background: #F7F7F7;
	border-bottom: 1px #C0C0C0 solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#color-configuration {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-bottom: 3px #E6E6E6 solid;
}
#colors-standard {
	float: left;
	width: 450px;
	padding: 10px;
	border: 1px #C0C0C0 solid;
	background: #FFF;
}
#colors-extended {
	float: right;
	width: 450px;
	padding: 10px;	
	border: 1px #C0C0C0 solid;
	background: #FFF;
}
#configurator-logo {
	margin-top: 15px;
	width: 940px;
	padding: 10px;
	border: 1px #C0C0C0 solid;
	background: #FFF;
}
#theme-picker {
	margin-bottom: 15px;
	width: 940px;
	padding: 10px;
	border: 1px #C0C0C0 solid;
	background: #FFF;
}
#theme-picker-relative-container {
	position: relative;
	min-height: 300px;
}
.theme a .theme-name {
	display: block;
	float: left;
	margin: 4px;
	margin-right: 8px;
	margin-left: 0;
	padding: 3px;
	background: #EEEEEE;
	color: #333333;
	border: 1px #333333 solid;
	cursor: pointer;
}
.theme a .theme-name:hover, .theme a.current .theme-name{
	background: #333333;
	color: #FFF;
}

.theme a img {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.theme a:hover img, .theme a.current img{
	display: block;
}
.configurator-title {
	font-weight: bold;
	font-size: 14px;
}
.configurator-section {
	margin: 5px;
	border: 1px #CCCCCC solid;
	padding: 5px;
	background: #FAFAFA;
}
.section-title {
	font-weight: bold;
}
.section-description {
	font-size: 10px;
	color: #999999;
}
.section-configuration {
}
.section-configuration input, .section-configuration select {
	padding: 3px;
	background: #FFF;
	border: 1px #CCCCCC solid;
}
.selection-option {
	padding-bottom: 5px;
}
a.picker {
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url('../images/configurator/picker-off.jpg') no-repeat;
	margin-left: 5px;
}
a.picker:hover {
	background: url('../images/configurator/picker.jpg') no-repeat;
}
#configurator-submit {
	padding: 10px;
	font-weight: bold;
}
#configurator-submit-colors {
	padding: 3px;
	font-weight: bold;
}

#configurator-toggle {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #F3F3F3;
	padding: 5px;
	cursor: pointer;
	margin-bottom: -20px;
	position: relative;
	z-index: 500;
}
#configurator-toggle:hover {
	background: #DFEFFF;
}
.configurator-color-preview {
	width: 15px;
	height: 15px;
	border: 0px;
	margin-left: 3px;
}
.fifty-percent-float {
	float: left;
	width: 46%;
	padding-left: 1%;
	padding-right: 1%;
}
.configurator-photo {
	width: 188px;
	height: 61px;
	position: relative;
	margin: 3px;
	float: left;
}
.configurator-photo img {
	width: 180px;
	height: 53px;
	
	border: 4px #C0C0C0 solid;
	cursor: pointer;
}
.configurator-photo:hover img {
	border: 4px #666666 solid;
}
.configurator-photo-delete a{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 188px;
	text-align: center;
	padding-top: 23px;
	height: 38px;
	background: #333333;
	cursor: pointer;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;

}
.configurator-photo:hover .configurator-photo-delete a{
	display: block;
	
}
.image-position-container{
	width: 96%;
	padding: 2%;
	background: #F2F2F2;
	border: 1px #C0C0C0 solid
}
.image-position-float-left{
	width: 40%;
	float: left;
	text-align: center;
}
.image-position-float-right{
	width: 40%;
	float: right;
	text-align: center;
}
.loader, .loader span {

    display: none;

}

.loader {

    width: 300px;

    height: 220px;

    background: #F0F0F0 url('../images/ajax-loader.gif') no-repeat;

    background-position: center center;

    border: 1px #999999 solid;

    position: absolute;

    top: 10px;

    right: 10px;

}

.loader span {

    width: 300px;

    height: 220px;

}

.theme a:hover .loader, .theme a:hover .loader span {

    display: block;

}
