@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

h4 {
	background: transparent url(../img/00_bor_arealong.jpg) no-repeat 0px 0px;
}

div#content div.store {
	margin: 0px 15px 15px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	background-image: url(../img/rec_topbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div#content div.store img {
	float: left;
	width: 150px;
	height: 109px;
	margin-bottom: 8px;
}

div#content div.store div {
	float: right;
	width: 385px;
	padding-bottom: 8px;
}

div#content div.store div h5 {
	margin: 0px;
	padding: 3px 2px 3px 30px;
	font-size: 120%;
	color: #cc0000;
	font-weight: normal;
	background-image: url(../img/arrow_red.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

div#content div.store div p {
	margin: 0px;
	padding: 2px 0px 0px 5px;
}

div#content div.store div p.link {
	text-align: right;
	font-size: 80%;
}

div#content div.store div p.link span {
	padding-left: 15px;
	background-image: url(../img/cat_link_google.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#content div.store div p.link span a {
	color: #CC3300;
}
div#content div.store div p.link span a:link {
	color: #CC3300;
}
div#content div.store div p.link span a:visit {
	color: #CC3300;
}
div#content div.store div p.link span a:active {
	color: #CC3300;
}
div#content div.store div p.link span a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #CC3300;
}

div#content div.store table {
	clear: both;
	width: 550px;
	border: none;
}

div#content div.store table tr {
	background-color: #e6e6e6;
}

div#content div.store table tr.pale {
	background-color: #f3f3f3;
}

div#content div.store table tr th,
div#content div.store table tr td,
div#content div.store table tr.pale th,
div#content div.store table tr.pale td {
	padding:  4px 4px 4px 10px;
	border: 1px solid #fff;
}

div#content div.store table tr th,
div#content div.store table tr.pale th {
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
}

div#content div.store table tr td,
div#content div.store table tr.pale td {
	width: 75%;
}
