

/*
Title:                     Imaginis
Front-End Development:     drew@alibiproductions.com
Copyright:                 2010, Imaginis.  All rights resevered (please don't re-use without permission).
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */
body {  background:#fff; text-align:center;  font:12px/25px "Arial", Helvetica, sans-serif;  color:#444344; }

blockquote {
    margin-left:10px;
    margin-right:10px;
}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#590381; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#949493; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{
    clear:both;
    height:.01em;
    overflow:hidden;
}


img.img-left {
    float:left;
    margin:4px 10px 10px 0;
}

img.img-right {
    float:right;
    margin:5px 0 10px 10px;
}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
    width:984px;
    background:url(https://imaginis.com/img/themed/imaginis/bkgd.gif) no-repeat;
    margin:0 auto;
    text-align:left;
}

#header {background:url(https://imaginis.com/img/themed/imaginis/header.gif) no-repeat; height:81px;}

#nav-bkgd { height:81px;}


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
    background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif") no-repeat;
    width:639px;
    height:81px;
    margin:0;
    padding:0;
    float:left;
    position:relative;
    z-index:300;
}

#nav li {margin-top:27px;}
#nav span { display: none; }

#nav li, #nav a { height:42px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 63px; margin-left: 8px;}
#nav-02 { width: 119px;}
#nav-03 { width: 162px;}
#nav-04 { width: 70px;}
#nav-05 { width: 116px;}
#nav-06 { width: 101px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif")  -8px -108px no-repeat; }
#nav-02 a:hover { background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif") -71px -108px no-repeat; }
#nav-03 a:hover { background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif") -190px -108px no-repeat; }
#nav-04 a:hover { background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif") -352px -108px no-repeat; }
#nav-05 a:hover { background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif") -422px -108px no-repeat; }
#nav-06 a:hover { background:url("https://imaginis.com/img/themed/imaginis/tp-nav.gif") -538px -108px no-repeat; }


/*-------------- OPTIONAL (unused) - Keeps the hover state on each page based on body #id ------------- 
body#SPECIFY #nav-01 { background:url("../images/nav.gif")  -8px -42px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.gif") -71px -42px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.gif") -190px -42px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.gif") -352px -42px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.gif") -422px -42px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.gif") -538px -42px no-repeat; }
*/

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
    position:absolute;
    left:-9999px;
    z-index: 100;
    padding-right:1px; /* Fixes one px spacing for border-right in FF */
    margin-left:10px;
    background:url("https://imaginis.com/img/themed/imaginis/dropdwn-bkgd.png") no-repeat;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}

#nav li ul ul {
    margin: -28px 0 0 262px;
}

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -9999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
    left: auto; background-position: 0 0;
}


#nav li ul li {
    height:28px; 				/* Height of each drop down nav item */
    border-bottom:1px solid #a4cde5;
    margin-top:0;
}

#nav li ul li a {
    width:100%;
    height:28px;				/* Height of each drop down nav item, should match above */
    line-height:20px;			/* Height of each drop down nav item again, should match above */
}

#nav li ul li a span {
    display:block;
    padding:7px 0 0 13px;
}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
    font-size:1.0em;
    color:#27709c;
    text-decoration:none;
}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto;  background-position: 0 0; z-index: 1;}

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover {
    background:url("https://imaginis.com/img/themed/imaginis/dropdwn-bkgd-over.png") no-repeat;
    text-decoration:none;
    cursor:pointer;
}

#nav ul li.more {
    background:url("https://imaginis.com/img/themed/imaginis/dropdwn-bkgd-over-active.png") no-repeat;
    text-decoration:none;
    cursor:pointer;
}


/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:262px; }
#nav-03 ul, #nav-03 li { width:262px; }
#nav-04 ul, #nav-04 li { width:262px; }
#nav-05 ul, #nav-05 li { width:262px; }
#nav-06 ul, #nav-06 li { width:262px; }


#features {background:url(https://imaginis.com/img/themed/imaginis/nav-right.gif) no-repeat; height:81px; width:345px; float:left;}

#text-resize, #share{float:left; color:#fff; font-weight:bold; font-size:13px;}

#text-resize {padding:38px 0 0 56px; float: right; padding-right: 10px;}
#share {padding:38px 30px 0 36px; background:url(https://imaginis.com/img/themed/imaginis/icon-share.gif) 100% 38px no-repeat;display:block; height:30px;}
#share a, #text-resize a { color: #FFFFFF; text-decoration: none;}

#masthead { height:91px; border-bottom:1px solid #ccc; margin:0 0 15px 0;}
#masthead div#social-icons { float: right; margin-top: 10px; }
#masthead div#social-icons img { padding-right: 5px; }

#logo {width:250px; float:left; }
#logo h1 {background:url(https://imaginis.com/img/themed/imaginis/logo.gif) no-repeat; height:80px; width:226px; } /*width:226px;*/
#logo h1 a {width:250px; height:80px; display:block; }

#search { background:url(https://imaginis.com/img/themed/imaginis/search-bkgd.gif) no-repeat; height:80px; width:427px; float:left;}
.searchform {padding:39px 0 0 88px;}
.search-box { margin:0 2px 0 0; width:262px; height:22px; border:1px solid #dadada; padding:6px 5px 0 5px;}
input {vertical-align:middle; }
input.btn { background:url(https://imaginis.com/img/themed/imaginis/bnt-search.gif) no-repeat; height:31px; width:31px; border:none;cursor:pointer;}
#search div.cse-branding-logo, #search div.cse-branding-text { position: relative; left: 86px; }


#tagline { width:307px; float:left;}
#tagline h2 {background:url(https://imaginis.com/img/themed/imaginis/img-helath-resource.gif) no-repeat; height:55px; width:307px; }
#tagline p {background:url(https://imaginis.com/img/themed/imaginis/img-helath-resource.gif) no-repeat; height:55px; width:307px; }
#tagline span {display:none; }

/* ----- sidebar ----- */

#sidebar { width:188px; float:left; }

#nav-side {margin:0;}
#nav-side li { line-height:24px; }
#nav-side li.first {padding:20px 0 0 0;}
#nav-side li.last em {border:none;}
#nav-side li, #nav-side a { display:block; height:33px;}
#nav-side li span {padding:15px 0 0 10px; }
#nav-side li em {width:158px; border-bottom:2px dotted #ccc; display:block; font-style:normal; line-height:22px;}/* changed */

#nav-side a {color:#266f9b;}
#nav-side a:hover {color:#6f05a0; text-decoration:none; background:url(https://imaginis.com/img/themed/imaginis/nav-side-over.png) no-repeat; cursor:pointer;} /* changed */

#newsletter {background:url(https://imaginis.com/img/themed/imaginis/hdr-newsletter.gif) no-repeat; height:185px; margin:70px 0 30px 8px;} /* changed */
#newsletter span {display:none; }
#newsletter p { padding-top: 25px; color: #858485;}
#newsletter div.error-message { color: red; font-size: 11px; padding-left: 7px;}

#newsletter .search-box { margin:35px 2px 0 0; width:150px; height:18px; border:1px solid #dadada; padding:6px 5px 0 5px; color:#858485; font-size:10px;}
#newsletter input {vertical-align:middle; }
#newsletter input.btn { background:url(https://imaginis.com/img/themed/imaginis/btn-newsletter.gif) no-repeat; height:20px; width:81px; border:none;cursor:pointer; margin:10px 0 0 80px; color:#fff;} /* changed */


/* ----- column-main ----- */

#main { width:796px; float:left; }






#banner {height:264px; position: relative;}

#banner .tab-nav { float:right; background:url(https://imaginis.com/img/themed/imaginis/top-tabs.gif) no-repeat; width:485px; height:27px;text-align:center;font-family:"Times New Roman", Times, serif;font-variant: small-caps; letter-spacing:1px; font-size:14px; font-weight:bold;}
#banner .tab-nav li, #banner .tab-nav a { height:27px; display:block; color:#aaa; }
#banner .tab-nav li {float:left; list-style:none; _display:inline;}

#welcome { width: 161px; margin-right: 1px;}
#spotlight { width: 161px; margin-right: 1px;}
#new { width: 161px;}

#welcome a#current { background:url(https://imaginis.com/img/themed/imaginis/top-tabs.gif)  0px -27px no-repeat; color:#fff;}
#spotlight a#current { background:url(https://imaginis.com/img/themed/imaginis/top-tabs.gif)  -162px -27px no-repeat; color:#fff;}
#new a#current { background:url(https://imaginis.com/img/themed/imaginis/top-tabs.gif)  -324px -27px no-repeat; color:#fff;}

#banner .tab-nav li a {text-decoration:none;}
#banner .tab-nav li a:hover {color:#114c6f;}


.ban-img {height:237px; width: 796px; position: absolute; top: 27px; left: 0; z-index: -2;}
.ban-img.front { z-index: 1; }
.ban-img.next { z-index: -1; }
#banner .welcome { background:url(https://imaginis.com/img/themed/imaginis/banner-welcome.jpg) no-repeat;}
#banner .welcome h3 {font-family:"Times New Roman", Times, serif; color:#114c6f; font-size:25px; font-weight:normal; padding:39px 0 5px 396px;}
#banner .welcome p {padding:0 71px 0 396px;}

#banner .spotlight { background:url(https://imaginis.com/img/themed/imaginis/banner-spotlight.jpg) no-repeat;}
#banner .spotlight h3 {font-family:"Times New Roman", Times, serif; color:#114c6f; font-size:25px; font-weight:normal; padding:31px 0 5px 245px;}
#banner .spotlight p {padding:0 53px 0 245px; line-height:20px;}
#banner .spotlight a {color:#00b9fb; }

#banner .new { background:url(https://imaginis.com/img/themed/imaginis/banner-whats-new.jpg) no-repeat;}
#banner .new h3 {font-family:"Times New Roman", Times, serif; color:#2a78a7; font-size:25px; font-weight:normal; padding:40px 0 5px 320px;}
#banner .new ul {padding:0 60px 0 319px; line-height:20px;}
#banner .new li {background:transparent url("https://imaginis.com/img/themed/imaginis/bullet-whats-new.png") 0px 5px no-repeat; padding:0 23px 10px 25px;}
#banner .new a {color:#3b4316; text-decoration:underline; }








/* ----- sidebar ----- */

.title-bar {background:url(https://imaginis.com/img/themed/imaginis/hdr-sub-spacer.gif) repeat-y; }
.title-bar h1 {background:url(https://imaginis.com/img/themed/imaginis/hdr-sub-tp.gif)  top left no-repeat; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal; font-variant: small-caps; letter-spacing:1px; line-height:20px; padding:5px 0 0 15px;}
.title-bar-bt {background:url(https://imaginis.com/img/themed/imaginis/hdr-sub-bt.gif) no-repeat; height:7px; }


/* ----- left-main ----- */

#left-main { width:482px; float:left; }

#left-main .sub-title { background:url(https://imaginis.com/img/themed/imaginis/int-sub-hdr-spacer.gif) repeat-y;}
#left-main .sub-title h2 {background:url(https://imaginis.com/img/themed/imaginis/int-sub-hdr-tp.gif) top left no-repeat; color:#fff; padding:5px 15px 0 15px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:normal; font-variant: small-caps; letter-spacing:1px; line-height:20px;}
#left-main .sub-title-bt {background:url(https://imaginis.com/img/themed/imaginis/int-sub-hdr-bt.gif) no-repeat; height:7px; margin-bottom:8px;}

#left-main p, #left-main div#articleMainLeft { margin:0 14px 20px 14px;}

.highlight {
    background-color:#266F9B;
    color:white;
    font-weight:bold;
    padding:1px 4px;
}

.article { background-color:#dceaf3; margin:14px 0 10px 0; padding:10px 0 10px 10px;}
div#left-main .article ul { float: left; width: 233px; }
div#left-main .article ul li {background:transparent url("https://imaginis.com/img/themed/imaginis/bullet-article.gif") 0px 5px no-repeat;
    padding:0 0 5px 17px;
    float:left;
    width:216px;
    line-height:20px;
    margin-left: 0;
}

.article li a {color:#0e4d74; text-decoration:underline; }

div#left-main ul li {
    background:transparent url("https://imaginis.com/img/themed/imaginis/bullet-article.gif") 0px 5px no-repeat;
    padding:0 0 5px 17px;
    margin-left: 15px;
/*   float:left;*/
/*   width:216px;*/
    line-height:20px; }

/* #left-main h3 {background:url(https://imaginis.com/img/themed/imaginis/hdr-resource-center.gif) no-repeat; height:74px; color:#fff; padding:21px 0 0 58px; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal; font-variant: small-caps; letter-spacing:1px;} */
#left-main .res-center {background:url(https://imaginis.com/img/themed/imaginis/hdr-resource-center.gif) no-repeat; height:74px; }
#left-main .res-center h3 {color:#fff; background:none; padding:21px 0 0 58px; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal; font-variant: small-caps; letter-spacing:1px;}


.resource { background:url(https://imaginis.com/img/themed/imaginis/resource-tp-dots.png) no-repeat; padding:20px 0; margin-top:20px; clear: left;}
.resource.first {background:none; padding:0 0 20px; margin-top:0px;}


.resource h4 {float:right; width:350px; margin:0; padding:0; font-size:16px; font-weight:bold; line-height:20px;}
.resource.nophoto h4 { width: 475px; }
.resource h4 a {color:#2873a0;}

#left-main .resource p, #left-main .resource ul {margin:0 0 0 131px;}
#left-main .resource img {float:left; margin:5px 0 10px 4px; border:1px solid #d4d4d4;}
#left-main .resource.nophoto p, #left-main .resource.nophoto ul { margin:0 0 0 7px; }

#left-main .resource li {display:inline; background: none;}

#left-main .resource li, #left-main .resource a {}
#left-main .resource li.left {float:left;}
#left-main .resource li img {border:none; margin:3px 0 0 0;}
#left-main .resource li.left a {text-decoration:underline;}

#left-main .resource li.right {float:right; text-align:right;}
#left-main .resource li.right a.more {background:url(https://imaginis.com/img/themed/imaginis/icon-read-more.gif) 100% 0 no-repeat; padding-right:30px;display:block; height:25px;}

#left-main .resource ul.cat { margin-bottom: 5px; }
.cat a:hover {background:none;}

.bookstore-left .paginate, #left-main .paginate {float:right; padding: 0 14px 18px 0;}
.bookstore-left .paginate li, #left-main .paginate li { border:0; margin:0; padding:0; font-size:11px; list-style:none; background: none; /* savers */ float:left; }
.bookstore-left .paginate a, #left-main .paginate a  { border:solid 1px #27719f; margin-right:2px; }
.bookstore-left .paginate .previous-off, 
.bookstore-left .paginate .next-off,
#left-main .paginate .previous-off, 
#left-main .paginate .next-off { color:#888888; display:block; float:left; font-weight:bold; margin-right:4px; padding:0 4px; }
.bookstore-left .paginate .next a, 
.bookstore-left .paginate .previous,
#left-main .paginate .next a, 
#left-main .paginate .previous a { font-weight:bold; border:none;}
.bookstore-left .paginate .next a:hover,
.bookstore-left .paginate .previous a:hover,
#left-main .paginate .next a:hover, 
#left-main .paginate .previous a:hover {border:none;}
.bookstore-left .paginate span.current,
#left-main .paginate .active { background:#27719f; color:#fff; font-weight:bold; display:block; float:left; padding:1px 6px; /* savers */ margin-right:2px; }
.bookstore-left .paginate a:link,
#left-main .paginate a:link, 
.paginate a:visited   { color:#27719F; display:block; float:left; padding:0 6px; text-decoration:none; }
.bookstore-left .paginate a:hover,
#left-main .paginate a:hover { border:solid 1px #590381; }

/* ----- right-main ----- */

#right-main { width:314px; float:left; }

#right-main .gutter {margin:0 0 0 13px;}
#right-main .doctor { background:url(https://imaginis.com/img/themed/imaginis/hdr-you-doctor.gif) no-repeat; height:34px; margin:17px 0 15px 0;}
#right-main .healthy { background:url(https://imaginis.com/img/themed/imaginis/hdr-healthy-living.gif) no-repeat; height:34px; margin:0 0 15px 0;}
#right-main h3 { padding:5px 0 0 10px; color:#18587e; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:normal; font-variant: small-caps; letter-spacing:1px;}

#right-main ul.sidebar-links { list-style:none outside none; padding-bottom:15px; }
#right-main ul.sidebar-links li {
    background:url("https://imaginis.com/img/themed/imaginis/bullet-whats-new.png") no-repeat scroll 0 5px transparent;
    line-height:23px;
    padding:0 0 5px 17px;
    margin-left: 2px;
}

#right-main h4 {margin:0 0 8px 0; color:#184f9c; font-style:italic; font-weight:normal; line-height:14px; }

#right-main .other-resources {margin:60px 0 30px 0;}

#right-main p.right {float:right; text-align:right;}
#right-main p.right a.more {background:url(https://imaginis.com/img/themed/imaginis/icon-read-more-blue.gif) 100% 0 no-repeat; padding-right:30px;display:block; height:25px;}

#right-main a {color:#1f6590;}


/* body#sub #right-main h3 { background:#27719f; padding:5px 15px; margin:10px 0 5px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:normal; font-variant: small-caps; letter-spacing:1px; line-height:18px;} */
body#sub #right-main .sidebar-title { background:url(https://imaginis.com/img/themed/imaginis/sidebar-hd-spacer.gif) repeat-y;}
body#sub #right-main .sidebar-title h3 {background:url(https://imaginis.com/img/themed/imaginis/sidebar-hd-tp.gif) top left no-repeat; padding:6px 15px 0 15px; margin-top:10px; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:normal; font-variant: small-caps; letter-spacing:1px; line-height:18px;}
body#sub #right-main .sidebar-title-bt {background:url(https://imaginis.com/img/themed/imaginis/sidebar-hd-bt.gif) no-repeat; height:7pdx; margin-bottom:5px;}


body#sub #right-main .advert {margin:14px 0 20px 0;}

#right-main .sharing {margin:7px 0 51px 17px;}
#right-main .sharing li {float:left;}
#right-main .sharing li.sh-print strong {font-weight:normal;}
#right-main .sharing li.sh-print {background:transparent url("https://imaginis.com/img/themed/imaginis/icon-print.gif") 0px 0px no-repeat; padding:0 12px 5px 22px;}
#right-main .sharing li.sh-discuss {background:transparent url("https://imaginis.com/img/themed/imaginis/icon-discuss.gif") 0px 1px no-repeat; padding:0 12px 5px 32px;}
#right-main .sharing li.sh-email {background:transparent url("https://imaginis.com/img/themed/imaginis/icon-email.gif") 0px 1px no-repeat; padding:0 12px 5px 30px;}
#right-main .sharing li.sh-email a.addthis_button_email span {display: none;}
#right-main .sharing li.sh-share {background:transparent url("https://imaginis.com/img/themed/imaginis/icon-share-tp.gif") 0px -1px no-repeat; padding:0 2px 5px 32px;}
#right-main .sharing li a {color:#000; }

#right-main .sharing li, #right-main .sharing a { height:21px;}
#right-main .sharing li strong {padding:0 0 0 0; }

#left-main .addthis_toolbox.addthis_pill_combo {
    clear: both;
}
#left-main .addthis_toolbox.addthis_pill_combo a {
    float: left;
}
#left-main .addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
#left-main .addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}

/* ----- bottom-wrap ----- */

#bottom-wrap { border-bottom:15px solid #1f6590; height:30px; clear:both; width:100%; /* fix for Safar */ }


/* footer
 * ------------------------------------------------------------------------- */

#footer { width:984px; margin:0 auto; text-align:left; }

#footer p { color:#949493; margin-bottom:10px; line-height:16px; }

#footer a:link, #footer a:visited { color:#2a2a2a; text-decoration:none; }
#footer a:hover, #footer a:active { color:#949493; }

#footer ul {margin:10px 0 15px 0; float:left;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
    padding:0 7px 0 9px;
    display: inline;
    border-left: 1px solid #2a2a2a;
}

#footer li.first { border: none; padding-left:0px;}

#footer p span {float:right; margin-top:15px;}

div#main div#sitemap ul {
    padding-left: 20px;
}
div#main form div.input label {
    margin-top:-5px;
}
div#main form div.input.required label {
    font-weight: bold;
}
div#main form div.input.checkbox {
    padding-left: 11px;
}
div#main form div.input.radio {
    padding-left:10px;
}
div#main form div.input.checkbox label {
    margin-top: -9px;
    width: 450px;
}
div#main form div.input.radio label {
    margin-top:-9px;
    text-align:left;
    width:395px;
}
div#main form div.input.radio fieldset legend {
    display: block;
    padding-bottom: 5px;
}
div#main form div.input.radio input {
    margin-left: 50px;
}
div#main form div.input.textarea {
    padding: 10px;
}
div#main form div.input.textarea label {
    width: auto;
    text-align: left;
}
div#main form div.input.textarea textarea {
    margin-left: 50px;
}
div#recaptcha_widget_div {
    margin-left: 56px;
    clear: left;
}


/* bookstore
 * ------------------------------------------------------------------------- */

.bookstore-left {
    float: left;
    width: 481px;
    padding: 0px 20px;
}

.bookstore-right {
    float: left;
    width: 260px;
    text-align: left;
}

.bookstore-right img {
    width: 260px;
    margin-bottom: 15px;
}

.bookstore-left .title-bar {
/*    margin-bottom: 15px;
    height: 28px;*/
}

.bookstore-left div.browse label {
    display: inline-block;
    color: #266F9B;
    padding: 0 3px 0 12px;
}

.bookstore-left div.browse a,
.bookstore-left div.browse span {
    padding: 1px 3px;
    text-decoration: none;
}
.bookstore-left div.browse span {
    color: #CCC;
}
.bookstore-left div.browse span.current {
    background-color: #266F9B;
    color: white;
    border-radius: 7px;
}

.bookstore-left div.browse a:hover {
    background-color: #590381;
    color: white;    
    border-radius: 7px;
}

.bookstore-left p {
    margin-top: 15px;
}

.bookstore-left ul {
    margin-top: 12px;
}

.bookstore-left ul li {
   background:transparent url("https://imaginis.com/img/themed/imaginis/bullet-article.gif") 0px 5px no-repeat;
   padding:0 0 5px 17px;
   	margin-left: 15px;
/*   float:left;*/
/*   width:216px;*/
   line-height:20px; }

.bookstore-right .healthy { background:url(https://imaginis.com/img/themed/imaginis/hdr-healthy-living.gif) no-repeat; height:34px; margin:0 0 15px 0;}
.bookstore-right h3 { padding:5px 0 0 10px; color:#18587e; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:normal; font-variant: small-caps; letter-spacing:1px;}

.bookstore-right ul.sidebar-links { list-style:none outside none; padding-bottom:15px; }
.bookstore-right ul.sidebar-links li {
    background:url("https://imaginis.com/img/themed/imaginis/bullet-whats-new.png") no-repeat scroll 0 5px transparent;
    line-height:23px;
    padding:0 0 5px 17px;
    margin-left: 15px;
}

.bookstore-left .top-space {
    margin-top: 15px;
}

.bookstore-left .browse {
    margin-top: 15px;
}

.bookstore-left .description {
    margin: 15px 8px;
}

/* Google Search Results */
body.google-results #wrap {
    background: none;
}

/* Quick Picks */

.bookstore-left .quick-picks li {
    display: inline;
    list-style: none;
    background: none;
}

#b-wrap { width: 728px; margin: 0 auto; text-align: center; }
