/* CSS Document */

.boxed_nw {
	background: transparent url(icons/boxed/left-top-cat.gif) no-repeat 0 0;			
  width:14px;
  height:33px;
}

.boxed_n {
  background: transparent url(icons/boxed/top-middle-cat.gif) repeat-x 0 0;			
  height:33px;
}

.boxed_ne {
  background: transparent url(icons/boxed/right-top-cat.gif) no-repeat 0 0;			
  width:14px;	  
  height:33px;
}

.boxed_w {
  background: transparent url(icons/boxed/frame-left-cat.gif) repeat-y top left;			
  width:14px;
}

.boxed_e {
  background: transparent url(icons/boxed/frame-right-cat.gif) repeat-y top right;			
  width:14px;	  
}

.boxed_sw {
  background: transparent url(icons/boxed/bottom-left-c-cat.gif) no-repeat 0 0;			
  width:14px;
  height:36px;
}

.boxed_s {
  background: transparent url(icons/boxed/bottom-middle-cat.gif) repeat-x 0 0;			
  height:36px;
}

.boxed_se, .boxed_sizer  {
  background: transparent url(icons/boxed/bottom-right-c-cat.gif) no-repeat 0 0;			
  width:14px;
  height:36px;
}

.boxed_title {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 15px;
	text-align:center;
	margin-bottom:5px;
	color: #FFFFFF;
}

.boxed_content {
	overflow: hidden;
	height:160px;
	width:100%;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
	text-align:left;
}

.boxed_status_bar {
	margin-bottom:3px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

.boxed_price {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight:bold;
	font-size: 18px;
	height: 25px;
	width:100%;
	text-align:center;
	color: #990000;
}
