#media {
    float: left;
    width: 100%;
}
.media-each {
    float: left;
}
.media-each img{
    max-width: 200px;
}

#topic {
    float: left;
    width: 100%;
    font-size: 18px;
}
#menu {
    float: right;
}
#media {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.media-each {
    margin-right: 10px;
}
#detail {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
#price {
    display: inline;
    color: red;
    font-weight: bold;
}
.menu-button {
    float: left;
    border: solid 1px black;
    margin-right: 5px;
    padding: 4px 4px 4px 4px;
    font-size: 13px;
    font-weight: bold;
    cursor: hand; cursor: pointer;
}

/* relate */
#relate {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#relate-seller {
    float: left;
    width: 100%;
}
#relate-seller-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}
#relate-seller-block {
    float: left;
    margin-right: 15px;
    font-size: 12px;
}
#relate-seller-block-header img {
    max-height: 70px;
}
#relate-seller-block-detail {

}
#relate-product {

}


/* take this from space, rework to match only news */

#postnew-header {
    border-bottom: #DAD9D9 solid 1px;
    margin-bottom: 5px;
}
.delete-feed {
    float: right;
    width: 10px;
    height: 15px;
    z-index: 100;
    margin-right: 4px;
    color: #999999;
    cursor: pointer; cursor: hand;
}
#feed-block {
    float: left;
    width: 80%;
}
.feed-block {
    float: left;
    padding: 6px 6px 6px 6px;
    border: #DAD9D9 solid 1px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 10px;
}
.feed-block img {
	max-width: 600px;
}
.feed-block-new {
    float: left;
    padding: 6px 6px 6px 6px;
    border: #DAD9D9 solid 1px;
    width: 100%;
    background-color: #dfdfdf;
    margin-top: 10px;
}
.feed-block-top {
    float: left;
    width: 100%;
}
.feed-block-top img {
    width: 20px;
    height: 20px;
}
.feed-block-top-avatar {
    float: left;
    width: 20px;
    margin-right: 5px;
}
.feed-block-top-name {
    float: left;
}
.feed-block-detail {
    float: left;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.feed-block-response {
    float: right;
    /*width: 5%;*/
    font-size: 13px;
}
.feed-block-response-like {
    float: left;
    width: 30px;
    margin-right: 5px;
    cursor: pointer; cursor: hand;
}
.feed-block-response-like img {
    max-width: 20px;
}
.feed-block-form {
    float: left;
    width: 97%;
    margin-top: 10px;
    /*padding: 5px 5px 5px 5px;*/
    /*background-color: #eeeeee;*/
}
.feed-block-form textarea {
    width: 80em;
    border: #ced7de solid 1px;
}
.postfeed-submit {
    margin-top: 5px;
}
.feed-block-comment {
    float: left;
    width: 73%;
    /*background-color: #ced7de;*/
    font-size: 13px;
}
.morecomment {
	display: none;
	float: left;
	width: 100%;
}
.subcomment {
	/*display: none;*/
}
.feed-block-comment-like {
    font-size: 12px;
}
.feed-block-comment-like img {
    max-width: 20px;
}
.feed-block-comment-list {
    float: left;
    width: 100%;
    margin-top: 5px;
}
.feed-block-comment-each {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
}
.feed-block-comment-each-avatar {
    float: left;
    /*width: 15%;*/
    margin-right: 10px;
}
.feed-block-comment-each-avatar img{
    max-width: 30px;
}
.feed-block-comment-each-detail {
    float: left;
    width: 90%;
}
#comment-form {
	margin-bottom: 20px;
	margin-top: 30px;
}
#comment-form-title {
	font-size: 17px;
	font-weight: bold;	
}
#comment-form textarea {
	width: 690px;
	height: 100px;
	border: 1px solid #dfdfdf;
}
.comment-input {
	display: none;
    float: left;
    padding: 6px 2px 6px 10px;
    border-left: #ced7de solid 1px;
    border-right: #ced7de solid 1px;
    border-bottom: #ced7de solid 1px;
    width: 100%;
}
.feed-block-comment-input {
    float: left;
    width: 100%;
}
.feed-block-comment-input textarea {
    width: 620px;
    height: 4em;
}
.like-left {
    float: left;
    /*width: 5%;*/
    margin-right: 5px;  
}
.like-right {
    float: left;
    padding-top: 3px;
    /*width: 85%;*/
    color: red;
}
#postfeed {
    outline:none;
    width: 620px;
    height: 5em;
}
#postfeed_tool {
    /*display: none;*/
}
.comment-submit {
    margin-top: 5px;
}

/* take from forum */

.menu-block {
    float: right;
    width: 35%;
    padding-right: 10px;
    padding-top: 5px;
}
.menuwrap {
    display: inline;
    width: 100%;
}
.menu {
    float: right;
    cursor: pointer;
    cursor: hand;
    padding-right: 3px;
}
.menu:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
.likemenu {
    float: right;
    cursor: pointer;
    cursor: hand;
    padding-right: 3px;
}

/* quote */
.quote {
    border:#bbbbbb solid 1px;
    float:left;
    width:97%;
    padding:6px 6px 6px 6px;
    margin:4px 10px 6px 4px;
    background-color:#F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
    font-size: 12px;
}
.quote-title {
    float: left;
}
.quote-arrow {
    margin-top: 3px;
    margin-left: 1px;
    cursor: pointer; cursor: hand;
    float: left;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid green;   
}
.quote-inner {
    float: left;
    width: 100%;
}
#fb-like {
    float: left;
}

/* edit form */
.comment-edit-form {
    width: 99%;
    height: 50px;
    font-size: 14px;
    border: #ced7de solid 1px;	
}

#screenshot img {
    max-width: 200px;
}

/* tag */
#tags {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#submenu-taglist {
    float: right;
}
.tag-wrap {
    float: left;
    background-color: black;
    color: white;
    padding: 1px 1px 1px 1px;
    border-radius: 2px;
    margin-right: 2px;
    margin-top: 2px;
    cursor: hand; cursor: pointer;
    font-size: 12px;
}
.tag-wrap:hover {
    background-color: orange;
}