/* GLOBAL */

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-size:11px;
	margin: 3px 3px 0px 3px;
	padding:0px 7px;
	letter-spacing: 1px;
}

.searchDetails{
	font-size: 15px;
}
input.formCheckbox {
	border: none;
	background: transparent;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* LIST PAGE */

#cw_list {
	width:98%;
	clear:both;
}

	#cw_list td h1 {
/*		float: left;*/
		font-weight: bold;
		font-size: 15px;
		color: #B84613;
		margin-bottom: 5px;
		width:100%;
	}
	
	.inlineContents *{
		display: inline !important; 
	}
	
	#cw_list td .image {
		float: left;
		clear:left;
		padding:3px 15px 5px 15px;
	}
	
	#cw_list td .price {
	}
	
	.cw_listDetail .price span {
		font-weight: bold;
		font-size: 13px;
		color: #3E6B9D;
	}	
	
	.cw_listDetail p.description {
	}
	
	.cw_listDetail a.moreInfo {
		position:relative;
		font-weight: bold;
		color: #3E6B9D;
	}	

.tabsTable, .cartTable{
	width: 649px;
}
.tabsTable *{
	font-size: 15px;
}	
.tabsTable td{
	padding: 5px;
}
/* PRODUCT DETAIL PAGE */

#cw_detail {
	width:100%;
	clear:both;
	float:left;
}

.content * {font-family: Arial, Helvetica, sans-serif;}

	#cw_detail td h1 {
		float: left;
		font-weight: bold;
		font-size: 15px;
		color: #000033;
		margin-bottom: 5px;
		width:100%;
	}
	
	#cw_detail td .image {
		width:100%;
		text-align:center;
	}
	
	#cw_detail .price {
		padding-top:15px;
	}
	
	#cw_detail td .price span {
		font-weight: bold;
		font-size: 13px;
		color: #ffffff;
	}	
	
	#cw_detail .options {
		float:left; 
		padding:12px 15px 0 3px;
		font-weight:bold;
		font-size:14px;
		color:#B84613;
	}
	
	#cw_detail .options input {
		text-align:center;
		height: 23px;
		font-size: 16px;
		padding-top:2px;
	}
	
	#cw_detail .button {
		padding-top:10px;
	}
	
	#cw_detail .description {
		padding-left:10px;
		width: 504px;
	}
	
	#cw_detail a.moreInfo {
		position:relative;
		font-weight: bold;
		color: #000033;
	}	
	
/* SHOW CART */

#cw_cart {
	width:97%;
	clear:both;
	/*padding:0 15px;*/
}

	#cartAddress {
		width:100%;
		/*border:2px #DFDFDF solid;*/
		/*background-color:#EFEFEF;*/
		padding:10px;
		margin-bottom:10px;
		margin: 10px auto;
	}
	
	#cartAddress table {
		width:629px;
	}
	
		#cartAddress table th {
			background-color:#4372A6;
			font-family: Arial, Helvetica, sans-serif;
			color:white;
			font-weight:100;
			padding:5px;
		}
		
		#cartAddress table td {
			padding:3px;
		}
		
		#cartAddress table strong {
			color:#ffffff;
			font-weight: normal;
			font-size: 13px;
		}
	
	
	#cartDetails {
		width:100%;
		/*border:2px #999999 solid;
		padding:10px;*/
		
		margin-bottom:10px;
	}
	
	#cartDetails table {
		width:98%;
	}

	#cartDetails table td {
		padding:5px;
		font-size:14px;
	}
	
	#cartDetails table th {
		
		
		font-weight:100;
		padding:5px;
	}
		
	#cartDetails table tr:first-child th{
	background-color:#4372A6;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	}
	
	#cartDetails .itemName {
		width:40%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
	#cartDetails .itemPrice {
		width:10%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
	#cartDetails .itemQuantity {
		width:10%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
		#cartDetails .itemQuantityInput, .input {
			text-align:center;
			height: 25px;
			font-size: 16px;
			padding-top:2px;
		}
	
	#cartDetails .itemDiscount {
		width:10%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
	#cartDetails .itemSubtotal {
		width:10%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
	#cartDetails .itemTax {
		width:10%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
	#cartDetails .itemTotal {
		width:10%;
		font-size:13px;
		/*color:#B84613;*/
	}
	
	#cartDetails .itemRemove {
		width:*;
		font-size:13px;
		/*color:#B84613;*/
	}

	#cartDetails .subTotalLabel {
		border-bottom:none;
		border-top:2px #999999 solid;
		font-size:13px;
		color: #ffffff;
	}
	
	#cartDetails .subTotalAmount {
		border-bottom:none;
		border-top:2px #999999 solid;
		font-size:13px;
		color: #ffffff;
	}
	
	#cw_order *{ font-size: 13px;}
	
	#cartDetails .subTotalTax {
		border-bottom:none;
		font-size:13px;
		color: #ffffff;
		/*color:#B84613;*/
	}
	
	#cartDetails .cartShipping {
		border-bottom:none;
		font-size:13px;
		color: #ffffff;
		/*color:#B84613;*/
	}
	
	#cartDetails .cartTotalLabel, #cartDetails .cartTotal {
		border-top:2px #999999 solid;
		border-bottom:none;
		color: #ffffff;
	}
	.cartTotal{
		font-weight: bold;
	}

	#cw_cart #cartCheckout {
		padding:10px;
		width:100%;
		text-align:center;
	}
	
	#cartDiscount {
		width:100%; 
		border:2px #999999 solid;
		padding:10px;
	}
	 
	#cartPayment {
		width:50%;
		margin: 0 auto;
		padding:10px;
	}
	
	#cartPayment table {
		width:100%;
	}
	
	
	#cartPayment table th {
			font-size:13px;		 	
			font-weight: 100; 
			font-family: Arial, Helvetica, sans-serif;
			background-color:#4372A6;
			color:#FFFFFF;
			padding:5px;

		}
		
	#cartPayment table td {
		padding:3px;
	}
	
/* ORDER */

#cw_order {
	clear:both;
	width:700px;
	padding-left: 15px;
	padding-right: 15px;
}

	#cw_order table {
		width:98%;
	}
	
	#cw_order table td {
		padding:2px;
	}

	#cw_order table th {
		padding:2px 2px 2px 5px;
		margin-bottom:10px;
		background-color:#4372A6;
		font-family: Arial, Helvetica, sans-serif;
		color:white;
		font-weight:100;
	}

	#orderLogin {
		/*border:2px #DFDFDF solid;
		background-color:#EFEFEF;*/
		float:right;
		padding:10px;
		width:240px;		
	}
	
	#orderCustomer {
		/*border:2px #DFDFDF solid;
		background-color:#EFEFEF;*/
		margin-top: 10px;
		padding:10px;
		width:345px;
		margin-bottom:15px;
	}
	
	#orderShipping {
		/*border:2px #DFDFDF solid;
		background-color:#EFEFEF;*/
		padding:10px;
		width:345px;
		margin-bottom:15px;
	}

/* RECEIPT */

#cw_confirm {
	clear:both;
	width:100%;
}

	#cw_confirm #confirmAddress {
		/*border:2px #DFDFDF solid;
		background-color:#EFEFEF;*/
		
		padding:10px;
		width:150px;
		margin-bottom:10px;
	}

	#cw_confirm table {
		width:100%;
	}

	#cw_confirm #confirmAddress table th {
		font-weight:100;
		padding:2px 2px 2px 5px;
		margin-bottom:10px;
		background-color:#4372A6;
		font-family: Arial, Helvetica, sans-serif;
		color:white;
		font-weight:100;
	}
	
	#cw_confirm #confirmDetails {
		/*border:2px #DFDFDF solid;
		background-color:#EFEFEF;*/
		padding:10px;
	}
	
	#cw_confirm #confirmDetails table th.tableHeader {
		padding:2px 2px 2px 5px;
		margin-bottom:10px;
		background-color:#4372A6;
		font-family: Arial, Helvetica, sans-serif;
		color:white;
		font-weight:100;
	}
	
	#confirmDetails .itemName {
		width:40%;
	}
	
	#confirmDetails .itemPrice {
		width:10%;
	}
	
	#confirmDetails .itemQuantity {
		width:10%;
	}
	
	#confirmDetails .itemDiscount {
		width:10%;
	}
	
	#confirmDetails .itemSubtotal {
		width:10%;
	}
	
	#confirmDetails .itemTax {
		width:10%;
	}
	
	#confirmDetails .itemTotal {
		width:10%;
	}
	