/*<Корзина>*/
#carttable
{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10 0;
}
#carttable td
{
	padding: 5;
	border: 1px solid #FFF;
}
#carttable .params
{
	margin: 5 0 0 0;
}
#carttable th
{
	background: #228bc8;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: 400;
	padding: 10;
}
#carttable tr,#carttable tr.tr0
{
	background-color: #f9f9f9;
}
#carttable tr.tr1
{
	background-color: #f1f1f1;
}
#orderform input.text
{
	width: 100%;
}
#orderform textarea
{
	width: 100%;
	height: 70;
}
#cart_pays
{
	float: left;
	width: 50%;
}
#cart_sum
{
	float: right;
	width: 50%;
}
#cartsumstable
{
	width: 100%;
	border-collapse: collapse;
}
#cartsumstable tr
{
}
#cartsumstable td,#cartsumstable th
{
	padding: 5;
	border: 1px solid #FFF;
	text-align: center;
}
#cartsumstable th
{
	text-align: right;
	font-weight: 400;
}
tr.sumheader
{
	background-color: #228bc8;
	color: #FFF;
}
#sumtotal
{
	background: #c10000;
	color: #FFF;
	text-align: center;
}
/*</Корзина>*/
.shopblock
{
	float: left;
	margin: 3 15 0 0;
	line-height: 1.3;
}
#cart_block,#compare_block,#curs_block
{
	float: left;
}
.blockicon
{
	width: 48;
	height: 48;
	border: none;
	float: left;
}
a.bookinfo:link,a.bookinfo:active,a.bookinfo:visited
{
	color: #F00;
}
a.bookinfo:hover
{
	color: #999;
}