.list_style {
	border-collapse: separate;
	margin-left: -1px;
	border: 1px solid #cacaca!important;
}
.list_style td, .list_style th{
	border: 1px solid #cacaca!important;
	text-align:center;
	padding:5px;
}

.list_style th{
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
	padding: 0 10px;
}

.head_radius {
	/*background-color: #ffa900/*#f9f9f9*/;
	background: rgb(222,239,255);
	background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1)));
	background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background: -o-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background: -ms-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );
}
.head_radius td{
	margin:0;
	padding:0;

}

.list_style tr:hover td {
	background: #FFF5CC;
	border-color: #F2DD8C;
}
.list_style .product td {
	vertical-align: middle;
	line-height: 1;
}

.list_style .product td.name {
	padding: 0 0 0 5px;
	text-align:left;
	font-weight:500;
}

.list_style .product .char-vlevo {
	
	text-align:left;

}


.radius {
	background: #222;
	color: /*#ffa900*/rgb(222,239,255);
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	z-index: 2;
	padding-left: 25px;
	text-align: left;
	display: block;
	float: left;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	position: relative;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 40px;
}

.radius1 {
	background: #222;
	color: /*#ffa900*/rgb(222,239,255);
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	z-index: 2;
	padding-left: 25px;
	text-align: left;
	display: block;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	position: relative;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 40px;
}

.listradius {
	background: #222;
	color: /*#ffa900*/rgb(222,239,255);
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	z-index: 2;
	padding-left: 25px;
	text-align: left;
	display: block;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .35);
	position: relative;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 40px;
}

.radius:before {
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
	border-bottom: 40px solid transparent;
	border-left: 15px solid #222;
	right: -15px;
}
.radius1:before {
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
	border-bottom: 40px solid transparent;
	border-left: 15px solid #222;
	right: -15px;
}

.inputqty, .list_style .button.buy {display:inline-block;margin-top:-4px; height:14px;}

.inputqty {width:15px;}

.list_style .button.buy {
	height: 22px;
	line-height: 22px;
	width: 26px;
	padding: 0 0px;
	margin-top: -4px;
	margin-left: -0.5px;
	color: #000;
	background-color: #ffcc00;
	background-color: -moz-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: -ms-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe57c), to(#ffcc00));
	background-color: -webkit-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: -o-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: linear-gradient(top, #ffe57c, #ffcc00);
	background: url(/components/com_jshopping/images/cart.png) no-repeat 50% 50% #ffcc00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe57c', endColorstr='#ffcc00', GradientType=0);
	border: 1px solid #E29610;
	border-left:none;
	font-size: 17px;
}
.inpbtn {
	width: 25px;
	margin: 15px auto 5px;
}


.list_style .button.buy1 {
	height: 24px;
	width: 26px;
	padding: 0 2px;
	margin-left: -4px;
	color: #000;
	background-color: #ffcc00;
	background-color: -moz-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: -ms-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe57c), to(#ffcc00));
	background-color: -webkit-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: -o-linear-gradient(top, #ffe57c, #ffcc00);
	background-color: linear-gradient(top, #ffe57c, #ffcc00);
	background: url(/components/com_jshopping/images/cart.png) no-repeat 50% 50% #ffcc00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe57c', endColorstr='#ffcc00', GradientType=0);
	border: 0px solid #E29610;
	border-left:none;
	font-size: 17px;
}
.inpbtn1 {

}





