strong {
    font-weight: bold;
}

/* Clearing floats */
br.both {
    clear: both;
}

br.left {
    clear: left;
}

br.right {
    clear: right;
}

#container {
    width: 980px;
    margin: 0 auto;
}

#wrapper {
    width: 960px;
    float: left;
    background: url(http://static.pictosys.se/images/bg_wrapper.gif) repeat-y;
    padding: 0 10px;
}


#topbar {
    width: 960px;
    height: 60px;
    float: left;
    position: relative;
    /* Trigger hasLayout for IE. */
    zoom: 1;
}

#topbar .logo {
    position: absolute;
    left: 15px;
    top: 20px
}

#topbar .logo a {
    display: block;
    background: url("/static/images/logo.gif") no-repeat scroll left center transparent;
    width: 150px;
    height: 25px;
}


#header {
    width: 980px;
    height: 190px;
    float: left
}

#header ul.menu {
    list-style: none
}

#header ul.menu li {
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.4em;
}

#header ul.menu li a {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 10px
}

#header ul.menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: url(http://static.pictosys.se/images/bullet_nav.gif) no-repeat 0px 5px;
}

#header ul.menu li a.selected {
    color: #FFFFFF;
    text-decoration: none;
    background: url(http://static.pictosys.se/images/bullet_nav.gif) no-repeat 0px 5px;
}

#header .box {
    width: 240px;
    height: 190px;
    float: left;
}


#yui-history-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.large-button {
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: white;
    border: 1px outset;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
}

a.large-button:hover,.large-button:hover {
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;
}

a.try-button {
    margin: 30px 0;
    text-decoration: none;
}

a.order-button {
    margin: 30px 0;
    text-decoration: none;
}

#footer {
    width: 920px;
    float: left;
    text-align: right;
    padding: 10px 0px;
    padding-right: 40px;
    margin-bottom: 200px;
    margin-top: 70px;
}

.span-link, .clickable-text {
    color: #616A71;
    text-decoration: underline;
    cursor: pointer;
    display:block;
    margin:2px 0 2px 0;
}

/* Don't display Stripes' unlocalized error header. */
.errorHeader {
    display: none;
}
body.hide-menu #header,body.hide-menu #hide-menu-option {
    display: none;
}

body.hide-menu #show-menu-option {
    display: block; 
}

#show-menu-option {
    display: none;
}


.hide-menu-div {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 10px;
}

.show-menu-link {
    padding: 5px;
}
.symbol-autocomplete-item {
    font-size: 110%;
}

.symbol-autocomplete-item img,.character-autocomplete-item img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
    vertical-align: middle;
}

.symbol-autocomplete-item .symbol-name {
    font-size: 80%;
    color: #888;
}

ul.list,ol.list {
    margin-left: 10px;
    margin-bottom: 1em;
}

ol.list {
    list-style-type: decimal;
}

ul.list {
    list-style-type: disc;
}

ul.list ul.list {
    list-style-type: circle;
}

ul.list li,ol.list li {
    margin-left: 10px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */
.note {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    line-height: 16px;
}

.flash-message {
    font-weight: bold;
    background-color: #afa;
    border: 1px solid #363;
    color: #333;
    padding: 10px;
    margin: 10px 0px;
}

.flash-error {
    font-weight: bold;
    background-color: #faa;
    border: 1px solid red;
    color: black;
    text-shadow: 0px 0px 4px white;
    padding: 10px;
    margin: 10px 0px;
}
.size-1of2, .size-2of4 {
    width: 480px;
    float: left;
}

.size-1of4 {
    width: 240px;
    float: left;
}

.size-3of4 {
    width: 720px;
    float: left;
}
#search-container {
    margin-right: 15px;
    color: #333;
}

#search-container fieldset {
    padding-bottom: 10px;
    font-size: large;
}

#search-container fieldset .input {
    width: 120px;
    font-size: large;
    font-weight: normal;
    border: 1px solid #E2E2E2;
    color: #333;
    padding: 3px;
    padding-left: 20px;
    background: url(http://static.pictosys.se/famfamfam/silk/icons/magnifier.png) no-repeat 3px center white;
}

#search-container .input:focus {
    border: 1px solid #3399FF
}

#search-container fieldset .button_sok #symbol-search {
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    border: 1px solid #000000;
    background: #566B86;
    text-align: center;
    text-decoration: none;
    padding: 2px 10px;
    cursor: pointer;
}

#search-container fieldset label {
    width: 165px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding-top: 5px;
}

#search-container fieldset .droplist {
    font-size: large;
    font-weight: normal;
    width: 195px;
    color: #333;
    border: 1px solid #E2E2E2;
    padding: 3px;
    background-color: white;
}

/*
 * Contains styles for the browse list, i.e. select list of symbols.
 */
#browse-list {
    border: 1px solid #E2E2E2;
    color: #616A71;
    width: 140px;
    height: 235px;
    font-size: 11px;
}

#browse-list-container {
    padding-right: 30px;
    float: left;
    width: 130px;
}
/* CSS Document */ /*
---------------------------------------------
01. main/default elements
---------------------------------------------
*/
* {
    margin: 0;
    padding: 0
}

img,fieldset {
    border: none
}

body, body.bliss-skin {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

a, a:link, a:visited {
    color: #616A71;
    text-decoration: underline
}

a:hover {
    color: #616A71;
    text-decoration: underline
}


.login-box a,.login-box a:hover,.login-box a:visited,.login-box p {
    color: #616A71;
}

.clickable {
    cursor: pointer;
}

ul, .text {
    font-size: 10px;
    font-weight: normal;
    color: #000000
}

p {
    margin: 0 0 1.5em 0;
    font-family: Lucida grande,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;

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

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 20px 0;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin:0 0 6px 0;
}

h4 {
    font-size: 10px;
    font-weight: bold;
    color: #000000:
    margin:0 0 6px 0;
}

.clear {
    clear: both;
}

.error-messages,.errorMessages,.errorMessages ul li {
    color: #cc0000;
}

/* Don't display Stripes' error header. */
.error-header,.errorHeader {
    display: none;
}

.new-paragraph {
    padding-top: 10px;
}


.float-left {
    float:left;
}

.float-right {
    float:right;
}

.inline {
    display:inline;
}


input.checkbox {
	width: auto;
}

fieldset .item {
	text-align: left;
}


label.instruction {
    font-size: small;
    font-style: italic;
}


/*
---------------------------------------------
03. top bar
---------------------------------------------
*/


.show-menu-link {
    background-color: #D0CFB4;
}


/*
---------------------------------------------
04.1 banner - menu box
---------------------------------------------
*/
.menu-box {
    background-color: #FA5500;
}

.menu-box ul.menu {
    padding-top: 15px;
}

.menu-box fieldset {
    padding-top: 10px;
    padding-left: 10px
}

.menu-box fieldset label {
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 3px
}

.menu-box fieldset label .input {
    width: 114px;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px
}

.menu-box fieldset .droplist {
    width: 90px;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px
}

/*
---------------------------------------------
04.2 banner - submenu box
---------------------------------------------
*/
.submenu-box {
    background-color: #546B84;
}

/*
---------------------------------------------
04.3 banner - art box
---------------------------------------------
*/
.art-box {
    background: url(/static/images/bg_box3.gif) no-repeat;
}

/*
---------------------------------------------
04.4 banner - login box
 ---------------------------------------------
*/
.login-box {
    width: 225px;
    height: 175px;
    float: left;
    background: #D0CFB4;
    padding-top: 15px;
    padding-left: 15px;
}

.login-box fieldset {
    width: 175px;
    padding-top: 5px;
    padding-bottom: 15px
}

.login-box fieldset label {
    width: 175px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding-top: 3px
}

.login-box fieldset .input {
    width: 100px;
    height: 15px;
    border: 1px solid #999;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding: 2px
}

/*
---------------------------------------------
05. content
---------------------------------------------
*/
.contents {
    width: 930px;
    float: left;
    padding: 15px;
    padding-bottom: 0px;
    background: url("http://static.pictosys.se/images/gradient-gray.png") repeat-x scroll left -45px transparent;
}

body.hide-menu .contents {
    background: none;
}

.centeredcontent {
    padding: 0px 240px;
}

.centeredcontent fieldset .item {
    padding-top: 15px;
}

.centeredcontent fieldset .item .label {
    display: block;
    font-size: 11px;
}

.centeredcontent fieldset .item .text-area {
    width: 300px;
}

.centeredcontent fieldset .item .read-only {
    border: medium none;    
}

.centeredcontent fieldset .button {
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #FA5500;
    background: #FA5500;
    text-align: center;
    padding: 2px 0;
    margin: 10px 0;
    cursor: pointer;
}

.column {
    float:left;
    width:210px;
}

.two-column {
    float:left;
    width: 480px;
}

/*
---------------------------------------------
05.1 startpage
---------------------------------------------
*/

a.try-button {
    background-color: #FA5500;
    color: white;
    text-decoration: none;
}

a.order-button {
    background-color: #566B86;
    color: white;
    text-decoration: none;
}


/*
---------------------------------------------
07. middle panel
---------------------------------------------
*/
#middlepanel {
    width: 210px;
    float: left;
    margin-right:30px;
}

/*
---------------------------------------------
07.1 middle panel - styles
---------------------------------------------
*/
.levelbox {
    width: 210px;
    float: left;
    margin-bottom:15px;
}

.levelbox span {
    float: left;
    padding-right: 12px
}

.set {
    width: 210px;
    float: left;
    padding: 0 0 15px 0;
}

/* Non-essential feature, will not work in IE6. */
.set.selected img {
    opacity: 0.5;
}

.set .gloss-section {
    width: 90px;
    float: left;
    padding-left: 10px
}

.set .gloss-section ul {
    list-style: none;
    padding-bottom: 10px
}

.set .gloss-section ul li {
    font-size: 11px;
    font-weight: normal;
    color: #000000
}

.set .gloss-section ul li span {
    background: url(/static/images/li_box.gif) no-repeat;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

.set .gloss-section ul li span:hover {
    background: url(/static/images/li_box_hover.gif) no-repeat;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

.set .gloss-section ul li span.selected {
    background: url(/static/images/li_box_hover.gif) no-repeat;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

/*
---------------------------------------------
08. right panel
---------------------------------------------
*/
#rightpanel {
    width: 450px;
    float: left;
}

/*
---------------------------------------------
08.1 right panel - styles
---------------------------------------------
*/

.toggle-chart-settings {
    float:right;
    margin:0 0 5px 0;
}


.settings-row {
    width:100%;
    float:left;
    clear:both;
    margin:5px 0;
}

.settings-label {
    float:left;
    margin:0 5px;
    padding-top:4px;
    text-align:left;
}

.settings-input {
    float:left;
    margin:0 5px;
}


.textstorlek {
    width: 60px;
    float: left;
    padding-right: 20px
}

.textplacering {
    width: 100px;
    float: left;
    padding-right: 5px
}

.textplacering ul {
    list-style: none;
    padding-bottom: 10px
}

.textplacering ul li {
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    padding-right: 5px
}

.textplacering ul li span {
    background: url(/static/images/li_box.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

.textplacering ul li span:hover {
    background: url(/static/images/li_box_hover.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

.textplacering ul li span.selected {
    background: url(/static/images/li_box_hover.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

.symbolstorlek {
    width: 60px;
    float: left;
    padding-right: 25px
}

.bakgrundsfarg {
    width: 80px;
    float: left
}

.bakgrundsfarg span {
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background: url(/static/images/li_box.gif) no-repeat right;
    padding-right: 15px
}

.bakgrundsfarg span:hover {
    background: url(/static/images/li_box_hover.gif) no-repeat right
}

.righticon {
    float: right
}

.righticon a, .righticon span {
    float: left;
    padding-left: 5px
}


/*
---------------------------------------------
09.1 download styles - general
---------------------------------------------
*/
.popup-message {
    background-color: #CCFF80;
    border: 1px solid #CCCCCC;
    position: absolute;
    text-align: center;
    text-size: x-large;
    font-weight: bold;
    padding: 30px;
    width: 600px;
    margin:0 135px;
    opacity: 0;
    z-index: 1000;
}

/*
---------------------------------------------
09.3 download styles - column 2
---------------------------------------------
*/
#column2 {
    width: 120px;
    float: left
}

#column2 .set {
    width: 100px;
    float: left;
    padding-top: 10px;
    padding-right: 5px
}

#column2 .set p {
    padding-left: 5px
}

#column2 .setbox {
    float: left;
    border: 1px solid #C8C8C8;
}

#column2 .setbox p {
    text-align: center;
    padding: 0;
    padding-top: 10px
}

#column2 ul.gloss-list {
    list-style: none;
    padding-left: 5px;
    padding-top: 15px
}

#column2 ul.gloss-list li {
    font-size: 11px;
    font-weight: normal;
    color: #000000
}

#column2 ul.gloss-list li span {
    background: url(/static/images/li_box.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px;
    cursor: pointer;
}

#column2 ul.gloss-list li span:hover {
    background: url(/static/images/li_box_hover.gif) no-repeat 0 2px;
}

#column2 ul.gloss-list li span.selected {
    background: url(/static/images/li_box_hover.gif) no-repeat 0 2px;
}

/*
---------------------------------------------
09.4 download styles - column 3
---------------------------------------------
*/
#column3 {
    width: 210px;
    float: left;
    padding-left: 30px
}

#download  #column3 {
    clear: left;
    padding-left: 0px;
}

#column3 .set {
    width: 100px;
    float: left;
    padding-top: 10px;
    padding-right: 5px
}

#column3 .set p {
    padding-left: 5px
}

#column3 .setbox {
    float: left;
    border: 1px solid #C8C8C8;
}

#column3 .setbox p {
    text-align: center;
    padding: 0;
    padding-top: 10px
}

#column3 .set ul {
    list-style: none;
    padding-left: 5px;
    padding-top: 15px
}

#column3 .set ul li {
    font-size: 11px;
    font-weight: normal;
    color: #000000
}

#column3 .set ul li a {
    background: url(/static/images/li_box.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

#column3 .set ul li a:hover {
    background: url(/static/images/li_box_hover.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

#column3 .set ul li a.selected {
    background: url(/static/images/li_box_hover.gif) no-repeat 0 2px;
    color: #000000;
    text-decoration: none;
    padding-left: 15px
}

/*
---------------------------------------------
09.5 download styles - column 4
---------------------------------------------
*/
#column4 {
    width: 210px;
    float:right;
    padding-bottom: 100px;
}

#column4 p {
    font-weight: bold
}

#column4 fieldset {
    width: 210px;
    float: left;
    padding-top: 10px
}

#column4 fieldset .multiplelist {
    width: 210px;
    height: 100px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #D6D6D6;
    padding: 2px
}

#column4 fieldset label {
    width: 140px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding-top: 5px
}

#column4 fieldset .droplist {
    width: 210px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #9E9E9E;
    padding: 2px;
    margin-bottom: 5px
}

.button_ladda {
    background: #5B6C98;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 2px 8px;
    margin-top: 15px
}

/*
---------------------------------------------
10. news styles
---------------------------------------------
*/
#news-list {
}

.news-item {
    padding: 0 0 20px 0;
}

.news-item .news-info {
}

.news-item .news-type {
    font-weight: bold;
    font-size: 11px;
}

.news-item .news-date {
    font-size: 10px;
    margin-bottom:5px;
    color:#cccccc;
}

.news-item h3 {
    font-style: normal;
    margin: 10px 0;
}

.news-item .news-introduction {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}

.news-item .news-bodyText {
    font-size: 11px;
    margin-bottom: 5px;
}

.news-item a {
    font-size: 11px;
    margin-top: 15px;
}

.news-item img.thumbnail,.news-item div.thumbnail {
    float: left;
    padding: 2px;
    margin:0 15px 10px 0;
    border: 1px solid #e0e0e0;
}

.news-item div.news-item-info {
    margin-left: 175px;
    padding: 15px 0 0 0;
}

/*
---------------------------------------------
11. tell a friend styles
---------------------------------------------
*/
.tell-a-friend-message {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    padding: 5px;
}

.tell-a-friend-message-template {
    /* Add invisible border, so that the textarea doesn't jump around when the real border is added. */
    border: 2px solid white;
}

.tell-a-friend-write-own-message {
    font-size: 10px;
    padding: 2px 0;
}



form.simple-form label.required {
    background: url(http://pictoonline.pictogram.se/images/required.png) top left no-repeat;
    padding-left: 15px;
    font-weight: bold;
}

.notice {
    font-style: italic;
    color: #999;
}

.no-results input.missing-word-text {
    border: 1px solid #D6D6D6;
    font-size: 16px;
    width: 120px;
}


kbd {
    background:none repeat scroll 0 0 #EEEEEE;
    border-color:#CCCCCC #AAAAAA #888888 #BBBBBB;
    border-style:solid;
    border-width:1px 2px 2px 1px;
    color: #000000;
    padding: 0px 3px;
    white-space:nowrap;
}


.start-info-box {
    float: left;
    padding-right: 20px;
    width: 460px;
}

.start-order-box {
    float: left;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #999;
    -moz-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    background-color: white;
    padding: 10px 40px;
    width: 360px;
}
#export-dialog.yui-panel .hd {
    font-size: 16px;
    line-height: 1;
    background: #FA5500 none repeat scroll 0 0;
}

#export-dialog.yui-panel .container-close {
    top: 1px;
}

#export-dialog.yui-panel .bd {
    background-color: #FFFFFF;
}

#export-dialog.yui-panel p {
    font-weight: bold;
}

#export-dialog.yui-panel fieldset label, .download-options fieldset label {
    width: 140px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding-top: 5px
}

#export-dialog.yui-panel fieldset .droplist, .download-options fieldset .droplist {
    width: 180px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border: 1px solid #9E9E9E;
    padding: 1px;
    margin-bottom: 5px;
}

#export-dialog.yui-panel fieldset .button_ladda, .download-options fieldset .button_ladda {
    width: 100px;
    float: left;
    background: #5B6C98;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 2px 8px;
    margin-top: 15px;
}

#export-dialog fieldset, .download-options fieldset {
    border: none;
}
#download #filtered-symbols {
    height: 650px;
    overflow-y: scroll;
}

#download #filtered-symbols div.batch {
    float: left;
}

#download #filtered-symbols .set {
    width: 160px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 15px
}

#download #filtered-symbols .set p {
    padding-left: 5px
}

#download #filtered-symbols .setbox {
}

#download #filtered-symbols .setbox img:hover {
    border: 1px solid #3399FF;    
}

#download #filtered-symbols .setbox p {
    text-align: center;
    padding: 0;
    padding-top: 10px
}

#download #filtered-symbols .setbox img {
    width: 150px;
    height: 150px;
    border: 1px solid #C8C8C8;
}

#download #symbol-section {
    float: left;
    width: 550px;
}

#download .help.about-download {
    width: auto;
}

.download-menu {
    padding-top: 45px;
}
#chart #filtered-symbols {
    /* Must be this narrow so that IE6 will render correctly. */
    width: 470px;
    height: 733px;
    overflow-y: scroll;
}

#chart #filtered-symbols div.batch {
    float: left;
}

#chart #filtered-symbols .set {
    width: 110px;
}

#chart #symbol-section {
    margin-top: 15px;
}


#chart #filtered-symbols .setbox {
    border: none;
}

#chart .set .symbol-box {
    width: 80px;
    height: 80px;
    float: left;
}

#chart #filtered-symbols img {
    width: 100px;
    height: 100px;
}

.movable {
    position: absolute;
    z-index: 500;
}


.movable img {
    border: 1px solid #333;
}

.movable.animating .image-container {
    border: none;
}

.movable .hd {
    background-color: #fc0;
    opacity: 0.9;
    color: #333;
}


#movable-header ul {
    background-color: 
}

#movable-header li {
    display: none;
    font-weight: bold;
    font-size: normal;
}

#movable-header.join li.join, #movable-header.replace li.replace {
    display: inline;
    line-height: 20px;
    font-size: 11px;
    padding-left: 20px;
}

#movable-header li.join {
    background: url(http://static.pictosys.se/famfamfam/silk/icons/link_add.png) no-repeat top left;
}

#movable-header li.replace {
    background: url(http://static.pictosys.se/famfamfam/silk/icons/lightning.png) no-repeat top left;
}

#rightbox {
    /*width: 360px;*/
    height: 540px;
    overflow: hidden;
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;

}

.smallbox {
    width: 119px;
    height: 119px;
    float: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0px none none;
    border-top: 0px none none;
    background-color: white;
    overflow: hidden;
}

.smallbox img {
    width: 100%;
    height: 100%;
}


#overlay-menu {
    width: 25px;
    position: absolute;
    z-index: 500;
    /*background-color: #cfc;*/
}

#overlay-menu ul {
    list-style-type: none;
    float: right;
}

#overlay-menu li {
    padding: 5px;
    cursor: pointer;
}

.margins {
    border: 1px solid #DDD;
    background-color: #FCFCFC;
    float:left;
}

.margins {
    padding: 30px;
    padding-left: 60px;
    width: 360px;
    height: 540px;
}

#size-slider {
    width: 128px;
}

#size-info {
    background: url(http://pictoonline.pictogram.se/images/image-size.png) top left no-repeat;
    padding-left: 18px;
    font-size: x-small;
    padding-top: 1px;
}

.chart-settings {
    border: 3px solid #e6e7ef;
    background-color: white;
    float:left;
    padding:10px;
    width:430px;
}

#pdfiframe {
	/* Obs! Alla längdmått kan inte vara 0; det funkar inte i IE+Reader 5.0. */
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 10mm;
	height: 0mm;
	border: none;
}

.button-bar {
    width: 450px;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px
}

.button-bar p span {
    float: left;
    padding-right: 8px;
    padding-top: 5px
}


#document-name {
    float: left;
    color: #555;
    font-size: large;
    font-weight: bold;
    font-family: helvetica,arial,verdana,sans-serif;
    
}

#document-name.unnamed {
    color: #ccc;
}

label.radio span {
    font-size: 10px;
    line-height: 10px;
    vertical-align: text-top;
}


.label-print-settings .x-form-text {
    text-align: right;
    width: 50px;
}

#sheet-settings {
    padding-left: 20px;
    background: url(http://static.pictosys.se/famfamfam/silk/icons/image_edit.png) no-repeat top left;
    
}

img.draggable-symbol {
    cursor: move;
}

#chart #symbol-section img {
    border: 1px solid #C8C8C8;
}

#chart #symbol-section img.draggable-symbol:hover {
    border: 1px solid #3399FF;
}

.chart-menu {
    padding-top: 65px;
}
#large-chart #filtered-symbols {
    height: 844px;
    overflow-y: scroll;
    width: 470px;
}

#large-chart #filtered-symbols .set {
    width: 110px;
}

#large-chart #filtered-symbols img {
    border: 1px solid #C8C8C8;
}

#large-chart #filtered-symbols div.batch {
    float: left;
}

#large-chart #save-document-button {
    margin-left: 6px;
    width: 72px;
}

#document-measurements-margins {
    border: 1px solid black;
    height: 144px;
    width: 258px;
    position: relative;
    box-shadow: 1px 1px 3px #999;
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #fafafa;
}

#document-measurements-margins input.number {
    text-align: center;
    width: 40px;
    border: 1px solid #fafafa;
    font-weight: bold;
    color: #666;
    background-color: #fafafa;
}

#document-measurements-document input.number {
    background-color: white;
    border-color: white;
}

#document-measurements-margins input.number:focus,#document-measurements-margins input.number:hover {
    border: 1px solid #ccc;
}

#document-measurements-margins h5 {
    padding: 5px;
    font-weight: normal;
}

#document-measurements-document {
    background-color: white;
    border: 1px solid #ccc;
    position: absolute;
    width: 136px;
    height: 80px;
    top: 30px;
    left: 60px;
    border: 1px solid #ccc;
}

#margin-left {
    position: absolute;
    left: 5px;
    top: 63px;
}

#margin-right {
    position: absolute;
    right: 5px;
    top: 63px;
}

#margin-top {
    position: absolute;
    left: 109px;
    top: 5px;
}

#margin-bottom {
    position: absolute;
    left: 109px;
    bottom: 5px;
}
.subscribe .upperblock, .subscribe .lowerblock {
    padding-left: 225px;
}

.subscribe span.text.header {
	font-size: large;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	margin-right: 15px;
}

.subscribe ul {
    list-style-type: none;
}

.subscribe .note {
	font-size: x-small;
	font-weight: bold;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-style:  
}


div.backnext {
	left: 190px;
	width: 570px;
	text-align: right;
	margin: 30px 0;
}

.backnext .next, .backnext a.back {
	color: black;
	text-decoration: none;
	font-size: smaller;
	height: 46px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: none;
	font-weight: normal;
	background-color: white;
	background-repeat: no-repeat;
	padding-top: 26px;
}

.backnext .next {
	background-image: url(http://static.pictosys.se/images/subscribe/next.png);
	background-position: top right;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}

.backnext a.back {
	background-image: url(http://static.pictosys.se/images/subscribe/back.png);
	float: left;
	background-position: top left;
	cursor: pointer;
}

.backnext input.next:hover {
	text-decoration: underline;
	cursor: pointer;
}

#invoice fieldset {
	width: 445px;
}


html > body fieldset.x-fieldset {
	/* background-color doesn't look good in IE */
	/*background-color: #f7f7ff;*/
}

.subscribe fieldset.x-fieldset {
	border: none;
}

.subscribe fieldset.x-fieldset {
	width: 475px;
}

.subscribe fieldset .item input, .subscribe  fieldset .item select, .subscribe  fieldset .item textarea {
	font-size: 16px;
	padding: 2px;
	border: 1px solid #B5B8C8;
	width: 250px;
	background-color: white;
	
}

.subscribe fieldset .item select {
	width: 255px;
}

.subscribe fieldset .item input:focus, .subscribe fieldset .item textarea:focus {
	border: 1px solid #666;
	background-color: #efefff;

}

.subscribe fieldset legend, fieldset.x-fieldset legend {
	padding: 2px 5px;
	font-size: 12px;
	color: #444;
}

.subscribe fieldset .item {
	text-align: right;
	margin-bottom: 7px;
	clear: both;
}

.subscribe .error-messages ul {
    float: right;
    color: red;
    clear: both;
    font-size: 10px;
}



.subscribe fieldset .item label {
	/*float: left;*/
	margin-right: 10px;
	font-weight: bold;
	color: #333;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	padding: 3px 0;
}

.subscribe fieldset .item.optional {
	margin-bottom: 2px;
}

.subscribe fieldset .item.optional label {
	font-weight: normal;	
}

.subscribe fieldset .item .notify, .subscribe fieldset .item .checkbox {
	float: right;
}

.subscribe .item div.note {
	float: right;
	text-align: left;
	width: 250px;
	margin-bottom: 2em;
}

.subscribe fieldset .item .notify label {
	/* need to make this text smaller since the Polish text is so long. */
	font-size: 10px;
}

.subscribe .x-panel-collapsed .item {
	display: none;
}

.subscribe fieldset.x-fieldset.x-panel-collapsed {
	background-color: white;
	padding-bottom: 0px;
}


form#invoice div.header {
	border-bottom: 1px solid #B5B8C8;
	width: 445px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 20px;
	
}	

form#invoice div.header h2 {
	font-size: large;
	float: left;
	font-weight: normal;
	color: #333;
}

form#invoice div.header .checkbox {
	font-size: 12px;
}

.paypal-summary {
   border-collapse: collapse;
   margin: 2em 0em;
}

.paypal-summary th {
    color: #444;
    font-weight: bold;
    font-size: small;
}

.paypal-summary td, .paypal-summary th {
    padding: 0.3em 0.7em;
}

td.number {
    text-align: right;
}

.paypal-summary tbody {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid black;
    
}
body#dictionary #symbol-section {
    padding-top: 40px;
}

.composition-list li {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    cursor: default;

    margin-right: 3px;
    padding: 2px;
    display: inline;
    font-size: small;
    color: black;
}

.composition-list li > span {
    padding: 1px 3px;
}

.composition-list li.matched {
    background-color: #cfc;
}

.composition .linkable {
    /* text-decoration: underline;*/
    cursor: pointer;
}

.dictionary-modifier {
    color: #999;
    font-style: italic;
    font-size: x-small;
    padding-right: 3px;
}

.dictionary-composition-notes {
    font-size: small;
    font-weight: bold;
    margin-top: 5px;
}

.dictionary-notes {
    border-top: 1px solid #eee;
    font-size: small;
    margin-top: 20px;
    padding-top: 10px;
}

.dictionary-image-container {
   border: 1px solid #f0f0f0;
    height: 200px;
    width: 200px;
    margin-right: 10px;
    float: left;
}

.dictionary-text-container {
    float: left;
    width: 465px;
}

.dictionary-entry-collection .dictionary-text-container {
    width: 455px;
}

.dictionary-text-container h2 {
    font-size: xx-large;
    font-weight: normal;
    color: #333;
}

.dictionary-list-item {
    margin-bottom: 200px;
    clear: both;
}

.dictionary-entry {
    float: right;
    clear: right;
    margin-bottom: 4em;
}

.dictionary-entry-collection {
    /*height: 600px;*/
    /*overflow-y: scroll;*/
}


#category-tree-container {
    float: left;
    padding-top: 40px;
    width: 235px;
    margin-right: 5px;
}

#category-tree-container a {
    text-decoration: none !important;
}

.about-dictionary {
    float: left;
    width: 500px;
}

.dictionary-entry a {
    color: black;
}

#dictionary-frame {
    width: 690px; 
    height: 600px; 
    border: none;
    float: left;
}

ul.action {
    font-size: 12px;
}

ul.action li {
    margin-bottom: 2px;
}
.category-icon {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/book.png) !important;
}

.category-tree .x-tree-node .x-tree-selected {
    border: 1px dashed #999;
    font-weight: bold;
}
/* Increase spacing */
body .x-toolbar .ytb-spacer {
    width: 5px;
}

.x-window-body a {
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;	
}
/* QuickNotification.js */
#msg-div {
	left: 35%;
    position: absolute;
    width: 300px;
    z-index: 20000;
    top: 10px;
}

#msg-div h3 {
    text-align: center;
    margin-top: 2px;
}

#msg-div p {
    margin: 3px;
    text-align: center;
}
.help {
    padding: 20px;
    color: #555;
}

.help.about-download {
    width: 65%;
}

.help h2 {
    color: #555;
}

.help .help-box {
    padding-left: 70px;
    min-height: 70px;
    margin-bottom: 30px;
    background-position: left top;
    background-repeat: no-repeat;
}

.help .help-search {
    background-image: url(http://static.pictosys.se/snowish/system-search.png);
}

.help .help-chart {
    background-image: url(http://static.pictosys.se/snowish/stock_text_indent.png);
}

.help .help-saveload {
    background-image: url(http://static.pictosys.se/snowish/document-open.png);
}

.help .help-print {
    background-image: url(http://static.pictosys.se/snowish/printer.png);
}

.help .help-pdf {
    background-image: url(http://static.pictosys.se/snowish/gnome-mime-application-pdf.png);
}

.help .help-download {
    background-image: url(http://static.pictosys.se/snowish/down.png);
}

.help .help-list {
    background-image: url(http://static.pictosys.se/snowish/list.png);
}

.help .edit-copy {
    background-image: url(http://static.pictosys.se/snowish/edit-copy.png);
}

.help .camera-photo {
    background-image: url(http://static.pictosys.se/snowish/camera-photo.png);
}

.help .preferences {
    background-image: url(http://static.pictosys.se/snowish/preferences.png);
}
.links h2 {
    margin-top: 2em;
}

.links h1 {
    margin-bottom: 1em;
}
.icon-text {
    padding: 2px 2px 2px 20px;
    background-position: 2px 50%;
    background-repeat: no-repeat;
}

.icon-text.toggle-grid {
    background-image: url("/static/img/grid.png");
}

.icon-text.zoom {
    background-image: url("/static/img/looking-glass.png");
}

.icon-text.add {
    background-image: url("/static/img/add.png");
}

.icon-text.remove,.icon-text.delete {
    background-image: url("/static/img/cancel.png");
}

.icon-text.link {
    background-image: url("/static/img/link.png");
}

.icon-text.bullet_go {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/bullet_go.png);
}

.icon-text.page_white {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/page_white.png);
}

.icon-text.page_edit {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/page_edit.png);
}

.icon-text.page_white_star {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/page_white_star.png);
}

.icon-text.font {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/font.png);
}

.icon-text.add {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/add.png);
}

.icon-text.star {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/star.png);
}

.icon-text.cut_red {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/cut_red.png);
}

.icon-text.help-icon {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/help.png);
}

.icon-text.cross {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/cross.png);
}

.icon-text.user {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/user.png);
}

.icon-text.application_edit {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/application_edit.png);
}

.icon-text.disk,.icon-text.save {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/disk.png);
}

.icon-text.arrow_rotate_clockwise,.icon-text.refresh {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/arrow_rotate_clockwise.png);
}

.icon-text.arrow_down,.icon-text.download {
    background-image: url(http://static.pictosys.se/famfamfam/silk/icons/arrow_down.png);
}

.icon-text.search {
    background-image: url(/static/images/icons/search.png);
}
#license-management tr.odd {
    background-color: #efefef;
}

#license-management table.accounts-list td {
    padding: 5px;
}

#license-management table thead tr td {
    border-bottom: 1px solid #333;
    background-color: #0ca;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px black;
}

#license-management table.accounts-list {
}

#license-management .gwt-TextBox {
    border: 1px solid #CCCCCC;
}
.ie6nomore {
    border: 1px solid #F7941D;
    background: #FEEFDA;
    text-align: center;
    clear: both;
    height: 75px;
    position: relative;
    width: 635px;
    float: left;
    margin-left: 20px;
}
.yui-panel .bd,.yui-panel .ft {
    background-color: white !important;
}
