body, table, td, p, div, ul {
	font-size: 12px;
}

/******************************************************************************
 * leftnav
 *****************************************************************************/
.bb_leftNav {
    margin-top: 8px;
}

/******************************************************************************
 * content wrappers
 *****************************************************************************/
.bb_main {
	position: relative;
	top: -80px;
}

.bb_content {
	padding-top: 24px;
}

/******************************************************************************
 * footer
 *****************************************************************************/
.bb_bottom {
    position: relative;
    margin-top: -10px;
}

#pv-footer {
	position: relative;
	top: -110px;
	font-size: 11px;
}

* html #pv-footer {
	top: -120px;
}

#pv-footer .seal {
	position: relative;
	float: right;
	padding-right: 20px;
}

/******************************************************************************
 * header
 *****************************************************************************/
.bb_topSearch {
	margin: 0;
}

.bb_topSearch ul {
	margin: 2px 0 0 0;
	top: 0;
	left: auto;
	right: 0;
	width: 104px;
	height: 37px;
	background: url("../images/bkd-province.gif") no-repeat right top;
}

.bb_topSearch ul li.last {
	position: relative;
	left: auto;
}

#head-links {
    float: right;
    margin-top: 10px;
}

#head-links li {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    float: left;
}

#head-links li a {
    color: #666;
}

/******************************************************************************
 * progress indicator
 *****************************************************************************/
#progress-indicator {
    margin: 10px 0 0 -1px;
    padding: 0;
}

#progress-indicator li {
    display: block;
    float: left;
    height: 52px;
    margin: 0;
    padding: 8px 20px 4px 20px;
    background: url("../images/bkd-tab-inactive.gif") repeat-x;
    list-style: none;
    border: 1px solid #d9d9d9;
    border-left: 0;
}

#progress-indicator li.active {
    background-image: url("../images/bkd-tab-active.gif");
}

#progress-indicator li.first {
    border-left: 1px solid #d9d9d9;
}

#progress-indicator li.active.first {
    border-left: 1px solid #eee;
}

#progress-indicator li.active.last {
    border-right: 1px solid #eee;
}

#progress-indicator li .count {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
}

#progress-indicator li .count.blue {
    color: #0077bf;
}

#progress-indicator li .desc {
}

/******************************************************************************
 * shopping cart table
 *****************************************************************************/
.shopcart {
    font-size: 11px;
}
.shopcart th,
.shopcart td {
    padding: 3px;
    height: 1px;
    border-right: 1px solid #fff;
}

.shopcart th {
    height: 45px;
    background: #f7f7f7 url("../images/bkd-gradient-grey-top.gif") repeat-x bottom;
    font-weight: normal;
    color: #212121;
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
}

.shopcart td {
    vertical-align: top;
}

.shopcart th.second-last {
    background: #eaf1f3 url("../images/bkd-gradient-blue-top-2.gif") repeat-x bottom;
}

.shopcart th.last {
    background: #e4ecf1 url("../images/bkd-gradient-blue-top.gif") repeat-x bottom;
}

.shopcart td.second-last {
    background: #f2f8fa;
}

.shopcart td.last {
    background: #ebf4f9;
}

.shopcart .subhead td {
    height: 28px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.shopcart .subhead td.second-last {
    background: #e9f0f2;
}

.shopcart .subhead td.last {
    background: #e5ecf1;
}

.shopcart .product td {
    padding-top: 20px;
    padding-bottom: 14px;
}

.shopcart .product td.description {
    color: #00446e;
}

.shopcart .divider td {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.shopcart td.cost-label {
    padding-right: 6px;
    text-align: right;
    color: #212121;
}

.shopcart td.cost-value {
    border-bottom: 1px solid #fff;
}

.shopcart td.cost-value .total {
    color: #0066a4;
    border: 0;
}

/******************************************************************************
 * billing/payment table
 *****************************************************************************/
.billing-payment th {
    padding: 4px;
    background: #f7f7f7 url("../images/bkd-gradient-grey-top.gif") repeat-x bottom;
    font-weight: normal;
    color: #212121;
    margin-bottom: 12px;
}
.billing-payment td {
    padding: 12px 4px 4px 4px;
}

/******************************************************************************
 * general content area
 *****************************************************************************/
.bb_main .bb_content h2 {
	font-family: Arial;
	font-size:18px;
}

.bb_main .bb_content p {
	margin-left: 0;
	margin-right: 0;
}

.bb_main .bb_content img.button-image {
    float: left;
}

.bb_main .bb_content input.checkbox,
.bb_main .bb_content input.radio,
.bb_main .bb_content input.image {
	border: 0;
	vertical-align: -2px;
	margin-left: 0;
	padding-left: 0;
}

.bb_main .bb_content a.arrow {
	display: block;
	float: left;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	padding-right: 20px;
	background: url("../web/images/bg_viewMore.gif") no-repeat right;
}

