/* CSS Document */
@import url("basic.css");

/*
----------------------------------------------------------------------------------

http://www.m-sdr.com/
Cascading Style Sheet --- top.css

----------------------------------------------------------------------------------
*/
#mainCont .pickup{
background:url(../images/index/pickup_bg.jpg) repeat-y;
width:690px;
overflow:hidden;
margin:0 0 20px 0;
}
#mainCont .pickup .title{
background:url(../images/index/pickup_title.jpg) no-repeat;
width:690px;
height:90px;
margin:0 0 20px 0;
text-indent:-20000px;
}
#mainCont .pickup .end{
background:url(../images/index/pickup_end.jpg) no-repeat;
width:690px;
height:10px;
overflow:hidden;
text-indent:-20000px;
}
#mainCont .pickup .image{
background:url(../images/index/photo_bg.jpg) no-repeat;
width:323px;
height:196px;
padding:14px 0 0 12px;
float:left;
display:block;
margin:0 10px 0 0px;
}
#mainCont .pickup .info{
float:left;
display:block;
width:320px;
}
#mainCont .pickup .info h3{
color:#ffde00;
font-size:12px;
font-weight:normal;
}
#mainCont .pickup .info .time,
#mainCont .pickup .info .price{
font-size:11px;
}
#mainCont .pickup .info .comment{
color:#ffffff;
}
#mainCont .pickup .pu1,
#mainCont .pickup .pu2{
width:670px;
padding:0 0 20px 0;
margin:0 0 20px 10px;
}
#mainCont .pickup .pu1{
border-bottom:1px dashed #3a3731;
}

#mainCont .whatsnew{margin:0 0 20px 0;}
#mainCont .whatsnew .title{
background:url(../images/index/news_title.jpg) no-repeat;
width:690px;
height:47px;
text-indent:-20000px;
position:relative;
}
#mainCont .whatsnew .cont{
height:105px;
width:690px;
overflow:auto;
margin:10px 0 0 0;
}
#mainCont .whatsnew .cont a{
background:url(../images/index/news_a.jpg) repeat;
width:660px;
display:block;
padding:3px;
margin:0px 0 10px 0;
color:#660000;
text-indent:3px;
}
#mainCont .whatsnew .cont a:hover{
background:url(../images/index/news_ah.jpg) repeat;
color:#ffde00;
}
#mainCont .column .cont{
background:url(../images/index/column_cont.jpg) repeat-y;
width:670px;
padding:0px 10px 10px 10px;
}
#mainCont .column .cont p{
display:inline;
padding:0 0 3px 0;
border-bottom:1px dashed #cfc1a2;
line-height:25px;
}
#mainCont .column .end{
background:url(../images/index/column_end.jpg) no-repeat;
height:50px;
font-size:10px;
color:#9c906f;
display:block;
width:670px;
text-align:right;
padding:0 10px 0 10px;
}