﻿#loading{
	position:absolute;	
	right:100px;	
	display:none;
}

#region{
	width:557px;
	overflow:hidden;
}

#region-list{
	width:670px;
}

#region-list  a{
	float:left;
	margin-right:35px;
	margin-bottom:3px;
	cursor:pointer;
	xwidth:130px;
	
}

#region-list a.sel{	
	color:#333333;
}

.region-header{
	font-size:12px !important;
}

#region-list .region{
	float:left;
	margin-right:30px;
}

.sep-line{
	background:#E1E1E1;
	height:1px;
	width:567px;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:10px;
}

#sales{
	width:567px;
	overflow-x:hidden;
	xbackground:red;
	text-align:left;
}

#sales h2{
	color:#000000;
	font-size:14px;
	text-transform:uppercase;
}


#sales #sales-list{
	width:627px;
}

#sales #sales-list .item{		
	float:left;
	width:290px;	
	margin-right:20px;
	margin-bottom:20px;	
	clear:both;
	min-height:120px;
}

#sales #sales-list .item .flag{	
	float:left;
	margin-right:10px;
}

#sales #sales-list .item .desc{	
	float:left;
	padding-left:20px;	
}

#sales #sales-list .item ul{	
	padding:0px !important;
	margin:0px !important;
}


#sales #sales-list .item li{	
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 20px !important;	
	color:#000000;	
	color:#000000;
	font-size:11px;
	font-weight:bold;
	width:200px;
}


