/* SHOP IMPORT STYLES */
#shop_window {
    width: 150px;
    margin-bottom: 6px;
}
#shop_window .header {
    width: 150px;
    height: 36px;
    background: url('http://www.drumandbass.cz/import/shop_header_font.png');
}
#shop_window .img {
    width: 150px;
    height: 150px;
    border: none;    
}
#shop_window .img a img {
   border: none;    
}
#shop_window .body {
    background: #130e0e;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 150px;
    clear: both;
}
#shop_window .body .name p {
    margin: 0px 10px 5px 10px;
    color: #ba261b;
	font: bold 14px Tahoma;
	text-decoration: none;
}
#shop_window .body .name p a {
     color: #ba261b;
	font: bold 14px Tahoma;
	text-decoration: none;   
}
#shop_window .body .name p a:hover {
    text-decoration: underline;   
}
#shop_window .body .prices{
  display: block;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  width: 130px;
  /*background: url('http://shop.drumandbass.cz/themes/shop_drumandbass/img/block_special_bottom.gif') no-repeat top left;*/
  text-align: left;
}
#shop_window .body .price{
	float: right;
	color: white;
	font: bold 14px Tahoma;
margin-top: -5px;
}
#shop_window .body .price-discount{
	color: #ba261b;
	font: normal 10px Tahoma;
    text-decoration: line-through;
}
#shop_window .body .reduction{
	color: #ba261b;
	font: normal 10px Tahoma;
}
#shop_window .body .links {
  display: block;
  margin-top: -18px;
  width: 150px;
  /*background: url('http://www.audiopalace.cz/themes/shop_drumandbass/img/block_special_bottom.gif') no-repeat top left;*/
  text-align: left;
  margin-bottom: -42px;
}
#shop_window .body .links .link_info {
	display: block;	
	background: transparent url('http://shop.drumandbass.cz/themes/shop_drumandbass/img/icon_info.gif')  no-repeat;
	padding-left: 24px;
	line-height:  20px;
     height: 20px;
	color: #ba261b;
	margin-top: 5px;
	margin-left: 10px;
    padding-top: 2px;
}
#shop_window .body .links .link_more {
	display: block;	
	background: transparent url('http://shop.drumandbass.cz/themes/shop_drumandbass/img/icon_more.gif')  no-repeat;
	padding-left: 24px;
	line-height: 20px;
    height: 20px;
	margin-top: 1px;
	margin-left: 10px;
    padding-top: 2px;
}
#shop_window .body .links a {
	color: #ba261b;
	font: normal 12px Tahoma;
	text-decoration: none;
}
#shop_window .body .links a:hover {
	color: #ba261b;
	font: normal 12px Tahoma;
	text-decoration: underline;
}
#shop_window .footer {
    background: url('http://www.drumandbass.cz/import/shop_footer.png');  
    height: 8px;
    width: 150px;
    clear: both;
}
