/* CSS Document */
/* These definitions apply to the entire document; */
*
{
	margin:0px;
	padding:0px;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/***********************************************************************************/
/* Container control for center the page and the background*/
/***********************************************************************************/
#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

/***********************************************************************************/
/* This section handle the way the content is rendered*/
/***********************************************************************************/
/* These rules are  IE 6 Box Model Hack */
#content_wrapper{
clear:both;
}
#content{
	width:728px;
	margin:0px 20px 20px 20px;
	float: right;
}

/* These rules are for Compliant Browsers 
html>body #content{
	width:530px;
}*/

#content ul, #content ol{
	margin-left:3em;
	margin-top:1em;
	margin-bottom:1.75em;
	line-height: 1.25em;
}
#content li {
	font-size:80%;
}

#content p {
	font-size:80%;
	margin:1em .5em;
	line-height:1.75em;
}

#content blockquote p {
	margin:1em 3em;
}

#content li li {
	font-size:100%;
}

#content p a:visited, #content p a:link {
	text-decoration:underline;
	color:#663300;
	line-height:1.25em;
}

#content p a:hover {
	color: #B99765;
	line-height:1.25em;
}



/***********************************************************************************/
/* This is where the header is and the logo in the background and tabbed navigation info*/
/***********************************************************************************/
#header
{
	height:88px;
	width: 950px;
	background-image:url(../media/design/header.jpg);
	background-repeat:no-repeat;
}

#search{
	float:right;
	width:430px;
	font-size:80%;
	padding-right: 20px;
	margin-bottom:.5em;
}


/***********************************************************************************/
/* This is all the style information about the navigation*/
/***********************************************************************************/
#leftSide{
	width:178px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	float: left;
}

#leftSide ul {
	list-style:none;
	margin-left:0.75em;
	padding-top:5px;
	padding-left:0;
	margin-right: 0.5em;
}
#leftSide li {
	font-size: 75%;
	margin-bottom: 0.25em;
	padding-bottom:0.25em;
}
#leftSide a:link {
	text-decoration:none;
	color:#FFFFFF;
}
#leftSide a:visited {
	text-decoration:none;
	color:#DDDDDD;
}
#leftSide a:hover {
	text-decoration:none;
	color:#DFCFC0;
	padding-left:5px;
}
#leftSide p {
	font-size:85%;
	font-weight:bold;
	padding:3px 6px;
	color:#630;
}


/***********************************************************************************/
/* This section  takes care of rendering the footer and the links within the footer */
/***********************************************************************************/
#footer
{
	clear:both;
	margin-top:2em;
}

#footer p
{
	padding:1em;
	text-align:center;
	font-size:70%;
	color:#000;
}

#footer a:link, #footer a:visited 
{
	text-decoration:underline;
	color:#000;
}

#footer a:hover 
{
	color:#666;
	text-decoration:none;
}

/***********************************************************************************/
/* This section  takes care of catalog rendering                                   */
/***********************************************************************************/

h2.category{
	color:#846A4A;
	font-weight:bold;
	font-style:italic;
}

h2.featured{
	color:#846A4A;
	font-weight:bold;
	font-style:italic;
	border-bottom:solid 1px #846A4A;
	margin: .65em 0em;
}

#content .darkbrown {
	color:#846A4A;
	font-weight:bold;
}

#content .darkbrown a:link, .darkbrown a:visited {
    color:#846A4A;
    font-weight:bold;
    text-decoration:none;
	font-size:80%;
}

#content .darkbrown a:hover {
    color:Gray;
    text-decoration:underline;
}

#content .family {
	color:#83A984;
	font-weight:bold;
	font-size:120%;
	margin: 0 0 .5em 0;
}


#content .saleprice {
    color:#990033;
    font-weight:bold;
    font-size:110%;
}

#content .instock {
    color:Green;
    font-weight:bold;
    font-size:medium;
    }
    
#content .productinfo {
}


#content .paging 
{
    background-color:#DCCBB2;
    border-top:solid 1px Black;
    border-bottom:solid 1px Black;
    text-align:right;
    margin-top:1em;
    margin-bottom:1em;
	font-size:70%;
	height:2em;
}
#content .paging, x:-moz-any-link 
{	
	clear:both;
}

#content .paging a:link, #content .paging a:visited {
    color:Black;
    font-weight:bold;
}

#content .paging a:hover {
    color:#999999;
    font-weight:bold;
}
#content .count{
	color:#333;
	font-size:75%;
}

#content .paging .previous{
	width:23%;
	text-align:left;
	float:left;
	margin-top:.4em;
}
#content .paging .pagecount{
	width:50%;
	text-align:center;
	float:left;
	margin-top:.4em;
}
#content .paging .next{
	width:23%;
	text-align:right;
	float:right;
	margin-top:.4em;
}

#content .catalog{
	width:156px;
	overflow:auto;
	border:1px dotted #cccccc;
	font-size:75%;
	margin:7px;
	padding:0px 5px;
	
}
#content .catalog, x:-moz-any-link 
{
	float:left;
	overflow:visible;
}

#content .catalog .heading{
	color:#83a984;
	font-weight:bold;
	font-size:150%;
}
#content .catalog img{
	margin:5px;
}
#content .catalog .link{
	height:6em;
}

#content .productDetail{
	width:730px;
}

#content .productDetail .leftside{
	width:280px;
	float:left;
	font-size:85%;
	text-align:center;
	min-height:250px;
}

#content .productDetail .rightside{
	width:450px;	
	float:right;
	min-height:250px;
}

#content .productDetail .shoppingcart{
	clear:both;
}

/***********************************************************************************/
/* This section  takes care of rendering the footer and the links within the footer */
/***********************************************************************************/

#shoppingCart{
	background-color:#DCCBB2;
	border: 1px solid #846A4A;
	margin-bottom:1em;
}

#shoppingCart p {
	font-size:70%;
	padding:3px 6px;
	color:#000;
	font-weight:normal;
}

#cartHead
{
	font-size:80%;
	background-color:#b99765;
	border-bottom: solid 1px #846A4A;
	margin: 0px;
	padding: 2px;
	font-weight:bold;
}

#cartDetail{
	padding: 5px;
}

#shoppingCart a:visited, #shoppingCart a:link {
	text-decoration:underline;
	color:#663300;
}
#shoppingCart a:hover {
	color: #846A4A;
	padding-left:0;
}

/***********************************************************************************/
/* This section handle the way the content is rendered*/
/***********************************************************************************/
/* These rules are  IE 6 Box Model Hack */

#content .datatable{
	font-size:80%;
}


#content .datatable p {
	margin:1em .5em;
	line-height:1.75em;
}


#content .datatable  a:visited, #content .datatable a:link {
	font-size:smaller;
	text-decoration:underline;
	color:#663300;
	line-height:1.25em;
}

#content .datatable a:hover {
	font-size:smaller;
	color: #846A4A;
	line-height:1.25em;
}

.datatable .description{
	color:#663300
}

#content .cartHeader{
	color:#83A984;
	font-weight:bold;
	font-size:130%;
	margin: 0 0 .85em 0;
}

.checkout
{
    background-color:#b99765;
    width:100%;
    padding:4px;
    color:#000000;
    font-weight:bold;
    border: 1px solid #846A4A;
    font-size:80%;
}

.checkoutShip
{
    background-color:#83a984;
    width:100%;
    padding:4px;
    color:#FFFFFF;
    font-weight:bold;
    border: 1px solid #846A4A;
    font-size:80%
}

.checkoutbox 
{
    width:100%;
    border: 1px solid #846A4A;
    border-top:none;
    padding:4px;
    font-size:75%;
    line-height:1.5em;
}

#leftdetail 
{
    float:left;
    width:300px;
}

#rightdetail 
{
    float:right;
    width:300px;
}

#fulldetail 
{
    float:left;
    width:99%;
    margin-top:15px;
}
.cfred 
{
    color:#b70005;
}

.hilitetext {
	color:#b70005;
	background-color:#ffffcc;
	padding-left:2px;
	padding-right:2px;
}

.pdown 
{    
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	border: 1px solid #000000;
}

.dimensions 
{
    color:Maroon;
}

.clear 
{
    clear:both;
}

.row {
	clear:both;
	padding-top:5px;
}

.label {
	float:left;
	width:35%;
	text-align:right;
}

.formw {
	float:left;
	width:58%;
	text-align:left;
	margin-left:.5%;
}
.smallblack 
{
    color:Black;
    font-size:75%;
}

#listitem .itemtable td {
    padding:5px;
    font-size:90%;
}

#listitem .itemtable th {
    padding:2px;
    font-size:small;
}

img.bottomicon 
{
    display:block;
    margin-top:3em;
    margin-left:auto;
    margin-right:auto;    
}