.breadcrumb {
	background-color: #fff;
	padding: 0;
}
.breadcrumb a {
	text-decoration: underline;
}
.tile {
	float: right;
	width: 210px;
	height: 120px;
	line-height: 110px;
	text-align: center;
	border-radius: 15px;
	margin: 10px;
	background: #f6f3ec;
	box-shadow: 1px 1px 1px #dcdddd,
						  1px -1px 1px #dcdddd,
						 -1px 1px 1px #dcdddd,
						 -1px -1px 1px #dcdddd;
	
}
h1 {
	font: normal 24px "Trebuchet MS", Tahoma;
	margin: 15px 0;
}
h1 span {
	color: #999;
}
.main {
	padding: 10px 30px 10px 40px !important;
}
.main p {
	font: normal 12px "Trebuchet MS", Tahoma;
  color: #333333;
}

.product {
	display: inline-block;
	float: right;
	text-align: center;
}
.product>div {
	display: inline-block;
}
.product .props {
	text-align: right;
}
.product img{
	max-width: 180px;
  max-height: 180px;
}
.product.detail img{
	max-width: 300px;
  max-height: 300px;
}

@media (max-width: 768px) {
	.main {
		padding: 10px 5px 10px 10px !important;
	}
	.product {
		display: block;
		float: none;
	}
	.product.detail img{
		max-width: 280px;
	  max-height: 280px;
	}
	#ProductView {
		margin: 15px auto 0;
	}
}
