/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h2 {
font-size:16px;
font-weight:bold;
color:#333091;
margin-bottom:8px;
line-height:120%;
}

/*Form Elements*/
form {
	margin:0px;
}

input, select, textarea {
 	font-size: 11px;
	color: #333;
	border: 1px inset #979797;
}

textarea:focus, input:focus {
	background-color:#eee;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	border: none;
	background: transparent;
}

input.formButton {
	background: #333091;
	color: #FFFFFF;
	border:#9fa1d1 1px solid;
	border-right:#1a174c 1px solid;
	border-bottom:#1a174c 1px solid;
	margin:4px 3px 4px 0px;
	padding:2px 3px;
}

/* 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 #CCC;
	border-collapse: collapse;
}

table.tabularData td, table.tabularData th {
	padding:6px;
}

table.tabularData th {
	background-color:#D2F1FC;
	font-weight:bold;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color:#333;
}

#cw-table {
	width:430px;
	margin:0 0 10px 0;
}

input#submit {
	margin-bottom:20px;
}

table#cw-table th {
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
}

table#cw-table td {
	border:none;
}

table#cw-table td input {
	padding:2px;
	width:250px;
}

table#cw-table td textarea {
	width:250px;
	margin-bottom:10px;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #fff;
}
.altRowOdd{
	background-color: #fff;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	margin-top:12px;
	text-align: left;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
	padding:2px 10px 0px 10px;	
}

/*table#tableSearchResults td.detail-pane {
	min-width:300px;
}*/

#results-table-top table.tabularData, table.tabularData td, table.tabularData th {
	border-top:none;
	border-bottom:none;
	margin:8px 0;
}

#results-table-top {
	background:url(../../../images/tsr-top.gif) no-repeat left top;
	height:auto;
	padding:1px 0;
}

#results-table-bottom {
	background:url(../../../images/tsr-btm.gif) no-repeat left bottom;
	height:100%;
}

table#tableSearchResults p a {
	display:block;
	margin-top:6px;
}

#product-table-bottom {
	background:url(../../../images/tsr-btm.gif) no-repeat left bottom;
	height:100%;
}

#product-table-top {
	background:url(../../../images/tsr-top.gif) no-repeat left top;
	height:auto;
	padding:1px 0;
}


/**/


table#tableProductDetails {
	width:430px;
	margin:8px 0;
}

table#tableProductDetails, table#tableProductDetails td, table#tableProductDetails th {
	border-top:none;
	border-bottom:none;
	margin:8px 0;
}

table#tableProductDetails td {
	vertical-align:top;
	padding:20px 20px 10px 20px;
	border:1px solid #CCC;
	border-top:none;
	border-bottom:none;
}


table#tableProductDetails form {
	margin-top:12px;
}
table#tableProductDetails form input.formButton {
	margin:12px 0;
}



table.tabularData th.total {
	font-size:12px;
	text-transform:uppercase;
	background-color:#CCC;
	text-align:right;
	border-left:none;
	border-right:none;
}


td.wrong {
	display:none;
}


