
.box {
	display: inline;
	margin: 1px 3px 0 3px;
	float: left;
	width:99%;	
}
.box table td { /* Override default table styles for box model */
	border:none;
}

.boxtop {
	position:relative;
	background:url('../../images/ssBox.gif') no-repeat 100% 0;
	margin:0 0 0 13px;
	height:13px;
}
	
.boxtop div {
	position:absolute;
	height:13px;
	width:13px;
	left:-13px;
	background:url('../../images/ssBox.gif') no-repeat 0 0;
}
	
.boxtop div div { visibility: hidden; }

.boxbot {
	position:relative;
	background:url('../../images/ssBox.gif') no-repeat 100% 100%;
	margin:0 0 0 13px;
	height:13px;
}

.boxbot div {
	position:absolute;
	height:13px;
	width:13px;
	left:-13px;
	*position:relative; /* Fixes lower left corner quirky alignment in IE6, check fix across other browsers */
	background: url('../../images/ssBox.gif') no-repeat 0 100%;
}

.boxbot div div { visibility: hidden; }

.boxl {
	padding:0 0 0 11px;
	height:1%; /* Fixes left edge visual glitch in IE6 and IE7, but avoid unit (ie. px) otherwise box model will break in IE7 */		
	background:url('../../images/ssborders.gif') repeat-y 0 0;	
}
.boxr {
	padding:0 11px 0 0;
	background:url('../../images/ssborders.gif') repeat-y 100% 0; }
.boxm {
	background:#ffffff; /* #25272d; */	
	padding: 3px 5px 3px 5px; }
.boxsizer {
	padding: 5px 5px 5px 5px; }

/* necessary only for forum post vertical bar */	
.boxtop span {
	position: absolute; 
	background: url('../../images/vr.gif') repeat-y; 
	margin: 47px 0 0 118px; 
	width: 3px; 
	height: 3px; }
.boxbot span {
	position: absolute; 
	background: url('../../images/vr.gif') repeat-y;
	margin: 0px 0 0 118px; _margin-top: -10px;
	width: 3px; 
	height: 3px; }
.post .boxm {
	background: #25272d url('../../images/vr.gif') 120px 0 repeat-y; }
.nostats .boxm {
	background: #25272d;  }
	
	
/* ----- Box Titles ----- */

.title div.boxtop, .title div.boxtop div {
	height: 50px; }

.box .heading {
	position: relative;
	display: block;
	height: 29px;
	margin: -42px -5px 8px -5px; * margin-bottom: 0px;
	padding: 5px 5px 0px 5px; 
	/*background: url('../../images/ssHeaderBG2.gif') repeat-x;*/
	color: #333333;
	/*border: 1px solid #999999;*/
}

.box .headsizer { width: 100%; }

.box .heading h3 {
	padding-left:0px;
	color:#333333;
}

.box .heading p {
	float: right;
	margin: 6px 3px 0 0; 
	font-size: 1.1em;
}


.box .heading p a {
	text-decoration:none;
}

.heading .btn, .heading .button {
	float: right;
	margin: 3px 0 0 5px; }

.box .heading ul {
	margin-top: 6px;
	float: right; }

.box .heading li {
	float: left; 
	padding-right: 10px;
	line-height: 13px;
	font-weight: bold;}
.box .heading li img {
	float:left;
	margin-right: 5px; }
	
.i-features	{ height:25px; background: url('../../images/i8.gif') no-repeat; }

.box .featurefix {
	width: 100%; }
.box .featurefix div {
	*display: inline; }

.box h1 {
	color:#222222;
}

.box a {
	
}

.box a.boxbutton {
	cursor:pointer;	
	text-decoration:none;	
	display:inline;	
}

.box ul {
	color:#333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	list-style-position:inside;
}