/* COLLECTION */
.collection {
	clear: both;
	background: url(../img/line.png) top left repeat-x;
}

.collection tr td.line {
	background: url(../img/line.png) bottom left repeat-x;
	height: 1px;
}

.collection {
width: 700px;
}

.collection .images {
	width: 113px;
}

.collection .description {
	width: 352px;
}

.collection .added {
	width: 64px;
}

.collection .period {
	width: 89px;
}

.collection .price {
	width: 64px;
}

.collection tbody .images .rowImg {
	margin: 7px 0 10px 0;
	
	position: relative;
	display: block;
	width: 100px;
}

.collection tbody .images img {
	border: 1px solid #C5B999;
}

.collection tbody .images a {
	display: block;
	margin-bottom: -5px;
}

.collection tbody .images .count, #news .count {
	position: absolute;
	left: 1px;
	top: 1px;
	height: 20px;
	width: 20px;
	background: url(../img/shade.png);
	line-height: 19px;
	text-align: center;
	color: #CABF9E;
	display: block;
}

.collection tbody .images a:hover .count, #news a:hover .count {
	color: #FFF1C7;
}

.collection tbody .images .hover-space {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1px;
	left: 1px;
}

.collection tbody .images .zoom {
	position: absolute;
	left: -50%;
	top: -50%;

}

.collection tbody tr td h5 {
	color: #E43B3B;
	width: 300px;
	line-height: 130%;
	margin: 5px 0 0 0;
	font-size: 14px;
}

.collection tbody tr td .category {
	color: #FFF1C7;
	font-size: 11px;
	font-style: italic;
}

.collection tbody tr td p {
	font-size: 11px;
	color: #CABF9E;
	line-height: 130%;
	margin: 5px 0 10px 0;
	width: 340px;
}

.collection tbody tr td {
	padding: 0;
	vertical-align: top;
}

.collection tbody .price {
	font-size: 15px;
}

.collection tbody .sold {
	color: #817A65;
	font-size: 12px;
}

.collection tbody .price a {
	display: block;
	font-size: 11px;
}

.collection tbody .price, .collection tbody .added, .collection tbody .period {
	padding-top: 4px;
}

/* Slideshow */
.slides {
	position: relative;
	margin: 20px 0 5px 0;
}

.tall {
	height: 600px;
}

.wide {
	height: 450px;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.slide-nav {
	margin: 10px auto 0 auto;
	display: inline;
	
}

.slide-nav li {
	float: left;
}

.slide-nav li a {
	width: 20px;
	display: block;
	text-align: center;
	
}

.slide-nav li.active a {
	color: #CABF9E;
	font-size: 14px;
}

.slide-nav li.next a {
	height: 14px;
	width: 20px;
	background: url(../img/images.png) 7px -37px;
	display: block;
	padding: 0;
}

.slide-nav li.prev a {
	height: 14px;
	width: 20px;
	background: url(../img/images.png) 7px -96px;
	display: block;
	padding: 0;
}

.item .two-col1 {
	clear: both;
	background: url(../img/line.png) bottom repeat-x;
	padding: 0 0 30px 0;
}

.item-info {
	width: 200px;
	margin: 30px 0;
}

.item-info td { vertical-align: top !important; }

.item-info .right {
	text-align: right;
	font-style: italic;

}

.item-info .price {
	font-size: 15px;
}

.buy {
	width: 200px;
	height: 40px;
	line-height: 45px;
	background: #28261F;
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
}

.buy .arrow {
		background: url(../img/images.png) 0 -41px;
}

.item p {
	margin-bottom: 20px;
}