@charset "utf-8";
/* CSS Document */

body {
	background-color: #CAB2D6;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#container
{
	width: 1026px;
	margin: 0 auto;
}

#bannerSun
{
	float: left;
	width: 195px;
	height: 310px;
}

#bannerWide
{
	float: right;
	background-color: #F7A1AC;
	width: 775px;
	height: 266px;
	padding: 22px 26px;
}

#menuMain
{
	position: relative;
	float: left;
	wide: 195px;
	height: 455px;
}

#product
{
	position: relative;
	float: right;
	width: 828px;
	height: 590px;
	overflow: auto;
}

.item
{
	width: 770px;
	padding: 0px 20px;
}
