/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a {
  text-decoration: none;
  color: #1B75BB;
}
a:hover {
  color: #76ACD6;
}
a.link-bold {
  font-weight: bold;
  text-decoration: none;
  background: #92BDDF;
  border-radius: 3px;
  padding: .25em .5em;
  color: #0D4F7C;
}
a.link-bold:hover {
  background: #ABD2ED;
}
a.link-simple {
  font-weight: bold;
  text-decoration: none;
  color: #0D4F7C;
}
a.link-simple:hover {
  color: #1B75BB;
}
a.special {
  color: #89110E;
  background: #F2A2A0;
}
a.special:hover {
  color: #B72825;
  background: #E0C3C3;
}
a.embossed {
  color: #1B75BB;
  text-decoration: none;
}
a.embossed:hover {
  color: #4991C9;
  text-decoration: none;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
p {
  margin: 1.2em 0 0.8em 0;
  font-size: 1em;
  line-height: 1.5em;
}
h1 {
  margin: 2em 0 0.5em 0;
  font-size: 1.8em;
  line-height: 0.65em;
  color: black;
}
h2 {
  margin: 1.5em 0 0 0;
  font-size: 1.5em;
  line-height: 1.2;
}
h3 {
  margin: 1.17em 0 0.4em 0;
  font-size: 1.5em;
  line-height: 1.2;
}
.text-normal{
	font-weight: normal;
}
.after_h3 {
  margin: 2em 0 0.4em 0;
}
h4 {
  margin: 1.5em 0 0 0;
  font-size: 1.25em;
  line-height: 1.2;
}
h4.section {
  margin-top: 2em;
}



h5 {
  margin: 1.67em 0 0.55em 0;
  font-size: 1.1em;
  line-height: 1.2;
  color: #D1382F;
}
h5.embossed {
  color: white;
  margin: 0;
}
h6 {
  margin: 1.8em 0 0.6em 0;
  font-size: 1em;
  line-height: 1.2;
}
hr + h4 {
  margin-top: 2em;
}
/* `Menu
----------------------------------------------------------------------------------------------------*/
div#download_SB_text {
  width: 234px;
  height: 54px;
  text-align: center;
  color: white;
}
ul#breadcramp_sp {
  margin-top: 0em;
}
ul#breadcramp_sp li + li {
  margin-left: 1em;
}
ul#addition_articles {
  margin-top: 5em;
  margin-left: 2.5em;
}

ul#solution_articles{
	 margin-left: 2.5em;
	 margin-bottom: 2em;
}

ul#addition_articles li ol {
  padding-left: 1.5em;
  margin-top: 1em;
}
ul.article-list li ol li, .article-list li {
  list-style-position: outside;
  margin-top: 1em;
}
li.docs-list {
  list-style-image: url(/resources/images/bullet_docs.png);
}
li.docs-list:hover {
  list-style-image: url(/resources/images/bullet_docs_hover.png);
}
ul#addition_articles li ol li a {
  text-shadow: none;
}
ol.inline li {
  display: inline;
}
ol.go-to-top {
  margin-top: 2em;
}
ul.pdf li {
  /* list-style-image: url(/resources/images/Oficina-PDF-icon.png); */

  background: url(/resources/images/pdf_icon.png) no-repeat left top;
  padding-top: 1em;
  padding-left: 2.5em;
}
small {
  font-size: .9em;
}
p.small {
  font-size: .9em;
  color: #586870;
}
p.small.black {
  color: #000;
}li.top-arrow a {
  background: url(/resources/images/up_arrow.png) no-repeat left center;
  padding-left: 1em;
}
li.left-arrow a {
  background: url(/resources/images/left_arrow.png) no-repeat left;
  padding-left: 1em;
}
ol li.doc-section {
  background: url(/resources/images/sections_list.png) no-repeat left;
  background-position: 0 4px;
  padding-left: 1em;
}
p.cart {
  display: inline;
  font-family: CartCD-Symbol;
  text-shadow: none;
}
a.cart:after {
  content: " A";
  font-family: CartCD-Symbol;
  font-size: 24px;
}
.file_name {
  font-family: Courier;
  display: block;
}
.red{
    color: red;
}
#solution_head_video div.solution-icon{
    margin-top: 22px;
}
#solution_head_video p.small{
    margin-bottom: 10px;
    padding: 0em;
    margin-top: 22px;
}
#solution_head_video p.small+p.small{
    margin-top: 5px;
}
#solution_head_video h3.solution-name{
    margin-top: 22px;
    padding: 0em;
}
.addthis_default_style {
    display: inline;
    float: right;
    margin-top: 10px;
    margin-right: 0px;
}
.addthis_default_style a {
    border: 0;
}
.addthis_button_twitter{
    border: 0;
}
#at15s_inner a{
    border: 0;
}
#at20mc {
    padding: 0;
    margin: 0;
}
.grid_5.alpha.omega.special{
    width: 277px;
}
.external_logo{
    font-size: 1.3em;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 38px;
}
.google{
    background: url(/resources/images/google_docs_logo.png) no-repeat left top;
    width: 32px;
    height: 32px;
}
.screencast{
    background: url(/resources/images/screencast_logo.png) no-repeat left top;
    width: 32px;
    height: 32px;
}
.flickr{
    background: url(/resources/images/flickr_logo.png) no-repeat left top;
    width: 32px;
    height: 32px;
}

.special_design_2 thead td{
    font-size: 1.2em;
    color: #FF1D25;
}
.special_design_2 tbody td{
    padding-top: 2em;
}
.special_design_2 .left_cell{
    padding-left: 80px;
    padding-right: 20px;
    width: 280px;
}
.special_design_2 .right_cell{
    padding-left: 20px;
    padding-right: 20px;
    width: 280px;
}
.special_design_2 .left_subcell{
    padding-left: 100px;
    padding-right: 20px;
    width: 280px;
}
.special_design_2 .right_subcell{
    padding-left: 40px;
    padding-right: 20px;
    width: 280px;
}
.special_design_2 .float_name{
    float: left;
    margin-top: -15px;
    margin-left: -100px;
    color: white;
    background-color: #4D4D4D;
    padding: .5em;
    width: 75px;
    height: 35px;
}
.special_design_2 .float_name_blunk{
    float: left;
    margin-top: -15px;
    margin-left: -40px;
    background-color: #4D4D4D;
    padding: .5em;
    width: 6px;
    height: 35px;
}
.special_design_2 h4 {
    margin-top: 0px;
    padding-top: 0px;
}

.special_design_3 thead td{
    padding-top: 1em;
}
.special_design_3 tbody td{
    padding-top: 2em;
}
.special_design_3 ul{
    margin-left: 0px;
}
.special_design_3 .left_cell{
    padding-left: 110px;
    padding-right: 23px;
    width: 158px;
}
.special_design_3 .center_cell{
    padding-left: 23px;
    padding-right: 23px;
    width: 158px;
}
.special_design_3 .right_cell{
    padding-left: 23px;
    padding-right: 23px;
    width: 158px;
}
.special_design_3 .float_name{
    float: left;
    margin-top: 2px;
    margin-left: -110px;
    color: white;
    background-color: #4D4D4D;
    padding: .5em;
    width: 70px;
}
.line-left{
    border-left: 1px solid  #BFBFBF !important;
}
