/*
	pink: #a2005e
	blue: #8bbee2
	darker blue: #43a1e0
*/

body { font-family: 'Lucidia Grande', arial, sans-serif; color: #555; font-size: 87.5%; height: auto; line-height: 1.4; }
p { margin: 0.5em 0; }
small, .small { font-size: smaller; }
a, .txtbutton { color: #43a1e0; text-decoration: none; cursor: pointer; }
a:hover, .txtbutton:hover { text-decoration: underline; }
.txtbutton { display: inline; margin: 0; border: 0; background: transparent; font-size: 100%; padding: 0; }
b, strong, label { font-weight: bold; }

ul { list-style: disc; margin-left: 1.5em; }
ol { list-style: decimal; margin-left: 1.5em; }

ul.ticks { margin: 0; list-style: none; }
ul.ticks li { padding-left: 24px; background: url('/images/layout/tick.png') no-repeat; }

input[type=text], input[type=email], input[type=number], input[type=password], textarea { font-size: 100%; width: 100%; padding: 4px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-family: 'Lucidia Grande', arial, sans-serif; }
select { width: 100%; }


.button { display: inline; display: inline-block; font-size: smaller; width: auto; overflow: visible; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 26px; line-height: 24px; padding: 0 10px; color: #FFF; border: 1px solid #43a1e0; text-transform: uppercase; }
.button:hover { cursor: pointer; text-decoration: none; }

/* http://www.colorzilla.com/gradient-editor/ */
.button { background: #8bbee2; background: -moz-linear-gradient(top, #8bbee2 0%, #43a1e0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bbee2), color-stop(100%,#43a1e0)); background: -webkit-linear-gradient(top, #8bbee2 0%,#43a1e0 100%); background: -o-linear-gradient(top, #8bbee2 0%,#43a1e0 100%); background: -ms-linear-gradient(top, #8bbee2 0%,#43a1e0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bbee2', endColorstr='#43a1e0',GradientType=0 ); background: linear-gradient(top, #8bbee2 0%,#43a1e0 100%); }
.button:hover { background: #43a1e0; background: -moz-linear-gradient(top, #43a1e0 0%, #8bbee2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43a1e0), color-stop(100%,#8bbee2)); background: -webkit-linear-gradient(top, #43a1e0 0%,#8bbee2 100%); background: -o-linear-gradient(top, #43a1e0 0%,#8bbee2 100%); background: -ms-linear-gradient(top, #43a1e0 0%,#8bbee2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a1e0', endColorstr='#8bbee2',GradientType=0 ); background: linear-gradient(top, #43a1e0 0%,#8bbee2 100%); }

/*
input.range, textarea, input
   { padding: 4px; border: 1px solid #999; font-size: 100%; width: 100%;  -moz-border-radius: 3px; -webkit-border-radius: 3px;
    border-radius: 3px;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-family: Lucidia Grande, arial, sans-serif; }

input,textarea,select { width:100%; border:0; padding:0; font-family: Lucidia Grande, arial, sans-serif; font-size:100%; }
.input { padding: 4px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.checkbox {width:auto;}
.inputsmall { width:80px; float:left; margin-right:10px; }
select { width: 100%; }

*/

.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }

.crumbs { color: #999; }

table.padtable, table.prices  { width: 100%; }
table.padtable td { padding: 5px 0px; }
td.border-top {border-top:1px dotted #ccc; }
table.padtable th { border-bottom: 1px solid #ccc; margin-bottom: 5px; }

table.intlpricetable { margin-left: 20px; width: 100%; }
table.intlpricetable th { color:#a2005e; font-weight: bold; }
table.intlpricetable td { padding: 10px 0px; }
table.intlpricetable td.buttoncol { padding: 5px 0px; }
.intlbutton { border: none; margin: 0 auto; color: #FFF; line-height: 25px; text-align: center; width: 110px; height: 25px; background:url('/images/layout/button.jpg') no-repeat;}
.intlbutton:hover { background: url('/images/layout/buttonroll.jpg'); cursor: pointer;}
table.prices td {padding:3px;}
table.prices tr.pricetop { border-top: 1px dotted #ccc; }
#intlpricing { margin-top: 20px;}

table.fullpricetable { margin-top: 10px; width: 100%; }
table.fullpricetable th { color:#a2005e; font-weight: bold; }
table.fullpricetable td { padding: 10px 0px; font-size: small;}
table.fullpricetable td.buttoncol { padding: 5px 0px; }

.header { height: 120px; position: relative; width: 940px; margin: 0 auto; }
.subheader { height: 64px; line-height: 64px;  color: white; text-align: center; margin-bottom: 20px; }
.footer { text-align: center; font-size: smaller; background-color: #c53787; color: white; padding: 20px 0; margin-top: 20px; }
.footer a { color: white; text-decoration: underline; }

.sidebarright-image { margin-bottom: 20px; }

ul.nav { list-style: none; margin-top: 2px; font-weight: bold; margin-left:0; padding-top:10px;}
ul.nav li { float: left; }
ul.nav li a { display: block; position: relative; color: white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; text-transform: uppercase; height: 40px; line-height: 40px; margin-right: 10px; padding: 0 15px; }
ul.nav li a .navbg { display: block; width: 100%; height: 40px; position: absolute; top: 0; left: 0; background: #feffff; opacity: 0.4; filter:alpha(opacity=40); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ul.nav li a:hover, .nav li a.active { background-color: #feffff; color: #a2005e; }

h1.logo { padding-top: 10px; }
h1.logo a { display: block; background: url('/images/layout/logo.png'); width: 340px; height: 94px; text-indent: -100em; }

h2 { color:#a2005e; font-size: 2em; }
h3 { color:#a2005e; font-size: 1.5em; }
h4, h4 a { color: #a2005e; font-weight: bold; }

h4.faq_question { padding: 15px 0 0 0; }
h4.faq_question a { color: black; }
.faq_answer { padding: 1px 0; }

.home-slideshow { position: relative; height: 100px; margin-bottom: 20px; }
.home-slideshow img { display: block; position: absolute; top: 0; left: 0; }

.slogan { float:right; margin-top: -32px; font-family: 'Over the Rainbow', arial, serif; font-size: 1.2em;}

.fineprint { font-size: smaller; padding-right: 5px;}

.subheader {}
.navcnt { width: 940px; height: 64px; margin: 0 auto; padding-top: 10px; }

.whysubscribe { padding: 0 0 10px 0; }
.whysubscribe img { padding-top: 20px;}
.subscribe_title { color: #a2005e; font-size: 1.5em; text-align: center;}

.listtitles { }
.listtitles .description { margin-left: 120px; }
.listtitles .cover { float: left; }
.listtitles .cover img { padding: 3px; border: 1px solid #ccc; border-radius: 5px; box-shadow: 0 0 1px #ccc; }

.logos { padding-top: 10px; text-align: center; border-top:4px dashed #ccc; margin-top:10px;}
.logos img { padding: 10px 0; }

/* HOME PAGE TILES */
.tile { padding: 0px; margin-bottom:15px;}
.tile img { padding: 9px; border:1px solid #CCC; border-radius:5px; -moz-border-radius:5px; -moz-box-shadow: 0 0 2px #BBB; -webkit-box-shadow: 0 0 2px #BBB; box-shadow: 0 0 2px #BBB;}
.tile_text { text-align: center; color: #666; margin: 0 auto; font-size: smaller;}
.tile_price { color: #a2005e; float: right; padding-right: 10px; font-size: 1.3em;}
.tile_title { padding: 5px 0px 0px 10px; color: #666; font-size: 1em;}
.tile_link { padding: 5px 0px; font-size: 0.75em;}

/* SUBSCRIPTION OPTIONS */

/*.easypay { background: url('/images/layout/easypaybg.png');}*/

.sub_box_cnt { width: 520px; }
.sub_box { margin: 20px 15px 10px 15px; width: 140px; float: left; text-align: center; border: 1px solid #CCC; border-radius:5px; -moz-border-radius:5px; -moz-box-shadow: 0 0 2px #BBB; -webkit-box-shadow: 0 0 2px #BBB; box-shadow: 0 0 2px #BBB;}
.sub_title { height: 70px; width: 100%; }
.sub_title td { color: #a2005e; vertical-align: middle; text-align: center; }
.sub_price { color: black; padding: 5px 0 10px 0; margin: 0 5px; border-bottom: 1px solid #ccc; font-weight: bold; }
.sub_issues { padding: 10px 0 5px 0; }
.sub_delivery { padding: 5px 0 10px 0; margin: 0 5px; border-bottom: 1px solid #ccc; }
.sub_order { padding: 10px 0px; }

/*
.subprice { color: #000;}
.sub_link.button { margin: 0 auto; padding: 0; color: #FFF; line-height: 25px; text-align: center; height: 25px; width: 110px; background:url('/images/layout/button.jpg') no-repeat;}
.sub_link a {color:#FFF;}
.sub_link a:hover { text-decoration: none;}
.sub_link.button:hover { background: url('/images/layout/buttonroll.jpg'); cursor: pointer;}


/* .subscribe { margin-top: 10px;} */
.subgifts { margin-top: 10px;}
.subgifts h3 { padding: 10px 5px;}
.coverprice { font-size: small; }

.subscribecnt {text-align: center;}

.intllinks {  width: 520px; text-align: right;}
.intllinks a {  padding-right: 20px;}

/* SHOPPING CART */

.cartsum { width: 220px; background: url('/images/layout/cartbg.png') no-repeat; background-color: #DDD; background-position: bottom; border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px; margin-bottom:20px;}
.carttitle {  padding-left: 10px; font-size: 1.1em; text-align: left; }
.carttitle, .carttitle a { color: #444; }
.carttitle img {padding-right: 5px;}
.carttotal { padding: 0px 10px; margin-left: 10px; width: 95%; font-size: small;}
.cartissues { font-size: smaller;}
.cartsum p { margin: 0;}
.carttotal td { padding: 5px 0px 10px 0px;}
.cartsum a { margin: 5px 10px 0px 0px; float: right; text-decoration: none; color: #FFF; background: url('/images/layout/spritenew.jpg') repeat-x; border: 1px solid #a2005e; border-radius: 5px 5px 5px 5px; padding: 2px 5px;}
.cartsum a:hover { background-position: -30px;}
.cartsumbtn { width: 220px; height: 42px;}

/* CHECKOUT */

.prodtitle { padding-left: 10px;}
.remove { background: url('/images/layout/remove.png'); cursor: pointer; width: 20px; height: 20px; line-height: 20px; border: none; text-indent: -1000em; }
.issues { padding-left: 10px; font-size: smaller;}
.expdate { width: 80px; }
.payment_error { margin: 10px 0px; background-color: #fed4d4; border: 1px solid red; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.payment_error p { padding-left: 10px; font-style: italic; font-size: small;}
.payment_success { margin: 10px 0px; background-color: #dbf3d7; border: 1px solid green; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.payment_success p { padding-left: 10px; font-style: italic; font-size: small;}


/* GALLERY */

.scrollable { margin: 0 auto; position:relative; overflow: hidden; width: 200px; height: 270px; }
.scrollable .items { width:20000em; position:absolute; left:0; top:0; }
.items img { display: block; float: left; }

#image_wrap { position: relative; width: 210px; height: 280px; padding: 9px 0px 0px 9px; text-align: center; border:1px solid #CCC; border-radius:5px; -moz-border-radius:5px; -moz-box-shadow: 0 0 2px #BBB; -webkit-box-shadow: 0 0 2px #BBB; box-shadow: 0 0 2px #BBB; }
#items img { border: 1px solid #333;}

a.noborder { border: none !important;}

/* BUTTONS */
/* this makes it possible to add next button beside scrollable */
.scrollable {float:left;}

#image_wrap a.browse { display: block; width: 26px; height: 26px; position: absolute; z-index: 99; }
#image_wrap a.prev { background: url('/images/layout/lft.png'); top: 125px; left: -10px; }
#image_wrap a.next { background: url('/images/layout/rgt.png'); top: 125px; right: -10px; }

/* disabled navigational button */
a.disabled { visibility:hidden !important; }

/* LIGHTBOX */
#order_csc_overlay { display: none;  background: white; border: 1px solid #666; box-shadow: 0 0 90px 5px black; padding: 20px; width: 620px; z-index: 99; }
#order_csc_overlay .close { background-image: url("/images/layout/fancybox/fancy_close.png"); cursor: pointer; height: 30px; position: absolute; right: -15px; top: -15px; width: 30px; }

