/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html
{
	background: url(/images/tile_bgd.gif) repeat;
}

body
{
	
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background: #D1AD77;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
h3
{
	border-bottom: dotted 1px #581300;
	border-top: dotted 1px #581300;
	color: #581300;
	padding: 2px;
	width: 450px;
	text-align: center;
	font-size: 14px;
}
.column
{
	float: left;
}

#left
{
	width: 420px;
	padding: 30px;
}

#right
{
	width: 270px;
	padding: 40px 0 10px 10px;
	text-align: right;
}


/*----- WRAP -----*/

#wrap
{
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #D1AD77;
}

/*----------*/

/*----- HEADER -----*/

#header
{
	height: 142px;
	background: url(/images/kotm_header_new.gif) no-repeat top left;
}

#divHeaderNav
{
	padding: 50px 30px 50px 30px;
	text-align: right;
}

#divHeaderNav a:link, #divHeaderNav a:visited
{
	color: #fff;
	background:#581300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
	margin: 0 5px 0 0;
	font-weight: normal;
	border-bottom: 1px solid #300;
	border-right: 1px solid #300;
}

#divHeaderNav a:hover
{
	border-bottom: solid 1px #581300;
	border-right: solid 1px #581300;
	background: #900;
}

/*----------*/

/*----- STORE -----*/

#store
{
	background:  #D1AD77 url(../../../images/sound.gif) no-repeat right 100px;
	padding: 20px;
	width: 720px;
}

#divStoreNav
{
	width: 760px;
	background: #D1AD77;
	border-bottom: solid 1px #581300;
}

.divStoreCategories
{
	
}

#tableProductDetails
{
	float: left;
}

/*----------*/

/*----- DIVS -----*/

.divCartLinks
{
	padding: 5px;
	margin: 5px 5px 5px 20px;
	text-align: center;
	float: right;
	background: #ddc296;
	width: 200px;
}

.divProductPreview
{
	width: 210px;
	text-align: center;
	float: left;
}

.divProductPreview img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.divProductsContainer
{
	width: 450px;
}

.divProductNoImage
{
	border: solid 1px #000;
	width: 150px;
	height: 113px;
}

.pagingLinks
{
	visibility: hidden;
}

/*-----------*/

/*---- Self-Clearing Elements ----*/

p:after, #tableProductDetails:after, #store:after, .column:after, #wrap:after, #divStoreNav:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*------------*/

a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #900;
	text-decoration:none;
}
a:active {
	color: #900;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h2 {
	color: #000;
	font-size: 18px;
}

/*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 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* 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 #76685D;*/
	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  {
	border-top: solid 1px #C3985F;
	background: #DDC296;
	color: #581300;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ddc296;
}
.altRowOdd{
	background-color: #c3985f;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}