#columns, #column1, #column2{
	margin: 0px;
	padding: 0px;
	border: none;
}
#columns {
	width: 950px;
}
#column1{
	padding-right: 10px;
	width: auto;
}
#column2{
	padding-left: 10px;
	width: auto;
}
#column3{
	display: none;
}
#all_open
{
  display: none;
}
.widget {
  display: block;
  float: left;
  width: 100%;
  clear:both;
  margin-bottom: 20px;
  -webkit-box-shadow:  2px 2px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow:  2px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
th.headerentry img{
  margin-left:0px;
  margin-right:0px;
}
.headerentry{
  padding:0px 0px;
}
div.widget table.widget_header {
  color:#bc0000;
  margin:0px;
  display: block;
  float: left;
  width: 100%;
  clear:both;
}
.widgettop h3
{
  margin:0;
  font-weight:600;
  padding:5px 0 0 5px;
  color:#bc0000;
  font-size:18px;
  float:left; 
}
.widget_content 
{
  background:#fff none repeat scroll 0 0;
  display: block;
  float: left;
  padding:10px;
  clear:both;
}
.widget_content a {
	color: #bc0000;
	text-decoration: none;
}
.widget_content a:hover {
	color: #bc0000;
	text-decoration: underline;
}
.widget_content img {
	float: left;
	border: solid 1px #bc0000;
	padding: 1px;
	margin: 5px;
}
.widget_content p
{
  line-height: 150%;
}

.widget_content input[type="submit"]{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bc0000;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	padding: 6px 10px 7px 10px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
.widget_bottom
{
  font-size: 1px;
  line-height: 1px;
  height: 20px;
  clear:both;
}
.sort_placeholder
{
  background: #bc0000;
}
#checkboxes{
	display: block;
	float: left;
	width: 950px;
}
#checkboxes input{
	margin-right: 5px;
}
.widgetselector {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;  
  text-align:left;
  background: #eeeeee;
  vertical-align:top;
}
.widgetselectorheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;  
  font-weight:bold;
  text-align:left;
  background: #dddddd;
  vertical-align:top;
}
th.widgettop {
  background:#bc0000;
  padding: 8px 0px 8px 0px;
}

th.widgettopright {
  background:#bc0000;
  padding-right: 10px;
}

th.widgettopleft {
  background:#bc0000;
  padding-left: 10px;
}

div.boxcenter a.toggle {
  color: #fff;
  text-decoration:none;
}

div.boxcenter a:hover.toggle {
  text-decoration:underline;
}
