/* General page layout  begin */
body {
	margin: 0px;
	color: #000;	/* this does nothing, I believe */
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background:#fff url(images/bg.png) repeat-x top; <- original */
	background: url(images/Washi_00.gif) repeat;
	text-align: center;
}

#pageContent{
  margin: 0 auto;
  text-align: left;
}

#box-wrap {
	padding:0 220px 0 0;
	overflow: hidden;
}
#left-col {
	float:left;
	width:100%;
}
#right {
	float:right;
	width:220px;
	margin-right:-220px;
	display:inline;
	color: #000;
}
#right a{
	color: #000;
}
#cont {
	padding: 0 0 0 200px;
}
#content {
	float:right;
	width:100%;
}
#left {
	float:left;
	margin-left:-200px;
	width:200px;
	display:inline;
}

.clear{
  clear: both;
}

a{
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img{
  border: none;
}
/*--------*/
form {
	display: inline;
}
input, select {
	color:#000;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea {
	width: 300px;
	color:#000;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}

.textarea textarea { position: absolute; width: 100%;}
/*--------*/
td {
  font-size: 11px;
  color:#000;
}
TD.main, P.main {
}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 9px;
}
.bold {
	font-weight: bold;
}
.boxText {
}
/*--------*/

img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {
}
.lineV {
}
.lineH {
}
/*--------*/
.left_bg {
  padding: 24px 18px 100px 18px;
}
.center_bg {
  padding: 18px 32px 10px 32px;
}

/* 170px to 160px * reducing size of header.png */

/* padding top right bottom left */

.right_bg {
  padding: 7px 7px 160px 7px;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f4f4f4;
}
/* General page layout  end */


/* Header layout  begin */
TR.headerError {
}
TD.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
}

/*----categories----*/
#category-nav {
}
#category-nav a{
}

#category-nav a:visited {
}

#category-nav a:hover {
}
dl.level1 {
	margin:0;
}
#category-nav dl {
	margin:0;
}
#category-nav dd {
	margin:0;
}
#category-nav dt {
}

/* 
 * Controls the category listing on the left
 *        * Specials
 *        --------------
 *        * Custom Art
 *        --------------
 */
#category-nav dt a{

	/* dsiplay: block -> The element will generate a block box (a line break before and after the element) */
/*	display: block; <- original */
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
/*  padding: 4px 0 4px 25px; ORIGINAL */
/*  padding: 4px 0 4px 25px; ORIGINAL */
/*	padding: 4px 0 4px 10px; my change */
/*	border-bottom: 1px solid #717171;	<- original */

	text-decoration: none;
/*  background: url(images/categ.gif) no-repeat 9px 12px; <- original */
/*	background: url(images/categ.gif) no-repeat 0px 12px;*/
}

	/* when the cursor is over the text, this changes the text */
#category-nav dt a:hover{
  text-decoration: underline;
}

/*
 * this hides the header background (the dark colored paper)
 * (kind of looks nice this way too)
#category-nav dl dl dt a{
 */
#category-nav dl dt a{
	background:none;
}

#category-nav dt.level-sel {
	font-weight: bold;
	color: #eb0000;	
}
/* this is mine - this DOES work! 
 * give just a tiny indent to the sub-categories ...
 */
#category-nav dt.level-sub {
	margin: 2px;
}
	/* what does this do? */
#category-nav dt.level-act {

}


/*----infobox Left----*/
td.infoboxcell {
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}




/*--------*/
table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
}
td.infoBoxHeadingCenter {
}
td.infoBoxHeadingRight {
}

.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
}
td.infoBoxContentsCenter {
}
td.infoBoxContentsRight {
}

table.infoBoxContents {
	color: #000;
}
td.infoBoxContents {
}
.productTable{
}
.productColumnSell, td.productListing-data{
  padding: 6px 0 6px 10px;
  border-top: 1px solid #cdcdcd;
  vertical-align: top;
}
.productColumnSellFirstRow{
  border-top: none;
}
.productColumnSellFirst{
  padding-left: 0;
}
.productImageCell, td.pl-image{
  padding: 1px;
  text-align: center;
}
.productNameCell, td.pl-name{
	padding: 7px 7px 3px 7px;
	line-height: 14px;
	text-align: center;
}

.productNameCell a, td.pl-name a{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
    text-align: center;
}

.productDescriptionCell, td.pl-description{
	padding: 0 7px 10px 7px;
    text-align: center;
}
.productPriceCell, td.pl-price{
	padding: 7px 7px 10px 7px;
    text-align: center;
}
td.pl-price{
    text-align: center;
}
.productPriceOld {
	font-size: 12px;
	text-decoration: line-through;
    text-align: center;
}
.productPriceSpecial, .productPriceCurrent {
  font-size: 14px;
  font-weight: bold;
  font-family: "Trebuchet MS", tahoma, arial, verdana, sans-serif;
	color: #800000; /* <- my idea */
/*  color: #d80000; <- was */
}
#left .productPriceSpecial, #left .productPriceCurrent {
  color: #000;
}
#right .productPriceOld {
  color: #848484;
}



/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	height: 23px;
	font-weight: bold;
	padding-right: 3px;
}

a.productListing-heading, a.productListing-heading:visited{
}
a.productListing-heading:hover {
}

#firstHeadingSell, #firstContentSell {
	padding-left: 5px;
}
#lastHeadingSell, #lastContentSell {
	padding-right: 5px;
}
.productListing-bottom {
	height: 1px;
	font-size: 0px;
}
.productlisting-headingPrice {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
	text-decoration: underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
TR.productListing-odd {
background: #f0efeb;
}
TR.productListing-even {
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
/* Used on forms */
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
	line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
	text-decoration:none;
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 11px;
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 12px;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
  background-color: #f4f4f4;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
  background-color: #f4f4f4;
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	font-weight:bold;
}
/* Content layout  end */




/* Footer  layout begin */
table.footer {
}
td.footer {
}
table td.footer a {
}
table td.footer a:hover {
}



/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

div.bonus_points_cont {
  position: relative;
  text-align: right;
}
div.bonus_points {
  position: absolute;
  top: 0px; right: 0px;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
html > body div.bonus_points {
  text-align: right;
  left: -111px;
}

#id_mysql_error{
  position:absolute;
  width:70%;
  background:#fddbdb;
  border:1px solid #525252;
  left:14%;
  top:50px;
}
#id_mysql_error td{
  font-size:11px;
  font-family:tahoma;
}

/* ERROR? images/heading.gif does not exist ... TWOK */
/* changed to heading.png */

#id_mysql_error .heading{
	background:url(images/heading.png);
	height:23px
}
#id_mysql_error .heading .heading{
  background:none;
  padding-left:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
}
#id_mysql_error .close{
  text-align:right;
  padding-right:3px;
}
#id_mysql_error .error{
  padding:15px 15px 30px 15px;
}

/*
 * this is the class for the header area including:
 * headerLinks:
 *	My Account | Log In | Cart Contents | Checkout
 * headerLines a:
 *	header.png
 * headerNav:
 *	Home|About Us |What Is New|FAQ |Translation Notes |Samples |Feedback|Contact Us
 */

/*syntax for padding is:

	top, right, bottom, left
	
			top
	left	Text	right
			bottom
*/


/* My Account | Log In | Cart Contents | Checkout */
.headerLinks{
/*  height: 25px;
	text-align: right; <- Original. This is important. */
	height: 16px;			/* if I reduce this (I want to) the main body get's moved up and things are a mess ... */
	text-align: right; 
	font-weight: bold;
/*  line-height: 23px; <- Original */
	color: #6c4a3b;
}

.headerLinks a{
  text-decoration: none;
  padding: 0 0 0 0;
/*  padding: 0 5px; <- original */
}

.headerLinks a:hover{
  text-decoration: underline;
}

/*
 * I believe this is this line:
 *	Home|About Us |What Is New|FAQ |Translation Notes |Samples |Feedback|Contact Us
 */
.headerNav{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center; 
	line-height: 14px;
	
/*  line-height: 14px; <- original */
/*  padding: 14px 0 14px 0; <- original*/

/*	padding: 3px 0 3px 0; */
/*  padding: 14px 0 0 0; 1st try*/
	color: #6c4a3b;
}

.headerNav a{
  font-weight: bold;
  text-decoration: none;
  
  	/* adds spacing between the words Home | About Us | etc ... */
	/* padding: 0 10px; <- original */
	padding: 0 3px;
}

.headerNav a:hover{
  text-decoration: underline;
}

/*
 * Left Column (has the categories) ...
 */

	/* Left Side Lines for Column 01 (the left column) */
.left1 {
  background: url(images/Col01Left.png) repeat-y left;
}

	/* Top Lines for Column 01 (the left column) */
.topLeft1 {
  background: url(images/Col01Top.png) top left no-repeat;
}
	/* there is no right element. the entire top is in Col01Top.png */
.topRight1 {
/*  background: url(images/top_right_1.png) no-repeat top right;*/
}
	/* Right Side Lines for Column 01 (the left column) */
.right1 {
  background: url(images/Col01Right.png) repeat-y right;
}

.bottom1 {
/* This is the bottom left column - has Japanese text */
/*  background: #a4a4a4 url(images/bottom_1.png) no-repeat center bottom; <- Original*/

/* Washi_00.gif is the main background now ... */
/*	background: #fff url(images/Washi_00.png) repeat-y top; */
}

/* 3 is the middle column. The main text. */

.right3 {
/*  background: #ededed url(images/right_3.png) repeat-y right; -< original */
	background: url(images/Col02Right.png) repeat-y right;
	position: relative;
}
.left3 {
  background: url(images/Col02Left.png) repeat-y left;
}
.topLeft3 {
  background: url(images/Col02Top.png) top left no-repeat;
}
.topRight3 {
/*  background: url(images/top_right_3.png) no-repeat top right;*/
}

/* 2 is the right column. the right tool bar */

.right2 {
  background: url(images/right_2.png) repeat-y right;
}
.bottom2 {
/*  background: #3b3b3b url(images/bottom_2.png) no-repeat 103% 100%; <- Original */
/*	background: #fff url(images/Washi_00.png) repeat-y top; */
}
.left2 {
  background: url(images/left_2.png) repeat-y left;
}
.topLeft2 {
  background: url(images/top_left_2.png) top left no-repeat;
}
.topRight2 {
  background: url(images/top_right_2.png) no-repeat top right;
}



/* moved 160 px to 170 -> reducing the size of header.png */
.search{
  padding: 12px 0 19px 170px;
  background: url(images/search_bg.png) no-repeat 0 0;
}
.search input{
  vertical-align: middle;
}

/* No doubt the size of the search input box */
.search .inp{
  border: 1px solid #555555;
  height: 16px;
  margin-right: 5px;
  width: 309px;
}

#left .infoBoxCell{
/* this was a white line between cell boxes on the left. we have spaces and other visuals. so let's try deleting it */
/* honestly, not sure what this was. Do we miss it? deleting #left h3{}'s version of this
/*  border-bottom: 2px solid #fff; */
}



#left h3{
/*  background: url(images/h3.png) no-repeat top left; <-- original */
/*was dark colored paper for the topic. now none.
/*	background: url(images/LeftColumnHeaderBg_Washi_01.jpg) no-repeat top left;*/
/* or Washi_00.png? */
 	background: url(images/Washi_01_173.jpg) no-repeat top left;   
  margin: 0;

		/* This gives size to the header */
/*	padding: 9px 0 11px 37px; */
	padding: 9px 0 11px 0;
	text-align: center;
	
  font-size: 14px;
  line-height: 15px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
	/* border-bottom: 2px solid #fff; */
  color: #000;
}
#left h3 a{
  color: #000;
  text-decoration: none;
}
#left div.infoBoxContents{
	/* use the darker washi for the categories (all the left column boxes)... */
	background: url(images/Washi_01_173.jpg) repeat-y top left;
	padding: 6px;	/* was 11 */
}


/*
 * Now deal with the right column
 */
#right .infoBoxCell{
  border-bottom: 2px solid #a2a2a2;
  padding: 2px;
}
#right h3{
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: 15px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
/*  background: url(images/h3_2.png) no-repeat top right;*/
 	background: url(images/Washi_01.jpg) no-repeat top right; 
}
#right .popularSearchesBox h3{
  padding-right: 5px;
}
#right h3 span{
  padding: 12px 0 3px 11px;
/*  background: url(images/h3span_2.png) no-repeat top left; */
 	background: url(images/Washi_01.jpg) no-repeat top left;   
  display: block;
}
#right h3 a{
  text-decoration: none;
}
#right div.infoBoxContents{
/*  background: url(images/infobox.png) repeat-x top; <- original */
/*	background: url(images/Washi_00.png) repeat-y top; <- now the default background, so no need anything? */
/*	padding: 11px; <- original */
	padding: 6px;
}
/* what is h1 and h2? */


/* h1 is product category? - the top item only*/
h1 {
  background: url(images/h2.png) no-repeat left center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Times New Roman", Times, serif;
/*  text-transform: uppercase;*/
  border-bottom: 2px solid #7a7a7a;
  /* padding: 10px 0 11px 48px; */
   padding: 5px 0 6px 10px; 
  margin: 0 -10px;
  top:0px;
  
	text-align: center;
}

/*
	h2 is the middle column, but not the top item (all items other than the top)
	For example:
		Customers who bought this product also purchased
*/
   
h2 {
  background: url(images/h2.png) no-repeat left center;
  font-size: 17px;
  line-height: 18px;
  font-family: "Times New Roman", Times, serif;
/*  text-transform: uppercase; */
  border-top: 2px solid #7a7a7a;
  border-bottom: 2px solid #7a7a7a;
  margin: 0 -10px;
  padding: 5px 0 6px 10px;
	top:0px;
	
	text-align: center;
}
h2 a{
  text-decoration: none;
}

.h2_font{
  display:block;
  background: url(images/h2_lg.png) no-repeat left center;
  padding:6px 0px 6px 38px;
  line-height:17px;
}


/* Top left column - different from other headings (has rounded corners) */

#left .categoriesBox h3{
/*  background: url(images/h3_3.png) no-repeat top left;*/
/* should need nothing - background is already there */
/*	padding: 0; */
}
#left .categoriesBox h3 span{
/*  background: url(images/h3span_3.png) no-repeat top right;*/
/*  padding: 9px 0 9px 37px;*/
/*  display: block;*/
}
#left .categoriesBox div.infoBoxContents{
/*  background: url(images/catbg.jpg) no-repeat center top; <- Image on the category side */
/*	background: url(images/Washi_00.png) repeat-y center top; */
}

.footer{
  padding: 0 22px;
}
.footerBg{
/*  background: #a4a4a4; <- Original */
/*  background: #fff url(images/Washi_00.png) repeat-x left; <- My Idea */
  background: #a4a4a4;
}

/* not used ???*/
.footerNavigation{
  border-top: 2px solid #7a7a7a;
  color: #7a7a7a;
  padding: 10px 10px 0 10px;
/*  background: #ededed; */
/*  background: url(images/Washi_00.png) repeat-x center top; */
  margin: 0 -10px;
}
.footerNavigation a{
  color: #7a7a7a;
}
.copyright{
  border-top: 2px solid #7a7a7a;
  height: 18px;
  text-align: center;
  padding-top: 5px;
}

.border{
  border: 1px solid #cdcdcd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px; 
  border-radius: 4px;
 
 
}
.border .cornerTopLeft,
.border .cornerTopRight,
.border .cornerBottomLeft,
.border .cornerBottomRight{
  position: absolute;
  line-height: 3px;
  width: 3px;
  height: 3px;
  font-size: 1px;
  padding: 0;
}
.border .cornerTopLeft{
  top: -1px;
  left: -1px;
  background: url(images/corner_top_left.gif);
}
.border .cornerTopRight{
  top:-1px;
  right: -1px;
  background: url(images/corner_top_right.gif);
}
.border .cornerBottomLeft{
  bottom: -1px;
  left: -1px;
  background: url(images/corner_top_right.gif);
}
.border .cornerBottomRight{
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: url(images/corner_top_left.gif);
}

#slide-holder .cornerTopLeft,
#slide-holder .cornerTopRight,
#slide-holder .cornerBottomLeft,
#slide-holder .cornerBottomRight{
  position: absolute;
  line-height: 7px;
  width: 7px;
  height: 7px;
  font-size: 1px;
  padding: 0;
}
#slide-holder .cornerTopLeft{
  top: 0px;
  left: 0px;
  background: url(images/corner_top_left.png);
}
#slide-holder .cornerTopRight{
  top:0px;
  right: 0px;
  background: url(images/corner_top_right.png);
}
#slide-holder .cornerBottomLeft{
  bottom: 0px;
  left: 0px;
  background: url(images/corner_bottom_left.png);
}
#slide-holder .cornerBottomRight{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(images/corner_bottom_right.png);
}

.informationBox .infoBoxContents{
/*  background: #848484 url(images/informationbg.gif) no-repeat center top; <- original*/
/*	background: #fff url(images/Washi_00.png) repeat-y top; <- my change */
}

/*
 * Information Box
 * this puts the > before the item
 */

.informationBox .infoBoxContents a{
  background: url(images/inform.gif) no-repeat 0 5px;
  display: block;
  padding: 3px 0 4px 10px;
  text-decoration: none;
}
.informationBox .infoBoxContents a:hover{
  text-decoration: underline;
}

.newproductBox .infoBoxContents{
/*  background: #848484 url(images/infoboxcont.gif) repeat-x top; <- original */
/*	background: #fff url(images/Washi_00.png) repeat-y top; <- my change */
}
.cartico{
  position: relative;
}
.cartico div{
  position: absolute;
  right: 5px;
  top: -27px;
}

.loginBox .inp{
  border: 1px solid #000000;
  width: 100px;
  margin: 2px 0 8px 0;
}
.loginLinks{
  padding-bottom: 6px;
}
.loginLinks a{
  background: url(images/loginlink.gif) no-repeat 0 5px;
  display: block;
  padding: 2px 0 4px 14px;
  text-decoration: none;
}
.loginLinks a:hover{
  text-decoration: underline;
}
.bestsellers_item{
  color: #eb0000;
  padding: 5px 0;
  border-top: 1px solid #717171;
}
.bestsellers_item a{
  color: #000;
  text-decoration: none;
}
.bestsellers_item a:hover{
  text-decoration: underline;
}
#right .hclass{
  border: none;
  padding: 0;
  background: none;
}

.productPrise{
  padding-right: 10px;
}
.productModel{
  padding: 10px 0 3px 0;
  text-align: right;
}
.productPrise .productPriceOld{
  font-size: 14px;
  color: #858585;
}
.productPrise .productPriceSpecial, .productPrise .productPriceCurrent{
  font-size: 18px;
}
.productsAtributes b{
  float: left;
  padding: 2px 5px 0 0;
}
td.nav_border{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
td.all_search{
  padding: 5px 0;
}
td.nav_out{
  padding-top: 5px;
}
td.productListing-heading, td.productListing-data{
  border-bottom: 1px solid #cdcdcd;
}
td.productListing-data td.productListing-data{
  border-bottom: none;
  border-top: none;
}
td.new_cust_head, td.order_head, td.message{
  padding-bottom: 10px;
}
td.error_mes{
  padding-top: 10px;
}
div.banner_main{
  padding-bottom: 5px;
  text-align: center;
}
#right div.live_help, .cards{
  padding: 10px 4px;
  text-align: center;
}
#right div.cards{
  padding: 25px 4px 10px 9px;
}
#left div.abs{
  padding: 10px 4px;
}
.currencies select{
  width: 170px;
}

/* Customer Comments (testimonials) */
.comments_block{
	text-align: left;
/*  border-top: 1px solid #717171; */
	padding-bottom: 7px;
	padding-top: 5px;
	color: #000;
}
.comments_block h4, .comments_block p{
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}
.comments_block h4{
/*  color: #eb0000; */
	color: #800000;
	margin: 0;
}
.comments_block p{
	color: #000;
	margin: 0;
	font-style:italic
}
#right td.cards_box{
  border-bottom: none;
}
h4.keyword_page{
  padding-left: 10px;
  background: url("images/loginlink.gif") no-repeat 0 50%;
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  margin: 0 0 5px 0;
}
td.price_block{
  text-align: center;
}
td.google_banner{
  padding: 10px 0;
}
tr.productListing-data td.productListing-data{
  border-top: none;
}
tr.row1 td.productListing-data{
  border-top: 1px solid #CDCDCD;
}
table.listing_top td{
  width: 25%;
}
.listing_table{
  border-top:1px solid #cdcdcd;
  text-align:center;
}
.all_search .listing_table{
  text-align:left !important;
}
.name_listing{
  padding:10px 0px;
}
.name_listing a{
  text-decoration:none;
  font-family:Times New Roman;
  font-size:14px;
  font-weight:bold;
}
.name_listing a b{
  font-family:Times New Roman;
  font-size:14px;
  font-weight:bold;
}
.name_listing a i {
  font-family:Times New Roman, sans-serif;
  font-size:14px;
}
.img_listing{
  width:100px;
}
.description_listing, .price_buy_listing{
  padding:0px 0px 0px 5px;
  font-family:Tahoma, sans-serif;
  font-size:11px;
}
.price_listing{
  width:200px;
  float:left;
  line-height:30px;
  vertical-align:middle;
}
.price_listing font{
  font-family:Trebuchet MS;
  font-size:14px;
  color:#d80000;
  font-weight:bold;
}
.price_listing span{
  font-family:Trebuchet MS;
  font-size:14px;
}

.buy_now_listing{
  width:100px;
  float:right;
  text-align:right;
}
.price_buy_listing{
  padding-bottom:10px;
}
.nameLong{
  width:100px;
  white-space:pre-wrap;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;
  overflow:hidden;
}

/* font for subcategories (that are selected?)
- this changes all fonts for all category items!
*/
font.s_cat{
	font-size: 12px;
/*	font-family: "Times New Roman", Times, serif;*/
	line-height: 14px;

	display:block;
	width:162px;		/* this IS the size of the width available for text! */
  					/* you can tell the correct width by the white line under CATEGORIES */
	white-space:pre-wrap;
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;
	overflow:hidden;
}

/* sub-categories - selected */
font.s_cat_sel{
	font-size: 12px;
/*	font-family: "Times New Roman", Times, serif;*/
	line-height: 14px;

  display:block;
  width:162px;
  white-space:pre-wrap;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;
  overflow:hidden;
}

/* main categories (level 0) */
font.m_cat{
  display:block;
  width:162px;
  white-space:pre-wrap;
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;
  overflow:hidden;
}
.pl-buy a{
  text-decoration:none;
}
.shopTable .productListing-heading{
  padding-left:5px;
}
.checkoutTable textarea{
  width:100%;
  width:99%\9;
}


#cc_payment input, #moneyorder_payment input, .rad input{
  margin-right:0px !important;
}
#shipping_div input{
  margin:5px 0px 0px 5px;
}

