01..list2{
02.-webkit-border-radius : 10px;
03.}
04.
05..list2 .x-list-item{
06.background-color : #FFF;
07.border:1px solid silver;
08.-webkit-border-radius : 10px;
09.}
10.
11..list2 .x-list-item:first-of-type{
12.margin : 0 0 15px 0;
13.border-top:1px solid silver;
14.}
15..list2 .x-list-item:nth-of-type(2){
16.-webkit-border-bottom-left-radius:0px;
17.-webkit-border-bottom-right-radius:0px;
18.}
19..list2 .x-list-item:nth-of-type(3){
20.border-top:0px;
21.margin : 0 0 15px 0;
22.-webkit-border-top-left-radius:0px;
23.-webkit-border-top-right-radius:0px;
24.}
25..list2 .x-list-item:nth-of-type(4){
26.-webkit-border-bottom-left-radius:0px;
27.-webkit-border-bottom-right-radius:0px;
28.}
29..list2 .x-list-item:nth-of-type(5){
30.border-top:0px;
31.-webkit-border-radius:0px;
32.}
33..list2 .x-list-item:nth-of-type(6){
34.border-top:0px;
35.margin : 0 0 15px 0;
36.-webkit-border-top-left-radius:0px;
37.-webkit-border-top-right-radius:0px;
38.}
39..list2 .x-list-item:nth-of-type(7){
40.margin : 0 0 15px 0;
41.}
42.
43..list2 .x-item-selected:last-child{
44.-webkit-border-bottom-left-radius:10px;
45.-webkit-border-bottom-right-radius:10px;
46.}
47..list2 .x-item-selected:first-of-type{
48.-webkit-border-top-left-radius:10px;
49.-webkit-border-top-right-radius:10px;
50.}
51.
52..list2 img{
53.margin-right:10px;
54.}