
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
}

html {
    background: #217eb9 url(/images/theme-cardcycle/bg-clouds.jpg) repeat-x center top;
}

body {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    padding-bottom: 7px;
    font-weight: bold;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    color: #0473c1;
    background: url(/images/theme-cardcycle/hr-green-wave.png) no-repeat left bottom;
}

h1 { font-size: 175%; margin: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

legend {
    color: black;
}

a {
    color: #c54120;
}

ul.bare_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bare_list li {
	margin: 0;
	padding: 0;
}

#header {
    position: relative;
    height: 150px;
    background: url(/images/theme-cardcycle/bg-logo-area.jpg) no-repeat;
}

#header, .menu, #footer, #sidebar {
    margin: 0;
}

#logo {
    text-decoration: none;
}

#logo img {
    padding: 22px 0 0 110px;
}

#main_outer,
#grad_left,
#grad_right {
    float: left;
    width: 960px;
}

#main_outer {
    background: url(/images/theme-cardcycle/bg-main.png) repeat-y center top;
}

#grad_left {
    background: url(/images/theme-cardcycle/bg-shadow-grad-left.png) no-repeat left top;
}

#grad_right {
    background: url(/images/theme-cardcycle/bg-shadow-grad-right.png) no-repeat right top;
}

#grad_top {
    background: url(/images/theme-cardcycle/bg-shadow-top.png) no-repeat center top;
}

#main_inner {
    float: left;
    display: inline; /* IE6 fix */
    width: 640px;
    background: url(/images/theme-cardcycle/bg-grad-lightblue.png) repeat-x left top;
}

#content {
    position: relative;
    float: left;
    padding: 24px 24px 12px 24px;
    width: 592px;
    font-size: 90%;
    min-height: 300px;
}

.slideshow {
    float: left;
    display: inline;
    width: 640px;
    height: 160px;
    border-bottom: 5px solid #559ad1;
    overflow: hidden;
}

.slideshow .slide {
    float: left;
    display: inline;
    width: 640px;
    height: 160px;
    background: white;
}

.slideshow .slide td {
    padding: 0;
    width: 320px;
    height: 160px;
    vertical-align: middle;
}

#sidebar {
    display: inline; /* IE6 fix */
    float: right;
    margin-left: 20px;
    border-left: 1px solid #cfe8fe;
    width: 169px;
    padding: 0px;
    font-size: 90%;
    background: #e8f4ff;
}

#sidebar div.sidebar_item {
    border-bottom: 1px solid #cfe8fe;
    padding: 20px 24px 1ex 15px;
}

#sidebar .newsIndex ul, #sidebar ul.rssFeed {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 85%;
}

#sidebar .newsIndex li, #sidebar ul.rssFeed li {
    margin-bottom: 1.25em;
}

#sidebar h2 {
    background-image: none;
}

#sidebar h2 a {
    color: #1b5fae;
    text-decoration: none;
}

#sidebar p.asterisk_legend {
    margin-bottom: 1.25em;
}

#sidebar div.iField {
    height: 3.5em;
    padding-top: 0;
}

/* Menu styles */
#menubar {
    display: inline; /* IE6 fix */
    float: left;
    width: 200px;
}

.menu {
    list-style: none;
    margin: 0;
    margin-left: 250px;
    padding: 0;
    width: 592px;
    line-height: 27px;
    height: 32px;
    font-size: 75%;
    font-weight: bold;
}

.language {
    margin-top: -20px;
    min-height: 0;
    padding: 0 10px 50px;
}

.menu li {
    position: relative;
    background: url(/images/cache/images-util-corners-82d1eaf00bedc831c15a6dd5b106d81e.png) no-repeat;
    display: block;
    float: left; /* IE lameness fix */
    z-index: 2;
}

.menu li.active {
    background: url(/images/cache/images-util-corners-675e70464066a3983a9d2ac41e5943f5.png) no-repeat;
}

.menu a {
    display: block;
    padding: 0 11px;
    text-decoration: none;
    background: url(/images/cache/images-util-corners-269ff8d96c9d861f6c4031dde525e199.png) no-repeat right top;
    color: #b9d9f7;
}

.menu a.active {
    background: url(/images/cache/images-util-corners-b68fe9ae55bbac278aa7f04603d91060.png) no-repeat right top;
    color: white;
}

.menu a:hover, .menu .hover {
    color: #ffbb00;
}

/* Submenu styles */
.menu li ul {
    display: none;
    margin-left: 0;
    padding-left: 0;
}

.menu li ul li,
.menu li ul li.active {
    width: 200px;
    background: #1b5fae;
}

.menu li ul li a,
.menu li ul li a.active {
    background: none;
}

/* Cart Menu Styles */
div.cart_menu {
    clear: left;
    float: left;
    display: inline;
    margin-left: 70px;
    width: 180px;
    font-size: 95%;
}

div.border a {
    text-decoration: none;
}
div.border a:hover {
    text-decoration: underline;
}

div.border table {
    margin-bottom: 0;
}

div.border table td {
    padding: 0;
}

div.cart_menu hr {
    height: 1px;
    color: #999999;
}

div.cart_menu .SmallNote {
    color: black;
    font-size: 9px;
}

div.cart_menu div.border.cart h2 {
    font-size: 100%;
}

div.border {
    margin: 20px;
}

div.border h2 {
    margin: 0;
    padding: 0;
    font-size: 106.25%;
    color: #0473c1;
    background: none;
}

div.border h2 a {
    color: #0473c1;
}

div.border div.contents {
    margin: 5px 0;
    font-size: 90%;
}

div.border div.contents a {
    color: black;
}

div.border.category_menu {
    margin: 10px;
    border: 2px solid #e6f596;
    padding: 8px;
    background: #ffff96;
}

/* Cart header styles */

#header div.border p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 1.25em;
}

table.ButtonTable {
    cursor: pointer;
}

td.Button_menu {
    background: #2860f5 url(/store/skin1/images/but_menubg.gif) repeat-x;
    padding-left: 1px;
    padding-right: 1px;
    vertical-align: middle;
    font-size: 75%;
    font-weight: bold;
    white-space: nowrap;
    color: white;
}

div.border.auth {
    margin: 0;
    position: absolute;
    right: 58px;
    top: 0;
    text-align: right;
}

div.border.auth table {
    text-align: left;
}

div.border.auth table.ButtonTable {
    margin-bottom: 1px;
}

div.border.auth table.ButtonTable td.Button_menu {
    padding-bottom: 1px;
}

div.border.auth label {
    font-size: 90%;
}

div.border.auth span.recover_pw {
    font-size: 75%;
}

div.border.auth span.recover_pw a {
    color: #cc0099;
}

div.border.auth table.fields {
    border-collapse: collapse;
    border-spacing: 0;
}

div.border.auth table.fields td {
    vertical-align: bottom;
    padding-left: 5px;
}

div.border.auth table.fields td table td {
    vertical-align: middle;
    padding: 0;
}

div.border.auth div.logout_button {
    float: right;
    margin-left: 5px;
}

/* Search Bar */
div.border.search {
    margin: 0;
    position: absolute;
    right: 58px;
    top: 70px;
}

div.border.search p.advanced_search {
    font-size: 75%;
    text-align: right;
}

div.border.search table {
    border-collapse: collapse;
    border-spacing: 0;
}

div.border.search table td {
    padding-left: 5px;
}

div.border.search table td input.text {
    width: 24em;
}

div.border.search table td table td {
    padding-left: 0;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75%;
    text-align: center;
    padding: 3.75em 0 0;
    zoom: 1; /* hasLayout */
    background: url(/images/theme-cardcycle/footer.png) no-repeat center top;
    color: white;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footTextlinks a.first {
    padding-left: 0;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share {
    font-size: 85%;
}

#share iframe {
    width: 150px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: 0;
}

#share a {
    display: block;
    margin-bottom: 2px;
    height: 16px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    text-decoration: none;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; padding-right: 0; margin-right: -20px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }
#share a.print       { background-position: 0 -300px; }
#share a.yelp        { background-position: 0 -320px; }
#share a.urbanspoon  { background-position: 0 -340px; }

#share .stbuttontext {
    line-height: 16px !important;
}

.st_sharethis {
    display: block;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px;
}

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 5px 0 18px !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif !important;
    font-size: 100% !important;
    padding: 0;
}

div.payment_logos {
    clear: left;
    margin-top: 2.5em;
    border-top: 2px solid #217eb9;
    padding-top: 1em;
}
div.payment_logos table {
	margin: 0 auto;
}

/* Homepage */
body.home h1.contentopen {
    display: none;
}

body.home div#content {
    width: 426px;
    padding-right: 0;
}

body.home-thanks div#content {
    width: 592px;
    padding-right: 0;
}

/* Misc */
form.authform {
    margin-bottom: 0.5ex;
}

div.affiliate_login {
    font-size: 80%;
}

div.affiliate_login a {
    text-decoration: underline;
}

div.border div.contents div.affiliate_login a:hover {
    color: #cc0099;
}

div.dev_site_notice {
    margin: 0 0 25px;
    padding: 10px;
    font-weight: bold;
    background: #cc0000;
    color: white;
}

div.dev_site_notice a {
    color: yellow;
}

div.NavigationPath {
    width: 592px;
    padding-left: 24px;
    padding-right: 24px;
}


