/* --------------------------------------------------------------------------- */
.sizemini{width:35px;}
.sizesmall{width:80px;}
.sizemedium{width:140px;}
.sizelarge{width:280px;}
/* --------------------------------------------------------------------------- */
table{
	margin-top: 10px;
	border-collapse: collapse;
	font-size:100%;
}
table th{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
table td{
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
input,textarea,select{
	border: 1px solid #7f9db9;
}

table th.cen	{text-align: center;}
table td.cen	{text-align: center;}
table th.rig	{padding-left: 20px;	text-align: right;}
table td.rig	{padding-left: 20px;	text-align: right;}

/* -------------------------------- */
.shoplisttable table{
	width:100%;
	margin-top: 10px;
	border-collapse: collapse;
	font-size:100%;
	background:url(../images/common/pattern02.gif) repeat;
}
.shoplisttable table th{
	padding: 10px 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	
	color:#309;
	font-size:1.2em;
}
.shoplisttable table td{
	padding: 10px 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
	.shoplisttable table td.bgwhite{
		background-color:#FFFFFF;
	}

