﻿/*content*/
.wrapper {
	width: 100%;
	overflow: vissible;
}
.wrapper p {
	margin: 20px 0px;
}
.wrapper h2 {
	font-family: segoescript;
	font-size: 22pt;
}
.wrapper .h3 {
	font-family: segoescript;
	font-size: 15pt;
}
.wrapper .snippet {
	background-color: #B49E73;
	color: #fff;
}
.wrapper .color {
	background-color: #B49E73;
	color: #fff;
}
.wrapper .bot {
	margin-bottom: 30px;
}
.wrapper .thumbnail {
	border: 2px solid #BB0000;
	background-color: #B49E73;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.wrapper .thumbnail .head {
	text-align: center;
	border-bottom: 1px solid #FFC53C;
	height: 50px;
	padding: 5px;
}
.wrapper .thumbnail .content {
	min-height: 210px;
	padding: 5px;
}
.wrapper .thumbnail .price {
	text-align: center;
	border-top: 1px solid #FFC53C;
	height: 30px;
	padding: 5px;
}
.wrapper a {
	color: #000;
	text-decoration: underline;
}
.wrapper a:hover {
	text-decoration: none;
}
.table {
	margin-bottom: 0px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	border-top: 0px solid #dddddd;
}
/*end-----------------------------------------------------------------------------*/
