/* menu */
#trackingcategory{
	background: #585858;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
        width: 96%; 
        height: 50px; 
        text-align: center;
		word-wrap: break-word;
}
.tracking-product {
	width: 100%;
	overflow: auto;
        height: 300px;
		position: relative;
}
.tracking-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .tracking-product > div {
	width: 125px;
}
.tracking-product .image {
	display: block;
	margin-bottom: 0px; 
}
.tracking-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
        width: 75px; 
        height: 75px; 
}
.tracking-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.tracking-product .description {
	display: none;
}
/*реф ссылка на магазин*/
.tracking-homeurl {
	width: 300px;
    left: 550px;
	position: absolute;
}