.product {
	background-color: #EBEBFF;
	width: 100%;
	border: black solid 1px;
}

.prod_image {
	background-color: white;
	border: black solid 1px;
	text-align: center;	
	vertical-align: middle;
}

.prod_text {
	border: black solid 1px;
	background-color: white;
	text-align: left;	
	vertical-align: top;
	font-size: 12px;
	padding: 5px;
}

.prod_title {
	color: #191968;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: solid #191968 1px;
	width: 250px;	
}

.prod_desc1 {
	margin-bottom: 5px;
}

.prod_desc2 {
	margin-bottom: 5px;
	font-size: 10px;
	text-align: justify;
}

.prod_req {
	color: #B5B5C5;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 10px;
	line-height: 10px;
}

ul.ul_req {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
}

.prod_links {
	margin-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.underline {
	text-decoration: underline;
	color: blue;
	font-style: italic;
}

.price_text {
	color: black;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.price {
	color: red;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.old_price {
	color: black;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}

.upgrade {
	color: #4C4C4C;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.upgrade_price {
	color: #FF5757;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


