.width
{
	width: 100%;
}

.textright
{
	text-align: right;
}

.textcenter
{
	text-align: center;
}

.textcenter img
{
	 margin: 0px auto;
}


input.basket
{
	font: 12px tahoma;
	color: #000;
	width: 40px;
	border: 1px solid #23759b;
}

div.content-basket
{
	border: 1px solid #3685a9;

}

div.basket-header
{
	background: #008dbf url(../img/bg_article.jpg) repeat-x;
	font: bold 12px tahoma;
	color: #fff;
	text-align: left;
	padding: 7px 10px;
}

td.basket-items
{
    font: bold 11px tahoma;
    color: #fff;
    background: #008dbf url(../img/bg_article.jpg) repeat-x;
    padding: 5px;
}

td.basket
{
	padding: 5px;
}
td.basketb
{
    padding: 5px;
    font-weight:bold;
}

tr.row0
{
	background: #f6f6f6;
}

tr.row1
{
	background: #FFF;
}

ul.basket-option
{
	padding: 0px 0px 8px 20px;
}

ul.basket-option li
{
	padding: 0px 0px 8px 0px;

}
td.basket a, td.basket a:hover
{
	text-decoration:none;
}