@charset "utf-8";
/* CSS Document */


#right .contents{
margin:0 0 10px 0;
}

#right #title{
background-image:url(../_share/mainFrameBG.jpg);
height:53px;
width:790px;
}

.contents #title img{
float:left;
}

.contents #title #text{
float:right;
width:400px;
padding:8px 85px 0 0;
line-height:120%;
}



#items #categoryTitle{
margin:0 0 10px 10px;
padding:22px 0 0 15px;
width:750px;
height:58px;
background-color:#FE9900;
}

#items #item{
float:left;
width:240px;
padding:10px;
}


#items #item #image{
float:left;
padding:5px;
margin-right:8px;
background-image:url(../_share/thumbFrame.jpg);
}

#items #item #image img{
width:100px;
height:100px;
border:none;
}

#items #item #text{
font-size:10px;
line-height:120%;
padding-bottom:3px;
}

#items #item #category{
font-size:10px;
color:#999999;
}
#items #item #name{
font-weight:bold;
padding-bottom:3px;
}
#items #item #price{
text-align:right;
color:#FF0000;
font-weight:bold;
font-size:16px;
}

#shoppingGuide{
padding:10px 0 0 0;
}













