* {}
html {}
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
    background:#fff;
    padding:0;
	margin:0;
}
a img { border:0; }
button::-moz-focus-inner { border: 0; padding: 0; }
textarea {
    overflow: auto;
}
form {
    margin:0;
    padding: 0;
    display: block;
}

.fixfont {
    font-size:10px;
}
.clear { 
	clear:both;
	float:none;
}
.h {
	overflow:hidden;
}
.np {
    padding: 0 !important;
}
.nm {
	list-style-type:none;
	margin:0;
	padding:0;
}
.fl {
	float:left;
}
.fr {
	float:right !important;
}
.pr {
	position:relative;
}
.bm {
	margin-bottom: 20px;
}
.mt {
	margin-top:20px !important;
}
.mtb {
	margin-top:40px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}

.ml10 {
    margin-left: 10px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt5 {
    padding-top:5px;
}
.pt10 {
    padding-top:10px;
}
.p10 {
    padding: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pseudo-link {
	color:#005bcc;
	border-bottom: 1px dotted #005bcc;
	cursor:pointer;
}
.wstripe {
	height:2px;
	overflow: hidden;
	background: #fff;
}

.hide {
    display:none !important;
}

.col {
	width: 50%;
	float:left;
}

.abs-link {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.w10pc  { width: 10%;  }
.w15pc  { width: 15%;  }
.w20pc  { width: 20%;  }
.w25pc  { width: 25%;  }
.w30pc  { width: 30%;  }
.w35pc  { width: 35%;  }
.w40pc  { width: 40%;  }
.w45pc  { width: 45%;  }
.w50pc  { width: 50%;  }
.w55pc  { width: 55%;  }
.w100pc { width: 100%; }

.w220px { width: 220px; }

.fs12px {
	font-size:1.2em;
}

.ml20px {
    margin-left: 20px;
}




/* BLOCK LOGIN */
.loginPageBlock {
    width:275px;
    padding:5px 20px 20px 20px;
}

.inContent .loginPageBlock {
    margin:30px auto 30px auto;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.loginPageBlock .block-title {
    font-weight: normal;
    font-size:2.75em;
    margin: 4px 0 0 0;
    padding: 0;
}
.loginPageBlock .block-subtitle {
    font-size: 1.3em;
    margin: -3px 0 15px 0;
    padding: 0;
    font-weight: normal;
}
.loginPageBlock .block-subtitle a {
    color:#003B75;
    text-decoration: none;
}
.loginPageBlock .block-subtitle a:hover {
    color:#e36627;
}
.loginPageBlock form label {
    display: block;
    font-size:1.25em;
    margin-bottom: 20px;
}

.inContent .remindPasswordPageBlock {
    margin:30px auto 30px auto;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.remindPasswordPageBlock
{
    width:500px;
    padding:5px 20px 20px 20px;
}
.remindPasswordPageBlock .block-title {
    font-weight: normal;
    font-size:2.75em;
    margin: 4px 0 0 0;
    padding: 0;
}
.remindPasswordPageBlock .block-subtitle {
    font-size: 1.3em;
    margin: -3px 0 15px 0;
    padding: 0;
    font-weight: normal;
}
.remindPasswordPageBlock .block-description {
    font-size:1.2em;
}
.remindPasswordPageBlock .block-subtitle a {
    color:#003B75;
    text-decoration: none;
}
.remindPasswordPageBlock .block-subtitle a:hover {
    color:#e36627;
}
.remindPasswordPageBlock form label {
    display: block;
    font-size:1.25em;
}
.remindPasswordPageBlock form label span {
    display: block;
    color:#666;
    margin-bottom: 3px;
    height:17px;
}
.remindPasswordPageBlock form label input {
    width:310px;
    font-size:1.4em;
    padding: 3px 7px;
    border:1px solid #CCCCCC;
    font-weight: bold;
}
.remindPasswordPageBlock .revocerPasswordButton {
    display: block;
    border:1px solid #cccccc;
    font-weight: bold;
    width:325px;
    margin-top:10px;
    padding: 0;
    font-size:1.4em;
    font-weight:bold;
    color:#003B75;
    cursor: pointer;
    height:29px;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 26%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* W3C */
}

.revocerPasswordButton:hover {
    color:#e36627;
}


.messageContainer {
    
}
.messageContainer .info,
.messageContainer .info
{
    color:#e36627;
    margin:5px 0 ;
    padding: 0;
}

.ccb .ainfo {
    color:#003B75;
    font-size:1.6em;
    font-weight: normal;
    height:105px;
    padding:25px 0 0 0;
    margin: 0;
}
.ccb .a2info {
    color:#444444;
    font-size:1.6em;
    font-weight: normal;
    height:240px;
    padding:50px 0 0 0;
    margin: 0;
    text-align: center;
}

.loginPageBlock form label span {
    display: block;
    color:#666;
    margin-bottom: 3px;
}
.loginPageBlock form label input {
    width:260px;
    font-size:1.4em;
    padding: 3px 7px;
    border:1px solid #CCCCCC;
    font-weight: bold;
}

.loginPageBlock form label.inline {}
.loginPageBlock form label.inline input {
    width:auto;
    margin: -2px 0 0 0;
    padding: 0;
}
.loginPageBlock form label.inline span {
    display: inline;
    padding-left: 5px;
}

.button-wrapper {
    margin-top: 30px;
}
.loginButton {
    display: block;
    border:1px solid #cccccc;
    font-weight: bold;
    width:276px;
    padding: 0;
    margin: 0;
    font-size:1.4em;
    font-weight:bold;
    color:#003B75;
    cursor: pointer;
    height:30px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 26%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* W3C */
}
.loginButton:hover {
    color:#e36627;
}

.extra-actions {
    margin-top:10px;
    font-size:1.2em;
}
.extra-actions a {
    color:#003B75;
}
.extra-actions a:hover {
    color:#e36627;
}


#cart {}
#cart li {}
#cart li a {
    color:#555;
}


.bull {
    display:inline-block !important;
    width:5px;
    height:5px;
    vertical-align: top;
    margin-top: 5px;
    margin-right:3px;
}
.bull.orange {
    background: url("../images/orange-dot.gif") no-repeat 0 0;
}

header {}
footer {
	background:#EEEEEE;
	padding: 10px 20px;
}

ul.table {
	display: table;
	list-style-type: none;
	padding: 0;
}
ul.table li {
	display: table-cell;
}

ul.li-spacing li {
    padding-bottom: 9px !important;
    border-bottom: 1px dotted #A6CBDC;
    margin-bottom: 10px !important;
}

ul.li-spacing li:last-child,
ul.li-spacing li.last {
    border-bottom:none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.simple-button {
    display: inline-block;
    border:1px solid #A8B1BA; 
    background: #fff;
    font-size:1.2em;
    padding: 3px 10px;
    cursor: pointer;
    color:#333;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

}
.simple-button:active {
    background: #e5e5e5
}
.simple-button.disabled {
    cursor: default;
    opacity: 0.5;
    background: #fff;
}


.not-found-entries {
    padding:15px 0;
    text-align: center;
    font-size:1.8em;
}
.not-found-entries span {
    display: block;
    font-size:0.8em;
    font-style: italic;
}
.not-found-entries span a {
    color:#003B75;
}
.not-found-entries span a:hover {
    color:#e36627;
}

/* ACCESS RESTRICTED */
.access-restricted {
    margin:15px;
    border:4px dashed #FFD8D8;
    background: #FFF2F2;
    padding: 40px 10px;
}
.restricted-title {
    text-align: center;
    font-size:2em;
}
.restricted-text {
    display: block;
    text-align: center;
    font-size:1.4em;
    font-style: italic;
}
.restricted-text a {
    color:#003B75;
}
.restricted-text a:hover {
    color:#e36627;
}


/* ABUSE CONTENT */
.abuseSubmitForm {
    width:400px;
}
.abuseSubmitForm h3 {
    font-size:1.6em;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    color:#FE4141;
    background: url('../images/error_red16.png') no-repeat 0 0px;
}
.abuseSubmitForm .form-element-item select {
    width:396px;
    border: 1px solid #777777;
    padding: 1px;
    color: #444;
    font-size:1.4em;
}
.abuseSubmitForm .form-element-item label {
    display: block;
}
.abuseSubmitForm .form-element-item label span {
    display: block;
    margin:4px 0 0 0;
    font-size:1.4em;
}
.abuseSubmitForm .form-element-item label textarea {
    font-family: Arial, Helvetica, sans-serif;
    margin-top:4px;
    border: 1px solid #777777;
    padding: 1px;
    color: #444;
    font-size:1.4em;
    padding: 3px;
    width: 390px;
    resize: none;
    height: 150px;
}
.abuseSubmitForm .form-element-item.buttons {
    text-align: right;
}
.abuseSubmitForm .simple-button {
    margin:10px 0 0 10px;
}


/* WRITE TO AUTHOR */
.writeToAuthorForm {
    width:500px;
}
.writeToAuthorForm h3 {
    font-size:1.6em;
    margin: 0 0 10px 0;
    color:#003B75;
}
.writeToAuthorForm .form-element-item {}
.writeToAuthorForm .form-element-item label {
    display: block;
}
.writeToAuthorForm .form-element-item label span {
    display: block;
    margin:4px 0 0 0;
    font-size:1.4em;
}
.writeToAuthorForm .form-element-item label textarea {
    font-family: Arial, Helvetica, sans-serif;
    margin-top:4px;
    border: 1px solid #777777;
    padding: 1px;
    color: #444;
    font-size:1.4em;
    padding: 3px;
    width: 490px;
    resize: none;
    height: 200px;
}
.writeToAuthorForm .form-element-item.buttons {
    text-align: right;
}
.writeToAuthorForm .simple-button {
   margin:10px 0 0 10px; 
}

/* SEND TO FRIEND */
.send-to-friend {
    width:500px;
    padding-bottom: 5px;
}
.send-to-friend h3.block-title {
    font-size:1.6em;
    margin: 0 0 10px 0;
    color:#003B75;
}
.send-to-friend p.block-description {
    font-size:1.4em;
    margin: 0 0 10px 0;
}
.send-to-friend label {
    display: block;
    font-size: 1.25em;
    margin-bottom: 15px;
}
.send-to-friend label span {
    display: block;
    color: #666666;
    margin-bottom: 3px;
}
.send-to-friend label input {
    border: 1px solid #CCCCCC;
    font-size: 1.2em;
    padding: 3px 7px;
    width: 400px;
}
.send-to-friend label textarea {
    border: 1px solid #CCCCCC;
    font-size: 1.4em;
    padding: 3px 7px;
    width: 400px;
    height:80px;
}
.send-to-friend button.sendToFriendButton {
    display: block;
    border:1px solid #cccccc;
    font-weight: bold;
    width:416px;
    padding: 0;
    margin: 0;
    font-size:1.4em;
    font-weight:bold;
    color:#003B75;
    cursor: pointer;
    height:30px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 26%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 26%,#ededed 100%); /* W3C */
}