.rtbox {
    background-color: #FFFFFF;
    float: right;
    overflow: hidden;
    position: relative;
    width: 768px;
    z-index: 50;
}
.rtbox #productListHeading {
    background: url("../images/title-bg.gif") repeat-x scroll left top transparent;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 1px;
    padding: 2px 0 3px 11px;
    text-transform: uppercase;
}
#tagnew {
    border: 3px solid #D8D8D8;
    margin-bottom: 11px;
    margin-top: 5px;
}
#tagnew .tags_list ul {
    padding: 8px 0;
}
#tagnew .tags_list ul li {
    background: url("../images/marker1.gif") no-repeat scroll 2px center transparent;
    float: left;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding-left: 10px;
    width: 238px;
}
#tagscatalog {
    background: none repeat scroll 0 0 #EEEEEE;
    margin-top: 5px;
    padding: 5px;
    text-align: left;
}
#tagscatalog .tagsright {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
}
#tagscatalog .tagsright .tagsbox {
    border: 1px solid #EEEEEE;
    padding-bottom: 4px;
	float:left;
}
#tagscatalog .tagsright ul {
    padding: 2px 0;
}
#tagscatalog .tagsright ul li {
    background: url("../images/marker1.gif") no-repeat scroll 2px center transparent;
    float: left;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    padding-left: 10px;
    width: 175px;
}
#tagscatalog .tagsright ul li {
    line-height: 12px;
}
#tagscatalog .tagsright ul li a {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
#sidetags div.box-body{
  padding-bottom: 0;
}
#sidetags li{
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
}
#sidetags li+li{
  border-top: 1px solid #ccc;
}
ul li.tag_list{
  display: inline-block;
  width: 251px;
}
#producttags h1{
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  text-align: center;
}