/* CSS: shop */

.shop_container			{ width: 675px; min-height: 630px; background-color: #fdefd2; }
.shop_left				{ width: 20px; 	min-height: 630px; float: left; }
.shop_right				{ width: 655px; min-height: 630px; float: right; }

.shop_container			{ width: 675px; min-height: 630px; background-color: #fdefd2; display: table-row;}
.shop_left				{ width: 20px; 	min-height: 630px; float: left;}
.shop_right				{ width: 655px; min-height: 630px; float: right; display: table-row; }

.shop_block a 			{ color: #111111; text-decoration: none; font-family: Helvetica; font-size: 16px; margin: 0px; padding: 0px; }
.shop_block a:link 		{ color: #111111; text-decoration: none; }
.shop_block a:visited 	{ color: #111111; text-decoration: none; }
.shop_block a:active 		{ color: #111111; text-decoration: none; }
.shop_block a:hover 		{ color: #111111; text-decoration: underline; }

.shop_1					{ width: 655px; min-height: 15px; }
.shop_2					{ width: 635px; min-height: 20px; border-bottom: 1px solid #b5a78a; }
.shop_3					{ width: 655px; min-height: 5px;  }
.shop_4					{ width: 655px; min-height: 579px; }
.shop_bottom				{ width: 470px; min-height: 20px; }

.shop_2 p 				{ font-size: 18px; color: #7a761f; margin: 0px; padding: 0px; }
