/*Bootstrap v2.3.2 overwrites*/
.hidden{
	display:none;
}
a {
	color: #b30000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #7c0000;
	text-decoration: none;
}
.radio, .checkbox{
	padding-left: 0px;
}

.breadcrumb {
background: none;
margin:0 0 10px!important;
padding: 8px 20px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus  {
	background-color: #b30000;
}

.btn-primary {
	color: #ffffff;
	background-color: #bd0002;
	background-image: none;
	border-color: #bd0002;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]
{
	color: #ffffff;
	background-color: #7D0001;
	border-color: #7D0001;
}

.btn-primary.disabled,
.btn-primary[disabled] {
	opacity:0.3;
}
.btn-inverse {
color: #ffffff;
background-color: #576674;
background-image: none;
border-color: #576674;
}

.tbrelational-column{
	border-bottom: 0px dashed #bd0002 !important;
	 color: #bd0002 !important;
}

input[type="radio"], input[type="checkbox"] {
	line-height: normal; 
	margin: 3px 5px 2px 0px !important;
}

.accordion-heading {
	background-color: #F6F7F7;
}
.accordion-heading a:hover{
	text-decoration: none;
}

.bottom-box > ol, ul {
	text-align: left;
}

#ContinueShopping {
	background: transparent;
	border: 1px solid;
	text-decoration:none;
	width: calc(100% - 40px);
	margin: 0.5rem 0;
	opacity: 0.8;
	transition: 0.2s;
}

#ContinueShopping:hover {
	background: transparent;
	border: 1px solid;
	opacity: 1;
	transition: 0.2s;
}

