@import url(fm.base.css);

/* comment style defaults */

.fmCommentsWrapper .fmComment {
	width:auto;
	position:relative;
}

.fmCommentsWrapper .fmContent img {
	display: block;
	margin-bottom: 1em;
}

.fmCommentsWrapper .fmUser {
	width:165px;
}

.fmCommentsWrapper .fmUser .fmAvatar {
	width:50px;
	line-height:0px;
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
	height: 50px;
}

.fmCommentsWrapper .fmUser a.fmAvatar:hover {
	border:1px solid #357db0;
}

.fmCommentsWrapper .fmUser .fmAvatar img {
	width:100%;
	height:100%;
}

.fmCommentsWrapper .fmNoAvatar .fmAvatar {
	display: none;
}

.fmCommentsWrapper .fmUser .fmInfo {
	float:left;
	width:100px;
	overflow-x: hidden;
}

.fmCommentsWrapper .fmUser .fmInfo .fmName {
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.fmCommentsWrapper .fmUser .fmInfo a.fmName {
	color: #357db0;
}

.fmCommentsWrapper .fmUser .fmInfo a.fmName:hover {
	text-decoration:underline;
}

.fmCommentsWrapper .fmUser .fmInfo .fmTimestamp {
	font-size:11px;
	color:#999;
	height: auto;
}

.fmCommentsWrapper .fmRating {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:30px;
	float:none;
	position:absolute;
	top:0px;
	right:0px;
}

.fmCommentsWrapper .fmRating .fmValue {
	color:#333;
	background-color:#fff;
	border:1px solid #d0d0d0;
}

.fmCommentsWrapper .fmRating .fmLike {
	background: transparent url(../images/button.gif) left center repeat-x;
	display:block;
	cursor:pointer;
	border:1px solid #d0d0d0;
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

.fmCommentsWrapper .fmRating .fmLike:hover {
	color: #fff;
	background: transparent url('../images/button_hover.gif') left center repeat-x;
	border: 1px solid #185879;
}

.fmCommentsWrapper .fmRating .fmLike.fmDisabled {
	color:#bbb;
	background: transparent url(../images/button.gif) left top repeat-x;
}

.fmCommentsWrapper .fmRating .fmLike.fmDisabled:hover {
	background: transparent url(../images/button.gif) left center repeat-x;
	cursor: default;
}

.fmCommentsWrapper .fmReport {
	color:#999;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	width:auto;
	float:none;
	position:absolute;
	bottom:4px;
	right:2px;
	padding: 0px 3px;
	cursor:pointer;
}

.fmCommentsWrapper .fmReport:hover {
	color: #333;
	text-decoration: underline;
}

.fmCommentsWrapper #fmReportBox {
	width:220px;
	border: 1px solid #ccc;
	background-color: #fff;
	position:absolute;
	bottom:2px;
	right:2px;
	padding: 10px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	z-index: 10000;
}

.fmCommentsWrapper #fmReportBox .fmTitle {
	font-size:12px;
	font-weight: bold;
}

.fmCommentsWrapper #fmReportBox p {
	font-size:11px;
	font-weight: normal;
	color: #333;
	line-height: 1.2em;
	margin:0.5em 0px;
}

.fmCommentsWrapper #fmReportBox select {
	margin:0.5em 0px 1em;
	padding: 2px;
	border:1px solid #ccc;
	clear: both;
	width:100%;
}

.fmCommentsWrapper .fmContent {
	float:left;
	font-size:12px;
	color:#333;
	padding:10px 0px 30px;
	width: auto;
	overflow: hidden;
}

.fmCommentsWrapper .fmContent .fmMedia {
	width:auto;
}

.fmCommentsWrapper .fmContent .fmMedia img {
	width:100%;
	border-top:1px solid #eee;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:2px solid #ccc;
	padding:5px;
	background-color:#fff;
}


/* comment style 1 */

.fmCommentsWrapper .fmStyle1 .fmComment {
	padding:0px 0px 20px 0px;	
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #ccc;
}

.fmCommentsWrapper .fmStyle1 .fmUser {
	float:left;
	width:auto;
	position:relative;
}

.fmCommentsWrapper .fmStyle1 .fmUser .fmAvatar {
	margin-right: 10px;
}

.fmCommentsWrapper .fmStyle1 .fmContent {
	float:left;
	padding:0px 0px 0px 10px;
	width:340px;
	position:relative;
	top: 0px;
}

.fmCommentsWrapper .fmStyle1 .fmRating .fmValue {
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-bottom: 0px;
}

.fmCommentsWrapper .fmStyle1 .fmRating .fmLike {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;	
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
}

/* comment style 2 */

.fmCommentsWrapper .fmStyle2 .fmComment {
	border-bottom:1px solid #ccc;
	padding:20px 0px 20px 0px;
}

.fmCommentsWrapper .fmStyle2 .fmUser {
	float: left;
	width:auto;
	position:relative;
}

.fmCommentsWrapper .fmStyle2 .fmUser .fmInfo .fmTimestamp {
	display: block !important;
	max-height: 28px !important;
}


.fmCommentsWrapper .fmStyle2 .fmUser .fmInfo {
	width: 120px;
}

.fmCommentsWrapper .fmStyle2 .fmUser .fmAvatar {
	width:32px;
	height: 32px;
	line-height: 0px !important;
}

.fmCommentsWrapper .fmStyle2 .fmUser .fmInfo .fmName {
	font-size:11px;
	height:1.2em;
	overflow-y:hidden;
}

.fmCommentsWrapper .fmStyle2 .fmContent {
	float:left;
	font-size:12px;
	padding:0px 0px 0px 10px;
	border:none;
	position:relative;
	top: 0px;
	width: 400px;
}

.fmCommentsWrapper .fmStyle2.fmInlineLike .fmReport+.fmRating {
	top: auto;
	left: auto;
	right: 50px;
	position: absolute;
}

.fmCommentsWrapper .fmStyle2.fmInlineLike .fmRating {
	position: absolute;
	top: auto;
	bottom: 4px;
	left: auto;
	color: #999;
	width: auto;
}

.fmCommentsWrapper .fmStyle2.fmInlineLike .fmRating .fmValue {
	border: none;
	color: #999999;
	display: inline;
	padding:0px 5px 0px 0px;
	background-color: transparent;
}

.fmCommentsWrapper .fmStyle2.fmInlineLike .fmRating .fmLike {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-weight: normal;
	border: none;
	background: none;
	font-size: 11px;
	display: inline;
}

.fmCommentsWrapper .fmStyle2.fmInlineLike .fmRating .fmLike:hover {
	color: #333;
	text-decoration: underline;
	text-shadow: none !important;
}





/* comment style 3 */

.fmCommentsWrapper .fmStyle3 .fmComment {
	position:relative;
}

.fmCommentsWrapper .fmStyle3 .fmUser {
	float:none;
	width:100%;
}

.fmCommentsWrapper .fmStyle3 .fmInfo {
	width: 80%;
}

.fmCommentsWrapper .fmStyle3 .fmUser {
	background-color: #eee;
	border: 1px solid #ddd;
}

.fmCommentsWrapper .fmStyle3 .fmUser .fmAvatar {
	width:16px;
	height:16px;
	padding:2px;
	border:none;
}

.fmCommentsWrapper .fmStyle3 .fmUser .fmInfo {
	padding:3px 0px 0px 0px;
}

.fmCommentsWrapper .fmStyle3 .fmUser .fmInfo .fmName {
	font-size:12px;
}

.fmCommentsWrapper .fmStyle3 .fmUser .fmInfo .fmName, .fmCommentsWrapper .fmStyle3 .fmUser .fmInfo .fmTimestamp {
	display:inline;
}

.fmCommentsWrapper .fmStyle3 .fmContent {
	float:none;
	padding:10px 5px 40px;
	border:none;
	margin:0px;
	width:98%;
}

.fmCommentsWrapper .fmStyle3 .fmRating {
	position:absolute;
	top:3px;
	right:3px;
	width:83px;
	line-height:1.2em;
}

.fmCommentsWrapper .fmStyle3 .fmRating .fmValue {
	width:40px;
	float:left;
	border: 1px solid #ddd;
	border-right:none;
}

.fmCommentsWrapper .fmStyle3 .fmRating .fmLike {
	width:40px;
	float:left;
}

.fmCommentsWrapper .fmStyle3 .fmReport {
	top:3px !important;
}

.fmCommentsWrapper .fmStyle3 .fmReport {
	right:90px;
	height: 1.2em;
}

.fmCommentsWrapper .fmNoLike.fmStyle3 .fmReport {
	right:0px;
}


.fmCommentsWrapper .fmStyle3 #fmReportBox {
	top: 3px !important;
	bottom: auto;
	z-index: 1000;
}

.fmCommentsWrapper .fmStyle3 #fmReportBox .fmReport {
	right: 4px;
}



/* comment style 4 */

.fmCommentsWrapper .fmStyle4 .fmComment {
	position:relative;
	padding:20px 0px;
	border-bottom:1px solid #e6e6e6 !important;
}

.fmCommentsWrapper .fmStyle4 .fmUser {
	padding-bottom:40px;
	position:relative;
}

.fmCommentsWrapper .fmStyle4 .fmUser, .fmCommentsWrapper .fmStyle4 .fmUser .fmInfo {
	float:none;
	width:auto;
}

.fmCommentsWrapper .fmStyle4 .fmUser .fmAvatar {
	margin-right:10px;
}

.fmCommentsWrapper .fmStyle4 .fmUser .fmName, .fmCommentsWrapper .fmStyle4 .fmUser .fmTimestamp {
	font-size:12px;
	float:none;
	display:inline;
}

.fmCommentsWrapper .fmStyle4 .fmUser .fmTimestamp {
	font-size: 11px;
}

.fmCommentsWrapper .fmStyle4 .fmContent {
	padding:0px;
	border:0px;
	margin:-65px 0px 0px 60px;
	width:auto;
	position:relative;
	font-size: 11px;
	line-height: 1.2em;
}

.fmCommentsWrapper .fmStyle4 .fmRating {
	position:absolute;
	top:80px;
	left:0px;
	width:50px;
}

.fmCommentsWrapper .fmStyle4 .fmRating .fmValue {
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-bottom: none;
}

.fmCommentsWrapper .fmStyle4 .fmRating .fmLike {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;	
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
}

.fmCommentsWrapper .fmStyle4 .fmContent {
	width: 515px;
}


.fmCommentsWrapper .fmStyle4.fmInlineLike .fmReport+.fmRating {
	top: auto;
	left: auto;
	right: 50px;
	position: absolute;
}

.fmCommentsWrapper .fmStyle4.fmInlineLike .fmRating {
	position: absolute;
	top: auto;
	bottom: 4px;
	left: auto;
	color: #999;
	width: auto;
}

.fmCommentsWrapper .fmStyle4.fmInlineLike .fmRating .fmValue {
	border: none;
	color: #999999;
	display: inline;
	padding:0px 5px 0px 0px;
	background-color: transparent;
}

.fmCommentsWrapper .fmStyle4.fmInlineLike .fmRating .fmLike {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-weight: normal;
	border: none;
	background: none;
	font-size: 11px;
	display: inline;
}

.fmCommentsWrapper .fmStyle4.fmInlineLike .fmRating .fmLike:hover {
	color: #333;
	text-decoration: underline;
	text-shadow: none !important;
}

/* styles without avatars */

.fmCommentsWrapper .fmStyle1.fmNoAvatar .fmContent {
	margin-top:-28px;
	margin-left:145px;
}

.fmCommentsWrapper .fmStyle1.fmNoAvatar .fmInfo {
	width:140px;
}

.fmCommentsWrapper .fmStyle3.fmNoAvatar .fmName {
	margin-left:4px;
}

.fmCommentsWrapper .fmStyle2.fmNoAvatar .fmUser .fmInfo {
	width:125px;
}

.fmCommentsWrapper .fmStyle4.fmNoAvatar .fmRating {
	position: relative;
	top:0px;
	left:0px;
}

.fmCommentsWrapper .fmStyle4.fmNoAvatar .fmContent, .fmCommentsWrapper .fmStyle4.fmNoAvatar.fmInlineLike .fmContent {
	margin: 10px 0px 0px 0px;
}

/* inline like button */

.fmCommentsWrapper .fmStyle4.fmNoLike .fmContent, .fmCommentsWrapper .fmStyle4.fmInlineLike .fmContent {
	margin-top: -30px;
}

.fmCommentsWrapper .fmStyle4.fmNoLike .fmUser, .fmCommentsWrapper .fmStyle4.fmInlineLike .fmUser {
	padding-bottom: 0px;
}


/* IE6 */

* html  .fmCommentsWrapper .fmStyle1 .fmContent {
	margin-left:82px !important;
	margin-top:-59px !important;
}

* html  .fmCommentsWrapper .fmStyle1.fmNoAvatar .fmContent {
	margin-left:72px !important;
}

* html .fmCommentsWrapper .fmStyle2 .fmContent {
	margin-left:70px !important;
	margin-top:-28px !important;
}

* html .fmCommentsWrapper .fmStyle3 .fmContent {
	margin-top: 0px !important;
}

* html .fmCommentsWrapper .fmNoLike.fmStyle3 .fmReport {
	right: 14px !important;
}

* html .fmCommentsWrapper .fmStyle3 .fmRating {
	right: 13px !important;
}


* html .fmCommentsWrapper .fmStyle3 .fmReport {
	right: 98px !important;
}

* html .fmCommentsWrapper .fmStyle4 .fmContent {
	margin-left: 35px !important;
}

* html .fmCommentsWrapper .fmStyle4 .fmUser .fmAvatar {
	margin-right:10px;
}


.fmCommentsWrapper .fmStyle2 .fmReply {
	margin-left: 120px;
}

.fmCommentsWrapper .fmStyle2 .fmReply .fmContent {
	width:300px;
}

.fmCommentsWrapper .fmStyle2 .fmReply {
	margin-left: 50px;
}

.fmCommentsWrapper .fmStyle4 .fmReply {
	margin-left: 70px;
}

.fmCommentsWrapper .fmStyle4 .fmReply .fmContent {
	width:410px;
}



