/* - Column One - */

.mls .col1 div.my_account {
	padding-top: 0;
	margin: 1px 0;
	min-height: 379px;
	_height: 379px;	
}

.mls .col1 div.my_account div.categoryList {
	border-bottom: 1px solid #ccc;
}

div.my_account a.buttonList {
	position: relative;
	display: block;
	height: 25px;
	margin: 0;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	background-color: #fff;
	background-image: url(/images/layout/cons/btn_category_bg.gif);
}

div.my_account a.buttonList img.left {
	position: absolute;
	top: 0;
	left: 0;
}

div.my_account a.buttonList img.right {
	position: absolute;
	top: 0;
	right: 0;
}

div.my_account a.buttonList:hover {
	border-bottom: none;
	color: #fff;
	background-color: #e8aa58;
	background-image: url(/images/layout/cons/btn_category_bg_ovr.gif);
}

div.my_account a.buttonDwn {
	color: #fff;
	background-color: #7c8588;
	background-image: url(/images/layout/cons/btn_category_bg_dwn.gif);
}

div.my_account a.buttonDwn img.left {
	position: absolute;
	top: 0;
	left: 0;
	background-image: none;
}

div.my_account a.buttonDwn img.right {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/layout/cons/btn_category_bg_dwn_rtShdw.gif);
}

div.my_account a.buttonDwn:hover {
	border-bottom: none;
	background-image: url(/images/layout/cons/btn_category_bg_dwn.gif);
}


/* - Column Two - */

/**** icon/list view h1 styles ****/

div.col2 h1 img.btn_listView, div.col2 h1 img.btn_iconView {
	position: absolute;
	top: 3px;
}

div.col2 h1 img.btn_listView {
	right: 3px;
}

div.col2 h1 img.btn_iconView {
	right: 22px;
}

#mls_resultsPerPage {
	position: absolute;
	top: 2px;
	right: 42px;
	height:15px;
	line-height:15px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color: #999;
}

#mls_resultsPerPageOptions {
	height: 12px;
	*height: 17px;
	_height: 16px;
	width:125px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	border: none;
	background-color:#fff;
}

#mls_resultsPerPageOptions option{
	margin: 0;
	padding: 0;
}

div.col2.mls_listView h1 img.btn_iconView{
	background-image:url(/images/layout/cons/btn_iconView.gif);
	cursor:pointer;
}

div.col2.mls_iconView h1 img.btn_listView{
	background-image:url(/images/layout/cons/btn_listView.gif);
	cursor:pointer;
}

div.col2.mls_iconView h1 img.btn_iconView{
	background-image:url(/images/layout/cons/btn_iconView-down.gif);
}

div.col2.mls_listView h1 img.btn_listView{
	background-image:url(/images/layout/cons/btn_listView-down.gif);
}


/**** icon view fileContainer styles ****/

div.col2.mls_iconView div.fileContainer{
	position:relative;
	display:inline;
	width:83px;
	padding:10px 5px;
	text-align:center;
	float:left;
}

div.col2.mls_iconView div.fileContainer img.fileIcon{
	background-color:#fff;
	border:1px solid #5a676b;
}

div.col2.mls_iconView div.fileContainer h2{
	font-size:10px;
	color:#00889b;
	border:none;
	margin-top:2px;
	padding:0px;
	line-height: 12px;
}

div.col2.mls_iconView div.fileContainer h3{
	font-size:10px;
	color:#000;
	line-height: 12px;
	margin-top: 2px;
}

div.col2.mls_iconView div.fileContainer div.desc{
	display:none;
}

/**** list view fileContainer styles ****/

div.col2.mls_listView div.fileContainer{
	position:relative;
	width:100%;
}

div.col2.mls_listView div.fileContainer div.infoContainer{
	position:relative;
	display:inline;
	float:right;
	width:395px;
	margin:13px 13px 0px 0px;
}

div.col2.mls_listView div.fileContainer.even{
	background-color:#fff;
}

div.col2.mls_listView div.fileContainer.odd{
	background-color:#D7DADB;
}

div.col2.mls_listView div.fileContainer img.fileIcon{
	background-color:#fff;
	border:1px solid #5A676B;
	float:left;
	display:inline;
	margin:10px 5px 0px 10px;
}

div.col2.mls_listView div.fileContainer h2{
	font-size:10px;
	color:#00889B;
	border:none;
	margin-top:7px;
	padding:0px 6px 0px 0px;
	background-position:right 2px;
	background-repeat:no-repeat;
	display:inline;
}

div.col2.mls_listView div.fileContainer.even h2{
	background-image:url(/images/layout/cons/bg_mls_listView_h2-white.gif);
}

div.col2.mls_listView div.fileContainer.odd h2{
	background-image:url(/images/layout/cons/bg_mls_listView_h2-grey.gif);
}

div.col2.mls_listView div.fileContainer h3{
	font-size:10px;
	color:#000;
	font-weight:normal;
	color:#999999;
}

.breaker{
display: none;
}

div.col2.mls_listView .breaker{
	display: block;
	clear: both;
}

div.col2.mls_listView div.fileContainer div.desc{
	position:relative;
	display:block;
	height:43px;
	overflow:hidden;
	color:#333333;
}

div.col2.mls_listView div.fileContainer div.desc a{
	position:absolute;
	bottom: 3px;
	right:0px;
}

div.col2.mls_listView div.fileContainer.even div.desc a{
	background-color:#fff;
}

div.col2.mls_listView div.fileContainer.odd div.desc a{
	background-color:#D7DADB;
}

div.col2.mls_listView div.fileContainer img.rating{
	position:absolute;
	top:0px;
	right:0px;
}


/**** hidden styles for popup bubble ****/

p.views, p.date, p.category, img.publisherImg{display: none;}

/* - Column Three - */

div#rightAccordion div.colBGorange {
	background-image: url(/images/layout/cons/bg_sidebarContentOrange.png); /* - sets transparent orange background - */
}

div#rightAccordion h2 {
	position: relative;
	margin: 0px;
	font-size: 10px;
	color: #495358;
}

div#rightAccordion h2 img.left {
	position:absolute;
	left: 0px;
	top:0px;
	background-repeat:no-repeat;
	width:10px;
}

div#rightAccordion h2 img.right {
	position:absolute;
	right: 0px;
	top:0px;
	background-repeat:no-repeat;
	width:10px;
}

div#rightAccordion div.bottom, div#rightAccordion div.bottom *{
	height:7px;
}

div#rightAccordion span {
	left: 10px;
}

.OGminHeight {
	height: 304px;
}

div#rightAccordion div.bottom {
	margin-top: 1px;
}

div#rightAccordion div p {
	color:#fff;
	font-size:10px;
}

.mls div#rightAccordion ul.my_files li:hover,
.mls div#rightAccordion ul.my_files li.sfhover {
	background-image: url(/images/layout/cons/bg_sidebarContentWhite.png); /* - sets transparent white background - */
	cursor: pointer;
}

.mls div#rightAccordion ul.my_files li.viewAll {
	margin: 0;
	padding: 0;
	text-align: right;
	border-top: 1px solid #ccc;
	min-height: 0;
	_height: 0;
}

.mls div#rightAccordion ul.my_files li.viewAll p {
	padding-left: 0;
	width: 182px;
}

.mls div#rightAccordion ul.my_files li {
	min-height: 40px;
	_height: 40px;
}

.mls div#rightAccordion ul.my_files li p {
	padding-left: 54px;
}

.mls div#rightAccordion ul.my_files li p.username {
	color: #000;
}

.commentsFooter a{
margin-left: 3px;
margin-right: 3px;
}

.thumbselector a, .thumbselector a:hover{
padding: 0px;
margin: 0px;
border: none;
}
