/* custom themes */
.orange{
	color:#b95d30;
}
.pdf-link-box{
	text-transform:uppercase;
	margin: 0px 0px 5px;
}
.orange-box{
	background-color: #C26227;
	background-repeat: no-repeat;
	color: white;
	margin: 0px 0px 5px;
	padding: 15px;
}
.light-grey-box{
	background-color: #948C81;
	background-repeat: no-repeat;
	color: white;
	margin: 0px 0px 5px;
	padding: 15px;
}
.dark-grey-box{
	background-color: #5C4F48;
	background-repeat: no-repeat;
	color: white;
	margin: 0px 0px 5px;
	padding: 15px;
}
.brown-box{
	background-color: #2e1d14;
	background-repeat: no-repeat;
	color: white;
	margin: 0px 0px 5px;
	padding: 15px;
}
.top-right-corner{
	background-image: url(http://www.trystar.com/themes/trystar/media/img/bg-white-corner.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.orange-bullet{
	list-style-image: url(http://www.trystar.com/themes/trystar/media/img/bullet-orange.png);
}
