/* Block specials */

/* TODO: Combine the ".blockspecials ul li from global.css" and place here!!! */

#special_block_right  {
	width:226px;
	margin-bottom:9px;
}

#special_block_right #specials_header {
	display:none;
	background: url("../../../img/specials_header.png") no-repeat 0 0 transparent;
	height:55px;
	padding:0px;
	margin:0px;
	border: 0px solid;
}

#special_block_right #specials_content {
	overflow: hidden;
	background: url("../../../img/specials_bg.png") repeat-y 0 0 transparent;
	/*width:210px;*/
	/*background: #1e1e1e;*/
	padding: 12px 12px 12px 12px;
	border: none;
	text-align: center;
}

#special_block_right #specials_footer {
	display:none;
	background: url("../../../img/specials_footer.png") no-repeat 0 0 transparent;
	height:14px;
}


#special_block_right h4 {
	/*height:51px;*/
	text-transform:capitalize;
	padding-left:0px;	
	text-align:left;
}

#special_block_right h4 a {
	display:block;
    color: #ffd200;
	font: bold 12px "Arial";
	text-transform:uppercase;
}

#special_block_right h4 a:hover {
	text-decoration: underline;
}

#special_block_right h5 {
	font: 11px/11px "Arial";
	margin-bottom: 4px;
}

#special_block_right h5 a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#special_block_right h5 a:hover {
	text-decoration: underline;
}

#special_block_right a {
	color:#3f3f3f;
	text-decoration: none;
}

#special_block_right .price_container {
	overflow:hidden;
	text-align: center;
	margin: 10px 0px;
}

#special_block_right .price {
	margin-top:0px;
	color:#ffffff;
	font: 12px Arial;
	display:block;
	float: left;
}

#special_block_right .price-discount {

	display:block;
	float: left;
	
	margin-right:10px;
	color:#ffd200;
	font: 12px Arial;
	/*text-decoration: none;*/
	text-decoration: line-through;
}

#special_block_right .product_desc {
	text-align:left;
}

#special_block_right #specials_content p {
	color: #ffffff;
	font: 12px Arial;
}

#special_block_right .buttons_container {
    clear: both;
    margin-top: 0;
    overflow: hidden;
}

#special_block_right .buttons_container a.view_button {
    clear: none;
    display: block;
    float: left;
}

#special_block_right .buttons_container a.addtocart_button {
    clear: none;
    display: block;
    float: left;
}



.blockspecials ul { /*padding-top: 5px*/ }
.blockspecials ul li {
	float: left;
	clear: none;
	padding: 0;
	/*width: 48%;*/
}
.blockspecials p.product_image { margin-right: 0.3em }
.blockspecials p {
	/*padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;*/
	clear: both
}
.blockspecials p a { margin: 0 auto }