/**
 * Acumen for Magento
 * http://gravitydept.com/to/acumen-magento
 *
 * @author     Brendan Falkowski
 * @package    gravdept_acumen
 * @copyright  Copyright 2011 Gravity Department http://gravitydept.com
 * @license    All rights reserved.
 * @version    1.1.0
 */

/*--------------------------------------------------------------------------------------------------*/
/*  CUSTOM OVERRIDES FOR BASE.CSS
/*--------------------------------------------------------------------------------------------------*/

/* your code here */
body {
    background: #6b762a;
}

body, button, input, select, table, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

div#container {
    margin-top: 15px;
    margin-bottom: 15px;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#wrapper {
    border-top: 0;
}

#header #header-bar, #footer-bar {
    background: #ef6258;
}

body, button, input, select, table, textarea { 
    font-size: 13px; line-height:20px;
}

p { margin-bottom:10px; line-height:20px; }

h1 {
    margin: 14px 0;
    font-size: 30px;
    line-height: 34px;
}

#product-info h1 {
    font-size: 28px;
    line-height: 32px;
}

#product-media {
    display: block;
    padding-bottom: 0px;
}

#nav li.level1 {
    width: 148px;
    margin: 0 2px;
}

#nav .children-6 .menu {
    width: 922px;
}

#nav ul.level1 a {
    font-size: 12px;
    line-height: 18px;
    text-indent: -10px;
}

div.amazon-iframe-wrapper
{

}

iframe.amazon-iframe-full
{
    border: 1px solid #ccc;	
    margin-bottom: 10px;
}

/*
Kinda hackish, but it makes it so you only see the average customer reviews
*/
iframe.amazon-iframe-summary
{
    border: 0px solid black;
    margin-top: -80px;
    margin-left: -30px;
}

.update-date
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: .9em;
    color: #999;
}

a.all-amazon-reviews {
    padding-left: 20px;
    font-size: 15px;
}

/*
Adds some spacing between the pinterest "Pin it" button and the Facebook "Like" button 
*/
li.pinterest
{
    margin-top: 3px;
}

/*
Fixes the alignment of the facebook/twitter/pinterest buttons
*/
.pinterestHorizontal, .twitterHorizontal, .facebookHorizontal {
    display: inline-block;
    margin-right: 8px;
    float: right;
}

/*
The homepage share buttons need a different style
*/
#amgHomeShareButtons .pinterestHorizontal, #amgHomeShareButtons .twitterHorizontal, #amgHomeShareButtons .facebookHorizontal {
    display: inline-block;
    margin-top: 5px;
    float: none;
}

/* 
These next to are completely hackish, but for some reason, Pinterest stopped lining up.
Thus I'm bringing down the facebok, twitter divs with a top of 10px and leaving the pinterest at 0
*/
/*
OK, Now the hack caused it to error so I'm commenting it out.

.twitterHorizontal, .facebookHorizontal {
        position: relative;
        top: 10px;
}

.pinterestHorizontal
{
        top:0px;
}

*/

div .fb_reset {
    display: inline;
} 

/*
 * Removes the cart at the top of the page
 */
div#mini-cart
{	
    display: none;
}

#privacy-content li
{
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 10px;
}

/* .nav-3 is for the 'Movies' menu, .nav-4 is for the 'Music Of' menu, .nav-5 is clothing, .nav-6 is for Best of */
#nav .nav-3 .menu .ul, 
#nav .nav-4 .menu .ul, 
#nav .nav-5 .menu .ul, 
#nav .nav-6 .menu .ul
{
    display:block;
    width: 500px;
}

#nav .nav-3 li.level1 > a:first-child, 
#nav .nav-4 li.level1 > a:first-child, 
#nav .nav-5 li.level1 > a:first-child, 
#nav .nav-6 li.level1 > a:first-child
{
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

#nav .nav-3 li.level1, 
#nav .nav-4 li.level1,  
#nav .nav-5 li.level1, 
#nav .nav-6 li.level1
{
    width: 300px;
}

/* This is to make the Toys menu take up the whole menu bar, but also start on the far left side */
#nav li.nav-2:hover .menu {
    left: -87px;
    width: 922px;
}


/* This is to make the character collection menu take up the whole menu bar, but also start on the far left side */
#nav li.nav-8:hover .menu {
    left: -496px;
    width: 770px;
}

/* This is to make the parenting take up the whole menu bar, but also start on the far left side */
#nav li.nav-9:hover .menu {
    left: -165px;
    width: 260px;
}

#nav li.nav-9:hover .menu li.level1 {
    width: 250px;
}

#nav li.nav-9:hover .menu li.level1 ul {
    margin-top: -7px;
}

#nav li.nav-9:hover .menu li.level1 li.level2 {
    margin-left: 10px;
}

#nav li.nav-9:hover .menu a.view-all {
    display: none;
}

/* End Nav stuff */

#slogan {
    position: absolute;
    right: 0;
    top: 110px;
    width: 600px;
    text-align: right;
    color: #923630;
    font-size: 13px;
    line-height: 14px;
}

.category-description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

/* 
 * Menu tweaks because there are so many items on the menu now 
 */

/* Make the menu search form smaller */
#search-form input {
    width: 166px;
}

/* Add a little pink border to seperate the menu items */
#nav li.level0 {
    border-right: 1px solid #F19C95;
    padding-left: 4px;
    padding-right: 4px;
}

#nav li.level0:last-child {
    border-right: 0;
}

/* Remove some of the padding within menu items */
#nav li.level0 > a {
    padding: 8px 13px;
}


/*
 * Changing colors from blue to green
 */

a {
    color: #007d6a;
}

a:hover { color:#00a88e; }

#account ul.links li a:hover {
    color: #00a88e;
}

.menu, .search-autocomplete { 
    background:#ef6258; 
    background:rgba(241,90,79,0.7);
}

#nav > li:hover > a	{ 
    color:#00a88e;
}

.newsletter form .validation-advice { 
    border:5px solid #00a88e;
}

.newsletter form .validation-advice:after { 
    border-top:5px solid #00a88e;
}

button { 
    background:#00a88e;
    color: #fff;
    border: 1px solid #00a88e;
}

button:hover { border-color:#00a88e; color: black }


input[type=text]:focus,
input[type=password]:focus,
textarea:focus { 
    border-color:#00a88e;
}

a.faux-button { 
    background:#00a88e;
    color: #fff;
    border: 1px solid #00a88e;
}

a.faux-button:hover { 
    border-color:#00a88e;
}

a.product-image:hover img { 
    border-color:#00a88e;
}

.tooltip { 
    position:relative; padding:5px; background:#00a88e; background:rgba(0,168,142,0.7);
}

.remember-me-popup { 
    background:#00a88e; 
    background:rgba(0,168,142,0.7);
}

ul.dashboard-links li.current { 
    background:#00a88e;
}

#cboxContent { 
    border:5px solid #00a88e;
}

.grid-slider .slides-container a:hover:after,
.promo-slider .slides-container a:hover:after,
.promo-slider .promos li a:hover:after,
.static-promo a:hover:after,
.wide-slider .slides-container a:hover:after,
.thumb-slider .slides-container a:hover:after,
.thumb-slider .slides-pagination li a:hover:after { 
    border:5px solid #00a88e;
}

/*
 * This is for page headers that aren't categories
 */
.block h2 {
    margin: 14px 0;
}

ol.sideMenu {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

ol#faq li
{
    list-style: decimal;
    margin-bottom: 20px;	
}

ol#faq li ul li
{
    list-style: disc;
    margin-bottom: 5px;	
    margin-left: 20px;
}

#follow-us {
    /*background:#F8F8F8;*/
    padding: 10px 10px 10px 43px;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
}
/*
#account-links ul li:first-child a
{
        -moz-border-radius: 0 0 0 10px;
        border-radius: 0 0 0 10px;
        border-left: 1px solid #ccc;
}

#account-links ul li:last-child a
{
        -moz-border-radius: 0 0 10px 0;
        border-radius: 0 0 10px 0;
        border-right: 1px solid #ccc;
}

#account-links li a {
        /*background-color: #fff;*//*
        border-bottom: 1px solid #ccc;
}
*/

#account ul.links li {
    font-size: 11px;
}

#account #account-links li a {
    font-size: 14px;
    padding-left: 6px;
    padding-bottom: 0px;
    color: blue;
    background-color: #fff;
    padding-top: 3px;
}

#account #account-links li a:hover, #account-links li a:active {
    color: #007d6a;
}
#follow-us img
{
    display: inline;
}

#follow-us div
{
    float: right;
    margin-left: 5px;
}

#follow-us #topLocation div:nth-child(2) 
{
    margin-left: 4px;
    margin-right: 5px;
}

#follow-us #topLocation div:nth-child(3)
{
    margin-left: 10px;
    margin-right: 5px;
}

#account,#account-links {
    width: 575px;
}

#topLinks {
    /*padding-left: 36px;*/
    margin-bottom: 2px;
    float:right;
}

#slogan {
    padding-top: 5px
}

#topFollow {
    clear: both;
}

#search-form {
    border: 1px solid #ccc;
    /*height: 20px;*/
}

#topLocation {
    clear: both;
}

.tooltipPopup a {
    position:relative;
    z-index:24;
}
.tooltipPopup a:hover{
    z-index:25;
}
.tooltipPopup span{display: none}
.tooltipPopup a:hover span{
    display:block;
    position:absolute;
    /*top:100px;*/ 
    right:0;
    padding: 5px;
    border: 1px solid #999;
    color:#000; background:#FF9;
    text-align:center;
    font-weight: normal;
    text-transform: none;
}

div.wordpressTitles
{
    margin-top: 10px;
    border: 1px solid #d4eeed;
    background-color: #eefcfc;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.wordpressTitles h2
{
    padding: 5px;
    color: #468847;
    margin-top: 3px;
    margin-bottom: 0px;
    /*background-color: #f15a4f;*/
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div.wordpressTitles li
{
    font-weight: normal;
    padding-right: 5px;
    margin-bottom:10px;
    font-size: 12px;
    line-height: 18px;
    list-style-type: disc;
    margin-left: 20px;
    color: #600;
}

div.wordpressTitles li a {
    position: relative;
    left: -5px;
    color: blue;
}


div.wordpressTitles p
{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom:7px;
}

div.wordpressTitles button {
    display: block;
    /*background-color: #f15a4f;*/
    /*border-color: #f15a4f;*/
    /*color: #fff;*/
    width: 150px;
    margin: 0 auto;
}
div.wordpressTitles button:hover {
    /*background-color: #F19C95;*/
    /*color: #fff;*/
}

a.read-more {
    display: block;
    margin-top: 10px;
    clear: both;
}

div.entry a, div.entry a:visited {
    color: blue;
    text-decoration: underline;
}

div.entry a:hover, div.entry a:active {
    color: #00a88e;
    text-decoration: none;
}

div.blog-home div.post-list {
    margin-top: 10px;
}

/*div#frontSlider, div#frontSlider div
{
        height: 220px;
}*/

.grid-slider
{
    margin-top:10px;
}

.wp-sidebar .block
{
    margin: 0;
}

#blog-search
{
    width: 145px;
}

.wp-sidebar .block-blog
{
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wp-sidebar .block
{
    width: 100%;
}

.wp-sidebar .block-title
{
    text-transform: uppercase;
    margin-bottom: 3px;
    background-color: #eee;
    padding: 5px;
}

.wp-sidebar .block-content
{
    padding: 5px;
}

.wp-sidebar .block-content a
{
    color: #333;
}

.wp-sidebar .block-content input[type="text"]
{
    padding: 0;
} 

.wp-sidebar .block-content a:active, .wp-sidebar .block-content a:hover
{
    color: #00a88e;
    text-decoration: none;
}

.wp-sidebar .block-blog
{
    margin-top: 20px;
    border: 1px solid #ddd;
}

.wp-sidebar .block-blog:first-child
{
    margin-top: 10px;
    border: 1px solid #ddd;
}

.wp-sidebar li
{
    font-size:12px;
    line-height: 14px;
    margin-bottom: 6px;
}

.post-list ul li p.details {
    font-style: italic;
    color: #666;
    margin-bottom: 5px;
}

.entry .right
{
    float: right;
}

.wp-caption-text
{
    font-style: italic;
    text-align: center;
}

.post-view ul li {
    list-style-type:disc;
    list-style-position:outside;
    margin-bottom: 10px;
    margin-left: 20px;
}

.post-list ul li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

/*
.wp-sidebar {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding-right: 5px;
}

.wp-sidebar .odd {
        background-color: #ddd;
}
*/
.post-list ul li p.on {
    font-style: italic;
}

#nav li.level0:hover {
    background-color: #F19C95;
}

#nav li.level0 > a:hover, #nav li.level0 > a:active, #nav li.level0 > a, #nav li.level0 > a:visited {
    color: white;	
}

#adBlogSidebar
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#adProductBanner
{
    margin-bottom: 15px;
    margin-left: 0 auto;
    margin-right: 0 auto;
    text-align: center;
}

.amgTooltipBigDisplay {
    display:none;
    background:url(/images/tooltip/black_arrow_big.png);
    height:163px;
    padding:40px 30px 10px 30px;
    width:310px;
    font-size:12px;
    color:#fff;
}

.amgTooltipSmallDisplay {
    display:none;
    background:url(/images/tooltip/black_arrow.png);
    height:70px;
    padding:25px;
    width:160px;
    font-size:12px;
    color:#fff;
}

#categoryTitle
{
    float: left;
}

#categoryShareButtons
{
    float: right;
    margin-top: 20px;	
}

#categorySidebarAd {
    margin-left: 0px auto;
    margin-right: 0px auto;
    text-align: center;
}

#categorySidebarAd iframe
{
    margin: 0 auto;
    display: block;
}

.topPickList
{
    margin-right: 100px;
    display: inline;
}

.topPickList img
{
    padding-bottom: 30px;
    display: inline;
}

ul.leftMenu
{
    /*margin-top: 5px;*/
    /*padding-bottom: 5px;*/
    /*border-bottom: 2px solid #202020;*/
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}

ul.leftMenu li
{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid #ccc;	
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.leftMenu li:hover
{
    background-color: #f8f8f8;
}

ul.leftMenu li:hover a
{
    text-decoration: blink;
}

div.contentPage
{
    margin-bottom: 10px;
}

.pressPost
{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}

/*
AS: Make links blue; enable later

.pressPost a, .pressPost a:visited
{
        color: blue;
        text-decoration: underline;
}

.pressPost a:active, .pressPost a:hover
{
        color: #007D6A;
        text-decoration: none;
}
*/

.pressReadMore
{
    color: #007D6A;
    text-decoration:none;
    text-align: right; 
    padding-right: 5px; 
}

.switchers {
    padding-bottom: 55px;
}

#productsSliders .grid_9
{
    margin-left: 10px;
    margin-right:0;
    width: 650px;
}

#productsSliders .grid_3
{
    margin-left:0;
    width: 270px;
}

.slide-product-list li
{
    margin-left: 5px;
}

.padded ol li 
{
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 20px;
}

.padded ul li 
{
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 20px;
}

div.padded
{
    padding: 5px;
}

.padded img
{
    display: inline;
}

.post-view .when
{
    font-style: italic;
    color: #888;
    padding-bottom: 4px;
}

ul.noBullet li
{
    list-style-type:none;
    margin-bottom: 10px;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 5px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}

a img.alignnone {
    margin: 5px 20px 5px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    font-family: "Roboto Condensed";
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

div.page-title h1 {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

div.entry h2 {
    font-family: "Roboto", sans-serif;
    background-color: #1e6495;
    color: #fff;
    border: 1px solid #5191c1;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 1px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    clear: both;
}

div.entry h3 {
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
    margin-top: 15px;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
}

div.entry h4 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

div.entry blockquote {
    font-style: italic;
    margin-left: 50px;
}
.entry img[class*="align"], .entry img[class*="wp-image-"], .entry .gallery .gallery-icon img {
    border: 0
}

/*
 * International Amazon product links
 */

/*#amazon-ca, #amazon-uk, #amazon-us-small, #amazon-us, #bookdepository {*/
.affiliateLink {
    float: left;
    display: none;
}

#bookdepository {
    margin-top: 0px;
    margin-bottom: 1px;
}

/* Gets rid of the lines and extra space from the non-existant add to cart form */
#product_addtocart_form .options {
    border-bottom: 0;
    margin-bottom: 0;
}

/* Removes the bottom padding from the Add to Wishlist/Email buttons */
.product-actions {
    padding: 10px 5px 0px 10px;
}

/* Reduces the padding between the social buttons and the related products/description */
.social-share li.facebook {
    margin-bottom: 5px;
}


.short-description ul li {
    list-style-type:disc;
    list-style-position:outside;
    margin-bottom: 7px;
    margin-left: 20px;
}

.amgLastCategory {
    font-weight: bold;
}

div.supportBox {
    font-style: italic;   
    font-family: verdana, arial, sans-serif;   
    font-size: 1.0em;   
    border: 1px solid black;   
    -moz-border-radius: 5px;   
    border-radius: 5px;   
    background-color: #eee;   
    margin: 20px 5px 0px 5px;   
    padding: 5px; 
    display: none;
}

div#topSupportBox .fa {
    color: #b08b4c;
}

div#topSupportBox {
    background-color: #fcf8e3;
    color: #967641;
    /*border: 1px solid #fbeed5;*/   
    border: 1px solid #fbdda2;   
    -moz-border-radius: 5px;   
    border-radius: 5px;   
    font-family: verdana, arial, sans-serif;   
    font-size: .9em;   
    padding: 10px 10px 5px 10px;
    margin-bottom: 5px;
}

.amgDialogNoTitle .ui-dialog-titlebar {
    display: none;
}

#amgBlogPreviewPopup {
    /*padding: 0;*/
    color: #909090;
    font-size: 13px;
    min-height: 100px;
}

#amgBlogPreviewPopup .price {
    color: #202020;
    font-size: 20px;
    line-height: 24px;
}

#amgBlogPreviewTitle {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 20px;
    color: #000;
}

.amgBlogPreviewLink {
    margin-left: 2px;
    color: #006;
}

div.entry {
    font-family: "Roboto", sans-serif;
}

div.entry a.amgBlogProduct {
    /*font-family: verdana, arial, sans-serif;*/
    font-weight: bold;
    color: #00d;
    text-decoration: none;
    border-bottom: 1px dashed #00d;
}

.entry h4 {
    font-family: verdana, arial, sans-serif;
    margin-top: 20px;
}

.ui-widget .entry  {
    font-family: Arial, Helvetica, sans-serif;
}

#amgBlogTabs.ui-widget-content {
    border: 0;
    margin-top: 13px;
}

#amgBlogTabs .ui-widget-header {
    border-top: 0;
    border-left:0;
    border-right: 0;
    background: transparent;
    border-radius: 0;
}

#amgBlogTabs .ui-tabs-panel {
    padding: 0;
    margin-top: 10px;
}

#amgBlogTabs .ui-widget-content .details a {
    color: #007d6a;
}

/* Blog styling for product blogs */
div.entry div.product-image img {
    max-height: 250px;
    max-width: 220px;
    display:block;
    border: 1px solid black;
}

div.entry.product-noborder div.product-image img {
    border: 0;
}

div.entry div.product-right div.product-image img {
    float: right;
}

div.entry.product-centerimages div.product-container div.product-image img {
    float: none;
    margin: 0 auto;
}

div.entry .product-links {
    text-align: left;
    font-size: 14px;
}

div.entry span.product-price {
    margin-right: 40px;
}

div.entry a.more-info {
    margin-right: 40px;
}

div.entry .locale-uk a.more-info, div.entry .locale-eu a.more-info, div.entry .locale-other a.more-info {
    margin-right: 14px;
}

div.entry .product-container h3 {
    margin-bottom: 3px;
}

div.entry .product-container h3 a {
    text-decoration: none;
}

div.entry .product-hidden {
    display: none;
}

div.entry .product-error {
    background-color: #fdd;
}

div.entry .product-error .product-errorMessage {
    color: #c00;
}

div.entry .product-container.product-left {
    /*margin-left: 220px;*/
}
div.entry .product-container.product-left .product-details {
    /*    float: right;
        width: 100%;*/
    display: inline-block;
    vertical-align:top;
    width: 458px;
    margin-left: 10px;
}
div.entry .product-container.product-left .product-image {
    display: inline-block;
    vertical-align:top;
    width: 220px;
    margin-top: 20px;
}

div.entry .product-container.product-right .product-details {
    display: inline-block;
    vertical-align:top;
    width: 458px;
    margin-right: 10px;
}

div.entry .product-container.product-right .product-image {
    display: inline-block;
    vertical-align:top;
    width: 220px;
    margin-top: 20px;
}

div.entry br.clear {
    clear: both;
}

div.entry div.spacer {
    margin-bottom: 20px;
}

div.entry div.product-container div.product-author {
    float: left;
    width: 55%;
    padding-bottom: 10px;
}
div.entry div.product-container div.product-age {
    float: right;
    text-align: right;
    width: 45%;
}

div.entry span.buy-link {
    color: #999;
}

div.featured-image {
    border: 0;
    margin: 0 0 20px 0;
    padding: 0;
}

div.featured-image img {
    max-height: 253px;
    margin: 0 auto; 
    display: block; 
}

div.entry a.product-searchLink {
    text-decoration: none;
}

.amgSearch .searchResult {
    margin-bottom: 3px;
}

div.amgSearch ul.searchResults li.searchResult {
    list-style: disc;
    margin-left: 20px;
}

#amgShowAllBlogs, #amgShowAllCategories {
    margin-top: 5px;
}


/* This is all for our doll-blog */

div#doll-blog h3 {
    font-size: 30px
}

div#doll-blog p {
    font-size: 16px;
}

div#doll-blog div#doll-blog-intro p {
    font-size: 13px; 
}

div#doll-blog hr {
    color: #ddd;
    border: 0;
    border-top: 1px solid #ccc;
    height: 1px;
}
div.quotebox {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: verdana;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

div.quotebox .fa-quote-left {
    font-size: 30px;
    margin: 5px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
div.quotebox div.quotetext {
    display: inline-block;
    width: 582px;
}

div.price-box div.price-type {
    display: inline-block;
    width: 50px;
}

div.price-box div.price {
    display: inline-block;
    width: 70px;
    margin-left: 15px;
    margin-right: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    color: #000;
}
/* End dollblog */

/* Halloween costumes blog */
div.entry div.amgCostumes h2 {
    background-color: transparent; 
    border: 0; color: black; 
    text-align: left; 
    margin-top: 20px; 
} 
div.entry div.amgCostumes div div { 
    padding-top: 10px; 
    padding-bottom: 20px; 
    font-size: 1.1em; 
}
div.entry div.amgCostumes img {
    margin:0 auto; 
    max-height: 500px;
}
/* End Halloween costumes blog */

#product-media ul.more-views li {
    float: left;
    margin: 7px 7px 0 7px;
}
#product-media ul.more-views li:nth-child(5n + 1) {
    float: left;
    margin-left: 0;
    margin-right: 9px;
}
#product-media ul.more-views li:nth-child(5n) {
    float: left;
    margin-left: 9px;
    margin-right: 0;
}

#product-media ul.more-views {
    margin-bottom: 10px;
}
/*
.product-slider h2 {
    margin-left: 10px;
    margin-bottom: 8px;
}*/

.home-promo {
    display: inline-block;
    position: relative;
    width: 305px;
    margin-top: 1px;
}
.home-promo:first-child {
    margin-left: 5px;
    margin-right: 6px;
}
.home-promo:nth-child(2) {
    margin-left: 6px;
    margin-right: 11px;
    float: right;
}

.home-promo img {
    height: 200px;
    width: 305px;
}

/* 
Hide the slider pagination.
Delete this and edit jquery.run.js when we want to re-activate the slider.
.grid-slider-2-3 .slides-pagination {
    display: none;
}
*/

#frontSlider a:hover:after, .home-promo a:hover:after {
    border: 5px solid #00a88e;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Unhide for 4 products across */
/*body .slide-product-list li {
    margin-left: 30px;
}*/
.home-promo {
    margin-bottom: 20px;
}

#homeRightBox {
    background-color: #fffbdf;
    border: 1px solid #f2f200;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
}
/*    #homeRightBox {
        background-color: #dff0d8;
        border: 1px solid #d6e9c6;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-bottom: 5px;
    }*/
#homeRightBox div {
    padding-left: 5px;
    padding-right: 5px;
}
#homeRightBox h2 {
    padding: 5px;
    color: #f15a4f;
    margin-top: 3px;
    margin-bottom: 0px;
    /*background-color: #f15a4f;*/
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    /*background-color: #468847;*/
}
/*    #homeRightBox h2 {
        padding: 5px;
        color: #468847;
        background-color: #d6e9c6;
        text-align: center;
        background-color: #468847;
    }*/


#newsletterHomePage div {
    margin-bottom: 5px;
}

#newsletterHomePage input {
    border-color: #FFF7BD;
    width: 150px;
}

#newsletterHomePage button {
    /*display: inline-block;*/
    background-color: #f15a4f;
    border-color: #f15a4f;
    color: #fff;
    width: 98px;
    margin-left: 10px;
}
#newsletterHomePage button:hover {
    background-color: #F19C95;
    color: #fff;
}

p.articleSummary {
    display: none;
}

div.post-view .blogPageOnly {
    display: none;
}