
.middle .content {
    padding: 0;
}
th.name {
    text-align: left;
}
th.sale {
    width: 5%;
}
th.compare {
    width: 5%;
}
th.stock {
    width: 10%;
}
th.price {
    width: 7%;
}
th.bask {
    width: 5%;
}
table.goods td {
    text-align: center;
}
div.list_info {
    margin: 40px 0;
}
table.goods tr.even {
    background-color: #EFEFEF;
}
table.goods tr.even td {
    border-bottom: 1px dashed;
    border-top: 1px dashed;
}
table.goods td.name {
    text-align: left;
    white-space: normal; 
}
tr.sale {
    color: #FF0000;
}

table.goods th {
    font-size: 10px;
}
tr.sale td:first-child {
    text-transform: uppercase;
}
table.goods td img {
    cursor: pointer;
}
table.cont td.left {    
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 50px;
}

table.cont td.right {
    background-color: #E7E7E7;    
    border-left: 1px solid #929292;
    color: #333333;
    padding-top: 50px;
    min-width: 280px;
    width: 280px;
}
.middle .cover_middle_right {
    background-image: url("../images/cover_middle_right.png");
    background-repeat: no-repeat;
    height: 545px;
    position: absolute;
    right: -5px;
    top: 150px;
    width: 31px;
    z-index: 1;
}
table.cont {
    height: 895px;
    width: 100%;
}
table.cont td {
    vertical-align: top;
}
td.right h4 {
    color: #666666;
    font-weight: normal;
    margin: 30px;
    text-align: center;
    font-size:15px;
}
td.right h4 span {
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
}
ul.features ul {
    list-style: none outside none;
    margin: 10px 10px 10px 0;
    padding: 0;
}
ul.features li {
    background-image: url("../images/cat_bg_1.png");
    background-position: left 30px;
    background-repeat: repeat-x;
    margin: 0;
    padding: 10px 0;
}
ul.features h5 {
    background-clip: content-box;
    background-image: url("../images/features_arr.png");
    background-position: 90% -11px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
ul.features h5.act {
    background-position: 90% 3px;
}
ul.features ul, ul.features div.scale {
    display: none;
    margin: 10px 0;
}
ul.features ul.act, ul.features div.scale.act {
    display: block;
}
ul.features ul li {
    background-image: none;
    padding: 5px 0;
}
ul.features ul.checkboxes li {
    padding: 5px 0;
}
ul.features {
    list-style: none outside none;
    margin: 10px 30px 10px 10px;
    padding: 0;
}
ul.features ul.checkboxes {
    float: left;
    width: 49%;
}
ul.buttons {
    list-style: none outside none;
    margin: 20px 50px 20px 30px;
    padding: 0;
}
.content ul.buttons li a {
    border-color: #666666;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 0.5px 0 #666666;
    color: #333333;
    display: block;
    font-size: 11px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
}
ul.buttons li:first-child a {
    border-top-width: 1px;
}
ul.buttons li a.act {
    background-color: #000;
    box-shadow: 0 0 2px 0px #000;
    color: #FFFFFF;
}
.bgbottom.right {
    background: url("../images/top_bg_grey.png") repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #929292;
    height: 18px;
    position: absolute;
    right: 0;
    top: 123px;
    width: 324px;
    z-index: 1;
}
.bgbottom_right {
  background-image: url("../images/top_bg_grey_right3.png")
}
table.goods td.name a:hover {
  text-decoration:underline;
} 
table.goods tr.sale td.name a {
    color: #FF0000;
}
table.goods td.name a {
    color: #000000;
    text-decoration: none;
	font-size: 12px;
}
a.button.compare {
    color: #999999;
    cursor: pointer;
    text-decoration: underline;
}
a.button.compare:hover {
    color: #000000;
}
span.count {
  color: #999999;
}
div.sort {
  padding: 0.8em;
}
div.sort span.name {
  margin-left: 20px;
  
}
div.sort span.act {
  background-color: #CCC;
}
div.sort span {
  cursor: pointer;
  margin: 10px;
  padding: 0.2em;
}
div.sort span img {
  display: none;
  margin: 0 5px 0 5px;  
}
div.sort span img.act {
  display: inline;
}
table.goods td.name img.photo {
  display: none; 
} 
table.goods td.name a h4 {
    display: inline;
}
.banners .banner {
    box-shadow: none;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    margin-top: 10px;
    height: auto;
}
