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

#devidea_gallery{
	float: left;
	width: 100%;	
}

#devidea_gallery_subcategory{
	float: left;
	width: 100%;	
}

.devidea_gallery_subcategory_item{
	float: left;
	width: 270px;	
}

.devidea_gallery_subcategory_item_image{
	float: left;
	width: 270px;	
}

.devidea_gallery_subcategory_item_title{
	float: left;
	width: 270px;
	padding-top: 5px;
}

.devidea_gallery_subcategory_item_title a{
	color: #858585;
	text-transform: uppercase;
	font-weight: bold;
}

.devidea_gallery_subcategory_item_info{
	float: left;
	width: 270px;
	padding-top: 3px;
}

.devidea_gallery_subcategory_item_info a{
	color: #afafaf;
}

.book_image_container{
	float: left;
	width: 100%;	
}

.book_image_item{
	float: left;
	width: 190px;
	padding-bottom: 20px;
}

.book_image_item_img{
	float: left;	
	width: 190px;
}

.book_image_item_title{
	float: left;
	width: 190px;
	padding-top: 6px;	
}

#devidea_list{
	float: left;
	width: 100%;	
}

.devidea_list_item{
	float: left;
	width: 100%;	
	padding-bottom: 20px;
}

.devidea_list_item_img{
	float: left;
	width: 450px;	
}

.devidea_list_item_title{
	float: left;
	width: 310px;	
	font-size: 16px;
	font-weight: bold;
}


