A.dvd_small_card {
	display:block;
	width:270px;
	height:104px;
	background:url(./../../_layout/_e-shop/dvd_small_card_bgr.png) 0 0 repeat-x;
	text-decoration:none;
	position: relative;
}

A.dvd_small_card:hover {
	background-position:0 -150px;
}

A.dvd_small_card IMG.dvd_cover {
	border:1px solid #735f3f;
	margin:10px 16px 5px 10px;
	float:left;
}

A.dvd_small_card SPAN.desc { 
    color:#e9d7b9; 
    font-size:11px; 
    display:inline-block; 
    margin-top:10px; 
    width:170px; 
    height:79px; 
    overflow:hidden; 
} 

A.dvd_small_card SPAN.desc STRONG {
	color:#fff;
	font-size:12px;
	margin-bottom:4px;
	display:inline-block;
}

A.dvd_small_card SPAN.price { 
    position:absolute;
    top: 0;
    left: 0; 
    margin-top:82px; 
    display:block; 
    color:#ffb200; 
    font-weight:bold; 
    font-size:14px; 
    margin-left:9px; 
}

A.dvd_small_card SPAN.icon {
	float:right;
	position:relative;
	top:74px;
	left:-10px;
	display:inline-block;
	width:20px;
	height:20px;
	background:#ffb201 url(./../../_layout/_e-shop/dvd_small_card_icon.png) 0 0 no-repeat;
	cursor: pointer;
}

