body {
	/*margin: 200px 0 0 0;*/
	padding: 200px 0 0 0;
	font-family: Verdana, Tahoma sans-serif;
	min-width: 1010px;
}

body.empty { margin: 10px; }

.no-paid-books {
	display: none;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	margin: 0 0 20px 0px;
	font-size: 70%;
	background: none;
	font-family: Tahoma, Trebuchet, Verdana, sans-serif;
	min-width: 1000px;
	width: expression( document.body.clientWidth < 1000 ? "1000px" : "100%" );
}

.submit-button-hidden {
	opacity: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
}

*:first-child+html #header{
	min-width: 1000px;
}

#sidebar .sponsors { display: block;}
.welcome {
	float: left;
	width: 100%;
	background: #e1e1e1;
	line-height: 26px;
}
.welcome .login {
	float: left;
	margin: 0 0 0 10px;
}
.welcome .login a {
	font-weight: bold;
	font-size: 90%;
}

.welcome .login a:hover {
	color: #d2450d;
}

.welcome .login a.selected {
	color: #d2450d;
}
.welcome .links {
	margin: 0 20px 0 0;
	float: right;
	font-size: 90%;
}
.welcome .links ul {
	margin: 0;
	float: left;
	font-size: 100%;
}
.welcome .links ul li{
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 10px;
}
.welcome .links ul li a {
	float: left;
	padding: 0 0 0 13px;
	background: url(/skins/img/default/new_links.gif) 10px no-repeat;
}

.welcome .links ul li a:hover {
	color: #d2450d;
}

.links ul li.lhome a {
	background-position: 0 11px;
}
.links ul li.lcontact a {
	background-position: 0 -13px;
}
.links ul li.lcart a {
	background-position: 0 -36px;
}
.links ul li.lcart_flash a {
	background: url(/skins/img/default/new_cart_flash.gif) 0 10px no-repeat;
}

.logo {
	float: left;
	width: 100%;
	height: 92px;
	overflow: hidden;
	vertical-align: middle;
	background: url(/skins/img/default/logo_bg.gif);
	display: table;
	text-align: left;
}
.logo a.logoi {
	overflow: visible;
	#position: absolute;
	display: table-cell;
	vertical-align: middle;
	height: 92px;
	width: 400px;
	padding-left: 10px;
	background: url(/skins/img/default/logo3.png) 10px center no-repeat;
}

.logo .logoi{
	cursor:pointer;
	float:left;
}

.logo a.logonobg {
	background: none;
	#top: 50%;
	#height: 1%;
}


.logo .search {
	float: right;
	height: 60px;
	padding: 30px 16px 0 0;
	border-right: 1px dashed #2e5b88;
	font-weight: bold;
}
.logo .search form {
	margin: 0;
}
.logo .search input.inp {
	border: 1px solid #333;
	font-size: 1.2em;
	width: 212px;
	box-sizing: border-box;
}
.logo .search input {
	position: relative;
	margin: 0 3px 0 0;
	float: left;
}
.logo .login {
	float: right;
	padding: 10px 16px;
	text-align: right;
	font-weight: bold;
}
.logo .login input.inp {
	position: relative;
	top: 2px;
	border: 1px solid #333;
	font-size: 1.2em;
	width: 120px;
	box-sizing: border-box;
}
.logo .login a {
	font-size: 0.9em;
}
.logo .login .sep {
	margin: 0 37px 0 0;
}
.logo .login .submit {
	position: relative;
	top: 6px;
}
.logo .login a {
	position: relative;
	top: 7px;
}
.logo .login .remember {
	font-weight: normal;
	float: left;
	display: inline;
	font-size: 90%;
}
.logo .login .remember input {
	position: relative;
	top: 4px;
}

.logo .login a:hover{
	color: #d2450d;
}
.logo .round {
	float: right;
	margin: 30 10 10 10px;
	vertical-align: middle;
	background: #fff;
}

.menu {
	position: relative;
	z-index: 2;
	top: -4px;
	float: left;
	width: 100%;
	background: url(/skins/img/default/new_menu_item_bg.gif) 0 5px repeat-x;
}

.menu .add {
	position: absolute;
	left: 50%;
	margin-left: -40%;
	top: 4px;
}
.menu .add * {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}

.menu .add a:hover {
	color: #ccc;
	text-decoration: none;
}

.menu center {
	position: relative;
	right: -50%;
	float: left;
}
.menu ul {
	position: relative;
	right: 50%;
	margin: 0;
}
*html .menu ul {
	float: left;
}
.menu ul li {
	float: left;
	display: inline;
	list-style-type: none;
}
.menu ul li a {
	display: block;
	float: left;
	position: relative;
	line-height: 37px;
	padding: 0 10px;
	margin: 3px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff;
	background: url(/skins/img/default/new_menu_item_bg.gif);
}
.menu ul li a:hover, .menu center ul li a.selected {
	margin: 0;
	top: 3px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	background: url(/skins/img/default/new_menu_item_bg.gif) center -41px no-repeat;
}
.menu ul li a.last {
	border-right: 1px solid #fff;
}

#header .footer {
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	top: -4px;
	width: 100%;
	height: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #d2450d;
}

.msubmenu {
	position: relative;
	top: -4px;
	float: left;
	width: 100%;
	background: #e3f1fd;
	overflow: hidden;
}
.msubmenu center {
	position: relative;
	right: -50%;
	float: left;
}
.msubmenu center ul {
	position: relative;
	right: 50%;
	margin: 0;
}
.msubmenu center ul li {
	position: relative;
	float: left;
	display: inline;
	list-style-type: none;
}
.msubmenu center ul li a {
	float: left;
	padding: 0 10px;
	line-height: 22px;
	font-weight: bold;
	border-left: 1px solid #336699;
	border-bottom: 2px solid #336699;
	text-decoration: none;
	background: #fff;
}
.msubmenu center ul li a:hover {
	color: #d2450d;
	text-decoration: none;
}
.msubmenu center ul li a.last {
	border-right: 1px solid #336699;
}
.msubmenu center ul li a.selected {
	background: #eff7ff;
	color: #990000;
}
.msubmenu center ul li .corner {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 1px;
	height: 2px;
	background: #e3f1fd;
}
.msubmenu center ul li .right {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 1px;
	height: 2px;
	background: #e3f1fd;
}
*html .msubmenu center ul li .right {
	right: -1px;
}


#footer {
	clear: both;
	margin: 20px 0 0 0;
	font-size: 70%;
	min-width: 1000px;
	font-family: Tahoma, Verdana sans-serif;
	width: expression( document.body.clientWidth < 1000 ? "1000px" : "100%" );
}
#footer .fmenu {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/skins/img/default/new_footer_bg.gif) #326394 repeat-x;
}
*html #footer .fmenu {
	padding: 0 0 0 130px;
}
#footer .fmenu li {
	list-style-type: none;
	display: inline;
	line-height: 46px;
	color: #79a3d8;
}
#footer .fmenu li a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
	color: #fff;
}
#footer .fmenu li a:hover {
	text-decoration: underline;
}
/*
#footer .flogo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 204px;
	height: 28px;
	background: url(/skins/img/default/sublogo.gif) 3px 0 no-repeat;
}
*/

#footer .fsubmenu {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/skins/img/default/logo_bg.gif);
	font-size: 0.9em;
}
#footer .fsubmenu li {
	display: inline;
	color: #326394;
}
#footer .fsubmenu li a {
	line-height: 35px;
	color: #1a2f44;
	padding: 0 5px;
}
#footer .copyright {
	position: relative;
	height: 60px;
	overflow: hidden;
	padding: 4px 10px;
	background: #e1e1e1;
}
#footer .copyright p {
	position: absolute;
	top: 8px;
	margin: 0;
	padding: 10px 0;
	font-size: 0.9em;
}
#footer .copyright .cert {
	position: relative;
	left: 30px;
	width: 600px;
}

#footer .copyright ul li img {
	vertical-align: middle;
	margin: 5px 10px;
	border: 0;
}
*html #footer .copyright ul li img {
	margin: 0 10px;
}
#footer a.developer {
	position: absolute;
	top: 17px;
	right: 12px;
	display: block;
	overflow: hidden;
	width: 156px;
	height: 0px;
	padding: 23px 0 0 0;
	background: url(/skins/img/default/footer_akademos.gif) no-repeat;
}
*html #footer a.developer {
	height: 23px;
}
#footer p.muze {
	margin: 0;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #326394;
	font-size: 0.9em;
}
#footer p.muze * {
	font-size: 1em;
}
#footer p.excel {
	text-align: center;
	font-size: 0.9em;
	margin: 0;
	color: #333;
}

.round {
	float: left;
	border: 1px solid #e4e4e4;
}
.round .corner {
	position: absolute;
	float: left;
	overflow: hidden;
	width: 6px;
	height: 6px;
	display: none;
	/*background: url(/skins/img/default/corner.gif);*/
}
.round .corner.tl, .round .corner.tr {
	top: -1px;
}
.round .corner.tl {
	left: -1px;
	background-position: 6px 6px;
}
.round .corner.tr {
	right: -1px;
	background-position: 0px 6px;
}
.round .corner.bl, .round .corner.br {
	bottom: -1px;
}
*html .round .corner.bl, *html .round .corner.br {
	bottom: -2px;
}
.round .corner.bl {
	left: -1px;
	background-position: 6px 0px;
}
.round .corner.br {
	right: -1px;
	background-position: 0px 0px;
}
.round .content {
	margin: 6px;
}
.round .content_form {
	background: none repeat scroll 0 0 #F6F6F6;
	margin:8px;
	padding:0.5em;
}

b.starDim, b.starBright {
	width: 10px;
	height: 10px;
	margin-left: 1px;
	padding: 0px 6px;
	background: url(/img/star_none.gif) no-repeat;
	position: relative;
	top: 1px;
}

b.starBright {
	color: #990000;
	background: url(/img/star_full.gif) no-repeat;
}

span.seller_rating {
	display: inline-block;
	height: 16px;
	position: relative;
	text-align: left;
	width: 80px;
	overflow: hidden;
	margin-top: 3px;
	background: url('/img/sellers_rating.png') top right no-repeat;
}

span.seller_rating span {
	height: 16px;
	float:left;
	display:block;
	background: url('/img/sellers_rating.png') bottom left no-repeat;
}

span.seller_rating b {
	display:none;
}

.modalDialogFader {
	display: none;
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.modalDialogLayer {
	display: none;
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 10%;
	z-index: 4;
}
.modalDialogBorder {
	overflow: hidden;
	padding-bottom: 26px;
	position: relative;
}
.modalDialogBorder .wrapper {
	overflow: hidden;
	padding-top: 26px;
	position: relative;
	z-index: 2;
}
.modalDialogBorder .crn {
	background: url(/institutional/img/shadowBorder.png) no-repeat;
	height: 2000px;
	left: -26px;
	position: absolute;
	top: -26px;
	width: 100%;
}
.modalDialogBorder .crn.rt {
	margin-left: 100%;
}
.modalDialogBorder .crn.bt {
	top: auto;
}
.modalDialogBorder .content {
	text-align: left;
	margin: -10px 0 0;
	padding: 0.4em 2em;
	position: relative;
}
* html .modalDialogBorder,
* html .modalDialogBorder .wrapper {
	height: 1%;
}
* html .modalDialogBorder .crn {
	/*background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/institutional/img/shadowBorder.png", sizingMethod="crop");*/
}

.login-page-wrapper{
	width: 1000px;
	height: auto;
	margin: auto;
	overflow: hidden;
	/*background: url('../../img/default/login-page-bg.gif');*/
}

.button-orange {
	display: block;
	overflow: hidden;
	color: #793f29;
}

a.button-orange, a.button-orange:hover {
	text-decoration: none;
}

.button-orange .bo-left, .button-orange .bo-right {
	display: block;
	background: url('../../img/default/common/button-orange-left.png') 0 0 no-repeat;

	width: 6px !important;
	height: 29px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

.button-orange .bo-right {
	background: url('../../img/default/common/button-orange-right.png') 0 0 no-repeat;
}

.button-orange .bo-body {
	display: block;
	background: url('../../img/default/common/button-orange-body.png') 0 0 repeat-x;
	height: 29px;
	line-height: 29px;
	float: left;
	font-weight: bold;
	font-size: 9pt;
	padding: 0 5px;
}

.button-orange:hover {
	color: #fff;
	cursor: pointer;
}

/* Title
-------------------*/

#title_login_block{
	width: 1000px;
	height: 35px;
}

#title_login_block h1{
	font: 28px 'Source Sans Pro', sans-serif;
	color: black;
}

#title_description_login_block{
	margin-top: 20px;
	width: 1000px;
	font: 16px 'Source Sans Pro', sans-serif;

	color: #373737;
	line-height: 20px;
}

#title_description_login_block a{
	color: #0f58a8;
	font-weight: bold;
}

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


/* Login Block
-------------------*/

#login_block{
	width: 1000px;
	overflow: hidden;
	margin-top: 30px;
}

#login_block .login_tbx_container{
	width: 450px;
	height: 300px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: rgba(0,0,0,.87);
	background-color: #fff;
	overflow: hidden;
	float: left;
	border: 1px solid #ccc;
	margin: 20px 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
	font-family: Roboto,sans-serif;
	line-height: 1.5;
}

#login_block .login_tbx_container.has-captcha {
	height: 380px;
}

#login_block .login_tbx_container .g-recaptcha {
	margin-left: 25px;
}

.login-aligned {
	margin-top: 50px !important;
}

#login_block .login_tbx_title{
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 25px;
}

.inform{
	padding-bottom: 0 !important;
}
#frmloginphp {
	padding-top: 10px;
}

#login_block .login_tbx_container .form-group{
	padding: 10px;
	border: 2px solid #ccc;
	font-size: 14px;
	border-radius: 3px;
	margin: 15px 25px 10px 25px;
}

#login_block .login_tbx_container .form-group>label{
	right: auto;
	position: absolute;
	margin-left: 10px;
	margin-top: -20px;
	height: 25px;
	font-size: 14px;
	z-index: 1;
	background-color:white;
	padding-left: 5px;
	padding-right: 5px;
	color: #5b6c7d;
}

#login_block .login_tbx_container .form-group #login-text-faculty {
	display: none;
}

#login_block .login_tbx_container .form-group>input{
	border:none;
	width: 100%;
	font: 13px sans-serif, 'Arial';
}

#login_block .login_tbx_container .login-footer {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#login_block .login_tbx_container .login-footer .input_login_form {
	padding-top: 8px;
}

#login_block .login_tbx_container .login-extra {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 13px;
	margin-left: 25px;
	margin-right: 25px;
}

#login_block .login_tbx_container .login-footer .faculty-label {
	padding-left: 5px;
	vertical-align: bottom;
}

#login_block .login_tbx_container .login-footer .login_form_button .login-button-text span {
	display: inline-block;
	font-family: 'icons2014';
	margin: -3px 0 0 10px;
	vertical-align: bottom;
	font-size: 25px;
	font-variant: small-caps;
}

#login_block .login_tbx_container .faculty {
	display: flex;
}

#login_block .login_tbx_container #login_tbx_bg{
	width: 394px;
	padding: 25px;
	margin: 3px 3px 0 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #f9fbfc;
	overflow: hidden;
	border-bottom: 1px solid #cdddec;
}

#login_block .login_tbx_container #create_an_account_tbx_bg{
	width: 394px;
	padding: 25px 25px 21px 25px;
	margin: 0 3px 3px 3px;
	background-color: #f0f8ff;
	overflow: hidden;
	border-top: 1px solid #fff;
}

#login_block .login_tbx_container #login_dav{
	width: 394px;
	padding: 25px;
	margin: 3px 3px 0 3px;
	background-color: #f0f8ff;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	font-family: sans-serif, "Arial";
	font-size: 18px;
	float: left;
	text-align: center;
	color: #3b3b3b;
}

#login_block .login_tbx_container #login_dav span{
	color: #0f58a8;
}

.input_login_form input{
	width: 228px;
	height: 25px;
	border:  1px solid #d8dfd0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	font:  13px sans-serif, 'Arial';
	color: #3b3b3b;
}

.input_login_form input[type='checkbox'] {
	width: 25px;
	margin: 0;
	vertical-align:middle;
}

#login_block #lb_or_dav{
	width: 96px;
	height: 262px;
	line-height: 262px;
	vertical-align: middle;
	font-family: sans-serif, "Arial";
	font-size: 24px;
	font-weight: bold;
	float: left;
	text-align: center;
	color: #373737;

}

#login_block .login_tbx_container #login_dav_button{
	width: 394px;
	padding: 74px 25px 25px 25px;
	height: 80px;
	margin: 0 3px 3px 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #f9fbfc;
	overflow: hidden;
	border-top: 1px solid #cdddec;
}

#login_block .login_tbx_container.has-captcha #login_dav_button {
	height: 170px;
}

#login_block .asi_login_unavailable {
	font-size: 12pt;
	max-width: 210px;
	padding: 0.6em 2.5em 0.6em 0.6em;
	background-position: 97% -34px;
	border-color: #CCC;
}

#login_block .login_tbx_container #login_dav_button #button_blue_dav{
	display: block;
	margin: auto;
	cursor: pointer;
	border: 1px solid #2568b0;
	width: 190px;
	height: 50px;
	line-height: 45px;
	vertical-align: middle;
	font-family: sans-serif, "Arial";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #96c9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #96c9ff 0%, #63aaf8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c9ff), color-stop(100%,#63aaf8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #96c9ff 0%,#63aaf8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #96c9ff 0%,#63aaf8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #96c9ff 0%,#63aaf8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #96c9ff 0%,#63aaf8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c9ff', endColorstr='#63aaf8',GradientType=0 ); /* IE6-9 */

}

#login_block .login_tbx_container #login_dav_button #button_blue_dav:hover{
	background: #7ebcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ebcfc 0%, #5099e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebcfc), color-stop(100%,#5099e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ebcfc 0%,#5099e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ebcfc 0%,#5099e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ebcfc 0%,#5099e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ebcfc 0%,#5099e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebcfc', endColorstr='#5099e9',GradientType=0 ); /* IE6-9 */


}

#login_block #login_error_message{
	webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	display: inline-block;
	width: 100%;
	position: relative;
	background-color: #FFC7C7;
	color: #000000;
	border-left: 5px solid red;
	padding: 13px 30px 13px 10px;
	margin: 1px 0;
	opacity: 1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
}

.fancy-button {
	padding:0.4em 0.7em;
	border: 1px solid #2568B0;
	border-radius:5px;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0px 1px 0px #2568B0;
	background-color:#67adf8;
	background-image: -moz-linear-gradient(180deg, #96C9FF, #67adf8 60.0%);
	background-image: -webkit-linear-gradient(180deg, #96C9FF, #67adf8 60.0%);
	background-image: -o-linear-gradient(180deg, #96C9FF, #67adf8 60.0%);
	background-image: -ms-linear-gradient(180deg, #96C9FF, #67adf8 60.0%);
	background-image: linear-gradient(180deg, #96C9FF, #67adf8 60.0%);
	-webkit-box-shadow: inset -1px -1px 0px 0px #99C8FA, inset 1px 1px 0px 0px #BADBFF;
	-moz-box-shadow: inset -1px -1px 0px 0px #99C8FA, inset 1px 1px 0px 0px #BADBFF;
	-o-box-shadow: inset -1px -1px 0px 0px #99C8FA, inset 1px 1px 0px 0px #BADBFF;
	-ms-box-shadow: inset -1px -1px 0px 0px #99C8FA, inset 1px 1px 0px 0px #BADBFF;
	box-shadow: inset -1px -1px 0px 0px #99C8FA, inset 1px 1px 0px 0px #BADBFF;
	outline:none;
}

.fancy-button:hover {
	background-color:#82BDFC;
	background-image: -moz-linear-gradient(180deg, #96C9FF, #67adf8 100.0%);
	background-image: -webkit-linear-gradient(180deg, #96C9FF, #67adf8 100.0%);
	background-image: -o-linear-gradient(180deg, #96C9FF, #67adf8 100.0%);
	background-image: -ms-linear-gradient(180deg, #96C9FF, #67adf8 100.0%);
	background-image: linear-gradient(180deg, #96C9FF, #67adf8 100.0%);
	cursor:pointer;
	outline:none;
}

.fancy-button:active {
	text-shadow: 0px -1px 0px #2568B0;
}

.fancy-button.red {
	border: 1px solid #AB4343;
	text-shadow: 0px 1px 0px #AB4343;
	background-color:#7AB8FB;
	background-image: -moz-linear-gradient(180deg, #FFA1A1, #F86161 60.0%);
	background-image: -webkit-linear-gradient(180deg, #FFA1A1, #F86161 60.0%);
	background-image: -o-linear-gradient(180deg, #FFA1A1, #F86161 60.0%);
	background-image: -ms-linear-gradient(180deg, #FFA1A1, #F86161 60.0%);
	background-image: linear-gradient(180deg, #FFA1A1, #F86161 60.0%);
	-webkit-box-shadow: inset -1px -1px 0px 0px #FFABAB, inset 1px 1px 0px 0px #FFC7C7;
	-moz-box-shadow: inset -1px -1px 0px 0px #FFABAB, inset 1px 1px 0px 0px #FFC7C7;
	-o-box-shadow: inset -1px -1px 0px 0px #FFABAB, inset 1px 1px 0px 0px #FFC7C7;
	-ms-box-shadow: inset -1px -1px 0px 0px #FFABAB, inset 1px 1px 0px 0px #FFC7C7;
	box-shadow: inset -1px -1px 0px 0px #FFABAB, inset 1px 1px 0px 0px #FFC7C7;
}

.fancy-button.red:hover {
	background-color:#F86161;
	background-image: -moz-linear-gradient(180deg, #FFA1A1, #F86161 100.0%);
	background-image: -webkit-linear-gradient(180deg, #FFA1A1, #F86161 100.0%);
	background-image: -o-linear-gradient(180deg, #FFA1A1, #F86161 100.0%);
	background-image: -ms-linear-gradient(180deg, #FFA1A1, #F86161 100.0%);
	background-image: linear-gradient(180deg, #FFA1A1, #F86161 100.0%);
}

.fancy-button.red:active {
	text-shadow: 0px -1px 0px #AB4343;
}

#tbx-menu-secondary #basket.floating {
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

#central_wrapper {
	width: 1000px;
	margin: 0 auto;
}

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

	.login-page-wrapper {
		width: auto;
	}

	.login-page-wrapper #title_login_block {
		width: auto;
		display: none;
	}

	.login-page-wrapper #title_description_login_block {
		width: auto;
		display: none;
	}

	.login-page-wrapper #login_block {
		width: auto;
		margin-top: 0;
	}

	.login-page-wrapper #login_block h1 {
		text-align: center;
		margin: 5px 0;
	}

	.login-page-wrapper #login_block .login_tbx_container {
		width: auto;
		float: none;
		margin: 0 5px 15px;
		padding: 10px 0;
		border-radius: 5px;
		height: auto;
	}

	.login-page-wrapper #login_block .float-left {
		float: none;
	}

	.login-page-wrapper #login_block .login_tbx_container #login_dav {
		width: 96%;
		padding: 5px;
	}

	.login-page-wrapper #login_block .login_tbx_container #login_dav_button {
		width: 96%;
		padding: 10px;
		height: auto;
	}

	.login-page-wrapper #login_block #lb_or_dav {
		float: none;
		width: auto;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		margin-top: 10px;
		background-color: #eaeaea;
		padding: 2px 0;
	}

	.login-page-wrapper #login_block .login_tbx_container #login_tbx_bg {
		width: auto;
		padding: 5px;
		box-sizing: border-box;
		border: none;
	}

	.login-page-wrapper ul.login_tbx_form {
		width: auto;
	}

	.login-page-wrapper .input_login_form input {
		width: auto;
	}

	.login-page-wrapper #login_block .login_tbx_container #create_an_account_tbx_bg {
		width: auto;
		padding: 5px;
		padding-top: 15px;
		box-sizing: border-box;
		margin: 10px 10px 0;
		background-color: transparent;
		border-top: 1px solid #ccc;
	}

	#login_block .login_tbx_container .g-recaptcha {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		-webkit-transform-origin: 0 0;
        transform-origin: 0 0;
		max-width: 260px;
	}
}

.input_login_form input[type='checkbox'] {
	width: 27px;
	margin: 0;
}