.catalog{
	width: 100%;
	
}

#CTable{
	
}
#CTable a{
	color: #000;
	text-decoration: none;
}
#CTable img{
	border: 0 none #FFF;
}

.prod {
	width: 180px;
	height: 240px;
	margin: 4px;
	float: left;
	position: relative;
}

.prod .model {
	padding-top: 140px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.prod .dim {
	font-family: Verdana, Arial;
	color: #000; 
}

.prod .photo {
	width: 135px;
	height: 135px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

.prod .photo a {
	display: block;
	width: 135px;
	height: 135px;
}

.prod .colorsquare {
	padding-top: 3px;
}

.prod .colorsquare .full, .prod .colorsquare .half, .prod .colorsquare .triple {
	display: block;
	float: left;
	height: 12px;
	overflow: hidden;
} 

.prod .colorsquare .full {
	width: 12px;
}

.prod .colorsquare .half {
	width: 6px;
}

.prod .colorsquare .triple {
	width: 4px;
}
.prod .colorsquare .tLeft {
	background: url("../gfx/layout/circle.png") 0 0 no-repeat transparent;
}
.prod .colorsquare .tCenter {
	background: url("../gfx/layout/circle.png") -4px 0 no-repeat transparent;
}
.prod .colorsquare .tRight {
	background: url("../gfx/layout/circle.png") -8px 0 no-repeat transparent;
}

.prod .add2basket{
	width: 24px;
	height: 19px;
	position: absolute;
	left: 35px;
	top: 0px;
}

.catprodcolortable {
	display: none;
}
.newprod {
	background-image: url("../gfx/layout/new.gif"); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	
}
#arrowup {
	display: block;
	position: absolute;
	left: 375px;
	width: 11px;
	height: 8px;
	top: 70px;
}

#arrowdown {
	display: block;
	position: absolute;
	left: 375px;
	width: 11px;
	height: 8px;
	top: 607px;
}

.pages {
	text-align: right;
	float: right;
	width: 200px;
	padding-top: 6px;
}
#middle {
	height: 583px;
}
