.sbTitle{
  width:100%;
  background: rgba(222, 74, 62, 1);
  color:#FFFFFF;
  padding: 0px;
  margin: 0px;
  text-align:left;
  border: 1px solid rgba(222, 74, 62, 1);
  clear:both;
  margin-bottom:2px;

  text-align: center;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sbTitle2{
  width:100%;
  background: #ff8208;
  color:#FFFFFF;
  padding: 0px;
  margin: 0px;
  text-align:left;
  border: 1px solid #ff8208;
  clear:both;
  margin-bottom:2px;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sbTitle3{
  width:100%;
  background: #ff0000;
  color:#FFFFFF;
  padding: 0px;
  margin: 0px;
  text-align:left;
  border: 1px solid #ff8208;
  clear:both;
  margin-bottom:2px;
}

.sbTitle3 h1{
  padding:10px;
  padding-left:15px;
  margin:0px;
  font-size:14px;
  color:#FFFFFF;
   text-transform: uppercase;
}

.sbTitle h1{
  padding:10px;
  padding-left:15px;
  margin:0px;
  font-size:14px;
  color:#FFFFFF;
   text-transform: uppercase;
}

.sbTitle2 h1{
  padding:10px;
  padding-left:15px;
  margin:0px;
  font-size:14px;
  color:#FFFFFF;
   text-transform: uppercase;
}

.registration_sidebar {
	width: 100%;
	background: #ff0000;
	color: white;
	padding: 0px 0px 0px 0px;
	margin-left: 0px 0px 0px 0px;
	text-align: left;
	float: right;
	border: 0px solid red;
	padding-left:5px;
}

.registration_sidebar img{
	width: 100%;
	margin-left:0px;
 
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
  padding: 0px;
}

.category-products .panel-default .panel-heading {
  border: 0 none;
  color: #5e5e5e;
  border-bottom: 1px solid #D0CECB;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.category-products .panel-default .panel-heading:hover {
  border: 0 none;
  border-bottom: 1px solid #D0CECB;
  background-color: rgba(222, 74, 62, 1);
  color: white;
  transform: scale(1.1); /* Expands width and height slightly */
}

.category-products .panel-default .catOpened {
  border: 0 none;
  background-color: rgba(222, 74, 62, 1);
  color: white;
}



.category-products .panel-default .panel-heading .panel-title a {
  color: #5e5e5e;
  font-size: 14px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.category-products .panel-default .catOpened .panel-title a {
  color: white;
}


.category-products .panel-default .panel-heading:hover .panel-title a {
  color: white;
}

.category-products .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  
}

.category-products .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
  margin:0px;
  padding:0px;
  border-left:1px solid #ff0000;
  border-right:1px solid #ff0000;
  border-bottom:1px solid #ff0000; 
}



.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.category-products .panel-body ul{ 
  padding: 0px;
  margin:0px;
  
}
.category-products .panel-body ul li{ 
  border-bottom: 0px solid #D0CECB;
}

.category-products .panel-body ul li a {
  
  color : #767472;
  font-size: 16px;
  min-height:20px;
  display: block;
  padding-bottom:5px;
  padding-top:5px;
  padding-left:20px;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -khtml-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.category-products .panel-body ul li a:hover {
			background : #F5F5F5;  
			text-decoration: none;
      color : red;
}
    
.category-products .panel-body ul li.selected a {
			background: #F5F5F5;  
      color : red;

		}
		

.sidebar-block h2.title {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}
.sidebar-block h2 {
    text-transform: uppercase;
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    padding: 0px;
}	

.sidebar-block ul.additionalLinks {
  list-style-type: none;
  border:0px solid red;
  padding:0;
  margin:0;
  padding-top:0px;
  padding-bottom:15px;
  padding-left:0px;
}

.sidebar-block ul.additionalLinks li{
  padding-bottom:5px;
}

.sidebar-block ul.additionalLinks li a{
  margin-bottom: 0px;
  color: #ff8208;
  font-size: 14px;
  line-height: 25px;
}

.sidebar-block ul.additionalLinks li a:hover{
  text-decoration:underline;
  color:#ff0000;
}

.sidebar-block ul.additionalLinks li a:visited{
  text-decoration:none;
}

#prod_accordion a.selected,#prod_accordion a.selected:visited,#prod_accordion a.selected:active,#prod_accordion a.selected:focus,#prod_accordion a.selected:hover {
	color:#ff0000;
}


 	
		