.swatchesContainerPadded:after,
.swatchesContainer:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
#ul-moreviews li img{ cursor: pointer; }

/* Swatch Product View Styles */

#loadingImage {
	-moz-opacity:0.8;
	opacity: 0.8;
   	filter: alpha(opacity = 80);
   	border: 1px solid #CCC;
	position:absolute;
	left:400px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	width:75px;
	height:50px;
	top:330px;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position:center 25px;
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	vertical-align:middle;
	text-align:center;
	z-index:99; }

.swatchesContainer { 
    
}

.swatchesContainer ul li:first-child {
    margin-left: 0;
}

.swatchesContainer ul {
    margin-bottom: 0;
}

.swatchesContainerPadded { padding-top:15px; }

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

.swatch-category,
.swatch {
	padding:1px;
	cursor:pointer;
	border:1px solid #e1e1e1;
	background-color: #ffffff;
	opacity: 1;
    display: block; 
	filter:alpha(opacity=100);
	transition:opacity .5s linear;
	-moz-transition:opacity .5s linear;
	-webkit-transition:opacity .5s linear;
	-o-transition-transition:opacity .5s linear; 
}

.swatch .inner,
.swatch-category .inner { 
    display: table; 
    height: 100%; 
    width: 100%; 
}

.swatchText span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.swatchSelected { border:1px solid #000000 !important; }

.disabledSwatch { cursor:default !important; filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3; }

.swatchSelect { display:none; }

/*
.swatchContainer { display:inline; }
*/

/* Swatch Category View Styles */

.float-clearer { clear:both; margin: 0; min-height: 1px; }

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

.swatchLabel-category { font-weight:normal!important; font-size:9px; display:none; 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-shopby { cursor:pointer; border:1px solid #e1e1e1; padding:1px; display: block; }
*/

.swatch-shopby-selected { border: 1px solid #E1E1E1; padding:1px; display: block; }

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

.swatch-category-container { height:auto !important; position:relative; }
.swatch-category-container ul { margin-bottom: 0; }


