/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
     #Site Styles
     #Page Styles
     #Media Queries
     #Font-Face */

/* #Site Styles
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video,
input:not([type]), input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="month"],
input[type="number"], input[type="password"], input[type="tel"],
input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.column, .columns   {
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}

p {
    font-size: 13px;
}

strong {
    font-weight: 700;
}

.red {
    color: red;
}

button {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* #Page Styles
================================================== */

.table-header {
    background-color: #4c00a0;
    color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.table-row {
    border-bottom: 1px #888 solid;
}

.ribbon {
    background-color: #7C3090;
    width: 100%;
    height: 260px;
}

.under-red{
    text-decoration: underline;
    font-weight: bold;
    color: red;
}
.under-black{
    text-decoration: underline;
    color: black;
}

.under-yellow{
    text-decoration: underline;
    color: #ffea00;
}

.huge-red {
    color: red;
    font-size: 40px;
    font-weight: 800;
    padding-top: 18px;
    margin: 0;
    text-align: left;
}

.huge-yellow {
    color: #ffea00;
    font-size: 45px;
    font-weight: 800;
    padding-top: 18px;
    margin: 0;
    text-align: center;
    text-shadow: 0.1em 0.05em #4F81BD;
}

.large-yellow {
    color: #ffea00;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.large-purple {
    color: #7c3090;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.big-red {
    color: red;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

.huge-black {
    color: black;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.big-black {
    color: black;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.large-black {
    color: black;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.large-red {
    color: red;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.large-white {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.frasco {
    margin: 10px 0px 0px 40px;
}
.big-frasco {
    margin-top: 30px;
}
.badge {
    background-image: url("../images/badge.png");
    width: 158px;
    height: 112px;
    position: absolute;
    top: 95px;
    left: 430px;
}
.inner-badge {
    width: 100%;
    text-align: center;
    color: black;
    font-weight: 800 !important;
    line-height: 15px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-backface-visibility: hidden;
}
.badge-title {
    font-size: 20px;
    padding: 25px 0px 10px 0px;
    text-shadow: #ffffff 1px 1px;
    line-height: 22px;
}
.right-banner {
    background-color: white;
    margin: 5px 0px 5px 0px;
    height: 250px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.flash {
    margin-top: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.purple-border {
    border: 2px #4c00a0 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    width: 256px;
    float: left;
}
.yellow-bg {
    background-color: #ffee8f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    width: 256px;
}

.margin-tb {
    margin: 0px 0px 10px 0px;
}

.margin-top {
    margin-top: 65px;
}

.buy-button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 256px;
    font-size: 35px;
    font-weight: 800;
    line-height: 65px;
    text-decoration: none;
}

a.buy-button:visited {
    color: white;
}

.left{
    text-align: left;
}
.blueBullet div{
    background: url('../images/blue_bullet.png') no-repeat;
    color: white;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size:14px;
    font-weight: bold;
}

.bold-blue{
    font-weight: bold;
    font-size:15px;
    color: #4F81BD;
}

.blue-container{
    background: #4F81BD;
}

.padd-top-thumb{
    margin-top: 5px;
}

.check li{
    list-style-image: url('../images/bullet.png');
    margin-left: 25px;
}

.dark{
    color: #181818;
}

/* SART BTN BUY NOW */

a.buy-button {
    text-decoration: none;
}

a.buy-button:visited {
    color: white;
    text-decoration: none;
}

div.buy-button {
    width: 280px;
    float:left;
    position: absolute;
    z-index: 2;
}

#go_to_form {
    top: 330px;
    left: 658px;
}

/*
.left-button-part {
     background: url('../images/btn_left.png') no-repeat;
     float: left;
     width: 11px;
     height: 65px;
}

.center-button-part {
     background: url('../images/btn_center.png') repeat-x;
     color: white;
     font-size: 35px;
     font-weight: 800;
     line-height: 65px;
     float: left;
     height: 65px;
     width: 258px;
     text-align: center;
}

.right-button-part {
     background: url('../images/btn_right.png') no-repeat;
     float: left;
     width: 11px;
     height: 65px;
}
*/
/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}