@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 18px;
	border: 0px solid #ffffff;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 10px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	background-color: #000;
}
.jquery-selectbox.selecthover {
	border-color: #fff;
	background-color: #000;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 6px;
	left: 0px;
	background: #000;
	width: 100px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #fff;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #fff;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}

.jcarousel-skin-coreupt .jcarousel-container {
    -moz-border-radius: 10px;
    background: #000000;
}

.jcarousel-skin-coreupt .jcarousel-container-horizontal {
    width: 410px;
    padding: 0px 0px;
}

.jcarousel-skin-coreupt .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-coreupt .jcarousel-clip-horizontal {
    width:  390px;
    /*height: 90px;*/
}

.jcarousel-skin-coreupt .jcarousel-clip-vertical {
    width:  88px;
    height: 245px;
}

.jcarousel-skin-coreupt .jcarousel-item {
    width: 88px;
}

.jcarousel-skin-coreupt .jcarousel-item  img{
	border:1px solid #565656;
	width:88px;
	height:57px;
}

.jcarousel-skin-coreupt .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-coreupt .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-coreupt .jcarousel-item-placeholder {
    background: #000;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-coreupt .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(templates/js/jcarousel/skins/coreupt/coreupt-carousel-next.jpg) no-repeat 0 0;
}

.jcarousel-skin-coreupt .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-coreupt .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-coreupt .jcarousel-next-disabled-horizontal,
.jcarousel-skin-coreupt .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-coreupt .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-coreupt .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(templates/js/jcarousel/skins/coreupt/coreupt-carousel-previous.jpg) no-repeat 0 0;
}

.jcarousel-skin-coreupt .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-coreupt .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-coreupt .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-coreupt .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-coreupt .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-coreupt .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(coreupt-carousel-next.jpg) no-repeat 0 0;
}

.jcarousel-skin-coreupt .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-coreupt .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-coreupt .jcarousel-next-disabled-vertical,
.jcarousel-skin-coreupt .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-coreupt .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-coreupt .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(coreupt-carousel-previous.jpg) no-repeat 0 0;
}

.jcarousel-skin-coreupt .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-coreupt .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-coreupt .jcarousel-prev-disabled-vertical,
.jcarousel-skin-coreupt .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-coreupt .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		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/zoomloader.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 #999;
	background-color: #FFF;
}


