﻿.foo{}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIST CATEGORY - GROUP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.listcate-group
{
	float: left;
	width: 100%;
	height: 100%;
	min-width: 550px;
}

listcate-group :hover
{
	background-color: Yellow;
}

.listcate-border-top
{
	float: left;
	border: dotted 1px #999;
	padding: 1%;
	padding-right: 0;
	height: 100%;
}

.listcate-border
{
	float: left;
	border: dotted 1px #999;
	padding: 1%;
	border-top: none;
	padding-right: 0;
	height: 100%;
}

.listcate-col0
{
	float: left;
	border-right: dotted 1px #999;
	margin-top: -1%;
	margin-bottom: -1%;
	width: 10px;
	color: #000;
	font-weight: bold;
}

.listcate-col1
{
	float: left;
	text-align: center;
	margin-left: 3px;
}

.listcate-col2
{
	text-align: left;
	color: #000;
	/*margin: 0 130px 0 125px;*/
}

.listcate-col3
{
	float: right;
	width: 105px;
	overflow: hidden;
	/*height: 150px;*/
	border-left: dotted 1px #999;
	margin-top: -1%;
	margin-bottom: -1%;
}

.listcate1-procode
{
	width: 100%;
	padding-bottom: 8px;
	float: left;
	font-weight: bold;
	color: #000;
}

.listcate1-image
{
	width: 100%;
	height: 100%;
	float: left;
}

.listcate2-title
{
	width: 100%;
	padding-bottom: 8px;
	float: left;
}

.listcate2-title a
{
	font-weight: bold;
	font-size: 12px;
	color: #073185;
}

.listcate2-content
{
	float: left;
	text-align: justify;
	padding-right: 5px;
	overflow: hidden;
	width: 100%;
}

.listcate2-separator
{
	float: left;
	width: 75%;
	margin-top: 10px;
	border-top: dotted 1px #999;
	height: 5px;
	font-size: 0;
}

.listcate2-warranty
{
	float: left;
	width: 100%;
}

.listcate3-content
{
	padding-top: 15px;
	color: #000;
	float: left;
}

.listcate3-buy
{
	/*margin-top: 10px;*/
	margin-left: 6px;
	margin-bottom: 4px;
	background: url('images/cart.png') top left no-repeat;
	width: 93px;
	height: 24px;
	float: left;
}

.listcate3-question
{
}

.tr_list_over
{
	background: #ffddff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIST CATEGORY - ITEMS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/