.blindLayer {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 26;
display: none;
}

/******************************** ĘÎĐÇČÍŔ ************************************/ 
.bcontainer
{
position: fixed;
width: 700px;
height: 400px;
top: 50%;
left: 50%;
margin: -200px 0 0 -350px;
background: #fff;
border: 4px solid #999;	
padding: 10px;
display: none;
z-index: 1002;
}
#overflw
{
overflow-y: scroll;
overflow-x: hidden;
height: 280px;	
}
#bcaption
{
background: #C0C0C0;
}
#bcaption td
{
border-right: 2px solid #999;
padding: 2px;
font-weight: bold;
text-align: center;
font-size: 13px;
}

#bcaption td:nth-child(1) { width: 70px; }		/*Ŕđňčęóë*/
#bcaption td:nth-child(2) { width: 298px; }		/*Íŕçâŕíčĺ*/
#bcaption td:nth-child(3) { width: 68px; }		/*Öĺíŕ*/
#bcaption td:nth-child(4) { width: 98px; }		/*Ęîë-âî*/
#bcaption td:nth-child(5) { width: 68px; }		/*Ńóěěŕ*/

.bitem td
{
font: normal 16px Arial;
color: #999;
padding-top: 10px;
padding-bottom: 10px;	
border-bottom: 1px solid #999;	
border-right: 2px solid #FFF;
}

.bitem td:nth-child(1) { width: 70px; text-align: center; color: #000;}
.bitem td:nth-child(2) { width: 300px; text-align: left; color: #006400;}
.bitem td:nth-child(3) { width: 70px; text-align: center; color: #000;} 
.bitem td:nth-child(4) { width: 100px; text-align: center; color: #000;}
.bitem td:nth-child(5) { width: 70px; text-align: center; color: #000;}
.bitem td:nth-child(6) img{ width: 25px; height: 25px; color: #000; cursor: pointer;}
	
#bclose
{
float: right;
cursor: pointer;	
}
.bcontainer table
{
width: 100%;	
}
.bbutton {
    color: #999;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    padding: 5px;
    font: bold 16px Arial;
    float: right;
cursor:pointer;
}
#bsum
{
float: right;
margin: 7px 40px;	
font: normal 16px Arial;
}
#bsum span {
font-size: 18px;
font-weight: bold;
color: #006400;
}
.basket_num
{
padding: 4px;
background: #F0F0F0;
}
.basket_num_buttons
{
width: 17px; 
height: 17px;
border: 1px solid #000;
margin: 0 2px;
display: inline-block;	
color: #FFF;
background: #000;
text-align: center;
cursor: pointer;	
}
#bsubject {
text-align:left;
font: 18px Arial;
}
	
/*******************************************************************************************************/	
/******************************** ŔÄŔĎŇŔÖČß ÄËß ĚÎÁČËÜÍŰŐ ÓŃŇĐÎÉŃŇÂ ************************************/
/*******************************************************************************************************/	
@media only screen and (max-width: 767px)
{
	.bcontainer
	{
	width: 300px;
	height: 400px;
	margin: -200px 0 0 -150px;
	border: 2px solid #999;	
	padding: 10px 5px;
	}
	#overflw
	{
	height: 280px;	
	}
	#bcaption td
	{
	border-right: 1px solid #999;
	font-weight: bold;
	font-size: 11px;
	}

	#bcaption td {padding: 2px;}
	#bcaption td:nth-child(1) { width: 0; display: none;}		/*Ŕđňčęóë*/
	#bcaption td:nth-child(2) { width: 100px; }				/*Íŕçâŕíčĺ*/
	#bcaption td:nth-child(3) { width: 30px; }				/*Öĺíŕ*/
	#bcaption td:nth-child(4) { width: 60px; }				/*Ęîë-âî*/
	#bcaption td:nth-child(5) { width: 30px; }				/*Ńóěěŕ*/

	.bitem td
	{
	font: normal 10px Arial;
	color: #000;
	padding: 2px;	
	border-right: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	.bitem td:nth-child(1) { width: 0; display: none; text-align: center;}
	.bitem td:nth-child(2) { width: 100px;}
	.bitem td:nth-child(3) { width: 30px; text-align: center;} 
	.bitem td:nth-child(4) { width: 60px; text-align: center;}
	.bitem td:nth-child(5) { width: 30px; text-align: center;}
	.bitem td:nth-child(6) img{ width: 20px; height: 20px;}
	
	.bbutton
	{
	padding: 5px 15px;
	font: 14px Arial;
	}
	#bsum
	{
	float: left;
	margin: 7px 0;	
	font: normal 14px Arial;
	}
	#bsum span {
	font-size: 16px;
	}
	.basket_num
	{
	padding: 4px;
	background: #F0F0F0;	
	}
	.basket_num_buttons
	{
	width: 10px; 
	height: 10px;
	margin: 0 1px;
	}
}