﻿h1.pageTitle
{
	width: 120px;
	margin: 0 auto;	
	border-bottom: solid 1px #ed217c;
	text-align: center;
	padding-bottom: 5px;
}
#about label
{
	color: #ed217c;
	font-weight: bold;
}
.sidePanel
{
	float: left;
	width: 130px;
	padding-left: 20px;
	padding-right: 20px;
}
#contentPanelWrap
{
	width: 540px;
	float: left;
	padding-left: 20px;
	
}
.contentPanel
{
	float: none;
}
.contentPanel .contentPanelText
{
	
}
.contentPanel .smaller
{
	width: 450px;
	margin-left: 40px;
	font-size: smaller;
	margin-bottom: 2em;
}
#productInfo
{
	margin: 35px auto;

}
#productInfo img
{
	margin: 15px 0;
	position: relative;
	left: -13px;
}
#productInfo label
{
	color: Black;
}
#productInfo .price
{
	color: Black;
	font-weight: bold;
}
#productInfo h2
{
	font-size: 1em;
	font-weight: normal;
	font-size: 0.7em;
}

.contactForm
{
	list-style: none;
	width: 510px;
	margin: 0 auto;
}
.contactForm li
{
	margin-bottom: 17px;
	height: 20px;
	clear: both;
}
.contactForm li label
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 100px;
	padding-right: 15px;
}
.contactForm li input
{
	width: 340px;
}
.billingForm
{
	margin: 0;
	padding: 0;
	margin-bottom: 3em;

}
.billingForm li
{
	margin-bottom: 12px;
	height: 20px;
}
.billingForm li label
{
	width: 120px;
}
.billingForm li input
{
	width: auto;
}
.checkoutBtn, .contentPanel input.submitBtn
{
	margin: 0 auto;
	display: block;
	width: 159px;
	height: 32px;
	padding: 0;
	border: none;
	color: #ed217c;
	font-weight: bold;
	text-align: center;	
	background: url(../images/continue.png) no-repeat top left;
	cursor: pointer;
}
span.discountCodeText
{
	color: Black;
	font-size: 0.7em;
}
.strike
{
	font-size: 0.8em;
	text-decoration: line-through;
}
ul.orderStepsList
{
	margin-top: 20px;
	list-style: none;
}
ul.orderStepsList li.selected
{
	font-weight: bold;
	color: #ed217c;
}

.creditList span
{
	color: Black;
}
.creditList td
{
	padding-top: 0.5em;
}
a#cvvLink
{
	position: relative;
	color: Black;
	font-size: smaller;
	cursor: default;
}
a#cvvLink:hover
{
	color: #ed217c;
}
a#cvvLink #cvvBox
{
	display: block;
	width: 500px;
	height: 210px;
	border: solid 1px Black;
	background: White;
	padding: 5px;
	color: Black;
	position: absolute;
	left: -350px;
	visibility: hidden;
}
a#cvvLink:hover #cvvBox
{
	visibility: visible;
}
#cvvBox img
{
	border: none;
}