@CHARSET "UTF-8";
.sbHolder{
	 background-color: #ffffff;
    border: 1px solid gray;
    border-radius: 5px;
    float: left;
    font-family: verdana;
    font-size: 10px;
    font-weight: normal;
    height: 21px;
    margin-right: 8px;
    position: relative;
	z-index:1;
    width: 139px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	 -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: white -moz-use-text-color white white;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    display: block;
    height: 19px;
    left: 0;
    line-height: 18px;

    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 119px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color:red;
	outline: none;
	border:1px solid white;
	text-decoration: none;
	background-color:white;   
	border-radius: 5px;
	
}
.sbToggle{
	background: url("../img/select-icons.png") no-repeat scroll 9px -18px white;
    display: block;
    height: 21px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    border-radius: 5px;
}
.sbToggle:hover{
	background-color:#ACDCF7;
}
.sbToggleOpen{
	background: url("../img/select-icons.png") no-repeat scroll 9px -18px white;
		background-color:white;
}
.sbToggleOpen:hover{
		background-color:#ACDCF7;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: white;
	border: solid 1px gray;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 149px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{  font-family: verdana;
    font-size: 10px;
    font-weight: normal;

}
.sbOptions li a:hover{background-color:#F1EEE9;color:black;font-weight:bold !important;font-size:10px;font-family: verdana;}

.sbOptions a{
	
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color:red;
	text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

#productFilter {width:780px !important;position:relative;z-index:500;}
.productFilterForm{background-color: #F1EEE9; border-radius: 4px 4px 4px 4px; font-size: 10px; font-weight: bold; height: 26px; padding-left: 22px; padding-top: 15px;padding-bottom:8px;}
.productFilterForm-para{
	float: left; 
	margin-top: 2px;
	font-size:12pt; 
	margin-right: 20px;
	font-family: AvenirLTStd35Light,Verdana,Calibri,Trebuchet,Arial,sans-serif;
}
.productFilterForm-field{margin: 0px !important;position:relative}
.productFilterForm-filter-size{color: red; margin-left:0px; margin-right: 10px}
.productFilterForm-filter-option1{margin-left:0px !important}
.productFilterForm-filter-option2{margin-left:0px !important}
.productFilterForm-filter-size1{color: red;margin-left:0px !important;line-height:10px;}
.productFilterForm-filter-label1{float: left;font-size: 13px;margin-right: 10px !important;margin-top: 4px;font-weight:bold;font-family:verdana;}
.fit-selector{color: red; margin-left: 10px; margin-right: 10px;font-weight:normal;font-family:verdana;}
.product-label2{float: left;font-size: 13px;margin-right: 10px !important;margin-top: 4px;font-weight:bold;font-family:verdana;}
.activitySelector{color: red; margin-left: 10px; margin-right: 10px}
.activitySelector-clear-all1{margin-left:5px !important;float: left;font-family: verdana;font-size: 10px;margin-top: 6px !important;color:red !important;font-weight:regular !important;}
.activitySelector-clear-all2{margin-left:5px !important;float: left;font-family: verdana;font-size: 10px; margin-top: 6px !important;color:red !important;font-weight:regular !important}
.add{background:#F1EEE9; color:#fff;font-weight:bold; }
.add a{color:black !important;font-weight:bold !important;font-size:10px !important;}