/* 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;
}

	.externalLink{
			background-image:url(/images/ico_link-external.gif);
		background-position:right center;
		background-repeat:no-repeat;
		padding-right:8px;
		}
input.formCheckbox {
	border: none;
	background: transparent;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* LIST PAGE */

#cw_list {
	width:100%;
	clear:both;
}

	#cw_list td h1 {
		float: left;
		font-weight: bold;
		font-size: 15px;
		color: #000033;
		margin-bottom: 5px;
		width:100%;
	}
	
	#cw_list td .image {
		float: left;
		clear:left;
		padding:15px;
	}
	
	#cw_list td .price {
	}
	
	.cw_listDetail .price span {
		font-weight: bold;
		font-size: 13px;
		color: #000033;
	}	
	
	.cw_listDetail p.description {
	}
	
	.cw_listDetail a.moreInfo {
		position:relative;
		font-weight: bold;
		color: #000033;
	}	
	
/* PRODUCT DETAIL PAGE */

#cw_detail {
	width:100%;
	clear:both;
	float:left;
}

	#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: #000033;
	}	
	
	#cw_detail .options {
		float:left; 
		padding:12px 15px;
		font-weight:bold;
		font-size:14px;
		color:#808080;
	}
	
	#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;
	}
	
	#cw_detail a.moreInfo {
		position:relative;
		font-weight: bold;
		color: #000033;
	}	
	
/* SHOW CART */

#cw_cart {
	width:97%;
	clear:both;
	padding:0 15px;
}

	#cartAddress {
	 border: 2px solid #999999;
     margin: 10px;
     padding: 10px;
	}
	
	#cartAddress table {
		width:100%;
	}
	
		#cartAddress table th {
			background-color:#cfcfcf;
			color:#2C5E8C;
			padding:5px;
		}
		
		#cartAddress table td {
			padding:3px;
		}
		
		#cartAddress table strong, .cartContrastLabel {
			color:#3E6282;
		}
	
	td.discountLabel{
		color: #79D000;
		font-weight: bold;
	}
	#cartDetails {
	  border: 2px solid #999999;
    	margin: 10px;
	    padding: 10px;
	}
	
	#cartDetails table {
		width:100%;
	}

	#cartDetails table td {
		padding:5px;
		font-size:14px;
	}
	
	#cartDetails table th {
		border-bottom:2px #999999 solid;
		color:#000033;
		padding:5px;
	}
		
	#cartDetails .itemName {
		width:40%;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .itemPrice {
		width:10%;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .itemQuantity {
		width:10%;
		font-size:13px;
		color:#808080;
	}
	
		#cartDetails .itemQuantityInput, .input {
			text-align:center;
			height: 25px;
			font-size: 16px;
			padding-top:2px;
		}
	
	#cartDetails .itemDiscount {
		width:10%;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .itemSubtotal {
		width:10%;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .itemTax {
		width:10%;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .itemTotal {
		width:10%;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .itemRemove {
		width:auto;
		font-size:13px;
		color:#808080;
	}

	#cartDetails .subTotalLabel {
		border-bottom:none;
		border-top:2px #999999 solid;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .subTotalAmount {
		border-bottom:none;
		border-top:2px #999999 solid;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .subTotalTax {
		border-bottom:none;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .cartShipping {
		border-bottom:none;
		font-size:13px;
		color:#808080;
	}
	
	#cartDetails .cartTotalLabel, #cartDetails .cartTotal {
		border-top:2px #999999 solid;
		border-bottom:none;
	}
	
	#cw_cart #cartCheckout {
		padding:10px;
		width:100%;
		text-align:center;
	}
	
	#cartDiscount {
  border: 2px solid #999999;
    
    margin: 10px;
    padding: 10px;
}	
	
	#cartPayment {

		border:2px #999999 solid;
		padding:10px;
		margin:10px;
/*		float:right;*/
		
	}
	
	#cartPayment table {
		width:100%;
	}
	
	
	#cartPayment table th {
			padding:5px;
			background-color:#cfcfcf;
		color:#2C5E8C;
		}
		
	#cartPayment table td {
		padding:3px;
	}
	
/* ORDER */

#cw_order {
	clear:both;
	width:96%;
	padding-left: 15px;
	padding-right: 15px;
}

	#cw_order table {
		width:100%;
	}
	
	#cw_order table td {
		padding:2px;
	}

	#cw_order table th {
		padding:2px 2px 2px 5px;
		margin-bottom:10px;
		background-color:#cfcfcf;
		color:#2C5E8C;
	}

	#orderLogin {
		border:2px #DFDFDF solid;
		background-color:#EFEFEF;
		float:right;
		padding:10px;
		width:250px;		
	}
	
	#orderCustomer {
		border:2px #DFDFDF solid;
		background-color:#EFEFEF;
		padding:10px;
		width:350px;
		margin-bottom:15px;
	}
	
	#orderShipping {
		border:2px #DFDFDF solid;
		background-color:#EFEFEF;
		padding:10px;
		width:350px;
		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 {
		padding:2px 2px 2px 5px;
		margin-bottom:10px;
		background-color:#cfcfcf;
		color:#2C5E8C;
	}
	
	#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:#cfcfcf;
		color:#2C5E8C;
	}
	
	#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%;
	}
	
