/* Default Killer */
html, body { 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
} 

/* Elements */
body 
{
    background-color: #68D01A;
}

a img { border: none; }

/* Form */
input, select, textarea, button { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #222222; }
.TextBox { padding-left: 4px; padding-right: 4px; height: 22px; }
.Button  { padding-left: 4px; padding-right: 4px; height: 22px; color: #000000; }
.LeftCell { color: #888888; background-color: #F0F0F0; white-space: nowrap; height: 24px; }
.RightCell { color: #888888; background-color: #F5F5F5; white-space: nowrap; }
.ErrorText { color: #ff0000; }
.NewsTextBox { padding-left: 4px; padding-right: 4px; width: 170px; color: #333333; border: solid 1px #c5c5c5; height: 20px; filter: alpha(opacity=60); opacity: 0.6; }
.NewsSendButton { border:0px; }

/* Other */
.MainContainer { width: 990px; margin: 0 auto; }
.HeadArea { height: 192px; background-image: url(../../../app_template/siteshop/image/shophead.png); } 
.MainArea { margin: 0px; padding: 0px; }
.FootArea { margin: 0px; padding: 0px; color: #888888; text-align: center; margin-top: 10px; }

div.ShopList {
			float: left;
			width: 240px;
			height: 200px;
			margin: 3px;
			background-color: #ffffff;
			text-align: center;
			border: 1px solid #e5e5e5;
			cursor: pointer;
}
div.ShopList img {
			margin: 3px auto;
			border: 0px;
}