/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link {
	color: #345F81;
}

a:visited {
	color: #425929;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}


/*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 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: rgb(59,103,158);
	background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(0,74,124,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(0,74,124,1)));
	background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,74,124,1) 100%);
	background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,74,124,1) 100%);
	background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,74,124,1) 100%);
	background: linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,74,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#004a7c',GradientType=0 );
	color: #fff;
	border: 1px solid #bbbbbb;
	margin: 3px 3px 0 0;
	width: 100px;
	height: 28px;
}
/*input.formButton {
	background: #425929;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #fff;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	padding: 3px 8px;
}*/

table {
	font-size: 100%;
}
#tableSearchResults {
	clear: both;
}
table.tabularData {
	width: 825px;
	clear: both;
	font-size: 1.2em;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: none;
	border-collapse: collapse;
	vertical-align:top;
	text-align: center;
}

table.tabularData td, table.tabularData th{
	padding: 3px;
	color: #333;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active /*, table.tabularData td a, table.tabularData td a:visited, table.tabularData td a:hover*/  {
	background: #fff;
	color:#000;
}

html>body table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active /*, table.tabularData td a, table.tabularData td a:visited, table.tabularData td a:hover*/  {
	background: #fff;
	color: #000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
table.tabularData tr.altRowEven td,
table.tabularData tr.altRowOdd td {
	background-color: #fff;
	text-align: left;
	padding: 3px 3px 3px 25px;
}

table.tabularData td input,
table.tabularData td select,
table.tabularData td textarea {
	
}

table.tabularData td input.formCheckbox {
	width: auto;
}

input#orderFormNext {
	margin: 10px 0 30px 260px;
}

h1 span.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
	float: right;
	clear: both;
}

.errorMessage {
	color: #933;
	font-weight: bold;
}

caption {
	margin-top: 5px;
	margin-bottom: .25em;
	text-align: left;
	font-weight: bold;
}

span#catmenu {
	font-size: 11px;
	text-align: center;
}

span#category_menu {
	display: block;
	font-size: 11px;
	border: 1px solid #fff;
	border-bottom-color: #333;
	text-align: center;
	padding: 12px 0;
}

table.tabularData td h1 {
	font-size: 14px;
	color: #F24C1C;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}

div.VN_details {
	padding: 3px;
}

div.VN_details_image {
	text-align: center;
}

div.VN_details_image img {
	margin: 0 auto;
}

div.VN_details p {
	padding: 5px 0 0;
	margin: 6px 12px 0;
	font-size: 11px;
	text-align: left;
}

div.VN_details_link {
	margin: 1px 12px 0;
}
#form_index_keyword {
	float: left;
	margin: 10px 0 0 12px;
}
#frmKeywords-keywords {
	height: 20px;
	font-style: italic;
	color: #b5b5b5;
	padding-left: 5px;
	width: 173px;
}
#form_index_cart {
	float: right;
	margin-top: 10px;
}

#frmCatSearch {
	clear: both;
	margin: 24px 12px;
}

table#tableProductDetails {
	position: relative;
	margin: 25px 0 0;
}

table#tableProductDetails td img {
	margin: 0 auto;
}

a img { border: none; }

div.upsell_item {
	float: left;
	padding: 24px 12px;
	text-align: center;
	width: 100px;
}

div.upsell_item img {
	display: block;
	margin: 0 auto;
}

p#total_search_results {
	float: left;
}

h1#welcome_back {
	font-size: 1.8em;
	color: #444;
	margin: 3em 0 0 0;
}

h1#welcome_back span.smallprint {
	font-size: 11px;
	color: #444;
}

div#promo_banners {
	padding: 0;
	margin: 0 auto 0;
	position: relative;
	width: 700px;
	height: 125px;
	text-align: center;
	clear: both;
	top: 20px;
}

div#promo_banners a img {
	border: none;
}
div#VN_frm_cust_login {
	position: absolute;
	width: 260px;
	top: 100px;
	left: 515px;
	text-align: right;
	border: 1px solid #ccc;
	padding: 12px;
}

div#VN_frm_cust_login form {
	width: auto;
}

div#VN_frm_cust_login form input {
	font-weight: 400;
}

div#VN_frm_cust_login form input.sm_text {
	width: 120px;
}

div#VN_frm_cust_login p {
	font-size: 10px;
	margin: 0;
	padding: 2px 6px;
}

form#VN_frm_login {
	margin-bottom: 12px;
}

