.shop_categories {
}

	.shop_categories .shop_category {
		padding: 0 0 15px 5px;
		margin: 0 0 5px 0;
		width: 80%;
		
		border-bottom: 1px solid #E1E0E0;
	}
	
		.shop_category h3 {
			font-size: 15px;
			font-style: italic;
			font-weight: normal;
			
			background: #E1E0E0;
		}
	
		.shop_category p {
			margin: 5px 0 0 10px;
			
			line-height: 13px;
		}
		
		.shop_category a {
			padding: 5px 8px;
			
			font-weight: normal;
			
			color: #ffffff;
		}
		
.shop_item {
	width: 155px;
	height: 250px;
	float: left;
	padding: 5px;
	margin: 10px 5px 5px 0;
	
	text-align: center;
	
	border: 1px solid #E1E0E0;
}

	.item_thumbnail img {
		height: 180px;
		width: 120px;
		
		border: 1px solid #E1E0E0;
	}
	
	.shop_item .item_buy, .shop_item .item_description, .shop_item .item_size {
		display: none;
	}
	
	.shop_item .item_name {
		width: 120px;
		margin: 0 auto;
		padding: 0;
		
		font-size: 12px;
		font-weight: bold;
			
		background: #EFEFEF;
		border: 1px solid #E1E0E0;
		border-width: 0 1px 1px 1px;
	}
		
		.shop_item .item_name a {
			display: block;
			padding: 3px 5px;
			
			color: #a5a5a5;
		}
	
	.shop_item .item_code {
		font-size: 10px;
		font-weight: normal;
	}
	
.shop_pagenation {
	margin: 10px 0 50px 0;
	
	text-align: center;
}

	.shop_pagenation div.arrow {
		width: 10%;
		float: left;
		
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 3px;
	}

	.shop_pagenation div.paging {
		width: 79%;
		float: left;
	}
	
.shopitem {
	margin: 0 0 25px 0;
}
	
.shop_item_thumbnail {
	width: 230px;
	float: left;
	margin: 0 10px 0 0;
	
	text-align: center;
}

	.shop_item_thumbnail img {
		max-width: 200px;
		border: 1px solid #E1E0E0;
	}

	.shopitem .item_name {
		padding: 2px 5px;
		margin: 0 0 10px 0;
		
		font-family: arial,verdana,sans-serif;
		font-size: 12px !important;
		text-align: left;
		
		color: #6D6D6D;
		background: #E1E0E0;
	}
	
.shop_item_desc {
	width: 375px;
	float: left;
	padding: 0 0 0 10px;
}

	.shop_item_desc .item_code {
		
	}

		.shop_item_desc .item_code strong {
			float: left;
			clear: left;
			width: 80px;
			margin: 0 0 0 10px;
			
			font-weight: normal;
			font-style: italic;
		}
	
	.shop_item_desc .dont_show {
		display: none;
	}
