/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver  CSS HTML Styles for GODS GARDEN*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

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

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver  CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver .
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:#3d6ba6; /*#425929;*/
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-top: 1px solid #999;
	color: #FFFFFF;
	font-weight: bold;
	margin-left:10px;
}
#vanSearch{
	display:block;
	background-color:#e1eaf8;
	padding:3px;
	border:1px solid #ccc;
	margin-top:5px;
}
#vanSearch form{
	text-align:center;
}
#vansearch input, select{
	margin-right:5px;
	margin-left:5px;
}
	

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">
Does not apply to results table*/
table.tabularData {
	margin:0 auto;
	width:98%;
	
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
	border-style:none;/*cascade overrides */
}

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

table.tabularData td img{
	margin-top:4px;
	margin-bottom:4px;
	border:#c96 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:#d7e7cb;
	
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color:#eef7e6;
}
.altRowOdd{
	background-color:#f5f5f5;
	
}
table.tabularData th.results-header{
	padding-top:7px;
	padding-bottom:7px;
	font-style:italic;
}

table.cartData{
	width:99%;
	margin:0 auto;
}

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


table.cartData td, table.cartData th{
	padding: 3px;
}
table.cartData td{
	border: 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.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.left{
	border-left:#d7e7cb 1px solid;
}

table.cartData td img{
	border:#c96 1px solid;
}
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:#d7e7cb;
	
	/*removed original styles to prevent display jump*/	
}

/*new table class for customer details on payment pages*/
table.cartCust{
	width:99%;
	margin:0 auto;
}

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

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

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

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

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

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

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
h1.detH{
	margin-left:5px;
	padding-left:0px;
}
p.detP{
	margin-left:5px;
	padding-left:0px;
}
/*oldprice added by RAH Nov 29 live*/
.oldprice{
	text-decoration:line-through;
	color:#999;
}
/*added RAH Dec 2007 'Continue shopping' link style incShowCart: */
.conSh{
	background-color:#f5f5f5;
	border:#ccc 1px solid;
	padding:2px 8px 2px 8px;
	font-size:100%;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}