div#content_box div.content_sidebar_only { width: 705px; }
body.body_sidebar_only  div#content_box { background: url('../lib/images/dot-ddd.gif') 70.6em 0 repeat-y; }

body.body_sidebar_only  div#sidebar_1 { clear: none; }
body.body_sidebar_only  div#sidebar_2 { border-right-width: 1px; border-right-style: dotted; border-right-color: #DDDDDD; width: 222px; }

#socializ {
  position: fixed;
  z-index: 1000;
  margin-left: -70px;
  padding: 6px 6px 0;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
* html #socializ {display: none}
#socializ:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  box-shadow: 0 0 5px #DDD;
}
#socializ a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 6px;
  background-color: #F6F6F6;
}

div.call2action {
background:none repeat scroll 0 0 #FFF2C8;
border:1px solid #E9D182;
padding:15px;
}