/*------------------------------------------------

ccnationalparks.com

Shopping-Cart: Style Sheet

Version: 1.0

--------------------------------------------------*/




/*----Shopping Cart container----*/


.cart-container {

	margin: 15px 0px 20px 0px;
	overflow: hidden;

}



.cart-image {

	width: 81px;
	float: left;

}



.cart-content {

	clear: both;
	margin: 0px 0px 30px 100px;
}



.cart-content h1 {

	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #000;
	margin: 0px;
	padding: 0px;
}


.cart-content h2 {

	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}



.cart-content p {

	font-family: arial, sans-serif;
	font-size: 10pt;
}


.spacer {

	height: 15px;

}


.spacer2 {

	height: 15px;
	border-top: dotted 1px #666;
	width: 600px;

}



/*----Quantity Box where the add/remove items sections are found----*/


.quantity-box {

	height: 25px;
	overflow: hidden;

}


.qty {

	width: 70px;
	float: left;

}

input.quantity {

	width: 25px;
	text-align: center;
}


/*----Add Item to Shopping cart div/a href----*/

.add-item {

	width: 20px;
	float: left;
	margin: 3px 3px 0px 0px;
	padding-left: 5px;

}

input.add-item {

	width: 18px;
	height: 16px;
	float: left;
	border: none;
	margin: 3px 0px 0px 5px;
	background: url(images/cc-add-item.gif) no-repeat;

}

input.add-item:hover {

	background: url(images/cc-add-item-hover.gif) no-repeat;
	
}



a.cc-add-item {

	background-image: url(images/cc-add-item.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	display: block;
}



a:hover.cc-add-item {

	background-image: url(images/cc-add-item-hover.gif);
}


/*----Remove Item from Shopping cart div/a href----*/

.remove-cart {

	width: 50px;
	float: left;
	margin: 3px 0px 0px 0px;
	border-left: solid 1px #666;
	padding: 0px 0px 0px 5px;

}

input.remove-cart {

	width: 50px;
	height: 16px;
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: url(images/cc-remove-cart.gif) no-repeat;
	border: none;

}

input.remove-cart:hover {

	background: url(images/cc-remove-cart-hover.gif) no-repeat;

}


a.cc-remove-cart {

	background-image: url(images/cc-remove-cart.gif);
	background-repeat: no-repeat;
	width: 49px;
	height: 16px;
	display: block;
}


a:hover.cc-remove-cart {

	background-image: url(images/cc-remove-cart-hover.gif);
}




/*----Checkout Button/Final Price----*/


.checkout-sec {

	clear: both;
	border-top: solid 1px #666;
	width: 600px;
	height: 100px;
	margin: 25px 0px 0px 0px;
	text-align: left;
	

}


/*----Continue/ Next Shopping Buttons----*/


input.cont-btn {	
	float: left;
	margin-top: 10px;
	width: 153px;
	height: 32px;
	background: url(images/continue.gif) no-repeat;
}


input.cont-btn:hover {
	background: url(images/continue-over.gif) no-repeat;
}


input.cont-checkout-btn {	
	float: left;
	margin-top: 10px;
	width: 150px;
	height: 32px;
	background: url(images/continue-checkout.gif) no-repeat;
}


input.cont-checkout-btn:hover {
	background: url(images/continue-checkout-over.gif) no-repeat;
}


input.topo-map-btn {	
	float: left;
	margin-top: 10px;
	width: 162px;
	height: 32px;
	background: url(images/topo-map-btn.gif) no-repeat;
}


input.topo-map-btn:hover {
	background: url(images/topo-map-btn-over.gif) no-repeat;
}


input.update-cart-btn {	
	float: left;
	margin-top: 10px;
	width: 107px;
	height: 32px;
	background: url(images/update-cart-btn.gif) no-repeat;
}


input.update-cart-btn:hover {
	background: url(images/update-cart-btn-over.gif) no-repeat;
}


input.cancel-btn {	
	float: left;
	margin-top: 10px;
	width: 79px;
	height: 32px;
	background: url(images/cancel.gif) no-repeat;
}


input.cancel-btn:hover {
	background: url(images/cancel-over.gif) no-repeat;
}


input.next-btn {	
	float: left;
	margin-top: 10px;
	width: 105px;
	height: 32px;
	background: url(images/next.gif) no-repeat;
}


input.next-btn:hover {
	background: url(images/next-over.gif) no-repeat;
}

/*----Continue Shopping Button----*/



.checkout-sec a.continue-shopping {

    	background-image: url(images/continue-shop-right.gif);
    	background-repeat: no-repeat;
    	background-attachment: scroll;
    	background-position: top right; 
	display: block;
	float: left;
	height: 28px;
	margin: 10px 0px 0px 0px;
	padding-right: 15px;
	text-decoration: none;
	color: #4e1005;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
}





.checkout-sec a.continue-shopping .cont-shop {

	background-image: url(images/continue-shop-left.gif);
	background-repeat: no-repeat; 
	display: block;
	line-height: 0px;
	padding: 14px 0 16px 12px;


}



.checkout-sec a:hover.continue-shopping {

    	background-image: url(images/checkout-right-hover.gif);
    	background-repeat: no-repeat;
    	background-attachment: scroll;
    	background-position: top right; 
	display: block;
	float: left;
	height: 28px;
	margin: 10px 0px 0px 0px;
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
}





.checkout-sec a:hover.continue-shopping .cont-shop {

	background-image: url(images/checkout-left-hover.gif);
	background-repeat: no-repeat; 
	display: block;
	line-height: 0px;
	padding: 14px 0 16px 12px;


}




/*----Checkout/Next Step Button----*/


.checkout-sec a.cc-checkout-shop {

    	background-image: url(images/checkout-right.gif);
    	background-repeat: no-repeat;
    	background-attachment: scroll;
    	background-position: top right; 
	display: block;
	float: left;
	height: 28px;
	margin: 10px 0px 0px 10px;
	padding-right: 15px;
	text-decoration: none;
	color: #4e1005;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
}





.checkout-sec a.cc-checkout-shop .check-shop {

	background-image: url(images/checkout-left.gif);
	background-repeat: no-repeat; 
	display: block;
	line-height: 0px;
	padding: 14px 0 16px 12px;


}



.checkout-sec a:hover.cc-checkout-shop {

    	background-image: url(images/checkout-right-hover.gif);
    	background-repeat: no-repeat;
    	background-attachment: scroll;
    	background-position: top right; 
	display: block;
	float: left;
	height: 28px;
	margin: 10px 0px 0px 10px;
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
}





.checkout-sec a:hover.cc-checkout-shop .check-shop {

	background-image: url(images/checkout-left-hover.gif);
	background-repeat: no-repeat; 
	display: block;
	line-height: 0px;
	padding: 14px 0 16px 12px;


}

/*----Div for total price of purchase/shipping info----*/




.total-price {

	float: right;
	overflow: hidden;
	text-align: right;
	margin: 10px 0px 0px 0px;
}


.total-price p {

	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}





p.shipping-info {

	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 7pt;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}



/*----Checkout Table----*/


table.checkout-table {

	border: solid 1px #90191b;
	width: 600px;
	border-collapse: collapse;
	margin: 15px 0px 0px 0px;

}



table.checkout-table td {

	padding: 3px 10px;

}

td.space {

	padding: 0px;
	height: 10px;

}


td.top-td {
	
	background-color: #90191b;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;

}



a.add-more {

	background-image: url(images/quantity-img.gif);
	background-repeat: no-repeat;
	width: 46px;
	height: 17px;
	display: block;
	float: right;
	clear: right;

}



a:hover.add-more {

	background-image: url(images/quantity-img-hover.gif);

}




/*----Form for Shopping Cart----*/


form.checkout {
	margin: 0px;
	padding: 10px 0px 0px 0px;

}



.checkout h2 {

	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #90191b;
}



.checkout label {

	display: block;
	color: #000000;

}



.checkout textarea {

	width: 300px;
	height: 100px;



}

.checkout input.radio, input.checkbox, input.submit {

	width: auto;

}

.checkout input.radio {

	float: left;
	margin-right: 10px;

}




.checkout label {

	float: left;
	width: 140px;

}

td.form-label {

}

div#promo {
	width: 250px; 
	float: left; 
	margin: 15px 0 0 0;
	font: 10pt arial, sans-serif;
	color: #90191b;
}






















