@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding: 0;
}

#header p{
    border-top: 5px solid #fff;
}
h2 {
	margin-bottom: 10px;
}

/*content--------*/

#content p .cake{
	float: left;
}

/*#news--------*/
#news{
	margin-bottom: 15px;
}
#news dt{
	 font-weight: bold;
	 border-left: 5px solid #ccc;     
	 margin: 10px 0 5px 10px;    
	 padding-left: 8px;
}
#news dd {
	font-size: 0.875em;
	line-height: 1.5;
	margin: 0 0 10px 25px;
}
.red{
	color:#FF0033;
	font-weight:bold;
}

/* div.item--------*/
div.item {
   border-bottom: 1px dotted #000;
	margin-bottom: 15px;
	padding-bottom: 15px;

}
.item p {
	font-size: 0.9em;
	line-height:1.5;
	margin-bottom:9px;
}
p.cake {
	float:left;
    padding-right: 10px;
}

p.product_name a{
	font-family:
	    "Times New Roman",
	    Times,
			serif;
	
	font-size:1.3em;
	font-weight: bold;
	color:#473FBF;
    text-decoration: none; 
}

p.price { 
    font-size: 0.875em;
    font-weight: bold;
	margin: 5px 0;
}
 
