/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ccc;
}

a:link {
	color: #422806;
}
a:visited {
	color: #422806;
}
a:hover {
	color: #a5620b;
}
a:active {
	color: #696969;
}

hr {
	color: #696969;
	height: 1px;
	width: 90%;
	clear: both;
}

h1 {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 25px;
	padding-bottom: 3px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	margin-right: 7px;
	border: none;
	background: transparent;
}

input.formButton {
	background: #b18551;
	border-bottom: 1px solid #d8b58d;
	border-left: 1px solid #d8b58d;
	border-right: 1px solid #5d3f1b;
	border-top: 1px solid #5d3f1b;
	color: #FFFFFF;
	font-weight: bold;
	margin: 25px 3px 0px 0px;
	padding: 4px;
}

/* Teatro-Specific Edits */

div.box { padding: 0 0 10px 10px; border: 1px solid #717171; }
div.clear { clear: both; }

div.cart_linkage { margin: 0 0 15px; padding: 7px; color: #ccc; border: 1px solid #504033; }
.lefty { float: left; }

div.cart_linkage a { color: #f8be0d; font-weight: bold; }
div.cart_linkage a.back { color: #f8be0d; float: right; font-weight: bold; }

p.notice { color: #c63434; }
p.blue { color: #4e94c4; }
a.notice_link, a.yellow { color: #f8be0d; }

table.tabularData { width: 100%; }
table.tabularData p { margin: 0; line-height: 150%; color: #000000; }

form table { border: none; }
form table td { padding: 10px 7px 0 0; text-align: right; }
form table td.empty { background: #000; }
form select, form input { padding: 2px; float: left; font-size: small; font-family: Geneva, Arial, Helvetica, sans-serif; }

#leftText a, #footer a { color: #cccccc; }

#update { margin: 0; }
#promo { margin: 10px 7px 0 7px; float: left; }
#apply { margin: 15px 7px 0 0; clear: left; }
#checkout { margin: 15px 0 0; }
#login, #forgot { margin: 10px 0 0; float: none; }
#placeit { margin: 15px 0 0; }
#cvv { float: left; }

table.tabularData tr { background: #edd3b7; }
table.tabularData td.left_cell { text-align: left; }

hr { padding: 15px 0; width: 100%; border: none; }

.smallprint, .smallprint a { color: #f8be0d; }

#hideme { display: none; }

span.required { margin-left: 5px; float: left; font-weight: bold; }

#cst_ExprMonth, #cst_ExprYr { margin: 0; float: left; }
#cst_ExprMonth { margin: 0 7px 0 0; }

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
}
table.tabularData td, table.tabularData th{
	padding: 8px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #897157;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
table.tabularData tr.altRowEven {
	background: #edd3b7;
}
table.tabularData tr.altRowOdd{
	background: #c9ab8b;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #c63434;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

table.tabularData p.smallprint2 { margin: 8px 0 0; width: 100%; color: #000; font-size: 80%; text-align: left; float: left; }
table.tabularData p.smallprint2 img { margin: 0 7px 0 0; float: left; }