/* CSS Document */

body, div, td, p {
	font-family: "American Typewriter", "Courier New Bold", Courier, mono;
	font-size: 12px;
	color: black;
}

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

div#bg-product-title {
	margin: 30px auto 0;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #F292D6;
}

div#bg-product-slogan {
	margin: 0 0 0 275px;
	width: 225px;
	text-align: left;
	font-size: 12px;
	color: black;
}

div#bg-product-collection {
	margin: 0 0 0 100px;
	width: 175px;
	text-align: center;
	font-size: 14px;
	color: #F292D6;
}

img#bg-product-sketch {
	position: absolute;
	top: 150px; left: 8px;
}

img#bg-product-photo {
	position: absolute;
	top: 125px; left: 200px;
}

div.bg-product-swatch {
	position: absolute;
	top: 125px; left: 535px;
}

table.bg-product-swatch {
}

tr.bg-product-swatch {
	margin: 0;
}

td.bg-product-swatch {
	margin: 0;
	padding: 0 0 6px 4px;
	width: 50px;
	font-size: 10px;
}

img.bg-product-swatch {
	margin: 0 4px 0 0;
}

div#bg-product-orderform {
	position: absolute;
	top: 500px; left: 177px;
	color: black;
	font-size: 12px;
	line-height: 0;
	font-family: "American Typewriter", "Courier New Bold", Courier, mono;
}

div.bg-product-prev-next {
	position: absolute;
	top: 480px; left: 30px;
	width: 100px;
	font-size: 14px;
	color: #F292D6;
}

div#bg-product-prev {
	float: left;
	font-size: 14px;
	color: #F292D6;
}

div#bg-product-next {
	float: right;
	font-size: 14px;
	color: #F292D6;
}

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

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

div#bg-product-price {
	padding: 17px 0 0 9px;
	position: absolute;
	top: 530px; left: 95px;
	height: 35px;
	width: 43px;
	color: white;
	font-size: 16px;
	background: white url("/img/product/price_bubble.gif") no-repeat;
}

div#bg-product-orderform-confirm {
	position: absolute;
	top: 150px; left: 100px;
	color: black;
	font-size: 12px;
	font-family: "American Typewriter", "Courier New Bold", Courier, mono;
}

div#bg-product-orderform-confirm .larger {
	font-size: 16px;
}

select {
	background-color: #F292D6;
	border: 1px solid black;
	font-size: 12px;
	font-family: "American Typewriter", "Courier New Bold", Courier, mono;
}

#submit, input.button {
	background-color: #F292D6;
	font-size: 12px;
	font-family: "American Typewriter", "Courier New Bold", Courier, mono;
}
