
/*
p {
	text-indent: 20px;
}
*/

.os-featured-header {
	font-weight:bold;
	font-size:1.4em;
}

.os-brand-normal {
	font-weight:bold;
}

.os-brand-details {
	font-weight:bold;
	color:maroon;
}

.os-amount-normal {
	font-weight:bold;
}

.os-amount-details {
	font-weight:bold;
	font-size:1.2em;
}

.os-product-details {
	font-size:1.4em;
}

.os-well-white {
	border-radius: 5px;
	border: 1px solid #666666;	
	overflow-y: auto;
	background-color:white;
	padding: 5px;
}

.os-hr-top {
	border-top: 2px solid #f0f0f0;
	padding-top: 10px;
	margin-top: 10px;
}

.os-hr-left {
	border-left: 2px solid #f0f0f0;
	padding-left: 10px;
	margin-left: 10px;
}

.os-hr-top-thin {
	border-top: 1px solid #f0f0f0;
	padding-top: 5px;
}

.os-hr-top-thick {
	border-top: 5px solid #f0f0f0;
	padding-top: 5px;
}

.os-hr-bottom-thin {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.os-sub-header {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: 2px solid #f0f0f0;
	font-weight:bold;
	font-size:1.2em;
}

.os-header-lg {
	font-size:1.4em;
	font-weight:bold;
}

.os-text-upper {
	text-transform: uppercase;
}

a.os-alt-link {
	color: black;
}
