/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles for CHEMQUIP */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*DO NOT USE
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

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

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}
END DO NOT USE */
/*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 {
	border: none;
	background: transparent;
}

input.formButton {
	background:#06c; /*was #002252;*/
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 3px 5px 3px;
}
#shopwrap{
	background-color:#fff;
	/*for some cart pages*/
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData{
	width:98%;
	margin-left:5px;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
	border-style:none;
}
table.tabularData td{
	padding: 3px;
}
table.tabularData td{
	border-bottom:#fff 2px solid;
}
table.tabularData th.results-header{
	padding-top:7px;
	padding-bottom:7px;
	/*inherits background-color */
	font-size:110%;
	font-style:oblique;
}


table.tabularData td img{
	margin-top:4px;
	margin-bottom:4px;
	margin-right:10px;
	border:#ccc 1px solid;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background-color: #A5D2EF;
	
	padding-left:8px;
	text-align:left;
	
}
/*table.cartData used here for showcart etc*/

table.cartData{
	width:100%;
}

table.cartData, table.cartData td, table.cartData th {
	border: 1px solid #696969;
	border-collapse: collapse;
	border-style:none;
}

table.cartData th{
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-collapse: collapse;
}
table.cartData td, table.cartData th{
	padding: 3px;
}
table.cartData td{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*background-color:#f5f5f5;*/
}
table.cartData td.left{
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f5f5f5;
}
table.cartData td.noRt{
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f5f5f5;
}
table.cartData th.noHoriz{
	border-style:none;
	
	border-right: 1px solid #696969;
	border-top: none;
	border-bottom: none;
	border-collapse: collapse;
}
table.cartData th.noBot{
	
	
	border-right: 1px solid #696969;
	border-top:  1px solid #696969;
	border-bottom: none;
	border-collapse: collapse;
}
table.cartData th.noTop{
	
	border-right: 1px solid #696969;
	border-top: none;
	border-bottom:  1px solid #696969;
	border-collapse: collapse;
}
table.cartData th.noLeft{
	border-left: none;
	/*border-right: 1px solid #696969;*/
	border-top: 1px solid #696969;
	border-bottom:  1px solid #696969;
	border-collapse: collapse;
}
table.cartData td img{
	border-style:none;
}
table.cartData col#c9 {
	border-right:none;
	/*not td directly*/
	/*not in IE 6*/
	/*over ridden by styles for td*/
	/*syntax correct*/
	}
table.cartData th, table.cartData th a:link, table.cartData th a:visited, table.cartData th a:hover, table.cartData th a:active  {
	background: #A5D2EF;
	/*removed original styles to prevent display jump*/	
}

/*new table class for customer details on payment pages*/
table.cartCust{
	width:100%;
}

table.cartCust, table.cartCust td, table.cartCust th {
	border: 1px solid #696969;
	border-collapse: collapse;
	border-style:none;/*only in for testing*/
}

table.cartCust td, table.cartCust th{
	padding: 3px;
}
table.cartCust td{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color:#f5f5f5;
	padding-left:10px;
}
table.cartCust th{
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.cartCust th.noVert{
	border-left:none;
	border-right:none;
}
table.cartCust th.noHoriz{
	border-style:none;
	border-left:none;
	border-right: 1px solid #696969;
	border-top: none;
	border-bottom: none;
	border-collapse: collapse;
}
table.cartCust th.noBot{
	border-style:none;
	border-left:none;
	/*border-right: 1px solid #696969;*/
	border-top:  1px solid #696969;
	border-bottom: none;
	border-collapse: collapse;
}
table.cartCust th.noTop{
	border-style:none;
	border-left:none;
	border-right: 1px solid #696969;
	border-top: none;
	border-bottom:  1px solid #696969;
	border-collapse: collapse;
}
table.cartCust th.rightcust{
	border-right:none;
	/*border-left: 1px solid #696969;*/
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-collapse: collapse;
}

table.cartCust th, table.cartCust th a:link, table.cartCust th a:visited, table.cartCust th a:hover, table.tabularData th a:active  {
	background: #A5D2EF;	
	padding-left:20px;
	text-align:left;	
}
/*new registration / login table for orderform*/
table.custLog{
	width:100%;
}

table.custLog, table.custLog td, table.custLog th {
	border: 1px solid #696969;
	border-collapse: collapse;
	border-style:none;/*only in for testing*/
}

table.custLog td, table.custLog th{
	padding: 3px;
}
table.custLog td{
	background-color:#fff;
	padding-left:10px;
}
table.custLog th{
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.custLog th.rightcust{
	border-right:none;
	border-left: 1px solid #696969;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-collapse: collapse;
}

table.custLog th{
	background: #A5D2EF;	
	padding-left:20px;
	text-align:left;	
}


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

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

.pagingLinks {
	text-align: center;
}

.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;
}
.payConfirm{
	/*
	style for brief message on return to confirmation
	page via link from WorldPay
	 */
	 width:300px;
	 padding:10px;
	 margin:0 auto;
}