@charset 'utf-8';

/**
 * Reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

*{
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

strong {
	font-weight: bold;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.rows {
	margin: 0 -30px 0 0;
	min-height: 1px;
}

.rows:after {
	content: "";
	display: block;
	clear: both;
}

@font-face {
	font-family: 'WebSymbols';
		src: url('/fonts/review/WebSymbols-Regular.otf');
}

html,body {
	-webkit-text-size-adjust: 100%;
}

body {
	color: #37383f;
	font-family: 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	font-size: 14px;
	min-width:1000px;
}

input, select {
	font-family: 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
}

a {
	color: #1c92d2;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #845993;
}

a.pagetop {
	font-size: 12px;
}

a.more {
	margin: -30px 0 45px 0;
	color: #9e9e9e;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin: 0 30px 0 0;
}

.span1 {
	width: 54px;
}

.span2 {
	width: 138px;
}

.span3 {
	width: 222px;
}

.span4 {
	width: 306px;
}

.span5 {
	width: 390px;
}

.span6 {
	width: 474px;
}

.span7 {
	width: 558px;
}

.span8 {
	width: 642px;
}

.span9 {
	width: 726px;
}

.span10 {
	width: 810px;
}

.span11 {
	width: 894px;
}

.span12 {
	width: 978px;
}

/**
 * Utility
 */
hr.shadow {
	border: 0;
	box-shadow: inset 0 2px 2px -2px #dbdde8;
	border-top: 1px solid #dbdde8;
	height: 2px;
}

hr.divider {
	border: 0;
	box-shadow: none;
	border-top: 1px solid #dbdde8;
	height: 1px;
	margin: 45px 0;
}

/**
 * Header
 */
#header {
	*height: 54px;
}

.header-member {
	background: #37383f;
	font-color: #9e9e9e;
}

#header:after {
	content: "";
	display: block;
	clear: both;
}

#header .nav-bar {
	background: #fff;
	padding: 10px 0 8px 0;
}

#header .nav-bar a {
	color: #000;
}

#header .nav-bar a:hover {
	border-bottom: 2px solid #37383f;
	text-decoration: none;
	padding:0 0 6px 0;
}

#header .nav-bar li.active a {
	border-bottom: 2px solid #37383f;
	padding:0 0 6px 0;
}

#header .nav-bar ul li {
	display: inline;
	font-size: 11px;
	font-color: #37383F;
	line-height: 12px;
	margin: 0 15px 0 0;
	white-space: nowrap;
}

#header .nav-bar ul li.nav-name span {
	max-width: 240px;
	margin-bottom: -3px;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
}

#header .nav-bar li.feedback {
	float: right;
	margin: 6px 2px 0 0;
}

#header .nav-bar li.feedback a {
	color: #ffffff;
}

#header .nav-bar li.nav-separator img {
	margin: -10px 0 -10px 0;
}

#header .nav-bar li#navLast{
	float: right;
	margin: -5px 0 0 0;
}

#header .nav-bar div.search_input {
	display: inline-block;
}

#header .wrapper {
	position: relative;
}

#header > .wrapper {
	height: 59px;
}

#header h1 {
		margin: 0;
}

#header h1 a {
	background: url(/img/review/logo.png?20140417) no-repeat top left;
	display: block;
	float: left;
	width: 240px;
	height: 0;
	padding: 46px 0 0 0;
	overflow: hidden;
	margin: 5px 30px 8px 0;
}

.header-member h1 a{
	background-image: url(/skin/logo_login.png?201408080) !important;
	width: 130px !important;
	padding: 59px 0 0 0 !important;
	margin: 0 10px 0 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
	#header h1 a {
		background-image: url(/img/review/logo@2x.png?20140417);
		background-size: 100% auto;
	}
	.header-member h1 a{
		background-image: url(/skin/logo_login@2x.png?201408080) !important;
		background-size: 100% auto !important;
		width: 130px !important;
		padding: 59px 0 0 0 !important;
		margin: 0 10px 0 0 !important;
	}
}

#header .btn-toggle-menu {
		display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#header a.btn-toggle-menu {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}
}

/**
 * Page Nav
 */
#pageNav, #siteNav {
	float: left;
	font-size: 12px;
	margin: 22px 0 0 0;
}

#pageNav a, #siteNav a {
	color: #37383f;
}

.header-member #pageNav a, .header-member #siteNav a {
	color: #fff;
}


#pageNav a:hover, #siteNav a:hover {
	color: #3390d0;
	text-decoration: none;
}

.header-member #pageNav > li > a:hover, .header-member #siteNav > li > a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

#pageNav li {
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	/** IE 7 **/
	*display: inline;
	*zoom: 1;
}

.header-member #pageNav > li {
	margin: 0 35px 0 0;
}

#pageNav li.indicator {
	margin-right:13px;
}

#pageNav li.active {
	font-weight: bold;
}

#pageNav a span {
	color: #ddd;
	font-size: 11px;
}

.header-member #pageNav span.notify-badge {
	position: relative;
	top: -1px;
	background: none repeat scroll 0% 0% #F33;
	min-width: 12px;
	height: 12px;
	padding: 5px 2px 0px 2px;
	margin-left: 2px;
	font-weight: bold;
	font-size:9px;
	line-height: 9px;
	text-align: center;
	border-radius: 14px;
	display: inline-block;
	visibility:visible;
	overflow:visible;
}

.header-member #pageNav span.hidden {
	visibility:hidden;
}

/**
 * Site Nav
 */
#siteNav {
	position: absolute;
	top: 0;
	right: 0;
}

#siteNav li {
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
	/** IE 7 **/
	*display: inline;
	*zoom: 1;
}

#siteNav li.user-icon {
	margin-top: -5px;
}

#siteNav li.close {
	display: none;
}

#siteNav li.search {
	margin: -22px 0 0 0;
}

#siteNav li.search input {
	border: none;
	border-left: 1px solid #dbdde8;
	display: none;
	font-size: 14px;
	float: left;
	width: 0;
	padding: 20px 10px 21px 10px;
}

#siteNav .btn-search {
	border-left: 1px solid #dbdde8;
	border-right: 1px solid #dbdde8;
	display: block;
	float: left;
	width: 22px;
	padding: 18px 20px 19px 20px;
}

#siteNav .btn-search.active {
	background: #efefef;
}

#siteNav li.search a {
	background: url(/img/review/icon.png?20150108) no-repeat top left;
	display: block;
	width: 22px;
	height: 0;
	padding: 22px 0 0 0;
	overflow: hidden;
}

.header-member #siteNav li.search a {
	background-position: 0 -300px !important;
}

#siteNav li.notify {
	margin: -4px 10px 0 0;
}

#siteNav li.notify > a {
	display: inline-block;
	background: #ff3333;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	min-width: 16px;
	height: 16px;
	padding: 4px 3px 4px 4px;
	font-weight: bold;
	text-align: center;
	border-radius: 14px;

	/** IE7 */
	*display: inline;
	*zoom: 1;
}

#siteNav li.notify > a span {
	display: block;
	position: relative;
	top: 4px;
}

#siteNav li.user {
	margin: -8px 15px 0 0;
}

#siteNav li.user > a:first-child > div{
	display: table-cell;
	width: 45px; /* 32px img + +2px + 11px font */
	height: 32px;
	overflow: hidden;
	vertical-align:middle;
	text-align:center;
	position:relative;
}

#siteNav li.user img {
	display: block;
	max-width: 32px;
	max-height: 32px;
	margin-left: auto;
	margin-right: 13px;
}

#siteNav li.user div span {
	color: #ddd;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 9px;
	right:0;
}

#notifyMenu {
	display: none;
	position: absolute;
	width: 300px;
	top: 37px;
	right: 0;
	z-index: 100;
	background: #fff;
	border: 1px solid #dbdde8;
	border-bottom: none;
}

#notifyMenu .arrow {
	position: relative;
	top: 0;
	left: 138px;
	display: block;
	background: url(/img/review/icon.png?20150108) no-repeat center top;
	background-position: -50px -50px;
	width: 19px;
	height: 0;
	padding: 13px 0 0 0;
	margin-top: -13px;
	overflow: hidden;
}

#notifyMenu li {
	float: none;
	margin: 0;
	display: block;
	border-bottom: 1px solid #dbdde8;
}

#notifyMenu li a {
	display: block;
	color: #37383f !important;
	font-size: 11px;
	padding: 5px 10px;
}

#notifyMenu li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}

#userNav {
	display: none;
	position: absolute;
	width: 180px;
	top: 37px;
	right: -17px;
	z-index: 100;
	background: #fff;
	border: 1px solid #dbdde8;
}

#userNav .arrow, #otherNav .arrow {
	position: relative;
	top: 0;
	left: 70px;
	display: block;
	background: url(/img/review/icon.png?20150108) no-repeat center top;
	background-position: -50px -50px;
	width: 19px;
	height: 0;
	padding: 13px 0 0 0;
	margin-top: -13px;
	overflow: hidden;
}

#userNav li, #otherNav li {
	float: none;
	margin: 0;
	display: block;
}

#userNav li a, #otherNav li a {
	display: block;
	color: #37383f !important;
	font-size: 11px;
	padding: 5px 10px;
}

#userNav li a:hover, #otherNav li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}

#userNav li.divider hr, #otherNav li.divider hr {
	margin: 5px 0;
	border: 0;
	box-shadow: none;
	border-top: 1px solid #dbdde8;
	height: 1px;
}

#otherNav {
	display: none;
	position: absolute;
	width: 180px;
	top: 59px;
	right: 225px;
	z-index: 100;
	background: #fff;
	border: 1px solid #dbdde8;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#siteNav li.search a {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}
}

#siteNav li.search a:hover {
	background-position: 0 -50px;
}

.header-member #siteNav li.search a:hover {
	background-position: 0 -350px !important;
}

.header-member #siteNav li.search div:hover {
	background-color: #efefef !important;
}


/**
 * Category
 */
#category {
	box-shadow: 1px 1px 2px 0 #dbdde8;
	border-top: 1px solid #dbdde8;
	border-left: 1px solid #dbdde8;
	background: #fff;
	display: none;
	left: 0;
	top: 59px;
	width: 978px;
	padding: 30px 0 15px 0;
	position: absolute;
	z-index: 100;

	/** IE Hack **/
	border: 1px solid #dbdde8\9;
	_border: 1px solid #dbdde8;
	*border: 1px solid #dbdde8;
}

#category .arrow {
	position: relative;
	top: -43px;
	display: block;
	background: url(/img/review/icon.png?20150108) no-repeat center top;
	background-position: -50px -50px;
	width: 19px;
	height: 0;
	padding: 13px 0 0 0;
	overflow: hidden;
	margin-left: 510px;
}

.header-member #category .arrow {
	margin-left: 740px;
}

#category .title {
	width: 221px;
	height: 360px;
	background: url(/img/review/category_bg.png) no-repeat center center;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#category .arrow {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}

	#category .title {
		background-image: url(/img/review/category_bg@2x.png);
		background-size: 190px 142px;
	}
}

#category h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 15px;
	border: none;
}

#category a.btn-top-category {
	font-size: 12px;
	display: block;
	text-align: right;
	margin: 0 15px 5px 0;
}

#category a.btn-close-category {
	font-size: 12px;
	display: block;
	text-align: right;
	margin: 0 15px 0 0;
}

.category-list {
	margin: 0 0 20px 0;
}

.category-list a {
	color: #37383f;
}

.category-list dt {
	font-size: 11px;
	margin: 0 0 10px 0;
}

.category-list dd {
	font-size: 10px;
	margin: 0 0 20px 0;
}

.category-list dd a {
	color: #9e9e9e;
}

.category-list ul {
	margin: 0 -5px 0 0;
}

.category-list ul li {
	display: inline;
	margin: 0 5px 0 0;
}

.category-list h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dbdde8;
}

.category-list h3 small a {
	margin: 0 0 0 10px;
	color: #9e9e9e;
	font-size: 12px;
}

.category-list .text-right {
	border-top: 1px solid #dbdde8;
	padding: 10px 0 0 0;
}

.category-list .text-right a {
	font-size: 12px;
	font-weight: bold;
	color: #9e9e9e;
}

.category-edit {
	margin: 0 0 45px 0;
}

.category-edit h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.category-edit h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.category-edit .breadcrumb {
	border: 1px solid #dbdde8;
	border-right: none;
	border-left: none;
	margin: 0 0 30px 0;
}

.category-edit .breadcrumb ul {
	padding: 4px 6px;
}

.category-edit p strong {
	font-size: 12px;
}

.category-selector {
	font-size: 12px;
	border-top: 1px solid #dbdde8;
	border-bottom: 1px solid #dbdde8;
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
}

.category-selector a {
	color: #5B5C67;
}

.category-selector ul {
	margin: 0 0 15px 0;
}

.category-selector ul li {
	display: inline-block;
	width: 32%;

	/** IE7 */
	*display: inline;
	*zoom: 1;
}

.category-search-box {
	margin: 0 0 30px 0;
}

.category-search-box input[type=text] {
	font-size: 16px;
	line-height: 16px;
	padding: 11px;
	width: 280px;
	margin: 0 5px 0 0;
	vertical-align: top;
}

.category-search-box select {
	padding: 11px;
	margin: 0 5px 0 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	vertical-align: top;
}

.category-search-box button {
	display: inline;
	background: #fff;
	border: 1px solid #dbdde8;
	cursor: pointer;
	padding: 9px 10px;
}

.category-search-box button:hover span {
	background-position: 0 -50px;
}

.category-search-box button span {
	background: url(/img/review/icon.png?20150108) no-repeat top left;
	display: block;
	width: 22px;
	height: 0;
	padding: 22px 0 0 0;
	overflow: hidden;
}

#main, #sidebar {
	margin-top: 20px;
	margin-bottom: 30px;
}

#pickup {
	margin-top: 30px;
}

/**
 * Button
 */
.btn {
	background: #f5f5f5;
	border: 1px solid #dbdde8;
	color: #37383f;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	min-width: 210px;
	padding: 12px 18px;
	margin: 15px 15px 0 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	/** IE 7 **/
	*display: inline;
	*zoom: 1;
	*filter: chroma(color=#000000);
}

.btn-disabled {
	cursor: default;
	color: #b5b7c0 !important;
}

.btn-block {
	display: block;
}

.btn-medium {
	background: #efefef;
	font-size: 14px;
	margin: 0 0 30px 0;
	min-width: 1px;
	*width: 120px;
	padding: 8px 24px;
}

.btn-small {
	font-size: 12px;
	background: #efefef;
	margin: 0 0 0 10px;
	min-width: 60px;
	padding: 4px 9px;
}

.btn-link {
	color: #37383f;
	display: inline-block;
	font-weight: bold;
	margin: 15px 15px 0 15px;
	vertical-align: middle;

	/** IE7 */
	*display: inline;
	*zoom: 1;
}

.btn-link:visited { /* revert a:visited */
	color: #37383f;
}

/**
 * Footer
 */
#footer:after {
	content: "";
	display: block;
	clear: both;
}

#footer {
	background: #676767;
	color: #9e9e9e;
	padding: 45px 0;
	min-height: 1px;
}

#footer .footer-nav {
	float: left;
	width: 810px;
}

#footer .brand {
	margin: 0 0 10px 0;
	float: right;
}

#footer .brand a {
	display: block;
	background: url(/img/review/footer_logo.png) no-repeat top left;
	width: 114px;
	height: 0;
	padding: 38px 0 0 0;
	overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#footer .brand a {
		background-image: url(/img/review/footer_logo@2x.png);
		background-size: 100% auto;
	}
}

#footer ul.page-nav {
	margin: 0 -15px 0 0;
}

#footer ul.page-nav li {
	display: inline;
	font-size: 12px;
	margin: 0 15px 0 0;
}

#footer ul.util-nav {
	margin: 0 -5px 0 0;
}

#footer ul.util-nav li {
	display: inline;
	font-size: 10px;
	margin: 0 5px 0 0;
}

#footer ul.util-nav li.pagetop a {
	display: block;
	background: url(/img/review/icon.png?20150108) no-repeat top left;
	background-position: -150px -100px;
	width: 17px;
	height: 0;
	padding: 21px 0 0 0;
	overflow: hidden;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 9999;
}

#footer ul.util-nav li.help,
#footer ul.util-nav li.menu-feedback{
	display: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.copyright {
	clear: both;
	text-align: right;
	color: #9e9e9e;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	#footer .brand a {
		background-image: url(/img/review/footer_logo@2x.png);
		background-size: 100% auto;
	}

	#footer ul.util-nav li.pagetop a {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}
}

.wrapper {
		margin: 0 auto;
		text-align: left;
		width: 978px;
}

.btn-mini {
	color: #9e9e9e;
	font-size: 10px;
	line-height: 10px;
	background: #fff;
	padding: 6px;
	min-width: 1px;
	margin: 0;
}


/**
 * Icon
 */
.icon-reply, .icon-delete, .icon-logo,
.icon-beginner-11, .icon-beginner-12, .icon-beginner-24, .icon-pro-24,
.icon-youtube, .icon-nicovideo, .icon-zigsow, .icon-url, .icon-photoalbum,
.icon-arrow-up, .icon-arrow-down, .icon-arrow {
	display: inline-block;
	vertical-align: text-top;
	background-image: url(/img/review/icon.png?20150108);
	overflow: hidden;
	height: 0;
	margin: 0;

	/** IE7 */
	*display: inline;
	*zoom: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.icon-reply, .icon-delete, .icon-logo,
	.icon-beginner-11, .icon-beginner-12, .icon-beginner-24, .icon-pro-24,
	.icon-youtube, .icon-nicovideo, .icon-zigsow, .icon-url, .icon-photoalbum,
	.icon-arrow-up, .icon-arrow-down, .icon-arrow {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}
}


.icon-youtube {
	width: 18px;
	padding: 18px 0 0 0;
	border: 1px solid #dbdde8;
	background-position: -200px 0;
}

.icon-nicovideo {
	width: 18px;
	padding: 18px 0 0 0;
	border: 1px solid #dbdde8;
	background-position: -200px -50px;
}

.icon-zigsow {
	width: 18px;
	padding: 18px 0 0 0;
	border: 1px solid #dbdde8;
	background-position: -200px -100px;
}

.icon-url {
	width: 18px;
	padding: 18px 0 0 0;
	border: 1px solid #dbdde8;
	background-position: -200px -150px;
}

.icon-photoalbum {
	width: 18px;
	padding: 18px 0 0 0;
	border: 1px solid #dbdde8;
	background-position: -200px -200px;
}

/**
 * Utility
 */

.text-right {
	text-align: right;
}

/**
 * Pagination
 */
.pagination-centered {
	text-align: center;
}

.pagination {
	margin: 0 0 30px 0;
	clear: both;
}

.pagination ul {
	display: inline-block;
	margin: 0;

	/** IE 7 **/
	*display: inline;
	*zoom: 1;
}

.pagination li {
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

.pagination li a {
	color: #9e9e9e;
	min-width: 18px;
}

.pagination li a:hover {
	background: #ddd;
	color: #37383f;
	text-decoration: none;
}

.pagination li span {
	color: #37383f;
	min-width: 18px;
}

.pagination li.abbr a, .pagination li.abbr span, .pagination li.active a, .pagination li.active span {
	border: none;
}

.pagination li a, .pagination li span {
	border: 1px solid #ddd;
	float: left;
	line-height: 20px;
	margin: 0 5px 0 0;
	padding: 4px 8px;
}

.carousel-pagination ul {
	display: inline-block;

	/** IE 7 **/
	*display: inline;
	*zoom: 1;
}

.carousel-pagination li {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	margin: 0 5px 0 0;
}

.carousel-pagination li a {
	color: #e3e4ec;
}

.carousel-pagination li.active a {
	color: #9e9e9e;
}

.carousel-pagination li a:hover {
	color: #9e9e9e;
	text-decoration: none;
}

#carouselPrev, #carouselNext {
	display: none !important;
}

@media screen and (max-width: 1000px) {
	.carousel-pagination {
		margin: 0 0 45px 0;
	}

	.carousel-pagination a:hover {
		text-decoration: none !important;
	}

	#carouselPrev {
		display: inline !important;
		position: absolute;
		left: 10px;
	}

	#carouselNext {
		display: inline !important;
		position: absolute;
		right: 10px;
	}

	#carouselPrev a, #carouselNext a {
		color: #9e9e9e;
	}

	#carouselPrev a:hover, #carouselNext a:hover {
		text-decoration: none !important;
	}

	#carouselPrev, #carouselNext {
		border: 1px solid #dbdde8;
		padding: 4px 8px;
		font-family: WebSymbols;
		color: #9e9e9e;
	}
}

/**
 * Form
 */
.form-block dt {
	margin: 0 0 10px 0;
}

.form-block dd {
	margin: 0 0 20px 0;
}

/*
 * Settings Form
 */

.form-post dt {
	font-weight: bold;
}

.form-post input.title {
	width: 100%;
	padding: 12px;
	*width: 616px;
}

.form-post ul.inline li {
	display: inline;
	margin: 0 10px 0 0;
}

.editor-header {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #dbdde8;
	border-bottom: 0;
	min-height: 1px;
}

.editor-header:after {
	content: "";
	display: block;
	clear: both;
}

.editor-header ul {
	float: left;
	font-size: 0;
}

.editor-header ul li {
	display: inline;
	margin: 0 2px 0 0;
}

.editor-header .btn {
	float: right;
}

.editor-header .jquery-edittext-container {
	display: inline;
	background-color: transparent !important;
}

.editor-body textarea {
	width: 100%;
	*width: 624px;
	height: 410px;
	display: block;
}

textarea {
	border: 1px solid #dbdde8;
	color: #37383f;
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: 18px;
	padding: 6px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	/** IE 7 **/
	*display: inline;
	*zoom: 1;
}

.editor-actions {
	text-align: right;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #dbdde8;
}

.editor-actions a {
	font-size: 11px;
	font-weight: bold;
	color: #9e9e9e;
}

/**
 * Feedback
 */
.inline-wrapper {
	width: 580px;
	margin: 0 auto;
	border: 1px solid #dbdde8;
	background-color: #FFFFFF;
}

.inline-page-header {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #dbdde8;
	background: #f5f5f5;
}

#FeedBackDialog .inline-page-header{
	background: #fff;
}

.inline-page-header div.dialog-title{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.inline-body {
	padding: 20px;
}

.feedback-body select {
	margin: 0 0 20px 0;
}

.feedback-body textarea {
	height: 100px;
	display: block;
	margin: 0 0 20px 0;
}

.dialog-body .actions {
	text-align: right;
	margin-top: 20px;
}

.dialog-body .btn,
.feedback-body .btn {
	margin: 0 0 0 10px;
}

.dialog-body .btn-link {
	margin: 10px 10px 0 10px;
	vertical-align: top;
}

.dialog-body .btn-cancel-link {
	margin: 7px 0 0 0;
}

.feedback-body .btn {
	margin: 0;
}

.feedback-body .btn-link {
	margin: 12px 20px 0 0;
	vertical-align: top;
}

.dialog-body .inform-icon{
	min-height: 1px;
	margin: 0 0 30px 0;
}

.dialog-body .inform-icon:after {
	content: "";
	display: block;
	clear: both;
}

.dialog-body .inform-icon {
	float: left;
	width: 96px;
	margin: 0 20px 0 0;
}

.dialog-body .inform-text {
	float: right;
	width: 420px;
	text-align: left;
	line-height: 1.5em;
}

.dialog-body .inform-zigsow-icon {
	clear: both;
	text-align: right;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 1000px) {
	.dialog-body .inform-icon {
		float: none;
		width: auto;
		margin: 0 0 10px 0;
		text-align: center;
	}

	.dialog-body .inform-text {
		width: 100%;
		margin: 0;
	}

	.inline-wrapper {
		width: auto;
		border: none;
		padding: 0 6px;
	}
}

/**
 * Legacy menus
 */
.menu-img {
	height: 20px;
	display: inline-block;
	background: url(/skin/menu-buttons.gif);
	background-repeat:no-repeat;
	margin-right: 5px;
	text-indent: -100px;
	white-space: nowrap;
	overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.menu-img {
		background: url(/skin/menu-buttons@2x.gif);
		background-size: 410px 40px;
	}
}

.menu-button {
	width: 62px;
}

.own-item {
	background-position: 0px 0px;
}
.own-item:hover {
	background-position: 0px -20px;
}

.req-item {
	background-position: -62px 0px;
}
.req-item:hover {
	background-position: -62px -20px;
}

.diary{
	background-position: -124px 0px;
}
.diary:hover {
	background-position: -124px -20px;
}

.community{
	background-position: -186px 0px;
}
.community:hover {
	background-position: -186px -20px;
}

.ranking{
	background-position: -248px 0px;
}
.ranking:hover {
	background-position: -248px -20px;
}

.search_category .menu-img{
	background-position: -310px 0px;
	width: 100px;
}
.search_category .menu-img:hover {
	background-position: -310px -20px;
}

/* Autosave */
.display-autosave {
	background-color: #fbf7dc;
	color: #765a2d;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

.own-item-image-box {
	position: relative;
	margin-bottom: 40px;
	margin-right: -18px;
	padding: 10px;
	border: 1px solid #dbdde8;
}
.own-item-image-box ul {
	display: block;
	width: 610px;
	margin: 0 auto;
	list-style-type: none;
}
.own-item-image-box ul li {
	float: left;
	width: 110px;
	height:	110px;
	margin: 5px;
	border: 1px solid #dbdde8;
	list-style: none;
}
.own-item-image-box ul li a {
	display: block;
	width: 110px;
	height: 110px;
}
.own-item-image-box ul li a .image-box {
	display: table-cell;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	text-align: center;
}
.own-item-image-box ul li a .image-box img {
	display: block;
	margin: 0 auto;
	max-width: 110px;
	max-height:	110px;
}
.own-item-image-box .image-box-label {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 90;
	padding: 0 5px;
	background-color: rgba(242, 242, 242, 0.6);
	border: 1px solid transparent;
	font-size: 12px;
}
.own-item-image-box .image-box-label:hover {
	background-color: rgb(242, 242, 242);
	border: 1px solid #dbdde8;
}
.own-item-image-box .image-box-label a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/*
 * Image selector (class name: image-panels)
 */
.photo-list-fixed-center {
	position: fixed;
	width: 100%;
}
.photo-list-background {
	position: relative;
	background-color: #ffffff;
	margin-top: 60px;
	padding: 10px 20px;
	width: 1000px;
	height: 600px;
	color: #37383f;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 2000;
	top:-60px;
}
.photo-list-background .close-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
	margin: 0;
}
.photo-list-background .close-btn {
	display: block;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 12px;
	right: 12px;
	background-image: url(/skin/icon-x-mark-48x48.png);
	background-size: 24px 24px;
}
.photo-list-background #main {
	margin-top: 0;
	margin-bottom: 0;
}
.photo-list-tabs {
	margin: 5px -20px 20px -20px;
	border-bottom: 1px solid #dbdde8;
	list-style: none;
}
.photo-list-tabs li {
	float: left;
	list-style: none;
}
.photo-list-tabs li a {
	display: block;
	margin: 0 15px 0 0;
	padding: 0 0 10px 0;
	color: #37383f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.photo-list-tabs li a:first-child {
	margin-left: 21px;
}
.photo-list-tabs li.active a, .photo-list-tabs li a:hover {
	color: #37383f;
	border-bottom: 2px solid #37383f;
}
.photo-list-tabs li a .total-count-box {
	font-size: 12px;
	font-weight: normal;
}
.photo-list-tabs li a .total-count-box .total-count {
	color: #1c92d2;
}
.image-panels .span2 {
	width: 138px;
	height: 145px;
}
.inline-photo-list .span2 a.click {
	color: #37383f;
	text-decoration: none;
}
.image-panels .image-search-box {
	float: left;
	position:relative;
}
.image-panels .image-search-box button{
	cursor: pointer;
}
.image-panels .image-search-box .image-search, .image-panels .image-search-box .image-search-clear,
.image-panels .image-search-box .image-search-button{
	display:inline-block;
	vertical-align:top;
}
.image-panels .image-search-box .image-search{
	border: 1px solid #dbdde8;
	padding: 1px 5px;
	position:relative;
	z-index:2;
	width:270px;
}
.image-panels .image-search-box .image-search::-ms-clear {
    visibility:hidden
}
.image-panels .image-search-box .image-search-clear {
	background: url(/skin/icon-x-mark-circle-24x24.png) no-repeat 0 5px;
	background-size: 12px 12px;
	width:20px;
	height:20px;
	position:absolute;
	top:0px;
	left:253px;
	border:none;
	z-index:3;
}
.image-panels .image-search-box .image-search-button {
	background:#efefef url(/img/review/icon.png?20150108) no-repeat top left;
	background-size: 210px 280px;
	background-position: 4px 4px;
	overflow:hidden;
	display:inline-block;
	padding:22px 2px 0;
	margin-left:-6px;
	width:24px;
	height:24px;
	border-top: 1px solid #dbdde8;
	border-right: 1px solid #dbdde8;
	border-bottom: 1px solid #dbdde8;
}
.photo-list-background .image-panels .image-search-box .image-search-button{
	margin-left:-2px;
}

.image-panels .image-search-box .image-search-button:hover{
	background-position: 4px -31px;
}
@media (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.image-panels .image-search-box .image-search-button span {
		background: url(/img/review/icon@2x.png?20150108) no-repeat top left;
		background-size: 210px 280px;
	}
}
.image-panels .image-search-box .image-search-button:hover span {
	background-position: 0 -35px;
}
.image-panels .image-search-box .image-search:not(:valid) ~ .image-search-clear {
	visibility:	hidden;
}
.image-panels .monthly_filter_box {
	float: right;
	margin: 2px 30px 15px 0;
}
.image-panels .span2 .thumbnail {
	position: relative;
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
}
.image-panels .span2 .thumbnail a {
	display: block;
	width: 80px;
	height: 80px;
	border: 5px solid transparent;
}
.image-panels .span2 .thumbnail a.selected {
	border: 5px solid #49b179;
}
.image-panels .span2 .thumbnail a.select {
	border: 2px solid #46b179;
	padding: 3px;
}
.image-panels .span2 .thumbnail a.selected:after,
.image-panels .span2 .thumbnail a.select:after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 6px;
	right: 1px;
	background: url(/img/review/icon.png?20150108) no-repeat top left;
	background-position: 0 -284px;
	z-index: 200;
}
@media (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.image-panels .span2 .thumbnail a.selected:after,
	.image-panels .span2 .thumbnail a.select:after {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}
}
.image-panels .span2 .thumbnail a .image-box {
	display: table-cell;
	vertical-align: bottom;
	width: 80px;
	height: 80px;
}
.image-panels .span2 .thumbnail a .image-box img {
	max-width: 80px;
	max-height: 80px;
	vertical-align: middle;
}
.image-panels .span2 ul.meta {
	margin: 0;
	padding: 0;
}
.image-panels .span2 ul.meta li {
	list-style: none;
	text-decoration: none;
	font-size: 11px;
}
.image-panels .span2 ul.meta li.filename {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.image-panels .span2 ul.meta li.property {
	color: #9e9e9e;
	font-size: 10px;
}
.image-panels .span2 ul.meta span.caption {
	color: #37383f;
}
.image-panels .span2 ul.meta li.filesize {
	color: #9e9e9e;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.image-panels .span2 ul.meta li.deselect,
.image-panels .span2 ul.meta li.filesize {
	display: none;
	font-size: 10px;
}
.image-panels .span2 ul.meta li.deselect {
	margin: 0 0 1px 0;
}
.image-panels .span2 ul.meta li.deselect a {
	color: #e84b35;
}
.image-panels .span2 ul.meta li.zoom a {
	color: #1c92d2;
	font-size: 10px;
}
.image-panels .span2 ul.meta li.zoom a:visited {
	color: #1c92d2;
}
.image-panels .span2 ul.meta li.filetitle {
	max-height: 26px;
	margin-bottom: 1px;
	overflow-y: hidden;
}

.image-panels .span2 ul.meta li.hidden,
.image-panels .span2 ul.meta li.select-shown {
	display: none;
}
.image-panels .span2 ul.meta li.shown,
.image-panels .span2 ul.meta li.select-hidden {
	display: inline-block;
}
.image-panels .span2 ul.meta li.truncate {
	color: #9e9e9e;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.image-panels .span2 ul.meta li .new-photo,
.image-panels .span2 ul.meta li .filesize,
.image-panels .span2 ul.meta li .timestamp,
.image-panels .span2 ul.meta li .size,
.image-panels .span2 ul.meta li .caption,
.image-panels .span2 ul.meta li .zoom {
	font-size: 10px;
}
.image-panels .span2 ul.meta li .new-photo {
	color: #20b3ff;
}
.image-panels .span2 ul.meta li .filesize,
.image-panels .span2 ul.meta li .timestamp,
.image-panels .span2 ul.meta li .size {
	color: #9e9e9e;
}
.image-panels .span2 ul.meta li .zoom,
.image-panels .span2 ul.meta li .zoom:visited {
	color: #1c92d2;
}
.image-panels .span2 ul.meta li .deselect {
	color: #e84b35;
}

.image-panels .span2 ul li .remove-link {
	color: #e65d3a;
	font-size: 10px;
}
.image-panels .span2 ul li .current-profile-img {
	color: #37383f;
	font-weight: bold;
}
.image-panels .span2 ul li .set-profile-img {
	display: block;
	margin: 0 0 5px 0;
	padding: 3px 3px;
	color: #37383f;
	font-size: 11px;
	text-decoration: none;
}
.image-panels .image-panel-error {
	color: #9e9e9e;
}
.image-panels .pagination {
	margin-bottom: 0;
}
.image-panels .pagination ul {
	margin-top: 10px;
}

.photo-list .thumbnail .icons {
	position: absolute;
	top: 0;
	right: -53px;
}

.photo-list .thumbnail .icons i{
	color: #1c92d2;
	font-size: 150%;
}

.photo-list .thumbnail .icons .notice {
	font-size: 66%;
	display: none;
	overflow: auto;
	position: absolute;
	min-width: 30em;
	background: #efefef;
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #dbdde8;
	border-radius: 5px;
	color: #37383f;
	z-index: 1000;
}

.photo-list .thumbnail .icons:hover .notice {
	display: block;
}

.photo-list .thumbnail .icons .notice:hover {
	display: block;
}

.photo-list .thumbnail .icons .notice h4{
	font-size: 110%;
	margin: 3px;
	color: #ff4c0f;
}

.photo-list .thumbnail .icons .notice li{
	list-style: disc;
	list-style-position: inside;
	margin: 10px 0;
	padding-left: 20px;
}

.photo-list .thumbnail .icons .notice a{
	width: auto;
	height: auto;
	display: inline;
	border: none;
	color: #1c92d2;
}

/* Selector side */
#sidebar {
	width: 328px;
	margin: 0;
}
.selected-image-info-box {
	display: block;
	min-height: 17px;
	margin-bottom: 10px;
	color: #37383f;
	font-size: 14px;
	font-weight: bold;
}
.selected-image-info {
	display: none;
}
.selected-image-info a {
	color: #e84b35;
}
.selected-image-list-box {
	position: relative;
	float: left;
	width: 72px;
	height: 428px;
	margin-right: 4px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
}
.selected-image-list-box a.prev,
.selected-image-list-box a.next {
	position: absolute;
	display: block;
	visibility: hidden;
	width: 72px;
	padding: 6px 0;
	color: #9e9e9e;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.selected-image-list-box a.prev:hover,
.selected-image-list-box a.next:hover {
	color: #37383f;
}
.selected-image-list-box a.prev {
	top: 0;
}
.selected-image-list-box a.next {
	bottom: 0;
}
.selected-image-list-box .selected-image-list {
	height: 376px;
	margin: 26px 0;
	overflow-y: hidden;
}
.selected-image-list-box .selected-image-list ul li {
	width: 58px;
	height: 58px;
	margin: 8px auto;
	list-style: none;
}
.selected-image-list-box .selected-image-list ul li .thumbnail {
	position: relative;
	width: 56px;
	height: 56px;
	border: 1px solid #dbdde8;
}
.selected-image-list-box .selected-image-list ul li .thumbnail .size-label {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 22px;
	padding: 2px 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.selected-image-list-box .selected-image-list ul li .thumbnail a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 1px;
	border: 2px solid transparent;
}
.selected-image-list-box .selected-image-list ul li .thumbnail a.selected {
	border-color: #49b179;
}
.selected-image-list-box .selected-image-list ul li .thumbnail a .image-box {
	display: table-cell;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
.selected-image-list-box .selected-image-list ul li .thumbnail a .image-box img {
	max-width: 50px;
	max-height: 50px;
}
.property-box {
	float: left;
	width: 252px;
	height: 428px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
}
.property-box h3 {
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
}
.property-box .non-selected-body,
.property-box .selected-body {
	padding: 20px;
}
.property-box .non-selected-body {
	display: block;
}
.property-box .non-selected-body p {
	margin-bottom: 10px;
	color: #9e9e9e;
}
.property-box .non-selected-body a,
.property-box .non-selected-body a:visited {
	color: #1b92d2;
	text-decoration: none;
}
.property-box .selected-body {
	display: none;
}
.property-box .selected-body label {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.property-box .selected-body label .guide {
	font-size: 11px;
}
.property-box .selected-body .thumbnail {
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
	border: 1px solid #dbdde8;
}
.property-box .selected-body .thumbnail a {
	display: block;
	width: 180px;
	height: 180px;
}
.property-box .selected-body .thumbnail a .image-box {
	display: table-cell;
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}
.property-box .selected-body .thumbnail a .image-box img {
	max-width: 180px;
	max-height: 180px;
}
.property-box .selected-body ul.meta {
	margin-bottom: 20px;
}
.property-box .selected-body ul.meta li {
	list-style: none;
	width: 100%;
	min-height: 13px;
	margin-bottom: 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.property-box .selected-body ul.meta li .title {
	min-height: 14px;
	color: #37383f;
	font-size: 12px;
	font-weight: bold;
}
.property-box .selected-body ul.meta li .filesize,
.property-box .selected-body ul.meta li .timestamp {
	color: #9e9e9e;
}
.property-box .selected-body ul.meta li .deselect {
	color: #e84b35;
}
.property-box .selected-body .set-size-box {
	margin-bottom: 15px;
}
.property-box .selected-body .set-caption-box {
	margin-bottom: 0;
}
.property-box .selected-body .set-size-box select.set-size,
.property-box .selected-body .set-caption-box input.set-caption {
	display: block;
	width: 212px;
}
.insert-button {
	margin-bottom: 0;
	background-color: #f2f2f2;
}

.photo-list-header {
	margin-bottom: 10px;
	background-color: transparent;
	text-indent: 0;
	font-size: 14px;
}
.photo-list-guide {
	color: #9e9e9e;
	font-size: 12px;
	margin-bottom: 10px;
}
.photo-list-guide a {
	color: #1c92d2;
}

.image-uploader {
	margin-left: -30px;
}
.image-uploader #multiple-upload-container {
	margin-top: 40px;
}
.image-uploader #multiple-upload-container #droparea {
	background-color: #37383f;
	display: none;
	width: 620px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: none;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
.image-uploader #multiple-upload-container #droparea .droparea-guide {
	display: table-cell;
	width: 620px;
	height: 240px;
	text-align: center;
	vertical-align: middle;
}
.image-uploader #multiple-upload-container .submit-box {
	margin: 10px 0 20px 0;
}
.image-uploader #multiple-upload-container .submit-box #pickfiles {
	margin-bottom: 0;
	color: #37383f;
	text-decoration: none;
}

.image-uploader .sidebar-upload-description {
	width: 800px;
	margin: 20px auto 20px auto;
	font-size: 11px;
	text-align: center;
}

.image-uploader .show-selector-box {
	text-align: center;
}

.image-uploader .show-selector-box .show-selector {
	color: #1c92d2;
	font-size: 14px;
	font-weight: bold;
}

.sidebar-image-uploader {
	margin-top: 20px !important;
	margin-left: 0;
}

.sidebar-image-uploader h3 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
}

.sidebar-image-uploader .sidebar-upload-description {
	width: 100%;
}

.sidebar-image-uploader .sidebar-upload-description .btn-medium {
	width: 204px;
	margin: 0 0 12px 0;
}

.sidebar-image-uploader #multiple-upload-container {
	margin-top: 20px;
}

.sidebar-image-uploader #multiple-upload-container p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.sidebar-image-uploader #multiple-upload-container #droparea {
	width: 300px;
	height: 200px;
}

.sidebar-image-uploader #multiple-upload-container #droparea .droparea-guide {
	width: 300px;
	height: 200px;
}

.property-description {
	font-size: 12px;
	margin-bottom: 10px;
}

.sidebar-property-box .guide {
	margin-bottom: 10px;
}

.sidebar-property-box-body {
	text-align: left;
	border-top: 1px solid #ccc;
	background: #f5f5f5;
	padding: 15px;
	margin: 0 0 15px 0;
}

.sidebar-property-box-body h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.sidebar-property-box-body ul {
	margin: 0 0 30px 0;
}

.sidebar-property-box-body ul li {
	color: #9e9e9e;
	font-size: 12px;
	list-style: none;
}

.sidebar-property-box-body dl {
	font-size: 12px;
}

.sidebar-property-box-body dt {
	margin: 0 0 10px 0;
}

.sidebar-property-box-body dd {
	margin: 0 0 30px 0;
}

.sidebar-property-box-body dd:last-child {
	margin: 0 0 10px 0;
}

.sidebar-property-box-body select,
.sidebar-property-box-body input[type=text] {
	width: 100%;
}

.image-guide {
	margin-top: 10px;
	color: #9e9e9e;
	font-size: 11px;
	line-height: 1.6;
	font-weight: normal;
}
.image-guide p {
	margin-bottom: 5px;
}
.image-guide p span.icon-photoalbum {
	margin-top: -4px;
}
button#insertImage {
	margin-bottom: 0;
}

/* Simple editor icons */
ul.editor-header {
	width: 552px;
}

ul.editor-header li {
	list-style: none;
	float: left;
}

/**
 * Photo album
 */
.photo-list {
	margin: 0 0 30px 0;
}

.photo-list .span2 {
	min-height: 145px;
	margin-bottom: 0px;
}

.photo-list .thumbnail {
	margin: 0 0 10px 0;
}

.photo-list .thumbnail img {
	display: block;
}

.photo-list ul.meta {
	font-size: 11px;
}

.photo-list li {
	word-break: break-all;
}

.photo-list li.property,
.photo-list li.filesize {
	font-size: 10px;
	color: #9e9e9e;
}


.photo-list .thumbnail .cursor-default { cursor: default; }

.photo-list .thumbnail a.active {
	position: relative;
	border: 5px solid #e65d3a;
}
.photo-list .thumbnail a .image-box .zigcon-check.active { display: inline-block; }
.photo-list .thumbnail a .image-box .zigcon-check {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	background-color: #e65d3a;
	width: 22px;
	height: 22px;
	color: white;
	text-align: center;
	line-height: 22px;
	font-size: 1.5em;
	display: none;
}

/**
 * User
 */
.user-summary {
	margin: 0 0 45px 0;
	*zoom: 1;
}

.user-summary:after {
	content: "";
	display: block;
	clear: both;
}

.user-summary p {
	font-size: 12px;
	color: #9e9e9e;
}

.user-summary p strong {
	color: #37383f;
}

.user-summary .guide {
	color: #37383f;
}

.user-summary .user-icon {
	float: left;
	width: 70px;
	padding-top: 2px;
}

.user-summary .icon-120x120 {
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.user-summary .icon-120x120 .image-box {
	display: table-cell;
	width: 120px;
	height: 120px;
	text-align: center;
}

.user-summary .icon-120x120 .image-box img {
	max-width: 120px;
	max-height: 120px;
}

.user-summary h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	background-image: none;
	text-indent: 0;
}

.user-summary h1 small {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
	color: #9E9E9E;
}

.user-summary .user-info {
	margin: 0 0 0 130px;
	font-size: 11px;
}

.user-summary .user-info a:visited {
	color: #1c92d2;
}

.user-summary .user-info p {
	margin-bottom: 10px;
}

.user-summary .user-info ul,
.user-summary .user-info dl {
	color: #9e9e9e;
}

.user-summary .user-info ul li {
	display: inline;
	margin: 0 5px 0 0;
}

.user-summary .user-info dt {
	margin: 0 5px 0 0;
}

.user-summary .user-info dt,
.user-summary .user-info dd {
	display: inline;
}

.user-summary .actions {
	margin: 5px 0 0 0;
}

.user-summary .actions a.btn {
	color: #c0a775;
}

.user-diary-summary {
	margin-top: 30px;
	margin-bottom: 15px;
}

.user-photoalbum-summary {
	margin-top: 30px;
	margin-bottom: 0;
	min-height: 120px;
	border-bottom: 1px solid #dbdde8;
}

.user-photoalbum-summary .message { color: #e65d3a; }

/**
 * Breadcrumb
 */
.breadcrumb {
	margin-top: -1px;
	margin-bottom: -31px;
	border-bottom: 1px solid #dbdde8;
	font-size: 12px;
	color: #9e9e9e;
}

.breadcrumb a {
	color: #9e9e9e;
}

.breadcrumb ul {
	padding: 10px 0 12px 0;
}

.breadcrumb li a.icon-home {
	position: relative;
	top: -2px;
	background: url(/img/review/icon.png?20150108) no-repeat bottom left;
	background-position: -50px 0;
	display: inline-block;
	width: 19px;
	height: 0;
	padding: 18px 0 0 0;
	overflow: hidden;

	/** IE 7 **/
	*display: inline;
	*zoom: 1;
}

@media (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	.breadcrumb li a.icon-home {
		background-image: url(/img/review/icon@2x.png?20150108);
		background-size: 300px 400px;
	}
}

.breadcrumb li .divider {
	position: relative;
	top: -1px;
	font-weight: bold;
	color: #bdbbbb;
	vertical-align: top;
	margin: 0 2px 0 6px;

	/** IE Hack **/
	top: 0\9;
	_top: 0;
	*top: 0;
}

.breadcrumb li {
	display: inline-block;
	vertical-align: middle;
	height: 18px;

	/** IE 7 **/
	*display: inline;
	*zoom: 1;
	*margin: 0 10px 0 0;
}
