/* CSS Document */

div#bg-collection-outer {
	margin: 0;
	padding: 0;
	border: 0;
	width: 594px;
	position: absolute;
	font-family: "American Typewriter", "Courier New Bold", Courier, mono;
}

div#bg-collection-title {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #F292D6;
	position: absolute;
	top: 5px; left: 0px;
}

p.bg-collection-text {
	font-size: 12px;
	color: black;
}

div.bg-collection-p0 {
	position: absolute;
	top: 150px; left: 18px;
}

div.bg-collection-p1 {
	position: absolute;
	top: 8px; left: 232px;
}

div.bg-collection-p2 {
	position: absolute;
	top: 150px; left: 470px;
}

div.bg-collection-p3 {
	position: absolute;
	top: 390px; left: 380px;
}

div.bg-collection-p4 {
	position: absolute;
	top: 390px; left: 100px;
}

p.bg-collection-p {
	position: absolute;
	top: 190px; left: 0;
	text-align: center;
	width: 180px;
}

div#bg-collection-prev {
	font-size: 14px;
	color: #F292D6;
	position: absolute;
	top: 340px; left: 228px;
}

div#bg-collection-next {
	font-size: 14px;
	color: #F292D6;
	position: absolute;
	top: 340px; left: 323px;
}

.bg-collection-prev-next div a:link { color: #F292D6; text-decoration:none; }
.bg-collection-prev-next div a:visited { color: #F292D6; text-decoration:none;  }
.bg-collection-prev-next div a:hover { color: #F292D6; text-decoration:underline; }
.bg-collection-prev-next div a:active { color: #333333; }

a:link { color: black; text-decoration:none; }
a:visited { color: black; text-decoration:none;  }
a:hover { color: black; text-decoration:underline; }
a:active { color: #333333; }

table.bg-products-table {
	position: absolute;
	top: 100px; left: 20px;
}

td.bg_collection_img {
	height: 220px;
	padding: 20px 20px 0;
}

td.bg_collection_name {
	text-align: center;
}
