/* Goods list */
table#GoodsList{
	border-bottom: 2px solid #E7E7E7;
	margin-bottom: 20px;
}
table#GoodsList td{
	padding: 18px 8px;
	border-top: 1px solid #E7E7E7;
}
table#GoodsList td.Preview{
	padding: 10px 8px;
	width: 25%;
}
table#GoodsList td.Caption{
    width: 55%;
	text-align: left;
}
table#GoodsList td.Price{
	text-align: right;
    width: 10%;
	color: #71B64F;
}
table#GoodsList td.Basket{
    width: 10%;
    text-align: center;
}
td.Preview img{
	border: 1px solid #E7E7E7;
	padding: 6px;
}
td.Preview div.PreviewContainer{
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: right;
}
div.PreviewContainer img.InBasket{
	width: 24px;
	height: 18px;
	border: none;
}
td.Preview a:hover{
	text-decoration: none;
}
td.Caption div.Description{
	font-family: Tahoma, Helvetica, Arial;
	margin: 0.6em 0;
	color: #7B8B9E;
}
input.Append{
    border: none;
    width: 26px;
    height: 15px;
}
/* /Goods list */
/* DESCRIPTION */

table.Description{
	width: auto;
}
table.Description td{
    vertical-align: top;
    text-align: left;
}
table.Description td.Image{
	padding: 0;
	padding-right: 32px;
}
table.Description td.Description{
	padding: 0;
	padding-left: 3px;
	width: 100%;
    padding-right: 0;
}
table.Description td.Append{
	vertical-align: bottom;
    padding-right: 0;
}
td.Image img{
    border: 1px solid #E7E7E7;
}

div.Description{
	color: #999;
}
div.GoodsDescription{
	color: #999;
	padding-bottom: 10px;
	padding-top: 16px;
	border-bottom: 1px solid #eee;
}

div.Price{
    padding-top: 4px;
	color: #71B64F;
	padding-top: 10px;
	font: 1.2em/1.4em Arial, Tahoma, Arial, Helvetica, sans-serif;

}
input.ButtonAppend{
	width: 179px;
	height: 31px;
    border: none;
}

table.Params{
	border-collapse: collapse;
}
table.Params td{
    background: none;
    border-bottom: 1px solid #EEEEEE;
    vertical-align: top;
    padding: 0.4em 1em;
    color: #666666;
}
/*
table.Empty td.Header{
    border-bottom: 2px solid #EEEEEE;
    padding-top: 1.4em;
    padding-bottom: 0.4em;
    color: #999999;
    font-weight: bold;
}*/

table.Empty td ul li{
	font: 0.8em/1.4em Tahoma, Arial, Helvetica, sans-serif;
}

/* Features table */
td.Param{
    width: 50%;
}
td.Value{
    width: 50%;
}
table#Features td.Param{
	width: 20%;
}
table#Features td.Value{
	width: 80%;
}
/* /Features table */

/* +Selector */
div.Selector{
}
div.Selector div{
	float: left;
	margin: 0 1px;
	padding: 2px 4px;
	border: 1px solid #fff;
}
div.Selector div.Caption{
	padding-bottom: 0.4em;
}
div.Selector div.A{
	background-color: #eee;
}
#QuantityGoods{
	text-align: right;
	padding-top: 4px;
}
/* +Selector */
