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

a{
text-decoration:none;
}

.clearfix {
display:block;
}

img {
border:none;
}

ul{
list-style-image:none;
list-style-type:none;
}

ul.list {
margin:10px auto;
float:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width:100%;
}

ul.list li.li_item{


float:left;
height:230px;
margin:0 20px 20px 0;
max-height:230px;
max-width:260px;
_width:auto !important;
_width:260px;
_height:auto !important;
_height:230px;
_overflow:hidden; 
padding:1px;
width:260px;
}

ul.list li.li_item .item_title {
padding:2px 5px 0px 5px;
}

ul.list li.li_item .item_title a{
font-weight:bold;
color:#414141;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
}

ul.list li.li_item .item_img{
background:#fff;
margin:1px;
}

ul.list li.li_item .item_img img {
margin:5px;
}

ul.list li.li_item ul.ul_dspt{
margin:5px 10px 0 10px;
}

ul.list li.li_item ul.ul_dspt li.was {
float:left;
margin-right:10px;
}

.was {
text-decoration:line-through;
}

.now {
color:#FF0000;
}

.rrp{
color:#f28327;
font-weight:bold;
}

ul.list li.li_item ul.ul_dspt li.now {
float:left;

margin-right:10px;

}

ul.list li.li_item ul.ul_dspt li.view {
float:right;
}

li.was, li.now,li.view{
line-height:25px;
}

ul.list li.li_item ul.ul_dspt li.view a {
padding:0px 10px;
background:#f08425;
color:#fff;
text-transform:uppercase;
font-size:10px;
}

ul.list li.li_item ul.ul_dspt li.view a:hover {
background:#ffb97d;
text-decoration:none;
}