﻿
/* shopstuff */
.vist-shop-world 
{
    position:absolute;
    z-index:1;
}
.vist-shop-world img 
{
    position:absolute;
    top:90px;
    z-index:1;
}
*+html .vist-shop-world img 
{
    z-index:0;
    top:150px;
    
}
* html .vist-shop-world 
{
    display:none;
    visibility:hidden;
}
.dataViewer 
{
    background-color:White;
    opacity: .8; 
    filter: alpha(opacity = 80); 
    z-index:2;
    position:relative;    
}
*+html .dataViewer 
{
    top:-30px;
}
.dataItem {
    float:left;
    padding:10px;
    width:234px;
    height:173px;
    font-size:11px;
    font-family:Verdana;
    background-color:White;
}
.header {
    font-weight:bold;
}
.splitter {
    clear:both;
    border-top: 2px dotted #828181;
    border-bottom: 2px dotted #828181;
    margin-top:20px;
    padding:15px 0px;
    text-align:center;
}
.comboboxContainer
{
    float:left;
	border:none;
	font-size:11px;
	margin-right:50px;
}

.comboboxValueContainer
{
	background: url(images/combo-bg.gif) no-repeat left top;
	width:126px;
	outline: 0;
}

.comboboxValueContent
{
	padding-left: 10px;
	text-transform: uppercase;
}

.comboboxDropDownContainer
{
	overflow: hidden;
	padding-left: 3px;	
	outline: 0;
	background:#fff;
}

.comboboxDropDownButton
{
	width: 23px;
	height: 24px;
	background-image: url(images/combo-arrow.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
	width:156px;
}

.comboboxGroupItemContainer
{
	border:none;
	padding-left: 0px;
	margin-left: 0px;
	width:100%;
}

.comboboxItem
{
	background: url(images/comboitem.png) no-repeat;
	color: #828181;
	font-weight: normal;
	font-style: normal;
	margin-bottom:1px;
	padding-left:10px;
	height: 24px;
	text-transform: uppercase;
}

.comboboxItemHover
{
	background: url(images/comboitem-hover.png) no-repeat;
}

.comboboxGroupItemContainer .comboboxItem
{
	margin-left: 0px;
}
