/* ============= Begin Other DIVs ================= */

#pageTitle {
	margin-bottom: 15px;
}

/* ============= End Other DIVs ================= */

	.warning {
			border: 1px solid #A09488;
			padding: 10px;
			margin-bottom: 15px;
			background: #F3F2EC;
			line-height: 15px;
			font-size: 12px;
		}

/* ============= Begin Link Styles ================= */

	.warning a {
		color: #535341;
		text-decoration: underline;
	}
	
	.warning a:hover {
		text-decoration: none;
	}

/* ============= End Link Styles ================= */

/* ============= Begin Typography Styles ================= */

h2 {
	text-transform: uppercase;
	font-size: 16px;
    color: #4d706f;
    font-family: Georgia, 'Times New Roman', san-serif;
    margin-bottom: 3px;
}

div#content p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

span.salePriceAvailable {
	color: #C13A3A;
	font-weight: bold;
}

/* ============= End Link Styles ================= */


/* ============= Begin Checkout Styles ================= */
td.cart_display {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

td.cart_display a:link, td.cart_display a:visited {
	color: #4d706f;
	size: 11px;
	text-decoration: underline;
}

 td.checkoutHeaders  {
	font-family: Verdana, Arial, Tahoma, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #4d706f;
}

INPUT.button {
    color: #fff;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: 11px;
    background-color: #88bbba; /* light green */
    border: 2px solid #5e908f; /* dark green */
    text-decoration: none;
    text-transform: uppercase;
	padding: 1px 4px;
	cursor: pointer;
}

a.button:link, a.button:visited {
    color: #fff;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, San-serif;
    font-size: 10px;
    background-color: #88bbba; /* light green */
    border: 2px solid #5e908f; /* dark green */
    text-decoration: none;
    text-transform: uppercase;
	padding: 2px 4px;
}


select  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.box1 {
	width: 225px;
	height: 150px;
	border: 1px solid #e4e3d0;
	padding: 2px 0 2px 5px;
	margin: 0 20px 10px 15px; 
	float: left;
}

div.box2 {
	width: 225px;
	border: 1px solid #e4e3d0;
	padding: 2px 0 2px 5px;
	margin: 0 20px 10px 0;
	height: 150px;	
	clear: right;
	float: left;	
	}


div.box3 {
	width: 225px;
	border: 1px solid #e4e3d0;
	padding: 2px 0 2px 5px;
	margin: 0 0 10px 0;
	height: 150px;	
	clear: right;
	float: left;	
	}

div.box1 p {
	font-size: 11px;
	line-height: 13px;
}

div.box2 p{
	font-size: 11px;
	line-height: 13px;
}

div.box3 p{
	font-size: 11px;
	line-height: 13px;
}

div.message {
	overflow: auto;
	height: 70px;
	width: 215px;
}

/* ============= End Checkout Styles ================= */
