@charset "UTF-8";
@import url("../../common/css/common.css");
@import url("../../common/css/layout.css");


#contents {
}

#contents ul.pickups li {
	width: 115px;
	border: solid 4px #F0F0F0;
	padding: 6px;
	margin: 0 10px 20px;
	float: left;
	cursor: pointer;
}
.ie6 #contents ul.pickups li {
	width: 135px;
}
#contents ul.pickups li p.photo {
	margin: 0 0 35px;
}

#contents ul.pickups .new {
	background: url(../images/pickups_s_new.gif) no-repeat 6px 125px;
}



.products {
	margin: 0 0 30px;
}

.products h2 {
	width: 658px;
	height: 30px;
	background: url(../../images/bg_02.gif) repeat-x;
	padding: 8px 10px 0;
	position: relative;
}

.ie6 .products h2 {
	width: 678px;
}

.list {
	font-size: 11px;
	position: absolute;
	right: 10px;
}

.products {
	position: relative;
}

.products h2 .list {
	top: 10px;
}

.products h2 .list a {
	color: #FFF;
	background: url(../../images/products_s_01.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
}

.list a:link { text-decoration: none; }
.list a:hover { text-decoration: underline; }


.products .boxInner {
	width: 625px;
	padding: 20px 15px 10px 30px;
}

.ie6 .products .boxInner {
	width: 670px;
	padding: 0 0 0 15px;
}

.products .boxInner ul {
	overflow: hidden;
	position: relative;
}

.products ul li {
	width: 115px;
	margin: 0 10px 0 0;
	float: left;
}
.products ul li p.photo {
	margin: 0 0 35px;
}

.products ul .new {
	background: url(../../pickup/images/pickups_s_new.gif) no-repeat 0 125px;
}

.products .boxInner .btns {
	width: 678px;
	position: absolute;
	top: 50%;
	left: 0;
}

.products .boxInner .btns  #carousel_prev {
	position: absolute;
	top: -50%;
	left: 0;
}

.products .boxInner .btns  #carousel_next {
	position: absolute;
	top: -50%;
	right: 0;
}
