﻿.content-box {
width: 956px;
margin: 10px 0;
padding: 5px 0;
float: left;
background: #eee;
border: 2px solid #ccc;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -o-border-radius: 5px; /* Safari, Chrome */ 
  border-radius: 5px; /* CSS3 */
clear: both;
behavior: url("PIE.htc");
}
.content-row {
width: 940px;
margin: 5px 10px; 
padding: 5px 0;
overflow: hidden;
clear: both;
}
.content-row-item {
width: 298px;
margin: 0px 5px;
padding: 5px 0;
font-size: 90%;
text-align: left;
text-shadow: #fff 0px 1px 1px;
background: #ddd;
float: left;
border: 1px solid #ccc;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -o-border-radius: 5px; /* Safari, Chrome */ 
  border-radius: 5px; /* CSS3 */ 
-webkit-box-shadow: 0px 2px 4px #666;
-moz-box-shadow:    0px 2px 4px #666;
box-shadow:			  0px 2px 4px #666;
behavior: url("PIE.htc");
}
.content-header {
font-size: 125%;
color: #800;
font-weight: bold;
margin: 10px 0;
padding: 0px;
}
.content-row-item img {
padding: 5px 10px;
float: left;
}
.content-row-item:hover {
background: #fff;
border: 1px solid #855;
}
.content-row-item a {
dispay: block;
font-weight: lighter; 
text-decoration: none;
}
.content-row-item a:hover {
font-weight: lighter; 
text-decoration: none;
}



