/* Rev Date: 8/2/2005
   Author  : David Walsh
   Comments: The tan hack is used for
   div box methods. All href 
   link info is at bottom of file.
--------------------------------------- */


/* SAME FONT IS USED FOR ALL TEXT
--------------------------------------- */
body, div, p, blockquote, li, td, span, .copyright, .error, .sample_list, 
.testimonial, .top_nav
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/* HELPS WITH X BROWSER COMPATIBILITY
--------------------------------------- */
*
{
  margin: 0;
  padding: 0;
  border: 0 solid;
}


/* MAIN PAGE LAYOUT DIVS - ORDER BY PAGE TOP TO BOTTOM
---------------------------------------------------------------------------- */
body
{
	background-color: #E0D6BD;
}

.wrap
{
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  width: 742px;
}

.top
{
	width: 740px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
	background:#FFFFFF;
}
* html .top{ /* tan hack */
  width: 742px;
  w\idth: 740px;
}

.navigation
{
	width: 200px;
	border: 1px solid #000000;
	float: left;
	background-color:#B09B6C;
}
* html .navigation{ /* tan hack */
  width: 202px;
  w\idth: 200px;
}

.index_headline
{
	float: left;
	width: 528px;
	border: 1px solid #000000;
	height: 240px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
* html .index_headline{ /* tan hack */
  width: 530px;
  w\idth: 528px;
}

.index_signin
{
	float: left;
	width: 488px;
	border: 1px solid #000000;
	height: 497px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding:20px;
}
* html .index_signin{ /* tan hack */
  width: 530px;
  w\idth: 528px;
}


.index_subheads
{
	float: left;
	width: 168px;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
* html .index_subheads{ /* tan hack */
  width: 170px;
  w\idth: 168px;
}

.content
{
	min-height: 517px;
	width: 328px;
	border: 1px solid #000000;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
* html .content{ /* tan hack */
  width: 360px;
  w\idth: 328px;
  height:517px;
}

.content_wide
{
	min-height:471px;
	width: 508px;
	border: 1px solid #000000;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
* html .content_wide{ /* tan hack */
  width: 540px;
  w\idth: 508px;
  height: 471px;
}

.cart_pane
{
	width: 158px;
	float: right;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding: 5px;
	min-height:483px;
}
* html .cart_pane{ /* tan hack */
  width: 170px;
  w\idth: 158px;
  height: 483px;
}

.cart_mh
{
	width:1px;
	height:482px;
	float:right;
	border-left:1px solid black;
}

.copyright
{
	clear: both;
	text-align: center;
}



/* FORMATTING CLASSES - ORDER BY ALPHA
---------------------------------------------------------------------------- */

.black_border
{
	border:1px solid black;
}

.dark_back
{
	background-color:#663333;
	font-weight:bold;
	color:white;
}

.error
{
  color: #ff0000;
  font-weight:bold;
}

.error_td
{
	color:#FF0000;
	background-color:#fff;
	font-weight:bold;
	font-size:10px;
	border:1px solid #FF0000;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.error_td_head
{
	color:#fff;
	background-color:#FF0000;
	font-weight:bold;
	font-size:10px;
}

.error_table
{
	width:100%;
}

h1
{
	color: #663333;
	font-size: 20px;
	padding-bottom: 5px;
}

h2
{
	color: #663333;
	font-size: 12px;
	padding-bottom: 3px;
}

h2.text
{
	font-size:10px;
}

h3
{
	color: #663333;
	font-size:13pt;
}

.input_box
{
	border:1px solid #663333;
	font-size:10px;
}

.light_back
{
	 background-color:#E0D6BD;
}

.no_border
{
	border:0;
}

.no_holiday_menu
{
	padding-top:3px;
}

p
{
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 10px;
}

.site_map
{
	font-size:10px;
}

.submit_button
{
	color:#FFFFFF;
	background-color: #663333;
	font-weight:bold;
	font-size:9px;
	width:45px;
	padding:0px;
	margin:0px;
	border:0px;
}

.table_back
{
	 font-size:10px;
	 border:1px solid #663333;
}

.topbanner
{
	padding: 0;
}

.unresolved
{
	background-color:yellow;
	color:red;
	font-weight:bold;
	border:1px dashed red;
}

/* HREF LINKS - ORDER BY ALPHA
---------------------------------------------------------------------------- */
a:link { color: #663333; text-decoration:underline; }
a:visited { color: #663333; text-decoration:underline; }
a:hover { color: #663333; text-decoration:none; }
a:active { color: #663333; text-decoration:underline; }

.prop { float:right; width:1px; }
.midcol { height: 472px; }
.clear { clear:both; height:1px; overflow:hidden; }


/* Chapa Design Additions
---------------------------------------------------------------------------- */
td.category a img {
  width: 100px !important;
  height: auto !important;
  margin: 0 4px;
}

td.category a {
  text-decoration: none;
}

td.productListing-data img.product-image {
  width: 70px !important;
  height: auto !important;
  margin: 0 4px 0 2px;
}

img.detail-image {
  width: 125px !important;
  height: auto !important;  
}
