html {
    font-size: 100%;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;

    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, h2 {
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

li, p {
    line-height: 30px;
    font-size: 15px;
}

ul, ol {
    /*list-style: none;*/
}

.row::after {
    clear: both;
}

.row::before, .row::after {
    display: table;
    line-height: 0;
    content: "";
}

.span4 {
    width: 350px;
}

.span5 {
    width: 460px;
}

.span6 {
    width: 45%;
}

.span7 {
    width: 500px;
}

.span8 {
    width: 560px;
}

.half {
    width: 49%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-margin {
    margin: 0;
}

#product-form {
    margin: 0 0 0 40px;
    padding: 0;
    border: none;
}

.sum {
    font-size: 1.3em;
    font-weight: normal;
    color: red;
}

.form-header {
    display: block;
    border-bottom: none;
    padding: 8px !important;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.2em !important;
    color: #fff;
}
.form-body {
    display: block;
    border: 1px solid #DFD9C3;
    background: url("/images/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png") repeat-x scroll 50% top #F5F3E5;
    padding: 20px 20px 5px 20px;
    margin-left: 1px;
}

.fancy-table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #DFD9C3;
}

.fancy-table thead {
    background: url("/images/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png") repeat scroll 50% 50% #1484E6;
    border: 1px solid #1484E6;
    border-bottom: none;
}

.fancy-table th {
    color: #fff;
    padding: 8px;
}

.fancy-table tbody td {
    text-align: center;
    font-size: 1.15em;
    background: #F5F3E5;
    color: #444;
    padding: 6px 10px;
}

#accordion .accordion-heading a {
    font-size: 20px;
    font-weight: normal;
}

#accordion .accordion-body {
    max-height: 300px;
    overflow: auto;
}

#accordion ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#accordion ul li {
    border-bottom: 1px solid #edd;
    padding: 3px 20px;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
}

#accordion ul li:hover, .calorie-table tr:hover td {
    color: #822;
    cursor: pointer;
    background: #FeFcEe;
}

#accordion ul li .add {
    font-size: 0.7em;
    float: right;
}

table.calorie-table td {
    text-align: right;
}
table.calorie-table td:first-child {
    text-align: left;
}

.ui-accordion-content {
    padding: 0 !important;
}

#wynik p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

.brand {
    padding: 4px 20px 4px;
    margin-left: 10px;
    font-size: 22px;
    color: #fff;
    width: 300px;
}
.brand a {
    margin-top: 5px;
    margin-left: 3px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    display: block;
    float: left;
    text-decoration: none;
}
.brand a:hover {
    opacity: 0.8;
}
.brand img {
    display:block;
    float: left;
}

.tip {
    display: none;
    border: 1px solid #eFd791;
    background: #FFf7b1;
    color: #422;
    font-size: 1.2em;
    margin: 20px 0;
    padding-left: 20px;
    line-height: 40px;
}

#header {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
/*    background: url("/images/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png") repeat scroll 50% 50% #1484E6;
    border-bottom: 4px solid #0474D6;*/
    background: #0474D6;
    border-bottom: 4px solid #0464C6;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 16px 0;
}

#header .like {
    display: inline;
    float: left;
}

#header .like > * {
    display: inline-block;
    margin: 5px 10px;
}

#header .like .fb-like {
    margin: 5px 20px;
}

.c {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 1px;
    padding: 0;
}

#header .logo {
    margin: 4px 15px;
    display: inline-block;
    float: left;
}

#header .logo a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.02em;
}

#header .logo span {
    color: #fff;
}

#header .logo a:hover {
    opacity: 0.5;
}

.bookmark {
    float: left;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 16pt;
    margin: 5px 20px;
    width: 350px;
}

.bookmark a {
    text-decoration: none;
    cursor: pointer;
}

.bookmark img {
    vertical-align: middle;
}

.bookmark a img {
    border: none;
}

/* main menu */

#main-menu {
    position: absolute;
    display: inline-block;
    margin: 0;
    right: 0;
    list-style: none;
    color: white;
    font-size: 19px;
    font-weight: normal;
}

#main-menu li {
    float: left;
    margin: 0 10px;
}

#main-menu li a {
    color: #eaeaea;
    text-decoration: none;
    letter-spacing: 0.25pt;
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica, Arial;
}

#main-menu li a:hover {
    color: #ffff66;
}

#content {
    margin: 60px auto 0 auto;
    width: 1000px;
}

/* loan form element */

.form {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/*.form td {
    font-size:  13pt;
    padding:    5px 0;
    text-align: left;
}

.form label {
    font-size: 14pt;
    padding: 5px 10px;
    margin-right: 30px;
}

.form input[type=text] {
    width: 170px;
    text-align: right;
    font-size: 13pt;
    padding: 1px 5px;
    border: 1px solid #999;
}*/

.form input[name=weight] {
    width: 40px;
}

#main-form {
}

#main-form table {
    width: 100%;
}

input[type=button], input[type=submit], #main-form input[type=button], #main-form input[type=submit] {
    font-size: 16pt;
    padding: 5px 30px;
    border: 1px solid #999;
    margin: 5px;
    background: #0474d6;
    color: #fff;
    border: 1px solid #0464c6;
    cursor: pointer;
    -moz-border-radius: 8px;
}

input[type=button]:hover, input[type=submit]:hover, #main-form input[type=button]:hover, #main-form input[type=submit]:hover {
    background: #0464c6;
}

input.error {
    border: 2px solid red !important;
}

.remove {
    color: red;
    cursor: pointer;
    font-size: 1.3em;
}
.remove:hover {
    color: #f55;
}

.form select {
    font-size: 13pt;
    padding: 1px 5px;
}

/* footer */

#footer-border {
    height: 10px;
    background: url("/images/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png") repeat scroll 50% 50% #1484E6;
}
#footer {
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
    color: #eaeaff;
    background: #1484e6;
    text-align: center;
}

#footer h2 {
    font-size: 13pt;
    font-weight: normal;
    margin: 0;
    padding: 1px;
    border-bottom: 1px dashed #ccf;
    color: #ff6666;
}

#footer p {
    font-size: 14px;
    line-height: 20px;
}

#footer a {
    color: #fff;
    font-weight: bold;
}

#footer-content {
    text-align: justify;
    width: 1000px;
    margin: 10px auto;
}

#about {
    clear: both;
    background-color: #002F55;
    margin: 0;
    padding: 5px;
    font-size: 10pt;
}

.footer-container {
    float: left;
    margin: 0 30px;
    padding: 0;
}

ul.menu {
    width: 200px;
    padding: 0;
    margin: 5px;
    list-style: none;
    font-size: 11pt;
}

ul.menu li {
    padding: 2px 5px;
    margin: 5px 0 2px 0;
    border-bottom: 1px solid #99c;
}

ul.menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

ul.menu a:hover {
    text-decoration: underline;
    color: #ffff66;
}

/* results area */
#results-area {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#results-area h3 {
    font-size: 1.4em;
    margin: 0 0 10px;
}

table.list {
    width: 100%;
    font-size: 11pt;
    border-collapse: collapse;
/*    margin-top: 0 !important;*/
}

table.list td {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #CDD6DC;
}

table.list.navigating td {
    padding: 12px;
}

table.list thead tr {
  border: 1px solid #1484E6;
}

table.list thead th {
    padding: 5px;
}

table.list tr.even {
  background: #EDF6FC;
}

table.list tfoot td {
  background: #eDe6dC;
  font-weight: bold;
}

#results-area .container {
    display: inline-block;
    float: left;
    margin: 10px 20px;
}

#results-area .container h3 {
    margin: 0 0 0 0;
    font-size: 1.8em;
}

.summary table {
    font-size: 14pt;
    width: 90%;
    margin-right: 30px;
}

.summary table td {
    padding: 7px;
    text-align: right;
}

.loader {
    position: relative;
    width: 900px;
    height: 300px;
}

.loader p {
    position: absolute;
    top: 100px;
    left: 370px;
    font-size: 14pt;
}
.loader img {
    position: absolute;
    top: 140px;
    left: 330px;
}

.article-header p {
    font-size: 12px !important;
}

.from-ckeditor {
    font-size: 12pt;
    text-align: justify !important;
}

.from-ckeditor p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.from-ckeditor ul li ul {
    list-style: disc;
}
.from-ckeditor > ul {
    margin: 0;
    text-align: left;
    line-height: 1.5em;
    list-style: decimal;
}

.from-ckeditor h2 {
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.from-ckeditor h3 {
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;

}
.from-ckeditor li h3 {
    text-align: left;
    font-size: 15pt;
    margin-top: 15px;
    margin-bottom: 5px;
}

.share  {
  border-top: 1px solid #ccc;
  padding: 15px 20px;
  margin: 20px 0 10px 0;
  font-size: 16pt;
}
.share input[type=text] {
  border: 1px solid #ccc;
  padding: 4px;
  width: 750px;
}

.share .like {
  display: inline-block;
}

.g-like {
    width: 100px;
    display: inline-block;
}

.share .addthis_toolbox {
    float: right;
}

.page {
    float: left;
    width: 600px;
}

.sidebar {
    float: left;
    width: 300px;
    border-left: 1px solid #ddd;
    margin-left: 15px;
}


.clearfix {
    clear: both;
}

.addthis_toolbox {
    float: right;
    margin: 0 0 0 10px;
}

.autopromo:hover {
    opacity: 0.8;
}

.small-form {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.expand-form {
    position: absolute;
    padding: 30px 10px 20px 10px;
    width: 100%;
    background: #f8f8f8;
    opacity: 0.85;
    bottom: -10px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.autopromo {
    display: block;
    margin: 10px;
    text-align: center;
}

.positive {
    color: green;
}

.negative {
    color: red;
}

.icon-bulb {
    background: url('/images/bulb.png');
    width: 25px;
    height: 32px;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 10px;
    margin-left: -15px;
}

.icon-important {
    background: url('/images/important.png');
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: -12px;
}

.number-icon {
    width: 60px;
    height: 80px;
    background: url(/images/numbers.png);
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.n1 {
    background-position: 0 0;
}
.n2 {
    background-position: -99px 0;
}
.n3 {
    background-position: -202px 0;
}
.n4 {
    background-position: -288px 0;
}
.n5 {
    background-position: -356px 0;
}
.n6 {
    background-position: -434px 0;
}
.n7 {
    background-position: -492px 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail.left {
    margin: 10px 20px 20px 0;
}

.thumbnail.right {
    margin: 10px 0 20px 20px;
}

.promo ul {
    list-style: none;
}
.promo ul li p {
    padding-top: 10px;
}

.did-you-know {
    background: lemonChiffon;
    padding: 10px 20px;
    box-shadow: #505580 0 2px 16px -2px;
    font-style: italic;
    text-align: left;
    margin: 10px 20px;
    width: 300px;
}

.did-you-know  h4 {
    font-family: Times New Roman, Times;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #333;
}

.did-you-know  p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 24px;
}

.icon-bulb {
    background: url('/images/bulb.png');
    width: 25px;
    height: 32px;
    display: inline-block;
    vertical-align: -7px;
    margin-right: 10px;
    margin-left: -15px;
}

.search-box {
    padding: 8px;
    background: #eee;
    border-left: 10px solid #e69700;
}

.spinner-input {
    text-align: left;
}


.sidebar {
    text-align: center;
}
.sidebar .box {
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.sidebar h4 {
    background: #E5B539;
    border-left: 10px solid #987826;
    color: darken(#68A405, -70%);
    padding: 10px 20px;
    margin: 0px 0px 10px 0px;
}

.sidebar ul {
    list-style: none;
    padding: 0px;
    margin:  0px;
}
.sidebar li {
    margin: 0px 20px;
    padding: 8px 0px;
    border-bottom: 1px solid #EEE;
}
.sidebar li img  {
    float: left;
    margin-right: 10px;
    width: 96px;
}
.sidebar li a {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    font-family: helvetica;
    line-height: 20px;
}
.sidebar li:hover {
    background: #eee;
}


.rr {
    text-align: center;
    margin: 10px auto 20px auto;
}

.article-header a, .article-header h1 {
    font-size: 24px;
    font-family: Arial;
}

.article-excerpt {
    clear: both;
    margin-bottom: 30px;
}

.article-excerpt, .article-excerpt p, .article-excerpt li,
.from-ckeditor, .from-ckeditor p, .from-ckeditor li, .from-ckeditor div {
    font-size: 15px;
    line-height: 24px;
    color: #333;
}

.read-more {
    font-size: 26px;
    margin: 10px 0;
    clear: both;
}

.infobox {
    margin: 40px 0 60px 0;

}

.infobox h3 {
    margin: 10px 0 5px 0;
    font-weight: normal;
}

.infobox img {
    margin-right: 5px;
}

.infobox .icon-cart {
    margin-right: 6px;
}


.infobox p {
    color: #555;
    font-size: 14px;
    line-height: 22px;
}

.infobox b {
    color: #333;
}

.normal {
    font-weight: normal;
}

.text-center {
    text-align: center;
}

.text-center th, .text-center td {
    text-align: center;
}

.infobox{margin:20px 0 20px 0}.infobox h3{margin:10px 0 5px 0;font-weight:normal;font-size:20px;font-size:19px;color:#111}.infobox h5{font-size:14px;font-weight:bold;margin:15px 0 5px 0}.infobox p{font-size:13px}.infobox img{margin-right:5px}.infobox .icon-cart{margin-right:6px}.infobox b{color:#333}
.infobox a{color:#08c;font-weight:bold; line-height: 21px;}.infobox a.btn{color:#fff}.infobox .price{color:#60a006}.infobox .old-price{color:#bdbdbd;text-decoration:line-through;padding-right:10px;font-weight:normal}.infobox .discount{background:#60a006;color:#fff;font-weight:bold;border-radius:10px;padding:5px 8px}
