div.img_container {
	width: 150px;
	height: 350px; 
	float: left; 
	margin-right: 5px;
	cursor:pointer;
}

div.icon_container {
	width: 70px;
	height: 150px; 
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
	cursor:pointer;
}
div.model-container {
	width: 200px;
	height: 370px;
}

/*  Catalog 2.0   */
.catalog-menu{
	font-size:110%;
}

.upload_bg{
     background-image: url(/assets/frontend/images/load.gif);
     background-repeat: no-repeat;
     background-position: center;
}

.dash{
	border-bottom: 1px dashed red;
}
.selected{
	/*background: #da251d;*/
	background: #999;
	color: #FFFFFF;
}
.step{
	font-size:120%;
	font-weight: bold;
	margin: 0px;
	color: #CCCCCC;
}
.vendor{
	font-size:100%;
	font-weight: bold;
	cursor:pointer;
	padding: 5px;
}
.header{
	font-size:120%;
	font-weight: bold;
	color: #007052;
}
.series{
	font-size:100%;
	font-weight: bold;
	/*color: #da251d;*/
	cursor:pointer;
	padding: 5px;
}
.seria-link{
	/*font-weight: bold;
	font-size:120%;*/
	display:block;
}
.main-image{
	float: left; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	cursor:pointer;
}
.tip{
	font-size:90%;
	color:#CCCCCC;
	font-style:italic;
}

.status{
	font-size:110%;
	/*color:#007052;*/
	font-weight:bold;
}

/* ***************  catalog start  ***************** */
#current-city{
	font-size:140%;
	font-weight: bold;	
}
#another-city{
	font-size: 90%;
	color: #d2221a;
	border-bottom: 1px dashed #d2221a;
	cursor: pointer;	
}

.city-item{
	font-size:110%;
	font-weight: bold;
	color: #d2221a;
	border-bottom: 1px dashed #d2221a;
	cursor: pointer;
}

#type-list{
	width:100%;
	text-align: center;	
}

.type-item{
	float:left;
	width:200px;
	height:350px;
	/*border:1px dashed #CCCCCC;*/
	margin:20px 20px 20px 0px;
	cursor: pointer;	
}

.type-item-title{
	font-size:130%;
	font-weight: bold;
	color: #d2221a;
	text-decoration: underline;
}

#tip{
	width: 500px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.grey{ 
	color:#CCCCCC;
}

/* --------------------  cart --------------- */
.dotted{
	font-size: 120%;
	color: #007052;
	border-bottom: 1px dashed #007052;
	cursor: pointer;
}

.big{
	font-size: 120%;
	font-weight: bold;
}
