/*
  Shopping Cart CUSTOMIZATION style sheet 
  =======================================

  You can view all the CSS CLASSes and IDs defined for use by
  the shopping cart in ../../cart/css/cart/cart.css

  To customize any of those styles, simply copy the class/id
  definition in this file and change it.

  The cart templates that make use of this template load the
  default CSS file first then this file  which overrides the 
  default with your custum definitions.
*/

/*  We customize the color of headers in the cart/checkout */

.FormHead  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 13px; */
	color: #E73800;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	}	
		


/* .largerboldcopy {
	color: #E73800;
	font-weight: bold;
	}
*/

#oops  {
        font-size: 15px; 
	font-weight: bold;
	 }


#body_outer_table {
	margin: 10px;
}



.ok {
	 background-color: #FFFFFF;
	 padding: 6px;
	 border: 1px solid #FF9933;
	 margin-top:    8px;
	 margin-bottom: 3px;
	 vertical-align: middle; 
	 width: 680px;
	}

.ok p {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #FF9900;
	 text-align: left;
	}

.ok img {
	background: transparent url(/CUSTOM/img/cart_msg_thumbs_up_orange.gif) top left no-repeat;
        margin: 0;
        border: 0; 
        padding: 0;

	}

table.warning {
	 background-color: #FFFFFF;
	 padding: 6px;
	 margin-top:    8px;
	 margin-bottom: 3px;
	 border: 1px solid #66CC33;
	 width: 680px;
	}

.warning p {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #66CC33;
	 text-align: left;
	}

.warning img {
	background: transparent url(/CUSTOM/img/cart_msg_exclamation_green.gif) top left no-repeat;
        margin: 0;
        border: 0; 
        padding: 0;

	}


.error {
	 background-color: #FFFFFF;
	 padding: 6px;
	 border: 1px solid #CC3300;
	 margin-top:    8px;
	 margin-bottom: 3px;
	 width: 680px;
	}

.error p {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #CC0000;
	 text-align: left;
	}

.error img {
	background: transparent url(/CUSTOM/img/cart_msg_exclamation_red.gif) top left no-repeat;
        margin: 0;
        border: 0; 
        padding: 0;

	}



.thank_you hr {
	 color: #CCAADD;
	}	

