@charset "UTF-8";
/* CSS Document */

#category 
{
	display: block;
	width: 100%;
}

#category-title 
{
	width: 100%;
	display: block;
}

#category-title h1 {
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	color: #000000;
}

#category-filter
{
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	wdith: 300px;
}
#category-introduction
{
	float: left;
	width: 100%;
	font-size: 0.8em;
}
#category-introduction p
{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 22px;	
}
.category-item 
{
	height: 185px;
	width: 285px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #EBEBEB;
}
.category-end
{
	height: 185px;
	width: 285px;
	display: block;
	margin-bottom: 10px;
	float: left;
	background-color: #EBEBEB;
}

.category-item h2, .category-end h2 {
	color: #E07AB7;
	font-weight: normal;
	width: 270px;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 1.2em;
}
.category-image
{
	float: left;
	margin-left: 5px;
	display: inline;
	margin-top: 5px;
}

.category-description
{
	float: right;
	width: 118px;
	margin-right: 5px;
	height: 130px;
	display: inline;
	font-size: 0.8em;
	margin-top: 5px;
	
}

.category-link
{
	float: right;
	width: 118px;
	margin-right: 5px;
	height: 15px;
	display: inline;
	font-size: 0.8em;
	margin-top: 5px;
	text-align: right;
	
}

.product-item 
{
	width: 580px;
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	position: relative;
	background-color: #EBEBEB;
}

.product-end
{
	width: 578px;
	display: block;
	margin-bottom: 20px;
	float: left;
	position: relative;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
}

.product-image-wrapper
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
	width: 150px;
}

.product-image
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.product-item h2, .product-end h2
{
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	height: 20px;
	width: 410px;
	float: right;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
}

.product-description {
	float: left;
	height: 54px;
	width: 410px;
	float: right;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 0.8em;
	line-height: 17px;
}

.category-offer {
	float: left;
	height: 34px;
	width: 415px;
	float: right;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 0.8em;
	overflow: hidden;
}

.category-price
{
	display: block;
	width: 300px;
	position: absolute;
	bottom: 5px;
	left: 162px;
	height: 22px;
	float: left;
}
.category-price-now
{
	color: #990000;
	font-size: 1.2em;
	display: block;
	width: 200px;
	float: left;
	font-weight: bold;
}
.category-price-was
{
	text-decoration: line-through;
	font-size: 12px;
	display: block;
	
	float: left;
	color: #999;
	margin-top: 6px;
	margin-right: 10px;
}
.product-button
{
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	position: absolute;
	bottom: 2px;
	right: 0px;
}


#category-filter
{
	float: left;
	height: 27px;
	width: 300px;
}
.filter-menu
{
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	height: 22px;
}

#category-menu
{
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	height: 22px;
}

#category-filter-button
{
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	height: 80%;
	width: 31px;
}

.sort-by
{
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 8px;
	margin-top: 7px;
}

.prod-code
{
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	color: #999;
	height: 15px;
	width: 100px;
	text-align: left;
	display: inline;
}
.brand-logo
{
	float: left;
	display: inline;
	margin-top: 10px;
	clear: left;
	margin-left: 5px;
	height: 30px;
	width: 100px;
	text-align: left;
}
.category-child-description a
{
	color: #FFF;
	font-weight: bold;
}
