@charset "utf-8";
/* CSS Document */

.account {
	display: block;
	background-image: url(/images/rep_4.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 2px solid #D4D2D2;
	height: 100%;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
}

.account h2 {
	display: block;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 0em .5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #2E496D;
}

.account h3 {
	display: block;
	border-bottom: 1px dotted #b5b5b5;
	background-color: #eeeeee;
	margin: 2em 1em 1em 1em;
	padding: 2px;
	font-size: 1.25em;
	font-weight: bold;
	color: #595858;
}

.account p {
	font-size: 1em;
	margin: 0em 0em 0em 3em;
}

.account table{
	font-size: 1em;
	margin: 0em 0em 0em 3em;
	border: 0;
	color: #595858;
}

.account th {
	color: #595858;
	text-align: left;
	font-weight: normal;
	width:150px;
	white-space:nowrap;
}

.account td {
	color: #2E496D;
}

.account .cart {
	font-size: 1em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
}

.checkout {
	display: block;
	background-image: url(/images/rep_8.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 2px solid #D4D2D2;
	height: 100%;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
}

.checkout .required {
	font-size: 1em;
	color:#FF0000;
}

.checkout h2 {
	display: block;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 0em .5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #2E496D;
}

.checkout h3 {
	display: block;
	border-bottom: 1px dotted #b5b5b5;
	background-color: #eeeeee;
	margin: 0em 0em 0em 0em;
	padding: 2px;
	font-size: 1.25em;
	font-weight: bold;
	color: #595858;
}

.checkout p {
	font-size: 1em;
	margin: 0em 0em 0em 3em;
}

.checkout table{
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	border: 0;
	color: #595858;
}

.checkout th {
	color: #595858;
	text-align: left;
	font-weight: normal;
	width:150px;
	white-space:nowrap;
}

.checkout td {
	color: #2E496D;
}

.checkout .cart {
	font-size: 1em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
}

.checkout .header {
	text-align: center;
	display: block;
	white-space: nowrap;
	font-size: 1em;
	border: 0px;
	margin: 25px 5px 15px 0px;
	padding: 10px 10px 35px 10px;
	border-bottom: 1px dotted #2E496D;
}

.checkout .header .active {
	width: 12em;
	display: inline;
	font-weight: bold;
	color: #595858;
	padding: 5px 15px 20px 15px;
	border: 1px dashed #595858;	
	background-color: #FBD5AE;
	background-image: url(/images/add_to_cart_icon.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
}

.checkout .header .inactive {
	width: 12em;
	display: inline;
	font-weight: normal;
	color: #2E496D;
	padding:5px 15px 20px 15px;
	border: 1px dashed #595858;	
}

.shopping {
	display: block;
	background-image: url(/images/rep_6.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 2px solid #D4D2D2;
	padding: 5px;
	height: 100%;
	margin-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #595858;
}

.shopping h2 {
	display: block;
	margin: 1em 0em 1em 0em;
	padding: 1em 0em 0em .5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #2E496D;
}

.shopping h3 {
	display: block;
	border-bottom: 1px dotted #b5b5b5;
	background-color: #eeeeee;
	margin: 2em 1em 1em 1em;
	padding: 2px;
	font-size: 1.25em;
	font-weight: bold;
	color: #595858;
}

.shopping p {
	font-size: 1em;
	margin: 0em 0em 0em 3em;
}

.shopping table{
	background-image: url(/images/rep_6.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	border: 0;
	color: #595858;
}

.shopping th {
	color: #595858;
	text-align: left;
	font-weight: normal;
	width:150px;
	white-space:nowrap;
}

.shopping td {
	color: #2E496D;
}

.shopping .cart {
	font-size: 1em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
}