/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver  CSS HTML Styles for KEYVANS*/
/*for Results page only, when display uses 2 columns*/
/*modified March 2009 */

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

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


#contentRes{
	float:right;
	width:580px;
	padding:10px 10px 0 10px;
	
	border-left:#ccc 1px dashed;
}

#contentRes a:link{
	text-decoration:none;
	
}
#contentRes a:visited{
	text-decoration:none;
	
}
#contentRes a:hover{
	text-decoration:underline;
	
}



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

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

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

table.tabularData td img{
	display:block;
	margin:0 auto;
	/*margin-top:4px;
	margin-bottom:4px;*/
	border:none;
}
h1.tcol2{
	text-align:center;
	font-size:120%;
	margin-bottom:10px;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background:#fc9;
	
}

/* altRowEven & altRowOdd are no longer used to style alternating table rows. */
/*on results page only*/
.altRowEven {
	background-color:#fff;
}
.altRowOdd{
	background-color:#fff;
	
}
table.tabularData th.results-header{
	padding-top:10px;
	padding-bottom:10px;
	font-style:italic;
}

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:#c96 1px solid;
}
table.cartData col#c9 {
	border-right:none;
	}
table.cartData th, table.cartData th a:link, table.cartData th a:visited, table.cartData th a:hover, table.cartData th a:active  {
	background:#fc9;
	
	
}


table.cartCust{
	width:100%;
}

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

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:#fed;
	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.cartCust th a:active  {
	background:#fc9;
	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:#fed;
	padding-left:10px;
}
table.custLog th{
	border: 1px solid #696969;
	border-collapse: collapse;
	background-color: #963;
}
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-color:#fc9;
	padding-left:20px;
	text-align:left;	
}
.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{
	text-decoration:line-through;
	color:#999;
}
/*#resProdName{
	font-size:120%;
	font-weight:bold;
	padding:3px 20px 3px 0;
	background-color:#e1eaf8;
	margin-bottom:5px;
}
#resPic img{
	display:block;
	float:right;
}
*/
div.resProdName{
	font-size:120%;
	font-weight:bold;
	padding:3px 20px 3px 0;
	background-color:#e1eaf8;
	margin-bottom:5px;
}
span.resPic img{
	display:block;
	float:right;
}
/*
#price{
	font-size:140%;
	color:#3d6ba6;
	font-weight:bold;
	padding-left:5px;
}
*/
span.price{
	font-size:140%;
	color:#3d6ba6;
	font-weight:bold;
	padding-left:5px;
}
/*
#vat{
	font-size:140%;
	color:#3d6ba6;
}
*/
span.vat{
	font-size:140%;
	color:#3d6ba6;
}
.clear{
	clear:both;
}
/*
#quoteButR {
	display:block;
	float:left;
	background-color:#779dd2;
	color:#fff;
	width:110px;
	margin:0 18px 0 6px;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:110%;
	font-variant:small-caps;
	font-weight:bold;
	
}
*/
div.quoteButR {
	display:block;
	float:left;
	background-color:#779dd2;
	color:#fff;
	width:110px;
	margin:0 18px 0 6px;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:110%;
	font-variant:small-caps;
	font-weight:bold;
	
}
/*
#quoteButR a{
	color:#fff;
	text-decoration:none;
}
#quoteButR a:hover{
	text-decoration:underline;
	color:#fff;
}
*/
div.quoteButR a{
	color:#fff;
	text-decoration:none;
}
div.quoteButR a:hover{
	text-decoration:underline;
	color:#fff;
}
.moreInfo{
	float:right;
}
.moreInfo a{
	font-weight:bold;
	color:#3d6ba6;
	padding-right:4px;
}
#conditions{
	display:block;
	margin-top:20px;
	border:1px solid #ccc;
}
