.Configurator{
	min-height: 630px;
	width: 930px;
	margin-top: 30px;
}
.Configurator #fabtreat_moist_ctrl-element {
	margin-top: -15px;
}
#selectOnlyCover {
	background: none;
	margin-top: -26px;
}
.Configurator #selectOnly {
	margin-top: 0px;
}
.SwatchBox img{
	border:solid 5px #FFFFFF;
	-moz-box-shadow:1px 1px 1px #DDDDDD;
	-webkit-box-shadow:1px 1px 1px #DDDDDD;
	box-shadow:1px 1px 1px #DDDDDD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inherit;
	position: relative;
}

.SwatchBox p{
	border:solid 5px #FFFFFF;
	-moz-box-shadow:1px 1px 1px #DDDDDD;
	-webkit-box-shadow:1px 1px 1px #DDDDDD;
	box-shadow:1px 1px 1px #DDDDDD;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #333;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px;
	padding: 10px;
	width: 42px;
	height: 42px;
}

.Fabrics .SwatchBox {
	float: none;
}

.SwatchBox {
	cursor: pointer;
	float: left;
	width: 72px;
	padding: 10px 0px 0px 7px;
}

.Name {
	background-color: #ffffff;
	background-position: 240px 50%;
	background-repeat: no-repeat;
	clear: both;
	color: #a3a3a3;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 5px 0 0 10px;
	width: 456px;
	border-top: 1px solid #cccccc;
	text-align: left;
}
.Name span {
	float: right;
	margin-right: 25px;
	font-size: 13px;
}
#selectBox {
	float: right;
	width: 450px;
}
.selection{
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: right;
	min-height: 30px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px ;
	width: 400px;
}
.selection p{
	max-width: 250px;
}

.Box {
	min-height: 260px;
	height: auto;
	margin-bottom: 20px;
	overflow: auto;
	width: 456px;
	display: none;
	text-align: left;
}
.Box label {
	color: #777777;
}
#canvasWrapper {
	float: left; 
	overflow: hidden;
	width: 450px;
}
.Canvas {
	width:450px; 
	height:550px; 
	float: left;
	position: relative;
	margin-left: -450px;
}
#Sizing-Box {
	overflow-x: hidden;
}
#Base-Shirt-Canvas {
	margin-left: 0px;
}

#Button a:link{
	border: 5px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px #DDDDDD;
    float: left;
    margin: 0px 0px 5px 12px;
    padding: 0px 0px 0px 2px;
    color: #000;
    text-decoration: none;
}
.Zoom {
	width:450px; 
	height:550px; 
	float: left;
	z-index: 2000;
	margin-top: -550px;
}

.showImage {
	background-repeat: no-repeat;
	width: 500px;
	height: 500px;
}​

/*Tool Tip + URL*/
a[data-tooltip]:link, a[data-tooltip]:visited {
	position: relative;
	text-decoration: none;
	border: none;
}
a[data-tooltip]:before {
	content: "";
	position: absolute;
	border-top: 20px solid #0090ff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	visibility: hidden;
	top: 540px;
	left: 10px;
}
a[data-tooltip]:after {
	content: attr(data-tooltip);
	position: absolute;
	color: white;
	top: 500px;
	left: 10px;
	background: #0090ff;
	padding: 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	visibility: hidden;
    width: 500px;
}
a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
	visibility: visible;
	-moz-transition: visibility 0s linear .3s;
}
.URL{
	margin: 0 1em 0 0;
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 10px 10px 10px 10px;
	display: inline-block;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;    
	max-width: 930px;
	padding: 10px;
}
.URLupdate{
	font-size: 10px;
}
a{
	color: #333333;
}
a:focus, a:active, a:hover {
    border-bottom: 0 none;
    color: #22B4C1;
    text-decoration: none;
}

.configPHP{
	background: none repeat scroll 0 0 #EEEEEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	display: inline-block;
	margin: 1em 0;
	max-width: 930px;
	padding: 10px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	word-wrap: break-word;
}

.hr {
	height: 10px;
	width: 377px;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 13px;
}
.modal {
    background-color:#fff;
    display:none;
    width:270px;
    padding:15px;
    text-align:left;
    border:2px solid #777777;
	font-family: 'Roboto';
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 300;
	margin-left: 313px;
	margin-top: 300px;
}
.modal input {
	margin-top: 20px;
}
.wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 930px;
}
.modalInput {
	background: transparent;
	height: 21px;
	width: 140px;
	float: right;
	margin-left: 400px;
	margin-top: -82px;
	margin-right: 142px;
}
#confirmationModal {
	margin-right: 532px !important;
	margin-top: -80px !important;
	height: 32px;
	width: 164px;
}
.configDescription {
	width: 450px;
    height: auto;
    float: left;
}
.descTitle {
	font-size: 15px;
	color: #777777;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
}
.descText {
	font-size: 14px;
	text-align: justify;
	font-weight: 300;
	color: #a3a3a3;
	margin-left: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
}
#configuratorReset {
	float: right;
	text-decoration: none;
	color: #a3a3a3;
	border: 1px solid #a3a3a3;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	margin-top: 29px;
	margin-right: 31px;
}
.Configurator #addtowishlist-element .smallbtn {
	font-size: 11px;
}
.desRegCost {
	font-weight: 300;
	text-decoration: line-through;
	margin-right: 10px;
}
.desSpecCost {
	color: red;
}
#SleeveLength {
	float: right;
}
#SleeveLength a {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #a3a3a3;
	background: #f8f8f8;
	padding: 5px;
	text-decoration: none;
}
#SleeveLength a:hover {
	cursor: pointer;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#E9E9E9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#E9E9E9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f8f8f8,	#E9E9E9); /* for firefox 3.6+ */
}
.SleeveLengthSelected {
	background-color: #dddddd !important;
	color: #777777 !important;
}
.SleeveLengthSelected:hover, .SleeveLengthSelected:active {
	background: #999 !important; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#CDCDCD') !important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#CDCDCD)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #dddddd,	#CDCDCD) !important; /* for firefox 3.6+ */	
}
.Configurator .productCart {
	margin-left: -6px;
}
.newFabric, .newOption {
	position: absolute;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	margin-left: -65px;
	width: 58px;
	height: 65px;
	margin-right: 7px;
}

#Collar-Style-Options-Box p {
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}