@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #FFF;*/
	background-color: #0071bb; 
	background-image: url(../bv_images/v_background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #292929;
	font-size: 12px;
	text-align:left;	
}

img { 
	border: 0px; 
}

a:link {
	color: #0071bb;
	text-decoration: none;
}

a:visited {
 	color: #0071bb;
	text-decoration: none;
}

a:hover {
	color: #5085bb;
	text-decoration: underline;
}

a:active {
	color: #5085bb;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #0071bb;
}

h2 {
	font-size: 14px;
	color: #7a7a7a;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #393939;
	font-weight: bold;
}

ul {
	margin-left: 0px;
}

ol {
	margin-left: 0px;
}

.contentBold {
	font-size: 12px;
	color: #7a7a7a;
	font-weight: bold;
}

.wrapper {
	position: relative;	
	margin: 0px auto;
	width: 965px;
	background-color:#FFF;
	overflow: auto;
	/* Drop Shadow all of below */	
	-moz-box-shadow: 0px 0px 30px #444; 
	-webkit-box-shadow: 0px 0px 30px #444; 
	box-shadow: 0px 0px 30px #444; 
	/* For IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666')"; 
	/* For IE 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#666666'); 
}

.header {
	position: relative;
	float: left;
	width: 965px;
}

.logo {
	position: relative;
	float: left;
	width: 190px;
}

.caption {
	position: relative;
	float: left;
	width: 315px;
}

.search {
	position: relative;
	float: left;
	width: 205px;
	height: 70px;
	padding-top: 20px;
padding-left: 50px;
	background-image: url(../bv_images/search.jpg);
}

.clientAccess {
	position: relative;
	float: left;
	width: 175px;
	height: 50px;
	padding: 20px 15px;
	background-color: #0071bb;
	background-image: url(../bv_images/client_access.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.whiteTitle {
	position: relative;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

.grayBar {
	position: relative;
	float: left;
	width: 965px;
	height: 10px;
}

.leftSidebar {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 175px;
}

.navbar {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 175px;
	background-color: #0071bb;
}

.newsletter {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 175px;
	background-image: url(../bv_images/dropshadow_background.jpg);
}

.rotatorColumn {
	position: relative;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	float: left;
	width: 570px;
}

.centerColumn {
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
	width: 555px;
}

.carousel {
	position: relative;
	float: left;
	margin-left: -15px;
	width: 570px;
	text-align:left;
z-index: 0;
}

.grayBarNarrow {
	position: relative;
	float: left;
	margin-left: -190px;
	width: 745px;
}

.breadcrumbs {
	position: relative;
	float: left;
	margin: 0;
	width: 555px;
	padding-bottom 10px;
}

.content {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 555px;
}

.contentBlock {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 175px;
}

.threeColumn {
	position: relative;
	float: left;
	width: 585px;
}

.homeColumn1 {
	position: relative;
	float: left;
	margin: 10px 15px 0px 0px;
	width: 175px;
}

.homeColumn2 {
	position: relative;
	float: left;
	margin: 10px 15px 0px 0px;
	width: 175px;
}

.homeColumn3 {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 175px;
	vertical-align: bottom;
}

.bookOnlineContainer {
	position: relative;
	float: left;
	width: 555px;
	margin-bottom: 10px;
}

.bookOnline {
	position: relative;
	float: left;
	text-align:left;
	border: 1px #CCC solid;
}

.rightSidebar {
	position: relative;
	margin-right: 15px;
	float: left;
	position: relative;
	width: 175px;
	background-color:#FFF;
}

.shoppingCartContainer {
	position: relative;
	float: left;
	width: 175px;
}

.shoppingCart {
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 167px;
	text-align:left;
	border: 1px #CCC solid;
	padding: 3px;
}

.news {
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 175px;
	text-align:left;
	background-image: url(../bv_images/dropshadow_background.jpg);
}

.relatedLinks {
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 175px;
	text-align:left;
	background-image: url(../bv_images/dropshadow_background.jpg);

}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;     
	-webkit-box-shadow: 3px 3px 4px #000;    
	box-shadow: 3px 3px 4px #000;    
	/* For IE 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";   
	/* For IE 5.5 - 7 */   
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
}

.industryCaseStudy {
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 175px;
	text-align:left;
	background-image: url(../bv_images/dropshadow_background.jpg);
}

.testimonials {
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 175px;
	text-align:left;
	background-image: url(../bv_images/dropshadow_background.jpg);
}

.footer {
	position: relative;
	float: left;
	width: 965px;
	clear: both;
}

.accreditationsClients {
	position: relative;
	float: left;
	width: 965px;	
}

.accreditations {
	position: relative;
	float: left;
	width: 965px;
	height: 70px;
	background-image: url(../bv_images/accreditations_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 9px;
}

.copyrightNav {
	position: relative;
	clear:both;
	float: left;
	margin-bottom: 10px;
	width: 965px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.controlBlockHeading {
	width: 161px;
	height: 16px;
	padding: 8px 7px 7px 7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	background-image: url(../bv_images/control_block_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.controlBlockSubheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #393939;
	font-weight: bold;
}

.controlBlockText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	margin-left: 10px;
	margin-right: 10px;
}

.controlBlockTextLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	border-style: dotted;
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	margin-top: -8px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.controlBlockButton {
	font-size: 14px;
	background-color: #000;
	text-align:left;
	padding: 2px 8px 4px 8px;
}

.controlBlockButton a:link {
	color: #FFF;
	text-decoration: none;
}

.controlBlockButton a:visited {
	color: #FFF;
	text-decoration: none;
}

.controlBlockButton a:hover {
	color: #CCC;
	text-decoration: none;
}

.controlBlockButton a:active {
	color: #CCC;
	text-decoration: none;
}

.controlBlockDivider {
	margin-top: 15px;
}

.controlBlockList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	list-style-image: url(../bv_images/bullet_point_cross.gif);
	padding-left: 25px;
}

.controlBlockList li {
	padding-bottom: 3px;
	border-style: dotted;
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 3px;
}

.serviceBlockList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	background-color: #e5e5e5;
	list-style-image: url(../bv_images/bullet_point_cross.gif);
	padding: 15px 0px 0px 25px;
	display: block;
	margin-top: -15px;
}

.serviceBlockList li {
	padding-bottom: 3px;
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 3px;
}

.contentBlockHeading {
	width: 161px;
	padding: 8px 7px 7px 7px;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #5085bb;
	background-image: url(../bv_images/control_block_heading_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentBlockHeading a:link {
	color: #FFF;
	text-decoration: none;
}

.contentBlockHeading a:visited {
	color: #FFF;
	text-decoration: none;
}

.contentBlockHeading a:hover {
	color: #CCC;
	text-decoration: none;
}

.contentBlockHeading a:active {
	color: #CCC;
	text-decoration: none;
}

.contentBlockSubHeading {
	width: 161px;
	padding: 8px 7px 7px 7px;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #5085bb;
	background-image: url(../bv_images/control_block_heading_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentBlockSubHeading a:link {
	color: #FFF;
	text-decoration: none;
}

.contentBlockSubHeading a:visited {
	color: #FFF;
	text-decoration: none;
}

.contentBlockSubHeading a:hover {
	color: #CCC;
	text-decoration: none;
}

.contentBlockSubHeading a:active {
	color: #CCC;
	text-decoration: none;
}

.contentEndBlockHeading {
	width: 541px;
	padding: 8px 7px 7px 7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #5085bb;
	background-image: url(../bv_images/control_endblock_heading_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.contentEndBlockHeading a:link {
	color: #FFF;
	text-decoration: none;
}

.contentEndBlockHeading a:visited {
	color: #FFF;
	text-decoration: none;
}

.contentEndBlockHeading a:hover {
	color: #CCC;
	text-decoration: none;
}

.contentEndBlockHeading a:active {
	color: #CCC;
	text-decoration: none;
}

.contentBlockImage {
	padding-bottom: 5px;
	border-style: dotted;
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 10px;
}

.contentBlockList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	list-style-image: url(../bv_images/bullet_point_blue_arrow.gif);
	padding-left: 15px;
}

.homeBlock {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 175px;
	background-image: url(../bv_images/dropshadow_background.jpg);
}

.homeBlockList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	list-style-image: url(../bv_images/bullet_point_cross.gif);
	padding-left: 25px;
	padding-bottom: 8px;
}

.homeBlockList li {
	padding-bottom: 3px;
	border-style: dotted;
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 3px;
}

.testimonialEndBlockHeading {
	width: 541px;
	padding: 8px 7px 7px 7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	background-image: url(../bv_images/control_endblock_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.formSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	width: 175px;
}

.options { 
	background-image:url(../images/button_more_options.jpg);
	width: 90px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.find { 
	background-image:url(../images/button_find.jpg);
	width: 46px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.alphabetOrder { 
	background-image:url(../images/button_alphabetical_order.jpg);
	width: 88px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.floatRight {
	position: relative;
	float: right;
	margin-left: 8px;
	font-weight: bold;
}

.floatRightDrop {
	position: relative;
	float: right;
	margin-left: 8px;
	margin-top: 15px;
}

.buttonRight {
	position: relative;
	float: right;
	margin-left: 8px;
	margin-right: 15px;
	padding-top: 16px;
}

.floatLeft {
	position: relative;
	float: left;
	margin-right: 8px;
}

.floatCenter {
	text-align: center;
 	margin-bottom: 10px;
}

.threeColumns {
	position: relative;
	float: left;
	width: 555px;
}

.threeColumnsNav {
	position: relative;
	float: left;
	width: 555px;
	background-color: #e5e5e5;
	overflow: auto;	
}

.threeColumnsMenu {
	position: relative;
	float: left;
	width: 501px;
	background-color: #e5e5e5;
	overflow: auto;	
}

.menuColumn1 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 250px;
}

.menuColumn2 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 250px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color: Silver;
}

.homeColumn1 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 175px;
}

.homeColumn2 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 175px;
}

.homeColumn3 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 175px;
}

.testimonialsColumn1 {
	position: relative;
	float: left;
	margin: 15px 15px 15px 15px;
	width: 410px;
}

.testimonialsColumn2 {
	position: relative;
	float: left;
	margin: 15px 15px 15px 0px;
	width: 100px;
}

.bvToolboxColumn1 {
	position: relative;
	float: left;
	margin: 10px 15px 10px 15px;
	width: 80px;
}

.bvToolboxColumn2 {
	position: relative;
	float: left;
	margin: 10px 15px 10px 15px;
	width: 200px;
}

.bvToolboxLabel
{
	height:25px;
}

.bvColumns {
	position: relative;
	float: left;
	width: 555px;
	background-image: url(../bv_images/dropshadow_background.gif);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:  LightGray;
}

.twoColumns {
	position: relative;
	float: left;
	width: 555px;
	/*background-image: url(../bv_images/dropshadow_background.gif);*/
}

.programColumn1 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 115px;
}

.programColumn1A {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	width: 175px;
}

.programColumn2 {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 423px;
}

.programColumn2A {
	position: relative;
	float: left;
	/*margin-bottom: 10px;*/
	width: 363px;
}

.programColumn2 h2 {
	margin-top: 0px;
}

.calendarTable {
	width: 555px;
}

.calendarHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #616161;
	background-image: url(../images/calendar_header.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight: bold;
	height: 27px;
 	text-align: left;
}

.calendarTableCategoryDark {
	font-size: 11px;
	font-weight:bold;
	background-color:#cbcbcb;
	color: #454545;
}

.calendarTableCategoryLight {
	font-size: 11px;
	font-weight:bold;
	background-color:#fafafa;
	color: #454545;
}

.calendarTableContentDark {
	font-size: 11px;
	background-color:#f1f1f1;
	color: #454545;
	text-align: left;
}

.calendarTableContentLight {
	font-size: 11px;
	background-color:#f6f6f6;	
	color: #454545;
	text-align: left;
}

.rating {
	position: relative;
	float: left;
	background-image:url(../images/block_rating.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 557px;
}

.contactusNavbar {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contactusNavbar a:link {
	color: #3d6af2;
	text-decoration: none;
}

.contactusNavbar a:visited {
 	color: #3d6af2;
	text-decoration: none;
}

.contactusNavbar a:hover {
	color: #3981bf;
	text-decoration: underline;
}

.contactusNavbar a:active {
	color: #3981bf;
	text-decoration: underline;
}

.studentPortal {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 745px;	
}

.lifted {
	position: relative;
	float: left;
	margin-top: 12px;	
}

.TabbedPanelsContent {
	padding: 5px;	
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:2001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:2002;
	overflow: auto;
}

.basket_stitle{
	font-size: 16px;
	color: #7a7a7a;
	font-weight: bold;
}

/* cart is empty */
.div_cartisempty{
	padding: 30px 0px 30px 0px;
}

/* Border around shop cart*/
.shopcart_background{
	BORDER-RIGHT: #555 1px solid; 
	BORDER-TOP: #555 1px solid; 
	BORDER-LEFT: #555 1px solid; 
	BORDER-BOTTOM: #555 1px solid; 	
	width: 95%;	
}

/* Button link Update Basket, Empty Basket etc */
A.shopcartlink {
  font-size: 12px;
  font-weight: bold;  
  color: white;
  background-color: #555;
  text-decoration: none;  
  width: 100%;
  BORDER-RIGHT: black 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: black 1px solid;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  BORDER-LEFT: black 1px solid;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: black 1px solid;
}

A.shopcartlink:visited {
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #555;
  text-decoration: none;
  width: 100%;
  BORDER-RIGHT: black 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: black 1px solid;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  BORDER-LEFT: black 1px solid;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: black 1px solid;
}

A.shopcartlink:hover {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #555;
  width: 100%;
  BORDER-RIGHT: black 1px solid;
  PADDING-RIGHT: 2px;
  BORDER-TOP: black 1px solid;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  BORDER-LEFT: black 1px solid;
  PADDING-TOP: 2px;
  BORDER-BOTTOM: black 1px solid;
}

/* Item title  link */
A.shopcart_item {
  font-size: 11px;
  font-weight: bold;
  color: #363535;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

A.shopcart_item:visited {
  font-size: 11px;
  font-weight: bold;
  color: #363535;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

A.shopcart_item:hover {
  font-size: 11px;
  font-weight: bold;
  color: #E86E3B;
  text-decoration: underline;
  padding: 0px 0px 0px 0px;
}

/* Color background Total row  TR */
.shopcart_totalcolumn_color{
 background-color: #CCC;			
}

/* Color background Title row TR */
.shopcart_titlecolumn_color{
 background-color: #CCC;		
}

/* Title text span */
.shopcart_titlecolumn{
  font-size: 12px;
  font-weight: bold;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

/* Item text span */
.shopcart_itmtext{
  font-size: 11px;
  font-weight: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

/* Item sum span */
.shopcart_itmsum{
  font-size: 11px;
  font-weight: bold;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  color: Maroon; 
}

/* Item total sum span */
.shopcart_totalsum{
  font-size: 12px;
  font-weight: bold;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  color: Maroon; 
}

/* Color background Item 1 TR */
.shopcart_zebra1{
 background-color: #efefef;	
}

/* Color background Item 2 TR */
.shopcart_zebra2{
 background-color: #EEE;		
}

/**********************************************
   Billing & Shipping
**********************************************/

.billship_titlecolumn_color{
 background-color: #CCC;		
}

.billship_title{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;  
  font-weight: bold;
  font-style:  normal;
  color: #100F0F;
  padding: 0px 0px 10px 0px;
}

.billship_to{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;  
  font-weight: bold;
  color: #100F0F;
}

A.bilship {
  font-size: 11px;
  font-weight: bold;
  color: #363535;
  text-decoration: underline;
  padding: 0px 0px 0px 0px;
}

A.bilship:visited {
  font-size: 11px;
  font-weight: bold;
  color: #363535;
  text-decoration:  underline;
  padding: 0px 0px 0px 0px;
}

A.bilship:hover {
  font-size: 11px;
  font-weight: bold;
  color: #E86E3B;
  text-decoration: underline;
  padding: 0px 0px 0px 0px;
}

.bilship_itmtext{
  font-size: 11px;
  font-weight: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.bilship_textmessage {
  font-size: 11px;
  font-weight: bold;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.bilship_clsError {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; COLOR: #b60101; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.bilship_box {
	BORDER-RIGHT: #555 1px solid; 
	BORDER-TOP: #555 1px solid; 
	BORDER-LEFT: #555 1px solid; 
	BORDER-BOTTOM: #555 1px solid; 
	BACKGROUND-COLOR: #EEE;
	FONT-SIZE: 11px; 
	COLOR: black; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
   padding: 0px 0px 0px 0px;	
}

.bilship_title {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; 
	COLOR: white; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #6487DB;
}

.billship_viewbox{
 width: 90%;	
}

/**********************************************
   Shopping Cart Summary
**********************************************/

.div_cartsummary{
 padding: 0px;
 margin-bottom: 10px; 
}

.cartsummary_background{
	BORDER-RIGHT: #616139 0px solid; 
	BORDER-TOP: #616139 0px solid; 
	BORDER-LEFT: #616139 0px solid; 
	BORDER-BOTTOM: #616139 0px solid;	
	width: 175px; 
}

.cartsummary_title_color{
	background-color: #CCC;		
}

.cartsummary_header{
	background-color: #555;
	background-image: url(../images/button_cart.jpg);
	background-repeat: no-repeat;
	height: 36px;	
}

.cartsummary_td{
	BORDER-BOTTOM: #CCC 1px solid;
}

.cartsummary_title{
  font-size: 9px;
  font-weight:  bold;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  color: white;
}

.cartsummary_titlecolumn{
  font-size: 10px;
  font-weight: bold;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  color: #333;
  padding: 0px;
}

.cartsummary_titlecolumn_color{
 background-color: #CCC;		
}

.cartsummary_totalcolumn_color{
  background-color: #EEE;			
}

.cartsummary_totalcolumn{
  font-size: 9px;
  font-weight:  normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  padding: 0px;
}

/* Item total sum span */
.cartsummary_totalsum{
  font-size: 9px;
  font-weight: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

/* Item text span */
.cartsummary_itmtext{
  font-size: 10px;
  font-weight: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  padding: 0px;
}

/* Color background Item 1 TR */
.cartsummary_zebra1{
 background-color: #EEE;	
}

/* Color background Item 2 TR */
.cartsummary_zebra2{
 background-color: #fefefe;		
}

/* Item title  link */

A.cartsummary_item {
  font-size: 10px;
  font-weight: normal;
  color: #ee711d;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  text-decoration:  none;
}

A.cartsummary_item:visited {
  font-size: 10px;
  font-weight: normal;
  color: #ee711d;
  text-decoration:  none;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

A.cartsummary_item:hover {
  font-size: 10px;
  font-weight: normal;
  color: #E86E3B;
  text-decoration: underline;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

A.cartsummary_yourbasket {
  font-size: 10px;
  font-weight: bold;
  color: #ee711d;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
  text-decoration:  none;
}

A.cartsummary_yourbasket:visited {
  font-size: 10px;
  font-weight: bold;
  color: #ee711d;
  text-decoration:  none;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

A.cartsummary_yourbasket:hover {
  font-size: 10px;
  font-weight: bold;
  color: #E86E3B;
  text-decoration:  underline;
  FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.toolboxHeading {
	width: 541px;
	padding: 8px 7px 7px 7px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	background-image: url(../bv_images/control_endblock_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.watermark
{
	color: LightGray;
}
