/* Swatch Product View Styles */

.loadingImage{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:16px;
	height:16px;
	top:100px;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:99;
	visibility:hidden;
}

.swatchesContainer {
	padding-top:0px;
}

.swatchesContainerPadded {
	padding-top:15px;
}

.swatchLabel {
	font-weight:normal!important;
}

.disabledSwatch {
	padding:2px; 
	display:inline; 
	cursor:default; 
	float:left;
	margin-bottom: 4px;
	margin-left: 8px;
	border: 1px solid #e1e1e1;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity:0.3;	
}

.swatchSelect {
	display:none;
}

.swatchContainer {
	display:inline;
}

.swatch {
	padding:2px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-bottom: 4px;
	margin-left: 8px;
	border: 1px solid #e1e1e1;
}

.swatchSelected {
	padding:2px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-bottom: 4px;
	margin-left: 8px;
	border: 1px solid #000000;
}


/* Swatch Category View Styles */

.float-clearer{
	clear: both;
}

.swatchesContainer-category {
	padding-top: 8px;
	padding-bottom: 20px;
	display: block;!important;
}

.swatchLabel-category {
	font-weight:normal!important;
	font-size: 9px;
	float: left;
	display: block;
	padding-top: 2px;
	vertical-align: bottom;
	line-height: 9px;
}

.swatchContainer-category {
	display:block !important;
	height: auto;
}

.firstswatch-category {
	padding:2px; 
	float: left;
	display: inline;
	cursor: pointer;
	margin-bottom: 8px;
	margin-top: 4px;
	margin-left: 0px;
	border: 1px solid #e1e1e1;
}

.swatch-category {
	padding:1px; 
	float: left;
	display: inline;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 4px;
	border: 1px solid #e1e1e1;
}

.swatch-shopby {
	padding:2px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #e1e1e1;
}

.swatch-shopby-text {
	padding:2px; 
	display:inline; 
	cursor:pointer; 
	float:left;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.swatch-category-container {
	margin-top: 8px;
	margin-bottom: 15px;
	overflow: auto !important;
	height: auto !important;
	position: relative;
}


/* ZOOM Styles */

div.jqZoomTitle
{
	background: #111;
	-moz-opacity:.55;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
  	font-size: .95em;
  	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	padding: 5px;
	border-top: 1px solid #999;
}

.jqZoomPup
{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.4;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   	text-decoration: none;
	border: 1px solid #CCC;
   	background-color: white;
   	padding: 8px;
	text-align:center;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #000;
	margin-top:30px;
	background-color: #FFF;
}
#roll_on
{
	color: Gray;
	font-size: 9px;
	font-family: Tahoma;
	font-style:italic;
	text-align:center;
}
