/*CONTENT*/
.breadcrumb
{
	color: #999;
	padding: 5px 5px 10px;
	font-size: 0.9em;
}
.block
{
	background: url(../image/layout/block.gif) no-repeat center top;
	padding-bottom: 10px;
}
#column-left .block, #column-right .block
{
	background-image: url(../image/layout/block-side.gif);
}
.heading
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	overflow-y: hidden;
}
#column-main .heading
{
	font-size: 14px;
	font-weight: bold;
}
#column-main .heading-inaction
{
	background-image: url(../image/inaction.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.heading2
{
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 5px;
}
.binner
{
	padding: 10px;
}
.search
{
	text-align: center;
}
/*list content*/
.images
{
	float: left;
	width: 170px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	font-weight: bolder;
	height: 210px;
	border: 1px solid #F0F0F0;
	margin: 0 5px 5px 0;
}
.images A
{
	font-size: 10px;
}
.images IMG, .categories IMG, .products IMG
{
	border: 0px;
	margin-bottom: 5px;
}
.product, .category
{
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 4px 0;
}
.product A, .category A
{
	text-decoration: none;
}
.item-inner, .item-inner-hover
{
	width: 170px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	border: 1px dotted #DDD;
	background-color: #FFF;
}
.item-inner-hover
{
	border: 1px solid #DDD;
	background-color: #F0F0F0;
}
.category .item-inner, .category .item-inner-hover
{
	border: none;
}
.category .item-inner-hover
{
	border: none;
	background-color: transparent;
}
.inaction .item-inner, .inaction .item-inner-hover
{
	background-image: url(../image/inaction.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.item-title
{
	text-align: center;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: bolder;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 3.6em;
	overflow-y: hidden;
	padding: 0 5px;
	margin: 0 0 0.2em;
}
.inaction .item-title
{
	padding-right: 38px;
	text-align: left;
}
.category .item-title
{
	font-size: 1.1em;
	line-height: 1.2em;
	height: 2.4em;
	overflow-y: hidden;
	padding: 0 5px;
	margin: 0;
}
.item-inner-hover .item-title A
{
	color: #C00;
}
.category .item-inner-hover .item-title A
{
	text-decoration: underline;
}
.product .item-image IMG
{
	text-align: center;
	border: 0px dotted #DDD;
}
.item-price
{
	height: 1.2em;
	overflow-y: hidden;
	padding: 0 5px;
	font-size: 0.95em;
}
.item-price SPAN.price-new
{
	display: block;
	float: right;
	font-weight: bold;
	line-height: 1.2em;
	height: 1.2em;
	overflow-y: hidden;
	color: #900;
}
.item-price SPAN.price-old
{
	display: block;
	float: left;
	font-weight: normal;
	line-height: 1.2em;
	height: 1.2em;
	overflow-y: hidden;
	color: #600;
	text-decoration: line-through;
}
.item-price SPAN.more-info
{
	display: block;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	height: 1.2em;
	overflow-y: hidden;
	color: #069;
}
.results
{
	margin: 5px 4px;
	border: 1px solid #F0F0F0;
	padding: 4px 4px 0px;
	font-size: 11px;
	background-color: #F6F6F6;
}
.results .left
{
	float: left;
	padding: 2px 0 0;
}
.results .right
{
	float: none;
	text-align: right;
}
/*product detail*/
#product
{
}
#product .photo-main
{
	width: 260px;
	float: left;
	font-size: 0.9em;
	text-align: center;
}
#product .info-main
{
	width: 260px;
	float: right;
}
#product .photo
{
	width: 160px;
	float: left;
	font-size: 0.9em;
	text-align: center;
}
#product .photo a img
{
	margin: 5px;
}
#product .photo-full
{
	width: auto;
	float: none;
	text-align: left;
}
#product .photo a img
{
	margin-bottom: 10px;
}
#product .info
{
	width: 360px;
	float: right;
}
#product .info-full
{
	width: auto;
	float: none;
}
#product .info-table TD, #product .info-table TH
{
	font-size: 1em;
	font-weight: normal;
	padding: 0.2em 0;
}
#product .info-table TH
{
	font-size: 0.9em;
	padding-right: 1em;
}
#product SPAN.price-new
{
	font-weight: bold;
	font-size: 1.3em;
	color: #900;
}
#product SPAN.price-vat
{
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
	padding-left: 1em;
}
#product SPAN.price-old
{
	font-weight: normal;
	font-size: 1.2em;
	color: #600;
	text-decoration: line-through;
}
#product SPAN.price-diff
{
	font-weight: bold;
	font-size: 1.2em;
	color: #060;
}
#product .model
{
	font-weight: bold;
	font-size: 0.95em;
	color: #666;
}
#product A.download
{
	display: block;
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 0.95em;
	line-height: 2em;
	padding-left: 25px;
	background: url(../image/download.png) no-repeat left center;
}
#product SELECT.options
{
	font-weight: bold;
	font-size: 0.95em;
	color: #000;
}

