@charset "UTF-8";
/* CSS Document */
div.Border {
	background: #ffffff;
	width: 35%;
	border:none;
  } 
div.Border h6 {
  }
div.BorderSides {
	margin:10;
  }
div.BorderFooter {
  }
div.BorderFooter p {

  }

/* media="all" hides styles from NS4.x only 
   - so we'll put styles we want to hide from NS4.x here */
div.Border {
	background: url(brd/custom_corners_topleft.gif) top left no-repeat;
	width: 512px;
	margin-top: 15px;
  } 
div.Border h6 {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(brd/custom_corners_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 42px;
  }
div.BorderSides {
	background-image: url(brd/custom_corners_rightborder.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 0px 0px 30px;
	margin-top: -15px;
  }
div.BorderFooter {
	background: url(brd/custom_corners_bottomleft.gif) bottom left no-repeat;
	height: 40px;
	overflow: hidden;
	vertical-align: bottom;
  }
div.BorderFooter p {
	background-image: url(brd/custom_corners_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 42px;
  }

div.BorderTHUMBS {
	background: #ffffff;
	width: 35%;
	border:none;
  } 
div.BorderTHUMBS h6 {
  }
div.BorderTHUMBSSides {
	margin:10;
  }
div.BorderTHUMBSFooter {
  }
div.BorderTHUMBSFooter p {

  }

/* media="all" hides styles from NS4.x only 
   - so we'll put styles we want to hide from NS4.x here */
div.BorderTHUMBS {
	background: url(brd/custom_corners_topleft.gif) top left no-repeat;
	width: 290px;
	margin-top: 0px;
  } 
div.BorderTHUMBS h6 {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(brd/custom_corners_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 42px;
  }
div.BorderTHUMBSSides {
	background-image: url(brd/custom_corners_rightborder.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
	margin-top: -15px;
  }
div.BorderTHUMBSFooter {
	background: url(brd/custom_corners_bottomleft.gif) bottom left no-repeat;
	height: 40px;
	overflow: hidden;
	vertical-align: bottom;
  }
div.BorderTHUMBSFooter p {
	background-image: url(brd/custom_corners_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 42px;
  }
table.listing_tablepad {
	margin-left: 18px;
	padding-left: 18px;
}
