.the_last_news{
    margin-top:10px ;
    margin-bottom: 10px;
}
.the_last_news .the_last_news_li{
    list-style-type: none;
    display: block;
}
.the_last_news .the_last_news_li {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    border-top:0 ;
    padding: 5px;
}
.the_last_news .the_last_news_li *{
text-decoration: none;
font-size: 14px;
}
    .the_last_news .the_last_news_li:first-child{
    border-top: 1px solid #ddd;
}
 .the_last_news .the_last_news_li:hover{
    background: #efffff;
 }
 .the_last_news .the_last_news_li .title{
    font-family: arial;
    font-weight: bold;
    color: #777;
    font-size: 1.4em;
 }

.ProductContainer a {
    text-decoration: none;
    color: #888;
}

.ProductsSteps {
    color: #888;
    margin-bottom: 10px;
}

 .ImageContainer {
    /*width: 29%;
    height: 333px;
    text-align: center;
    float: left;*/
}

.Image1 {
    width: 200px;
    height: 155px;
    margin: auto;
    text-align: center;
}

.Image1 img {
    min-width: 150px;
    max-width: 200px;
    max-height: 155px;
}

.Image2 {
    width: 78px;
    height: 64px;
    text-align: center;
    float: left;
    margin: 35px 4px auto 16px;
}

.Image2 img {
    min-width: 50px;
    max-width: 78px;
    max-height: 64px;
}

.Image3 {
    width: 104px;
    height: 86px;
    text-align: center;
    float: left;
    margin: 8px auto 6px 4px;
}

.Image3 img {
    min-width: 90px;
    max-width: 104px;
    max-height: 86px;
}

.Image4 {
    width: 69px;
    height: 57px;
    text-align: center;
    float: left;
    margin: 6px 0px 16px 15px;
}

.Image4 img {
    min-width: 50px;
    max-width: 69px;
    max-height: 57px;
}

.Image5 {
    width: 58px;
    height: 48px;
    text-align: center;
    float: left;
    margin: 19px 14px 12px 10px;
}

.Image5 img {
    min-width: 40px;
    max-width: 58px;
    max-height: 48px;
}

.Image6 {
    width: 45px;
    height: 37px;
    text-align: center;
    float: left;
    margin: 32px auto 11px 0px;
}

.Image6 img {
    min-width: 30px;
    max-width: 45px;
    max-height: 37px;
}

.ProductData {
    /*width: 70%;
    min-height: 333px;
    float: right;
    padding-right: 5px;*/
}

.prodcut_title {
    font-family: Times New Roman;
    color: #1d467e;
}

.product_used {
    font-family: Times New Roman;
    color: #007ca2;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

.product_order {
    margin-top: 20px;
    text-align: left;
}

.product_sub {
    background-color: #FEFEFE;
    color: #888888;
    font-family: tahoma;
    font-size: 13px;
    padding: 0;
    margin-right: 50px;
}

.SendOrderButton {
    padding: 3px;
    border: 1px solid gray;
    border-radius: 5px;
    margin: auto;
}

.HeadOfList {
    text-align: left;
    padding: 3px;
    background-color: #f2f2f2;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.ListViews {
    float: right;
    height: 32px;
}

.LiText {
    float: right;
    margin: 5px;
    width: 82%;
}

.ShoppingIcon {
    text-align: left;
    cursor: pointer;
    margin-left: 10px;
}

.ShoppingIcon img{
    margin-top: 100%;
}

.ListONeCover {
    float: right;
    width: 20%;
    min-height: 198px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 5px;
}

.ListONe {
    margin: 5px;
    text-align: center;
}

.ListONe img {
    max-width: 140px;
    max-height: 100px;
    margin: auto;
}

.ShoppingButton {
    margin: auto;
    background: #eee;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
}

.boxs_view,.list_view{
    background: #eee;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 3px;
    display: inline-block;
    opacity: 0.8;
    cursor: pointer;
}

.boxs_view:hover,.list_view:hover {
    opacity: 1;
}
.ItemChooser{
    width: 150px;
    margin: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
    float: left;
}

.ErrorRergister , .ErrorLogin {
    color: red;
}

#dialogBox input[type=text] {
    width : 240px;
}

.CheckOutTable td {
    vertical-align: top;
}
.CheckError {
    display: none;
}

.billTable {
    margin: auto;
    width: 100%;
}

.billTable td , .billTable th {
    padding: 3px;
}

.billTable th {
    background-color: rgb(233, 233, 233);
}

.billTable tr:last-child {
    background-color: rgb(233, 233, 233);
}
.ProductListTable_div{
    padding: 0 7px;
}
#ProductListTable td:first-child,#ProductListTable th:first-child{
    padding: 5px;
}
.AmountTxt{
    width: 50px;
}
.delivery_div {
    width: 85%;
    margin: auto;
    background-color: rgb(253, 255, 215);
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 5px;
    display: none;
}

.RecycleLoader {

}

.RecycleLoader img {
    margin-top: 6px;
}
.ProductContainer{
    padding: 10px;
}
