/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver  CSS HTML Styles for UPRO*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*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:#0054a4;/*#a079fd;*/
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 3px 5px 3px;
}

.conSh{ /*'Continue shopp*/
	background:#0054a4;/*#a079fd;*/
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	color: #FFFFFF;
	font-weight: bold;
	padding:1px;
}
input.coverdimensions{
	border:none;
	background:transparent !important;
	color:#888;
	width:200px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata"> */

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:#e1eaf8;/*#e5d6f8;/*#d7e7cb;*/
	
}

/* altRowEven & altRowOdd are used to style alternating table rows. 
/* in results table and some others */


.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;
}

form table.cartData td img{
	border:#693 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:#e1eaf8;/*#e5d6f8;/*#d7e7cb;*/
	
	
}

/*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:#e1eaf8;/*#e5d6f8;/*#d7e7cb;*/
	padding-left:20px;
	text-align:left;	
}
/*new registration / login table for orderform*/
table.custLog{
	width:60%;
	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:#e5d6f8;/*#d7e7cb;*/
	padding-left:20px;
	text-align:left;	
}
#tableProductDetails{
	width:100%;
	border:1px solid #ccc;
	padding: 0;
}
#tableProductDetails h1{
	
}
#tableProductDetails tr td img{
	border:#d4c2f8  1px solid;
}
.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;
}
/*res det: */
.pricedisplay{
	color:#0054a4;/*#66abd1;*/
	font-weight:bold;
}
/*For links in long product description*/
#content #longDesc a{
	background-color:#eee;
}

