@charset "utf-8";
/* CVWEB Page Styles */
/*
CVWEB Colors:

Green:#46B82F;
Dark Blue:#104F66;
Light Blue (Links): #1D8DBB
1D8DBD
Text: #333333;
*/



/*///////////////////// PRODUCTS /////////////////////////*/
table.productItem{
	width:100%;
	margin-bottom:20px;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
	border-collapse:separate;

}


table.productItem th{
	background-color:#104F66;
	color:white;
	text-align:left;
	font-size:1.6em;
	vertical-align:top;
	padding:10px;
	
	border-bottom-style:solid;
	border-bottom-color:#46B82F;
	border-bottom-width:8px;
}

table.productItem th a{
	color:white;
}


table.productItem td{
	background-color:#EEEEEE;
	padding:5px;
	vertical-align:top;
}



.productDetails{
	margin:20px;
	border-right-style:solid;
	border-left-style:solid;
	border-width:2px;
	border-color:white;
	width:100%;
}






.productItem .addToCart{
	width:100%;
	text-align:center;
	vertical-align:middle;
	width:100px;
	font-weight:700;
	border-style:inset; 
	background-color:#EEEEEE;
	border-color:#EEEEEE;
	padding:5px;
	margin-right:10px;
	margin-left:10px;	
}




/*////////////////////// CONTAINER ////////////////////////*/
table.totalContainer{
	background:#EEEEEE;
	margin:auto;
	width:90%;
	border-collapse:collapse;
	border-style:double;
	border-color:#CCCCCC;
	border-width:thick;
}

.totalContainer td{
	padding:10px;
}


/*///////// Totals Section ////////////////////////////////*/
.cartTotals{
	clear:both;
	width:100%;
}

.cartTotals table{
	float:right;
}

.cartTotals h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-wieght:700px;
	font-size:1.9em;
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-color:#333333;	
	border-top-style:none;
}


.cartTotals th{
	text-align:right;
	font-weight:bold;
	padding:3px;
	padding-bottom:12px;

}

.cartTotals td{
	padding:3px;
	padding-bottom:12px;
}

.finalTotal th{
	background:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	border-top-style:solid;
	border-top-color:#333333;
	border-top-width:medium;
	padding-top:10px;
}


.finalTotal td{
	background:#FFFFFF;
	font-size:1.5em;
	border-top-style:solid;
	border-top-color:#333333;
	border-top-width:medium;
	padding-top:10px;
	font-weight:700;
}


/*//////////////////PAYMENT OPTIONS ///////////////////////////*/

.cartPayment{
	clear:both;
	width:100%;
	font-weight:700;
}

.cartPayment table{
	float:right;
}

.cartPayment h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-wieght:700px;
	font-size:1.9em;
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-color:#333333;	
	border-top-style:none;
}

.cartPayment span{
	padding:5px;
}

.cartPayment th{
	text-align:right;
	font-weight:bold;
	padding:3px;

}

.cartPayment td{
	padding:3px;
}

.paymentLine td{
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#333333;
	padding-bottom:15px;
	
}


/*///////////////////// CHECKOUT ////////////////////*/
#notLoggedIn{
	font-size:1.3em;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding:10px;
}	



/*////////////////// SMALL CART ////////////////////////*/

