/* file: styles-ric.css
 *
 * css formatting for the RIC pages
 */

.checkout_table tr {
  height: 25px;
}

.checkout_table_prompt_td {
  width: 140px;
  height: 25px;
  padding-top: 4px;
  vertical-align: top;
}

.checkout_table_td {
  width: 140px;
  height: 25px;
  padding-top: 0px;
  vertical-align: top;
}

.checkout_errors {
  color: Red;
  vertical-align: top;
  height: 25px;
  align: left;
  font-size:12px;
  padding-top: 4px;
  margin-top: 4px;
}

.checkout_hints {
  color: grey;
  vertical-align: top;
  height: 25px;
  align: left;
  font-size:12px;
  padding-top: 4px;
  margin-top: 4px;
}

.box_content2left {
        /*background: #f6eec9;*/
        background: #fff;
        padding: 10px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: 3px solid #BBB;
	border-style: double;
}

.box_content2left li {
        margin-top:5px;
        margin-left:-25px;
        padding: 0px;
        position: relative;
        top: 20;
/*
        left: 0;
        float: left;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
*/
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
}

ul#box_content2left li a {
        float: left;
        text-indent: 0px;
        height: 44px;
        color: #ffffff;
        border: none;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
}


.news_block {
        float: left;
        width: 700px;
        margin-top: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 0px;
        padding-top: 2px;
        padding-right: 0;
        padding-bottom: 2px;
        padding-left: 0;
        font-size:9pt;
        vertical-align: middle;
        /*border: 0px none #999;
        border: 3px solid red;
*/
        border: 0;
}

.search_div1 {
        float: left;
        width: 695px;
        height: 42px;
        background: #fff;
        font-size: 10px ;
        text-align: left;
        padding-top: 0px;
        margin-top: 0px;
        border: 3px solid navy;
        vertical-align: top;
}

.search_div2 {
        float: left;
        width: 690px;
        background: #fff;
        font-size: 14px ;
        text-align: left;
        padding-top: 0px;
        margin-top: 0px;
        vertical-align: top;
}

.all_alpha_div {
  width: 690px;
}

.all_alpha_div tr {
  width: 690px;
}

.all_alpha_id_td {
  width: 100px;
}

#searchtext {
  line-height: 28px;
  height: 28px;
  width: 230px;
  
  border: 2px solid #AAA;

  margin:2px 0px 0px 0px; /* top right bottom left */
  padding-top: 0px;
  vertical-align: top;
  font-size:14px;
  color: lightgrey;
  outline: none;
}

#categories {
  line-height: 28px;
  height: 28px;

  margin:1px 0px 0px 0px; /* top right bottom left */
  padding-top: 0px;
  vertical-align: top; 
  font-size:14px;
}

#search_arrow {
  height: 12px;
  width: 12px;
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 2px;
  padding-top: 0px;
  vertical-align: top;
  border-left: 1px;
  color: black;
}

.search_div1 select {
  /*background-image: url(images/nav_home.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-position: center right;
  background-repeat: no-repeat;
  border: 2px solid #AAA;
  color: #555;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  /* margin-top: 0px; */
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  vertical-align: top;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#666;
  font-size:12px;
  outline: none;
}

.abstact {
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        color:#000;
}

.searchBtn {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a2854), color-stop(1, #5f7794) );
        background:-moz-linear-gradient( center top, #0a2854 5%, #5f7794 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a2854', endColorstr='#5f7794');
        background-color:#0a2854;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        border:1px solid #dcdcdc;
        display:inline-block;
        color:#ffffff;
        font-family:Arial;
        font-size:14px;
        font-weight:normal;
        padding:6px 5px;
        margin-top:0px;
        text-decoration:none;
}.searchBtn:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5f7794), color-stop(1, #0a2854) );
        background:-moz-linear-gradient( center top, #5f7794 5%, #0a2854 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f7794', endColorstr='#0a2854');
        background-color:#5f7794;
}.searchBtn:active {
        position:relative;
        margin-top:-10px;
}

#cart_notice {
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#000;
        font-size:14px;
	width:650px;
}

#login_block {
  border-style:solid;
  border-color:navy;
  border-width:medium;
  padding: 5px;
  margin-left:auto;
  margin-right:auto;
  width:90%;
}

/* ------------------------------------------------------------------- */

#pdf_basket_div {
  border: 1px solid green;
  padding:0;
  margin-left:-10px;
  margin-right:10px;
  height:980px;
  width:700px;
  z-index:-1;
  background-color:transparent;
}

#pdf_basket_page_div {
  border: 1px solid green;
  margin:0;
  padding:0;
  top:940px;
  left:270px;
  height:30px;
  width:400px;
  z-index:2;
  background-color:grey;
}

#pdf_basket_bgdiv {
  position:relative;
  top:0;
  left:0;
  z-index:0;
  background-repeat:no-repeat;
  background-image: url(pdf-form/PublicationRequestForm-category/bgimg/bg00001s.jpg);
}

#pdf_basket_bgdiv2 {
  position:relative;
  top:0;
  left:0;
  z-index:0;
}

#pdf_basket_div h1 {
  font-size: 28px; 
  z-index: 1; 
  font-weight: bold;
  position:absolute;
  margin: 0;
  padding: 0;
}

#pdf_basket_div h2 {
  font-size: 20px;
  z-index: 1;
  font-weight: bold;
  position:absolute;
  color: black;
}

#pdf_basket_div h3 {
  font-size: 16px;
  z-index: 1;
  font-weight: bold;
  position:absolute;
  color: black;
}

#pdf_basket_div label {
  font-size: 14px;
  z-index: 1;
  font-weight: normal;
  position:absolute;
  color: black;
}

#pdf_basket_div button {
  font-size: 12px;
  z-index: 1;
  font-weight: normal;
  position:absolute;
  color: black;
}

#pdf_basket_div .pagebutton {
  font-size: 12px;
  z-index: 1;
  font-weight: normal;
  position:absolute;
  color: black;
  padding: 3px;
  border: 1px solid navy; 
  top:920px;
  vertical-align: middle;
}

#pdf_basket_div .pagebutton_prev {
  font-size: 12px;
  z-index: 1;
  font-weight: normal;
  position:absolute;
  color: black;
  padding: 3px;
  border: 1px solid navy; 
  top:920px;
  vertical-align: middle;
  margin-right: 3px;
}

#pdf_basket_div tr {
  border-style: solid;
  border-color: black;
}

#pdf_basket_div th {
  font-size: 14px;
  z-index: 1;
  font-weight: normal;
  color: white;
  background-color: black;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10;
  padding-right: 10;
}

#pdf_basket_div td {
  font-size: 14px;
  z-index: 1;
  font-weight: normal;
  color: black;
  padding-bottom: 3px;
  border-bottom: 1px #ccc solid;
}


#msg_popup { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
    max-width:600px;
    max-height: 300px;
}
.bClose{
    background-image: url(images-ric/Cancel.png);
    cursor:pointer;
    position:absolute;
    width:20px;
    height:20px;
    right:10px;
    top:5px;
}







