/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*

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: #27948d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	/*border-bottom:3px double #868686;*/
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*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 {
margin-left:40px;
margin-top:10px;
border:1px solid #000;
height:20px;
cursor:pointer;
background-color:#FFF;
color:#000;

}

input.formButtonCheckout{
background-image:url(../../../images/buy-cart-botton.jpg);
margin-top:10px;
margin-left:50px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}

input.formLogin{
background-image:url(../../../images/login-botton.jpg);
margin-top:10px;
margin-left:50px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formSendpassword{
background-image:url(../../../images/sendpassword-botton.jpg);
margin-top:10px;
margin-left:50px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formNext{
background-image:url(../../../images/next-botton.jpg);
margin-top:10px;
margin-left:50px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formUpdate{
background-image:url(../../../images/update-botton.jpg);
margin-top:10px;
margin-left:250px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formPlaceorder{
background-image:url(../../../images/placeorder-botton.jpg);
margin-top:10px;
margin-left:50px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formAddtocart{
background-image:url(../../../images/add-to-cart-bottom.jpg);
margin-top:10px;
margin-left:33px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}

input.formCshipping {
background-image:url(../../../images/cshipping-botton.jpg);
margin-top:10px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formCheckout {
background-image:url(../../../images/checkout-botton.jpg);
margin-top:10px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formRegister {
background-image:url(../../../images/register-botton.jpg);
margin-top:10px;
width:137px;
height:31px;
border:none;
cursor:pointer;
}
input.formButtonShopping {
background-image:url(../../../images/addtocart.jpg);
margin-left:40px;
margin-top:10px;
width:64px;
height:20px;
border:none;
cursor:pointer;
}
input.formApply {
background-image:url(../../../images/apply.jpg);
width:54px;
height:20px;
border:none;
cursor:pointer;
margin-bottom:-5px;
}

/* 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 #60c3c1;*/
	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: #ffffff;
	color: #60c3c1;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #e2fdfd;
}
.altRowOdd{
	background-color:#fff;
}

/* 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;
}