/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@charset "UTF-8";

/*----------TAGS-----------*/
/*body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D6AD83;
	font-size: 0.80em;
}
html {
	background-color: #d6ad83;
}
a:link {
	outline: none;
}
a:visited {
	outline: none;
	/*color: #002252;*/
}
a:hover {
	/*color: #868686;
	text-decoration:none;*/
}
a:active {
	outline: none;
	/*color: #696969;
	text-decoration:none;*/
}

/* horizontal line */
hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

/*h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}*/

h3 {
	font-size: 13px;
	padding-left: 0.5em;
}

h2 {
	font-size: 13px;
	padding-left: 3em;
	margin-bottom: -0.5em;
}

/*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;
}
/*--------------end TAGS -------------------*/

/*---------------lworks.css -----------------*/
#logo {
	top: 6px;
	vertical-align: middle;
	position: relative;
	left: 38%;
}
#container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	background-color: #D6AD83;
	background-repeat: repeat-y;
	border: thick solid #352110;
	background-image: url(../../../images/bgdrkbrn.gif);
} 

#container2 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	background-color: #D6AD83;
	background-repeat: repeat-y;
	border: thick solid #352110;
	background-image: url(../../../images/bgdrkbrn.gif);
} 
#container3 {
	width: 80%;
	text-align: left;
	background-color: #D6AD83;
	background-repeat: repeat-y;
	border: thick solid #352110;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #ac7339;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 122px;
	background-image: url(../../../images/header-grain.gif);
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	background-color: #ac7339;
	font-size: 1em;
	color: #000000;
	text-indent: 0px;
	font-weight: bold;
}

#thumbnails {
	padding: 0em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#Thumbnails2 {
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	text-align: center;
}


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
/* #mainContent tags */
#mainContent {
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 10em;
} 

#mainContent2 {
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 15em;
} 

#mainContent3 {
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 1em;
} 

/* jp-don't know what this is for
#table1 {
	margin-left: 2em;
	margin-right: 2em;
}*/

#mainContent p {
	margin-right: 3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	margin-left: 3em;
}
#mainContent p a:link,
#mainContent p a:visited,
#mainContent p a:active {
	color: #993300;
	font-weight: bold;
	outline:0;
	text-decoration: underline;
}
#mainContent p a:hover {
	color: #FFFFFF;
	background-color: #28190E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent3 p a:link,
#mainContent3 p a:visited,
#mainContent3 p a:active {
	color: #993300;
	font-weight: bold;
	outline:0;
	text-decoration: underline;
}
#mainContent3 p a:hover {
	color: #FFFFFF;
	background-color: #28190E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent img {
	margin: 1em;
	text-align: center;
}

#mainContent h1 {
	text-align: left;
	margin-left: 2.4em;
	margin-right: 2.5em;
	font-size: 1.2em;
	margin-bottom: 0em;
}
#mainContent h2 {
	text-align: left;
	margin-left: -.3em;
	font-size: 1.1em;
	margin-bottom: 0em;
}

#mainContent h2 a:link,
#mainContent h2 a:visited,
#mainContent h2 a:active {
	color: #993300;
	font-size: 1.1em;
	font-weight: bold;
}
#mainContent h2 a:hover {
	color: #FFFFFF;
	background-color: #28190E;
}

#mainContent h3 a:link,
#mainContent h3 a:visited,
#mainContent h3 a:active {
	color: #993300;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	margin-left: -2em;
}
#mainContent h3 a:hover {
	color: #FFFFFF;
	background-color: #28190E;
}

#mainContent3 h1 a:link,
#mainContent3 h1 a:visited,
#mainContent3 h1 a:active {
	color: #993300;
	font-size: 1.1em;
	font-weight: bold;
}
#mainContent3 h1 a:hover {
	color: #FFFFFF;
	background-color: #28190E;
}

#mainContent h3 {
	margin-right: 2.5em;
	margin-left: 2.5em;
	margin-bottom: 1px;
}

#mainContent a:hover
{
	background-color: #352110;
	color: #fffbdc;
	font-weight: normal;
}
#mainContent a:link,  #mainContent a:visited, #mainContent a:active
{
	color: #352110;
	text-decoration: none;
	/*background-color: #D6AD83;*/ /*affects outline around image*/
	background-color: #D6AD83;
	font-weight: normal;
	outline:0;
}

#mainContent #product {
	text-align: left;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
}
#mainContent #product img {
	text-align: center;
}


#mainContent #product2, #mainContent #product3, #mainContent #product4 {
	text-align: left;
	margin-top: 0em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
}

#mainContent #detailPrice {
	text-align: left;
	margin-left: 2.8em;
}

#mainContent #upsell {
	text-align: left;
	margin-left: 3em;
	margin-bottom: 3em;
}

#mainContent #upsell a:hover
{
	color: #FFFFFF;
	background-color: #28190E;
}
#mainContent #upsell a:link,  #mainContent #upsell a:visited,#mainContent  #upsell a:active
{
	color: #993300;
	font-weight: bold;
	outline:0;
	text-decoration: underline;
}

#mainContent #upsell a:hover
{
	color: #FFFFFF;
	background-color: #28190E;
}

#mainContent #box {
	margin-left: 3em;
}


#mainContent #flash {
	text-align: center;
	margin: 2em;
	background-color: #D6AD83;
}

#footer {
	background-color: #AC7339;
	padding-top: 0;
	padding-right: 3em;
	padding-bottom: 0;
	padding-left: 3em;
	background-image: url(../../../images/header-grain.gif);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
}
#footer a:hover
{
	background-color: #D6AD83;
	color: #352110;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	background-color: #352110;
	width: 136px;
	background-image: url(../../../images/bgdrkbrn.gif);
	background-repeat: repeat-y;
}

#navcontainer {
}

#navcontainer p
{
	color: #FFFbdc;
}

#navcontainer h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFbdc;
	margin-left: -2.5em;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 0px;
	padding-right: 0em;
	margin-left: 0px;
	margin-right: 0px;
}
#navcontainer a
{
	display: block;
	background-color: #352110;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #352110;
	border-right-color: #352110;
	border-bottom-color: #352110;
	border-left-color: #352110;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
#navcontainer a:link, #navcontainer a:visited, #navcontainer a:active
{
	color: #FFFbdc;
	text-decoration: none;
	background-color: #352110;
	font-weight: normal;
	outline:0;
}

#navcontainer a:hover
{
	background-color: #D6AD83;
	color: #352110;
}

/*============================*/
/* For order.dwt template*/

#sidebar2 {
	float: left;
	background-color: #352110;
	width: 136px;
	background-image: url(../../../images/bgdrkbrn.gif);
	background-repeat: repeat-y;
}

#navcontainer2 {
}

#navcontainer2 p
{
	color: #FFFbdc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 1em;
}

#navcontainer2 h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFbdc;
	margin-left: -2.5em;
}

#navcontainer2 ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-right: 0em;
	margin-left: 0px;
	margin-right: 0px;
}
#navcontainer2 a
{
	display: block;
	background-color: #352110;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #352110;
	border-right-color: #352110;
	border-bottom-color: #352110;
	border-left-color: #352110;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
#navcontainer2 a:link, #navcontainer2 a:visited, #navcontainer2 a:active
{
	color: #FFFbdc;
	text-decoration: none;
	background-color: #352110;
	font-weight: normal;
}

#navcontainer2 a:hover
{
	background-color: #D6AD83;
	color: #352110;
}

#orderFormat p
{
	margin: 2em;
}

/*End for order.dwt template */
/*============================*/

#footer a:link,  #footer a:visited, #footer a:active
{
	color:#000;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover
{
	color: #fffbdc;
	background-color: #352110;
}

#footer p {
	font-size: .85em;
}

.email a:link, .email a:visited, .email a:active
{
	color:#930;
	text-decoration: underline;
	font-weight: bold;
}
.email a:hover
{
	background-color: #352110;
	color: #FFF;
}


#right_sidebar {
	float: right;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	border-bottom: 1px solid #352110;
	border-left: 1px solid #352110;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-color: #352110;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	margin-right: 2em;
	margin-left: 1em;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color:#000;
	margin-left: 10px;
}

table.tablularData #tblOrderDetails
{
	margin-left: 1em;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #D6AD83;
}
.altRowOdd{
	background-color: #D6AD83;
}


/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: .75em;
}

.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;
}

#cartLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	vertical-align: top;
	text-align: right;
	margin-right: 1em;
	margin-top: .5em;
}


#cartLinks a:hover
{
	background-color: #28190E;
	color: #fffbdc;
	font-weight: bolder;
}
#cartLinks a:link,  #cartLinks a:visited, #cartLinks a:active
{
	color: #0066CC;
	text-decoration: none;
	background-color: #D6AD83;
	font-weight: normal;
}

.brownline {
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #352110;
	margin-left: -13px;
}
