﻿@charset "utf-8";
/* CSS Document */

.rvi_title {
display: inline-block;
border-bottom: 1px solid #ccc;
padding-top: 6px;
padding-bottom: 3px;
margin: 5px;
width: 100%;
text-align:left;
font-size:20px;


}


.rvi_product-slide{
	width:1200px;
	height:280px;
	background-color:#efefef;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.rvi_products-cell{
	position:relative;
	/*width:213px;*/
	height:190px;
	text-align:center;
	float:left;
	margin-left:3px;
	margin-top:5px;
    margin-right:4px;
}

.rvi_products-img{
	width:160px;
	height:160px;
	margin-top:5px;
	background-color:#fff;
	border:0;
	display:inline-block;

}

.prev-btn{
	width:35px;
	height:35px;
	float:left;
	margin-left:5px;
	margin-top:115px;
}

.next-btn{
	width:35px;
	height:35px;
	float:right;
	margin-right:5px;
	margin-top:115px;
}

.img_container{
	position:relative;
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:#fff
	}
	
.img{
	width:160px;
	height:160px;
	float:left;
	margin-left:5px;
	margin-top:8px;
	margin-bottom:8px;
	}

.fyellow{color:#fff200;}
.fRegular{font-family:"OpenSans-Regular_0";}

.carousel-list{
	/*width:1100px;*/
	height:200px;
	/*background-color:#efefef;*/
	border:0px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.carousel-list-rmp{
	/*width:1100px;*/
	height:200px;
	/*background-color:#efefef;*/
	border:0px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}


.product-desc {
font-size:12px;
font-family: arial;
text-decoration: none;
overflow: hidden;
padding-left: 5px;

}

.rvi_product-title {
overflow: hidden;
    margin-top: 36px;
    margin-bottom: -10px;
    background-color: rgba(255,255,255,0.8);
    display: none;
    height: 50px;
    line-height: 16px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}

.rvi_product-title a:hover {
color: #FF0000;
font-size: 12px;
font-family: arial;
text-decoration: none;
}
.rvi_product-title a, .rvi_product-title a:visited {
color: #100193;
font-size: 12px;
font-family: arial;
text-decoration: none;
}
.rvi_price {
    color:#FF0000;
    font-weight:bolder;
    font-size:15px;
}
.rvi_product-name {

    color:black;
    font-size:12px;
   
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

