#RIEU-product-selector
{
	position: relative;
	margin: 0 12px 18px;
}

#RIEU-product-selector h3
{
	cursor: pointer;
}

#RIEU-product-selector h3 > em
{
	display: none;
}

#RIEU-product-selector fieldset
{
	margin-bottom: 4px;
}

#RIEU-product-selector.closed h3
{
	margin-bottom: 0;
}

#RIEU-product-selector.closed h3 > em
{
	display: block;
}

#RIEU-product-selector.closed div.RIEU-formRow,
#RIEU-product-selector.closed button
{
	display: none;
}

#RIEU-product-selector div.jqTransformInputWrapper
{
	width: 340px;
	margin: auto;
	float: none;

}
#RIEU-product-selector input[type=text]
{
	background-color: #e9e9e9;
	border: 1px solid #ccc;
	color: #333;
	height: 20px;
	line-height: 16px;
	padding: 4px 4px 0 4px;
	width: 332px;
}

.jqac-menu
{
	font-size: 12px;
	color: black;
	background-color: white;
	border: 1px solid #aaa;
	z-index: 999 !important;
	border-radius: 0 0 4px 4px;
}

.jqac-menu ul
{
	list-style: none;
	margin: 1px;
	padding: 1px;
	overflow: hidden;
}

.jqac-menu ul li
{
	border-bottom: 1px dotted #ccc;
	padding: 0 2px;
}

.jqac-menu .jqac-link
{
	cursor: hand;
	cursor: pointer;
	display: block;
	white-space: nowrap;
}

.jqac-menu .jqac-highlight
{
	background-color: #eee;
}

.jqac-menu .jqac-warning
{
	font-style: italic;
}

.jqac-menu em
{
	text-decoration: none;
	color: #c00;
	font-style: normal;
}

.jqac-menu .jqac-info
{
	text-align: right;
	color: #666;
}

.jqac-menu .jqac-info span
{
	text-align: right;
	font-size: 80%;
	color: #666;
}

/*
#RIEU-product-selector
{
}
#RIEU-product-selector.RIEU-product-selectorSimple
{
}
#RIEU-product-selector.RIEU-product-selectorDisplayMode1
{
	width: 400px; 
	margin: auto; 
	text-align: center;
}
#RIEU-product-selector.RIEU-product-selectorDisplayMode2
{
	width: 610px; 
	margin: auto; 
	text-align: center;
}
#RIEU-product-selector.RIEU-product-selectorDisplayMode3
{
	width: 820px; 
	margin: auto; 
	text-align: center;
}
#RIEU-product-selector h3
{
	text-align: left;
}
#RIEU-product-selector p
{
	padding: 0 30px;
	text-align: left;
}
#RIEU-product-selector div.jqTransformInputWrapper
{
    width: 340px;
		margin: auto;
		float: none;
		
}
#RIEU-product-selectorInput
{
	background:  url(../../images/RIEU_2013/BG_arrowRight.png) no-repeat left;
	padding-left: 20px;
}
#RIEU-product-selector input[type=text]
{
	background-color: #949494; 
  border: 0 none;
  color: #FFFFFF;
  font-size: 14px;
  height: 20px;
  line-height: 16px;
  padding: 4px 4px 0 4px;
  text-transform: uppercase;
	width: 332px;
}
