
/* base.css - Copyright (c) 2002-2012 Open2b Software Snc. */

body { font: 12px arial, helvetica, clean, sans-serif; }

select, input, button, textarea { font: 100% arial, helvetica, sans-serif; }

select, input[type='text'], input[type='password'], textarea { margin: 0; }

body, form { margin: 0; padding: 0; }

h1 { font-size: 20px; line-height: 1em; margin: 0 0 15px 0; }
h2 { font-size: 16px; line-height: 1em; margin: .8em 0; }
h3 { font-size: 13px; line-height: 1em; margin: 1em 0; }
p  { line-height: 1.5em; margin: .8em 0; }
ul { line-height: 1.4em; }
li { padding: 2px 0; }

a, object { outline: none; }

/* forms */

form { display: inline; }

fieldset { border: 1px solid #ccc; padding-left: 1em; padding-right: 1em; }
legend   { color: black; *margin-left: -7px; }

/* tables */

table { border-collapse: collapse; border-spacing: 0;  }
  /* 'border-spacing: 0' doesn't put space between cells ( with 'border-collapse: collapse' ).
     Since it isn't supported by IE it is better set to 0. */
td    { text-align: left; vertical-align: top; }
th    { font-weight: normal; text-align: left; vertical-align: top; }

q:before, q:after { content: ''; }

img   { border: 0; }
a img { vertical-align: text-bottom; }
  /* 'vertical-align: text-bottom' removes the space under an image with a link */

hr { border: 0; height: 1px; margin: 10px 0; padding: 0; }

/*** Layout ***/

body { min-width: 800px; text-align: center; }
    /* it centers the content in IE6 */

body.dialog { background: white; min-width: inherit; padding: 5px; text-align: left; }

#page { margin: 0 auto; overflow: hidden; padding: 0; position: relative; text-align: left; width: 990px; }

.page-large #left  { position: absolute; left: -4000px; }

#middle         { clear: both; overflow: hidden; zoom: 1; }
#middle-content { overflow: hidden; zoom: 1; }
#center-content { overflow: hidden; }

/* 'overflow: hidden' is required by IE6 to ensure that the content doesn't make the column too wide.
   'display: inline' is required by IE6 to prevent that the margin on the same side of the float is not doubled */

#left, #design-center, #right { display: inline; float: left; overflow: hidden; }

#left          { width: 180px; }
#design-center { min-height: 1px; padding: 5px; width: 630px; }
#right         { width: 180px; }

#logo   { font-size: 20px; overflow: hidden; }
#logo a { text-decoration: none; }

#footer { clear: both; padding: 2em; }

.column    { font-size: 11px; padding: 5px; }
.column h3 { margin: 1px 0 10px 0; }

span.design-image-align-left   { float: left; margin: 0 1em 1em 0; }
span.design-image-align-center { display: block; margin-bottom: 1em; text-align: center; }
span.design-image-align-right  { float: right; margin: 0 0 1em 1em; }

/*** Menus ***/

.menu ul, .menu ol { line-height: normal; list-style: none; margin: 0; overflow: hidden; padding: 0; zoom: 1; }
.menu li           { margin: 0; }
.menu a            { text-decoration: none; }

.vertical .menu li         { padding: 3px 0; }
.vertical .menu a          { border: 0; display: block; zoom: 1; }
  /* 'border: 0' makes the entire row clickable in IE8b2 */
.vertical .menu li li      { margin-left: 8px; padding-left: 8px; }
.vertical .menu li li.last { border-bottom: none; }

.horizontal .menu h2 { display: none; }
.horizontal .menu li { display: inline; float: left; padding: 0 8px; }
    /* padding-top and padding-bottom must have the same values of the <a> element inside */
.horizontal .menu a  { display: inline; padding: 0; }

/*** Banners ***/

.vertical   .banner          { margin-bottom: 5px; text-align: center; }
.horizontal .banners         { overflow: hidden; vertical-align: center; }
.horizontal .banners .banner { float: left; margin: 0 5px 5px 0; }

/*** Breadcrumbs ***/

.breadcrumbs      { margin-bottom: 5px; overflow: hidden; }
.breadcrumbs ul   { list-style-type: none; margin: 0; overflow: hidden; padding: 0; zoom: 1; }
.breadcrumbs li   { background: url('images/breadcrumbs.gif') scroll no-repeat left center; display: inline; float: left; font-size: 11px; margin: 0 0 0 -10px; padding: 0 20px 0 10px; zoom: 1; }
.breadcrumbs li a { text-decoration: none; }


/*** Checks and Radios ***/

fieldset.check-radio         { border: 0; margin: 0; padding: 0; }
fieldset.check-radio label,
label.check-radio            { display: block; line-height: 20px; margin: 0; padding: 0 0 0 20px; width: auto; }
fieldset.check-radio span,
label.check-radio span       { color: #666; display: block; line-height: 1.4em; }
fieldset.check-radio input,
label.check-radio input      { clear: left; float: left; margin-left: -20px;  }

*+html > body fieldset.check-radio input,
*+html > body label.check-radio input     { margin-right: 3px; } /* only IE7 */


/*** Form section ***/

#design-center fieldset.form-section                      { margin-bottom: 8px; }
#design-center fieldset.form-section div                  { margin: 8px 0; overflow: hidden; zoom: 1; }
#design-center fieldset.form-section div label            { float: left; width: 10em; }
#design-center fieldset.form-section div div              { margin: 0; }
#design-center fieldset.form-section input                { max-width: 23em; }
#design-center fieldset.form-section input + input,
#design-center fieldset.form-section input + span + input { margin-top: .3em; }

#design-center .button  { margin: 20px 0; overflow: hidden; text-align: center; }
#design-center .buttons { margin: 20px 0; overflow: hidden; }


/*** design-grid ***/

ol.design-grid                          { list-style-type: none; margin: 0; overflow: hidden; padding: 0; zoom: 1; }
ol.design-grid li                       { border: none; float: left; margin: 0; padding: 0; }
ol.design-grid li.design-grid-1-columns { width: 100%; }
ol.design-grid li.design-grid-2-columns { width: 49.9001%; }
ol.design-grid li.design-grid-3-columns { width: 33.2%; }
ol.design-grid li.design-grid,
ol.design-grid li.design-grid-4-columns { width: 24.8138%; }
ol.design-grid li.design-grid-5-columns { width: 19.8412%; }
ol.design-grid li.design-grid-6-columns { width: 16.5009%; }
ol.design-grid li .item-content         { margin: 2px; overflow: hidden; padding: 5px; }

.column ol.design-grid li { width: 100% !important; }

/*** Sort and Paging ***/

.sort                          { font-size: .85em; margin-bottom: 5px; padding: 2px; text-align: right; }
.paging                        { font-size: .85em; margin-top: 5px; padding: 5px; text-align: center; }
.paging a, .paging b           { margin: 0 1px; padding: 5px; }
.paging a                      { text-decoration: none; }
.paging a:hover                { border-width: 0 1px; margin: 0; }
.paging b                      { font-weight: bold; }
.column .sort, .column .paging { display: none; }

/*** Login ***/

.page-login,
.page-remember-password { margin: 0 auto; width: 450px; }

.page-login .login-email                    { margin-bottom: 10px; overflow: hidden; }
.page-login .login-email div                { margin-left: 35px; padding-bottom: 2px; }
.page-login .login-email input#design-email { margin-bottom: -2px; margin-left: 5px; width: 22em; }

.page-login .login-password                  { margin-bottom: 10px; }
.page-login .login-password fieldset         { margin-left: 30px; }
.page-login .login-password div              { margin-top: 10px; overflow: hidden; }
.page-login .login-password div label        { float: left; white-space: nowrap; }
.page-login .login-password #design-password { clear: none; margin-left: 10px; margin-top: 0; width: 10em; }

/*** Boxes ***/

.column .box { margin-bottom: 1em; }

.column .menu { font-size: 12px; }

#login-box .login-box-email,
#login-box .login-box-password      { margin: 0.3em 0; overflow: hidden; zoom: 1; }
#login-box .login-box-button        { margin: 10px; }
#login-box label                    { float: left; width: 60px; }
#login-box input#login-box-email,
#login-box input#login-box-password { float: left; width: 110px; }

#login-box .login-box-forgot-password,
#login-box .login-box-sign-up,
#login-box .login-box-change-address   { margin: 8px 0; }

#locale-box                         { position: absolute; top: 10px; right: 0; font-size: 11px; overflow: hidden; zoom: 1; }
#locale-box .locale-box-language    { float: left; margin-bottom: 5px; }
#locale-box .locale-box-language ul { float: left; list-style-type: none; margin: 0; overflow: hidden; padding: 0; zoom: 1; }
#locale-box .locale-box-language li { display: inline; float: left; margin: 0; padding: 0 2px 0 0.5em; }
#locale-box .locale-box-currency    { float: right; *float: none; }

#search-box .search-box-keywords { margin: 0.3em 0; }
#search-box .search-box-button   { margin: 10px; }

.share-this               { height: 16px; min-height: 16px; }
.share-this .icon a       { background: url('images/share-this.gif') no-repeat left center; display: block; float: left; height: 16px; margin-right: 5px; min-height: 16px; text-decoration: none; width: 50px; }
.share-this .icon a:hover { text-decoration: none; }
.print-this .icon a       { background: url('images/print-this.gif') no-repeat left center; display: block; float: left; height: 16px; margin-right: 5px; min-height: 16px; text-decoration: none; width: 18px; }

/*** Share ***/

.share-image  { float: right; margin: 3px; padding: 10px 50px; }

.share-with-social            { float: left; overflow: hidden; }
.share-with-social ul         { list-style: none; margin: 0; text-decoration: none; }
.share-with-social li         { line-height: 30px; padding: 0 6px; }
    /* padding-top and padding-bottom must have the same values of the <a> element inside */
.share-with-social li a       { display: inline; font-size: 120%; padding: 2px 0 2px 20px; text-decoration: none; }

span.design-share-facebook  a { background: url('images/social/facebook.png') no-repeat;  }
span.design-share-twitter   a { background: url('images/social/twitter.png') no-repeat; }
span.design-share-myspace   a { background: url('images/social/myspace.png') no-repeat; }
span.design-share-delicious a { background: url('images/social/delicious.png') no-repeat; }

.share-with-email     { clear: both; overflow: hidden; }
.share-sender         { margin-bottom: 15px; }
.share-sender-content { margin-left: 20px; }
.share-sender dt      { float: left; margin-bottom: 4px; width: 70px; vertical-align: middle; }
.share-sender dd      { margin-bottom: 4px; margin-left: 70px; }
.share-sender input   { width: 200px; }

.share-sign-up-to-send     { text-align: center; }
.share-recipients          { margin-bottom: 15px; }
.share-recipients-content  { margin-left: 20px; }
.share-recipients textarea { height: 40px; width: 458px; }
.share-recipients label    { color: #666666; display: block; font-size: 90%; margin-top: 3px; }

.share-message-content  { margin-left: 20px; }
.share-message textarea { height: 80px; width: 458px; }

/*** Callme ***/

#design-if-callme { display: none; }
#design-callme    { text-align: center; }
#design-callme a  { margin-bottom: 5px; }

/*** Captcha ***/

.captcha { margin-bottom: 40px; text-align: center; }
#recaptcha_area, #recaptcha_area > table { margin: auto !important; }
.captcha > p    { padding-top: 10px; }
.captcha > p em { font-style: normal; font-weight: bold; }


/*** Terms ***/

label.accept-terms                  { padding: 5px; padding-left: 25px; }
label.design-highlight-accept-terms { background-color: #FFF1A8; }

/*** Note, Messages and Errors ***/

div.design-status-alert        { margin: 5px 0 10px 0; padding: 0.5em 2em; text-align: center; }
div.design-status-alert   span { background: #FFF1A8; color: #333333; display: block; font-weight: bold; padding: 0.5em 2em; -moz-border-radius: 8px; -webkit-border-radius: 8px; }

div.design-status-confirm      { margin: 5px 0 10px 0; padding: 0.5em 2em; text-align: center; }
div.design-status-confirm span { background: #8DC000; color: #FFFFFF; display: block; font-weight: bold; padding: 0.5em 2em; -moz-border-radius: 8px; -webkit-border-radius: 8px; }

div.design-error span { color: red; font-size: 11px; }

span.design-required { color: red; font-size: 11px; padding: 0 3px; }

.note { text-align: center; font-size: 11px; }
