@charset "utf-8";
/* CSS Document */

.this-category {
	color: black;
	width: auto;
	margin: 5px;
	padding: 5px;
	border: 0;
	text-align: right;
	height: auto; 
	position: relative;
	overflow: hidden;
}

.current-category {
	font-size: 14px; 
	padding: 5px 0;
	
}

.category-info {
	padding: 5px;
	width: 545px;
	height: auto;
	margin: auto;
	border: 2px solid #bcbc88;
	background: #c8c888 url(../images/category-bg.gif) repeat-x;
	overflow: hidden;
	position: relative;
}

.category-description {
	color: black;
	font-style: italic;
	margin: auto;
	padding: 10px 10px 10px 10px;
}

.category-sort {
	text-align: right;
	margin: 5px;
	width: auto;
	height: auto; 
	position: relative;
	overflow: hidden;
}

.category-image { float: right; }
.cat_menu { width: auto; margin: auto; border: 0; height: auto; }
.cat_menu td { padding: 0 4px; text-align: left; width: auto; }


.new-product {
	float: left;
}

.subcat { 
	font-size: 10px; 
	color: #006699;
	font-style: italic;
}


.product-info {
	width: 400px;
}
.product-info-extended {
	width: auto;
}

.product-details { 
	float: right;
	width: 150px;
}

.product-detail {

}

.product-detail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-detail li {
	padding: 0 0 0 8px;
	margin: 0 0 9px 0;
	background: transparent url(../images/list.gif) no-repeat;
	background-position: 0 4px;

}

.product-name { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666600;
}

.product-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.product-image {
	float: right;
	text-align: right;
	border: 1px solid #999999;
	margin: 4px;
}

.item-e { border: 1px solid black; border-spacing: 0; border-collapse: collapse; padding: 2px; min-width: 400px; margin: auto; }
.item-e-header { background: #878787; color: white; border: 1px solid black; padding: 3px; text-align: left; font-size: 12px; }
.item-e-1 { background: #ececec; border: 1px solid black; padding: 3px; }
.item-e-2 { background: #cdcdcd; border: 1px solid black; padding: 3px; }
.item-notice { text-align: center; }

.item-spacer {
	background: transparent url(../../../common/images/item-spacer.gif) repeat-x;
	margin: 5px;
	height: 7px;
	width: auto;
}

.item-price {
	margin: 10px 0 0 0;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.product-front {
	margin: auto;
	width: 480px;
	border: 0;
	padding: 0;
	height: auto;
}

.product-front-row {
	width: 480px;
	margin: 0;
	padding: 0;
	height: auto;
	border: 0;
	position: relative;
	overflow:  hidden;
}

.product-category { 
	width: 150px;
	height: 100%;
	float: left;
	margin: 3px;
	padding: 0;
	border: 0;
	position: relative;
}

.product-front-empty {
	 width: 150px; 
	 background: transparent url(../images/corner.gif) no-repeat;
	 margin: 3px; 
	 float: left;
}

.page-numbers {
	font-size: 10px;
	text-align: center;
}