/* Category childs are at bottom of this file */
/* Here are products list */
#items_list {
	
}
#items_list .item {
	float: left;
	width: 161px;
	height: 141px;
}
#items_list .item_padding {
	padding: 0 24px 20px 0;
}
#items_list .item_padding_last_col {
	padding: 0 0 20px 0;
}
	#items_list .itemPhotoMain {
		width: 161px;
		height: 141px;
	}
	#items_list .itemPhotoMain2 {
		background: url('/images/products-list-background.gif') no-repeat top left;
		width: 149px;
		height: 136px;
		padding: 5px 6px 0 6px;
	}
	#items_list .itemPhotoMain table, #item_data .itemPhotoMain td {
		border-collapse: collapse;
		width: 149px;
		height: 92px;
	}
	#items_list .itemPhotoMain table td {
		vertical-align: middle;
		text-align: center;
		width: 149px;
		height: 92px;
	}
#items_list .itemTitle, #items_list .itemTitle a, #items_list .itemTitle h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
}
#items_list .itemTitle {
	padding: 5px 4px 0 4px;
}
	#items_list .itemTitle a {
		text-decoration: none;
	}
	#items_list .itemTitle a:hover {
		text-decoration: underline;
	}


#item_data .itemTitle, #item_data .itemTitle h1 {
	color: #567cf5;
	font-weight: bold;
	font-size: 11px;
}
#item_data .col_1 {
	float: left;
	width: 292px;
}
	#item_data .itemPhotoMain {
		width: 285px;
		height: 246px;
	}
	#item_data .itemPhotoMain2 {
		background: url('/images/product-photo-background.gif') no-repeat top left;
		width: 285px;
		height: 236px;
		padding: 6px 6px 0 6px;
	}
	#item_data .itemPhotoMain table, #item_data .itemPhotoMain td {
		border-collapse: collapse;
		width: 273px;
		height: 207px;
	}
	#item_data .itemPhotoMain table td {
		vertical-align: middle;
		text-align: center;
		width: 273px;
		height: 205px;
	}
#item_data .itemDate {
	color: #3d3d3d;
}
#item_data .itemDescription {
	/*color: #525252;*/
	padding: 10px 0 0 0;
}
	#item_data .itemDescription a {
		text-decoration: none;
	}
	#item_data .itemDescription a:hover {
		text-decoration: underline;
	}

#item_data .itemLinkAll a {
	color: #567cf5;
}

#itemGallery {
	
}
#itemGallery .itemGalleryBox {
	background: url('/images/product-gallery-box-background.gif') no-repeat top left;
	width: 103px;
	height: 79px;
	padding: 0 4px 6px 0;
	float: left;
}
#itemGallery .itemGalleryBox2 {
	background: url('/images/product-gallery-box-background.gif') no-repeat top left;
	width: 103px;
	height: 79px;
	padding: 3px 1px 0 1px;
}
	#itemGallery .itemGalleryBox2 table, #item_data .itemPhotoMain td {
		border-collapse: collapse;
		width: 101px;
		height: 65px;
	}
	#itemGallery .itemGalleryBox table td {
		vertical-align: middle;
		text-align: center;
	}

/* Category childs */
#childs_list {
	
}
#childs_list .item {
	float: left;
	width: 161px;
	height: 211px;
}
#childs_list .item_padding {
	padding: 0 24px 18px 0;
}
#childs_list .item_padding_last_col {
	padding: 0 0 18px 0;
}
	#childs_list .itemPhotoMain {
		width: 161px;
		height: 211px;
	}
	#childs_list .itemPhotoMain2 {
		background: url('/images/cat-child-background.gif') no-repeat top left;
		width: 149px;
		height: 205px;
		padding: 6px 6px 0 6px;
	}
	#childs_list .itemPhotoMain table, #item_data .itemPhotoMain td {
		border-collapse: collapse;
		width: 149px;
		height: 146px;
	}
	#childs_list .itemPhotoMain table td {
		vertical-align: middle;
		text-align: center;
		width: 149px;
		height: 92px;
	}
#childs_list .itemTitle, #childs_list .itemTitle a, #childs_list .itemTitle h2 {
	color: #567cf5;
	font-size: 11px;
	font-weight: bold;
}
#childs_list .itemTitle {
	padding: 0 4px 0 4px;
}
	#childs_list .itemTitle a {
		text-decoration: none;
	}
	#childs_list .itemTitle a:hover {
		text-decoration: underline;
	}
#childs_list .itemDescription {
	padding: 0 4px 0 4px;
	line-height: 125%;
}
	#childs_list .itemDescription a {
		text-decoration: none;
	}
	#childs_list .itemDescription a:hover {
		text-decoration: underline;
	}


/* small font size and line spacing */
/*
#childs_list .itemTitle, #childs_list .itemTitle a, #childs_list .itemTitle h2 {
	color: #567cf5;
	font-size: 10px;
	font-weight: bold;
}
#childs_list .itemTitle {
	padding: 0 4px 0 4px;
}
#childs_list .itemDescription {
	padding: 0 4px 0 4px;
	font-size: 10px;
	line-height: 120%;
}
*/
