/** three column layout */
div.three-column-layout div.left{
    display: block;
    width: 160px;
}
div.three-column-layout div.center{
    display: block;
    width: 550px;
    margin-left: 4px;
    padding:0 10px;
    position:relative;
    min-height:400px;
    height:auto;
}
div.three-column-layout div.right{
    display: block;
    width: 225px;
	overflow: hidden;
}
div.three-column-layout div.left div.panel div.title img.icon{
    display: none;
}
div.three-column-layout div.right div.panel{
    background-color: #807f80;
    color: #fff;
	overflow: hidden;
}
div.three-column-layout div.right div.panel div.title{
    height: 40px;
}

div.three-column-layout div.right a {
    color: #fff;
}
div.two-column-layout div.content-center, div.two-column-layout div.center {
    display: block;
    width: 650px;
    margin:0 5px 5px 0;
    padding:0 5px 0 0 ;
    position:relative;
    min-height:400px;
    height:auto;
}
div.two-column-layout div.content-right, div.two-column-layout div.right {
    display: block;
    width: 289px;
	overflow: hidden;
	float:right;
	margin-right:10px;
}
.center div.absolute-right {
	position:absolute;
	top:0;
	right:0;
}
div.two-column-layout .center div.section-panel {
	padding:10px 5px 10px 0px;
	margin:0 10px 0 0;
	position:relative;
	width:645px;
	overflow:hidden;
}
div.section-panel .document-panel {
	padding:8px;
	margin:3px 0;	
}
div.section-panel .document-body {
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:5px 20px 5px 10px;
	margin:0px 20px 5px 0px;	
}
div.-right .panel{
	padding:10px 0px 0 0;
	margin-bottom:10px;
	width:180px;
}
div.right .object-row {
	background-color:#FFFFFF;
	margin:2px 0;
}
/*
#main div.section-panel {
	padding:5px 5px 10px 5px;
	margin:0 10px;
	position:relative;
	width:545px;
	overflow:hidden;
}*/
#main h2.section-header {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px 10px 5px 10px;
    color:#333333;
    margin:10px 0;
    position:relative;
}
#main  h2.section-header a {
	color:#333333;
	font-size:12px;
}
#main  h2.section-header span  {
	padding-top:3px;
}
h2.section-header .edit-pencil-header {
	position:absolute;
	right:3px;
	 width:100%;
	 padding:3px 5px 0 0;
	display:none;
	text-decoration:none;
}
h2.section-header .edit-pencil-header span {
	float:right;
}
div.two-column-content div.content-center  .section-body {
	margin:0px 0px;
	padding-left:10px;
}
div.section-panel .two-column-display-box .column-info {
	margin-left:85px;
}
img.hey-there {
	float:left;
	padding-right:10px;
}
div.unsubscribed-box {
	border:none;
	width:540px;
	padding:5px 20px;
}
div.two-column-layout div.two-column-content #page-loading {
	background:#fefefe url(../images/loader-page.gif) no-repeat center 70px;
	height:455px;
	width:540px;
	left:2px;
	top:2px;
	display:none;
	position:absolute;
	z-index:200;
}
a.user-rejection, a.group-rejection, a.event-rejection {
	color:#616161;	
}
div.section-panel .column-one{
	border-right:1px solid #CCCCCC;
	width:272px;
	padding:5px 0 0 0px;
	overflow:hidden;
}
div.section-panel .column-two{
	width:272px;
	padding:5px 0 0 5px;
	overflow:hidden;
}
div.slider-panel .column-one{
	border-right:1px solid #CCCCCC;
	width:278px;
	min-height:80px;
	padding:5px 0 0 0px;
}
div.slider-panel .column-two{
	width:278px;
	padding:5px 0 0 5px;
}
div.slider-panel .two-column-display-box .column-info {
	margin-left:85px;
	width:165px;
	overflow:hidden;
}
/*AC  owner panel object */
#owner-object-panel {
	padding:5px;
	border:1px dashed #aaa;
	position:relative;
}
#owner-object-panel #object-column-one {
	width:270px;
	padding:5px;
}
#owner-object-panel #object-column-two {
	width:285px;
	padding:5px;
	position:absolute;
	left:250px;
	top:10px;
	margin:0;
}
div.two-column-content div.category {
	margin:0px 0px;
	padding-left:20px;
}
#video-object-panel {
	border:1px dashed #aaa;
	padding:5px;
	position:relative;
	width:500px;
}
#video-object-panel #object-column-one {
}
#video-object-panel .object-info{
	margin-left:55px;
}
#video-object-panel #object-column-two {
	padding:0px 7px 5px 5px;
	position:absolute;
	right:10px;
	top:0px;
	margin:0;
	text-align:right;
	width:200px;
}
div.document-panel {
	padding:5px 0;
	min-height:105px;
	height:auto !important;
	height:105px;	
}
div.document-panel .vidthumb {
	float: left;width:100px;
}
div.document-panel .discussion-info {
	margin-left:125px;
}
/*AC user info */
div.profile-info{
    padding: 5px;
    width:475px;
	width:591px\9;
}
div.profile-info div.profile-panel {
	margin-left:10px;
	padding: 5px;
}
div.profile-info div.profile-panel .title {
	font-weight:bold;
	text-decoration:underline;
}
div.profile-info #status-text-view {
	font-size:16px;
	padding-left:10px;
	color:#666666;
}
div.profile-info table.info-table {
	width:150px;
}
div.profile-info div.profile-avatar {
	position:relative;
	
}
div.profile-info div.profile-avatar a  {
	position:absolute;
	border:1px solid #333333;
	top:0px;
	left:0px;
	padding:5px;
	z-index:5;
	width:92%;
	background:#E8E8E8 url(../images/edit-pencil.png) no-repeat scroll 96% 45%;
}
div.profile-info div.profile-avatar span.edit-image-bar a{
	color:#333;
	width:100%;
	height:100%;
}
/** one column layout */
div.one-column-layout{
    margin: 0px auto;
    padding: 2px 10px 10px 10px;
}
div.profile{
    padding: 2px 10px 10px 10px;
}
div.profile div.left{
    display: block;
    width: 150px;
}
div.profile  div.center{
    display: block;
    width: 475px;
    margin-left: 10px;
}

div.profile  div.right{
    display: block;
    width: 325px;
}
/** profile columns */
div.profile div.profile-header{	padding-left:10px;}
div.profile div.profile-info div.hotness-box{
    float:right;
    padding-right: 30px;
    color: #OE3477;
    text-align: right;
    width:85px;
}
div.profile div.profile-info div.hotness-box img{
    float:right;
}
div.profile-two-columns div.profile-info div.hotness-box{
    float:right;
    padding-right: 30px;
    color: #OE3477;
    text-align: right;
}
div.profile-two-columns div.profile-info div.hotness-box img{
    float:right;
}
div.profile-info div.panel{
    margin: 0px 0px 0 160px;
}
div.profile-info div.panel div.title{
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
div.profile div.right div.panel div.content{

} 
div.profile-info div.panel table.content th{
    color: #666;
    font-weight: bold;
    padding: 2px 0px;
    width: 150px;
}
/**
* AC _common panel list items.
**/
.section-panel .listings ul li {
	padding:5px;	
}	
.section-panel .listings ul li .object-avatar {
	float:left;
	padding:0 20px 5px 0;	
}
.section-panel .listings ul li .object-info {
	margin-left:100px;
	width:400px;
}
* html #similar-businesses-panel div.content ul.depth1 li.depth1 {
	border-bottom:none;
	line-height:30px;
}
* html #similar-businesses-panel div.content ul .biz-divider {
    text-decoration: none;
   border-bottom:none; 
}
 /*IE7 fixes*/
*:first-child+html #similar-businesses-panel{
    background-color: #fff;
    padding:0;
    margin:0;
}
*:first-child+html #similar-businesses-panel div.content ul li.depth1 {
	line-height:30px;
}
*:first-child+html #similar-businesses-panel div.content .biz-divider {
   border-bottom:none; 
}
*:first-child+html #similar-businesses-panel div.content img .heatie{
    padding:5px 0 0px 0;
    margin:5px 0 0px 0;
}
* html #site #main{
	margin: 0;
	padding: 0;
}
* html div.content-center #ad-image  img {
 	position:relative;
	width:500px;
}
* html div.center {
	height:400px;
    margin:0 0 0 0px;
    padding:0 0 0 3px;
}
* html div.two-column-layout div.left{
	margin: 0;
	padding: 0 0 0 8px;
}
* html div.two-column-layout div.right {
	margin: 0;
	padding: 0;
}
* html div.two-column-layout {
	padding: 0;
}
* html div.two-column-layout div.content-right {
	padding: 0;
}
* html div.two-column-layout div.section-panel {
	margin: 0;
	padding:10px 5px ;
}
/*
/** two column layout */
/*
div.two-column-layout {
	background-color:#FFF;
	 min-height:850px;
}
div.two-column-layout div.left{
	background-color:#FFF;
    display: block;
    width: 185px;
	padding:0 0 0 18px;
}
div.two-column-layout div.right{
    display: block;
    width: 770px;
    margin-left: 4px;
    padding: 0 18px 0 0;
    
}
/*div.two-column-layout div.left a {
    color: #fff;
}
div.two-column-layout div.left div.panel{
    background-color: #cf6102;
    color: #fff;
}
div.two-column-layout div.left div.gray{
    background-color: #777;
}
div.two-column-layout div.left div.panel div.content{

}
div.two-column-layout div.left div.panel div.title{
    height: 40px;
}
div.two-column-layout div.left div.panel div.title img.icon{
    display: none;
}

/*AC User-menu-box left column*/
/*
#user-menu-box {
	border:1px solid #cccccc;
	padding:10px;
	position:relative;
}
#user-menu-box img {
	margin:0 0 2px 6px;
}
#user-menu-box #status-form{
    margin: 5px 0 5px 0;
    vertical-align: text-top;
}
#user-menu-box #status-form input.text-input {
    border: 1px solid #OE3477;
    width:150px;
    height:22px;
    font-size:12px;
    padding: 3px 5px;
    float: left;
    color: #333;
    cursor: pointer;
    
}
#user-menu-box #status-form input.submit-button{
    border: none;
    height: 32px;
    width: 48px;
    background-color: #aaa;
    color: #fff;
    float: right;
    cursor: pointer;
}
#user-menu-box #status-text{
    font-size: 16px;
    padding-left: 2px 2px 2px 0px;
    overflow:hidden;
}
.change-username-link {
	width:150px;
	padding:5px;
	background-color:#EEEEEE;
	border:1px dashed #333;
	text-align:center;	
}
*/
