// Styles for product detail page

#localinventory{

}

div.collfl{
	width: 50%;
	min-height: 150px;
	float: left;
}

.coll-on{
	background-image: url("/resources/images/tick.png" );
	background-repeat: no-repeat;
	background-size:  20%;
}

div#page div.coll-on h3{
	font-weight: bold;
	color: green;
	margin-left: 18%;
	margin-top: 12px;

}

.coll-off{
	background-image: url("/resources/images/redx.png" );
	background-repeat: no-repeat;
	background-size:  20%;
}

div#page div.coll-off h3{
	font-weight: bold;
	color: red;
	margin-left: 18%;
	margin-top: 12px;

}

#collday{
	font-weight: bold;
	font-size: 200%;
	color: green;
	width: 50%;
	margin: 20px auto;
	text-transform: uppercase;

}

div#page div.deladdr h4{
	font-weight: bold;
	font-size: 160%;
	width: 60%;
	margin: 20px auto -6px auto;
}
div#page div.deladdr p{
	font-weight: bold;
	font-size: 90%;
	width: 60%;
	margin: auto ;
}
