body {
	background-image:url("images/webshoppe_toptile.jpg");
	background-repeat:repeat-x;
	background-position:29px 0px;
	font-size:14px;
}
body, td, p, li {
	 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	 color: #350201; 
}
a {
	/*color: #FFDDBB;*/
	color: #ac1e00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	/* currently resembles "producttitle" */
	font-weight:bold;
	font-size:15px;
	margin-top:35px;
	margin-bottom:0px;
	/* letter-spacing:0.1em; */
}

h2 {
	/* currently resembles "productreturnline" */
	/*color: #FFDDBB;*/
	color:#ac1e00;
	font-weight:bold;
	font-size:13px;
	margin-top:0px;
	margin-bottom:12px;
}
h2 a {
	/* h2 links currently are same color as h2 text! so do nothing here and use default <a> color */
}

.small {
	font-size:10px;
}



/*  FORM STUFF ********************************************************************************* */


optgroup {
	font-weight:bold;
	font-size:10px;
	font-style: normal;
}



.coolbutton {
	/* not going to specify a width, only the height (note -- button value doesn't valign center in mozilla) */
	height:35px;
	background-color:#B0B0B0;
	border-top:1px solid #EEE;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #EEE;
}


.littlelink {
	/*color: #FFDDBB;*/
	color: #ac1e00;
	font-size: 12px;
	font-weight:bold;
	/*letter-spacing:0.1em;*/
}
.littleinput {
	font-size:10px;
}



.littlebutton {
	font-size:11px;
	padding:3px;	
	border:1px solid #856600;
	background-color:#F99C4E;
}
.littlebuttoninactive {
	font-size:11px;
	padding:3px;
	border:1px solid #856600;
	background-color:#AAAAAA;
	color:#CCCCCC;
}

.themedbutton {							/*    WAS: "orangebutton"    */
	background-color:#F99C4E;
	border:1px solid #856600;
	padding:7px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:black;
	text-transform: uppercase;
	cursor: hand;
}

.themedbuttondead {
	background-color:#AAAAAA;
	border:1px solid #856600;
	padding:7px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
	text-transform: uppercase;
	cursor: hand;
}

.orangebutton {
	background-color:#F99C4E;
	border:1px solid #856600;
	padding:7px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:black;
	text-transform: uppercase;
	cursor: hand;
}
/*
div.errordiv {
	border:1px solid #CCC;
	padding:20px;
	background-color:#FFFFF7;
	color:#990000;
	font-weight:bold;
	font-family:Verdana,sans-serif;
}
*/



/*
OLD, OBNOXIOUS YELLOW ERROR DIV
div.errordiv {
	color:#FFFF00;
	background-color:#856600;
	font-weight:bold;
	border:1px solid #FFFF00;
	padding:12px;
}
div.errordiv li {
	color:#FFFF00;
	font-weight:bold;
	padding-bottom:20px;
	margin-bottom:3px;
	padding-bottom:3px;
}
*/
div.errordiv {
	color:#FFE6CD;
	/*background-color: #666666;*/
	background-color: #006655;
	font-weight:bold;
	border:1px solid #FFE6CD;
	padding:12px;
	
	margin-bottom: 28px;
}
div.errordiv li {
	/* color:#F99C4E; */
	color:#FFE6CD;
	font-weight:normal;
	padding-bottom:20px;
	margin-bottom:5px;
	padding-bottom:5px;
}



div.prettydiv {
	background-color:#84301E;
	padding:18px;
	margin-bottom:12px;
	width:410px;
	border:1px solid #AC3E27;
	font-weight:bold;
}




/*  LISTS AND BULLETS ********************************************************************************* */


ul.catlist {
	margin-top:25px;
	margin-left:50px;
	list-style-type: square;
}
ul.catlist li {
	margin-bottom:7px;
}
ul.arrowlist {
	margin-left:0;
	padding-left:1.1em;
/*	list-style-position: inside;*/
	list-style-image: url("/webshoppe/images/arrow2.gif");

}



/*  KDSPAGINATOR OBJECT ********************************************************************************** */


.kdspaginatorcomplete {
	margin-top:0px;
	margin-bottom:27px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
.kdspaginatorcomplete a {
	zzzcolor:#FFFFFF;
	color:#ac1e00;
	text-decoration:none;
}

.kdspaginatorsurrounding {
	text-align:right;
	font-weight:bold;	
}






/*  the INVOICE ************************************************************* */


/* NOTE --- define these styles inside of your appropriate template files for the time being!
#invoicediv {
	border:1px solid #AF6B57;
	padding:10px;
	width:500px;
	background-color:#613B30;
}
#invoicetable {
	
}
#invoicetable td {
	border-bottom:1px solid #78493B;
}

#invoicetable tr.invoicesummaryrow td {
	border-bottom:0;
}
#invoicetable tr.invoicebufferrow td {
	border-top:0;
	border-bottom:4px solid #78493B;
}
#invoicetable tr.invoicegrandtotalrow td {
	border-top:1px solid #78493B;
	border-bottom:1px solid #78493B;
	background-color:#78493B;
}
*/





/*  TABLE DISPLAYS, HEADER ROWS, and SUCH ************************************************************* */


.hruletable {
	border-top:1px solid #666666;
}
.hruletable td {
	border-bottom:1px solid #666666;
}




.cartbutton2 {
	font-size:11px;
	font-family:Verdana,sans-serif;
	background-color:#C09578;
	border:1px solid #78493B;
	padding:3px;
}
.carttable {
	margin-top:20px;
}
.carttable td, .carttable td p {
	font-size:15px;
}



.carttable ul {
	margin-left:10px;
	padding-left:10px;
}
.carttable .itemtable {
	background-color:#4A1810;
	border:1px solid;
	border-top-color: #CCCCCC;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #CCCCCC;
}
.carttable .itemtable td {
	border-bottom:1px solid #808080;
	font-size:12px;
	color: #FFCC99;

}




.cartheaderrow {
	/*background-color:#78493B;*/
	background-color:#D38167}
.cartheaderrow td {
	border-bottom:1px solid #C09578;
	border-top:1px solid #C09578;
}
.cartsummaryopeningrow {

}
.cartsummaryopeningrow td {
	border-bottom:2px solid #C09578;
}
.cartsummaryclosingrow {

}
.cartsummaryclosingrow td {
	border-top:2px solid #C09578;
}

.cartgrandtotalrow td {
	font-weight:bold;
	border-top:2px solid #C09578;
	border-bottom:2px solid #C09578;
}


.pricelistheaderrow td {
	background-color: #ffcc00;
	color:#000000;
}
.generictableheaderrow td {
	background-color: #ffcc00;
	color:#000000;
}



/* PRODUCTS! (from the viewItem.asp page) ************************************************************* */

.producttitle {
	font-weight:bold;
	font-size:15px;
	margin-bottom:0px;
}
.productreturnline {
	/*color: #FFDDBB;*/
	color:#ac1e00;
	font-weight:bold;
	font-size:13px;
	margin-top:0px;
	margin-bottom:12px;
}
.productdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:normal;
	line-height:14px;
}


.productminilinks				{	font-size:11px; }
/*.productprice					{	font-size:14px; color:#FFE6CD; margin-bottom:3px; }*/
.productprice					{	font-size:14px; color:#330000; margin-bottom:3px; }
.productwholesaleprice			{	font-size:14px; color:#FFE6CD; margin:3px 0px; }
/*.productlistprice				{	font-size:16px; color:#FFE6CD; margin-bottom:3px; }*/
.productlistprice				{	font-size:16px; color:#330000; margin-bottom:3px; }
/*.productstockcount				{	color:#FFFFFF; 	font-size:12px; }*/
.productstockcount				{	color:#330000; 	font-size:12px; }
.productpersonalization			{	font-size:14px; }
.productpersonalization input	{	border-width:1px; width:120px; }
.productgetonefree				{	 }
.productgetonefree em			{	font-style:italic; }
.productoutofstock				{	font-style:italic; 	font-weight:bold; }
.productdiscountperquantity		{	font-style:italic; 	font-weight:bold; }
.productauctionavailable		{	font-style:italic; 	font-weight:bold; }
.productreviews					{	font-size:11px; }
.productemailtofriend			{	font-size:11px; }
.productwishlist				{	font-size:11px; }
.productsrelated				{	font-size:13px; }
.productfreeshipping			{	 }


.bundledproducttable			{	 }
.bundledproductheaderrow		{	background-color:#00493D; }





/* MASTER TEMPLATE -- NAVIGATION COLUMN AND MAIN CONTENT CELLS **************************************** */



.maincell {
	color: #350201;
	font-size: 13px;
	line-height: 18px;
}
.maincell td, .maincell td p, .maincell p, .maincell li {
	font-size:13px;
}
a.navlinkdim { color: #FFCC99; }
a.navlinkbright { 
	/* uses default link color
	06/03/2009 changed color to following: */
	color: #FFDDBB;
 }

.navcell {
	background-color: #4A1810;
	color: #FFAA77;
}
.navcell p {
	/* somewhat matches style of maincat? but with less line-height */
	margin-left:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
	color: #FFCC99;
	line-height:15px;
}
.navcell h3 {
	/* get rid of any margins implied by the H3 element as we will later reassign as needed. */
	padding:0px;
	margin: 0px 0px 0px 4px;
}
h3#navheader_categories {
	margin-top: 0px;
	margin-bottom: 9px;
}
h3#navheader_search {
	margin-top: 0px;
	margin-bottom: 9px;
}






/* THE FOLLOWING "catcontainer", "maincat" and "subcat" styles are used exclusively
                             by the collapsing menus system -- do not alter! */
							 
							 
#catcontainer {
	/* note that this ID has special meaning to our "collapsing menus" script, and should not be renamed */
	margin-bottom:20px;
}
.maincat {
	/* margin: 0px; */
	/* padding: 0px 0px 0px 11px*/
	line-height:18px;
	margin:0px;
	padding:0px 0px 0px 11px;
}
.maincat a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
	color: #FFCC99;
	text-decoration: none;
}
.maincat a:hover {
	text-decoration: underline;
}
.maincat a.currentcat {
	color: #FFDDBB;
	text-decoration:underline;
}
.subcats {
	/* margin:0px; */
	/* padding:4px 0px 0px 18px; */
	margin:0px;
	padding:4px 0px 3px 18px;
}
.subcats a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
.subcats a:hover {
	text-decoration: underline;
}
.subcats a.currentcat {
	color: #AAAAAA;
	text-decoration:underline;
}




/* STANDARD PAGE FOOTER INFO AND LINKS **************************************************************** */

.footerlinks {
	font-size:11px;
	font-weight:bold;
}
.footerlinks a {
	font-weight:normal;
	/*color:#FFDDBB;*/
	color:#ac1e00;
}

.footertext {
	font-size:11px;
}

