/* --- products list formatting ---  */

.campaign_list_title 
{
	color: #666666;	
	font-weight: bold;
}

.campaign_list_price {
	font-weight: bold;
}

.campaign_list_summary {
	
}

.products_list_title 
{
	color: #666666;	
	font-weight: bold;
}

.products_list_summary {
	
}

.products_list_price {
	font-weight: bold;
}

/* --- products details formatting ---  */

.products_details_border {
	border: 1px solid #000000;
}
.products_details_border_lr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
}
.products_details_border_bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	background-color: #EECCCC;
}

.products_details_title 
{
	font-weight: bold;
}
.products_details_summary {
	
}

.products_details_long {
	
}

.products_image_panel 
{
	cursor: pointer;
    cursor: hand;
	background-color:"#FFFFFF";
}

.products_details_panel 
{
	background-color:"#e5e5e5";
}

.products_details_price_label {
	
}

.products_details_price {
	font-weight: bold;
	font-size: 16px;
}

.products_details_list_headline {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.products_details_list_title 
{
	font-weight: bold;
}

.products_details_list_summary 
{
	
}
.products_details_list_price 
{
	font-weight: bold;
}

.products_details_list_link 
{
	font-weight: bold;
}

/* --- small basket formatting ---  */

.sbasket_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sbasket_value {
	font-size: 12px;
	color: #ee0010;
}