/*generales*/
/*	*{ padding:0; margin:0; }	*/
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background: #000;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* typography.css */
html {
    font-size: 100.01%;
}

body {
    font-size: 75%;
    color: #5B5A5A;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #000;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em;
    color: #E18EFE;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
    font-weight: bold;
    color: #000;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
    line-height: 1.2;
}

.home-cont p {
    line-height: 1.4
}

p img.left {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}

p .dark {
    color: #000;
}

.grey {
    color: #707070 !important;
}

.red {
    color: #FF0000 !important;
}

/* Modificado por casu - estaba en #fff. Lo puse en negro xq sino "desaparece" cuando el fondo es blanco */
a:focus, a:hover {
    color: #000;
}

/* Fin modificacion */
a {
    color: #87559E;
    text-decoration: none;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

/*
 #content li ul, #content li ol {margin:0 1.5em;}
 #content ul, #content ol {margin:0 1.5em 1.5em 1.5em;}
 */
ul.disc {
    list-style-type: disc;
    margin: 0 1.5em 1.5em 1.5em;
}

ul.disc li {
    margin: 0.5em 0;
}

ol.decimal {
    list-style-type: decimal;
    margin: 0 1.5em 1.5em 1.5em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

table.table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

.table th, .table td, caption {
    padding: 4px 10px 4px 5px;
}

tr.even td {
    background: #e5ecf9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*span*/
.span10 {
    width: 10px !important;
}

.span30 {
    width: 30px !important;
}

.span50 {
    width: 50px !important;
}

.span60 {
    width: 60px !important;
}

.span70 {
    width: 70px !important;
}

.span80 {
    width: 80px !important;
}

.span90 {
    width: 90px !important;
}

.span100 {
    width: 100px !important;
}

.span110 {
    width: 110px !important;
}

.span120 {
    width: 120px !important;
}

.span130 {
    width: 130px !important;
}

.span150 {
    width: 150px !important;
}

.span180 {
    width: 180px !important;
}

.span190 {
    width: 190px !important;
}

.span200 {
    width: 200px !important;
}

.span210 {
    width: 210px !important;
}

.span220 {
    width: 220px !important;
}

.span233 {
    width: 233px !important;
}

.span240 {
    width: 240px !important;
}

.span270 {
    width: 270px !important;
}

.span300 {
    width: 300px !important;
}

.span340 {
    width: 340px !important;
}

.span377 {
    width: 377px !important;
}

.span400 {
    width: 400px !important;
}

.span420 {
    width: 420px !important;
}

.span430 {
    width: 430px !important;
}

.span440 {
    width: 440px !important;
}

.span450 {
    width: 450px !important;
}

.span460 {
    width: 460px !important;
}

.span500 {
    width: 500px !important;
}

.span600 {
    width: 600px !important;
}

.span740 {
    width: 740px !important;
}

/*end span*/
img.border {
    border: 1px solid #F5F5F5;
    background: #FCFBFB;
    padding: 10px;
    margin-bottom: 15px;
}

img.border2 {
    border: 1px solid #C3C3C3;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

img.border3 {
    border: 1px solid #C7C7C7;
    background: #FDFDFD;
    padding: 10px;
    margin-bottom: 10px;
}

/* ie6 */
/*
 _img, _div, _a, _input { behavior: url(iepngfix.htc) }
 */
/* end ie6 */
input, textarea, select {
}

input[type = submit] {
}

input[type = button] {
}

input[type = text] {
}

input[type = password] {
}

.margen_0 {
    margin: 0px !important;
}

.margen_s {
    margin: 5px;
}

.margen_m {
    margin: 10px;
}

.margen {
    margin: 15px;
}

.margen_l {
    margin: 20px;
}

.padd_s {
    padding: 5px;
}

.padd_m {
    padding: 10px;
}

.padd {
    padding: 15px;
}

.padd_l {
    padding: 20px;
}

.clear {
    clear: both;
}

.left {
    text-align: left !important;
}

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

.right {
    text-align: right !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.no-bg {
    background: none !important;
}

.no-border {
    border: 0 !important;
}

/*end generales*/
#vertical_slide {
    position: relative;
    height: 75px;
}

#login {
    background: url(images/login-bg.png) repeat top left;
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
}

#login a {
    text-decoration: none;
    color: #98859B;
    text-transform: uppercase;
}

#login a:hover {
    text-decoration: none;
    color: #fff;
}

#login a img {
    margin-left: 5px;
}

#login .loginContent {
    height: 70px;
    padding-top: 5px;
    text-align: left;
    line-height: 31px;
    width: 950px;
    margin: 0px auto;
    position: relative;
}

#login .loginContent .left {
    float: left;
    padding-left: 120px;
    color: #7d7d7d;
    font-weight: normal;
    clear: both;
    margin-top: 5px;
}

#login .loginContent .right {
    width: 270px;
    float: left;
    text-align: left;
    padding-left: 160px;
    color: #fff;
    font-weight: normal;
    padding-right: 0px !important;
}

#login .loginContent form {
    margin: 0 0 10px 0;
    height: 26px;
}

#login .loginContent input.field {
    background: url(images/input_text.png) no-repeat center center;
    border: none;
    background-color: transparent;
    height: 24px;
    width: 179px;
    color: #a4a3a3;
    padding-left: 10px;
    margin-top: 10px;
    line-height: 15px;
    padding-top: 10px;
}

#login .loginContent input.rememberme {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    color: #7d7d7d;
    vertical-align: top;
    margin-right: 3px;
}

#login .loginContent .label {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 31px;
    float: left;
    padding-top: 13px;
    padding-right: 18px;
    padding-left: 30px;
    color: #fff;
}

#login .loginContent label.rememberme {
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 50px;
    left: 120px;
    color: #fff;
}

/* Agregado por casu - 20100128, para el agregado de register en el login del header */
#login .loginContent label.register {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50px;
    left: 645px;
    color: #fff;
}

#login .loginContent label.register a {
    text-transform: none;
}

/* Fin agregado */
#login .loginContent .labelinput {
    float: left;
}

#login .loginContent .labelsubmit {
    width: 120px;
    padding-top: 5px;
    float: left;
}

.bt-enter {
    width: 80px;
    height: 36px;
    cursor: pointer;
    border: none;
    margin-top: -1px;
    margin-left: 10px;
    background: transparent url(images/bt-enter.png) no-repeat top left;
    display: inline-block;
}

.bt-enter:hover {
    background-position: bottom left;
}

#login .loginContent input.button_login {
    width: 80px;
    height: 36px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    background: transparent url(images/bt-enter.png) no-repeat top left;
    display: inline-block;
}

#login .loginContent input.button_login:hover {
    background-position: bottom left;
}

#login .loginContent input.button_login_eng {
    width: 120px;
    height: 38px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    background: transparent url(../images/session_eng.png) no-repeat 0 0;
}

#login .logged {
    width: 990px;
}

#login .logged a {
    color: #fff;
}

#login .logged a:hover {
    color: #98859B;
}

#login .logged .label {
    padding-right: 30px;
    padding-left: 5px;
}

#all_content {
    background: #000;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #6C6C6E;
}

#layout {
    width: 990px;
    margin: 0px auto;
}

#header {
    height: 45px;
    position: relative;
}

#logo, #logo a {
    height: 70px;
    width: 239px;
    float: left;
    margin: 0;
}

#logo a span {
    display: none;
}

#navigation {
    position: absolute;
    top: 0;
    right: 0;
}

#navigation ul {
}

#navigation ul li {
    float: left;
    line-height: 39px;
    height: 30px;
    margin-left: 18px;
}

#navigation ul li a {
    float: left;
    line-height: 38px;
    height: 38px;
    background: url(images/bg-nav-left.png) no-repeat bottom left;
    padding-left: 10px;
    cursor: pointer;
}

#navigation ul li a span {
    text-transform: uppercase;
    float: left;
    line-height: 38px;
    height: 38px;
    color: #bababa;
    background: url(images/bg-nav-right.png) no-repeat bottom right;
    padding: 0 11px 0 1px;
    cursor: pointer;
}

#navigation ul li a:hover /*, #navigation ul li a:focus*/ { /*
     background-position: top left;
     */
}

#navigation ul li a:hover span /*, #navigation ul li a:focus span*/ {
    color: #fff !important; /*
     background-position: top right;
     */
}

#navigation ul li a.dark {
    background: url(images/bg-nav-left.png) no-repeat top left;
}

#navigation ul li a.dark span {
    background: url(images/bg-nav-right.png) no-repeat top right;
}

#navigation ul li a.dark:hover { /*
     background-position: bottom left;
     */
}

#navigation ul li a.dark:hover span { /*
     background-position: bottom right;
     */
}

/*
 #header #navigation ul li a:active, #navigation ul li a:active{ background-position: center left;}
 #header #navigation ul li a:active span, #navigation ul li a:active span{ background-position: center right;}
 */
#content {
}

#content #banner {
    padding-bottom: 25px;
}

#content .banner_internas {
    text-align: left;
    padding-left: 95px;
    float: left;
    clear: both;
    margin-top: -45px;
}

#content .phone {
    text-align: right;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: -5px;
    color: #fff;
    float: right;
}

#nav2 {
    background: url(images/nav2.png) no-repeat center center;
    width: 990px;
    height: 45px;
    display: block;
    float: left;
}

#nav2 ul {
    margin: 0;
    padding: 0 0px 0 8px;
    list-style: none;
    float: left;
}

#nav2 ul li {
    list-style: none;
    float: left;
}

#nav2 ul li a {
    float: left;
    height: 45px;
    background-image: url(images/nav2-bt.png);
}

#nav2 ul li a#HOME {
    width: 67px;
    background-position: 0px -45px;
}

#nav2 ul li a#HOME:focus, #nav2 ul li a#HOME.active {
    background-position: 0px 0px;
}

#nav2 ul li a#HOME:hover {
    background-position: 0px 0px;
}

#nav2 ul li a#ABOUT {
    width: 116px;
    background-position: -67px -45px;
}

#nav2 ul li a#ABOUT:focus, #nav2 ul li a#ABOUT.active {
    background-position: -67px 0px;
}

#nav2 ul li a#ABOUT:hover {
    background-position: -67px 0px;
}

#nav2 ul li a#EDUCATION {
    width: 116px;
    background-position: -183px -45px;
}

#nav2 ul li a#EDUCATION:focus, #nav2 ul li a#EDUCATION.active {
    background-position: -183px 0px;
}

#nav2 ul li a#EDUCATION:hover {
    background-position: -183px 0px;
}

#nav2 ul li a#PRODUCTS {
    width: 111px;
    background-position: -298px -45px;
}

#nav2 ul li a#PRODUCTS:focus, #nav2 ul li a#PRODUCTS.active {
    background-position: -298px 0px;
}

#nav2 ul li a#PRODUCTS:hover {
    background-position: -298px 0px;
}

#nav2 ul li a#GALLERY {
    width: 96px;
    background-position: -409px -45px;
}

#nav2 ul li a#GALLERY.active, #nav2 ul li a#GALLERY:focus {
    background-position: -409px 0px;
}

#nav2 ul li a#GALLERY:hover {
    background-position: -409px 0px;
}

#nav2 ul li a#BLOG {
    width: 70px;
    background-position: -505px -45px;
}

#nav2 ul li a#BLOG:focus, #nav2 ul li a#BLOG.active {
    background-position: -505px 0px;
}

#nav2 ul li a#BLOG:hover {
    background-position: -505px 0px;
}

#nav2 ul li a#TESTIMONIALS {
    width: 136px;
    background-position: -575px -45px;
}

#nav2 ul li a#TESTIMONIALS:focus, #nav2 ul li a#TESTIMONIALS.active {
    background-position: -575px 0px;
}

#nav2 ul li a#TESTIMONIALS:hover {
    background-position: -575px 0px;
}

#nav2 ul li a#PRESS {
    width: 79px;
    background-position: -711px -45px;
}

#nav2 ul li a#PRESS:focus, #nav2 ul li a#PRESS.active {
    background-position: -711px 0px;
}

#nav2 ul li a#PRESS:hover {
    background-position: -711px 0px;
}

#nav2 ul li a#EVENTS {
    width: 89px;
    background-position: -790px -45px;
}

#nav2 ul li a#EVENTS:focus, #nav2 ul li a#EVENTS.active {
    background-position: -790px 0px;
}

#nav2 ul li a#EVENTS:hover {
    background-position: -790px 0px;
}

#nav2 ul li a#SUPPORT {
    width: 95px;
    background-position: -879px -45px;
}

#nav2 ul li a#SUPPORT:focus, #nav2 ul li a#SUPPORT.active {
    background-position: -879px 0px;
}

#nav2 ul li a#SUPPORT:hover {
    background-position: -879px 0px;
}

#nav2 ul li a span {
    display: none
}

.homebanners {
    padding-top: 25px;
    clear: both;
    float: left;
}

.homebanners table td {
    vertical-align: top;
}

.image-banner {
    float: left;
}

.editable-banner {
    background: url(images/editableblock.jpg) no-repeat top left;
    height: 192px;
    width: 362px;
    float: left;
    margin-left: 14px;
    position: relative;
}

.homebanners .editable-banner {
    background: none;
}

.editable-banner img {
    margin: 0px 10px 0px 0;
}

.editable-banner h3 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.editable-banner h3 img {
    float: right;
    margin: 0px 0px 0px 0;
}

.editable-banner h3 span {
    display: none;
}

.editable-banner p {
    margin: 50px 15px 0 0px;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
}

.editable-banner p span {
    color: #000;
}

.bt-buy {
    background: url(images/bt-buynow.png) no-repeat top left;
    display: block;
    position: absolute;
    height: 47px !important;
    width: 128px !important;
    right: 15px;
    bottom: 10px;
}

.social-links .bt-buy {
    left: 10px;
    top: 10px;
}

.social-links .bt-buy {
    background: url(images/bt-buynow2.png) no-repeat top left;
    display: block;
    position: absolute;
    height: 35px !important;
    width: 95px !important;
}

.bt-buy:hover {
    background-position: bottom left;
}

.bt-buy span {
    display: none;
}

.home-cont-wrapper {
    float: left;
    padding-top: 25px;
    width: 990px;
}

.home-cont-wrapper h4 {
    margin-bottom: 5px;
}

.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 233px;
    float: left;
}

.sidebar ul li {
    border-top: 1px solid #696969;
    list-style: none;
    width: 233px;
    margin: 0px;
    padding: 0px;
    clear: both;
    float: left;
}

.sidebar ul li.first {
    border: none;
}

.home-cont-wrapper .sidebar .social {
    padding-bottom: 20px;
    clear: both;
    float: left;
}

.home-cont-wrapper .sidebar .social ul li a {
    padding: 8px;
    float: left;
    text-transform: uppercase;
    color: #a09f9f;
}

.home-cont-wrapper .sidebar .social ul li a:hover {
    color: #fff;
}

.home-cont-wrapper .sidebar .social ul li a img {
    margin-right: 10px;
    vertical-align: middle;
}

.home-cont-wrapper .events .event {
    background: #000 url(images/event.gif) no-repeat 5px 12px;
    padding-left: 30px;
    font-size: 14px;
    padding-top: 10px;
}

.home-cont-wrapper .events .event label {
    color: #ff8d00;
}

.home-cont-wrapper .events .event h5 {
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-weight: normal;
    padding: 3px 0;
}

.home-cont-wrapper .events .event p {
    color: #a09f9f;
}

.home-cont-wrapper .events .event a:hover h5, .home-cont-wrapper .events .event a:hover p {
    color: #FF8D00 !important;
}

.slides {
    width: 700px;
    margin: 0px auto;
    vertical-align: middle;
}

.slides .left-bt, .slides .right-bt {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.slides .left-bt img, .slides .right-bt img {
    margin-top: 120px;
}

.active-slide {
    height: 310px;
    position: relative;
}

.slide-item {
    position: relative;
    padding: 15px;
}

.active-slide td {
    position: relative;
}

.active-slide td img {
    text-align: center;
    padding-bottom: 5px;
}

.slide-item h3 {
    padding-top: 5px;
    margin-bottom: 0.2em;
}

.slide-item p {
    color: #fff;
}

a.bt-buydvd {
    background: url(images/bt-buydvd.png);
    height: 65px;
    width: 128px;
    left: 50%;
    margin-left: -64px;
    position: absolute;
    /*	top: 245px; */
    bottom: -70px;
}

a.bt-buydvd span {
    display: none;
}

a.bt-buydvd:hover {
    background-position: bottom
}

.blockquote {
    background: url(images/blockbottom.png) no-repeat center bottom;
    margin-top: 25px;
    padding-bottom: 5px;
}

.blockquote div {
    background: url(images/block.png) no-repeat top center;
    padding-top: 0px;
    padding-bottom: 2px;
    min-height: 140px;
}

.blockquote p {
    text-align: center;
    padding: 35px 70px 0px 70px;
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
}

.blockquote2 {
    background: url(images/block2midd.png) repeat-y center center;
    clear: both;
    width: 214px;
}

.blockquote2 div {
    background: url(images/block2top.jpg) no-repeat top center;
    padding-top: 0px;
    min-height: 140px;
}

.blockquote2 p {
    background: url(images/block2bott.jpg) no-repeat bottom center;
    text-align: center;
    padding: 40px 35px 30px 35px;
    font-size: 14px;
    margin: 0px;
    line-height: 1.7;
    color: #fff;
}

.blockquote2 a {
    margin-top: 15px;
    display: block;
    color: #fff;
    text-decoration: underline;
}

.blockquote2 a:hover {
    color: #87559E;
    text-decoration: none;
}

.home-cont-wrapper .testimonials {
    background: url(images/testimonials.png) no-repeat top left;
    width: 232px;
    height: 10px;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
}

.home-cont-wrapper .testimonials:hover {
    background-position: bottom left;
}

.home-cont-wrapper .testimonials span {
    display: none;
}

.testimonials2 {
    background: url(images/testimonials2.png) no-repeat top left;
    width: 199px;
    height: 9px;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
}

.testimonials2:hover {
    background-position: bottom left;
}

.testimonials2 span {
    display: none;
}

.url-search {
    clear: both;
    padding-top: 15px;
}

#url {
    line-height: 26px;
    color: #969595;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#url span {
    color: #fff;
    font-weight: bold;
}

#url a {
    color: #969595;
    font-weight: bold;
}

#url a:hover {
    color: #fff;
    text-decoration: none;
}

#search-box {
    background: url(images/search-input.png) no-repeat top left;
    width: 191px;
    height: 26px;
}

.sidebar #search-box {
    background: url(images/search-input2.png) no-repeat top left;
    width: 200px;
    height: 26px;
    margin-top: 34px;
}

#search-box input {
    background: none;
    border: 0;
    color: #999898;
}

.search-field {
    height: 18px;
    line-height: 18px;
    padding: 4px 0 4px 4px;
    float: left;
    width: 160px;
    font-size: 12px;
}

.sidebar #search-box .search-field {
    width: 170px;
}

.search-bt {
    float: right;
    height: 26px;
    width: 26px;
    cursor: pointer;
    padding: 0px;
}

.cont-wrapper {
    width: 990px;
    background: #000 url(images/cont-midd.png) repeat-y top center;
    clear: both;
    margin-top: 15px;
    float: left;
}

.cont-top {
    width: 990px;
    background: url(images/cont-top.png) no-repeat top center;
}

.cont-body {
    width: 990px;
    min-height: 150px;
    background: url(images/cont-bott.png) no-repeat bottom center;
    padding: 10px 0 20px;
}

.cont-body .sidebar {
    width: 214px;
    float: left;
    margin-left: 20px;
}

.cont-body .sidebar ul {
    width: 200px;
    margin-top: 10px;
    float: left;
}

.cont-body .sidebar ul li {
    width: 200px;
}

.cont-body .sidebar ul li a {
    font-size: 14px;
    color: #a09f9f;
    color: #000;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 10px;
    width: 180px;
    float: left;
}

.cont-body .sidebar ul li a:hover, .cont-body .sidebar ul li a.active {
    color: #743B8F;
}

.cont-body .sidebar ul li ul {
    margin: 0px !important;
}

.cont-body .sidebar ul li ul li {
    border-top: 1px solid #e7e7e7;
}

.cont-body .sidebar ul li ul li a {
    color: #565656;
    font-size: 11px;
    text-transform: none !important;
    line-height: 15px;
}

.cont-body .content {
    float: right;
    width: 740px;
}

.page-head {
    background: #F4F4F3 url(images/page-head-bg.png) no-repeat top right;
    margin-top: -10px;
    padding: 40px 10px 0px 26px;
    border-bottom: 1px #cfcfcf solid;
}

.purple {
    background: #b4a5bb url(images/reg-banner.png) no-repeat scroll right top;
    padding: 30px 10px 30px 27px;
    /*
     border-left: 1px solid #fff;
     */
}

.purple h1.contact {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.purple h1.contact span {
    font-size: 14px;
    color: #000;
}

.purple h1 a {
    color: #fff;
    text-decoration: underline;
}

.purple h1 a:hover {
    color: #fff;
    text-decoration: none;
}

.page-head h1 {
    color: #743B8F;
    font-size: 24px;
    margin-bottom: 24px;
}

.page-head p {
    font-size: 18px !important;
}

.cont-body .line-cont, .cont-wrapper .line-cont {
    border-left: 1px solid #C1C1C1;
    min-height: 500px;
}

.redkencentral {
    margin-top: 25px;
    clear: both;
    float: left;
    width: 214px;
    padding-bottom: 15px;
}

.reg-banner {
    background: url(images/reg-banner.png) no-repeat top right;
    height: 67px;
    width: 740px;
    float: right;
    margin-top: -10px;
}

.reg-banner p {
    text-align: center;
    padding: 15px 20px 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.reg-banner p span {
    color: #000;
}

.reg-banner a {
    color: #000;
    text-decoration: underline;
}

.reg-banner a:hover {
    color: #fff;
    text-decoration: none;
}

.about-banner {
    background: #fff url(images/aboutsam-banner.jpg) no-repeat top right;
    margin-top: -10px;
    position: relative;
    padding: 430px 0px 20px;
}

.about-banner h1 {
    padding: 0px 30px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #707070;
}

.about-banner img {
    position: absolute;
    top: -12px;
    left: 255px;
}

.aboutvideo-wapper {
    padding-bottom: 30px;
}

.aboutvideo-wapper .aboutvideo {
    margin: 0px auto;
    border: 1px solid #F5F5F5;
    background: #FCFBFB;
    padding: 15px;
    width: 494px;
}

.shears-banner {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

.shears-banner h4 {
    color: #9B4EC0;
    font-size: 18px;
    text-align: right;
    padding: 0px 11px 0 80px;
}

.page-content p {
    margin-right: 20px;
    font-size: 13px;
    line-height: 1.4;
}

.page-content hr, #events-wrapper hr {
    margin: 0 20px;
    border: 0;
    border-top: #CFCFCF 1px solid;
}

.testimonials-banner {
    position: relative;
    /*	background: url(images/testimonials-banner.jpg) no-repeat top left; */
    height: 167px;
    margin-top: -10px;
}

.testimonials-banner img {
    position: absolute;
    top: -5px;
    left: 20px;
    z-index: 90;
}

.testimonials-banner .bt-testimonials-banner {
    position: absolute;
    right: 24px;
    top: 47px;
    z-index: 99;
}

.testimonials-banner a {
    background: url(images/bt-testimonials.png) no-repeat top left;
    height: 45px;
    display: inline-block;
    width: 238px;
}

.testimonials-banner a:hover {
    background-position: bottom left;
}

.testimonials-banner a span {
    display: none;
}

.testimonials-wrapper {
    padding: 0 0px 22px 0;
}

.testimonials-wrapper .testimonials-cont {
    float: left;
    /*	width: 430px; */
    width: 390px;
    padding: 0 22px;
    border-right: 1px solid #C1C1C1;
    margin-top: 15px;
}

.testimonials-wrapper .testimonials-cont .testimonials-block {
    border-bottom: 1px solid #C1C1C1;
    padding-top: 14px;
}

.testimonials-wrapper .testimonials-cont .testimonials-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #848383;
}

.testimonials-wrapper .testimonials-cont .testimonials-block p .dark {
}

.testimonials-wrapper .testimonials-sidebar {
    float: right;
    width: 220px;
    margin-top: 15px;
    /*	padding-right: 22px; */
    padding-right: 70px;
}

.testimonials-wrapper .testimonials-sidebar h2 {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 25px;
}

/**/
.pagger {
    padding: 15px 20px;
    height: 30px;
    vertical-align: middle;
    position: relative;
}

.pagger .previous {
    float: left;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}

.pagger .previous a {
    float: left;
}

.pagger .next {
    float: right;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}

.pagger .next a {
    float: right;
}

.pagger a img {
    vertical-align: middle;
    margin: 0px 10px;
}

.pagger .next img {
    margin: 0px 0px 0 16px;
}

.pagger .previous img {
    margin: 0px 16px 0px 0;
}

.pagger .pages {
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    width: 500px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -250px;
}

.pagger .pages p {
    text-align: center;
    padding: 0;
    margin: 0;
}

.pagger a {
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.pagger .pages p a {
    color: #848383;
    margin: 0 4px;
}

.pagger .pages p a.active {
    color: #000;
}

body .pagger a:hover {
    color: #9015BB;
}

/**/
/* education */
.education-slide {
    background: #E7E7E7 url(images/educationslide-bg.jpg) no-repeat top left;
    min-height: 650px;
    width: 740px;
    margin-top: -10px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    overflow: hidden;
    position: relative;
}

.education-slide a.disabled {
    display: none;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background: url(images/hori_large.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 40px 10px;
    cursor: pointer;
    font-size: 1px;
}

/* right */
a.arrow-right {
    background-position: 0 -30px;
    clear: right;
    margin-right: 0px;
    position: absolute;
    top: 338px;
    right: 48px;
    z-index: 99;
}

a.arrow-right:hover {
    background-position: -30px -30px;
}

a.arrow-right:active {
    background-position: -60px -30px;
}

/* left */
a.arrow-left {
    margin-left: 0px;
    position: absolute;
    top: 338px;
    left: 48px;
    z-index: 98;
}

a.arrow-left:hover {
    background-position: -30px 0;
}

a.arrow-left:active {
    background-position: -60px 0;
}

.arrow-left {
    display: block;
    position: absolute;
    left: 37px !important;
    top: 194px !important;
    z-index: 99;
    cursor: pointer;
}

.arrow-right {
    display: block;
    position: absolute;
    right: 37px !important;
    top: 194px !important;
    z-index: 99;
    cursor: pointer;
}

.education-slide .items {
    clear: both;
    position: absolute;
    width: 20000em;
}

.education-slide .slider {
    padding: 50px 80px 0 80px;
    position: relative;
    float: left;
    width: 580px;
}

.education-slide .slider img {
    width: 569px;
}

.slider-text {
    background: url(images/slider-text.jpg) no-repeat top center;
    width: 539px;
    padding: 15px;
    margin-top: -75px;
    /*
     position: absolute;
     bottom: 0px;
     left: 80px;
     */
}

.slider-text h1 {
    font-size: 24px;
    color: #743B8F;
}

.slider-text p {
    font-size: 18px;
    color: #707070;
}

.slider-text a {
    font-size: 14px;
    color: #743B8F;
    text-decoration: underline;
    font-weight: bold;
    margin: 0 10px;
}

.slider-text a:hover {
    text-decoration: none;
}

.video-gallery {
}

.bg-grey {
    background: #F4F4F3;
    border-bottom: 1px solid #cfcfcf;
}

.video-gallery h2 {
    padding: 30px 0 0 17px;
    font-size: 18px;
}

.video-gallery hr {
}

.video-info h2, .video-info h3, .video-info h4, .video-info h5, .video-info h6 {
    margin: 20px 0 13px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
}

.video-gallery a {
    color: #87559E;
    text-decoration: underline;
}

.video-gallery a:hover {
    text-decoration: none;
}

.video-info {
    width: 210px;
    float: left;
    position: relative;
    padding: 17px;
    /*	min-height: 300px; */
}

.video-info a.watch {
    margin-top: 24px;
    font-size: 14px;
    font-weight: bold;
}

.video-gallery .video-info img.border {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #c6c6c6;
    margin: 0px;
}

.video-info .text-wrapper {
    /*
     position: absolute;
     left:20px;
     top: 160px;
     */
    margin: -70px 0px 0 0px;
}

.video-gallery-slide {
    padding: 0 40px;
    position: relative;
}

.video-gallery-slide .video-info {
    min-height: 10px !important;
    padding: 5px;
}

body .video-gallery-slide .arrow-left {
    top: 90px !important;
    left: 5px !important;
}

body .video-gallery-slide .arrow-right {
    top: 90px !important;
    right: 5px !important;
}

.scroll-3 {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 660px;
    height: 400px;
    /* custom decorations */
    background: url(/img/global/gradient/h300.png) repeat-x;
}

/*
 root element for scrollable items. Must be absolutely positioned
 and it should have a extremely large width to accomodate scrollable items.
 it's enough that you set the width and height for the root element and
 not for this element.
 */
.scroll-3 .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
    height: 200px;
}

a.disabled {
    display: none;
}

.education-video {
    background: #E6E6E5 url(images/educationslide-bg.jpg) no-repeat scroll left top;
    border-bottom: 1px solid #CFCFCF;
    margin-top: -10px;
    position: relative;
    width: 740px;
}

.education-video .slider {
    padding: 35px 33px;
}

.education-video .slider #player {
    background: #ffffff;
    padding: 16px;
    border: 1px solid #bbbbbb;
    position: relative;
}

.education-video .slider #player img {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
}

.education-video {
}

.education-video .social-links {
    background: url(images/social-links-bg2.jpg) no-repeat top left;
    text-align: right;
    padding: 10px 0px 10px 480px;
    margin: 0px 0;
    height: 50px;
    position: relative;
    /*
     position: absolute;
     top: 820px;
     z-index: 9998;
     right: 100px;
     */
    clear: both;
}

.education-video .social-links span {
    margin: 5px;
    color: #000;
    font-size: 14px;
    float: left;
    vertical-align: top;
    line-height: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.education-video .social-links a {
    margin: 5px;
    color: #000;
    float: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
}

.education-video .social-links img {
    float: left;
    border: 0;
    padding: 0px;
    background: none;
}

.education-video .social-links a span {
    margin-top: 0px;
}

.education-video #pestanas a.current span {
    background: url("images/tab-right3.png") no-repeat right bottom;
    color: #9015BB;
}

.education-video #pestanas a span {
    background: url("images/tab-right3.png") no-repeat right top;
    color: #8C8B8B;
}

.education-video #pestanas ul {
    /*background: #fff url("images/ul-bg2.gif") repeat-x 0px 52px;*/
    width: 590px;
    border-bottom: 0;
}

.education-video #pestanas li a {
    background: url("images/tab-left3.png") no-repeat left top;
}

.education-video #pestanas li a.current {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/tab-left3.png) no-repeat scroll left bottom;
}

.education-video #pestanas .current span {
    background: url("images/tab-left3.png") no-repeat left bottom;
}

.education-video #pestanas {
    background: none;
    padding: 0px 0px 0 0;
    clear: both;
    border: 0;
    border-top: none;
    height: auto;
    color: #5B5A5A;
    position: relative;
}

.education-video #pestanas .panes {
    padding-top: 60px;
}

.education-video #pestanas .panes h2 {
    color: #743B8F;
    font-size: 24px;
}

.education-video #pestanas .panes p {
    color: #818181;
    line-height: 1.6;
    font-size: 14px;
}

.education-video #pestanas .panes span {
    color: #000;
    font-size: 14px;
}

.panes-img {
    margin: 0 20px 20px 0;
}

/* PRESSS */
#press-details {
    background: url(images/press-details-bg.png) repeat top center
}

#press-details .press-slide {
    background: none;
    height: auto;
    width: 740px;
    margin-top: -10px;
    border-bottom: 0;
    position: relative;
}

#press-details .press-slide .arrow-left {
    background: url(images/arrow-left.png) no-repeat top left;
    width: 13px;
    height: 27px;
    display: block;
    position: absolute;
    left: 37px;
    top: 194px;
}

#press-details .press-slide .arrow-right {
    background: url(images/arrow-right.png) no-repeat top left;
    width: 13px;
    height: 27px;
    display: block;
    position: absolute;
    right: 37px;
    top: 194px;
}

#press-details .press-slide .slider {
    padding: 40px 120px 0 120px;
    position: relative;
    height: 1000px;
}

#press-details .slider-text {
    position: relative;
    top: 0;
    width: auto;
    left: 0;
}

#press-details .slider-text h1 {
    font-size: 24px;
    color: #743B8F;
}

#press-details .slider-text p {
    font-size: 18px;
    color: #707070;
}

#press-details .slider-text a {
    font-size: 14px;
    color: #743B8F;
    text-decoration: underline;
    font-weight: bold;
    margin: 0 10px;
}

#press-details .slider-text a:hover {
    text-decoration: none;
}

#press-details #pestanas a.current span {
    background: url("images/tab-right3.png") no-repeat right bottom;
    color: #9015BB;
}

#press-details #pestanas a span {
    background: url("images/tab-right3.png") no-repeat right top;
    color: #8C8B8B;
}

#press-details #pestanas ul {
    /*background: #fff url("images/ul-bg2.gif") repeat-x 0px 52px;*/
    width: 470px;
    border-bottom: 0;
}

#press-details #pestanas li a {
    background: url("images/tab-left3.png") no-repeat left top;
}

#press-details #pestanas li a.current {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/tab-left3.png) no-repeat scroll left bottom;
}

#press-details #pestanas .current span {
    background: url("images/tab-left3.png") no-repeat left bottom;
}

#press-details #pestanas {
    background: none;
    padding: 0px 0px 0 0;
    clear: both;
    border: 0;
    border-top: none;
    height: 400px;
    color: #5B5A5A;
    position: relative;
}

/* end PRESSS */
/* prods */
#products-items {
    float: left;
    background: url(images/bg-prods.png) repeat top left;;
    border-left: 1px solid #C1C1C1;
}

#press-details .panes {
    position: absolute;
    top: 70px;
    left: 0;
}

.product-block {
    float: left;
    height: 359px;
    width: 246px;
    background: url(images/product-item.png) no-repeat top left;;
    position: relative;
}

.product-block a {
    position: absolute;
}

.product-block h2 {
    position: absolute;
    text-align: center;
    width: 246px;
    bottom: 35px;
    letter-spacing: -0.002em;
    font-size: 1.5em;
    z-index: 999;
}

.product-block h3 {
    position: absolute;
    text-align: center;
    width: 246px;
    color: #000;
    bottom: 70px;
    letter-spacing: -0.002em;
    font-size: 1.5em;
    z-index: 999;
}

.product-block .learnmore {
    position: absolute;
    text-align: center;
    width: 246px;
    bottom: 15px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.product-block .learnmore:hover {
    color: #000;
}

.product-block label {
    position: absolute;
    text-align: center;
    width: 246px;
    bottom: 47px;
    font-size: 18px;
    font-weight: bold;
    color: #87559E;
}

#product-item-wrapper {
    background: url(images/bg-product-item.jpg) repeat-x top left;
    float: left;
    width: 739px;
    border-left: 1px solid #C1C1C1;
}

#product-item-wrapper .product-item {
    background: url(images/img-bg.jpg) repeat-x top center;
    padding: 0 15px;
    float: left;
    width: 470px;
}

#product-item-wrapper .product-item .product-item-bg {
}

#product-item-wrapper .product-item .views {
    float: left;
    clear: both;
    padding: 10px 0;
}

#product-item-wrapper .product-item .views a {
    margin: 5px;
    border: 1px solid #c1c1c1;
    float: left;
}

#product-item-wrapper .product-item .views a:hover {
    margin: 3px;
    border: 3px solid #87559E;
}

#product-item-wrapper .product-item .views a img {
    float: left;
}

#product-item-wrapper .product-item .views-p {
    text-align: left;
    color: #8C8B8B;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin-top: 10px;
}

.product-item-sidebar {
    float: right;
    width: 220px;
    min-height: 300px;
    padding-top: 30px;
    padding-right: 10px;
}

.product-item-sidebar h1 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin: 0px;
    padding: 15px 0;
}

.product-item-sidebar div.price {
    font-size: 18px;
    color: #704F80;
    text-align: center;
    margin: 0px;
    padding: 15px 0;
}

.product-item-sidebar .code {
    font-size: 14px;
    /*	font-weight: bold; */
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 15px 0;
}

.product-item-sidebar .qant {
    margin: 0px;
    padding: 15px 0;
}

.product-item-sidebar .qant label {
    text-align: right;
    width: 110px;
    float: left;
    padding-right: 5px;
    line-height: 21px;
    color: #000;
}

.product-item-sidebar .qant .input-text-bg {
    background: url(images/qinput.png) no-repeat center center;
    width: 34px;
    height: 21px;
}

.product-item-sidebar .qant .input-text-bg input {
    background: none;
    border: 0;
    width: 22px;
    height: 19px;
    line-height: 19px;
    margin: 0px 5px !important;
    font-weight: bold;
    vertical-align: middle;
}

#bt-cart {
    margin: 0px;
    padding: 15px 0;
}

#bt-cart div {
    padding: 8px 0;
}

#bt-cart .bt-addcart {
    margin: 0px auto;
    bottom: 10px;
    display: block;
    height: 45px;
    background: url(images/bt-addtocart.png) no-repeat top left;
    width: 169px;
}

#bt-cart .bt-checkout {
    margin: 0px auto;
    bottom: 10px;
    display: block;
    height: 45px;
    background: url(images/bt-checkout.png) no-repeat top left;
    width: 169px;
}

#bt-cart .bt-addcart:hover, #bt-cart .bt-checkout:hover {
    background-position: bottom left;
}

#bt-cart .bt-addcart span, #bt-cart .bt-checkout span {
    display: none;
}

.werecomend {
    margin: 0px auto;
    background: url(images/bg-werecomend-bot.jpg) no-repeat bottom left;
    width: 216px;
    text-align: center;
    position: relative;
}

.werecomend-bottom {
    margin: 0px auto;
    background: url(images/bg-werecomend.jpg) no-repeat top left;
    width: 216px;
    min-height: 200px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

.werecomend div.werecomend-img {
    width: 216px;
    text-align: center;
    /*
     position: absolute;
     top: 45px;
     left:0px;
     z-index: 2;
     */
}

.werecomend img {
    max-width: 216px;
}

.werecomend h2 {
    /*
     bottom: 40px;
     left:0px;
     position: absolute;
     z-index: 999;
     */
    color: #000000;
    font-size: 1.5em;
    letter-spacing: -0.002em;
    text-align: center;
    width: 196px;
    padding: 0 10px;
    padding-top: 10px;
}

.werecomend a.learnmore {
    /*
     bottom: 20px;
     left: 0;
     position: absolute;
     */
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    width: 216px;
    z-index: 9999;
}

.werecomend a.learnmore:hover {
    color: #000000 !important;
}

.cont-body .sidebar .social {
    margin-top: 20px;
    float: left;
}

.cont-body .sidebar .social h4 {
    margin: 0px;
}

.cont-body .sidebar .social ul {
    margin-top: 0px;
}

.cont-body .sidebar .social ul li {
    vertical-align: middle;
}

.cont-body .sidebar .social ul li a {
    color: #000;
}

.cont-body .sidebar .social ul li a:hover {
    color: #a09f9f;
}

.cont-body .sidebar .social ul li img {
    margin-right: 10px;
    margin-bottom: -3px;
}

.cont-body .sidebar .videoslice {
    background: url(images/videoslice.png) no-repeat top left;
    float: left;
    width: 214px;
    height: 233px;
    position: relative;
    margin-top: 15px;
}

.cont-body .sidebar .videoslice .padd {
    width: 180px;
    padding: 17px !important;
}

.cont-body .sidebar .videoslice h4 {
    color: #9015BB;
    text-align: center;
    padding-bottom: 14px;
}

.cont-body .sidebar .videoslice label {
    color: #743B8F;
    text-align: center;
    width: 180px;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
    bottom: 15px;
    z-index: 999;
    left: 0px;
}

.cont-body .sidebar .videoslice .slice-active {
    text-align: center;
    width: 180px;
    height: 150px;
    float: left;
    position: relative;
}

.cont-body .sidebar .videoslice .slice-arrow {
    width: 180px;
    position: absolute;
    bottom: 46px;
    z-index: 99999;
    left: 0px;
    padding: 0 17px;
}

.cont-body .sidebar .videoslice .slice-arrow a {
    background-color: #ffffff;
    cursor: pointer;
}

body .sidebar .videoslice .scrollable-video {
    width: 180px;
    height: 199px;
    overflow: hidden;
    position: relative;
}

body .sidebar .videoslice .scrollable-video .items {
    clear: both;
    position: absolute;
    width: 20000em;
}

/* footer */
#footer {
    clear: both;
    background: url(images/bg-footer.png) repeat-x top center;
    height: 182px;
    border: 1px solid #696969;
    margin-top: 25px;
}

#footer .footer-cont {
    width: 990px;
    margin: 0px auto;
    position: relative;
    height: 180px;
}

#footer .footer-cont p {
    padding: 20px 0;
}

#footer .footer-cont .footer-links {
    text-align: center;
    padding: 30px 0;
}

#footer .footer-cont .footer-links a {
    text-transform: uppercase;
    padding: 0 21px;
}

#footer .footer-cont .footer-links a.first {
    padding-left: 0px;
}

#footer .footer-cont .footer-links a.last {
    padding-right: 0px;
}

#footer .footer-cont .subfooter-links a {
    margin-right: 15px;
}

#footer a {
    color: #787878;
    font-size: 12px;
    font-weight: bold;
}

#footer a:hover, #footer a:active, #footer a:focus {
    color: #fff;
}

#footer .development-logo {
    position: absolute;
    right: 0px;
    bottom: 50px;
}

#footer .development-logo span {
    display: none;
}

/* tabs */
#pestanas {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    /*pongo un fondo para toda capa donde est�n las pesta�as*/
}

#pestanas ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*background: #000 url("images/ul-bg.gif") repeat-x 0px 52px;
     background: #000 url("images/ul-bg.gif") repeat-x 0px 52px;*/
    border-bottom: 1px solid #3E3E3E;
    float: left;
    width: 740px;
    height: 52px;
}

#pestanas li a {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    height: 53px;
    line-height: 53px;
    padding-left: 15px;
    background: url("images/tab-left.png") no-repeat left top;
}

#pestanas a span {
    display: block;
    background: url("images/tab-right.png") no-repeat right top;
    padding: 0px 30px 0px 15px;
    color: #fff;
    height: 53px;
    line-height: 53px;
    text-decoration: none;
    font-weight: bold;
}

#pestanas a.current span {
    background: url("images/tab-right.png") no-repeat right bottom;
    color: #E18EFE;
}

#pestanas a.current {
    background: url("images/tab-left.png") no-repeat left bottom;
}

#contenedorpestanas {
    background: #010101 url(images/bg-tabscont.png) repeat-x bottom center;
    padding: 10px;
    clear: both;
    border: 1px solid #3e3e3e;
    border-top: none;
    /*min-height: 400px;*/
    position: relative;
}

#contenedorpestanas .panes {
}

#contenedorpestanas .panes ul {
    list-style-type: disc;
    margin: 0 1.5em 1.5em 1.5em;
}

#contenedorpestanas .panes ul li {
    margin: 0.5em 0;
}

.nover {
    display: none;
}

#product-item-wrapper #pestanas a.current span {
    background: url("images/tab-right2.png") no-repeat right bottom;
    color: #9015BB;
}

#product-item-wrapper #pestanas a span {
    background: url("images/tab-right2.png") no-repeat right top;
    color: #8C8B8B;
}

#product-item-wrapper #pestanas ul {
    /*background: #fff url("images/ul-bg2.gif") repeat-x 0px 52px;*/
    width: 470px;
    border-bottom: 1px solid #C3C3C3;
}

#product-item-wrapper #pestanas li a {
    background: url("images/tab-left2.png") no-repeat left top;
}

#product-item-wrapper #pestanas li a.current {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/tab-left2.png) no-repeat scroll left bottom;
}

#product-item-wrapper #pestanas .current span {
    background: url("images/tab-left2.png") no-repeat left bottom;
}

#product-item-wrapper #contenedorpestanas {
    background: #fff;
    padding: 35px 25px;
    clear: both;
    border: 1px solid #c3c3c3;
    border-top: none;
    min-height: 100px;
    color: #5B5A5A;
}

.about-social ul {
    margin: 0px auto;
    text-align: center;
    padding: 20px 0 40px;
}

.about-social ul li {
    display: inline;
    margin: 0 15px;
}

.about-social ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 0 0px 20px;
    text-transform: uppercase;
    width: 180px;
    vertical-align: middle;
}

.about-social ul li a:hover {
    color: #a09f9f;
}

.about-social ul li a img {
    margin-right: 15px;
}

/*EVENTS*/
#events-wrapper {
    padding: 0px 0;
}

#events-wrapper .event-block {
    padding: 25px 18px 25px 25px;
    border-top: 1px solid #cfcfcf;
}

#events-wrapper .first {
    border: 0;
}

#events-wrapper .event-block label {
    color: #000;
    font-size: 12px;
    line-height: 1.7;
}

#events-wrapper h1, #events-wrapper h2, #events-wrapper h3, #events-wrapper h4, #events-wrapper h5, #events-wrapper h6 {
    color: #87559E;
    font-size: 20px;
    padding-top: 5px;
    line-height: 1.5;
}

#events-wrapper .event-block p {
    color: #6A6969;
    font-size: 14px;
    line-height: 1.7;
}

#events-wrapper .event-block a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
}

#events-wrapper .event-block a:hover {
    text-decoration: none;
    color: #87559E;
}

#events-wrapper .event-block .event-img-block {
    float: left;
    margin: 10px 25px 30px 0;
}

#events-wrapper .event-block .event-img-block img {
    background: #fff;
    padding: 10px;
    border: 1px solid #c5c5c5;
    float: left;
}

#events-wrapper .event-block .event-link-block {
    float: left;
    clear: both;
}

#events-wrapper .event-block .event-link-block img {
    float: left;
    border: 0;
    background: none;
    padding: 0;
    margin: 15px 7px 0 0px;
}

#events-wrapper .finished {
    background: #F8F8F7;
}

#events-wrapper .finished label {
    color: #9F9E9E;
}

#events-wrapper .finished label span {
    color: #000;
    font-weight: bold;
}

#events-wrapper .finished h1, #events-wrapper .finished h2, #events-wrapper .finished h3, #events-wrapper .finished h4, #events-wrapper .finished h5, #events-wrapper .finished h6 {
    color: #AE81C2;
}

#events-wrapper .finished p {
    color: #9F9E9E;
}

#events-wrapper .finished a {
    color: #AE81C2 !important;
}

.events-detail-wrapper {
    background: #E6E6E5 url(images/educationslide-bg.jpg) no-repeat scroll left top;
    min-height: 571px;
    margin-top: -10px;
    position: relative;
    width: 740px;
}

.events-detail-wrapper .event-item {
    padding: 35px 75px;
    width: 590px;
    position: relative;
}

#events-wrapper .event-item h1 {
    font-size: 24px;
}

#events-wrapper .event-item label {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

#events-wrapper .event-item hr {
    margin: 10px 0px;
    clear: both;
}

#events-wrapper .img-wrapper {
    margin-top: 20px;
    float: left;
}

#events-wrapper .img-wrapper img {
    background: #fff;
    padding: 15px;
    border: 1px solid #cfcfcf;
    float: left;
    clear: both;
    max-width: 558px;
}

#events-wrapper .social-links {
    background: url(images/social-links-bg.jpg) no-repeat top left;
    text-align: right;
    padding: 10px 0px 10px 330px;
    height: 50px;
    /*
     position: absolute;
     top: 820px;
     z-index: 9998;
     right: 100px;
     */
    clear: both;
}

#events-wrapper .social-links span {
    margin: 5px;
    color: #000;
    font-size: 14px;
    float: left;
    vertical-align: top;
    line-height: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

#events-wrapper .social-links a {
    margin: 5px;
    color: #000;
    float: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
}

#events-wrapper .social-links img {
    float: left;
    border: 0;
    padding: 0px;
    background: none;
}

#events-wrapper .social-links a span {
    margin-top: 0px;
}

#events-wrapper #pestanas a.current span {
    background: url("images/tab-right3.png") no-repeat right bottom;
    color: #9015BB;
}

#events-wrapper #pestanas a span {
    background: url("images/tab-right3.png") no-repeat right top;
    color: #8C8B8B;
}

#events-wrapper #pestanas ul {
    /*background: #fff url("images/ul-bg2.gif") repeat-x 0px 52px;*/
    width: 590px;
    border-bottom: 0;
}

#events-wrapper #pestanas li a {
    background: url("images/tab-left3.png") no-repeat left top;
}

#events-wrapper #pestanas li a.current {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/tab-left3.png) no-repeat scroll left bottom;
}

#events-wrapper #pestanas .current span {
    background: url("images/tab-left3.png") no-repeat left bottom;
}

#events-wrapper #pestanas {
    background: none;
    padding: 0px 0px 0 0;
    clear: both;
    border: 0;
    border-top: none;
    height: auto;
    color: #5B5A5A;
    position: relative;
}

#events-wrapper #pestanas .panes {
    padding-top: 60px;
}

#events-wrapper #pestanas .panes p {
    color: #818181;
    line-height: 1.6;
    font-size: 14px;
}

#events-wrapper #pestanas .panes span {
    color: #000;
    font-size: 14px;
}

#events-wrapper .video-gallery {
    background: #fff;
    border-top: 1px solid #cfcfcf;
    padding: 20px 60px;
}

#events-wrapper .video-gallery h2 {
    color: #000;
    font-size: 18px;
}

#events-wrapper .video-gallery .video-info {
    float: none;
    width: auto;
    min-height: 10px;
    padding: 5px 17px;
}

#events-wrapper .video-gallery hr {
    margin: 5px 20px !important;
}

#events-wrapper .video-gallery .video-info a.img-link {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

#events-wrapper .video-gallery .video-info a.img-link img {
    babackground: #FDFDFC;
    max-width: 161px;
}

#events-wrapper .video-gallery .video-info h4 {
    font-weight: bold;
    font-size: 14px;
    margin-left: 212px !important;
    color: #707070;
    margin: 0px;
    padding: 0 0 5px 0;
    line-height: 1.5;
}

#events-wrapper .video-gallery .video-info p {
    line-height: 1.5;
    margin-left: 212px !important;
}

.links-wrapper {
    color: #000;
    font-size: 14px;
}

.links-wrapper a {
    color: #000;
    text-decoration: underline;
}

.links-wrapper a:hover {
    color: #000;
    text-decoration: none;
}

.links-wrapper .left-bt {
    float: left;
    height: 25px;
    line-height: 25px;
}

.links-wrapper .left-bt a {
    background: url(images/video-small-bt.png) no-repeat center left;
    padding-left: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.links-wrapper .right-bt {
    float: right;
    height: 25px;
    line-height: 25px;
}

.links-wrapper .right-bt a {
    background: url(images/download-bt.png) no-repeat center left;
    padding-left: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-decoration: none;
}

.links-wrapper .right-bt a:hover {
    text-decoration: underline;
}

#gallery-wrapper {
    clear: both;
    float: left;
    margin-top: 15px;
    width: 990px;
}

/* support */
.support h1, #CMS h1 {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #B4A5BB none repeat scroll 0 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 40px;
    margin-bottom: 0px;
    clear: both;
}

.support h2, #CMS h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 30px;
}

#CMS p, #CMS ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

#CMS span {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #743b8f;
}

#CMS a {
    text-decoration: underline;
    color: #87559e;
}

#CMS a:hover {
    text-decoration: none;
    color: #87559e;
}

#CMS ul {
    margin-top: 20px;
}

#CMS ul li {
    margin-bottom: 10px;
    background: url(images/cms-li.png) no-repeat 0px 7px;
    padding-left: 24px;
}

#CMS ul li ul {
    margin: 5px 0 20px
}

#CMS ul li ul li {
    background: url(images/cms-li2.png) no-repeat 0px 7px;
}

#CMS b {
    color: #743b8f;
}

.support hr {
    border: 0;
    border-top: 1px solid #CFCFCF;
    margin: 10px 20px;
    clear: both;
}

.supportbanner {
    margin-top: -10px;
}

.support-padd {
    padding: 0 40px;
    float: left;
    width: 910px;
}

div.cms-block {
    padding: 0 40px 20px;
    border-bottom: 1px solid #CFCFCF;
}

dir.cms-block {
    padding: 0 40px 20px;
    border-bottom: 1px solid #CFCFCF;
    margin: 0px;
    background: #f8f8f7;
}

.support-padd div {
    float: left;
    width: 455px;
}

.support-padd div p {
    line-height: 1.7;
    font-size: 14px;
}

.support-padd div p strong {
    color: #000000;
}

/* DISTRIBUTORS */
#dark-content {
    border-top: 1px solid #454545;
    clear;
    both;
    margin-top:
    15px;
}

#dark-content-home {
    background: url(images/dark-content-home.jpg) no-repeat top center;
    height: 715px;
    display: block;
    position: relative;
}

#dark-content .sidebar {
    width: 214px;
    float: left;
    margin-left: 0px;
}

#dark-content .sidebar ul {
    width: 200px;
    margin-top: 30px;
    float: left;
}

#dark-content .sidebar ul li {
    width: 200px;
}

#dark-content .sidebar ul li.first {
    border: medium none !important;
}

#dark-content .sidebar ul li {
    border-top: 1px solid #454545;
    clear: both;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 208px;
}

#dark-content .sidebar ul li a {
    font-size: 14px;
    color: #908F8F;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
    padding: 8px 0;
    padding-left: 10px;
    width: 180px;
    float: left;
}

#dark-content .sidebar ul li a:hover, #dark-content .sidebar ul li a.active {
    color: #ffffff;
}

#dark-content .sidebar-right {
    float: right !important;
    width: 225px !important;
}

#dark-content .sidebar-right ul {
    border-left: 1px solid #4D4D4D;
    padding-left: 25px;
}

#dark-content .sidebar-right ul li {
    width: 200px;
    font-size: 24px;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

#dark-content .sidebar-right ul li.first {
    padding-top: 0px;
}

#dark-content .sidebar-right ul li a {
    font-size: 14px;
    color: #BD7CDB;
    text-transform: none;
    line-height: 18px;
    font-weight: normal;
    padding: 8px 0;
    padding-left: 0px !important;
    width: 180px;
    float: left;
    text-decoration: underline;
}

#dark-content .sidebar-right ul li a:hover, #dark-content .sidebar-right ul li a.active {
    color: #BD7CDB;
    text-decoration: none;
}

#dark-content-home-banner {
    left: 274px;
    position: absolute;
    top: 69px;
    height: 270px;
    display: block;
    width: 427px;
}

#dark-content .right-cont {
    float: right;
    width: 775px;
}

#dark-content .right-cont .downloads-wrapper {
    margin-top: 40px;
}

#dark-content .right-cont .download-item {
    float: left;
    width: 210px;
    height: 450px;
    margin: 0 0 10px 45px;
}

#dark-content .right-cont .download-item h3, .training-item h3 {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-top: 20px;
}

#dark-content .right-cont .download-item p, .training-item p {
    font-size: 14px;
    color: #9D9D9D;
    line-height: 1.7;
    margin-top: 0px;
}

#dark-content .right-cont .download-item a, .training-item a {
    color: #A163BE;
    font-size: 14px;
    text-decoration: underline;
}

#dark-content .right-cont .download-item a:hover, .training-item a:hover {
    text-decoration: none;
}

.right-cont .pagger {
    border-top: 1px solid #555555;
    padding: 15px 5px;
    margin-left: 45px;
    margin-right: 10px;
}

.training-wrapper {
    margin-left: 35px;
    margin-top: 40px;
}

.training-item {
    width: 320px;
    height: 350px;
    margin-bottom: 10px;
    float: left;
}

.training-item .training-item-img {
    position: relative;
    border: 1px solid #AEAEAE;
}

.training-item .training-item-img a {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    background: url(images/videoarrow.png) no-repeat center center;
}

.training-wrapper .pagger {
    margin-left: 0px;
    margin-right: 0px;
}

body .right-cont .pagger a {
    color: #848383;
}

body .right-cont .pagger a:hover {
    color: #fff;
}

.right-cont .pagger .pages p a.active {
    color: #fff;
}

/* checkout */
#checkout-wrapper {
    width: 1006px;
    margin-left: -8px;
    margin-top: 15px;
}

#cart-body {
    background: #fff url(images/cart-bottom.jpg) no-repeat bottom left;
    width: 750px;
    padding-bottom: 20px;
    float: left;
    min-height: 300px;
}

#cart-body h2 {
    background: #fff url(images/cart-top.jpg) no-repeat 0px 0px;
    width: 720px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
}

#cart-body h2 .bt-edit-customer {
    color: #fff;
    font-size: 12px;
    float: right;
    margin-right: 30px;
}

#cart-body h2 .bt-edit-customer:hover {
    text-decoration: underline;
}

#cart-body .bt-edit {
    color: #fff;
    font-size: 12px;
    float: right;
    margin-right: 30px;
}

#cart-body .bt-edit:hover {
    text-decoration: underline;
}

#cart-body h4 {
    background: #7C6E83;
    width: 720px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    clear: both;
    position: relative;
}

#cart-body h4.light {
    background: #B3A4BB;
    width: 720px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding-left: 30px;
    clear: both;
    position: relative;
}

#cart-body h4 .bt-edit-cart {
    color: #fff;
    font-size: 12px;
    float: right;
    margin-right: 30px;
    background: url(images/bt-cart.png) no-repeat right center;
    padding-right: 20px;
}

#cart-body h4 .bt-edit-cart:hover {
    text-decoration: underline;
}

#cart-body h4 .bt-print {
    color: #fff;
    font-size: 12px;
    float: right;
    margin-right: 30px;
    background: url(images/bt-print.png) no-repeat right center;
    padding-right: 25px;
}

#cart-body h4 .bt-print:hover {
    text-decoration: underline;
}

#cart-body h5 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #000;
    line-height: 1;
    padding: 0px 0 20px 0;
    margin: 0px;
    clear: both;
}

#cart-body h6 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.002em;
    color: #000;
    line-height: 1;
    padding: 0px 0 10px 0;
    margin: 0px;
    clear: both;
}

#cart-sidebar h2 {
    background: #fff url(images/bg-sidebar-top.jpg) no-repeat 0px 0px;
    width: 219px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    vertical-align: middle;
}

.bt-cartcheckout {
    float: right;
    background: url(images/bt-cartcheckout.png) no-repeat 0px 0px;
    width: 239px;
    height: 47px;
    display: block;
    margin-bottom: 20px;
}

.bt-cartcheckout:hover {
    background-position: 0px -47px;
}

.bt-cartcheckout span {
    display: none;
}

.cart-items, .recomended-items, .information-form, .customer-information, .your-order {
    padding: 18px 30px;
    width: 690px;
    float: left;
}

.cart-item {
    border-bottom: 1px #DCDCDC solid;
}

.recomended-items .item-rec {
    width: 170px;
    border-left: 1px solid #C1C1C1;
    display: inline;
    float: left;
}

.recomended-items .first {
    border-left: 0;
}

.recomended-items .item-rec h5 {
    font: normal 14px Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #000;
    height: 36px;
}

.recomended-items .item-rec .item-rec-price {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #704F80;
    line-height: 18px;
}

.recomended-items .item-rec .bt-text {
    background: url(images/bt-text.png) no-repeat 0px 0px;
    width: 124px;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0px auto;
    text-shadow: 0.1em 0.1em #333;
    letter-spacing: 1px;
    margin-top: 15px;
}

.recomended-items .item-rec .bt-text:hover {
    background-position: 0px -33px;
}

.item-description {
    display: inline;
}

.item-img img {
    max-width: 110px;
}

.item-description h3 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.3;
    font-weight: normal;
    margin: 5px 0 0 0;
}

.item-description h3 span {
    padding-top: 5px;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 2;
    font-weight: normal;
}

div.price {
    margin: 0 0 20px 0;
}

div.price label {
    font: 14px Arial, Helvetica, sans-serif;
    color: #704F80;
    font-weight: normal;
    text-align: left;
    margin: 0 0 25px 0;
}

div.price-total {
    margin: 0 0 25px 0;
    position: relative;
}

div.price-total label {
    font: 18px Arial, Helvetica, sans-serif;
    color: #704F80;
    font-weight: bold;
    text-align: right;
}

div.price-total a {
    position: absolute;
    bottom: -20px;
    right: 0px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
}

div.price-total a:hover {
    color: #000;
    text-decoration: underline;
}

.cart-item .qant {
    display: inline-block;
    margin: 0 0 25px 0;
}

.cart-item .qant .input-text-bg {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/qinput.png) no-repeat scroll center center;
    height: 21px;
    width: 34px;
    display: inline-block;
}

.cart-item .qant .input-text-bg input {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-weight: normal;
    height: 19px;
    line-height: 19px;
    margin: 0 5px !important;
    vertical-align: middle;
    text-align: center;
    width: 22px;
}

.cart-item table td {
    vertical-align: middle;
}

.cart-items .cart-bts {
    float: right;
    margin-top: 40px;
    margin-bottom: 20px;
    clear: both;
}

.bt-update {
    background: url(images/bt-update.png) no-repeat 0px 0px;
    width: 106px;
    display: block;
    float: left;
    height: 33px;
    margin-right: 30px;
}

.bt-continue {
    background: url(images/bt-continueshopping.png) no-repeat 0px 0px;
    width: 186px;
    display: block;
    float: left;
    height: 33px;
}

.bt-update:hover, .bt-continue:hover {
    background-position: 0px -33px;
}

.bt-update span, .bt-continue span, .action-bts .bt-continue span, .bt-place span {
    display: none;
}

.action-bts .bt-continue {
    background: url(images/bt-continue.png) no-repeat 0px 0px;
    width: 170px;
    display: block;
    float: left;
    height: 45px;
}

.action-bts .bt-continue:hover {
    background-position: 0px -45px;
}

.action-bts .bt-place {
    background: url(images/bt-placeorder.png) no-repeat 0px 0px;
    width: 188px;
    display: block;
    float: left;
    height: 45px;
}

.action-bts .bt-place:hover {
    background-position: 0px -45px;
}

#cart-sidebar {
    background: #fff url(images/bg-sidebar-bottom-cart.jpg) no-repeat bottom left;
    width: 239px;
    padding-bottom: 7px;
    float: right;
    margin-bottom: 20px;
}

#cart-sidebar .sidebar-padd {
    padding: 16px 16px 0 16px;
    width: 207px;
    float: left;
}

.subtotal {
    border-bottom: 1px solid #DADADA;
    font: normal 14px Arial, Helvetica, sans-serif;
    line-height: 2;
    color: #000;
}

#cart-body .subtotal {
    margin-top: 30px;
}

.subtotal-num div {
}

.subtotal-num {
    font: bold 18px Arial, Helvetica, sans-serif;
    line-height: 2;
    color: #000;
}

.subtotal div {
}

.subtotal div .fleft, .subtotal-num div .fleft {
    width: 110px;
    float: left;
    text-align: right;
}

.subtotal div .fright, .subtotal-num div .fright {
    float: right;
    text-align: right;
    margin-right: 15px;
}

.subtotal-num div .fright {
    margin-right: 5px;
}

.subtotal div .input-text-bg {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/codinput.png) no-repeat scroll center center;
    height: 20px;
    width: 54px;
    display: inline-block;
    float: left;
    margin-left: 55px;
}

.subtotal div .input-text-bg input {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-weight: normal;
    height: 19px;
    line-height: 19px;
    margin: 2px 5px 0 5px !important;
    vertical-align: middle;
    text-align: center;
    width: 42px;
}

.tel-contact {
    background: transparent url(images/tel.png) no-repeat 0px 0px;
    padding-left: 28px;
    line-height: 16px;
    font-size: 14px;
    color: #454545;
    display: bock;
    padding-bottom: 12px;
}

.mailto {
    background: transparent url(images/mail.png) no-repeat 0px 0px;
    padding-left: 28px;
    line-height: 16px;
    font-size: 14px;
    color: #743B8F;
    text-decoration: underline;
    display: bock;
}

.mailto:hover {
    color: #743B8F;
    text-decoration: none;
}

.contact-info {
    border-bottom: 1px solid #DADADA;
    padding-bottom: 27px;
}

#cart-sidebar h3 {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 2;
}

.faq-block li {
    padding-bottom: 14px
}

.faq-block li a {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #7A7979;
    line-height: 1.1;
}

.faq-block li a:hover {
    text-decoration: underline;
}

.information-form form {
    width: 440px;
    clear: both;
    padding-bottom: 15px;
    float: left;
    position: relative;
}

.information-form form .form-info {
    position: absolute;
    left: 450px;
    top: 0px;
    width: 260px;
    display: block;
    background: url(images/bg-exaclamation.png) no-repeat 0px 3px;
    padding-left: 10px;
    color: #000;
    line-height: 1.3;
    font-size: 14px;
}

form .inputtext-field, .inputtextarea-field {
    float: left;
    margin: 0 10px 10px 0;
}

.inputtext-field input, .inputtext-field select {
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 4px;
    color: #808080;
    font-size: 14px;
}

.inputtext-field label {
    margin: 0 2px 0;
}

.inputcheckout-field {
    margin: 5px 0 5px 0;
}

.inputcheckout-field label {
    font-size: 13px;
    padding-left: 10px;
}

.inputtextarea-field textarea {
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1px 4px;
    color: #676666;
    font-size: 14px;
    width: 420px;
    height: 100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-plain {
    padding: 15px 30px;
    border-top: 1px solid #dcdcdc;
    font-size: 18px;
    color: #807F7F;
    clear: both;
}

.customer-information p, .customer-information-table p {
    line-height: 1.7;
    font-size: 14px;
}

.customer-information strong, .customer-information-table strong {
    color: #000;
}

.ccimg {
    position: absolute;
    left: 222px;
    top: -5px;
}

.information-form-message {
    color: #D70000;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 40px;
}

.information-form-message-ok {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 40px;
}

.information-form-message-ok a {
    text-decoration: underline;
    color: #8C709A;
}

.information-form-message-ok a:hover {
    text-decoration: none;
}

#order-id table td {
    font-size: 14px;
    line-height: 1.9;
}

#prod-info table td {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    border-top: #DCDCDC 1px solid;
    vertical-align: middle;
    padding: 5px 0;
}

#order-id table td strong, #prod-info table td strong {
    color: #000;
}

.your-order {
    padding: 18px 30px;
    width: 690px;
    float: left;
    border-bottom: 2px solid #B9B9B9;
}

/* end checkout */
/* E-Mail signup */
.signup-container {
    width: 468px;
    /*
     height: 271px;
     */
    margin: 50px 0 0 20px;
    float: left;
}

.signup-container .signup-body {
    border: 1px solid #c1c1c1;
    padding-top: 15px;
    height: 285px;
}

.signup-container .signup-body img {
    margin-top: 30px;
    margin-left: 20px;
}

.signup-container .signup-top {
    background: url(images/signup_header.png) no-repeat top left;
    color: #9015bb;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    width: 468px;
    height: 20px;
}

.signup-container .signup-button {
    float: none;
    display: block;
    margin-left: 180px;
    margin-bottom: 15px;
}

.signup-container span {
    width: 100px !important;
    font-weight: bold !important;
}

.signup-container ol {
    list-style-type: disc;
    color: #000;
    font-weight: bold;
    line-height: 2;
    margin-left: 50px;
    margin-top: 30px;
}

.signup-privacy {
    clear: both;
    margin-left: 50px;
    padding-top: 20px;
    color: #000;
}

.signup-privacy a {
    color: #f00;
    text-decoration: underline;
}

.signup-privacy a:hover {
    text-decoration: none;
}

/* End E-Mail signup */
.registration_banner_cupon {
    margin-top: -10px;
}

#facebox ,#layout .new-popup {
    background: url(images/discount.png) no-repeat 0px 0px;
    /* overlay is hidden before loading */
    display: none;
    /* standard decorations */
    width: 737px !important;
	left: 50%;
	margin-left: -351px;
    height: 224px !important;
    border: 0;
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: none !important;
	

	border: 0;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 0px 0px transparent;
	-webkit-box-shadow: 0 0 0px transparent;	
    -moz-border-radius: 10px;
	-webkit-border-radius:10px;			
}

#facebox h2, .new-popup .formenssage strong, #facebox {
    display: none;
}
#layout .new-popup .close{
	position: relative;	
}

#layout .new-popup .close a {
    background: url(images/disc-bt.png) no-repeat 0px 0px !important;
    /* overlay is hidden before loading */
    /* standard decorations */
    width: 334px !important;
    height: 36px !important;
    border: 0;
    margin:145px 0 0 218px;
	top: 0px;
	left: 0px;
	position: relative;
	text-indent: -5000px;
    cursor: pointer !important;
    float: left !important;
    display: block !important;
}

#layout .new-popup .close a:hover {
    background: url(images/disc-bt.png) no-repeat 0px -36px !important;
}
#layout .new-popup .formenssage .formenssage-cont {
background: transparent !important;
float:left !important;
padding:0 !important;
width:0 !important;
}
#layout .new-popup .formenssage {
background: transparent !important;
float:left !important;
padding:0 !important;
width:0 !important;
}