/* @override http://localhost:8500/manhattan/css/index.css */

#hero_featured{
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#hero_featured #index_text2{
	padding: 10px;
	float: left;
	display: inline;
}
#hero_featured #photo{
	width: 280px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	float: left;
	display: inline;
	margin-right: 10px;
}
#hero_featured #photo a{
	display: block;
}
#hero_featured #product_name{
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	width: 330px;	
}
#hero_featured #view{
	float: right;
	margin-right: 10px;
	margin-top: 40px;
}
#description{
	float: left;
	width: 330px;
	margin-left: 10px;
}
.rule{
	border-bottom: 1px solid #e6e7e8;
	float: left;
	width: 100%;
	margin: 10px 0;
}
.our_offer{
	color: red;
}
#featured img{
	max-width: 100px;
	max-height: 100px;
	width:expression(document.body.clientWidth > 100? "100px": "auto" );

}
#featured .photo{
	padding:4px;
	border: 1px solid #ccc;
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 10px;
	display: inline;
}
#featured .photo a{
	display: block;
}

.prototip .index {
  width: 250px;
  color: #000;
  border: 1px solid #ccc;
 }
.prototip .index .toolbar {
  background: #e6e7e8;
  width: 250px;
 }
.prototip .index .title { 
	padding: 5px;
	width: 250px; 
}
.prototip .index .content { 
  background: #FFF;
  padding: 5px;
  }
#home_text{
	width:320px;
	float:left;
	padding-right:10px;
}
#home_flash{
	width:210px;
	height:450px;
	padding-left:30px;
	float:left;
}