@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: auto;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	*/
}

html,body {
	margin: auto;
	font-size:13px;
	font-family:tahoma;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal !important;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
}
/* General Demo Style */
body{
	font-family: Tahoma;
	background: #e0e3ec url(../images/bg.png) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #593741;
	overflow-y: scroll;
}

a{
	color:#FF6699;
	text-decoration: none;
	outline:none
}

.clr{
	clear: both;
}

h1 {
	font-family: 'pgvimregular';
	font-weight: normal;
	font-size:20px;
}

h2 {
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:34px;
}

h4 {
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:22.5px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
}

h5 {
	font-family: 'thaisansbold';
	font-weight:normal;
	font-size:20px;
}

h6 {
	font-family: 'tankhunbold';
	font-weight:normal;
	font-size:20px;
}


.bookstore-header{
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 9999;
	position: relative;
}

.bookstore-header div.inside{
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999;
	width:80%;
}

.bookstore-header span.left{
	float: left;
	padding-bottom:20px;
}

.bookstore-header div.right{
	float: right;
	width:70%;
	height:25px;
	text-align:right;
	font-size:13px;
	font-family:tahoma;
	color:#29bad5;
	padding-top:5px;
}

.bookstore-menubar{
	line-height: 35px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999;
	position: relative;
	/*
	-webkit-box-shadow: 0px 0px 1px rgba(90,90,90,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	*/
	border-top:1px solid rgba(90,90,90,0.2);
	border-bottom:1px solid rgba(90,90,90,0.2);
}

.bookstore-menubar div.inside{
	z-index: 9999;
	width:80%;
}

.bookstore-menubar div.menu{
	float: left;
	text-align:center;
	font-size:13px;
	margin-top:8px;
}


/* bookstore menu link*/
.bookstore-menubar a.menu {
	padding: auto 10px;
	letter-spacing: 1px;
	font-family:tahoma;
	font-size:12px;
	color: #eb649a;
	outline:none;
}

.bookstore-menubar h4 { font-size:22.5px; }

.bookstore-menubar a.menu:hover {
	color: #930181!important;
	text-decoration: none!important;
}

.bookstore-menubar a.menu:visited {
	text-shadow: 0px 1px 1px #fff;
	color: #eb649a;
	text-decoration: none!important;
}

.bookstore-menubar a.menu:active {
	text-shadow: 0px 1px 1px #fff;
	color:#930181;
	text-decoration: none!important;
}

/* backstore menu */
.bookstore-header div.backstore-menu{
	float:left;
	width:100%;
}



.bookstore-header a {
	padding: auto 10px;
	letter-spacing: 1px;
	font-familcy:tahoma;
	font-size:12px;
	color:#eb649a
}

.bookstore-header a:hover {
	color:#FF6666;
	text-decoration:underline;
}

.bookstore-header a:visited {
	text-shadow: 0px 1px 1px #fff;
	text-decoration:underline;
	color:#eb649a
}

.bookstore-header a:active {
	text-shadow: 0px 1px 1px #fff;
	text-decoration:underline;
	color:#eb649a
}

.bookstore-header a.cart {
	padding: auto 10px;
	letter-spacing:normal;
	font-family:tahoma;
	font-size:12px;
	color:#670b8e;
	outline:none;
}

.bookstore-header a.cart:hover {
	color: #eb649a!important;
	text-decoration: none!important;
}

.bookstore-header a.cart:visited {
	text-shadow: 0px 1px 1px #fff;
	color:#670b8e
}

.bookstore-header a.cart:active {
	text-shadow: 0px 1px 1px #fff;
	color:#eb649a
}


div.menuarea { margin:0px auto;width:100%;text-align:left;background: rgba(255, 255, 255, 0.8); }

/*book category buton*/
span.category-tab{
	margin:0px auto;
	padding:5px 0px;
	text-align:left;
	display: block;
	width:80%;
	font-family:Tahoma;
	height:37px;
}
span.category-tab a,
span.category-tab a.current-tabs,
span.category-tab a.current-tabs:hover{
	font-family: Tahoma;
    display: inline-block;
	border: 1px solid #f796a3;
	padding: 6px 10px 3px 10px;
	line-height: 18px;
	/*
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);*/
	color: #fff;
	text-shadow: 0px 1px 1px rgba(235,100,154,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom:1px solid #ccc;
	background: #f796a3;
	background: -moz-linear-gradient(top, #f796a3 0%, #eb649a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f796a3), color-stop(100%,#eb649a));
	background: -webkit-linear-gradient(top, #f796a3 0%,#eb649a 100%);
	background: -o-linear-gradient(top, #f796a3 0%,#eb649a 100%);
	background: -ms-linear-gradient(top, #f796a3 0%,#eb649a 100%);
	background: linear-gradient(top, #f796a3 0%,#eb649a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f796a3', endColorstr='#eb649a',GradientType=0 );
	outline:none;
}
span.category-tab a:hover{
	background: #f796a3;
	color: #d81d62;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
span.category-tab a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
span.category-tab a.current-tabs,
span.category-tab a.current-tabs:hover{
	color: #b13165;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	outline:none;
}

span.category-tab h1{
	font-size:23px;
}

/* Account btn */
span.account-btn{
	text-decoration: none!important;
	text-align:left;
	font-family:Tahoma;
	margin-top:5px
}
span.account-btn a {
	color: #eb649a!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	border: 1px solid #eb649a;
	padding: 3px 8px 3px 8px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
span.account-btn a:hover{
	border: 1px solid #f796a3;
	color: #f796a3!important;
	text-decoration: none!important;
}
span.account-btn a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
span.account-btn a.current-tabs,
span.account-btn a.current-tabs:hover{
	color: #b13165!important;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	outline:none;
}


/* Menu btn */
span.menu-btn{
	text-decoration: none!important;
	text-align:left;
	font-family:Tahoma;
}

span.menu-btn a {
	color: #a72597!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	border: 0px solid #a72597;
	padding: 10px 10px 5px 10px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	font-size:13px
}
span.menu-btn a:hover{
	border: 0px solid #670b8e;
	color: #670b8e!important;
	text-decoration: none!important;
	background: rgba(255, 255, 255, 1);
	font-size:13px
}
span.menu-btn a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
span.menu-btn a.current-tabs,
span.menu-btn a.current-tabs:hover{
	color: #b13165!important;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	outline:none;
}

.bookstore-vitual{
	background: rgba(253, 253, 253, 0.5);
	/*background:#f8f8f8;*/
	position: relative;
	-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
	-moz-box-shadow:1px 0px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 0px 2px rgba(0,0,0,0.4);
	padding:20px 0px 20px 0px;
}

.bookstore-home{
	width:80%;
	margin:20px auto;
}

.bookstore-content {
	font-size: 11px;
	position:relative;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	position:relative;
	background: rgba(255, 255, 255, 0.8);
	background:#f9f9f9;
	background: rgba(253, 253, 253, 0.5);
	min-height:450px;
}

.bookstore-separate {
	position:relative;
	background: rgba(255, 255, 255, 0.7);
	background:#f9f9f9;
	background: rgba(253, 253, 253, 0.5);
	height:15px;
}

.bookstore-content div.bookstore-login {
	display:block;
	padding:100px;
	text-align:center;
}

.bookstore-content div.info {
	width:80%;
	text-align:left;
}

.footer{
	padding: 0px 10px 10px 10px;
	position: relative;
	display: block;
	text-align: center;
	background-color:#9f67ac;
	color:#fdc4ea;
	font-family:tahoma;
}

.footer div.site{
	width:80%;
	color:#fdc4ea;
	text-align:left;
	display:table;
	font-size:26px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-shadow: 0px 1px 0px rgba(100,100,100,0.6);
	-webkit-text-shadow: 0px 1px 0px rgba(100,100,100,0.6);
	-moz-text-shadow: 0px 1px 0px rgba(100,100,100,0.6);
}

.footer div.linkblock{
	display:table-cell;width:10%
}

.footer h2.titlelink{
	font-size:24px;
	height:25px;
	margin-bottom:10px;
}

.footer div.link{
	height:18px;
}


.footer a{
	font-size:12px;
	color:#FFF!important;
	text-align:left;
	font-weight:normal
}

.footer a:hover{
	font-size:12px;
	color:#FAB6C0!important;
	text-align:left;
	text-decoration:underline;
	font-weight:normal
}



.bookstore-bottom{
	line-height: 24px;
	font-size: 11px;
	background: rgba(78,4,94,0.7);
	z-index: 10000;
	position: relative;
	height:40px;
	padding:10px 5px;
	font-family:tahoma;
}

.bookstore-bottom div.site{
	width:80%;
	text-align:left;
	color: #e6aaff;
	text-shadow: 0px 1px 0px rgba(1,1,1,0.2);
}

.bookstore-bottom span.contact {
	float:right;
	color:#fff;
	font-size:11px
}


.bookstore-bottom div.link{
	margin:0px;
	padding:0px;
	height:18px;
}


.bookstore-bottom a{
	font-size:12px;
	color:#FFF;
	text-align:left;
	font-weight:normal
}

.bookstore-bottom a:hover{
	font-size:12px;
	color:#FFF;
	text-align:left;
	text-decoration:underline;
	font-weight:normal
}

.maintitle {
	position: relative;
	display: block;
	background-color:#B44BC2;
	background-color: rgba(140, 5, 135, 0.7);
	/*background: rgba(255, 255, 255, 0.8);*/
	background-color:#fafafa;
	color:#333;
	/*
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	*/
	border-top:1px solid rgba(90,90,90,0.2);
	border-bottom:1px solid rgba(90,90,90,0.1);
}

.titlebar {
	width:80%;
	vertical-align:middle;
	padding:5px 0px 5px 0px;
	height:45px;
}

.titlebar h2 { font-size: 20px;text-align:left }
.titlebar img { height:16px; }
.titlebar i.icon { font-size:18px; }


.titlebar a { color:#CC3399; }
.titlebar a:hover {
	color:#333333;
}

.search div.site{
	width:80%;
	color:#FFF;
	border:0px solid #fff;
	text-align:left
}

.search div.link{
	margin:0px;
	padding:0px;
	height:18px;
}


.search a{
	font-size:12px;
	color:#FFF;
	text-align:left;
	font-weight:normal
}

.search a:hover{
	font-size:12px;
	color:#FFF;
	text-align:left;
	text-decoration:underline;
	font-weight:normal
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Go to Top*/
/*--------------------------------------------------------------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	bottom: 1.5em;
	right: 10px;
	
	text-decoration: none!important;
	text-align:center!important;
	color: #CC3399;
	
	font-size: 11px;
	
	padding:0px 0px 0px 0px;
	padding-top:10px;
	
	display: none;
	
	width: 48px;
	height: 48px;
	
	background: #FAB6C0;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.back-to-top:hover {
	background-color: #f795a3;	
	color:#CC3399
}	

.back-to-top:link,.back-to-top:visited{ color:#CC3399 }
.back-to-top:hover,.back-to-top:active{ color:#CC3399 }

div.category-container{
	font-size:24px;
	background: rgba(255, 255, 255, 0.7);
	min-height:50px;
}

.slidedown{
	border: none;
	width:80%;
	padding-bottom:15px;
}

#subarrow
{
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ddd;
	margin-left: 15px;
	text-align:left;
	margin-top:5px;
}


#subpanel{
	padding:10px auto;
	width:100%;
	font-family:Tahoma!important;
	font-size:12px;
	text-transform: none;
	background-color: none;
	color: #555;
	border-radius: 3px;
	border:1px solid #ddd;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0,0);
	box-shadow: 0px 1px 1px rgba(0, 0, 0,0);
	text-align:left;
	background-color: rgba(255, 255, 255, 0.5);
}

#subpanel h1 { font-size:26px;color:#29bad5;text-shadow:none;font-weight:normal }

#subpanel span{
	padding:5px 10px 5px 10px;
	margin:5px auto;
	font-size:13px;
	color:ffd84e;
	text-align:left;
}

#subpanel div.subcontent{
	color:#ffd84e;
	display:table;
	padding:10px;
	width:100%;
	white-space:nowrap
}

span.subcategory{ 
	font-size:18px;
	float:left;
}

span.subcategory a{ 
	
}

#subpanel a{
	color:#eb649a;
	text-decoration:underline;
	font-size:13px;
}
#subpanel a:hover{
	color:#29bad5;
	text-decoration:underline;
}
#subpanel a:active{
	color:#29bad5;
	text-decoration:underline;
}
#subpanel a:visited{
	color:#29bad5;
	text-decoration:underline;
}

.category-title{
padding:5px 10px 0px 10px;font-weight:bold;font-size:30px
}


/*--------------------------------------------------------------------------------------------------------------------*/
														/*Site Content Area*/
/*--------------------------------------------------------------------------------------------------------------------*/
.bookstore-content div.cont {
	padding-top:10px;
	padding-bottom:30px;
	width:80%;
}

.bookstore-content div.cont h4 {
	font-weight:normal;
	font-size:20px;
	font-family: 'thaisansbold';
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
}


.bookstore-content div.cont h5 {
	font-size:20px;
	font-family: 'thaisansbold';
}

.bookstore-content div.cont i.icon { font-size:18px; }

.bookstore-content div.row {
	display:table-row;
}

.bookstore-content div.leftpanel {
	width:20%;
	padding:20px 10px 30px 10px;
	border-left:0px solid #ccc;
	display:table-cell;
}

.bookstore-content div.middlepanel {
	width:80%;
	padding:20px 10px 30px 10px;
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	display:table-cell;
	vertical-align:top;
}

.bookstore-content div.site-menu {
	width:80%;
	padding:auto;
	display:table;
}

.bookstore-content div.menu {
	display:table-row;
	background-color: rgba(255, 255, 255, 0.4);
	padding-top:20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/* user panel*/
/*--------------------------------------------------------------------------------------------------------------------*/

.bookstore-content div.user-cont{
	width:100%;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	background-color: rgba(255, 255, 255, 0.5);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border:1px solid #f3f3f3;
	border-bottom:none;
	text-align:center;
}

.bookstore-content div.user-cont img {
	padding:10px 10px;
	width:200px;
}

.bookstore-content div.user-bottom{
	text-align:center;
	width:100%;
	height:40px;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	background: rgba(255, 255, 255, 0.6);
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #f3f3f3;
	border-top:none;
}

.bookstore-content div.user-bottom img {
	vertical-align:middle;
	text-align:center;
	margin:5px 10px;
	height:18px;
	filter: brightness(95%);
	-webkit-filter: brightness(95%);
	-moz-filter: brightness(95%);
	-o-filter: brightness(95%);
	-ms-filter: brightness(95%);
}

.bookstore-content div.user-bottom img:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	-ms-filter: brightness(110%);
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*minibox*/
/*--------------------------------------------------------------------------------------------------------------------*/

.bookstore-content div.main-minibox-top {
	width:350px;
	height:34px;

	background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
	background: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	
	border:1px solid #f1f1f1;
	border-bottom:none;
	border-right:none;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.bookstore-content div.main-minibox-top img {
	margin:auto;
	float:left;
}

.bookstore-content div.main-minibox-cont {
	width:350px;
	padding:30px auto;

	background: rgba(255, 255, 255, 0.8);
	
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid #f1f1f1;
	border-top:none;
	border-right:none;
	border-bottom:none;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}


.bookstore-content div.main-minibox-cont div.horizontal-line {
	border-bottom:1px solid #ccc;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*login*/
/*--------------------------------------------------------------------------------------------------------------------*/
.bookstore-content div.main-minibox-cont div#tables {
	width:95%;
	display:table;
}

.bookstore-content div.main-minibox-cont div#rows {
	display:table-row;
}

.bookstore-content div.main-minibox-cont div#cells {
	display:table-cell;
	padding:10px;
	width:200px;
}

.bookstore-content div.main-minibox-cont div.even {
	width:95%;
	background: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow:1px 1px 1px rgba(255,255,255,0.2);
	box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.bookstore-content div.main-minibox-cont div.horizontal-line {
	border-bottom:1px solid #ccc;
}

.bookstore-content div.main-minibox-cont div.class-cell {
	display:table-cell; 
	vertical-align:top
}

.bookstore-content div.title > h4 {
	font-size:24px;
	padding-top:3px;
	float:left;
	font-weight:normal;
}

.bookstore-content div.title > h4 > img {
	float:left;
	margin:5px;
}

.bookstore-content div.header_title {
	background-color: rgba(255,255,255,0.4);
	width:100%;
	border-radius:8px;
	text-align:left;
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}

.bookstore-content div.header_title > h5 {
	color:#333;
	font-size:28px;
	padding:5px 25px;
	text-align:center;
}

.bookstore-content div.header_title > h4 {
	color:#666;
	font-size:22px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*login table*/
/*--------------------------------------------------------------------------------------------------------------------*/
.bookstore-content table.row-data{
	padding:6px 5px;
	text-align:center;
	font-family:tahoma;
	font-size:13px;
}

.bookstore-content table.row-data td.first{
	width:20%;
	padding:6px 5px;
}

.bookstore-content table.row-data td.second{
	width:50%;
	padding:6px 5px;
	text-align:left;
}

.bookstore-content table.row-data td.button{
	width:20%;
	padding:6px 5px;
	text-align:left;
}

.bookstore-content table.row-data input.text {
	width:80%;
	padding:6px 5px;
	background:#fff;
	text-align:left;
	border:1px solid #ddd;
	outline:thin;
	outline-color:#FFFF00;
}

.bookstore-content table.row-data input#loginbtn {
	padding:auto 2px;
	border:none;
	outline:none;
}


/*--------------------------------------------------------------------------------------------------------------------*/
														/*backstore*/
/*--------------------------------------------------------------------------------------------------------------------*/
.backstorenav {
	padding: 10px 10px 10px 0px;
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.8);
	font-family:tahoma;
	font-size:13px;
}

.backstorenav div.cont {
	width:80%;
	text-align:left;
}

.backstorenav div.cont h4{
	font-size:21px;
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}

.backstorenav div.cont img#hidden {
	display:none;
}

.backstorenav div.cont img.home {
	height:15px;
	padding:0px 10px 0px 0px;
}

.backstorenav div.cont img.arrownav {
	padding:0px 10px 0px 10px;
}

.backstorenav div.cont a {
	color:#000;
}

.backstorenav div.cont a:hover {
	color:#FF9999;
}

.backstorenav div.cont a:visited {
	color:#000;
}

.backstore{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 1);
	position: relative;
	-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	min-height:450px;
}

.backstore div.cont {
	padding:0px;
	width:80%;
	background: rgba(255, 255, 255, 1);
}

.feature_container { padding:15px 0px 40px 0px  }

select.general{
	color: #000000;
	font-size: 13px;
	overflow: hidden;
	padding:1px 1px 1px 1px;
	border:1px solid #CCCCCC;
	height:32px;
	outline:none;
	margin-left:0px;
}

select.radius { 
border-radius:0px 4px 4px 0px;
border:1px solid #CCCCCC; 
background-color:#fafafa; 
color:#000;
border-left:3px #CCCCCC solid;
}

#uploadfile {
	font-size: 13px;
	overflow: hidden;
	padding:5px 1px 1px 0px;
	height:27px;
    text-decoration: none;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius:3px;
	border-left:3px solid #ccc;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
    margin-right:5px;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#aaa;
    text-indent:5px;
	-webkit-padding-top:5px;
	width:50%;
}

.bold { font-weight:bold; }
.nowrap { white-space:nowrap; }
.red { color:#FF0000; }
.yellow {
	color:#FF9900;
}
.green {
	color:#1E9D77;
}
/*
#footerpagenav {clear:both; padding:6px 0px; color:#bbb;border-top:#33CCCC 1px solid; overflow:hidden; margin-top:20px; font-size:13px; font-weight:normal; font-style:normal }
#footerpagenav a {color:#222; margin:0px 2px; padding:2px 6px; font-size:13px; font-weight:normal}
#footerpagenav a:hover{ background:#999; padding:2px 6px; border-radius:2px; color:#fff; font-size:13px ;font-weight:normal}

#footerpage {clear:both; padding:6px 0px; color:#bbb;border-top:#ffffff 1px solid; overflow:hidden; margin-top:0px; font-size:13px}
#footerpage a {color:#222; margin:0px 2px; padding:2px 6px; font-size:13px}
#footerpage a:hover{ background:#999; padding:2px 6px; border-radius:2px; color:#fff; font-size:13px }

.pagenavnext {float:right; width:100px; text-align:right; font-size:13px}
.pagenavselection {width:710px; text-align:center; font-size:13px}
.pagenavprevious {float:left; width:100px; text-align:left; font-size:13px}
.current {background:#222; padding:2px 6px;color:#fff; margin:0px 2px; border-radius:2px; font-size:13px}
*/

.product_items { vertical-align:top;padding-left:30px;font-size:13px;color:#000; }
i.pink { color:#FF9999 }
.product_items h4.product_properties { padding:5px 0px;font-size:20px; }

.product_details { vertical-align:top;font-size:13px;color:#000; }


table.orderdetails { font-size:13px;color:#333; }
table.orderdetails th { font-weight:bold }
table.orderdetails td { font-weight:normal; }
table.orderdetails td.bold { font-weight:bold; }

table.orderdetails td a { 
	color:#333;
	text-decoration:none;
	height:18px;
	font-weight:bold;
}

table.orderdetails td a:hover {
	color:#FF6699;
	text-decoration:none;
}

table.orderdetails div.details { height:15px }

.pk_little  {
	color: #E06786;
}

.violet  {
	color: #CC33CC;
}

td a { 
	color:#FF6699;
	text-decoration:none;
	height:18px;
	font-weight:bold;
}

td a:hover {
	color:#333;
	text-decoration:none;
}

.checkuser { margin-top:5px;font-size:12px }
.checkuser .ui.label i.icon { padding:0px 1px;margin:0px 5px 0px 0px;font-size:18px;!important;font-weight:lighter!important }
.checkuser a { font-size:12px;text-decoration:none!important;font-weight:normal!important;color:#666!important; }

a.product_title { font-weight:normal; }

#show_bag{   
    display:none;
    overflow:hidden;   
	right:135px;top:58px;width:250px;
	background-color: #f7f7f7;
	text-align:left;
	position:absolute;
	border-radius:3px; 
	box-shadow: 1px 1px 1px 2px rgba(100,100,100,0.2); 
	-moz-box-shadow: 1px 1px 1px 2px rgba(100,100,100,0.2); 
	-webkit-box-shadow: 1px 1px 1px 2px rgba(100,100,100,0.2); 
	padding:5;
	z-index:9999;
}

@media only screen and (max-width: 1024px) {

	.bookstore-header div.inside{
		width:95%;
	}
	
	.bookstore-menubar div.inside{
		width:95%;
	}
	
	span.category-tab{
		width:95%;
	}
	
	.bookstore-home{
		width:95%;
	}
	
	.bookstore-content div.info {
		width:95%;
	}
	
	.footer div.site{
		width:95%;
	}
	
	.bookstore-bottom div.site{
		width:95%;
	}
	
	.titlebar {
		width:95%;
	}
	
	.search div.site{
		width:95%;
	}
	
	.slidedown{
		width:95%;
	}
	
	.bookstore-content div.cont {
		width:95%;
	}
	
	.bookstore-content div.middlepanel {
		width:95%;
	}
	
	.bookstore-content div.site-menu {
		width:95%;
	}
	
	.bookstore-content table.row-data input.text {
		width:95%;
	}
	
	.backstorenav div.cont {
		width:95%;
	}
	
	.backstore div.cont {
		width:95%;
	}
	
	.bookstore-menubar h4 { font-size:20px; }
	
	span.category-tab h1{
		font-size:20px;
	}

	#show_bag{   
		right:25px;
	}

}

.title_h2_darkblue {
	font-size: 28px;
	color: #0099CC;
}

.h_pink_21 {
	font-size: 26px;
	font-size-adjust:inherit;
	color: #FF6699;
}

.title_h2_yellow {
	font-size: 28px;
	color: #EA9500;
}

.h_gray_21 {
	font-size: 26px;
	font-size-adjust:inherit;
	color: #888888;
	letter-spacing:0.5px;
}