body {
	background-color: #FFFFe0;
	background-image: url(images/back2.gif);
	margin: 0px;
	padding: 0px;
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF1A00;
	text-decoration: none;
	background-color: #ffff3e;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
#carrier-all {
	background-color: #ffffff;
	width: 640px;
	left: 50%;
	position: absolute;
	margin-left: -320px;
}
#carrier-all h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 4px;
	line-height: 1em;
	color: #008080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(images/shop-t_copy-back2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#stuff-renewal {
	margin-top: 0px;
	clear: both;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(images/back.gif);
}
#show-case {
	margin-bottom: 10px;
}
#show-case span {
	padding-left: 10px;
	font-size: .9em;
}
#show-case ul {
	padding: 20px;
	margin: 0px;
}
#show-case li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}
.carrier {
	width: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.category {
	margin-bottom: 100px;
	padding-bottom: 100px;
	clear: both;
	height: 200%;
}
.products {
   /* float: left; /*
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
/* clearfix
--------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
