#shop_basket_main_cont
{
	background-color:#ffa600;
	border:2px solid #ffffff;
	top: 50%; /* Отступ в процентах от верхнего края окна */
	left: 50%; /* Отступ в процентах от левого края окна */
	width: 600px; /* Ширина блока */
	height: 600px; /* Высота блока */
	position: fixed; /* Абсолютное позиционирование блока */
	margin-top: -300px; /* Отрицательный отступ от верхнего края страницы, должен равняться половине высоты блока со знаком минус */
	margin-left: -300px; /* Отрицательный отступ от левого края страницы, должен равняться половине высоты блока со знаком минус */
	padding-left: 10px; 
	padding-right: 10px; 
	z-index:1000;
}

#shop_basket_head_cont
{
	margin: 5px 10px 10px 0;
	height:30px;
}

#shop_basket_title_span
{
	padding-left:10px;
	text-shadow:#555555 1px 1px 1px;
	color:#ffffff;
	font-family:Tahoma;
	font-size:19px;
	font-weight:bold;
	float:left;
}

#shop_basket_close_span
{
	padding-right:10px;
	text-shadow:#555555 1px 1px 1px;
	color:#ffffff;
	font-family:Tahoma;
	font-size:17px;
	font-weight:bold;
	float:right;
	cursor:pointer;
}

#shop_basket_cont
{
	background-color:#ffffff;
	width:100%;
	height:90%;
}

#shop_basket_table
{
	width:98%;
	margin-left:10px;
	margin-right:10px;
}

#shop_basket_table th
{
	color:#f68121;
	text-align:left;
	vertical-align:top;
}

#shop_basket_table td
{
	font-size:16px;
	color:#363a41;
	vertical-align:top;
}

#shop_basket_table input
{
	text-align:center;
}

#shop_basket_table #separate
{
	 background: url(/templates/original/images/separate.png) center center repeat-x;
}

#shop_basket_fullprice
{
	text-align:right;
	color:#f68121;
	padding-right:100px;
	font-size:16px;
}

#shop_basket_summ
{
	font-weight:bold;
}

#shop_basket_form
{
	margin-top:20px;
	background-color:#dbffda;
	width:100%;
	height:240px;
}

#shop_basket_form_title
{
	color: #F68121;
	font-size: 15px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:5px;
}

#shop_basket_form_table
{
	font-size:14px;
	margin-top:10px;
}

#shop_basket_form_table input
{
	margin-left:5px;
	width:200px;
}

#shop_basket_form_table textarea
{
	margin-left:5px;
	width:250px;
	height:60px;
}

#shop_basket_basket_button
{
	text-align:center;
	padding-top:15px;
}

#basket_main_conteiner
{
	/*position:relative;
	width:0px;
	height:0px;
	top: -144px;
	left: 50px;*/
}

#basket_inner_conteiner
{

}

#basket_block
{
	width:300px;
	font-size:13px;
	color:#F58220;
	line-height:18px;
}

#basket_error_field
{
	color:#ff0000;
	font-size:11px;
}

#order_basket_list
{
	margin-left:30px;
}

#error_log_elem
{
	color:#dd0000;
}


/*########################################################################*/
/*########################################################################*/
/*########################################################################*/
/*########################################################################*/
/*########################################################################*/
/*########################################################################*/
/*СКРОЛ#########################################################*/

#shop_basket_scroll 
{
		height: 200px;
		overflow: hidden;			
}

#shop_basket_container 
{
	height: 200px;
	width: 570px;
	float: left;
	overflow: hidden;
}
	
#shop_basket_content 
{
	display:block;
}
#shop_basket_scroll_bar 
{
	width: 20px;
	 height: 200px;
	 background-image: url(../../../templates/original/images/scroll/scroll_bar.gif);
	 background-repeat: repeat-y;
	 display: block;
	 float: right;
	 display:none;
}

#shop_basket_scroller 
{
	background-repeat: repeat-y;
	height: 200px;
	position: relative;
	width: 20px;
}