﻿#MainShop
{
	width:650px;
	margin-top:20px;
	float:left;
	font-family:Verdana;
	font-size:0.75em;
	color:#666;
}

.ShopBox
{
	float:left; 
	width:185px; 
	height:271px; 
	background-color:#FFF;
	margin:0 15px 15px 0;
}

.ShopBox, .ShopBox a
{
	color:#9e8a80;
}

#OrderLineNum
{
	height:556px; 
	width:35px;
	/*background-image:url('/images/shop/orderline.gif');*/
	float:left;
	margin:5px;
}

#ShopList
{
	text-align:center;
}

#ShopList ul
{
	padding:0;
	margin:0 0 0 0;
	list-style-type:none;
	font-family:Arial;
	font-size:1.1em;
	padding-left:40px;
	padding-right:40px;
}

#ShopList li
{
	padding-top:10px;
	text-align:center;
}

#ShopList a
{
	text-decoration:none;
	font-weight:bold;
}

#ShopList a:hover
{
	color:#000;
}

