/*****************************
* Collections
*****************************/

#content .collection .item {
	background: url(../images/confetti-horizontal.gif) no-repeat bottom;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 540px;
}

#content .collection .image {
	background: #ffffff;
	float: left;
	margin: 6px 10px 10px 0;
}

#content .collection .image a {
	background: #ffffff;
	display: block;
}

#content .collection .image a:hover {
	background: #fffa9c;
}

#content .collection .image img {
	margin: 4px 4px 2px 4px;
}

#content .collection .label {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

#content .collection .label strong {
	display: block;
	font-weight: bold;
}

#content .collection .price {
	font-weight: bold;
}

#content .collection .buy-now {
	float: right;
}

#content .collection .meta {
	color: #fffa9c;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

/*****************************
* Category Collections
*****************************/

#content .category-collection .item {
	background: #a23ba2;
	float: left;
	height: 180px;
	margin: 0 10px 10px 0;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 150px;
}

#content .category-collection .item .label {
	bottom: 10px;
	display: block;
	left: 10px;
	position: absolute;
	text-align: center;
	width: 150px;
}

#content .category-collection .image a {
	background: #ffffff;
	display: block;
}

#content .category-collection .image a:hover {
	background: #fffa9c;
}

#content .category-collection .image img {
	margin: 4px 4px 2px 4px;
}

/*****************************
* Detail pages
*****************************/

#content .detail .image {
	float: right;
	margin: 0 0 10px 10px;
}

#content .detail .meta {
	color: #fffa9c;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 9px;
}

/*****************************
* Hacked bulleted lists
*****************************/

#content .bullets {
	margin-bottom: 14px;
	padding-left: 20px;
}

#content .bullets p {
	background: url(../images/bullet.gif) no-repeat left top;
	margin-bottom: 6px;
	padding-left: 20px;
}

/*****************************
* Forms
*****************************/

.form {
	width: 540px;
}

.form .field,
.form .submit {
	padding: 10px 0;
}

.form .field label {
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	width: 30%;
}

.form .field input,
.form .field textarea {
	width: 65%;
}

.form .field input {
	font-size: 18px;
	line-height: 24px;
}

.form .field textarea {
	height: 150px;
}

.form .submit {
	text-align: center;
}

/*****************************
* Inside this book pages
*****************************/

.pages {
	clear: both;
	width: 100%;
}

.pages .item {
	float: left;
	margin: 6px;
}

.video {
  margin-bottom: 24px;
  text-align: center;
}