@charset "utf-8";
/* CSS Document */
body {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 13px;
	background: #fef8fc;
}

a {
	color: #b39266;
}

a:hover {
	color: #b39266;
}

/* Gallery styles 
---------------------*/
#gallery-block {
	border-top: 1px solid #fecbec;
	border-left: 1px solid #fecbec;
	border-right: 1px solid #fecbec;
	padding: 4px 0 0 3px;
}

.item-view, .item-view img, 
.item-thumb img, .item-thumb {
	float: left;
}

.thumbs {
	width: 456px;
	float: left;
}

.item-view {
	padding: 0 7px 0 7px;
}

.item-thumb {
	padding: 0 7px 10px 7px;
}

/* Thumbnails Preview 
---------------------*/
#preview-block {
	padding: 0 0 0 13px;
}

.item-preview {
	float: left;
	padding: 0 3px 12px 3px;
}

.item-preview img {
	border: 1px solid #111;
}

.item-preview span {
	display: block;
	padding-top: 2px;
	font-size: 11px;
	text-align: center;
	color: #000;
}


/* Assorted colored text and sizes
---------------------*/
#check-out-more {
	clear: both;
	position: relative;
	padding-left: 5px;
	height: 100%;
}

#check-out-more div {
	position: absolute;
	top: 36px;
	left: 566px;
	display: block;
}

p.pink {
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	padding-bottom: 8px;
	margin-bottom: 0;
}

p.pink a {
	color: #f95ba5;
}

p.blue {
	font-size: 28px;
	text-align: center;
	line-height: 22px;
	margin: 0;
	padding: 0 0 8px 0;
	height: 100%;
}

p.blue a {
	color: #7cc2fe;
}

span.black {
	color: #000;
}

p {
	margin-bottom: 20px;
	line-height: 14px;
	height: 100%;
}


/* Video styles */
.video-preview-block {
	padding: 15px 0 30px 7px;	
}

.item-video-preview {
	float: left;
	padding: 0 20px 0 20px;
}

.item-video-preview span {
	display: block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	padding: 6px 0 0 0;
}
.item-video-preview span a {
	color: #0142ff;
}

.item-video-preview a img {
	border: 1px solid #0949ff;
}

p.blue2 {
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	padding-bottom: 8px;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
}

p.blue2 a {
	color: #0142ff;
}	


p.pink2 {
	font-size: 28px;
	text-align: center;
	line-height: 22px;
	margin: 0;
	padding: 0 0 8px 0;
	height: 100%;
}

p.pink2 a {
	color: #fa6fca;
}
