/************************************************/
/* ecommerce.css								*/
/* Author: Steve Hanson							*/
/* For: Tasen eCommerce							*/
/* Copyright: 2006 Tasen Software				*/
/************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-image:url(../images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
	
.body {
	width: 800px; 
	margin-top: 0px;	
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	border: 1px;
	border-color: #000000;
	border-style:solid;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 5px;
	/*background-image:url(../images/body_bg.gif);
	background-attachment: scroll;
	background-position: center;
	background-repeat:repeat-y;*/
}

.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 10px 5px 10px;
	width: auto;
	text-align: justify;
	vertical-align: top;
	font-size: 12px;	
}

.title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.description {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: justify;
}

.quantity {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.directoryLink {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}

.blurb {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align:justify;
}

.priceLink {
	font-size: 12px;
	text-align: center;
}

.mainList {
	width: 550px;
	text-align: left;
	border: 1px;
	border-color: #000066;
	border-style: solid;
	border-width: thin;
	margin: 10px 0px 0px 0px;
}

.mainProfile {
	width: 550px;
	text-align: center;
	border: 1px;
	border-color: #000066;
	border-style: solid;
	border-width: thin;
	padding: 5px 5px 5px 5px;
}

.rightCart {
	width: 150px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.itemID {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 10px;
}

.profileItemID {
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 10px;
}

.instructions {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*border: 1px thin solid #000000;*/
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	padding: 20px 0px 20px 0px;
}

.error {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	/*border: 1px thin solid #000000;*/
	background-color: #FF0000;
	color: #FFFFFF;
	width: 600px;
}

.cartHead {
	background-color: #0066FF;
	/*border-bottom: 1px thin solid #000000;*/
	width: 100%;	
	height: 10px;
}

.cartTitle {
	font-size: 12px;
	color: #000066;
	background-color: #FFFFFF;
	text-align: center;	
	font-weight: bold;	
	padding: 0px 0px 5px 0px;
	vertical-align: bottom;
}

.cartTitleTotal {
	font-size: 12px;
	color: #000066;
	background-color: #FFFFCC;
	text-align: center;	
	font-weight: bold;
	width: 100px;
	padding: 0px 0px 5px 0px;	
	vertical-align: bottom;
}

.total {
	font-weight:bold;
	font-size: 14px;
	color:#000000;
	background-color:  #FFFFCC;
	padding: 5px 5px 5px 5px;	
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;	
}

.subtotal {
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 100%;
	border-top: 1px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;			
}

.subtotal table {
	padding: 5px 5px 5px 5px;	
	background-color: #FFFFFF;
}

.subtotalValue {
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	text-align:right;
}

.subtotalTitle {
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	text-align:right;
	width: 85%;
}

.value {
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	background-color: #FFFFFF;
}

.valueTotal {
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	text-align:right;
	/*border-left: 1px thin solid #000000;*/
	width: 100px;
}

.navTable {
	width: 100%;
	padding: 10px 5px 5px 5px;
	text-align: center;
}

.cartTable {
	width: 100%;
	text-align: center;
	/*border: 1px thin solid #000000;*/
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	background-color: #FFFFFF;
	padding: 0px 5px 5px 5px;	
}

/* Used on the checkout form page. Same as 'value' class. */
.normal {
	font-weight: normal;
	font-size: 12px;
}

#billingBlock {
	visibility: visible;
	height: auto;
}

#shippingBlock {
	visibility: hidden;
	height:0px;
}

#registrationBlock {
	visibility: visible;
	height:auto;
}

#loginBlock {
	visibility: hidden;
	height:0px;
}

#loggedInBlock {
	visibility: hidden;
	height:0px;
}

#loginStatus {
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	border-style: solid;
	border-width: thin;
	border-color:#000000;
	background-color: #FF0000;
	width: 200px;
}

.forgotPass {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

.step {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	background-color: #D7F5FF;
	width: 90%;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}

.minicart {
	width:180px;
	margin-left: 14px;
}

.minicartTop {
	background-image: url(../images/minicart_edge_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 180px;
	height: 25px;
}

.minicartBottom {
	background-image: url(../images/minicart_edge_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 180px;
	height: 25px;
}

.minicartMain {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	text-align: center;
	background-color: #84BBFF;
	color: #000000;
	width: 178px;
	padding: 10px 0px 0px 0px;
}

.minicartContent {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	padding: 3px 4px 0px 4px;
	width: 160px;
	margin: 0px 4px 8px 4px;
}

.minicartTotal { 
	color: #990000;
	font-weight: bold;
	margin-bottom: 6px;
}

#step2 {
	visibility: visible;
	height: auto;
}

#step3 {
	visibility: visible;
	height: auto;
}

#paymentMessage {
	visibility: hidden;
	height:0px;
	text-align: center;
	font-size:12px;
	color: #FF3333;
}

.confirmation {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	text-align: center;
}