
/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 28px;
	float:right;
	top:1px;
	
	
}

.jqTransformSelectWrapper div span {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 12px;
	padding: 6px 0 0 12px;
	overflow: hidden;
	cursor:pointer;
	z-index:20;
	background:url(img/sortbox_bg.jpg) repeat-x;
	border:solid 1px #6e983f;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 28px;
	background: url(img/select_right.gif) no-repeat center center;
	z-index:22;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 12px;
	left: 0px;
	list-style: none;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	background-color:#d9e59c;
	border:solid 1px #6e983f;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-radiu-bottomleft: 6px;
    border-bottom-left-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomleft: 6px; /* for old Konqueror browsers */
	-moz-border-radius-bottomright: 6px;
    -webkit-border-radiu-bottomright: 6px;
    border-bottom-right-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomright: 6px; /* for old Konqueror browsers */
	

}

.jqTransformSelectWrapper ul a {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 5px 5px 5px 12px;
	text-decoration: none;
	color:#333;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background-color:#b6c27a;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background-color:#b6c27a;
	color: #333;
	text-decoration:none;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

/* Qty box dropdown list view */

/****** ADD TO CART QTY ***********/
/****** ADD TO CART QTY ***********/
/****** ADD TO CART QTY ***********/
/****** ADD TO CART QTY ***********/

/*  IE6 */
* html .jqTransform2InputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransform2InputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}


/* -------------
 * Selects
 * ------------- */
.jqTransform2SelectWrapper {
	width: 25px;
	position:relative;
	height: 28px;
	float:left;
	top:1px;
	
	
}

.jqTransform2SelectWrapper div span {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 12px;
	padding: 6px 0 0 13px;
	overflow: hidden;
	cursor:pointer;
	z-index:20;
	background:url(https://www.arborteas.com/templates/default/js/img/qtybox_list_bg.jpg) repeat-x; 
	border:solid 1px #b8a782;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransform2SelectWrapper  a.jqTransform2SelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 28px;
	background: url(img/sortbox_arrow_brown.gif) no-repeat center center;
	z-index:22;
}

.jqTransform2SelectWrapper ul {
	position: absolute;
	width:50px;
	top: 12px;
	left: 0px;
	list-style: none;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	background-color:#ecdfbd;
	border:solid 1px #b8a782;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-radiu-bottomleft: 6px;
    border-bottom-left-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomleft: 6px; /* for old Konqueror browsers */
	-moz-border-radius-bottomright: 6px;
    -webkit-border-radiu-bottomright: 6px;
    border-bottom-right-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomright: 6px; /* for old Konqueror browsers */
	

}

.jqTransform2SelectWrapper ul a {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 2px 0px 2px 12px;
	text-decoration: none;
	color:#333;
	font-size: 14px;
	
}

.jqTransform2SelectWrapper ul a.selected {
	background-color:#c5b690;
	color: #333;
}

.jqTransform2SelectWrapper ul a:hover, .jqTransform2SelectWrapper ul a.selected:hover {
	background-color:#c5b690;
	color: #333;
	text-decoration:none;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransform2Hidden {display: none;}

/* Qty box dropdown list view */




/****** BROWSE PAGE ***********/
/****** BROWSE PAGE ***********/
/****** BROWSE PAGE ***********/
/****** BROWSE PAGE ***********/

/*  IE6 */
* html .jqTransform9InputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransform9InputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}


/* -------------
 * Selects
 * ------------- */
.jqTransform9SelectWrapper {
	width: 100px;
	position:relative;
	height: 28px;
	float:left;
	top:1px;
	margin-top:5px;
	color:#333;
	
	
}

.jqTransform9SelectWrapper div span {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: none;
	
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 12px;
	padding: 6px 0 0 12px;
	overflow: hidden;
	cursor:pointer;
	z-index:20;
	background:url(img/sortbox_bg.jpg) repeat-x;
	border:solid 1px #6e983f;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransform9SelectWrapper  a.jqTransform9SelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 28px;
	background: url(img/select_right.gif) no-repeat center center;
	z-index:22;
}

.jqTransform9SelectWrapper ul {
	position: absolute;
	width:100px;
	top: 12px;
	left: 0px;
	list-style: none;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	background-color:#d9e59c;
	border:solid 1px #6e983f;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-radiu-bottomleft: 6px;
    border-bottom-left-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomleft: 6px; /* for old Konqueror browsers */
	-moz-border-radius-bottomright: 6px;
    -webkit-border-radiu-bottomright: 6px;
    border-bottom-right-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomright: 6px; /* for old Konqueror browsers */
	

}

.jqTransform9SelectWrapper ul a {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 5px 5px 5px 12px;
	text-decoration: none;
	color:#333;
	font-size: 12px;

}

.jqTransform9SelectWrapper ul a.selected {
	background-color:#b6c27a;
	color: #333;
}

.jqTransform9SelectWrapper ul a:hover, .jqTransform9SelectWrapper ul a.selected:hover {
	background-color:#b6c27a;
	color: #333;
	text-decoration:none;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransform9Hidden {display: none;}





/****** CATEGORY LIST VIEW ***********/
/****** CATEGORY LIST VIEW ***********/
/****** CATEGORY LIST VIEW ***********/
/****** CATEGORY LIST VIEW ***********/

/*  IE6 */
* html .jqTransform8InputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransform8InputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}


/* -------------
 * Selects
 * ------------- */
.jqTransform8SelectWrapper {
	width: 100px;
	position:relative;
	height: 28px;
	float:left;
	top:1px;
	margin-top:5px;
	color:#333;
	
	
}

.jqTransform8SelectWrapper div span {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: none;
	
	position: absolute;
	white-space: nowrap;
	height: 20px;
	line-height: 12px;
	padding: 6px 0 0 12px;
	overflow: hidden;
	cursor:pointer;
	z-index:20;
	background:url(img/qtybox_list_bg.jpg) repeat-x;
	border:solid 1px #b8a782;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
	
}

.jqTransform8SelectWrapper  a.jqTransform8SelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	height: 28px;
	min-width:33px;
	background: url(img/sortbox_arrow_brown.gif) no-repeat center center;
	z-index:22;
}

.jqTransform8SelectWrapper ul {
	position: absolute;
	width:auto;
	top: 22px;
	left: 0px;
	list-style: none;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	background-color:#ecdfbd;
	border:solid 1px #b8a782;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-radiu-bottomleft: 6px;
    border-bottom-left-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomleft: 6px; /* for old Konqueror browsers */
	-moz-border-radius-bottomright: 6px;
    -webkit-border-radiu-bottomright: 6px;
    border-bottom-right-radius: 6px; /* future proofing */
    -khtml-border-radius-bottomright: 6px; /* for old Konqueror browsers */
	

}

.jqTransform8SelectWrapper li, .jqTransform8SelectWrapper li:hover {
	background-image:none;
	background-color:transparent;
	border:none;
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	display: block;
	text-decoration: none;
	padding: 0;
	height:auto;
	width:auto;
	min-height:15px;
	
}

.jqTransform8SelectWrapper ul a {
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 5px 5px 5px 12px;
	text-decoration: none;
	color:#333;
	font-size: 12px;


}

.jqTransform8SelectWrapper ul a.selected {
	background-color:#c5b690;
	color: #333;
}

.jqTransform8SelectWrapper ul a:hover, .jqTransform8SelectWrapper ul a.selected:hover {
	background-color:#c5b690;
	color: #333;
	text-decoration:none;
	border:none;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransform8Hidden {display: none;}
