/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #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;
}

table {
	font-size: 100%;
}

table.tabularData {
	width: 825px;
}

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;
}

.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 {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 805px;
	text-align: right;
}

#form_index_cart {
	position: absolute;
	top: 40px;
	left: 365px;
	width: 450px;
	text-align: right;
	z-index: 999;
}

#frmCatSearch {
	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 {
	margin: -18px 0 18px 12px;
	padding: 0;
}

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: 75px 0 0 0;
	margin: 0 auto 0;
	position: relative;
	width: 700px;
	height: 125px;
	text-align: center;
}

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;
}
