﻿.subTitle
{
	font-size: 16px;
	color: #1a6da4;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 30px;
}

.comPanel
{
	width: 100%;
}
.comPoints
{
	background-color: #f1f2f3;
	border-bottom: solid 1px #dee0e1;
	padding: 3px 8px;
	color: #666666;
	height: 25px;
}
.comBasic
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.comPro
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.BOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:190px;
	height:90px;
}
.POrderBox
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:190px;
	height:90px;
}

.BOrderTitle
{
	background-color: #f0f5f8;
	border-left: solid 1px #dee0e1;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px 12px;
	overflow:hidden;
	height:90px;
	vertical-align:middle;
}
.POrderTitle
{
	background-color: #f0f5f8;
	border-left: solid 1px #dee0e1;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px 8px;
	overflow:hidden;
	height:90px;
	vertical-align:middle;

}
.CompserviceCode
{
	color: #6a912a;
	font-weight:bold;
}

.orderPrice
{
	font-weight: bold;
	color: #004a9c;
	font-size: 16px;
}
.outsourcePrice
{
	font-weight: bold;
	font-size: 16px;
	color: #ff5500;
}
/* OUTSOURCE */

.OSBOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:190px;
	min-height:140px;
}

.OSPOrderBox
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:190px;
	min-height:140px;
}
.OSBOrderTitle
{
	background-color: #f0f5f8;
	border-left: solid 1px #dee0e1;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px 8px;
	overflow:hidden;
	min-height:140px;
	vertical-align:middle;
}
.OSPOrderTitle
{
	background-color: #f0f5f8;
	border-left: solid 1px #dee0e1;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px 8px;
	overflow:hidden;
	min-height:140px;
	vertical-align:middle;

}


/* Compare $ Service */

.BrnzOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:155px;
	min-height:120px;
}
.BrnzOSBOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:155px;
	min-height:170px;
}
.NormalOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:155px;
	min-height:80px;
}
.OutSourceOrderBox
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px;
	overflow:hidden;
	width:155px;
	min-height:110px;
}



.BrnzOrderTitle
{
	background-color: #f0f5f8;
	border-left: solid 1px #dee0e1;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px 12px;
	overflow:hidden;
	min-height:120px;
	vertical-align:middle;
}
.OSBrnzOrderTitle
{
	background-color: #f0f5f8;
	background-color: #f0f5f8;
	border-left: solid 1px #dee0e1;
	border-bottom: solid 1px #dee0e1;
	border-right: solid 1px #dee0e1;
	padding: 3px 8px;
	overflow:hidden;
	min-height:170px;
	vertical-align:middle;

}

.comBrnz
{
	text-align: center;
	background-color: #fdfaf9;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.comSilv
{
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.comGold
{
	text-align: center;
	background-color: #fdfdc8;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.comPlat
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.Bronze
{
	background: url(../images/bronze.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Bronze h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}


.Silver
{
	background: url(../images/silver.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Silver h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.Golden
{
	background: url(../images/gold.png) no-repeat left top;
	width: 161px;
	height: 24px;
}

.Golden h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.Platinum
{
	background: url(../images/platinum.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Platinum h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}


.Basic
{
	background: url(../images/basic.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Basic h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.BasicPoints
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.PremiumPoints
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.Premium
{
	background: url(../images/premium.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.Premium h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

/* Points */

.BronzePoints
{
	text-align: center;
	background-color: #fdfaf9;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.SilverPoints
{
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.GoldenPoints
{
	text-align: center;
	background-color: #fdfdc8;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.PlatinumPoints
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

.FullBasic
{
	background: url(../images/Bbasic.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.FullBasic h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.FullBasicPoints
{
	text-align: center;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}
.FullPremium
{
	background: url(../images/Bpremium.png) no-repeat left top;
	width: 161px;
	height: 24px;
}
.FullPremium h4
{
	margin: 0;
	padding: 3px 6px 6px 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.FullPremiumPoints
{
	text-align: center;
	background-color: #f0fafe;
	border-bottom: solid 1px #dee0e1;
	padding: 3px;
}

