@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.navbar{
		background-color:#fff;
	}
#content{
	padding: 0 15px;
	margin:0 auto;
	width:100%;
	background-color:#404751;/*404751*/
}
#content #left{
	padding: 0;
	margin:0;
}
#content #right{
	background-color:#f6f6f6;
}
#main_contant{margin-top:-20px;}
#footer{
	width:100%;
	text-align:center;
	line-height:30px;
}
/*  Product Categories  */
.nav-pills li.head {
	color: #fff;
	background-color: #2f3b4d;
	height:50px;
	line-height:50px;
	padding:0 15px;
	font-size:18px;
}
#topbar .nav>li>a:hover,#topbar .nav>li>a:focus{
	
	}
.nav-pills>li>a:hover, .nav-pills>li>a:focus{
	background-color:#333;
	border-left: 4px solid #F90;
	}
.nav-pills li{
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
}
.nav-pills>li>a {
border-radius: 0px;
color: #fff;

}
.nav-pills a {color: #fff;line-height: 25px;padding:5px}

.nav-stacked>li+li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606976;
}

.nav-pills li a.active{
	background-color:#f6f6f6;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F90;
	color:#000;
}
.nav-pills a.active:hover{
	background-color:#f6f6f6;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F90;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #F90;
	color:#c00;
}

#search{padding-top:15px;}
@media screen and (min-width: 768px) {
	#topbar{
		height: 60px;
		width:98%;
	}
	#topbar #navbar-main{
		padding-top:15px;
	}
	#topbar .navbar-header{
		padding-top:5px;
	}
	.logo{
		max-height:40px;
		max-width:200px;}
	#content{
		margin-top:61px;
	}
	#content #right{
	min-height:600px;
}
}
@media screen and (max-width: 768px) {
	.logo{
		max-height:30px;
		max-width:200px;}
	#content{
		margin-top:41px;
	}
	#content #right{
	margin-left:0px;
}
}
.bg_white {
	background-color:#FFF;
}




.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}


.product-row{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	margin-bottom:10px;
}
.product-head h3{
	margin:10px 0px;
	padding:0px;
}

.product-head a{
	color:#000;
}
.product-more{
	margin-top:20px;
}
.caption p{
	/*white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; */
	overflow: hidden;
	height:36px;
	line-height:18px;
	text-align:center;
	margin:0px;
	padding:0pc;
	margin-top:-18px;
}



#piclist a{
	float:left;
	margin:5px 5px 0 0;
}
#piclist img{
	width:50px;
	height:50px;
	border: 1px solid #CCC;
}
#product-show h1{
	font-size:24px;
	margin:10px 0;
	padding:5px 0;
	
}
.bootomline{border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;}
.starvote{
	color:#F60;
	float:left;
	margin-right:10px;
	}



#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}