a
{
       olor: black;
}
img
{
	border: 0px;
}
hr
{
	float:left;
	width:100%;
}
.items_table
{
	width:100%;
	margin:0px;
	border: 0px;
	border-collapse: collapse;
}
.items_table_price
{
	float:left;
	width:100%;
	border: 0px;
}
.items_table td {
	border:1px #ddd dotted;
}
.item
{
	float:left;
	width:90%;
	padding:5px;
       _padding:0px;
	margin:0px;
}
.item a
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.item a:hover
{
	color:#666666;
}
.item img
{
	border-width:1px;
	border-color:black;
	border-style:solid;
	margin:5px;
}
.customer
{
	width:100%;
	color:#000000;
}
.customer input
{
	border: 1px solid #ccc;
	background: #eee;
}

.pages
{
	cursor: pointer;
	text-decoration: underline;
	
}

.basket_header
{
	background:#D0E0F5;
}
.basket_item1
{
	background:#EEEEFF;
}
.basket_item2
{
	background:#D0E0F0;
}
a.eshop {
	color: #3e7fb0;
	text-decoration: underline;
	font-size: 11px;
}
a.eshop:hover {
	color: #bb0108;
	text-decoration: none;
}
div.basket-operation {
	width: 150px;
	text-align: left;
}
strike {
	color: #999999;
}
.price {
	display:inline;
	color: #fe0000;
	font-size:22px;
	font-weight: bold;
}
/*
input, select {
	border: 1px #84afcb solid;
	background: #fff;
	padding:2px;
	font-size: 11px;
	color: #000;
}
*/
input.no_decor {
	border: 0px;
}


a.pages  {
	border: 1px solid #fff;
	border-color: #ccc #ccc #00b9ff #ccc;
	display: inline-block; 
	padding: 1px 5px 1px 5px;
	margin: 1px; 
	color: #606465; 
	text-decoration: none;
	font-size: 11px;
}
a.pages:hover {
	border: 1px solid #fff;
	background-color: #ff3300;
	border-color: #ff3300 #ff3300 #ff3300 #ff3300;
	color: #fff;
}

span.pages-active  {
	background: #ff3300;
	border: 1px solid #00b9ff;
	border-color: #ccc #ccc #ff3300 #ccc;
	display: inline-block; 
	padding: 3px 5px 1px 5px;
	margin: 1px; 
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
}
div.basket-progress {
	text-align: center; width: 580px; height: 50px;
	margin-left: 50px;	
}

fieldset { 
	border: 1px solid #ccc;
	padding: 10px; 
} 

legend { 
	color: #fff;
	width: 300px; 
	text-align:left; 
	font-weight:bold; 
	background: #397c95;
	margin-bottom: 0.1em; 
	padding: 2px;
} 
label { 
	float: left; 
	padding-left:10px; 
}

fieldset input {

}

