/* CSS Document for SubjectsPlus, public display (i.e., subjects/ folder ) */

/* reset - blueprint mod */
* {padding: 0; margin: 0;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family:"Arial";vertical-align: baseline;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align:top; }
/* Remove annoying border on linked images. */
a img { border: none; }

/* no's*/
.no-border{border: 0 !important}
.no-margin{margin: 0 !important}
.no-bg{background: none !important}
.no-pad-left{padding-left: 0 !important}
.no-pad-right{padding-right: 0 !important}

/* jQuery UI overrides */
.ui-widget {
}

.ui-widget-header {
       background: #cccccc !important;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
    font-size: 0.8125em;
    text-align: left;
    line-height: 1.5em;
    color: #000;
    background: #FFFFFF;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}


a,
a:link  {
    color: #5A8282;
}

a:visited {
    color: #5A8282;
}

a:hover {
    color: #B4162C;
}
/* naslov spremenjen*/
h1 {
    color: #B4162C;
    font-family:"Arial";
    font-size: 2em;
    font-weight: 100;
    padding: 1 1em 1 0; 
/*  text-shadow: 0 2px 3px #CCCCCC; */
    margin: 3 1 1 0;    
}

h2 {
    font-family:sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: #5A8282;
    font-size: 1.3em;
}

h3 {
    color: #0072BC;
    font-family: "Times New Roman", Georgia, Serif;
}

em {font-style: italic;}


img {
    height: auto !important;
    max-width: 100%;
}

.clearboth {
    clear:both;
}

.clear-both-left {
    clear:both;
    float:left;
}


/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -45px;
}

#push, #footer {
        height: 45px;
    }



/* Header area */
/*viÅ¡ji header */

#header {
    background: #fff;
    height: 6em; 
    padding: 1em;
    margin: 0 0 1em 0;
   /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1); */
}

#header_inner_wrap {
    text-align: left;
    padding: 1 0 2em 0;
    margin: 0 auto;
    width: 100%;
    background-color: #transparent;
    height: 3em;
    max-width: 1400px;
}

/* header Pef */

#headlinks {
    border: 3px #5A8282;
    padding:5px 0px 5px 0px;
    border-style: solid none;
}

#headlinks a { 
    text-decoration: none;
    color:black;
}

#headlinks a:hover { 
    background-color: #B4162C; 
}

/* Main content areas */

.wrapper-full {
    max-width: 1400px;
    margin: 0 auto;
}

#main-content { /* changed from #wrap to main-content per RG */
    position: relative;
    text-align: left;    
    background-color: transparent;
    width: 100%;
}



#leftcol {
    clear: both; float: left; width: 30%; margin-left: 2%;
}

#maincol {
    float: left; width: 30%; margin-left: 3%;
}

#rightcol {
    float: left; width: 30%; margin-left: 3%;
}

#rightcol p,#rightcol ul,#rightcol dl {
    margin: 4px 10px 4px 10px;
    padding: 0;
    list-style: none;
}

#rightcol ul li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 18px;
    line-height: 1.4em;
    background: url("../images/icons/required.png") no-repeat 0 0px;
}

#rightcol h3 {
    font: 1.2em sans-serif;
    font-weight: 700;
    margin: 10px 0 12px 0;
    padding: 5px 10px 0px;
    border: none;
    color: #000;
}

#rightcol h4 {
    font-size: 92%;
    font-weight: normal;
    margin: 0;
}


/* Footer */

#footer {
    margin: 0;
    padding: 10px 0 0px 0;
    font-size: .8em;
    color: #333;
    border-top: 1px dotted #efefef;
}

#footer p {
    margin: 0;
    line-height: 1.4em;
    text-align: center;
}

#footer a, #footer a:link, #footer a:visited {
    color: #888;
}

#footer a:hover {
    color: #ccc;
}

/* Guide Tools */

#guide_nav_tools {
    float: left;
    margin: 2em 0 1em 40px;
}

#guide_nav_tools img {
    margin: 0 .25em;
    opacity: .6;
}

#guide_nav_tools img:hover {
    opacity: 1;
}

#sp_search {
    margin-left: 1em;
    margin-right: 2px;
}


/* This is for the pluslets */

.pluslet_simple {
    position: relative;
    clear: both;
    cursor: auto;
    z-index: 1;
    overflow: visible;
    /*  border: 1px solid #ccc; */
/* dodan */
    background-color: #fff;
    border-radius: 5px;    
    padding: .5em 1em;
    margin: 1em;
}

.pluslet_simple ul, ol {
    margin: 1em;
}

#maincontent .pluslet_simple h2 {
    border: none;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
.no_overflow {
    overflow:auto;
}

.pluslet {
    position: relative;
    clear: both;
    background: #fff; 
/* no border  
    border: 1px solid #ccc; */
/*dodan*/
    border-top: 3px solid #5A8282
    padding: 0;
    font-size: 10pt;   
    border-radius: 5px;
    margin: 1em 1em;    
   /* box-shadow: 5px 5px 7px #e0e0e0; */
}

.pluslet ul {
    margin-left: 2em;
}

.pluslet li {
    display: list-item;
}

.pluslet li a {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: #40659b;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.pluslet li a:hover {
    color: #cc6666;
    text-decoration: underline;
}
#tabs .pluslet ul {
    margin-bottom: 0.5em;
}

.pluslet_body {
    background-color: #fff;
    padding: .5em;
    margin: .5em;
    text-align: left;
    overflow: auto;
}


.titlebar {
    color: #333;
    position: relative; 
    height: 2em;
    padding: 0;
    margin: 0;
    width: 100%;
/* top crta */
    border-top: 3px solid #5A8282;
  /*border-bottom: 1px solid #B3B9BF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    background-color: #DEE6E6;
}

.titlebar_text {
    font: 1em
  /* arial */
    font-family: "Arial";
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0px;
  /* spremenjeno */
    padding: 2px 0px 5px;
    border:  none;
    color: #606060;
    background-color: transparent;

}

.titlebar_options {
    display: none;
}


/* Tabs */

#tabs {    
    background-color: transparent;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 45px;
}

#tab-container {margin: -40px 0 0 0; padding: 0;}

/* if no tabs are being rendered, let's adjust our margins (example: one page guide - no tabs!!) */
#tab-body.no-tabs { 
    margin: -50px 0 0 0 ;
    padding: 50px 0 0 0;
}

#tabs ul {
     margin: 5px 5px 0 5px;
     padding: 10px 30px 0 2px;
}


/* Print Dialog */


div.printer_tabs { /* Print button on guide with tabs */
    margin: 0 0 0 0;  
    background-color: transparent;
    position: absolute;
    top:-60px !important;
    width: 36px;
}

div.printer_no_tabs { /* Print button on guide with NO tabs */
    margin: -41px 0 0 5px;  
     background-color: transparent;
    position: absolute;
    top: 0 !important;
    width: 36px;

}

.print-img-tabs, .print-img-tabs:hover { 
    background-image: url("../../images/printer-default.png");
    background-repeat: no-repeat;
    background-position: 50% 65%;
    cursor: pointer;    
    padding: 2px 5px;
    background-color: #333 !important; 
    border-radius: 8px;
    border: none;
    opacity: .6;
}

.print-img-no-tabs, .print-img-no-tabs:hover { 
    background-image: url("../../images/printer-default.png");
    background-repeat: no-repeat;
    background-position: 50% 65%;
    cursor: pointer;    
    padding: 2px 6px;
    background-color: #333 !important; 
    border-radius: 8px;
    border: none;
    opacity: .6;
}

.printDialog {
    margin: 10px;
    padding: 10px;
    font-size: 14px;
}

.printDialog ul {margin: 0; padding: 0; list-style-type: none;}

.printDialog ul li {margin-bottom: 15px; font-size: 14px; }

.printDialog ul li a.pure-button-topsearch,
.printDialog ul li a.pure-button-topsearch:link,
.printDialog ul li a.pure-button-topsearch:hover {
    color: #fff;
    width: 150px; 
    padding-top: 10px;
}

.pure-button-topsearch {
    background-color: #333;
    color: #fff;
}


/* Next lines override the regular pluslet to create a heading */
.plusheading, .type-heading { background-color: #9F3E3B; width: 70%; padding: 0; text-transform:uppercase;}
div.plusheading .pluslet_body, div.type-heading .pluslet_body {position: relative;padding:0;}



div.pluslet form {
    padding-top: -10px;
    margin: 0;
}

/* subjects/databases.php */

#a2z a  {
    color: #fff;
    font-size: larger;
    text-decoration: none;
    text-align:center;
}

#a2z a:link a:visited {
    color: #fff;
}

#a2z a:hover {
    color: #333;
}

.togglelink img {
    cursor: pointer;
}


/* jQuery autocomplete search categories */

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}

.ui-helper-hidden-accessible {

    display:none;
}

.autocomplete-parent-guide {
    /*text-indent:1.5em;*/
    font-weight:bold;
    font-size:.9em;
    text-indent:.8em;
}


.ui-autocomplete {
max-height: 300px;
overflow: auto;

}

.ui-menu-item a {
    cursor: pointer;
}
/* Search boxes on subjects/index.php */

.main_search_box {
    text-align: left;
    margin-left: 0px;
}

/* Display for the "all items" pluslet */

.leftcolheader {
    background-color: #EFF8CE;
    border: none;
    color: #000000;
    font-size: 1em;
    padding: 2px;
    text-align: center;
    font-weight: 700;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #CFDAE6;
}


.note {
    font-size: 9pt;
    line-height: 12pt;
}

/* Databases Page */

#letterhead {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}
#selected_letter {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #79A4D4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .6em;
    margin: .5em .5em .5em 0;
    color: #fff;
}
#letterhead a, #letterhead li {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .6em;
    margin: .5em .5em .5em 0;
    text-decoration: none;
    color: #333;
}
#letterhead a:hover {
    background-color: #79A4D4;
    color: #fff;
}
#letterhead input {
    background-color: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .2em .6em;
    margin: .5em;
    font-size: 1em;
}
#letterhead select {
    background-color: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .1em 0 .1em 0;
    margin: .5em .5em 0 0;
    font-size: 1em;
}
#letterhead option {
}
#letterhead_small {
    margin-bottom: .2em;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: .2em;
}
#letterhead_small a {
    color: #333;
    text-decoration: none;
    width: 1em;
    display: inline-block;
    list-style-type: none;
    border: 1px solid #ccc;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 .6em;
    margin: .2em .5em .2em 0;
    color: 333;
    text-decoration: none;
}
#letterhead_small a:hover {
    background-color: #79A4D4;
    color: #fff;
}

#letterhead .inactive {display: none;}

.dbresults {
    clear:both;
    padding: 7px 0;
    border-top: 1px dashed #dfdfdf;
}

.no-border {
    border: none;
}

.dbresults-inset {
    clear:both;
    padding: 7px 0;
    margin-left: 2em;
}
.zebra {
    padding: .5em 0 .5em .5em;
    border-bottom: 1px solid #ccc;
}
/*
.zebra:hover {
    background-color: #ccc;
}
*/

.evenrow, .even {
    background-color: #DEE6E6;
    padding: .5em 0 .5em .5em; /* tabela viri širša*/
}
.oddrow, .odd {
    background-color: #fff;
    padding: .5em 0 .5em .5em;
}

.list_bonus {
    display: none;
    z-index: 200000;
}

table {
/* lepši seznam rezultatov */ 
    /*font-size: 1.2em;*/
}
table.item_listing td, div.item_listing p {  
    padding: .5em 0 .5em .5em; 
/* lepše za pluslet: padding: .1em 0 0 0; */
    border-bottom: 1px solid #ccc;
    margin: 0;
}

/*pluslet table*/
table.item_listing_pluslet td, div.item_listing p{
    padding: .2em 0 .2em 0;
}

table.item_listing th {
    padding: .5em 0 .5em .5em;
    border-top: 1px solid #EFE9C2;
    background-color: #000;
    background: #000;
    color: #fff;

}

table.item_listing h2 {
    border:none;
    background-color: #fff;
}

table.item_listing a {
    text-decoration: none;
}

table.item_listing a:hover {
    text-decoration: underline;
}

.list_bonus {
    display: none;
    z-index: 200000;
 /*   margin-top: .5em; */
    color: #333;
    font-size: 1em !important; /*spremenjeno*/
}

.list_bonus img {
    background-color: #79A4D4;
    border-radius: 3px;
    height: 15px;
    padding: 3px;
    width: 15px;
}

.db_icons {
    float: right;
    font-size: 0.8em !important;
    margin-right: 1em;
}

.db_icons img {
    /* background-color: #79A4D4; */
    border-radius: 3px;
    height: 15px;
    width: 15px;
    /* lepše tabele */
/*  padding: 3px; */
    margin-top: 3px;
}

.toggleLink {
    font-size: 13px; border-radius: 3px; margin-left: 1em; color: #666; padding: 1px 3px;
    display: inline-block;
    cursor: pointer;
}

.togglelink:hover {
    color:black;
    background-color: #B4162C !important;
}

/* The next three classes are used for even/odd striped tables of data/results */
.striped_data {
    font-size: 100%;
    margin: 2px;
    background-color: #ccc;
}



/* This is for debugger results, if $debugger variable is turned on in file */
.debugger {
    text-align: left;
    background: Yellow;
    font-size: 12px;
    margin: 15px;
    padding: 5px;
    border: 1px dashed #ccc;
    overflow: auto;
}

/* For subjects/faq.php results */

.faq_item {
    background: url("../images/left_top_corner.gif") no-repeat;
}

.faq_item_q { /*background: #333; color: #fff;
	*/
              padding-left: 15px;
              margin-bottom: 2px;
              padding-bottom: 2px;
              font-weight: bold;
              padding-top: 9px;
}

.faq_item_a {
    padding-left: 15px;
    padding-bottom: 5px;
}

.faq_filter {
	font-size: .8em;
	text-align: center;
	margin:1em;
}

/* The next few determine how peoples' names and pix appear in staff.php & staff_details.php
staff_photo2 is in the sidebar of the subject results page (which requires a float)*/

.staff_photo {
    position: relative;
    background: #efefef;
    padding: 3px;
    border: 1px solid #333;
    margin-right: 20px;
    margin-bottom: 10px;
}

.staff_photo2 {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #333;
    float: left;
    margin: 0 1em 1em 0;
    padding: 3px;
    position: relative;
}

.staff_contact {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0;
}

span.staff_contact a:link {

    color: #000;
    text-decoration: underline;
}
span.staff_contact a:visited {

    color: #000;
    text-decoration: underline;
}

span.staff_contact a:hover {

    text-decoration: none;
    color: #cc6666;

}

span.staff_contact a {

    color: #000;
    text-decoration: underline;
}

h2.dept_header {
    border:none !important;
    background-color: #fff  !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    text-align: center !important;
}

/* This is for the search box on subjects/display.php & subjects/faq.php */

.search_smaller {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}


/* Used throughout for print that is um smaller  */
.smaller {font-size: 8pt; }

#listing a:hover {
    text-decoration: underline;

}

#listing a   {
    text-decoration: none;
}


#intro_pluslet {

    position: relative;  clear: both; background: #fff; margin-bottom: 10px; z-index: 50; border: 1px solid #929abe;  padding: 0px;cursor: move; font-size: 10pt;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


#navbar {
    width:100%;
}

#nav a {color: #000;
        text-decoration:none;}

#nav a:link {color: #000;
             text-decoration:none;}

#nav a:visited {color: #000;
                text-decoration:none;}

/* Talk Back */

.pluslet_error {
    background-color: #CC0000;
}

.tb_year_head {
    background-color: #333;
    font-size: 16pt;
}

div.tb_year_head a {
    color: #fff;
}

.tb_form_head {
    background-color: #fff;
}


.tb_answer {
    margin-top: 8px;
    padding: 8px 5px;
    min-height: 70px;
    background-color: #e0e0e0;
    border-top: 1px solid #ccc;
}

.tb_staff_photo {
    position: relative;
    float: left;
    background: #efefef;
    padding: 3px;
    border: 1px solid #333;
    margin: 0 10px 0 0px;
    max-width: 50px;

}

.toc {
    float: left;
    width: 30%;
    margin: 0 1% 1em 1%;
}

/* Tell Us Page */
form#tellus p {
    padding: .5em 0 .5em 1em;
}

.tellus_item {
    clear: both;
    display: block;
    float: left;
    margin: 1em 0;
    padding: .5em;
    min-width: 95%;
    background-color: #fff;
    border-bottom: 1px dashed #DCD9CC;
}
.comment_num {
    position: relative;
    float: left;
    display: inline-block;
    background-image: url('../../images/icons/comment_box.png');
    background-repeat: no-repeat;
    width: 39px;
    height: 34px;
    margin-right: 1em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
    padding-top: 5px;
}
.tellus_comment {
    background-color: #fff;
    padding: .5em;
    margin: 0;
}

/* Styling the markup generated by the autocomplete jQuery UI widget */


ul.ui-autocomplete{
    width:250px;
    background-color:#fff;
    border:1px solid #fff;
    outline:1px solid #ccc;

}

ul.ui-autocomplete li{
    list-style:none;
    border-bottom:1px solid #e0e0e0;
    border-top:1px solid #fff;
    text-align: left !important;
}

ul.ui-autocomplete li:first-child{
    border-top:none;
}


ul.ui-autocomplete li:last-child{
    border-bottom:none;
}

ul.ui-autocomplete li a{
    color:#333;
    border:none !important;
    text-decoration:none !important;
    padding:5px 10px;
    display:block;
}

#ui-active-menuitem{
    background-color:#79A4D4;
    color:#fff;
    cursor:pointer;
}

/* Videos page */


div.vid_container {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
  padding-bottom: 10px;
  color: #fff;
}


div.vid_container img {
  float: left;
  margin: 10px 20px 10px 10px;
  background-color: #4F4E4E;
  width: 150px;
  cursor: pointer;
  list-style: none outside none;
  padding: 7px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}



div.vid_container h3 {
  font-size: 1.3em;
  color: #B0CBE8 !important;
  margin-top: 10px;
  cursor: pointer;
}

div.vid_container p {
  font-size: 1em;
  color: #fff;
  margin-top: 0;
}

div.vid_container a {
  color: #B0CBE8;
  cursor: pointer;
}

div.vid_container p.runtime {font-size: smaller; margin-bottom: 15px;}

.video_thumb {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  background-color: #333;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

div.video_thumb img {
  float: left;

}
.video_list {
  clear: both; float: left; width: 500px;
}




/* these .ui class overrides tweak border and spacing of tab containers */
.ui-content {
    border: none !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0em !important;
}

.ui-state-active {
    background-color: #79A4D4 !important;
}
.hometab {
    padding: 4px 3px 0px 3px !important;
}


/* Next lines override the regular pluslet to create a heading */
.plusheading, .type-heading { width: 70%; padding: 0; text-transform:uppercase;}

.evenrow {
    background-color: #DEE6E6;
}

.bullet {
height:55px;
width:55px;
}


.staff-info {
    float:left;
}



.float-left {
    float:left;
}

.ts-blackwhite
{
	background-color:DEE6E6;
	color:606060;
}

.ts-whiteblack
{
	background-color:white;
	color:606060;
}

.noshow {display: none;}



/*  Media Queries */

/* â‰¥ 568px  .pure-u-sm-* */
@media screen and (min-width: 35.5em) {

}


/* â‰¥ 768px  .pure-u-md-* */
@media screen and (min-width: 48em) {

    h1 {
        clear: left;
        margin-top: 0;
    }

    #guide_nav_tools {
        float: right !important;
        margin: 0 0 0 0;
    }

    div.printer_tabs { /* Print button on guide with tabs */
        margin: 0 0 0 0;  
        background-color: transparent;
        position: absolute;
        top:-46px !important;
        right: 305px;
        width: 36px;
    }

    div.printer_no_tabs { /* Print button on guide with NO tabs */
    margin: -28px 0 0 5px;  
     background-color: transparent;
    position: absolute;
    top: 0 !important;
    right: 305px !important;
    width: 36px;
    }

    .ui-widget-header {
       background: url("../shared/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll top left #cccccc !important;
    }
}

/* â‰¥ 1024px     .pure-u-lg-* */
@media screen and (min-width: 64em) {

}

/* â‰¥ 1280px     .pure-u-xl-* */
@media screen and (min-width: 80em) {

}

/* ikona */
.help {
    color:#B4162C;
    content:"?";
    left:5px;
    width:14px;
    height:14px;
    margin-top:-6px;
    font-size:.9em;
    font-weight:bold;
    text-align:center;
    color:#fff;
    background:#B4162C;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.info {
    color:#5A8282;
    content:"i";
    left:3px;
    width:14px;
    height:14px;
    margin-top:-8px;
    font-size:.9em;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    color:#fff;
    background:#5A8282;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}