@charset "utf-8";
/* CSS Document */

#view {
	width:740px;
	margin:0;
	padding:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}

#viewBluePortal {
	width:680px;
	margin:0;
	padding:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}

#view img,
#viewBluePortal img {
	border:0;
	margin:0;
	padding:0;
}

#view a,
#viewBluePortal a {
	text-decoration:none;
}

#view a:hover,
#viewBluePortal a:hover {
	text-decoration:underline;
}

#view .arrow {
	width:25px;
	height:26px;
	line-height:26px;
	float:left;
	left:680px;
	position:relative;
}

#viewBluePortal .arrow {
	width:25px;
	height:26px;
	line-height:26px;
	float:left;
	left:610px;
	position:relative;
}

.section {
	position:relative;
	width:100%;
	background:#ffffff url(../template/v1-3/images/tabSection/headerGradient.jpg) top repeat-x;
	border:1px solid #89959b;
	z-index:1;
}

.sectionNoTab {
	position:relative;
	width:100%;
	background:#ffffff;
	z-index:1;
	border-left:1px solid #89959b;
	border-right:1px solid #89959b;
}

.sectionReceipt {
	position:relative;
	width:100%;
	background:#ffffff;
	z-index:1;
}


.corner {
	position:absolute;
	width:10px;
	height:10px;
	background:url(../template/v1-3/images/tabSection/corners.png) no-repeat;
	font-size:0%;
}

.TL {
	top:-1px;
	left:-1px;
	background-position:0 0;
}

.TR {
	top:-1px;
	right:-1px;
	background-position:-10px 0;
}

.BL {
	bottom:-1px;
	left:-1px;
	background-position:0 -10px;
}

.BR {
	bottom:-1px;
	right:-1px;
	background-position:-10px -10px;
}

.inner {
	padding-top:3px;
}

.subHead {
	position:relative;
	margin-left:10px;
	margin-bottom:1px;
	padding-left:10px;
	width:300px;
	height:25px;
	background:#ffffff url(../template/v1-3/images/tabSection/subHeadGradient.jpg) top repeat-x;
}

.subHead .corner {
	position:absolute;
	width:10px;
	height:10px;
	background:url(../template/v1-3/images/tabSection/cornersTransparent.png) no-repeat;
	font-size:0%;
}

.subHead .TL {
	top:-1px;
	left:-1px;
	background-position:0 0;
}

.subHead .TR {
	top:-1px;
	right:-1px;
	background-position:-10px 0;
}

.subHead .inner {
	padding-top:5px;
	color:#000000;
	font-weight:bold;
}

.blueBar {
	border-bottom:1px solid #89959b;
	background:url(../template/v1-3/images/tabSection/blueBar.jpg) repeat-x #7092bf;
	padding-top:3px;
	padding-bottom:3px;
}

.tabSection {
	color: #525252;
	border-top:1px solid #89959b;
	border-bottom:1px solid #89959b;
	width:100%;
}

.tabSectionNoBorder {
	color:#525252;
	border:none;
}

.tabSectionContent ul {
	margin-left:0px;
	padding-left:20px;
	padding-top:5px;
}

.subTabSection {
	border-bottom:1px dashed #89959b;
	background-color:#f7f7f7;
}

.whiteColumn {
	background-color:#ffffff;
	text-decoration:none;
	padding:5px;
}

/* first */
.grayColumn {
	background-color:#f7f7f7;
	text-decoration:none;
	padding:5px;
}

.creamColumn {
	background-color:#fafaea;
	text-decoration:none;
	padding:5px;
}

.blueColumn {
	background-color:#f1f1fd;
	text-decoration:none;
	padding:5px;
}

.hoverColumn {
	background-color:#f1f1fd;
	text-decoration:none;
	cursor:pointer;
	padding:5px;
}

.spacer {
	height:20px;
	background:#ffffff url(../template/v1-3/images/tabSection/headerGradient.jpg) top repeat-x;
}

.formText {
	color: #525252;
	text-align:center;
}

.viewLink a {
	text-decoration:none;
}

.viewLink a:hover {
	text-decoration:underline;
}

.viewError {
	color:#F00;
	font-weight:bold;
}

.error {
	color:#F00;
}

.errorSmall {
	color:#F00;
	font-size:10px;
}

.viewError a,
.error a,
.errorSmall a {
	color:#F00;
}

.priceList {
	position:relative;
	left:475px;
	width:200px;
}

.priceDescription {
	float:left;
	width:100px;
}

.price {
	float:left;
}