body {
	text-align: center;
}
#wrapper {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
}
#contentmain {
	text-align: center;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	background-color: #FFFFFF;
}
#contentsub {
	text-align: left;
}
#contentsub table {
	margin-top: 7px;
}
#contentsub table td {
	text-align: left;
}

/*
#contentsub table caption {
	background-color: #E5E2B6;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #4E4635;
	line-height: 16px;
}
*/

/* firefox flash  */
.objectzero {
	z-index: 0;
}
.style2 {font-size: 10px}
#Layer1 {
	z-index:1;
}
#Layer2 {
	position:relative;
	z-index:2;
	width: 774px;
}
.test9 {
	width:775px;
height:24px;
border:0px;
padding:0px;
background-image:url(images/globalnav/new_navbar_bg.gif);
vertical-align:middle;
}
/* end firefox flash */
.colorTest {
cursor:default; 
color:#72634D;
}
#flashcontent{
width:775px;
height:400px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
/*
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: #002252;
	font-size: 14px;
	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 {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	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 #fff;
	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: #979797;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
/*
.altRowEven {
	background-color: #E6E6E6;
}
*/
/*
 .altRowOdd{
	background-color: #D6D6D6;
}
*/
/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	/*color: #72634D;*/
	color: #DCD6CB;
	text-decoration: none;
}

a.pagingLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #72634D;
	text-decoration: none;
}
a.pagingLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #4E4635;
	text-decoration: none;
}
a.pagingLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #C1BB8B;
	text-decoration: none;
}
a.pagingLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #463427;
	text-decoration: none;
}

.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;
}

/* BEGIN CUSTOME STYLES FOR SHOWROOM */
#showroom, #showroomss {
	color:#4E4635;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
	text-transform:none;
	padding-top: 0px;
	background-color: #FFFFFF;
}
#showroomss {
	width: 718px;
	/*	overflow: scroll; */
  overflow-x: scroll;
min-height: 500px;
	border: double 4px #C1BB8B;
	margin-left: auto;
	margin-right: auto;
scrollbar-face-color: #C1BB8B;
scrollbar-highlight-color: #cacaca;
scrollbar-3dlight-color: #cacaca;
scrollbar-darkshadow-color: #cacaca;
scrollbar-shadow-color: #4E4635;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #cacaca;
}
.thumbtitle {
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing: 0.005em;
}
#showroom h1, #showroomss h1 {
color:#4E4635;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
line-height:20px;
text-decoration:none;
text-transform:uppercase;
}

/* ============ END CARTWEAVER STYLES ================ */#topbar {
	background-image: url(/images/globalnav/new_navbar_bg.gif);
	margin: auto;
	padding: 0px;
	height: 24px;
	width: 775px;
}
#dtllowmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4635;
	float: left;
	width: 25%;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #4E4635;
	text-decoration: none;
	padding-left: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#dtllowmenu p {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#dtllowmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #72634D;
	text-decoration: none;
}
#dtllowmenu a:active {
	color: #4E4635;
}
#dtllowmenu a:visited {
	color: #C1BB8B;
}
#dtllowmenu a:hover {
	color: #463427;
}
.cfdebug {
text-align:left;
	white-space: normal;

}
.cfdebug pre {
	text-align:left;
	white-space: normal;
width:90%;
}
.cfdebug td {
width:800px;
	white-space: normal;
}
