/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #00357d;
	background-image:url(../../../images/bg_button.png); 
	border: 1px solid #91A2C3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	cursor: hand;
	font-size:14px; 
}

#LookupPopUp11 {
	background: #00357d;
	background-image:url(../../../images/bg_button.png); 
	border: 1px solid #91A2C3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	cursor: hand;
	font-size:14px; 
}
#LookupPopUp45 {
	background: #00357d;
	background-image:url(../../../images/bg_button.png); 
	border: 1px solid #91A2C3;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	cursor: hand;
	font-size:14px; 
}

/* 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 #EAEAEA;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #DCDCDE;
	color: #7C6E83;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	padding-bottom:5px; 
}
.altRowOdd{
	padding-bottom:5px; 
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
	color: #999999;
}

.errorMessage {
	color: #FF3300;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
