html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	font-family: arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	background: transparent;
	overflow: hidden;
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
}
.bookcase_containerPanel{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}
ul, p {
	margin: 0;
	padding: 0;
	list-style: none;
}

label {
	display: inline-block;
	width: 82px;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
}

a {
    outline: none;
    color: #0BA2C5;
    text-decoration: underline;
}

a:hover {
    color: #00ceff;
}

input, textarea {
	outline: 0;
	padding: 6px 20px;
	font-family: arial, sans-serif;
	border-radius: 2px;
	box-sizing: border-box;
	background: #eee;
	border: 1px solid #ddd;
	/*width: 280px;*/
	width: 100%;
}

.share-url-input {
	width: 280px;
}

select {
	outline: 0;
}

.vertical {
	text-align: center;
}
 
/* The ghost, nudged to maintain perfect centering */
.vertical:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */ 
.vertical-content {
	display: inline-block;
	vertical-align: middle;
}

.text-center {
	text-align: center;
}

.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.alert-error {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
}

.marginX {
	margin: 0 10px;
}

.margin-left {
	margin-left: 10px;
}

.bold {
	font-weight: bold;
}

.button {
	position:relative;
	text-align: center;
	display: inline-block;
	padding: 5px 12px;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	font-size: 14px;
	line-height: 16px;

	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.button-block {
	display: block;
}

.button-large {
	padding: 10px 0px;
}

.button-rounded {
	border-radius: 2px;
}
.mobile-view-button{
	position:relative;
	width:250px;
	cursor: pointer;
	text-align: center;
}
.button-gray {
	background: #666;
	color: white;
	border: 1px solid #616161;
}

.button-gray:hover {
	background: #5F5F5F;
}

.button-gray:active {
	background: #555;
}

.button-blue {
	border: 1px solid #1B7FCC;
	color: white;
	background: #1B7FCC;
}

.button-blue:hover {
	background: #1A7AC4;
}

.button-blue:active {
	background: #1871B6;
}

.button-green{
	border: 1px solid #16A05C;
	color: white;
	background: #16A05C;
}

.button-green:hover{
	background: #1EA664;
}

.button-green:active{
	background: #0C9453;
}

.row {
	position: relative;
	padding: 5px 0;
}

.left {
	float: left;
}

.wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ml20 {
	margin-left: 20px;
}

.float-fix:before,
.float-fix:after {
    content: "";
    line-height: 0;
    height: 0;
    width: 0;
    display: block;
    visibility: hidden;
}

.float-fix:after {
    clear: both;
}

.hide {
	display: none;
}

.user-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.loading {
    /*background: url("/bookcase/img/loading.gif") no-repeat 50% 50% !important;*/
    background: white;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0px 1px 3px rgb(87, 87, 87);
	margin-top: 39px;
	opacity: 0.85;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.loading > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

.main-container {
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	min-height: 214px;
	min-width: 310px;
	margin:auto;
	position: absolute;
	/*display: table;*/
}

.hidden-img-container {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/*Bookcase*/
.bookcase-panel {
	position: relative;
	overflow: hidden;
	height: 100%;
	/*display: table-cell;*/
	/*vertical-align: middle;*/
}

.input-style {
	font-size: 16px;
	line-height: 16px;
	border-radius: 50px;
	border: none;
	/*box-shadow: 0px 0px 3px white !important;*/
}
.mSearchCancel {
	font-size: 20px;
	top: 8px;
	width:60px;
	position: absolute;
	right: 0px;
}
.case-container {
	position: absolute;
	background: #292f37;
	top: 54px;
	width: 100%;
}

.case-container.phone {
	overflow-x: hidden;
	-webkit-overflow-scrolling : touch
}

.case-panel {
	position: relative;
	transform: translateY(0px);
	transform: translate3d(0,0,0);
}

.case-panel.transition {
	transition: all 0.8s ease-out;
}

.case-panel-top {
	height: 6px;
	width: 100%;
}

.case-background {
	position: relative;
}

.case-page-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*-webkit-transform: translate3d(0, 0, 0);*/
}

.case-cate-select-container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 19px;
}

.case-cate-select-inner {
	width: 240px;
	height: 26px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
}

.case-cate-select-container  > select {
	padding: 2px 80px 2px 7px;
}

.single-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;

	/*-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);*/
}

.case-row {
	height: 136px;
	width: 100%;
	position: relative;
	text-align: center;
}

.single-page > .case-row.big,
.case-background > .case-row.big {
	height: 172px;
}

.single-page > .case-row.big > .book-wrapper > .book-container {
	top: 58px;
}

.case-left {
	width: 165px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.case-middle {
	height: 100%;
	position: absolute;
	left: 165px;
	right: 165px;
	top: 0;
}

.case-right {
	width: 165px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0;
}

.case-message {
	position: absolute;
	left: 0;
	right: 0;
	margin: -60px auto 0 auto;
	width: 40%;
	min-width: 240px;
	top: 50%;
	height: 120px;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	color: white;
	border-radius: 5px;
	overflow: hidden;
	z-index: 100;
	line-height: 22px;
}

.nav-container {
	height: 60px;
	width: 100%;
	position: relative;
	  box-shadow: 0 -2px 12px rgba(0,0,0,.8);
	  z-index: 2;
	transition: all 0.2s;
}

.shadow-top {
	box-shadow: 0 5px 32px rgba(37, 109, 145, 0.8);
}

.shadow-bottom {
	box-shadow: 0 -5px 32px rgba(37, 109, 145, 0.8);
}

.nav-left {
	width: 9px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.nav-middle {
	height: 100%;
	position: absolute;
	left: 9px;
	right: 9px;
	top: 0;
	background-position: 0px -2px !important;
}

.nav-right {
	width: 9px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0;
}

.nav-branding-container {
	position: absolute;
	left: 255px;
	right: 255px;
	text-align: center;
	margin: 0;
	overflow: hidden;
	height: 100%;
	z-index: 999;
}

.nav-branding-container > span {
	line-height: 60px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.nav-branding-container:not(.disabled) > span {
	cursor: pointer;
}

.nav-branding-container:not(.disabled) > span:hover {
	text-decoration: underline;
}

.search-container {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
}
.mSearchContainer {
	position:absolute;
	width: 326px;
	height: 37px;
	top: 12px
}
.right_nav_Container {
	position:absolute;
	right:0px;
	height: 35px;
	width: 80px;
	top: 15px;
	z-index: 99999;
}
.mShoppingCart{
	position: absolute;
	width: 35px;
	height: 30px;
	z-index: 99999;
}
.search-container > input {
	position: relative;
	width: 215px;
	padding: 4px 50px 4px 20px;
}

.search-cancel-icon,
.search-icon:hover {
	opacity: 1;
}

.search-cancel-icon,
.search-icon {
	top: 50%;
	position: absolute;
	margin-top: -11px;
	right: 10px;
	z-index: 1;
	opacity: 0.9;
	cursor: pointer;
	height: 24px;
	width: 24px;
}
.mSearch-button{
	
    width: 32px;
    height: 35px;
    position:absolute;
	right: 3px;

}
.nav-right-button-container {
	position: absolute;
	right: 20px;
	top: 13px;
	z-index: 9999;
}

.sort-panel {
	float: left;
	margin-left: 20px;
}

.sort-button {
	width: 77px;
	height: 36px;
	display: inline-block;
	cursor: pointer;
}

.share-button {
	float: left;
	width: 41px;
	height: 31px;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 20px;
}

.shoppingCart{
	float: left;
	width: 40px;
	height:30px;
	cursor: pointer;
	margin-top :4px;
	z-index: 99999;
}

.bookcase-menu{
	position: absolute;
	font-size:10px;
	width: 20px;
	height: 20px;
	left:30px;
	/*border : 1px solid white;*/
	color:white;
	background-color: red;
	border-radius: 10px 10px;
	text-align: center;
}
.mobile-bookcase-menu{
	position: absolute;
	font-size:10px;
	width: 20px;
	height: 20px;
	left:15px;
	/*border : 1px solid white;*/
	color:white;
	background-color: red;
	border-radius: 10px 10px;
	text-align: center;
	z-index: 99999;
}
.shoppingCart-totalNumber{
	font-size:12px;
	color:red;
}
.share-qr-container {
	width: 110px;
	height: 110px;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 10px;
}

.control-panel {
	  height: 42px;
	  position: absolute;
	  text-align: center;
	  bottom: 0;
	  width: 100%;
}

.page-num-input {
	width: 74px;
	text-align: center;
	margin: 0 10px;
	padding: 4px 10px;
	position: relative;
	top: 9px;
}

.control-button.disabled {
	opacity: 0.5;
	cursor: default;
}

.control-button {
	height: 31px;
	width: 87px;
	display: inline-block;
	cursor: pointer;
	margin-top: 5px; 
	position: relative;
	z-index: 1;
}

.skin-button {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 41px;
	height: 31px;
	margin-top: -16px;
	cursor: pointer;
}

.skin-button:hover {
	background-position: -457px -88px;
}

.skin-button:active {
	background-position: -457px -123px;
}

.skin-panel {
	position: relative;
	left: 50%;
	margin-left: -30px;
	bottom: 5px;
	bottom: 205px;
	width: 60px;
	/*height: 200px;*/
	height: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	cursor: default;
	border-radius: 5px;
	box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.5);
	overflow: hidden;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.skin-panel > li {
	width: 36px;
	height: 24px;
	border: 2px solid white;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
	border-radius: 2px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.skin-chosen {
	border-color: #0C7CC5 !important;
}

.skin-panel > li:hover {
	border-color: #0C7CC5;
}

.skin-panel > li:nth-child(1) {
	background: url("../img/red-2.png") no-repeat -70px -30px;
}

.skin-panel > li:nth-child(2) {
	background: url("../img/gold-2.png") no-repeat -70px -30px;
}

.skin-panel > li:nth-child(3) {
	background: url("../img/silver-2.png") no-repeat -70px -30px;
}

.skin-panel > li:nth-child(4) {
	background: url("../img/green-2.png") no-repeat -70px -30px;
}

.skin-panel > li:nth-child(5) {
	background: url("../img/yellow-2.png") no-repeat -70px -30px;
}

.bottom-logo-link {
	position: absolute;
	left: 20px;
	top: 6px;
	height: 30px;
}

.bottom-logo-link > img {
	height: 100%;
}

.book-wrapper {
	height: 100%;
	display: inline-block;
}

.book-container {
	margin: 0 15px;
	/*background: red;*/
	position: relative;
	top: 22px;
	z-index: 1;
	float: left;
	text-align: left;
}

.book-container,
.book-detail-book-container {
	width: 120px;
	height: 109px;
	text-align: center;
}

.book-img-wrapper {
	position: absolute;
	display: none;
	cursor: pointer;
	background: #eee;
}

.book-img-wrapper:hover {
	opacity: 0.85;
}

.as-book-img,
.book-img {
	border-right: 1px solid rgba(255, 255, 255, 1);
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;
	background: #eee;
}

.book-border-container {
	position: absolute;
	top: 0px;
	height: 100%;
}

.book-border-container > div:last-child {
	box-shadow: 1px 1px 6px rgb(0, 0, 0);
}

.more-menus {
	position : absolute;
	width: 41px;
	height:30px;
	left : 20px;
	margin-top : 15px;
	cursor: pointer;
	z-index: 99999;
}
.mSortPanel-container{
	width: 155px;
	height: 68px;
	background-color :white;
	position: absolute;
    bottom: 50px;
    right: 20px;
    border-radius: 4px;
}

.mSort-name-date{
	position : absolute;
	right:70px;
	width:30px;
	height:20px;
	top: 10px;
	cursor: pointer;
}
.mSkin{
	position:absolute;
	right:10px;
	width:30px;
	height:20px;
	top: 10px;
	cursor: pointer;
	
}
/*gold skin*/
body.gold {
	/*background: #6d3102;*/
}

body.gold .input-style {
	background: #6d3102;
	border-color: #ffcd88;
	color: #ffcd88;
	/*box-shadow: inset 1px 1px 2px #6d3102, 0px 1px 3px #ffcd88;*/
	box-shadow: inset 1px 2px 3px #1A1A1A, 0px 1px 3px #ffcd88;
}
body.gold .mSearchCancel{
	color: #ffcd88;
}

body.gold .font-style {
	color: #6d3102;
	text-shadow: 1px 1px 0 #ffcd88;
}

body.gold .nav-left {
	background: url("../img/skin.png") no-repeat -5px -78px;
}

body.gold .nav-middle {
	background: url("../img/gold-1.png");
}

body.gold .nav-right {
	background: url("../img/skin.png") no-repeat -19px -78px;
}

body.gold .case-left {
	background: url("../img/skin.png") no-repeat -45px -18px;
}

body.gold .case-middle {
	background: url("../img/gold-2.png");
}

body.gold .case-right {
	background: url("../img/skin.png") no-repeat -216px -18px;
}

body.gold .case-panel-top {
	background: url("../img/gold-top.jpg") center;
}

body.gold .case-background > .case-row.big > .case-left {
	background: url("../img/skin.png") no-repeat -964px -18px;
}

body.gold .case-background > .case-row.big > .case-middle {
	background: url("../img/gold-2-big.jpg");
}

body.gold .case-background > .case-row.big > .case-right {
	background: url("../img/skin.png") no-repeat -1135px -18px;
}

body.gold .control-panel {
	background: url("../img/gold-3.png");
}

body.gold .control-prev-button {
	background: url("../img/gold-3.png");
}

body.gold .control-prev-button {
	background: url("../img/skin.png") no-repeat -525px -50px;
}

body.gold .control-prev-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -525px -86px;
}

body.gold .control-prev-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -525px -123px;
}

body.gold .control-next-button {
	background: url("../img/skin.png") no-repeat -611px -50px;
}

body.gold .control-next-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -611px -86px;
}

body.gold .control-next-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -611px -123px;
}

body.gold .skin-button {
	background: url("../img/skin.png") no-repeat -457px -53px;
}

body.gold .skin-button:hover {
	background: url("../img/skin.png") no-repeat -457px -88px;
}

body.gold .skin-button:active {
	background: url("../img/skin.png") no-repeat -457px -123px;
}

body.gold .search-icon {
	background: url("../img/skin.png") no-repeat -400px -132px;
}

body.gold .search-cancel-icon {
	background: url("../img/skin.png") no-repeat -400px -94px;
}

body.gold .sort-name-button {
	background: url("../img/skin.png") no-repeat -724px -46px;
}

body.gold .sort-name-button:hover {
	background: url("../img/skin.png") no-repeat -724px -82px;
}

body.gold .sort-name-button:active {
	background: url("../img/skin.png") no-repeat -724px -118px;
}

body.gold .sort-date-button {
	background: url("../img/skin.png") no-repeat -803px -46px;
}

body.gold .sort-date-button:hover {
	background: url("../img/skin.png") no-repeat -803px -82px;
}

body.gold .sort-date-button:active {
	background: url("../img/skin.png") no-repeat -803px -118px;
}

body.gold .share-button {
	background: url("../img/skin.png") no-repeat -897px -53px;
}

body.gold .share-button:hover {
	background: url("../img/skin.png") no-repeat -897px -88px;
}

body.gold .share-button:active {
	background: url("../img/skin.png") no-repeat -897px -123px;
}

body.gold .shoppingCart-button {
	background: url("../img/skin.png") -42px -846px no-repeat
}
body.gold .shoppingCart-button:hover {
	background: url("../img/skin.png") -42px -881px no-repeat
}
body.gold .shoppingCart-button:active {
	background: url("../img/skin.png") -42px -914px no-repeat
}
body.gold .more-button{
	background: url("../img/skin.png") no-repeat -897px -53px;
}
body.gold .mSkin-button{
	background: url("../img/mobile_Icon.png") -184px -100px no-repeat
}
body.gold .mSort-button{
	background: url("../img/mobile_Icon.png") -234px -100px no-repeat
}
body.gold .mSearch-icon{
	background: url("../img/mobile_Icon.png") -131px -95px no-repeat
}
body.gold .mShoppingCart-button{
	background: url("../img/mobile_Icon.png") -72px -96px no-repeat
}
/*red skin*/
body.red {
	/*background: #4d2f2f;*/
}

body.red .input-style {
	background: #4d2f2f;
	border-color: #f3bb9b;
	color: #f3bb9b;
	/*box-shadow: inset 1px 1px 2px #4d2f2f, 0px 1px 3px #f3bb9b;*/
	box-shadow: inset 1px 2px 3px #1A1A1A, 0px 1px 3px #f3bb9b;
}
body.red .mSearchCancel{
	color: #732C04;
}
body.red .font-style {
	color: #4d2f2f;
	text-shadow: 1px 1px 0 #f3bb9b;
}

body.red .nav-left {
	background: url("../img/skin.png") no-repeat -5px -247px;
}

body.red .nav-middle {
	background: url("../img/red-1.png");
}

body.red .nav-right {
	background: url("../img/skin.png") no-repeat -19px -247px;
}

body.red .case-left {
	background: url("../img/skin.png") no-repeat -45px -187px;
}

body.red .case-middle {
	background: url("../img/red-2.png");
}

body.red .case-right {
	background: url("../img/skin.png") no-repeat -216px -187px;
}

body.red .case-panel-top {
	background: url("../img/red-top.jpg") center;
}

body.red .case-background > .case-row.big > .case-left {
	background: url("../img/skin.png") no-repeat -964px -210px;
}

body.red .case-background > .case-row.big > .case-middle {
	background: url("../img/red-2-big.jpg");
}

body.red .case-background > .case-row.big > .case-right {
	background: url("../img/skin.png") no-repeat -1135px -210px;
}

body.red .control-panel {
	background: url("../img/red-3.png");
}

body.red .control-prev-button {
	background: url("../img/skin.png") no-repeat -525px -219px;
}

body.red .control-prev-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -525px -255px;
}

body.red .control-prev-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -525px -291px;
}

body.red .control-next-button {
	background: url("../img/skin.png") no-repeat -611px -219px;
}

body.red .control-next-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -611px -255px;
}

body.red .control-next-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -611px -291px;
}

body.red .skin-button {
	background: url("../img/skin.png") no-repeat -457px -222px;
}

body.red .skin-button:hover {
	background: url("../img/skin.png") no-repeat -457px -257px;
}

body.red .skin-button:active {
	background: url("../img/skin.png") no-repeat -457px -292px;
}

body.red .search-icon {
	background: url("../img/skin.png") no-repeat -400px -301px;
}

body.red .search-cancel-icon {
	background: url("../img/skin.png") no-repeat -400px -263px;
}

body.red .sort-name-button {
	background: url("../img/skin.png") no-repeat -724px -215px;
}

body.red .sort-name-button:hover {
	background: url("../img/skin.png") no-repeat -724px -251px;
}

body.red .sort-name-button:active {
	background: url("../img/skin.png") no-repeat -724px -287px;
}

body.red .sort-date-button {
	background: url("../img/skin.png") no-repeat -803px -215px;
}

body.red .sort-date-button:hover {
	background: url("../img/skin.png") no-repeat -803px -251px;
}

body.red .sort-date-button:active {
	background: url("../img/skin.png") no-repeat -803px -287px;
}

body.red .share-button {
	background: url("../img/skin.png") no-repeat -897px -222px;
}

body.red .share-button:hover {
	background: url("../img/skin.png") no-repeat -897px -257px;
}

body.red .share-button:active {
	background: url("../img/skin.png") no-repeat -897px -292px;
}

body.red .shoppingCart-button {
	background: url("../img/skin.png") -102px -846px no-repeat
}
body.red .shoppingCart-button:hover {
	background: url("../img/skin.png") -102px -881px no-repeat
}
body.red .shoppingCart-button:active {
	background: url("../img/skin.png") -102px -914px no-repeat
}
body.red .more-button{
	background: url("../img/skin.png") no-repeat -897px -222px;
}

body.red .mSkin-button{
	background: url("../img/mobile_Icon.png") -184px -22px no-repeat
}
body.red .mSort-button{
	background: url("../img/mobile_Icon.png") -234px -22px no-repeat
}
body.red .mSearch-icon{
	background: url("../img/mobile_Icon.png") -131px -17px no-repeat
}
body.red .mShoppingCart-button{
	background: url("../img/mobile_Icon.png") -72px -18px no-repeat
}
/*silver skin*/
body.silver {
	/*background: #4c4c4c;*/
}
body.silver .mSort-button{
	background: url("../img/mobile_Icon.png") -234px -179px no-repeat
}
body.silver .mSearch-icon{
	background: url("../img/mobile_Icon.png") -131px -174px no-repeat
}
body.silver .input-style {
	background: #4c4c4c;
	border-color: #dadada;
	color: #dadada;
	/*box-shadow: inset 1px 1px 2px #4c4c4c, 0px 1px 3px #dadada;*/
	box-shadow: inset 1px 2px 3px #1A1A1A, 0px 1px 3px #dadada;
}
body.silver .mSearchCancel{
	color: #dadada;
}
body.silver .font-style {
	color: #4c4c4c;
	text-shadow: 1px 1px 0 #dadada;
}

body.silver .nav-left {
	background: url("../img/skin.png") no-repeat -5px -416px;
}

body.silver .nav-middle {
	background: url("../img/silver-1.png");
}

body.silver .nav-right {
	background: url("../img/skin.png") no-repeat -19px -416px;
}

body.silver .case-left {
	background: url("../img/skin.png") no-repeat -45px -356px;
}

body.silver .case-middle {
	background: url("../img/silver-2.png");
}

body.silver .case-right {
	background: url("../img/skin.png") no-repeat -216px -356px;
}

body.silver .case-panel-top {
	background: url("../img/silver-top.jpg") center;
}

body.silver .case-background > .case-row.big > .case-left {
	background: url("../img/skin.png") no-repeat -964px -402px;
}

body.silver .case-background > .case-row.big > .case-middle {
	background: url("../img/silver-2-big.jpg");
}

body.silver .case-background > .case-row.big > .case-right {
	background: url("../img/skin.png") no-repeat -1135px -402px;
}

body.silver .control-panel {
	background: url("../img/silver-3.png");
}

body.silver .control-prev-button {
	background: url("../img/skin.png") no-repeat -525px -388px;
}

body.silver .control-prev-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -525px -424px;
}

body.silver .control-prev-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -525px -460px;
}

body.silver .control-next-button {
	background: url("../img/skin.png") no-repeat -611px -388px;
}

body.silver .control-next-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -611px -424px;
}

body.silver .control-next-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -611px -460px;
}

body.silver .skin-button {
	background: url("../img/skin.png") no-repeat -457px -391px;
}

body.silver .skin-button:hover {
	background: url("../img/skin.png") no-repeat -457px -426px;
}

body.silver .skin-button:active {
	background: url("../img/skin.png") no-repeat -457px -461px;
}

body.silver .search-icon {
	background: url("../img/skin.png") no-repeat -400px -470px;
}

body.silver .search-cancel-icon {
	background: url("../img/skin.png") no-repeat -400px -432px;
}

body.silver .sort-name-button {
	background: url("../img/skin.png") no-repeat -724px -384px;
}

body.silver .sort-name-button:hover {
	background: url("../img/skin.png") no-repeat -724px -420px;
}

body.silver .sort-name-button:active {
	background: url("../img/skin.png") no-repeat -724px -456px;
}

body.silver .sort-date-button {
	background: url("../img/skin.png") no-repeat -803px -384px;
}

body.silver .sort-date-button:hover {
	background: url("../img/skin.png") no-repeat -803px -420px;
}

body.silver .sort-date-button:active {
	background: url("../img/skin.png") no-repeat -803px -456px;
}

body.silver .share-button {
	background: url("../img/skin.png") no-repeat -897px -391px;
}

body.silver .share-button:hover {
	background: url("../img/skin.png") no-repeat -897px -426px;
}

body.silver .share-button:active {
	background: url("../img/skin.png") no-repeat -897px -461px;
}
body.silver .shoppingCart-button {
	background: url("../img/skin.png") -163px -846px no-repeat
}
body.silver .shoppingCart-button:hover {
	background: url("../img/skin.png") -163px -881px no-repeat
}
body.silver .shoppingCart-button:active {
	background: url("../img/skin.png") -163px -914px no-repeat
}
body.silver .more-button{
	background: url("../img/skin.png") no-repeat -897px -391px;
}
body.silver .mSkin-button{
	background: url("../img/mobile_Icon.png") -187px -179px no-repeat
}
body.silver .mShoppingCart-button{
	background: url("../img/mobile_Icon.png") -75px -175px no-repeat
}
/*green skin*/
body.green {
	/*background: #64542f;*/
}
body.green .mSort-button{
	background: url("../img/mobile_Icon.png") -237px -255px no-repeat
}
body.green .mSearch-icon{
	background: url("../img/mobile_Icon.png") -131px -250px no-repeat
}
body.green .input-style {
	background: #64542f;
	border-color: #ebe1cd;
	color: #ebe1cd;
	/*box-shadow: inset 1px 1px 2px #64542f, 0px 1px 3px #ebe1cd;*/
	box-shadow: inset 1px 2px 3px #1A1A1A, 0px 1px 3px #ebe1cd;
}
body.green .mSearchCancel{
	color: #64542f;
}
body.green .font-style {
	color: #64542f;
	text-shadow: 1px 1px 0 #ebe1cd;
}

body.green .nav-left {
	background: url("../img/skin.png") no-repeat -5px -584px;
}

body.green .nav-middle {
	background: url("../img/green-1.png");
}

body.green .nav-right {
	background: url("../img/skin.png") no-repeat -19px -584px;
}

body.green .case-left {
	background: url("../img/skin.png") no-repeat -45px -524px;
}

body.green .case-middle {
	background: url("../img/green-2.png");
}

body.green .case-right {
	background: url("../img/skin.png") no-repeat -216px -524px;
}

body.green .case-panel-top {
	background: url("../img/green-top.jpg") center;
}

body.green .case-background > .case-row.big > .case-left {
	background: url("../img/skin.png") no-repeat -964px -594px;
}

body.green .case-background > .case-row.big > .case-middle {
	background: url("../img/green-2-big.jpg");
}

body.green .case-background > .case-row.big > .case-right {
	background: url("../img/skin.png") no-repeat -1135px -594px;
}

body.green .control-panel {
	background: url("../img/green-3.png");
}

body.green .control-prev-button {
	background: url("../img/skin.png") no-repeat -525px -556px;
}

body.green .control-prev-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -525px -592px;
}

body.green .control-prev-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -525px -629px;
}

body.green .control-next-button {
	background: url("../img/skin.png") no-repeat -611px -556px;
}

body.green .control-next-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -611px -592px;
}

body.green .control-next-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -611px -629px;
}

body.green .skin-button {
	background: url("../img/skin.png") no-repeat -457px -559px;
}

body.green .skin-button:hover {
	background: url("../img/skin.png") no-repeat -457px -594px;
}

body.green .skin-button:active {
	background: url("../img/skin.png") no-repeat -457px -629px;
}

body.green .search-icon {
	background: url("../img/skin.png") no-repeat -400px -638px;
}

body.green .search-cancel-icon {
	background: url("../img/skin.png") no-repeat -400px -600px;
}

body.green .sort-name-button {
	background: url("../img/skin.png") no-repeat -724px -552px;
}

body.green .sort-name-button:hover {
	background: url("../img/skin.png") no-repeat -724px -588px;
}

body.green .sort-name-button:active {
	background: url("../img/skin.png") no-repeat -724px -624px;
}

body.green .sort-date-button {
	background: url("../img/skin.png") no-repeat -803px -552px;
}

body.green .sort-date-button:hover {
	background: url("../img/skin.png") no-repeat -803px -588px;
}

body.green .sort-date-button:active {
	background: url("../img/skin.png") no-repeat -803px -624px;
}

body.green .share-button {
	background: url("../img/skin.png") no-repeat -897px -559px;
}

body.green .share-button:hover {
	background: url("../img/skin.png") no-repeat -897px -594px;
}

body.green .share-button:active {
	background: url("../img/skin.png") no-repeat -897px -629px;
}
body.green .shoppingCart-button {
	background: url("../img/skin.png") -223px -846px no-repeat
}
body.green .shoppingCart-button:hover {
	background: url("../img/skin.png") -223px -881px no-repeat
}
body.green .shoppingCart-button:active {
	background: url("../img/skin.png") -223px -914px no-repeat
}
body.green .more-button{
	background: url("../img/skin.png") no-repeat -897px -559px;
}
body.green .mSkin-button{
	background: url("../img/mobile_Icon.png") -187px -255px no-repeat
}
body.green .mShoppingCart-button{
	background: url("../img/mobile_Icon.png") -75px -251px no-repeat
}
/*yellow skin*/
body.yellow {
	/*background: #64542f;*/
}

body.yellow .input-style {
	background: #6f4d17;
	border-color: #fac475;
	color: #fac475;
	/*box-shadow: inset 1px 1px 2px #64542f, 0px 1px 3px #fac475;*/
	box-shadow: inset 1px 2px 3px #1A1A1A, 0px 1px 3px #fac475;
}
body.green .mSearchCancel{
	color: #fac475;
}
body.yellow .font-style {
	color: #6f4d17;
	text-shadow: 1px 1px 0 #fac475;
}

body.yellow .nav-left {
	background: url("../img/skin.png") no-repeat -5px -752px;
}

body.yellow .nav-middle {
	background: url("../img/yellow-1.png");
}

body.yellow .nav-right {
	background: url("../img/skin.png") no-repeat -19px -752px;
}

body.yellow .case-left {
	background: url("../img/skin.png") no-repeat -45px -692px;
}

body.yellow .case-middle {
	background: url("../img/yellow-2.png");
}

body.yellow .case-right {
	background: url("../img/skin.png") no-repeat -216px -692px;
}

body.yellow .case-panel-top {
	background: url("../img/yellow-top.jpg") center;
}

body.yellow .case-background > .case-row.big > .case-left {
	background: url("../img/skin.png") no-repeat -964px -786px;
}

body.yellow .case-background > .case-row.big > .case-middle {
	background: url("../img/yellow-2-big.jpg");
}

body.yellow .case-background > .case-row.big > .case-right {
	background: url("../img/skin.png") no-repeat -1135px -786px;
}

body.yellow .control-panel {
	background: url("../img/yellow-3.png");
}

body.yellow .control-prev-button {
	background: url("../img/skin.png") no-repeat -525px -724px;
}

body.yellow .control-prev-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -525px -760px;
}

body.yellow .control-prev-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -525px -797px;
}

body.yellow .control-next-button {
	background: url("../img/skin.png") no-repeat -611px -724px;
}

body.yellow .control-next-button:not(.disabled):hover {
	background: url("../img/skin.png") no-repeat -611px -760px;
}

body.yellow .control-next-button:not(.disabled):active {
	background: url("../img/skin.png") no-repeat -611px -797px;
}

body.yellow .skin-button {
	background: url("../img/skin.png") no-repeat -457px -727px;
}

body.yellow .skin-button:hover {
	background: url("../img/skin.png") no-repeat -457px -762px;
}

body.yellow .skin-button:active {
	background: url("../img/skin.png") no-repeat -457px -797px;
}

body.yellow .search-icon {
	background: url("../img/skin.png") no-repeat -400px -806px;
}

body.yellow .search-cancel-icon {
	background: url("../img/skin.png") no-repeat -400px -600px;
}

body.yellow .sort-name-button {
	background: url("../img/skin.png") no-repeat -724px -720px;
}

body.yellow .sort-name-button:hover {
	background: url("../img/skin.png") no-repeat -724px -756px;
}

body.yellow .sort-name-button:active {
	background: url("../img/skin.png") no-repeat -724px -792px;
}

body.yellow .sort-date-button {
	background: url("../img/skin.png") no-repeat -803px -720px;
}

body.yellow .sort-date-button:hover {
	background: url("../img/skin.png") no-repeat -803px -756px;
}

body.yellow .sort-date-button:active {
	background: url("../img/skin.png") no-repeat -803px -792px;
}

body.yellow .share-button {
	background: url("../img/skin.png") no-repeat -897px -727px;
}

body.yellow .share-button:hover {
	background: url("../img/skin.png") no-repeat -897px -762px;
}

body.yellow .share-button:active {
	background: url("../img/skin.png") no-repeat -897px -797px;
}

body.yellow .shoppingCart-button {
	background: url("../img/skin.png") -283px -846px no-repeat
}
body.yellow .shoppingCart-button:hover {
	background: url("../img/skin.png") -283px -881px no-repeat
}
body.yellow .shoppingCart-button:active {
	background: url("../img/skin.png") -283px -914px no-repeat
}
body.yellow .more-button{
	background: url("../img/skin.png") no-repeat -897px -727px;
}
body.yellow .mSkin-button{
	background: url("../img/mobile_Icon.png") -187px -333px no-repeat
}
body.yellow .mSort-button{
	background: url("../img/mobile_Icon.png") -237px -333px no-repeat
}
body.yellow .mSearch-icon{
	background: url("../img/mobile_Icon.png") -131px -327px no-repeat
}
body.yellow .mShoppingCart-button{
	background: url("../img/mobile_Icon.png") -75px -328px no-repeat
}
/*BookDetailPanel*/
.book-detail-container {
	position: relative;
	left: 40px;
	padding-left: 180px;
	width: 215px;
	min-height: 153px;
	line-height: 22px;
}

.book-detail-book-container {
	position: absolute;
	top: 10px;
	left: 0;
}

.book-detail-book-container > img {
	position: absolute;
	top: 100%;
	margin-left: -91px;
	left: 50%;
	margin-top: -8px;
}

.book-detail-book-container > .book-img-wrapper {
	top: 0 !important;
	position: relative;
}

.book-detail-title {
	font-weight: bold;
	margin-bottom: 3px;
	overflow: hidden;
}

.book-detail-info {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

.book-detail-desc {
	font-size: 13px;
	margin-bottom: 8px;
	overflow-x: hidden;
	max-height: 88px;
	width: 100%;
}

.book-detail-time {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-right: 11px;
	position: relative;
	top: 22px;
	line-height: 30px;
}

.book-detail-view-button {
	position: relative;
	border: 1px solid #1B7FCC;
	color: white;
	font-size: 14px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	background: #1B7FCC;
	text-align: center;
}
.mobile-book-detail-view-button{
	position: absolute;
	border: 1px solid #1B7FCC;
	color: white;
	font-size: 14px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	background: #1B7FCC;
	text-align: center;
}
.book-detail-addToCart-button{
	position: absolute;
	margin-left:7px;
	border: 1px solid #FA7F07;
	color: white;
	font-size: 12px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	background: #FA7F07;
	text-align: center;
}

.book-detail-buyNow-button{
	position: absolute;
	margin-left:85px;
	border: 1px solid #EF3C25;
	color: white;
	font-size: 12px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	background: #EF3C25;
	text-align: center;
}

.book-detail-view-button:hover {
	background-color: #218EE2;
}

.book-detail-view-button:active {
	background-color: #1871B6;
}

.book-detail-book-shelf {
	width: 182px;
	height: 60px;
	position: absolute;
	top: 100%;
	margin-top: -10px;
	left: 50%;
	margin-left: -91px;
	cursor: pointer;
}

.book-detail-preview-button {
	position: absolute;
	border: 1px solid #14A05C;
	color: white;
	font-size: 14px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	cursor: pointer;
	border-radius: 2px;
	background: #16A05C;
	text-align: center;
	margin-top: 25px;
	margin-left: 25px;
}

.book-detail-preview-button:hover {
	background-color: #1EA664;
}

.book-detail-preview-button:active {
	background-color: #0C9453;
}

.mobile-book-detail-preview-button {
	position: absolute;
	border: 1px solid #14A05C;
	color: white;
	font-size: 14px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px;
	cursor: pointer;
	border-radius: 2px;
	background: #16A05C;
	text-align: center;
	top: -5px;
	right: -75px;
	z-index: 10;
}

.mobile-book-detail-preview-button:hover {
	background-color: #1EA664;
}

.mobile-book-detail-preview-button:active {
	background-color: #0C9453;
}

/*LightBox*/
.light-box-background {
    background: black;
    opacity: 0.5;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.light-box {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99999999;
    border-radius: 5px;
    overflow: hidden;
}

.light-box-cancel-button {
    position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
	font-size: 21px;
	font-weight: bold;
	color: gray;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px;
}

.light-box-cancel-button:hover {
    color: #444;
}

.light-box-cancel-button:active {
    color: #222;
}

.light-box-title {
	position: relative;
	padding: 13px 18px;
	font-weight: bold;
	background: #EBEBEB;
	border-radius: 5px 5px 0 0;
}

.light-box-panel {
	padding: 25px 20px;
	position: relative;
}

.padding-xs {
	padding: 5px 5px 0px 5px;
}

/*shopping cart */
.shopContainer-panel{
	position : absolute;
	width : 400px;
	max-height : 280px;
	background : white;
    border-radius : 5px;
    top:100px;
    right:50px;
    bottom:10px;
    z-index: 99999999;
    border-radius : 4px; 
    overflow: hidden;
}
.shopInformation{
	position : relative;
	background : #f1f1f1;
	width: 400px;
	height : 35px;
}
.shop-title{
	position : relative;
	padding: 8.5px 18px;
	font-size: 12px;
	color : #333;
}
.shopItemsPanel{
	position:absolute;
	width : 415px;;
	height : 150px;
	overflow-x :hidden; 
}
.veiw-edit-button{
	   position : absolute;
       text-align : center;
       line-height : 2.5;
       font-family: Arial;
       font-size : 10px;
       border-radius : 4px;
       border : 1px solid #888888;
       left : 115px;
       bottom : 10px;
       padding: 1px 4px 1px 4px;
       cursor : pointer;
       color : #333;
}
.checkout-button{
       position : absolute;
       background-color : #d50c0c;
       text-align : center;
       line-height : 2.5;
       font-family: Arial;
       font-size : 10px;
       border-radius : 4px;
       right : 10px;
       bottom : 10px;
       padding: 1px 4px 1px 4px;
       color : white;
       cursor: pointer;
       
}
.shopping-total{
	font-size : 13px;
	color : red;
	position : absolute;
	bottom: 18px;
	left: 8px;
}

/*shopping items*/
.shopItems-singShop{
	position : relative;
	width : 420px;
	height : 30px;
	line-height : 2.5;
	overflow-x : hidden;
}
.shop-name{
	position : absolute;
	/*width : 180px;*/
	left : 20px;
	font-size : 12px;
	color:#333;
}
.shop-number{
	position : absolute;
	text-align : center;
	width : 50px;
	height : 28px;
	left : 200px;
	font-size : 12px;
	color:#333;
}
.shop-price{
	position : absolute;
	width : 50px;
	height : 30px;
	text-align : center;
	left : 335px;
	font-size : 12px;
	color:#333;
}

/*editor shoppingcart*/
.editor-shopContainer-panel{
	position: absolute;
	width: 580px;
	height: 340px;
	margin: auto;
	bottom:0;
	top:0;
	left: 0;
	right: 0;
	border-radius: 4px;
	border: 1px solid #B6AEAE;
	background: white;
	z-index: 999999;
}
.editor-shop-title{
	position : relative;
	padding: 10px 18px;
	font-size: 14px;
	color : #333;
	font-weight: bold;
}
.editor-shopInformation{
	position : relative;
	background : #f1f1f1;
	width: 580px;
	height : 35px;
}
.editor-shopItemsPanel{
	position:absolute;
	width : 580px;;
	height : 180px;
	overflow-x :hidden; 
}
.editior-checkout-button{
	   position : absolute;
       background-color : #d50c0c;
       text-align : center;
       line-height : 2.5;
       font-family: Arial;
       font-size : 10px;
       border-radius : 4px;
       right : 10px;
       bottom : 20px;
       padding: 1px 4px 1px 4px;
       color : white;
       cursor: pointer;
}
.editor-shopping-Item-input{
	width: 40px;
	height: 20px;
	outline: medium;
}
.addlow-number{
	width : 55px;
    height : 30px;
    right : 200px;
    position : absolute;
}
.editor-shopItems-singShop{
	position : relative;
	width : 600px;
	height : 30px;
	line-height : 2.5;
	overflow-x : hidden;
}
.editor-shop-price{
	position : absolute;
    font-size:12px;
	left:250px;
}
.editor-close-button{
	position: absolute;
	width : 12px;
	height : 11px;
	top : 15px;
	right:20px;
	cursor:pointer;
	background : url("../img/close.png") no-repeat -2px -4px
}
.editor-backgrounds {
    background: black;
    opacity: 0.5;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.editior-total-button{
	  bottom: 60px;
	  right : 10px;
      position: absolute;
      font-weight:bold
}
/*order css*/
.orderContainer-panel{
	position : absolute;
	width : 410px;
	height : 310px;
	margin : auto;
	top : 0;
	bottom : 0;
    right : 0;
    left : 0;	
    background : white;
    z-index : 999999;
    border-radius: 4px;
}
.order-contentText{
    width: 100%;
    height: 290px;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: relative;

}
.order-close-button{
	position: absolute;
	width : 12px;
	height : 11px;
	top : 20px;
	right:20px;
	cursor:pointer;
	background : url("../img/close.png") no-repeat -2px -4px
}
.order-close-button:hover{
	background : url("../img/close.png") no-repeat -18px -4px
}
.warn-message{
	position: absolute;
	margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 140px;
    height:25px;
	padding: 12px 10px;
	border-radius: 4px;
	background-color:#000000 ;
	color : red;
}
.paypal-message{
	position: absolute;
	margin: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 200px;
    height:25px;
	padding: 12px 10px;
	color:red;
}
.loading-image{
	position: absolute;
	margin: auto;
    bottom: 0;
    top: 0;
    left: 50px;
    width: 20px;
	height: 20px;
    background:url("../img/loading.gif") no-repeat;
}
/*white skin*/
.light-box.white {
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
}

.light-box.white .light-box-title {
	padding: 8px 0px 8px 5px;
	background: #fff;
}

.light-box.white .light-box-cancel-button {
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.light-box.white .light-box-panel {
	padding: 0;
}

/*UserDetailPanel*/
.user-info-container {
	margin-bottom: 10px;
}

.user-logo-container {
	width: 20%;
	background: #eee;
	float: left;
}

.user-logo-container > img {
	width: 100%;
	display: block;
}

.user-info-container > p:nth-child(1) {
	font-weight: bold;
	margin-bottom: 5px;
}

.user-info-container > p:nth-child(2),
.user-info-container > p:nth-child(3) {
	margin-bottom: 5px;
}

.user-info-group {
	padding-left: 5%;
	width: 75%;
	font-size: 13px;
}

.user-info-group > p:nth-child(1) {
	font-weight: bold;
}

.user-info-group > p:nth-child(2) {
	max-height: 60px;
	overflow-x: hidden;
}

.user-info-input {
	width: 100%;
	height: 30px;
	margin: 6px 0;
}

.user-info-textarea {
	background: #eee;
	border: 1px solid #ddd;
	width: 100%;
	resize: vertical;
	margin: 6px 0;
}

.user-detail-send-button {
	position: absolute;
	left: 0;
	right: 0;
	width: 100px;
	height: 30px;
	background: #888;
	color: white;
}

.invalid {
	background: #FFC0CB;
	border-color: #FF8EA2;
}

.user-info-mail-status-container {
	text-align: center;
	padding: 5px;
}

.user-info-mail-status-container > p {
	padding: 10px 0;
	font-size: 14px;
}

/*SharePanel*/ 
.share-qr-img {
	width: 110px;
	height: 110px;
}

.share-social-button-group a {
	margin-right: 15px;
}

.share-social-button-group > img:hover {
	opacity: 0.8;

}

.share-email-panel {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 15px 0;
	text-align: center;
}

.share-email-panel-wrapper {
	/*width: 280px;*/
	width: 100%;
	position: relative;
	display: inline-block;
}

.message-password-input {
	margin: 3px 10px 3px 10px;
	width: 180px;
}

.message-password-button {
	width: 154px;
	margin: 3px 10px 3px 10px;
}

/*SmartSelect*/
.cc-triangle-up {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid;
	margin: 2px;
}

.cc-triangle-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid;
	margin: 2px;
}

.cc-smart-select-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -8px;
}

.cc-smart-select-option-ul {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 99999;
    border: 1px solid #919191;
    background: white;
    margin-top: -3px;
    opacity: 0;
    overflow-x: hidden;
    max-height: 360px;
    border-radius: 2px;
    text-align: left;
    width: 100%;
    background: white;
    color: #333;
}

.cc-smart-select-option-ul > li {
    padding: 5px 0;
    cursor: default;
}

.cc-smart-select-option-ul > li:hover {
    background: #00a5ff;
}

.cc-smart-select-value-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.cc-as-input-focus-important {
    border-color: #169acd !important;
    box-shadow: inset 0 1px 3px 0 #c5c5c5 !important;
}

.book-label {
	position: absolute;
	right: -6px;
	top: -1px;
	width: auto;
	max-width: 55px;
}

.price-label {
	background: url(../img/price-label.png) no-repeat center center;
	width: 74px;
	height: 33px;
	background-position: 0px -100px;
	bottom: 5px;
	position: absolute;
	color: white;
	font-size: 12px;
	line-height: 36px;
	text-indent: 2px;
	left: -5px;
	z-index: 4;
	text-align: left;
	white-space: nowrap;
}

/*media*/
@media (max-width: 600px) {
	.search-container,
	.sort-panel {
		display: none;
	}

	.nav-branding-container {
		position: absolute;
		left: 90px;
		right: 90px;
	}
}

.right_nav_Container.show {
	display: block;
}
@media (max-width: 600px) {
	/*.skin-button {
		display: none;
	}*/
	.case-cate-select-container > select {
		padding-right: 20px;
	}

	.bottom-logo-link {
		/*display: none !important;*/
		left : 10px;
	}
	
	.shoppingCart,
	.share-button,
	.bookcase-menu{
		display: none;
	}
	.mSortPanel-container,
	.mSort-name-date,
	.mSort-button,
	.right_nav_Container,
	.more-menus{
		display: block;
	}
}
@media(min-width : 600px){
	.mSortPanel-container,
	.mSort-name-date,
	.mSort-button,
	.right_nav_Container,
	.more-menus{
		display: none;
	}
}
/*@media(max-width: 450px){
    .page-num-input,
   	.input-style{
   	   display: none;
   }
}*/


