
#secondary {
	
	width: 280px;
	padding: 10px;
	
}

#secondary .box {
	/*border: 1px solid #d7d7d7;*/
	/*background-color: #fafafa;*/
	margin-bottom: 10px;
}

#secondary .box .innerBorder {
	border: 1px solid #fff;
	padding: 9px 0 9px 9px;
	overflow: hidden;
}

#secondary .advertisment .innerBorder {
	text-align: center;
	padding: 3px;
}

#secondary .adbox {
	margin-bottom: 10px;
}

.box p.title,.box label.title {
	display: block;
	margin: -.1em 0 3px;
	font-size: 12px;
}

.box p.title .more,.box label.title .more {
	margin-right: 9px;
	float: right;
}

.box p.title a.more,.box label.title a.more {
	font-size: 12px;
}

#embed .box input {
	color: #777;
	font-size: 12px;
	width: 250px;
	height: 21px;
	padding: 6px 5px 0;
/*width:150px; height:20px; border:1px #666666 solid; background-color:#333333;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;color:#ffffff;*/
}



.listTabs {
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.listTabs .tab {
	border: 1px solid #d8d7d1;
	border-bottom: none;
	margin: 0 2px 0 0;
	float: left;
	
}

.listTabs .tab div {
	/*color: #222;*/
	border: 1px solid #fff;
	background-color: #f4f4f4;
	font-size: 12px;
	padding: 6px 9px;
	outline: none;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	text-decoration:none; 
	color:#999999;
}
/*
.graylink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none; color:#999999;}
.greenlink{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none; color:#00FF00;}
.
*/

.listTabs .active {
	border-bottom: 1px solid #d8d7d1;
	margin-bottom: -1px;
}

.listTabs .active div {
	border-bottom: 1px solid #fff;
	background: #fff url(../images/tab_bg.gif) 0 0 repeat-x;
	color: #000;
	padding-bottom: 7px;
	font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;text-decoration:none; color:#00FF00;
	
}




.listBox .item {
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	position: relative;
}

.listBox .item .content .arrow-left {
	position: absolute;
	top: 25px;
	left: 86px;
}

.listBox .item .comment .arrow-left {
	position: absolute;
	top: 18px;
	left: 60px;
}

.listBox .item .content {
	border-bottom: 1px solid #cbc9bc;
	background-color: #fff;
	min-height: 84px;
	margin-left: 95px;
}

.listBox .item .content .title {
	background-color: #f0eedf;
	color: #777;
	font-size: 11px;
	padding: 5px 10px;
}

.listBox .item .content .title .btns {
	float: right;
}

.listBox .item .content .title .btns .delete {
	color: #b81818;
	font-weight: bold;
}

.listBox .item .content .message {
	padding: 10px 10px 15px;
}

.listBox .item .content .message p {
	font-size: 14px;
}

.listBox .item .comment {
	border-bottom: 1px solid #cbc9bc;
	background-color: #fff;
	min-height: 58px;
	margin-left: 69px;
}

.listBox .item .comment .message {
	padding: 10px;
	line-height: 18px;
}

.listBox .item .comment .message .username {
	color: #444;
	margin-bottom: 3px;
	font-weight: bold;
}

.listBox .item .comment .message .date {
	color: #666;
	font-size: 12px;
	float: right;
}

.listBox .item .owner-comment .message .username {
	color: #000;
}

.listBox .item .owner-comment {
	background-color: #fffed5;
	border-bottom: 1px solid #cec095;
}

.listBox .item .comment .attachment {
	padding: 0 0 10px 10px;
	margin-right: 10px;
	overflow: hidden;
}

.listBox .item .comment .attachment a.photo {
	background-color: #fefefe;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0;
	display: inline-block;
}

.listBox .item .comment .attachment a.photo:hover {
	background-color: #efefef;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}


.listBox .item .comment .attachment .filename {
	color: #000;
	font-size: 24px;
	line-height: 80px;
}

.listBox .item .new-comment {
	background-color: #edf2f6;
}

.listBox .item .new-comment #commentUploadSwf {
	font-size: 12px;
	line-height: 26px;
	outline: none;
	float: left;
}

.listBox .item .new-comment .disclaimer {
	font-size: 11px;
	color: #999;
	padding-left: 5px;
}

.listBox .item .new-comment .txa {
	color: #ccc;
	padding: 5px;
	width: 510px;
	clear: none;
}

.listBox .item .new-comment .focus {
	color: #333;
}

.listBox .item .new-comment textarea {
	font-size: 14px;
	padding: 3px;
	margin: 5px 0;
	height: 50px;
	outline: none;
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	resize: none;
	float: none;
}

.listBox .item .new-comment .focus textarea {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.listBox .item .new-comment .sbt {
	float: right;
}

.adbox {
	width: 280px;
	height: 10px;
}



