/* NOTES ------------------------------------------------------------------ */

/*

* page bkg grad
00aee7 89 base
352594 30
00a2e3 7

* hp/default theme grad
4ed0f8  59 base
352594  8.79
00a2e3  0

* coaching theme grad
ffe400 89 base
ff8900 46
ff4d00 30
ffe400 7

* workshops theme grad
8246a2 base 90 and 17
fo3d9f 9
8246a2 1

* products theme grad
ff007a base 90
ff8d00 30
ff007a 7
*/

/* ------------------------------------------------------------------------ */




/* TYPE ------------------------------------------------------------------- */

@font-face {
    font-family: "Sabon";
    src: url("/media/type/sabon/sabon.eot");
    src: local("Sabon"), local("Sabon"),
    url("/media/type/sabon/sabon.woff") format("woff"),
    url("/media/type/sabon/sabon.otf") format("opentype"),
    url("/media/type/sabon/sabon.svg#filename") format("svg");
}

@font-face {
    font-family: "Sabon bold";
    src: url("/media/type/sabon/sabon-bold.eot");
    src: local("Sabon bold"), local("Sabonbold"),
    url("/media/type/sabon/sabon-bold.woff") format("woff"),
    url("/media/type/sabon/sabon-bold.otf") format("opentype"),
    url("/media/type/sabon/sabon.svg#filename") format("svg");
}

@font-face {
    font-family: "Sabon italic";
    src: url("/media/type/sabon/sabon-italic.eot");
    src: local("Sabon italic"), local("Sabonitalic"),
    url("/media/type/sabon/sabon-italic.woff") format("woff"),
    url("/media/type/sabon/sabon-italic.otf") format("opentype"),
    url("/media/type/sabon/sabon.svg#filename") format("svg");
}

@font-face {
    font-family: "Fajardo";
    src: url("/media/type/fajardo/fajardo.eot");
    src: local("Fajardo"), local("Fajardo"),
    url("/media/type/fajardo/fajardo.woff") format("woff"),
    url("/media/type/fajardo/fajardo.ttf") format("truetype"),
    url("/media/type/fajardo/fajardo.svg#filename") format("svg");
}




/* GLOBAL -------------------------------------------------------------------------------------------------------------------- */

body {
    background: #00a2e3 url(/media/images/body-bkg.png) top repeat-x;
    font: normal 13px/1.25 "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    color: #696969;
}

#root {
    width: 960px;
    margin: 60px auto;
}

a {
    text-decoration: none;
    color: #00aee7;
}

a:hover {
    color: #352594;
}

p, blockquote {
    margin-bottom: 1em;
    color: #696969;
}

.outstanding {
    color: red;
}

.alignleft {
    float: left;
    margin: auto 5px 5px auto;
}

.clear {
    clear: both;
}

cite {
    margin-top: 1em;
}




/* HEADER -------------------------------------------------------------------------------------------------------------------- */

#header {
    overflow: hidden; /*for floats*/
    position: relative;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    behavior: url(/media/js/PIE.htc);
}

#home #header, #default #header {
    background: #4ed0f8 url(/media/images/header-home.png) repeat-y;
}

#hypnotherapy #header {
    background: #ffe400 url(/media/images/header-coaching.png) repeat-y;
}

#coaching #header {
    background: #ffe400 url(/media/images/header-coaching.png) repeat-y;
}

#workshops #header {
    background: #8246a2 url(/media/images/header-workshops.png) repeat-y;
}

#products #header {
    background: #ff007a url(/media/images/header-products.png) repeat-y;
}

#header h1 {
    float: left;
    height: 75px;
    width: 220px;
    margin: 20px 0 20px 32px;
}

#header h1 a {
    border: 0;
    display: block;
    height: 75px;
    width: 220px;
    background-image: url(/media/images/logo.png);
    background-repeat: none;
    text-indent: -9999px;
}

#hypnotherapy #header h1 a:hover, #coaching #header h1 a:hover, #workshops #header h1 a:hover, #products #header h1 a:hover {
    background-image: url(/media/images/logo-return.png);
}


#hypnotherapy #header h1 a {
    background-image: url(/media/images/logo-hypnotherapy.png);
}

#coaching #header h1 a {
    background-image: url(/media/images/logo-coaching.png);
}

#workshops #header h1 a {
    background-image: url(/media/images/logo-workshops.png);
}

#products #header h1 a {
    background-image: url(/media/images/logo-products.png);
}

#header #form {
    background: url(/media/images/search.png) no-repeat;
}

#print_logo {
    display: none;
}

input#s { /*spec for color*/
    position: absolute;
    height: 14px;
    width: 170px;
    top: 20px;
    right: 35px;
    padding: 5px 5px 5px 24px;
    border: 0;
    color: #696969;
    background: url(/media/images/search.png) no-repeat;

}

input#s_submit {
    position: absolute;
    top: 22px;
    right: 210px;
}




/* NAV -------------------------------------------------------------------------------------------------------------------- */

#nav {
    position: absolute;
    top: 75px;
    right: 27px;
    font-size: 12px;
    color: #FFF;
}

#nav a {
    color: #FFF;
}

#nav a:hover {
    color: #352594;
}

#hypnotherapy #nav a, #coaching #nav a {
    color: #d90000;
}

#hypnotherapy #nav a, #coaching #nav a:hover {
    color: #b90000;
}

#workshops #nav a:hover {
    color: #f03d9f;
}

#products #nav a:hover {
    color: #900045;
}

#nav li {
    display: inline;
    padding: 0 8px 10px; /* margin was causing jog in IE on hover, dif l/r for pipe etc */
    background: url(/media/images/pipe-white.gif) no-repeat; /*png bkg img causes bug in FF*/
}

#hypnotherapy #nav li, #coaching #nav li {
    background: url(/media/images/pipe-coaching.gif) no-repeat;
}

#hypnotherapy #subnav, #coaching #subnav, #workshops #subnav, #products #subnav, #default #subnav { /*specif needed here?*/
    margin: 28px 0 0 36px;
}

#hypnotherapy #subnav a, #coaching #subnav a {
    color: #ff4d00;
}

#hypnotherapy #subnav a:hover, #coaching #subnav a:hover {
    color: #cc0000;
}

#workshops #subnav a {
    color: #FFF;
}

#workshops #subnav a:hover {
    color: #f03d9f;
}

#products #subnav a {
    color: #fff;
}

#products #subnav a:hover {
    color: #000;
}

#default #subnav a {
    color: #fff;
}

#default #subnav a:hover {
    color: #352594;
}

#subnav li {
    display: inline;
    padding: 0 6px 0 10px; /* margin was causing jog in IE on hover, diff l/r for pipe etc */
    background: url(/media/images/pipe-white.gif) no-repeat;
}

#hypnotherapy #subnav li, #coaching #subnav li {
    background: url(/media/images/pipe-coaching-sub.gif) no-repeat;
}

#workshops #subnav li {
    background: url(/media/images/pipe-white.gif) no-repeat;
}

#products #subnav li {
    background: url(/media/images/pipe-white.gif) no-repeat;
}

#home #nav li:first-child, #hypnotherapy #nav li:first-child, #coaching #nav li:first-child,
#workshops #nav li:first-child, #products #nav li:first-child, #default #nav li:first-child { /*specif cack*/
    background: none;
    padding-left: 8px;
}

#home #subnav li:first-child, #hypnotherapy #subnav li:first-child, #coaching #subnav li:first-child,
#workshops #subnav li:first-child, #products #subnav li:first-child, #default #subnav li:first-child { /*specif cack*/
    background: none;
    padding-left: 8px;
}


/*body links*/

#hypnotherapy  a, #coaching #content a {
    color: #ff4d00;
}

#hypnotherapy #content a:hover, #coaching #content a:hover {
    color: #cc0000;
}

#workshops #content a {
    color: #f03d9f;
}

#workshops #content a:hover {
    color: #8246a2;
}

#products #content a {
    color: #ff4d00;
}

#products #content a:hover {
    color: #ff8d00;
}

#default #content a {
    /*inherits*/
}

#default #content a:hover {
    color: #352594;
}




/* FEATUREBAR/TABS -------------------------------------------------------------------------------------------------------------------- */

#featurebar {
    float: right;
    height: 60px;
    display: inline;
    position: relative;
    width: 960px;
    /*background: #f00;*/
}

#home #featurebar {
    width: 438px;
}

#hypnotherapy #featurebar, #coaching #featurebar, #workshops #featurebar, #products #featurebar, #default #featurebar {
    width: 960px;
}

#default #featurebar .emptybar {
    width: 522px;
    background: none;
}

.tab {
    float: left;
    height: 53px;
    width: 146px;
}

#hypnotherapy #tab_hypnotherapy {
    width: 668px;
    background-color: #ffe400;
    display: inline;
    background: url(/media/images/tab-hypnotherapy-active.png) no-repeat top right; /*too small for CC*/
}

#coaching #tab_coaching {
    width: 668px;
    background-color: #ffe400;
    display: inline;
    background: url(/media/images/tab-coaching-active.png) no-repeat top right; /*too small for CC*/
}

#workshops #tab_workshops {
    width: 668px;
    background-color: #8246a2;
    display: inline;
    background: url(/media/images/tab-workshops-active.png) no-repeat top right; /*too small for CC*/
}

#products #tab_products {
    width: 668px;
    background-color: #ff007a;
    display: inline;
    background: url(/media/images/tab-products-active.png) no-repeat top right; /*too small for CC*/
}

#default #tab_default {
    width: 522px;
    background-color: #ff007a;
    display: inline;
    background: url(/media/images/tab-default-active.png) no-repeat top right; /*too small for CC*/
}

#tab_coaching {
    background: url(/media/images/tab-coaching-bkg.png) no-repeat;
}

#tab_workshops {
    background: url(/media/images/tab-workshops-bkg.png) no-repeat;
}

#tab_products {
    background: transparent url(/media/images/tab-products-bkg.png) no-repeat top left;
}

.tab a img {
    position: absolute; /*for jq animate*/
}

#subnav #subnav_title {
    font-weight: bold;
    color: #000;
}

#subnav #subnav_title a {
    font-weight: bold;
}




/* MAIN -------------------------------------------------------------------------------------------------------------------- */

#main {
    position: relative;
    background: url(/media/images/header-shadow.png) no-repeat; /*here as workaround for CCorners see other comments*/
    background-color: #FFF;
    clear: both;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    behavior: url(/media/js/PIE.htc);
}

/*ie has full tab bar over content*/
body.page-parent#default #content, body.page-child#default #content {
    margin-top: -13px;
}

#main-img {
    float: right;
}

#home.home #content {
    padding: 25px 40px 0 40px;
    width: 442px;
    margin-top: 7px;
    /*margin-bottom: -35px;*/
}

#default #content {
    padding: 25px 40px 2px 40px;
    margin-top: -56px;
    width: 442px;
    margin-bottom: -9px; /*FF*/ /*anymore crops on eg media page */
    /*margin-bottom: -54px;*/ /*Webkit*/
}

#content {
    padding: 12px 35px 0 45px; /*dunno why r margin diff to above, above should prb change*/
    margin-bottom: -10px; /*FF*/
    /*margin-bottom: -54px;*/ /*Webkit*/
    width: 442px;
    float: left; /*because floats reinvoke container height prob when using curvy corners*/
}

/*#default #content {
    margin-top: -60px;
}*/

#content ul {
    margin-bottom: 1em;
}

#content li {
    padding-right: -3em;
    padding-left: .25em;
    list-style-position: outside;
    list-style-image: url(/media/images/butterfly-bullet.png);
    margin: 4px auto;
}

#hypnotherapy #content li, #coaching #content li {
    list-style-image: url(/media/images/butterfly-bullet-coaching.png);
    /*background: transparent url(/media/images/butterfly-bullet-coaching.png);*/
}

#workshops #content li {
    list-style-image: url(/media/images/butterfly-bullet-workshops.png);
}

#products #content li {
    list-style-image: url(/media/images/butterfly-bullet-products.png);
}


h3 {
    font: normal 20px/1.1 "Sabon", "Georgia", "Times New Roman", serif;
    color: #000;
    margin-bottom: 0.25em;
    padding-top: 1em;
}

#home h3, #home #quote_box p, #home #quote_box cite {
    color: #00aef3;
}

h3.subtitle {
    font: normal 16px "Sabon italic", "Georgia", "Times New Roman", serif;
    color: #000;
    margin-bottom: 4px;
}

#home h2 {
    font: normal 32px "Sabon", "Georgia", "Times New Roman", serif;
    color: #00aef3;
    margin-bottom: 17px;
    line-height: 1;
}

h2 {
    font-weight: normal;
    color: #00aef3;
    font: 32px "Sabon italic", "Georgia", "Times New Roman", serif;
    margin-left: -5px;
    margin-bottom: 13px;
    margin-top: 8px;
    padding-left: 2px;
}

h3, #quote_box p, #quote_box cite {
    color: #00aef3;
}



#hypnotherapy h2, #coaching h2, #hypnotherapy h3, #coaching h3,
#hypnotherapy #quote_box p, #hypnotherapy #quote_box cite, #coaching #quote_box p, #coaching #quote_box cite
{
    color: #ff8d00;
}

#workshops h2, #workshops h3, #workshops #quote_box p, #workshops #quote_box cite {
    color: #fe008a;
}

#products h2, #products h3, #products #quote_box p, #products #quote_box cite {
    color: #ff007a;
}

h4 {
    /*font-family: "Sabon", "Georgia", "Times New Roman", serif;*/
    font-size: 13px;
    color: #000;
    margin-top: 13px;
    font-weight: bold;
/*    display: inline;
    margin-right: 8px;
    padding: 4px;*/
}

p.primary {
    font-family: "Sabon", "Georgia", "Times New Roman", serif;
    font-size: 16px;
    color: #00aef3;

}

#hypnotherapy p.primary, #coaching p.primary {
    color: #ff4d00;
}


#workshops p.primary {
    color: #8246a2;
}


#products p.primary {
    color: #ff007a;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: bold;
    color: #333;
}

.section {
    margin: 3em 0;
}

#hypnotherapy #cont, #coaching #cont {
    color: #ff8d00;
}

/*19.04.10 new request*/
#content h1 {
    font-size: 48px;
}


/* SIDEBAR -------------------------------------------------------------------------------------------------------------------- */

#sidebar {
    padding: 10px 0 0 50px;
    width: 388px;
    float: right;
    position: relative;
    /*for the good browsers, ie can use below?*/
    min-height: 480px;
}

#home #sidebar {
    margin-top: 30px;
    padding: 45px 20px 0 0;
    width: 398px;
/*    min-height: auto !important;
    height: auto !important;*/
    /*min-height: 400px;*/
}

#home #sidebar object { /*safari being weird*/
    margin: 0;
    padding : 0;
}

/*#sidebar {
    height: 500px;
}*/

/* FOOTER -------------------------------------------------------------------------------------------------------------------- */

/*#footer {
    clear: both;
    width: 960px;
    margin: 68px auto 40px auto;
    padding-left: 80px;
    font-size: 9px;
    color: white;
}*/





/*to avoid top corbers showing with header curves*/
#header_dropShadow .dropShadow {
    max-height: 40px;
    height: 40px; /*for ie sheet?*/

}

/*used to be soc_nets only*/


#contact_box {
    /*overflow: hidden;*/
    width: 300px;
    height: 70px;
    background: url(/media/images/contact-box-bkg.png) no-repeat;
    clear: both;
    margin: 100px 15px 0 0; /*20px already on right for sidebar*/
    float: right;
    padding: 10px;
    font-size: 12px;
}

#home.home #root #contact_box { /*this excludes the odd random page with home id (404 etc), specif needed*/
    /*margin-top: 40px;*/
    /*bottom: 10px;*/
}

#contact_box input {
    padding-left: 8px;
}


#contact_box h4 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
    display: block-inline;
    color: #696969;
}

#signup_box {
    float: left;
    width: 200px;
    margin-right: 5px;
}

#soc_nets {
    float: left;
    width: 95px;
    padding: 0;
}


#soc_nets img {
    margin-left: 0;
    margin-right: 15px;
}

input.signup {
    margin-bottom: 3px;
    width: 175px;
    padding-right: 20px;
    border: 0;
    color: #696969;
    background: url(/media/images/signup-input-bkg.png) no-repeat;
    height: 22px;
    float: left;
}

/*input.signup_submit {
    float: left;
    width: auto;
    margin-left: -22px;
    margin-top: 2px;
}*/

input.signup_submit {
    float: left;
    display: inline;
    width: auto;
    margin-left: -38px;
    margin-top: 2px;
}






/* NEWSTICKER -------------------------------------------------------------------------------------------------------------------- */

#newsflash {
    margin: 20px 35px;
    position: relative;
    clear: both;
    background: url(/media/images/newsflash-bkg.png) no-repeat; /*too small for CC*/
    height: 24px;
    overflow: hidden;
    padding: 0px 8px;
}

#newsflash_content {
    font-size: 9px;
    width: 800px;
    /*vertical-align: 40%;*/ /*sorts alignment in FF - elsewhere?*/
    /*float: right;*/
    color: white;
    height: 20px;

}

#newsflash h4 {
    margin-top: 3px;
    font-weight: normal;
    font-size: 13px;
    color: #352594;
    display: inline;
    float: left;
}

.tickercontainer { /* the outer div with the black border */
    width: 800px;
    height: 16px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 6px;
    top: 7px;
    width: 700px;
    overflow: hidden;
    height: 16px;
}

ul.newsticker { /* that's your list */
    position: relative;
    /*left: -200px;*/
    /*font: bold 10px Verdana;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 10px;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
}

ul.newsticker span {
    margin: 0 10px 0 0;
}

.cleardiv {
    clear: both;
    margin-bottom: -44px;
}

/*#home .polaroid {
    position: absolute;
    display: block;
}

#home #pol2 {
    margin-left: 10px;
    margin-top: -10px;
}

#home #pol1 {
    margin-left: 40px;
    margin-top: 50px;
}

#home #pol0 {
    margin-right: 50px;
    margin-top: 110px;
}*/

div#newsletter_form {
    background-color: #eee;
    padding: 15px;
    margin-top: 40px;
}

/*div #newsletter_form {
    width: 200px;
    float: right;
}

div.entry_content {
    width: 200px;
    float: right;
}*/

/*#newsletter_form table {
margin: 0;
border: 0;
}*/

#newsletter_form table td img {
    margin: auto 20px;
    vertical-align: middle;
}

#newsletter_form table input[type="text"] {
    height: 20px;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 5px;
}

#newsletter_form table td {
    height: 38px;
    vertical-align: middle;
}

#newsletter_form input[type="submit"]{
    float: left;
}

#default #main {
    overflow: auto;
}

.clearfix {
    clear: both;
}

.prevnext, .next {
    margin-right: -36px;
}




/*gallery - ioncreased sped to override plugin css*/

div.album {
    border: none;
}

div.thumbs img {
    margin-left: 0;
    margin-right: 4px;
}

div.prevnext {
    width: 480px;
    margin-top: 1em;
}

/*div.next {
    margin-right: -36px;
}*/

div.next a {
    margin-right: 4px;
}

div.prev a {
    margin-left: 4px;
}

input#s-no-results {
    margin-bottom: 20px;
}

/*#home .polaroid {
    cursor: pointer;
}*/

body.pageid-212 #sidebar {
    display: none;
}

body.pageid-212#default div#content {
    width: 878px;
}

body.pageid-212#default  div#content div.album {
    background-color: #f8f8f8;
    padding: 14px;
    margin-bottom: 30px;
}

/*body.pageid-212#default  div#content div.album img.image{
float: none;
}*/

#products #sidebar {
    display: none;
}

#products div#content {
    width: 878px;
}

.bigcap {
    font-size: 1.5em;
    letter-spacing: -0.1em;
}

.cc-email {
    display: none;
}

/* this is part of a hack to move below photo to above via JS in gallery */
h3#gallery-motto {
    display: none;
}

h3#new-gallery-motto {
    font-family: "Sabon", "Georgia", "Times New Roman", serif;
    margin-bottom: 20px;
    padding-top: 0;
    color: #696969;
}

.press-contact {
    border-top: 1px #696969 solid;
    border-bottom: 1px #696969 solid;
    margin-bottom: 10px;
    padding: 10px 0;
}

.thisonegoesto11 {
    color: #4ed0f8;
    font-weight: bold;
}

#quote_box {
    width: 310px;
    margin: auto;
    padding-bottom: 120px;
    /*margin-bottom: 120px;*/
}

#sig {
    font-family: "Fajardo", sans-serif;
    /*color: #a954b8;*/
    /*color: #581d90;*/
    color: #9050c7;
    font-size: 44px;
    text-align: center;
}

#bb {
    text-align: center;
}




#home #content div.entry-content {
    margin: 0;
}

.cta {
    color: #000;
}


.cta a {
    font-weight: bold;
}


#longtail {
    margin-bottom: 0;
    padding-bottom: 0;
}
#mediaspace {
    margin-bottom: 0;
    padding-bottom: 0;
}

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

#default h4.thisonegoesto11 {
    color: #4ed0f8;
}

#default h5.thisonegoesto11 {
    color: #4ed0f8;
}

/*major quick hack so that contact box fields work as buttons -see also main.js */
.signup {
    cursor: pointer;
    z-index: 10;
}

span.polaroid {
    display: block;
    height: 380px;
    margin-left: 20px;
}




/* Shop ------------------------------------------------------------------- */

#products #shoppingcart div#shoppingcartcontents {
    display: block-inline;
    padding: 6px;
    width: 136px;
    margin-top: 50px;
    background-color: transparent;
    border: 1px solid #ccc;
}

#products #shoppingcart { /*weird dupe bug*/
    display: none;
    position: absolute;
    top: 55px;
    right: 36px;
    z-index: 10; /*arbit level, so links works since overlaid by another div*/
}

#products #content #shoppingcart {
    display: block;
    position: absolute;
    top: 132px;
    right: 45px;
}

#products #shoppingcart h3 {
    margin: 0 0 20px 0px;
    height: auto;
    font-size: 17px;
}

#products #shoppingcart h3 img {
    margin: -2px 5px 0 -3px;
    vertical-align: middle;
}

#products div.producttext {
    width: 224px;
    /*background-color: green;*/
}


#products div.product_grid_item {
    display: block-inline;
    padding: 10px;
    margin: 0 38px 35px 0;
    background: transparent url(/media/images/shop-list-item-bkg.png) no-repeat 0 0;
    /*border: 1px #ccc solid;*/
    float: left;
    width: 182px;
    height: 322px;
    min-height: 322px;
    max-height: 322px;
    position: relative;
}

#products div#content div#products_page_container.wpsc_container.productdisplay div.product_grid_display {
    margin-top: 70px;
    margin-right: 0;
    padding-bottom: 0;
}

#products div.ccwrapper {
    clear: left;
    display: inline;
}

#products .shop-list-cart-icon {
    margin-left: 2px;
    padding: 0;
    border: 0;
}

#products .product_text {
    /*color: #F00;*/
    font-family: "Sabon", "Georgia", "Times New Roman", serif;
    padding-top: 0;
    height: auto;
    min-height: auto;
    clear: both;
    padding-top: 5px;
}

#products .product_text .pricedisplay {
    color: #000;
}

/*Reiki, book in black [?!]*/
/*#products .product_view_3 .product_text,
#products .product_view_8 .product_text,
#products .product_view_9 .product_text,
#products .product_view_10 .product_text {
    color: #000;
}*/

#products .product_image {
    float: left;
}

#products .producttext {
    float: right;
}

.more_info_link, .grid_more_info, .product_form {
    float: left;
}

.more_info_link {
    left: 8px;
}

.more_info_link, .shop-list-cart-icon {
    position: absolute;
    bottom: 8px;
}

.shop-list-cart-icon {
    /*left: 154px;*/ /*right not working?*/
    right: 8px;
}

#products h2.prodtitles {
    font-size: 16px;
}

/*#products div#products_page_container, */
/*#products div.product_grid_display {
    padding-bottom: -40px;
}
*/
#products div#products_page_container {
    top: -40px;
    margin-bottom: -60px;
}

#products #shoppingcart #shoppingcartcontents {
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #999;
}

#products #shoppingcart .numberitems {
    font-weight: bold;
}

#products #shoppingcart .tcol1 {
    background-color: #F9F9F9;
}

#products #shoppingcart .tcol2 {
    background-color: #F9F9F9;
    text-align: right;
}

#products #shoppingcart .tcol3 {
    background-color: #F9F9F9;
}

/*#products #shoppingcart table.shoppingcart th {
    background-color: #EFEFEF;
    vertical-align: center;
    text-align: left;
    padding: 4px;
}*/

#products #shoppingcart table.shoppingcart td {
    padding: 4px;
}

#products #shoppingcart table {
    margin: -8px -6px 6px -6px;
}


.in-cart-icon {
    vertical-align: middle;
    margin-right: 6px;
}

/*#products #shoppingcart .total {
    margin-bottom: 15px;
}*/

#products #shoppingcart .gocheckout {
    margin: 5px 0;
}



/*Checkout*/

#products.wpsc-shopping-cart div#shoppingcart {
    visibility: hidden;
    display: none;
    background-color: #ff0;
}

#products.wpsc-shopping-cart #content {
    padding-bottom: 10px; /*for webkit*/
}

#products.wpsc-shopping-cart .productcart td {
    padding: 10px;
}

#wpsc_shopping_cart_container, .wpsc_checkout_forms {
    margin-top: 60px;
}

#products.wpsc-shopping-cart .wpsc_checkout_forms td {
    padding: 7px;
    vertical-align: top;
}

#products #shoppingcart .total { /*dunno why was block and this needed, but was*/
    display: inline;
}


.wpsc-single-product  .productdisplay { /* it's needed, but why */
    margin-top: 124px;
}

.wpsc-single-product  .producttext { /* it's needed, but why */
    padding-left: 30px;
}


/* FORMS -------------------------------------------------------------------*/

.captcha_image {
    margin-bottom: -5px;
}

.captcha_input {
    width: 60px;
}
