div.tournaments {
	margin-top: 10px;
	background: white;
	border: 1px solid #aaa;
	border-width: 1px 0 1px 0;
	text-align: center;
	padding: 3px 0;
}

div.tournaments b {
	color: #993333;
	text-transform: uppercase;
}
div.tournaments, div.tournaments li{
	font-size: 12px;
}
div.tournaments ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
div.tournaments ul li {
	padding: 3px;
	text-align: center;
}
div.tournaments ul li a {
	text-decoration: underline;
}
div.tournaments ul li a:hover {
	color: red;
}
/* ------------ .entry a.cart{display:block;width:150px;text-align:right;margin-left:300px;padding-right:30px;background:url(img/cart_image_small.gif) right 50% no-repeat;}
  
  .cart{font-size:13px;font-weight:bold;color:#f33;padding:2px 10px 10px 10px;text-align:right;}
  .cart img{vertical-align:middle;} ------------- */
a.cart b {color: #999;}
a.cart {
	width: 150px;
	display: block;
	float: right;
	font-size: 13px;
	font-weight: bold; 
	color: #f33;
	padding-bottom: 15px;
	text-align: right;
	background: url(img/cart_caissa.gif) right bottom no-repeat;
	margin-bottom: 5px;
}
#pages {
	text-align: center;	
}
#pages strong {
	color: #c30;
}
#pages a {
	text-decoration: underline;	
}