.breadcrumb {
	padding: 0px;
	margin: 0 0 5px;
	list-style: none;
	background-color: #FFF7ED;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: 400;
	color: #636573;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;	
	
}.breadcrumb a {
color: #F04F56;
		text-decoration: none;	

	
}.breadcrumb a:hover {
	color: #F04F56;
	text-decoration: underline;	
	
}.breadcrumb .icon-location{
	width :0px;}
.breadcrumb li {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
	text-shadow: 0 1px 0 #ffffff;
	margin: 0px;
	padding: 0px;
}
.breadcrumb .divider {
	padding: 0px;
	color: #ccc;
}
.breadcrumb .active {
	color: #99FF33;
}

.page-header {
	margin: 0px;
	border-bottom: none;
	padding: 0px;
}
a {
	color: #E9505F;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
/*************/
.btn-small {
	font-family: 'UniversLTW01-67BoldCn';
}
.btn-danger{
	/*background-color: #E9505F;
	background-image: linear-gradient(to bottom, #E9505F, #BD362F);
	color: #FFF;*/
}

.btn-small a, .btn-small a:link, .btn-small a:hover, .btn-danger a, .btn-danger a:link, .btn-danger a:hover {
	color: #FFF;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #898889;
	background-image: -moz-linear-gradient(top, #898889, #666666);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#898889), to(#666666));
	background-image: -webkit-linear-gradient(top, #898889, #666666);
	background-image: -o-linear-gradient(top, #898889, #666666);
	background-image: linear-gradient(to bottom, #898889, #666666);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898889', endColorstr='#ff666666', GradientType=0);
	border-color: #666666 #666666 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #666666;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	background-color: #666666;
 *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #898889 \9;
}
.alert {
/*	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
*/}
/*  .row-fluid [class*="span"] {
	margin: 0px 0px 0px 10px;
}
*/
.modal iframe {
	padding-top: 20px;

}
.modal-backdrop {
	background-color: #000;
}
.modal-body {
    max-height: 500px;   
}
div.modal h2{

}
div.modal h3{
	
}
div.modal p{
	
}
.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}
.container{
	background-color: #FFF7ED;
}
.row{
	}


div.modal, .modal-body{
	background-color: #F6CD4C;
}
.close{
  color: #FFFFFF;

}

.pull-right{
    margin-left: 10px;

}