﻿
.PostOuter {
     color: #333;
    display: table;
    font-size: 13px;
    padding: 10px 20px 0;
}

.PostOuter_content:last-child {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
}
.PostOuter .line {
    border-bottom: 1px dashed #ddd;
    float: left;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}
.PostOuter .row.list-group{margin-bottom:0px;}
.PostOuter_Posttitle:first-child {
    margin-top: 0;
}
.PostOuter_Posttitle {
    color: #555;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 13px 0 2px;
    width: 100%;
}
.PostOuter_content a {
    color: #0e555b;
}
.PostOuter_content a:hover,.PostOuter_content a:visited {
    text-decoration: underline;
}
.PostOuter_content {
    float: left;
    line-height: 18px;
    text-align: justify;
    width: 100%;
}

.PostOuter_mainImage
{
    float:left;
    width:100%;
    margin-bottom:5px;
    margin-top:10px;
}

.PostOuter_mainImage img
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}


.PostOuter_productsOuter {
    float: left;
    width: 100%;
    margin-top:15px;
}

.PostOuter_prdDet_outer {
    float: left;
    height: 220px;
    margin: 0 10px 10px 0;
    width: 200px;
}

.PostOuter_prdDet_outer_image
{
    float: left;
    margin: 0 10px 10px 0;
}

.PostOuter_prdDet_outer_image img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc !important;
    padding:5px;
}

.PostOuter_prdDet_outer_name
{
    float:left;
    width:100%;
    text-align:center;
}
.PostOuter_prdDet_outer_size
{
    float:left;
    width:100%;
    text-align:center;
}
.PostOuter_prdDet_outer_price
{
    float:left;
    width:100%;
    text-align:center;
}

.PostOuter_link > a {
    background-color: #000000;
    color: #fff;
    float: left;
    padding: 5px 10px;
    font-weight:bold;
    border-radius:3px;
}
.PostOuter_link a:hover{text-decoration:none;}
.PostOuter_link {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.thumbnail_postProdUct_catprdPage {
    height: 285px;
    width:230px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    transition: all 0.2s ease-in-out 0s;
    margin:10px auto;
}
.thumbnail_postProdUct_catprdPage .image_outer
{
    display:table;
    width:100%;
    background-color: #fff;
}
.thumbnail_postProdUct_catprdPage .image_outer .image_inner
{
    display: table-cell;
    height: 230px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}
.thumbnail_postProdUct_catprdPage .caption h4 {
   font-size:12.5px;
     color:#555;
    padding: 5px;
    text-align: justify;
    font-weight:normal;
}
.thumbnail_postProdUct_catprdPage .caption h4 > span {
    color: #888;
    font-size: 12px;
}
.thumbnail_postProdUct_catprdPage .caption {
    background-color: #eee;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 230px;
     opacity: 0.9;
     
}


.thumbnail_postProdUct_catprdPage .caption .group.inner.list-group-item-text.price {
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color:#222;
    border-top:1px solid #F2F2F2;
}
.PostProduct_outer{float:left;width:100%;margin:10px 0;}

.PostProduct_outer_item{float:left;width:25%;}



@media screen and (max-width:1024px)
{
    .PostProduct_outer_item{width:33.333%;}
}

@media screen and (max-width:1000px)
{
   

}
@media screen and (max-width:800px) 
{
    
}
@media screen and (max-width:650px) and (min-width:600px)
{
    .PostProduct_outer_item{width:50%;}
    

}
@media screen and (max-width:650px)
{
   
}
@media screen and (max-width:600px)
{
   
}
@media screen and (max-width:480px)
{
    
 .PostProduct_outer_item{width:100%;}
}

@media screen and (max-width:360px) 
{
 
}
@media screen and (max-width:320px) 
{
 
 
}


