/**
 * Nublue.co.uk
 *
 * @author     Nublue
 * @package    gravdept_acumen
 * Created   16.08.11
 */

/*--------------------------------------------------------------------------------------------------*/
/*  CUSTOM OVERRIDES FOR BASE.CSS
/*
/*	1		Essentials
/*	2		Typography 
/*	3		Social Media
/*	4		Header
/*	5		Navigation
/*	6		Body
/*		6.1		Call To Actions 
/*		6.2		Introduction
/*		6.3		Home Page Products
/*		6.4		Facebook & Testimonials
/*		6.5		Breadcrumbs
/*		6.6		Body Containers
/*		6.7		Colour-Coordinated Titles
/*		6.8		Login Page
/*		6.9		Sub-Category Page
/*		6.10	Checkout Page
/*		6.11	Your Account Page
/* 		6.12	Create An Account
/*		6.13	Search Results
/*		6.14	Forgotten Password
/* 		6.15	404 Page
/*		6.16	UK Delivery
/*		6.17	Contact Us
/*		6.18 	Returns
/*		6.19 	Feedback
/*		6.20	Knowledge Base
/*		6.21	Terms and Conditions
/*		6.22	Account Dashboard
/*		6.23	Account Login/Register
/*		6.25	Right Side
/*		6.26	Gift Vouchers
/*		6.27	Recipes
/*		6.28	Sitemap
/*		6.29 	Enable Cookies
/*		6.30	Newsletter Signup
/*		6.31	RSS
/*		6.32	Products Page
/*	7		Footer
/*
/*--------------------------------------------------------------------------------------------------*/

/******************************************************************************************************
	1		Essentials  
******************************************************************************************************/
body {
        background: url(../img/cakes/cakes-outer-top.png) center 1px no-repeat #FFFFF8;
        padding-top: 11px;
}
p {
        font-family: Arial, Helvetica, sans-serif;
}

a:focus { outline:none; }
a {outline: none!important;}
#cakes-outer-container {
        background: url(../img/cakes/cakes-outer-bground.png) repeat-y;
        width: 986px;
        margin: 0 auto;
        padding: 5px 0 0 0;
}
#cakes-container {
        width: 960px;
        background: #FFF;
        margin: 0 auto;
}
input[type=text],input[type=password],textarea {
        color: #939598;
        font-size: 12px;
        border: 1px solid #ADADB0;
}
input[type=text],input[type=password] {
        height: 20px;
        padding: 0 40px 0 10px;
        width: 140px;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus {
        color: #333;
}
.no-border{
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: none!important;}

.cakes-flags {
        border-top: 1px solid #d7d9da;
        padding: 0px 20px;
        margin-bottom: 20px;
}
.cakes-flags-top {
        border-top: 1px dotted #caccce;
        padding-top: 10px;
}

.cakes-flags-inner {
        background: url(../img/cakes/cakes-flags.png);
        height: 22px;
}

.no-pad {padding: 0px;}

a {
   outline: none!important;
}

a:active {outline: none!important;}
	
/******************************************************************************************************
	2		Typography 
******************************************************************************************************/

@font-face {
        font-family: 'eurofurencelightRegular';
        src: url('../font/eurof35-webfont.eot');
        src: url('../font/eurof35-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/eurof35-webfont.woff') format('woff'),
         url('../font/eurof35-webfont.ttf') format('truetype'),
         url('../font/eurof35-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
h1 {
		font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
        font-size: 26px;
        margin:0;
        line-height: normal;
}
h2, h3 {
        font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
        text-transform: none;
        font-weight: normal;
}
h2 {
        margin-top: 10px;
}
h3 {
        font-size: 20px;
}
h4 {
        font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 16px;
}
.cakes-font {
        font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
        margin: 0;
}
a:hover {
        text-decoration: underline;
}
p {
        font-size: 13px;
        margin-bottom: 0px;
        color: #77787b
}
/******************************************************************************************************
	3		Social Media  
******************************************************************************************************/

#cakes-side-container {
        width: 1100px;
        margin: 0 auto;
        position: relative;
        height: 100%;
}
#cakes-side-tab {
        position: absolute;
        top: 224px;
        left: 16px;
        width: 55px
}
.cakes-social {
        background: url(../img/cakes/social-tab.png) no-repeat 5px 0px;
        height: 34px;
        padding: 5px 0 0 10px;
}
/******************************************************************************************************
	4		Header 
******************************************************************************************************/

#cakes-header-links {
        float: right;
        color: #939598;
        font-size: 10px;
        font-weight: bold;
        padding: 10px 10px 0 0;
        text-align: right;
}
#cakes-header-links a {
        color: #939598;
        font-size: 10px;
        margin: 0 5px;
}
#cakes-header-links a:hover {
        color: #F13DA8;
}
#cakes-header-links ul li {
        display: inline;
}
#cakes-header-links h2 {
        float: right;
        margin-top: 5px;
}
#cakes-header-links span {
        color: #F13DA8;
}
.cakes-grn-link a {
        color: #04b1b4!important;
}
.cakes-grn-link a:hover {
        color: #939598!important;
}
#cakes-search {
        margin-top: -80px;
        float: right;
        color: #04B1B4!important;
        width: 382px;
}
#cakes-search a {font-size: 12px;}
#cakes-search form {
        float: left;
}
#cakes-search input {
        background: url(../img/cakes/search-box-bground.png) no-repeat;
        border: none;
}
#cakes-search li.cakes-grn-link a {
        float: left;
        background: url(../img/cakes/search-basket.png) no-repeat right 4px;
        height: 26px;
        padding-right: 25px;
        padding-top: 4px;
        margin-top: -4px;
        color: #04b1b4;
		font-size:10px;
		font-weight:bold;
}
/******************************************************************************************************
	5		Navigation 
******************************************************************************************************/
#cakes-navigation {
        font-size: 17px;
        text-align: center;
        height: 41px;
        background: #ec008c;
}
#cakes-navigation li:first-child {
        margin-left: 3px;
        width: 85px;
        border-left: none;
}
#cakes-navigation li {
        width: 85px;
        height: 33px;
        float: left;
        padding: 4px 10px;
        line-height: 15px;
        border-left: 1px solid #FFF;
}

#cakes-navigation li li {
       padding: 4px 10px!important;
}

#cakes-navigation a {
        color: #FFF;
        font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
		font-size:19px;
}
#cakes-navigation .cakes-nav A{
	   font-size:12px;
}
.one-line {
        position: relative;
        top: 25%;
}

.cakes-navigation-container a.one-line {
        position: static;
        top: 25%;
}

.menu-1,
.menu-9 {background: #ec008c;}
.menu-2 {background: #f1aec1;}
.menu-3 {background: #f2aa85;}
.menu-4 {background: #f6af2a;}
.menu-5 {background: #96c488;}
.menu-6 {background: #80bc56;}
.menu-7 {background: #77c6c5;}
.menu-8 {background: #04b1b4;}

.cakes-navigation-container.menu-1 {background:url(../img/cakes/nav-1.png) -1px 0px repeat-x #ec008c!important;}
.cakes-navigation-container.menu-2 {background:url(../img/cakes/nav-2.png) 109px 0px repeat-x #f1aec1!important;}
.cakes-navigation-container.menu-3 {background:url(../img/cakes/nav-3.png) 215px 0px repeat-x #f2aa85!important;}
.cakes-navigation-container.menu-4 {background:url(../img/cakes/nav-4.png) 321px 0px repeat-x #f6af2a!important;}
.cakes-navigation-container.menu-5 {background:url(../img/cakes/nav-5.png) 427px 0px repeat-x #96c488!important;}
.cakes-navigation-container.menu-6 {background:url(../img/cakes/nav-6.png) 533px 0px repeat-x #80bc56!important;}
.cakes-navigation-container.menu-7 {background:url(../img/cakes/nav-7.png) 639px 0px repeat-x #77c6c5!important;}
.cakes-navigation-container.menu-8 {background:url(../img/cakes/nav-8.png) 745px 0px repeat-x #04b1b4!important;}
.cakes-navigation-container.menu-9 {background:url(../img/cakes/nav-1.png) 851px 0px repeat-x #ec008c!important;}

.cakes-navigation-container {
        position: absolute;
        top: 202px;
        display: none;
        height: 475px;
        width: 960px;
        z-index: 10;
        padding-top: 10px;
        /* border-top: 1px solid #FFF; */
}

li.menu-1:hover .cakes-navigation-container.menu-1, 
li.menu-2:hover .cakes-navigation-container.menu-2, 
li.menu-3:hover .cakes-navigation-container.menu-3, 
li.menu-4:hover .cakes-navigation-container.menu-4, 
li.menu-5:hover .cakes-navigation-container.menu-5, 
li.menu-6:hover .cakes-navigation-container.menu-6, 
li.menu-7:hover .cakes-navigation-container.menu-7, 
li.menu-8:hover .cakes-navigation-container.menu-8, 
li.menu-9:hover .cakes-navigation-container.menu-9 {
        display: block;
        left: 70px;
        text-align: left;
        border-left: none;
}
.cakes-navigation-container p {
        background: url(../img/cakes/nav-footer.png) 14px 9px no-repeat !important;
        padding-left: 50px;
		padding-top:10px;
        font-family: Arial, Helvetica, sans-serif!important;
        color: #FFF;
        padding-bottom: 5px;
}
.cakes-navigation-container p a {
        font-family: Arial, Helvetica, sans-serif!important;
        font-size:12px!important;
}
.cakes-nav {
        background: url(../img/cakes/nav-bground.png);
        height: 419px;
        width: 940px;
        margin: 0px auto;
}
.cakes-nav h2 {
        font-size: 30px;
        float: right;
        margin: 10px 30px 100px 0;
        padding-top: 15px;
        width: 200px;
        text-align: right;
}
.cakes-nav ul li li a{
        color: #77787b!important;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif!important;
}

.menu-1 .cakes-nav ul li li,
.menu-9 .cakes-nav ul li li {border-left: 2px solid #ec008c!important;}
.menu-2 .cakes-nav ul li li {border-left: 2px solid #f1aec1!important;}
.menu-3 .cakes-nav ul li li {border-left: 2px solid #f2aa85!important;}
.menu-4 .cakes-nav ul li li {border-left: 2px solid #f6af2a!important;}
.menu-5 .cakes-nav ul li li {border-left: 2px solid #96c488!important;}
.menu-6 .cakes-nav ul li li {border-left: 2px solid #80bc56!important;}
.menu-7 .cakes-nav ul li li {border-left: 2px solid #77C6C5!important;}
.menu-8 .cakes-nav ul li li {border-left: 2px solid #04b1b4!important;}

/* .cakes-nav ul li li {padding: 0px 0px 3px 7px!important;} */

.menu-1 h2,
.menu-9 h2 {color: #ec008c;}
.menu-2 h2 {color: #f1aec1;}
.menu-3 h2 {color: #f2aa85;}
.menu-4 h2 {color: #f6af2a;}
.menu-5 h2 {color: #96c488;}
.menu-6 h2 {color: #80bc56;}
.menu-7 h2 {color: #77C6C5;}
.menu-8 h2 {color: #04b1b4;}

.menu-2 h2 {margin: 10px 30px 10px -70px!important; width: 100px;}


/*
.menu-1 ul li li:first-child a,
.menu-9 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #ec008c!important; font-size: 13px!important;}
.menu-2 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #f1aec1!important; font-size: 13px!important;}
.menu-3 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #f2aa85!important; font-size: 13px!important;}
.menu-4 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #f6af2a!important; font-size: 13px!important;}
.menu-5 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #96c488!important; font-size: 13px!important;}
.menu-6 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #80bc56!important; font-size: 13px!important;}
.menu-7 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #77C6C5!important; font-size: 13px!important;}
.menu-8 ul li li:first-child a {font-weight: bold;margin: 0!important;color: #04b1b4!important; font-size: 13px!important;}
*/

.cakes-nav ul li li:first-child a {font-weight: bold;}

.menu-1 ul li li:first-child,
.menu-2 ul li li:first-child,
.menu-3 ul li li:first-child,
.menu-4 ul li li:first-child,
.menu-5 ul li li:first-child,
.menu-6 ul li li:first-child,
.menu-7 ul li li:first-child,
.menu-8 ul li li:first-child,
.menu-9 ul li li:first-child {margin-left: 0px!important; padding-bottom: 10px!important}

.cakes-nav li {
        width: 150px!important;
        height: auto!important;
        text-align: left;
        padding: 0px 10px!important;
        border-left: none!important;;
}
.cakes-nav ul {
        margin-left: 10px;
        margin-top: 20px;
}
.cakes-nav img {
        float: right;
        margin-right: 20px;
}
#mini-cart ul.links li {
	position: relative;
	overflow: hidden;
}
/******************************************************************************************************
	6		Body 
******************************************************************************************************/

/********** 6.1 Call To Actions **********/

#cakes-cta {
        overflow: hidden;
        margin: 10px 0px;
}
#cakes-cta li {
        width: 284px;
        float: left;
        background: url(../img/cakes/cta-title-bground.png) no-repeat 0px -50px;
        color: #FFF;
        padding: 14px 0 0 15px;
        margin: 0px 10px;
        height: 33px;
}
#cakes-cta li:first-child {
        background-position: 0px 0px;
}
#cakes-cta a {color: #FFF!important;}
#vouchers {
        background: url(../img/cakes/cta-title-bground.png) no-repeat 0px -101px!important;
}

/********** 6.2 Introduction **********/

#cakes-intro h1 {
        color: #EC008C;
        line-height: 25px;
        border-bottom: 1px dotted #EC008C;
        margin-bottom: 10px;
        padding-bottom: 10px;
}
#cakes-intro p {
	margin-bottom: 7px;
}
#cakes-intro li {
        width: 283px;
        float: left;
        margin: 10px 10px;
        border-left: 1px solid #FBE9EE;
        padding-left: 15px;
}
#cakes-intro li:first-child {
        border-left: none;
        padding-left: 0px;
        width: 278px
}
#cakes-intro h2 {
        color: #04b1b4;
        font-size: 26px;
}
#cakes-intro ul {
        border-bottom: 2px dotted #eaebec;
        overflow: hidden;
        margin: 10px
}

/********** 6.3 Home Page Products **********/

#cakes-new-products {
        width: 315px;
        background: url(../img/cakes/product-box.png) no-repeat 2px 0px;
        float: left;
        height: 385px;
}
#products-offers {
        width: 315px;
        background: url(../img/cakes/product-box.png) no-repeat -331px 0px;
        float: left;
        height: 385px;
}
#cakes-products h3 {
        color: #FFF;
        margin: 8px 0 0 25px
}
#sweet-ideas h3 {
        color: #FFF;
        margin: 8px 0 0 25px;
        height: 35px;
}
#sweet-ideas li h3 {
        background: url(../img/cakes/product-box.png) no-repeat -705px -70px;
        float: right;
        width: 129px;
        padding: 5px 0 0 16px;
}
#sweet-ideas a {color: #FFF;} 
#cakes-products ul ul {
        margin-top: 10px;
}
#cakes-products ul ul li {
        float: left;
        width: 134px;
        height: 160px;
        text-align: center;
        margin: 10px 5px 0 6px;/*

        padding-left: 17px;
*/
}
#cakes-products ul ul li span {
        display: block;
        font-size: 12px;
}
#cakes-products img {
        border: 1px dotted #a2d7d6;
}
#cakes-products a {
        font-size: 12px;
}
#sweet-ideas, #sweet-ideas-reg {
        width: 315px;
        background: url(../img/cakes/product-box.png) no-repeat -672px 0px;
        float: left;
        height: 385px;
}
#sweet-ideas ul {
        margin-left: 30px;
}
#sweet-ideas li {
        background: #DBEEED;
        height: 88px;
        width: 260px;
        margin-bottom: 10px;
        padding: 9px 10px 10px 10px;
}
#sweet-ideas img {
        border: 1px dotted #f4c5d2;
        float: left
}
.title {
        color: #04b1b4;
}
.price {
        color: #ec008c;
}
.cakes-star-buy {
        position: absolute;
        border: none!important;
}

/********** 6.4 Facebook & Testimonials **********/
#cakes-facebook {
        width: 530px;
		height:450px;
        float: left;
        margin: 30px 0 0 10px;
        background: url(../img/cakes/cakes-cupcake.png) no-repeat bottom right;
}
#cakes-facebook h3 {
        background: url(../img/cakes/cakes-facebook.png) no-repeat;
        color: #FFF;
        margin-left: 10px;
        height: 28px;
        padding: 9px 0 0 10px;
}
#cakes-testimonials {
        width: 370px;
        float: right;
        margin: 30px 20px 0 0;
        background: url(../img/cakes/cakes-testimonials-box.png) no-repeat 0px 60px;
        height: 480px;
}
#cakes-testimonials h3 {
        background: url(../img/cakes/cakes-testimonials.png) no-repeat;
        height: 28px;
        padding: 9px 0 0 10px;
        color: #FFF;
}
#cakes-testimonials ul {
        margin: 60px 0 0 0;
}

#cakes-testimonials li {
    float: left;
    margin: 10px 0 20px;
    width: 115px;
}

#cakes-testimonials li.left-testimonial {
    padding: 0 25px 0 45px;	
}
#cakes-testimonials li.right-testimonial {
    padding: 0 45px 0 25px;    
}

#cakes-testimonials p {
        line-height: 16px!important;
        color: #04b1b4
}
#cakes-testimonials span {
        display: block;
        font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
        color: #77787b;
        padding-top: 10px;
        font-size: 14px;
		text-align: right;
}

/********** 6.5 Breadcrumbs **********/

#cakes-breadcrumb {
	margin: 5px 0 0 10px;
	color: #939598;
	font-size: 9px;
}
#cakes-breadcrumb a{
	color: #939598;
}

ul.breadcrumbs {margin-bottom: 7px;}

ul.breadcrumbs strong {font-weight: normal; color:#EC008C; }

/********** 6.6 Body Containers **********/

#cakes-product,
#cakes-category,
#cakes-morecategory,
#cakes-checkout{
	width: 689px;
	/* margin-top: 10px; */
}


/********** 6.7 Colour-Coordinated Titles **********/

#cakes-product h1,
#cakes-category h1,
#cakes-morecategory h1,
#cakes-login h1 {
	background: url(../img/cakes/title-bground.png) no-repeat;
	height: 34px;
	width: 685px;
	padding: 3px 0 0 10px;
	color: #FFF;
	margin-bottom: 10px;
}



/* Different Colours for each category section using #cakes-category as ID */
.chocolate-making h1 {background-position: 0px 0px!important;}
.cupcake-feature h1 {background-position: 0px -185px!important;}
.cake-decorating h1 {background-position: 0px -37px!important;}
.icings h1,
.icings-and-food-colours h1 {background-position: 0px -222px!important;}
.decorations h1,
#cakes-morecategory h1 {background-position: 0px -111px;}
.bakeware h1 {background-position: 0px -258px!important;}
.cookie h1,
.cookie-cutter-shop h1 {background-position: 0px -296px!important;}
.chocolate h1 {background-position: 0px 0px!important;}
.occasions,
.seasonal-and-party h1 {background-position: 0px -333px!important;}

.featured h1 {background-position: 0px -185px!important;}

.decorations h1 {background-position: 0px -111px!important;}

.decorations h2 {background-position: 0px -119px!important;}
.decorations h1 {background-position: 0px -111px!important;}

#cakes-cart h1,
#cakes-advsearch h1 {color: #EC008C; font-size: 26px; margin-bottom: 10px;}

/********** 6.8 Login Page **********/

#account-log-in a.alt-action {font-size: 12px; float: right; margin-right: 74px;}

#cakes-login {margin-bottom: 60px; /* padding-left: 130px; */}
.login form {margin: 0 0 10px 0; padding-right: 69px;}
.login input {font-size: 12px; color: #333!important;}
.login button {
	float: right; 
	margin-right: 6px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
}

#login-regacc li {width: 300px!important; border-right: none!important; }
#login-regacc ul {margin-bottom: 10px; overflow: hidden;}
#login-regacc {color: #77787B; font-size: 12px; }
#login-regacc li li {/* list-style-type: disc!important;  */margin-left: 30px!important; color: #EC008C;}
/* #login-regacc #buy-button {margin-top: 100px;} */

.cakes-subcategory h2
/* #cakes-login h2 */ {
	background: url(../img/cakes/sub-category-title.png) no-repeat; 
	width: 675px; 
	height: 30px; 
	color: #FFF; 
	padding: 6px 0 0 10px; 
	margin-bottom: 30px;
	margin-top: 12px;
}

#cakes-login h2 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; width: 250px;}

#cakes-login {margin: 0!important;}

/* Different Colours for each category section using #cakes-subcategory as ID */
.sub-cupcake-feature h2 {background-position: 0px -39px!important;}
.sub-cake-decorating h2 {background-position: 0px 0px!important;}
.sub-icings h2 {background-position: 0px -79px!important;}
.sub-decorations h2 {background-position: 0px -119px!important;}
.sub-bakeware h2 {background-position: 0px -160px!important;}
.sub-cookies h2 {background-position: 0px -201px!important;}
.sub-chocolate h2 {background-position: 0px -243px!important;}
.sub-occasions h2 {background-position: 0px -285px!important;}

#cakes-login h2 {background-position: 0px -364px!important; margin-bottom: 10px;}
#cakes-login li {width: 342px; float: left; border-right: 1px dotted #DCDDDE; padding-left: 10px;}
#cakes-login form {margin-top: 10px;}
#cakes-login legend {color: #77787B; font-size: 13px; float: left; margin-bottom: 10px;}
#cakes-login label {color: #77787B; float: left; width: 111px; /* margin-left: 10px; */ margin-bottom: 10px;}
#cakes-login input {border: 1px solid #ADADB0; width: 140px; padding: 0px 2px; color:#77787B; height: 20px; margin-bottom: 21px; }

.login-reg-acc {width: 200px!important; margin-left: 25px; border-right: none!important;}

#account-log-in .right-side {margin-top: 20px;}

.customer-account-login #cakes-cta {display: none;}
.customer-account-login .grid {margin-top: 20px;}

ul#login-regacc li {padding-left: 0px!important;}

li.login-reg-acc ul#login-regacc ul {list-style-type: disc!important; list-style-position: inside;}

/********** 6.9 Sub-category Page **********/

#cakes-morecategory h3 {
	color: #f6af2a;
	font-size: 22px;
}
#cakes-morecategory-intro {
	border-bottom: 1px dotted #d8d9da; 
	padding-bottom: 10px; 
	margin-bottom: 10px;
	padding-left:5px;
}

#cakes-morecategory-intro p {margin-bottom: 10px;}

#cakes-morecategory li:hover IMG {
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
       filter: alpha(opacity=20);
       -moz-opacity: 0.2;
       -khtml-opacity: 0.2;
       opacity: 0.2;
}
#cakes-morecategory li:hover .grid-button{visibility:visible;}

.no-border-offers img {
	border:none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;}

.grid-button {
	   visibility:hidden;
	   position:relative; 
	   top:-239px; 
	   margin: 0 auto; 
	   /* cursor:pointer; */
	   border: 1px dotted #F0ADC1;
	   height: 247px;
	   z-index: 1;
}
.grid-button p {padding:10px; height:43px;}
.grid-button a {
	background: #07b1b4; 
	width: 160px;
	height: 18px;
	padding: 2px 0px 5px 0px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF!important;
	float: left;
	font-size: 12px;
	overflow: visible;
	margin:5px 0px 0px 5px;
	
}
.grid-button a.info {
    background: #D4D4D4 !important;
    color: #000000 !important;	
}
.grid-button a:hover {
	background: #046f71; cursor: pointer;
}
.grid-button a.info:hover {
    background: #BFBFBF !important;
}

.catalog-static-block {
	text-align:center;
}

.offer-sash.top {
	margin: 0 auto;
}

.cookie-cutter-shop .offer-sash,
.cupcake-shop .offer-sash,
.featured .offer-sash,
.chocolate-making .offer-sash,
.seasonal-and-party .offer-sash,
.cake-decorating .offer-sash,
.icings-and-food-colours .offer-sash,
.bakeware .offer-sash,
.decorations .offer-sash,
.new-products .offer-sash {
background: url(../img/cakes/cakes-offer-sashes.png) no-repeat;
height: 60px; 
width: 50px; 
position: relative; 
top: -387px;
float: right;
z-index: 0;}

.cookie-cutter-shop .offer-sash.top,
.cupcake-shop .offer-sash.top,
.featured .offer-sash.top,
.chocolate-making .offer-sash.top,
.seasonal-and-party .offer-sash.top,
.cake-decorating .offer-sash.top,
.icings-and-food-colours .offer-sash.top,
.bakeware .offer-sash.top,
.decorations .offer-sash.top,
.new-products .offer-sash.top,
.seasonal,
.product-slider-list .offer-sash {
background: url("../img/cakes/cakes-offer-sashes.png") no-repeat scroll 0 0 transparent;
float: none;
height: 60px;
position: relative;
top: 0;
width: 50px;
z-index: 0;}

.product-slider-list .offer-sash {
position: absolute!important;
top: 5px!important;}

.product-slider-list li.new-products-right {position: relative;}

.cupcake-shop .offer-sash,
.featured .offer-sash {background-position: 0px 0px;}
.cookie-cutter-shop .offer-sash {background-position: -54px 0px;}
.decorations .offer-sash {background-position: -103px 0px;}
.chocolate-making .offer-sash {background-position: -163px 0px;}
.seasonal-and-party .offer-sash {background-position: -218px 0px;}
.cake-decorating .offer-sash {background-position: -265px 0px;}
.icings-and-food-colours .offer-sash {background-position: -317px 0px;}
.bakeware .offer-sash {background-position: -371px 0px;}

.cupcake-shop .offer-sash.top,
.featured .offer-sash.top {background-position: 0px 0px;}
.cookie-cutter-shop .offer-sash.top {background-position: -54px 0px;}
.decorations .offer-sash.top {background-position: -103px 0px;}
.chocolate-making .offer-sash.top{background-position: -163px 0px;}
.seasonal-and-party .offer-sash.top {background-position: -218px 0px;}
.cake-decorating .offer-sash.top {background-position: -265px 0px;}
.icings-and-food-colours .offer-sash.top {background-position: -317px 0px;}
.bakeware .offer-sash.top {background-position: -371px 0px;}

.product-slider-list .cupcake-shop .offer-sash,
.product-slider-list .featured .offer-sash {background-position: 0px 0px;}
.product-slider-list .cookie-cutter-shop .offer-sash {background-position: -54px 0px;}
.product-slider-list .decorations .offer-sash {background-position: -103px 0px;}
.product-slider-list .chocolate-making .offer-sash {background-position: -163px 0px;}
.product-slider-list .seasonal-and-party .offer-sash {background-position: -218px 0px;}
.product-slider-list .cake-decorating .offer-sash {background-position: -265px 0px;}
.product-slider-list .icings-and-food-colours .offer-sash {background-position: -317px 0px;}
.product-slider-list .bakeware .offer-sash {background-position: -371px 0px;}

.s-cupcake {background-position: 0px 0px; text-indent: -6666px;}
.s-cookie {background-position: -54px 0px; text-indent: -6666px;}
.s-moulds {background-position: -163px 0px; text-indent: -6666px;}

.so-rosette {display: block; width: 150px; margin: 0 auto; overflow: hidden;}
.so-rosette div {float: left;}

.large-choc-moulds {background-position: -207px 0px;}
.large-cupcake {background-position: 4px 0px;}
.large-cookie-cutters {background-position: -66px 0px;}

.cupcake-shop .product-offer-sash,
.cake-decorating .product-offer-sash,
.icings-and-food-colours .product-offer-sash,
.decorations .product-offer-sash,
.bakeware .product-offer-sash,
.cookie-cutter-shop .product-offer-sash,
.chocolate-making .product-offer-sash,
.seasonal-and-party .product-offer-sash,
.featured .product-offer-sash {
	background: url(../img/cakes/cakes-offer-sashes-productpage.png) no-repeat;
	height: 83px;
	width: 70px;
	position: absolute;
	top: 10px;
	float: left;
	left: 250px;
}

.cupcake-shop .product-offer-sash,
.featured .product-offer-sash {background-position: 0px 0px;}
.cake-decorating .product-offer-sash {background-position: -368px 0px;}
.icings-and-food-colours .product-offer-sash {background-position: -439px 0px;}
.decorations .product-offer-sash {background-position: -139px 0px;}
.bakeware .product-offer-sash {background-position: -513px 0px;}
.cookie-cutter-shop .product-offer-sash {background-position: -66px 0px;}
.chocolate-making .product-offer-sash {background-position: -207px 0px;}
.seasonal-and-party .product-offer-sash {background-position: -290px 0px;}

.cupcake-shop .product-offer-sash,
.featured .product-offer-sash {background-position: 0px 0px;}
.cake-decorating .product-offer-sash {background-position: -348px 0px;}
.icings-and-food-colours .product-offer-sash {background-position: -439px 0px;}
.decorations .product-offer-sash {background-position: -139px 0px;}
.bakeware .product-offer-sash {background-position: -513px 0px;}
.cookie-cutter-shop .product-offer-sash {background-position: -66px 0px;}
.chocolate-making .product-offer-sash {background-position: -207px 0px;}
.seasonal-and-party .product-offer-sash {background-position: -277px 0px;}

.product-offer-sash.cookie-cutter-offer {background-position: -66px 0px!important; z-index: 9;}
.product-offer-sash.cupcake-offer {background-position: 0px 0px!important; z-index: 9;}
.product-offer-sash.mould-offer {background-position: -207px 0px!important; z-index: 9;}

.offer-sash p {display:none;}
.product-offer-sash p {display:none;}

.cakes-tabbedbox.cookie-cutter-offer div.product-offer-sash {background-position: -66px 0px!important;}
.cakes-tabbedbox.mould-offer div.product-offer-sash {background-position: -207px 0px!important;}
.cakes-tabbedbox.cupcake-offer div.product-offer-sash {background-position: 0px 0px!important;}


.list-sash {
moz-box-shadow: 0px 0px 0px #dedede!important;
-webkit-box-shadow: 0px 0px 0px #dedede!important;
box-shadow: 0px 0px 0px #dedede!important;}

/********** 6.10 Checkout Page **********/

#cakes-checkout h1 {
	background: url(../img/cakes/title-bground.png) no-repeat;
	height: 34px;
	width: 685px;
	padding: 3px 0 0 10px;
	color: #FFF;
	margin-bottom: 14px;
	background-position: 0px -37px;
}
#cakes-checkout h2 {
	background: url(../img/cakes/sub-category-title.png) no-repeat 0 -285px;
	height: 34px;
	width: 685px;
	padding: 5px 0 0 10px;
	color: #FFF;
	margin-top: 0px!important;
}
#cakes-checkout h2 a {
	color: #FFF;
}
#cakes-checkout h3 {
	color: #ec008c;
	font-size: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#cakes-checkout ul h3 {color: #07b1b4; font-size: 20px; margin-bottom: 10px; margin-left: 0px!important;}

#cakes-checkout li {width: 50%; float: left;}
#cakes-checkout p {font-size: 12px; color: #77787B;margin-bottom: 10px!important;}
#cakes-checkout .newsletter-right {
text-align: right;
margin-right: 10px;
}
#guest {margin-top: 20px;}

#cakes-checkout {border-right: 1px solid #D9DBDC; padding-right: 20px; width: 690px; margin-top: 10px;}

.checkout-form p {margin: 0; padding: 0;}
.checkout-form ul {margin-left: 20px; width: 100%;}
.checkout-form li {width: 325px!important; font-size: 12px; }
.checkout-form label {margin-top: 5px;}
.checkout-form input {width: 160px;}
.checkout-form select {margin-left: 10px; margin-bottom: 10px;}
.checkout-form button {margin-left: 0!important; margin-top: 10px;}

.payment-form li {width: 100%!important; font-size: 12px;display: block!important; }
.payment-form input {margin-right: 10px;}

.card-payment {background: #D8EBEC; padding: 10px;}
.card-payment li {margin-left: 10px; margin-bottom: 10px;}
.card-payment label {width: 200px!important;}
.card-payment select {margin-left: 10px;}
.card-payment ul {margin-top: 10px!important;}

.checkout-right {
	width: 190px!important;
	margin: 10px 25px 10px 5px;
	font-size: 12px;
	float: right;
	border-bottom: 1px dotted #F1F1F1;
	padding-bottom: 20px;
}
.checkout-right h2 {
	background:  url(../img/cakes/rightside-checkout.png) no-repeat;
	width: 181px; 
	height: 35px; 
	margin: 0;
	color: #FFF;
	padding: 5px 0 0 10px;
	text-align: left!important;
}

.checkout-right li {margin-bottom: 10px;}
.checkout-right a {color: #FFF;}
.checkout-right p {color: #EC008C;}
.checkout-right p a {color: #EC008C; font-size: 10px; float: right;}
.checkout-right span {display: block; color: #04B1B4; padding: 5px; background: #D8EBEC;}
.checkout-right span.price {padding: 0!important; font-size: 13px; font-weight: bold;}

#checkout-login li {width: 400px;}

#cakes-checkout form {color: #77787B;  line-height: 30px; float: left; /* margin-top: 10px; */ padding-right: 30px; width: 655px;}
#cakes-checkout input {/* border: 1px solid #adadb0; */ margin-left: 10px; /* margin-bottom: 10px; */ padding: 0 2px; color: #333;}
#cakes-checkout input#euvat-action-validate-taxvat {border: none!important;}
form#checkout-login label {margin-top: 6px;}
#cakes-checkout label {width: 110px; float: left; font-size: 12px; /* margin-top: 5px; */}
#cakes-checkout label.full-line {margin-top: 0px!important;}

dl.sp-methods label {width: 200px!important}

#billing-new-address-form li.taxvat {width: 100%!important; border-top: 1px dotted #DCDDDE; border-bottom: 1px dotted #DCDDDE; padding: 10px 0px; }

#checkout-step-billing div.checkout-buttons,
#checkout-step-shipping div.checkout-buttons,
#checkout-step-shipping_method div.checkout-buttons,
#checkout-step-heared4us div.checkout-buttons,
#checkout-review-submit div.review-buttons-container
 {padding-left: 0px!important; margin-bottom: 20px; float: right!important;}

#checkout-step-billing .simple .struts li input[type="password"], .simple .struts li input[type="text"] {width: 185px;}

#checkout-step-billing .simple .struts li {width: 655px;}
#checkout-step-billing .simple .struts li select#billing-address-select {clear: both; display: block; float: left; margin: 10px 0 0 0; }

#checkout-step-billing label {margin-top: 5px;}

#checkout-step-billing div.checkout-buttons button,
#checkout-step-shipping div.checkout-buttons button,
#checkout-step-shipping_method div.checkout-buttons button,
#checkout-step-payment div.checkout-buttons button,
#checkout-step-heared4us div.checkout-buttons button   {padding: 5px 30px!important; font-size: 14px;}

#checkout-review-submit button {float: right!important; margin-right: 30px!important;}

#heared4us-buttons-container {padding-right: 30px;}

#shipping-buttons-container,
#shipping-method-buttons-container,
#payment-buttons-container,
#heared4us-buttons-container {float: right!important;}

#cakes-checkout button {float: left; /* margin-left: 120px; */ margin-bottom: 20px;}

#checkout-register {padding-bottom: 10px; overflow: hidden;}
#checkout-register li {
	list-style: disc; 
	color: #ec008c;
	width: 100%; 
	margin-left: 30px; 
	font-size: 12px; 
	line-height: 22px;
}
#checkout-register button {float: left; margin-left: 10px!important; }

/* #checkout-step-shipping_method ul {margin-left: 0px!important;} */

form#co-shipping-method-form {width: 655px!important;}

#checkout-shipping-method-load ul {margin-left: 0px!important;}

#checkout-step-login ul {overflow: hidden;}

#checkout-step-login ul li:first-child {border-left: none; width: 340px;}
#checkout-step-login ul li {border-left: 1px dotted #DCDDDE; padding-left: 20px; width: 300px;}

form#checkout-login ul li {border-left: none; padding: 0!important; display: block; min-height: 40px;}

form#checkout-login ul {width: 300px;}

form#co-billing-form ul.struts {margin-top: 20px;}

ol#opc-steps a.view-step {
	float: left;
	display: block;
	width: 26px;
	height: 25px;
	margin-right: 5px;
	background: url(../img/icon/sprite.png) -454px 0 no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 5px;
	overflow: hidden;
	margin-right: 8px!important;}
	
ol#opc-steps .allow a.view-step:hover {background-position: -423px -30px; cursor: pointer;}
ol#opc-steps a.view-step:hover {cursor: default;}

ol#opc-steps .active a.view-step {background: url(../img/icon/sprite.png) -424px 0px no-repeat!important; cursor: default; }
/* ol#opc-steps .active a.view-step:hover {background: url(../img/icon/sprite.png) -425px -30px no-repeat!important;} */

/* li#billing-country-select {clear: left;} */

li#opc-billing,
li#opc-shipping,
li#opc-shipping_method,
li#opc-payment,
li#opc-heared4us,
li#opc-review {clear: both;}

div#checkout-step-billing #euvat-taxvat-number {overflow: hidden; margin-left: 10px; float: left;}
div#checkout-step-billing input.mask-taxvat {margin-left: 20px!important;}
div#checkout-step-billing input#euvat-action-validate-taxvat {margin-left: 20px;}

#checkout-step-shipping li#shipping-country-select {margin-bottom: 30px;}

#checkout-step-shipping input[type="checkbox"] {margin-top: 4px!important; border: none;}

#checkout-step-payment div#payment-buttons-container {padding-right: 30px;}

#checkout-step-payment label {width:140px; margin-top: 0px!important; }

.checkout-progress-bar {
	text-transform: none;
	background: url(../img/cakes/sub-category-title.png) no-repeat 0 -402px;
	height: 34px;
	width: 685px;
	margin-top: 10px!important;
	padding: 5px 0 0 7px;
	}
	
.checkout-progress-bar p {font-size: 20px!important; font-family: Arial, Helvetica, sans-serif; color: #EC008C!important; padding: 0px 0 0 10px; width: 400px; float: left; line-height: 24px!important;}

li#opc-login div.progress-sign {display: none;}
li#opc-billing div.progress-sign {background-position: -424px -88px }
li#opc-shipping div.progress-sign {background-position: -424px -116px }
li#opc-shipping_method div.progress-sign {background-position: -424px -143px }
li#opc-payment div.progress-sign {background-position: -424px -170px }
li#opc-heared4us div.progress-sign {background-position: -424px -197px }
li#opc-review div.progress-sign {background-position: -424px -224px }

.progress-sign {background: url(../img/icon/sprite.png) no-repeat; height:27px; width: 27px; float: right; margin-right: 20px; }

/* li#opc-login.active div.progress-sign {background-position: -455px -88px} */
li#opc-billing.active div.progress-sign {background-position: -455px -88px}
li#opc-shipping.active div.progress-sign {background-position: -455px -116px}
li#opc-shipping_method.active div.progress-sign {background-position: -455px -143px}
li#opc-payment.active div.progress-sign {background-position: -455px -170px}
li#opc-heared4us.active div.progress-sign {background-position: -455px -197px}
li#opc-review.active div.progress-sign {background-position: -455px -224px}

#opc-steps .allow div.progress-sign {background-position: -391px -88px}

.checkout-cart-index .grid .grid_4, #nav .menu.children2 {width: 300px;}

/********** 6.11 Your Account Page **********/

.my-account a.product-image img{border: 1px solid #e8e9e9;
	-moz-box-shadow: 2px 2px 2px #dedede;
	-webkit-box-shadow: 2px 2px 2px #dedede;
	box-shadow: 2px 2px 2px #dedede;}
	
.my-account a.product-image img:hover{border: 1px solid #ec008c; }
.my-account table#wishlist-table textarea {border: 1px solid #ADADB0; font-size: 12px; }
.my-account table#wishlist-table input {width: 50px; padding: 0 0 0 10px; clear: both; }
.my-account table#wishlist-table button {margin-left: 20px;}
.my-account table#wishlist-table tfoot {text-align: right;}
.my-account table#wishlist-table tfoot button {float: right;}

.my-account table#wishlist-table th.last-wishlist {padding: 0px 40px;}
.my-account table#wishlist-table label {display: block;}

select #billing:region_id {margin-left: 10px;}

.checkout-complete h1 {color: #EC008C; margin-top: 5px; margin-bottom: 10px;}

.checkout-complete {height: 600px;}

#checkout-success {color: #EC008C; margin-top: 10px; }

.empty-cart {height: 600px;}
.empty-cart h1 {color: #EC008C; margin-top: 10px; margin-bottom: 10px;}

/********** 6.12 Create An Account **********/

.reg-account {margin-top: 10px;}
.reg-account .block {margin: 0;}
.reg-account h1 {color: #EC008C}
.reg-account h3 {
	background: url(../img/cakes/sub-category-title.png) no-repeat 0 -160px;
	width: 605px; 
	height: 30px; 
	color: #FFF; 
	padding: 6px 0 0 10px; 
	margin-bottom: 30px;
	margin-top: 12px}
.reg-account .grid_7 {width: 612px;}

.reg-account ul.struts {margin-left: 20px;}

.reg-account #euvat_action_validate_taxvat {margin-left: 20px; float: left;}
.reg-account .mask-taxvat {margin-top: 4px; margin-right: 10px;}

#euvat_action_validate_taxvat {
	border: none!important;
	background: #07B1B4;
	font-size: 12px;
	padding: 3px 20px!important;
	margin-left: 0px!important;
	color: white!important;
	display: block;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	cursor: pointer;}

#euvat_action_validate_taxvat:hover {background: #046F71;}

.reg-account #street_2 {margin-left: 130px;}

.reg-account .scaffold button {margin-left: 150px;}

.reg-account .grid_4 h2 {color: #EC008C; margin-top: 0px;}


.reg-account div#sweet-ideas-reg {margin-top: 30px; background-position: -687px 10px; border-top: 1px dotted #DCDDDE;}
.reg-account div#sweet-ideas-reg h4 {color: #FFF; font-size: 20px; margin: 17px 0 0 15px;}

.reg-account div#sweet-ideas-reg img {border: none;}

.reg-account div#sweet-ideas-reg ul {margin: 20px 0 0 14px;}
.reg-account div#sweet-ideas-reg li {width: 240px; background: none; margin-bottom: 10px; height: 198px;}



/********** 6.13 Search Results **********/

.search-no-results #cakes-product h1 {background:none; color:#EC008C; }

/********** 6.14 Forgotten Password **********/

.forgot-pass {padding-top: 10px; margin-bottom: 400px;}
.forgot-pass h1 {color: #EC008C; }
.forgot-pass .grid_12 {margin: 0px;}
.forgot-pass p {padding-top: 10px;}
.forgot-pass ul.struts {margin-top: 20px;}
.forgot-pass ul.struts label {width: 200px; float: left;}

/********** 6.15 404 Page **********/

.error-page {margin-bottom: 200px;}
.error-page h1 {color: #EC008C; margin: 10px 0px;}
.error-page p {margin: 5px 0px; border-top: 1px dotted #DCDDDE; padding-top: 10px;}
.error-page li {font-size: 12px;}
.error-page-help {color: #EC008C; font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif; font-size: 20px; padding-bottom: 5px;}

/********** 6.16 UK Delivery **********/

.uk-delivery {margin-top: 10px;}
.uk-delivery ul li {display: block;}
.uk-delivery li {width: 100%; overflow: hidden;}
.uk-delivery img {float: left; margin-right: 20px;}
.uk-delivery h2 {color: #EC008C;}
.uk-delivery p {float: left; }
.uk-delivery p a {display: block; padding-top: 10px;}

.world-del,
.uk-del {margin: 0!important}
.world-del h1,
.uk-del h1 {color: #EC008C; font-size: 26px; margin-bottom: 10px; margin-top: 5px;}
.world-del p strong,
.uk-del p strong {color: #EC008C;}

.uk-del-check {list-style-type: decimal!important; margin-left: 30px; font-size: 12px; color: #77787B;}

.uk-delivery table tr {border-bottom: 1px dotted #DCDDDE;}

/********** 6.17 Contact Us **********/

#cakes-contact-us h1 {color: #EC008C; margin-top: 5px; margin-bottom: 10px;}
#cakes-contact-us h2 {color: #EC008C; font-family: Arial, Helvetica, sans-serif!important; font-size: 14px; font-weight: bold;}

#cakes-contact-us .grid_3,
#cakes-contact-us .grid_6 {margin-left: 0px!important;}
#cakes-contact-us .grid_6 {margin-right: 0px!important;}
#cakes-contact-us .postal-add {padding-left: 50px;}

/********** 6.18 Returns **********/

#cakes-returns h1 {color: #EC008C; margin-top: 5px; margin-bottom: 10px;}
#cakes-returns h2 {color: #EC008C!important; margin-top: 10px; font-family: Arial, Helvetica, sans-serif!important; font-size: 14px;}
#cakes-returns p {padding: 3px 0px!important; font-size: 12px;}
#cakes-returns strong {color: #EC008C!important;}
#cakes-returns ul {list-style-type: disc; list-style: outside; margin-left: 30px; font-size: 12px;}

#returns-check {list-style-type: disc; list-style: inside; color: #EC008C; margin-left: 10px; font-size: 12px; margin-top: 10px; margin-bottom: 10px; }

#returns-add {color: #333;}
#returns-postage {color: #04B1B4;}

/********** 6.19 Feedback **********/

#cakes-feedback h1 {color: #EC008C!important; margin-top: 5px; margin-bottom: 10px;}
#cakes-feedback p {background: #D8EBEC; color: #04B1B4; padding: 5px;}

/********** 6.20 Knowledge Base **********/

#kb-home li {float: left; margin-right: 17px; overflow: hidden; width: 217px;}
#kb-home li.last {margin-right: 0px!important;}

#kb-home li a {overflow: hidden; clear: both;}

#kb-home li a img {border: 1px solid #FFF; float: left; margin-bottom: 10px;}
#kb-home li a img:hover {border: 1px solid #EC008C; }

#kb-home li p {text-align: center; margin-top: 10px; padding: 0px 10px;}

#kb-home h2 {clear: both; width: 205px!important; margin-bottom: 0px!important; background-position: 0px -243px!important;}

/********** 6.21 Terms and Conditions **********/

#cakes-terms {
        margin: 0px 15px;
        text-align: center;
        padding: 0 0 30px;
}
#cakes-terms p {
        color: #FFF;
        margin: 0;
        padding: 0;
        font-size: 10px;
        line-height: 15px;
}

#cakes-terms p span.left {float:left;}
#cakes-terms p span.right {float:right;}

#cakes-terms a {color: #FFF;}

/********** 6.22 Account Dashboard **********/

table.flex thead tr {border-top: 1px solid #DCDDDE; border-bottom: 1px solid #DCDDDE; background: #FFF!important;}

table.flex thead tr th {text-align: center; color: #909090;}
table.flex tbody tr td {text-align: center; color: #77787B}

div.my-account div.limiter label {margin-right: 10px;}

.pager-bar-full, .pager-bar {
	height: 40px;
	margin-bottom: 30px;
	border-top: 1px dotted #DCDDDE;}

#dashboard-left li {
	background: url(../img/cakes/dashboard-left.png) no-repeat;
	height: 35px;
	padding: 0 0 0 10px;
}

.dashboard-info {margin-bottom: 20px; overflow: hidden;}
.dashboard-info h3 {color: #07B1B4; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px;}
.dashboard-info a {color: #EC008C; font-size: 10px;}
.dashboard-info ul {overflow: hidden; float: left; width: 315px;}
.dashboard-info ul:first-child {width: 150px;}

.dashboard-info li {width: 470px; float: left;}
.dashboard-info li:first-child {margin-right: 10px; width: 200px}

.dashboard-info li li {width: 150px; float: none; font-size: 12px; color: #77787B;}
.dashboard-info li li:first-child {width: 150px; margin-right: 0px;}

.dashboard-half {width: 200px!important;}
.dashboard-half li:first-child {color: #80BC56;}

#dashboard-left {/* margin-top: 20px;  */font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-bottom: 50px; font-weight: normal; }
#dashboard-left li {padding-top: 7px!important;}
#dashboard-left li a {color: #FFF; }

#cakes-dashboard p.referral {margin: 0; padding: 0; color: #77787B;}
#cakes-dashboard p.referral strong {color: #EC008C; }

#cakes-dashboard div.box-title {margin-top: 20px;}

#cakes-dashboard div.input-box {width: 40%; float: left}
#cakes-dashboard div.input-box label { float: left; margin-right: 10px; color: #77787B; padding-top: 5px;}

.referral-form div.input-box {width: 100%!important; overflow: hidden; padding: 10px 0px; border-bottom: 1px dotted #DCDDDE;}
.referral-form div.input-box label {width: 150px!important; color:#EC008C!important; }

div#address-book h2 {color: #07B1B4; font-size: 20px;}
div#address-book a {color:#EC008C; font-size: 10px!important; }

table#order-history-table div.pager {padding: 0px!important;}

#cakes-dashboard div.pager {padding: 7px 0; /* border-top: 1px solid #DCDDDE; */ border-bottom: 1px solid #DCDDDE; }
#cakes-dashboard div.limiter label {color: #909090;}

#cakes-dashboard div.pager div.limiter {width: 150px; float: left;}
#cakes-dashboard div.pager ol.pages {padding: 0!important;}
#cakes-dashboard div.pager {overflow: hidden; padding-right: 10px;}
#cakes-dashboard div.pager p.amount {padding: 0!important;}
#cakes-dashboard div.pager ol.pages li a {width: 26px!important; height: 26px!important;}

/* #cakes-dashboard table.data-table th {padding: 0px 10px;} */
#cakes-dashboard table.data-table {width: 100%;}
#cakes-dashboard table.data-table thead td {border-bottom: 1px dotted #DCDDDE; padding-bottom: 10px; }
#cakes-dashboard table.data-table thead th {padding: 2px 0 5px 0; color: #909090; text-transform: uppercase; font-size: 14px; font-weight: bold; text-align: center;}
#cakes-dashboard table.data-table tbody td {color: #909090; font-size: 12px;}

#dashboard-order-history .grid_8 {margin-top: 20px; width: 660px;}

#dashboard-order-history .grid_2 a {font-size: 10px;}

table#recent-order-history-table thead tr {
	border-top: 1px solid #DCDDDE;
	border-bottom: 1px solid #DCDDDE;
	color: #909090;
	text-transform: uppercase;
}

#cakes-dashboard .callout h2 {width: 400px; float: left; padding-top: 0px!important; margin-top: 0px;}
/*
#order-view-details .grid_2,
#order-view-details .grid_3 {margin-top: 20px!important;}
*/

#order-view-details .grid_2 h3,
#order-view-details .grid_3 h3 {color:#EC008C; margin-top: 20px!important; }

#order-view-details h4 {font-family: Arial, Helvetica, sans-serif; color: #77787B; font-size: 13px;}

#order-view-details .grid_2 {width: 180px;}

table#recent-order-history-table tbody {color: #77787B;}

#cakes-dashboard .pager-bar-full .limiter {padding-top: 0px!important;}

#order-view-details .grid_2 .no-pad {color: #07B1B4;}
#order-view-table tbody td {font-size: 12px;}

#order-view-table tbody td span.product-name {text-align: left; float: left;}
#order-view-table thead th.width-full {width: 250px;}

#order-view-table tfoot td.last {text-align: center;}

.pager-bar-full .pager {border: none!important;}
.dashboard h2 span {color: #EC008C;}

#edit-account-info-form ul.struts li label {color: #77787B;}

.my-account ul.struts label {font-size: 12px;}

div.my-account form#newsletter-form {margin-top: 15px;}

.scaffold .struts li {border-top: 1px dotted #DCDDDE;}
div#cakes-dashboard input {margin-top: 3px}

div.euvat-taxvat-validation-failure,
div.euvat-taxvat-validation,
div.euvat-ajax-working {color:red!important; clear: both; font-size: 12px; margin-top: 10px; }

.my-account input {border: 1px solid #ADADB0; color: #333;}

.my-account input[type="button"] {
	background: #07b1b4;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	border: 0;
	color: #FFF;
	font-size: 12px;
	padding: 3px 10px;
	float: left;
	margin: 0 0 0 10px;
	cursor: pointer;}
	
.my-account input[type="button"]:hover {
	background: #046f71;}
	
div#euvat-taxvat-number select {margin-bottom: 5px;}
	
#euvat-taxvat-number {overflow: hidden;}
#euvat-taxvat-number input[type"text"] {margin-top: 10px!important;}

div.my-account label {color: #EC008C!important;}
.cart-price {font-family: Arial, Helvetica, sans-serif; font-size: 12px!important;}

.euvat.euvat-taxvat-validation-success {
float: left;
font-size: 12px;
color: #EC008C;
display: block;
clear: both;
}

#edit-account-info-form div.euvat-ajax-working { color: #EC008C!important;}
#edit-account-info-form div.input-box label {margin: 0!important;}
#edit-account-info-form div.input-box input {margin-right: 10px!important;}
#edit-account-info-form input#change_password {border: none;}
#edit-account-info-form li.control {display: block!important;}

.euvat-taxvatinvalid {clear: both;}

#euvat_action_validatetaxvat_message {color: #EC008C!important;}

#address-book {overflow: hidden;}

table#my-rewardpoints-table td.total-points {color: #0AD!important; font-size: 14px!important; font-weight: bold;}
table#my-rewardpoints-table th {font-weight: normal; font-size: 12px;}

table#my-rewardpoints-table td {border-top: 1px solid #77C6C5; border-bottom: 1px solid #77C6C5;}

table#my-rewardpoints-table {margin-bottom: 20px;}

/********** 6.23 Account Login/Register **********/

#cakes-register {color: #77787B!important; padding-bottom: 10px; margin-top: 5px; float: left; width: 100%; min-height: 80px;}
#cakes-register label {width: 150px; float: left; font-size: 12px; margin-bottom: 18px;}
#cakes-register input {margin-left: 0px; margin-bottom: 20px; margin-top: 5px; border: none; float: left;}

#checkout-login button {margin-top: 17px;}

.register-button {margin: 10px 60px 0 0;}
.register-button a {
	background: #07b1b4;
	padding: 3px 18px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF!important;
	float: right;
	font-size: 12px;
	margin-top: 5px;
	overflow: visible;
	text-decoration: none;
}
.register-button a:hover {
	background: #046f71;
}

/********** 6.24 Product Page **********/

#cakes-product img,
#cakes-category img,
#cakes-morecategory img {
	padding: 12px; 
	border: 1px solid #e8e9e9;
	-moz-box-shadow: 5px 5px 5px #dedede;
	-webkit-box-shadow: 5px 5px 5px #dedede;
	box-shadow: 5px 5px 5px #dedede;
	margin-top:8px;
}

#cakes-product img.promo {border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none; }

#cakes-category p.category-description {/* border-bottom: 1px dotted #D8D9DA; */ margin-top: -15px; padding-left: 5px; line-height: 18px; font-size: 13px; /* padding-bottom: 20px; */ margin-bottom: 10px;}

#cakes-category ul,
#cakes-morecategory ul {overflow: hidden;}

/* #cakes-category img {width:180px;} */
/* #cakes-category img {width:136px;} */
#cakes-product img {float: left;}

#cakes-category li  {width: 25%; display: inline; float: left; text-align: center;}

#cakes-morecategory li {width: 25%; display: inline; float: left; text-align: center; margin-bottom: 20px; height:250px;}

#cakes-morecategory .noborder img a:hover {
	border: none!important;}

.category-price {color: #ec008c; font-weight: bold; font-size: 12px; padding: 0;}

#cakes-category a img:hover,
#cakes-morecategory a img:hover {border: 1px solid #F0ADC1;}

#cakes-category a:hover,
#cakes-morecategory a:hover {text-decoration: none; color: #EC008C;}

#cakes-category span,
#cakes-morecategory span {
	display: block; 
	margin-top: 10px; 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 10px;
	min-height:50px;
	line-height: 18px;
}
#cakes-category a,
#cakes-morecategory a {color: #0AD;}
#cakes-morecategory-intro a {color: #00AADD;}
#cakes-morecategory-intro IMG {float:right; margin:0px 0px 10px 10px;}
#cakes-thumbnails{
	float: left;
	width: 55px;
	margin: 1px 0 0 10px;
}	
#cakes-thumbnails a img:hover,
.right-side a img:hover{
	border: 1px solid #77C6C6;
}
.right-side h3 {text-align: left!important; color: #ec0b8d; font-size: 24px; margin: 10px 0; border-bottom: 1px dotted #ec0b8d; padding-bottom: 10px;}

#similar-products a img:hover {border: 1px solid #80BC56;}

#cakes-thumbnails img, 
#similar-products img{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 13px;
	padding: 5px;
}
#similar-products a img:hover {}
#product-info{
    float: right;
    margin-right: 6px;
    width: 280px;
}
#product-info p {color: #77787B; font-size: 14px;}
#product-price {
	float: left;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
}
#product-price span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#product-quantity {
	float: left;
	width: 125px;
	padding: 15px 0 0 10px;
	font-size: 14px;
}

/* #product-quantity form {line-height: 30px;} */

#product-quantity a {
	color: #04b1b4; 
	font-size: 10px; 
	float: right;
}

#product-quantity input[type="text"] {
	width: 60px; 
	border: 1px solid black; 
	padding: 0; 
	float: right;
	margin-bottom: 5px;
}
#product-quantity select {width: 72px; margin-left: 5px;}
.addthis_toolbox {
	margin-top: 30px;
	
}



.addthis_toolbox a {
	color: #333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

#buy-button a {
	background: #07b1b4; 
	float: right;
	padding: 3px 10px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF;
	text-decoration: none;
	/* margin-top: -30px; */
}

#buy-button a:hover {
	background: #046f71;
}

ul#login-regacc #buy-button a {
	background: #07b1b4; 
	float: left;
	padding: 3px 77px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
}

ul#login-regacc #buy-button a:hover {
	background: #046f71;
}

.buy-button a {
	background: #07b1b4; 
	float: right;
	padding: 3px 10px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF;
	text-decoration: none;
}

.buy-button a:hover {
	background: #046f71;
}

a.faux-button { 
	background: #07b1b4;
	padding: 7px 10px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF;
	text-decoration: none;
	border: 0;
	font-size: 12px;
	cursor: pointer;
	}
a.faux-button:hover { background: #046f71; color: #FFF; }


#similar-products {
	color: #939598;
	font-size: 12px;
}
#similar-products ul li {
	width: 125px; 
	overflow: hidden; 
	text-align: center;
	float: left;
	margin-top: 10px;
	padding: 0px 5px;
	min-height: 170px;
}
#similar-products img {
	margin: 0px 19px;
}
#similar-products a {
	color: #80bc56;
}
#similar-products span {	
	display: block; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #231f20;
}

/********** 6.25 Right Side **********/

.right-side {
	width: 190px!important;
	border-left: 1px solid #D9DBDC;
	margin: 0px 25px 10px 5px;
	padding-left: 18px;
	text-align: center;
	font-size: 12px;
	float: right;
}
.right-side h2 {
	background: url(../img/cakes/rightside-title.png) no-repeat; 
	width: 191px; 
	height: 35px; 
	margin: 0;
	color: #FFF;
	padding: 5px 0 0 10px;
	text-align: left!important;
}
.right-side ul {padding-left: 10px;}
.right-side h3 {margin-left: 10px;}
.right-side ul li {/* border-top: 1px dotted #d1d3d4; */ padding-top: 10px;}
.right-side ul li:first-child {border-top: none;}
.right-side img {
	padding: 5px; 
	border: 1px solid #e8e9e9;
}
.right-side a {color: #636466; display: block;}
.right-side span {font-family: Arial, Helvetica, sans-serif; }
.right-side .half-slider div.slider-box {margin:0;}

/********** 6.26 Gift Vouchers **********/

select.gift-vouchers-product {margin-left: 0px!important; display: block; width: 70px!important; margin-bottom: 10px;}
.gift-voucher-label {margin-right: 10px; margin-top: 5px;}
.gift-voucher-label input {margin-top: 3px; margin-right: 5px;}
#recipient_info label {font-size: 12px!important;}
.price-box2 span.regular-price {display: block!important; clear: right;color: #EC008C!important; font-size: 20px!important; margin: 5px 0px;}

span.gv-amount {font-size: 12px;}

#buy-button {font-size: 12px;}

.retrieve-gift-card-balance h4 {font-size: 20px; border-bottom: 1px dotted #D9DBDC; padding-bottom: 10px;}
.retrieve-gift-card-balance p {display: block; margin-top: 20px;}

#reward-points-header {
	border: none!important;
	padding: 0!important;
	margin-right: 10px;
}

#reward-points-header strong {font-size: 16px;}
#reward-points-header h2 {background: none!important; color: #EC008C!important; font-size: 16px!important; font-family: Arial, Helvetica, sans-serif; margin: 0!important; padding: 0!important; font-weight: bold;}

.reward-column h3 {background: none!important; color: #EC008C!important; font-size: 14px!important; font-family: Arial, Helvetica, sans-serif; margin: 0!important; padding: 0!important; font-weight: bold;}

.reward-points-footer h3 {background: none!important; color: #EC008C!important; font-size: 14px!important; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 10px 0!important; padding: 0!important; font-weight: bold;}

.reward-points-footer p {margin-top: 10px;}

#reward-points-header p {margin-bottom: 10px;}

.reward-column {float: left; width: 320px; margin-top: 20px;}
.reward-column.left {padding-right: 50px;}
.reward-column p {margin-top: 10px;}

/********** 6.27 Recipes **********/

.recipe-product-callout {background: #fbfbfb!important; padding-top: 10px;}

ol.recipe-instructions {list-style-type: decimal; margin-left: 40px; list-style-position: outside; font-size: 14px; color: #888; margin-bottom: 30px;}

ol.recipe-instructions li {margin: 5px 0px;}
ol.recipe-instructions li span,
ol.recipe-instructions-inner li span  {font-size: 14px; color: #666; line-height: 20px;}

.recipe-tips p {line-height: 20px; margin: 10px 0px;}

ol.recipe-instructions-inner {margin-left: 0px}

ol.recipe-instructions-inner li {font-size: 12px}

#recipes div.recipe-info {float: left;}
#recipes div.recipe-info p {margin-bottom: 20px; font-size: 14px; line-height: 22px;}

#recipes div.recipe-product-callout {float: right;}

button.recipe-add-all {
	top: 0px!important;
	float: right;
	margin: 0 10px 0 0;
}

#cakes-recipes-product-list span {
font-family: Arial,Helvetica,sans-serif!important;
font-size: 12px!important;
padding: 0px 10px;
}

#cakes-recipes-product-list h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px!important; margin-top: 7px; margin-left: 10px;}

/********** 6.28 Sitemap **********/

.catalog-seo-sitemap-category ul.sitemap li {font-size: 12px!important; float: left!important; width: 340px; padding-left: 0px!important;}
.catalog-seo-sitemap-category ul.sitemap li.level-0,
.catalog-seo-sitemap-category ul.sitemap li.level-1 {width: 100%;}

.catalog-seo-sitemap-category ul.sitemap li.level-0 {margin: 10px 0 0 0;}
.catalog-seo-sitemap-category ul.sitemap li.level-1 {border-bottom: 1px dotted #D9DBDC; margin: 10px 0px 5px 0px;}

.catalog-seo-sitemap-category ul.sitemap li a {color: #333!important;}
.catalog-seo-sitemap-category ul.sitemap li.level-0 a {color: #EC008C!important; font-size: 13px; font-weight: bold;}
.catalog-seo-sitemap-category ul.sitemap li.level-1 a {color: #04B1B4!important}

.catalog-seo-sitemap-category ul.links {clear: both;}

.page-sitemap li.cakes-grn-link a {font-size: 13px; font-weight: bold;}

.catalog-seo-sitemap-product ul.sitemap li {width: 50%; float: left;}
.catalog-seo-sitemap-product ul.sitemap li a {font-size: 12px; color: #333!important;}

.catalog-seo-sitemap-product ol.pages li * {height: 25px!important; width: 25px!important;}
.catalog-seo-sitemap-product ol.pages li a:hover {color:#EC008C; }

.catalog-seo-sitemap-product ol.pages li a.previous-jump {background-position: -179px 0;}
.catalog-seo-sitemap-product ol.pages li a.next-jump {background-position: -269px 0;}
.catalog-seo-sitemap-product .grid {margin-top: 10px;}

.catalog-seo-sitemap-category .page-sitemap ul.sitemap {clear: both; overflow: hidden;}
.catalog-seo-sitemap-category .page-sitemap ul.links {margin: 7px 0 0 0; clear: both;}
.catalog-seo-sitemap-category .page-sitemap ul.links a,
.catalog-seo-sitemap-category .page-sitemap ul.links li.cakes-grn-link a {color: #EC008C; font-size: 12px; font-weight: bold;}

/********** 6.29 Enable Cookies **********/

.cms-enable-cookies h2.subtitle {background-position: 0px -39px!important; margin-bottom: 10px!important;}
.cms-enable-cookies h3 {margin: 20px 0px 10px 0px; color: #EC008C; font-size: 26px; border-top: 1px dotted #D9DBDC; padding-top: 10px;}

.cms-enable-cookies p {margin: 10px 0px;}

.cms-enable-cookies ol {list-style-type: decimal; margin-left: 20px;}
.cms-enable-cookies ol li {margin-top: 20px; border-top: 1px solid #f1f1f1;}

.img-nobord { padding: 0!important; border: none!important;}

.cakes-tabbedbox {margin-top: 40px;}
.cakes-tabbedbox a {font-size: 14px;}
.cakes-tabbedbox p {color: #77787B; font-size: 14px!important; line-height: 18px!important; margin-bottom: 7px;}
.cakes-tabbedbox p span {font-size: 14px!important;}
.cakes-tabs {margin-left:10px; overflow: hidden;}
.cakes-tabs li {overflow: hidden; float: left; width: 133px;}
.cakes-tabs li a {
	float: left; 
	display: inline; 
	padding: 0px 5px; 
	background: url(../img/cakes/tab-unselected.png); 
	height: 28px; 
	width: 133px;
	color: #77787b;
	padding: 10px 0 0 0;
	text-align: center;
	cursor: pointer;
}

#tab-aaq label, #tab-aaq input {font-size: 14px!important;}

.cakes-single-tab {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px solid #dadadc;
	clear: both;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

.cakes-single-tab ul li {font-size: 14px!important; list-style-type: disc!important;}

.cakes-single-tab span strong {color: #EC008C;}
.cakes-single-tab#aaq span strong { margin-bottom: 20px; display: block;}
.cakes-single-tab#tab-shipping-info span {font-size: 14px!important;}
.cakes-tabs li a.selected {color: #FFF; background: url(../img/cakes/tab-selected.png);}

.cupcake-shop .cakes-tabs li a.selected {background-position: -145px 0px;}
.cake-decorating .cakes-tabs li a.selected {background-position: -285px 0px;}
.icings-and-food-colours .cakes-tabs li a.selected {background-position: -426px 0px;}
.decorations .cakes-tabs li a.selected {background-position: -566px 0px;}
.bakeware .cakes-tabs li a.selected {background-position: -707px 0px;}
.cookie-cutter-shop .cakes-tabs li a.selected {background-position: -848px 0px;}
.chocolate-making .cakes-tabs li a.selected {background-position: -2px 0px;}
.seasonal-and-party .cakes-tabs li a.selected {background-position: -988px 0px;}
.featured .cakes-tabs li a.selected {background-position: -145px 0px;}

/* #cakes-dashboard {margin-top:20px;} */
/* #cakes-dashboard span {color: #EC008C;} */
#cakes-dashboard h1 {
	background:url(../img/cakes/title-bground.png) no-repeat;
	height: 32px;
	width: 685px;
	padding: 5px 0 0 10px;
	color: white;
	margin-bottom: 20px;
	background-position: 0px -185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}


#cakes-cart {margin-top: 20px; margin-bottom: 20px;}
#cakes-cart h1 {float: left;}
cakes-cart .buy-button {float: right;}
#cart-container {border: 1px dotted #07B1B4; border-right: none; border-left: none; margin-bottom: 10px;}

#cakes-cart h2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #EC008C; margin-bottom: 0px!important;}
#cakes-cart h2 span {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}

/* **Cart Table** */
#cart-container table {font-size: 12px; color: #EC008C; width:100%; border-collapse:collapse;}
/* #cart-container tr {background: #F1F1F1;} */
#cart-container td {font-size: 12px; padding: 10px}
#cart-container td.product-break {padding: 0px!important}
#cart-container th {padding: 10px; color: #07B1B4;}
#cart-container input {/* border: 1px solid #ADADB0; */ width: 40px; padding: 0;}
#cart-container img {border: 1px solid #E8E9E9; padding: 3px;}

form#cart-update-form th.center {text-align: center}

.cart-line-top {border-top: 1px solid #07B1B4!important; border-bottom: 1px solid #07B1B4!important; vertical-align: top; text-align: center; background: #DBEEED;}
.cart-line-top .buy-button {float: left;}
.cart-product {width: 387px; text-align: left;}
.cart-product a {color: #636466;}
.left {text-align: left;}
a.cart-remove {
	display:block;
	width:15px;
	height:15px;
	background:url(../img/cakes/cart-remove.png) no-repeat 0 0;
	text-indent:-9999px;
	cursor: pointer;
}

a.cart-remove:hover {
background-position:0 -15px;
}

#cart-total {font-size: 12px; color: #07B1B4; float: right;}
#cart-total label {width: 100px; float: left}
#cart-total input {border: 1px solid #ADADB0; padding: 0; width: 190px;/* margin-left: 10px; */}
#cart-total button {float: left; margin-top: 10px; margin-left: 100px;}

#cart-total-left { vertical-align: top;}

#cart-final {margin-left: 20px; width: 200px; vertical-align: top; }

#cart-final #total {background: #DBEEED; /*position:relative; top:-48px;*/ margin: 0; }

#total {font-size: 14px; font-weight: bold; margin: 10px auto; text-align: left;}
#total .left {width: 115px; font-size: 12px; font-weight: normal;}
#total .buy-button { margin-top: 10px; font-weight: normal; float:left; margin-bottom: 10px; margin-left: 10px;}

#total td {padding:5px 10px;}

#grand-total {color: #EC008C; font-size: 16px; }

#cakes-advsearch {margin-top: 20px;}
#cakes-advsearch h2 {color: #07B1B4;}

#cakes-advsearch legend {font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif; font-size: 20px; color: #07B1B4;}
#cakes-advsearch form {margin: 0 auto; color: #77787B; width: 300px; float: left}
#cakes-advsearch input {border: 1px solid #ADADB0; padding: 0 2px; width: 100px;}
#cakes-advsearch label {width: 150px; float: left;}
#cakes-advsearch ul {margin-left: 20px; padding-top: 20px; width: 300px;}
#cakes-advsearch li {margin-bottom: 10px;}
#cakes-advsearch img {float: right; margin-right: 50px;}

/********** 6.30 Newsletter Signup **********/
body.cms-newsletter p {margin: 0 0 10px 0;}

/********** 6.31 RSS **********/
.rss-index-index .grid {margin-top: 20px;}
.table-pink {color: #EC008C; font-weight: bold; padding-bottom: 10px;}
table.rss-table {color:#77787B; font-size: 12px;}
table.rss-table #buy-button a {float: left!important;}
table.rss-table img {padding-top: 7px;}
table.rss-table td {border-bottom: 1px solid #07B1B4; border-top: 1px solid #07B1B4;}

/********** 6.32 Products Page **********/
.tier-pricing-info {float: left!important; margin: 10px 0 0 0!important; background: #DBEEED; padding: 7px 9px; width: 180px;}
.tier-pricing-info h3 {/* font-family: Arial, Helvetica, sans-serif; */ color: #EC008C; font-size: 22px;}
.tier-pricing-info li {margin: 7px 0px;}
.tier-pricing-info li strong {}

.out-of-stock {background: #DBEEED; padding: 10px; font-size: 12px!important;}
.out-of-stock p {font-size: 12px; margin-bottom: 5px; }
.out-of-stock p strong {color:#EC008C; }
.out-of-stock input#request-email {width: 125px!important;}

/******************************************************************************************************
	7		Footer  
******************************************************************************************************/
#cakes-footer {
        background-color: #f1aec1;
        padding-top: 10px;
		border-top:5px solid #EC008C;
		padding-bottom: 15px;
}
#cakes-footer ul {
        border-top: 1px dotted #FFF;
        width: 940px;
        margin: 10px auto 5px;
		padding-bottom: 10px;
		height: 110px;
}


#cakes-footer ul ul {
        border-top: none;
		border-bottom:none;
        width: 100%
}
#cakes-footer li {
        float: left;
        width: 115px;
        padding-left: 2px;
        margin:0px;
		margin-bottom:10px;
}
#cakes-footer li a {color: #FFF;}
#cakes-footer li a:first-child {
        border-left: none;
}
#cakes-footer li li {
        border-left: none;
        font-size: 11px;
        margin: 0;
        line-height: 13px;
        
}

#cakes-footer li li a {height: 15px; display: block; text-align: center;}

#cakes-footer li li a:hover {height: inherit; display: block; padding-bottom: 2px;}
#cakes-footer h4 {
        margin: 0 0 0 10px;
        padding: 5px 0 0 0;
        color: #ec008c;
        font-size: 24px;
        float: left
}
#cakes-footer-search {
        float: right;
        margin-right: 10px;
}
#cakes-footer-search form {
        font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif;
        color: #FFF;
        font-size: 16px;
        height: 28px;
        float: left;
        margin: 0;
        padding: 0;	

}
#cakes-footer-search input {
        background: url(../img/cakes/cakes-signup-bground.png) no-repeat 0px 0px;
        height: 25px;
        width: 198px;
        padding: 5px 0 0 10px;
        margin-left: 5px;
        border: none;   		
}
#cakes-footer-search #submit {
        background: url(../img/cakes/cakes-signup-submit.png) no-repeat 0px 0px;
        border: none;
        width: 37px;
        height: 30px;
        margin: 0px;
        cursor: pointer;
}
#form-entry {float:right;}
#form-submit {
        background: url(../img/cakes/cakes-signup-submit.png) no-repeat 0px 0px;
        height: 30px;
        width: 37px;
        cursor: pointer;
        float: right;
}
#form-submit:hover {
        background-position: 0px -32px;
}
#cakes-footer-search #submit:hover {
        background-position: 0px -31px;
}
.footer-top a {
        color: #ec008c!important;
        font-weight: bold;
}

/* display product price inline for the product view page */
#product-price-inline {
	float: left;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-size: 14px;
}
#product-price-inline div {
	display: inline;
}
#product-price-inline span.regular-price {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 15px;
}
#product-price-inline span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.cakes-tabbedbox P {font-size:11px; margin-top:10px; line-height: 16px; }
.cakes-tabbedbox P.required {margin-left: 160px;}
.cakes-tabbedbox BUTTON.form-button {float:right; margin-right:12px;}

.cakes-single-tab .validation-advice {margin-left: 160px; margin-bottom: 10px;}

.right-side A.next {display:none;}
.right-side .category-slider {margin-top:0px; padding-top:0px;}
.block .breadcrumbs {display:none;}

.cakes-single-tab ul { list-style:circle; margin:15px 0px; }
.cakes-single-tab ul li {margin-left:30px; color:#77787B; }

.product-images {position:relative;}

.price-box2 img.sash {
    border: medium none !important;
    box-shadow: 0 0 0 #FFFFFF !important;
    margin-left: 40px;
    margin-top: -125px;
    padding: 0 !important;
    position: absolute;
    width: 50px !important;
}
.price-box2 SPAN {min-height:12px!important;}

.catalog-product-view .price-box2 img.sash {
    margin-left: -5px;
    margin-top: 44px;
	width: 70px !important;
}
p.last-added {font-size: 12px; padding: 10px 10px 0;}
#newsletter-form LABEL {font-size:12px;}

#product-quantity form button {white-space: normal!important; line-height: 16px; padding: 5px !important;}
#product-quantity form input#request-email {width: 123px!important;}

#product-quantity form button span {display: block; width: 112px}

#product-quantity form input {float: left;}

#product-quantity form input span {float: right;}

.product-quan {float: left!important;}

#coupon-form .note {
    display: block;
    line-height: 16px;
    margin-bottom: 3px;
}

IMG.list-sash {
    border: medium none !important;
    box-shadow: none !important;
    float: right;
    left: 9px;
    position: relative;
    top: -385px;
    width: 50px;
}
IMG.spec-offer {
    margin-bottom: 20px;
    width: 227px;	
}
#cakes-cta h3 {font-size: 18px;}

.product-guide {margin: 10px 0px; border-top: 1px dotted #07B1B4!important;}
.product-guide th {color: #07B1B4; font-size: 13px; text-align: left; font-weight: bold; padding-top: 10px; padding-left: 10px;}
.product-guide-inner {color: #636466!important; font-size: 12px; border-bottom: 1px solid #07B1B4; border-top: 1px solid #07B1B4;}
.product-guide-inner th {text-align: left; padding-bottom: 10px; font-weight: bold; padding-left: 10px;}
.product-guide-inner td {padding: 5px 0px 5px 10px;}


#sitelinks span strong {color: #EC008C!important;}

.last-step {margin-top: 5px!important;}

.gift-card-container {margin-top: -20px;}
.gift-card-container label {width: 120px; color:#EC008C!important;  }
/* .gift-card-container li {width: 100%; border-top: 1px dotted #DCDDDE;} */
.gift-card-container div.input-field {float: left; width: 230px;}
.gift-card-container div.input-box {width: 100%!important; border-top: 1px dotted #DCDDDE; padding: 10px 0px; }
.gift-card-container div.input-field input {width: 130px!important;}
.gift-card-container input.form-button {background: #07b1b4;
	padding: 4px 10px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: #FFF;
	text-decoration: none;
	border: 0;
	font-size: 12px;
	cursor: pointer; margin-bottom: 20px;}
.gift-card-container input.form-button:hover {background: #046F71;
color: white;}
/* .j2t-in-title {color:#EC008C!important; } */

body.rewardpoints-index-points tbody td {border-top: 1px solid #DCDDDE; text-align: center;}

#sitelinks.simple-page h2 {
	margin-bottom:10px;
}
.cms-page-view #sitelinks h2.no-bground {color: #EC008C!important; background: none!important; margin: 10px 0 7px 0!important; font-family: Arial, Helvetica, sans-serif; padding: 0; width: 100%; font-size: 16px;}

.cms-page-view #sitelinks ul.visible-list li {list-style-type: disc; margin-left: 20px;}

.product-sm .addthis_toolbox {
	margin-top: 0px!important;
	
}

.addthis_button_tweet.at300b {
width: 90px;
}

.addthis_button_google_plusone.at300b {
width: 60px; margin-right: 10px;
}

ul#payment_form_securetradingxpay li {width: 100%!important; margin-bottom: 15px!important;}
ul#payment_form_securetradingxpay li label {width: 150px!important;}
ul#payment_form_securetradingxpay li input {margin-left: 0px!important;}
ul#payment_form_securetradingxpay .v-fix {float: left!important;}
/* ul#payment_form_securetradingxpay .security input {width: 140px!important;} */
ul#payment_form_securetradingxpay li#securetradingxpay-ss div.input-box {margin-top: 10px!important;}
ul#payment_form_securetradingxpay li.last-checkout-payment {margin-bottom: 0px!important;}

ul#payment_form_securetradingxpay .validation-advice {background: #EEE; width: 140px;}


div#advice-required-entry-securetradingxpay_cc_type {padding-left: 150px;}

ul#payment_form_securetradingxpay li select {padding: 0!important;}

#payment-tooltip h3 {font-family: Arial, Helvetica, sans-serif; margin: 0!important; font-size: 14px; color:#77787B!important; font-weight: bold; }
#payment-tooltip h4 {font-family: Arial, Helvetivs, sans-serif; color: #EC008C!important; }
#payment-tooltip li {width: 240px!important;}
#payment-tooltip {border: none!important; z-index: 10;}

#dashboard-order-history h3 {font-family: Arial, Helvetica, sans-serif; color: #666; font-size: 16px; font-weight: normal;}
.my-account h2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px;}
.my-account h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px;}
#cakes-dashboard h3,
#cakes-dashboard h2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px;}

.pin-it {margin-left: 96px!important;}

/* BLOG
----------------------------------------------- */

/* Left Side */

.is-blog .page-title h1 {color: #EC008C; border-bottom: 1px dotted #EC008C; padding-bottom: 10px;}
.is-blog .cakes-flags {display: none;}
.is-blog ul.breadcrumbs {margin: 5px 0 7px 10px;}
.is-blog ul.breadcrumbs li a, .is-blog ul.breadcrumbs li span {color: #939598;}
.is-blog .wp-sidebar .block {margin: 0px!important}
.is-blog .wp-sidebar .block {margin-bottom: 20px!important; }
.is-blog .wp-sidebar .block-title {background: url(../img/cakes/blog-left-header.png) no-repeat; height: 35px;}
.is-blog .wp-sidebar .block-blog-search .blog-search input {border: 1px solid #04B1B4; margin: 10px 0px; width: 100px; float: left}
.is-blog .wp-sidebar .block-blog-search .blog-search button {float: left; margin: 10px 0px; line-height: 16px;}
.is-blog .wp-sidebar .block ul {margin-top: 10px;}
.is-blog .wp-sidebar .block li a {font-size: 12px;}
.is-blog .post-list p.on, .is-blog .post-list p.details {font-size: 11px;}
.is-blog .wp-sidebar button {padding-left: 0px!important; padding-right: 0px!important; width: 55px; line-height: auto!important; height: 22px!important;}

.is-blog .grid_3 .block {width: auto; margin: 0px;}
.is-blog .grid_3 .block .block-title {background: url(../img/cakes/blog-left-header.png) no-repeat; height: 35px;}
.is-blog .grid_3 .block .block-title strong {font-family: eurofurencelightRegular, Arial, Helvetica, sans-serif; font-weight: normal; color: #FFF; font-size: 20px; margin: 6px 0 0 10px; float: left;}

.is-blog .grid_3 .block .block-content {font-size: 12px; margin: 10px 0 20px 0;}
/* Right Side */

.is-blog .post-view {margin-top: 10px;}
.is-blog .post-view p.when,
.is-blog .post-view p.details {font-size: 11px;}
.is-blog .post-view .entry p {margin: 0 0 15px 0;}
.is-blog .post-view .entry img {margin: 10px 10px 10px 0;}
.is-blog .post-view .entry .alignleft {float: left;}
.is-blog .post-view .entry .alignright {float: right;}

.is-blog .post-list li {margin-bottom: 20px!important;}
.is-blog .post-list li:last-child p.details {border-bottom: none;}
.is-blog .post-list p.details {border-bottom: 1px dotted #EC008C; padding-bottom: 10px;}

.is-blog .post-list ul {background: url(../img/cakes/cakes-flags.png) repeat-x -2px bottom; padding-bottom: 10px;}

/* .is-blog .post-list p.details {background: url(../img/cakes/cakes-flags.png) repeat-x 0px 25px; height: 48px;} */

.is-blog .grid_9 ul.messages {margin-bottom: 15px;}
/* .is-blog .grid_9 .page-title {display: none;} */
.is-blog .grid_9 h2 {margin: 0px!important; font-size: 24px;}
.is-blog .grid_9 .entry p {margin-top: 10px;}

.is-blog .post-view .entry .featured-image {display: none;}

.is-blog .featured-image img {height: 100px; margin-right: 10px;}

.is-blog .left {float: left;}

.is-blog .post-list img {display: none;}
.is-blog .post-list .featured-image img {display: block;}

/* Comments */

.is-blog #comments{background: #DBEEED; padding: 10px 15px; margin-top: 10px; width: 500px;}
.is-blog #comments .legend {font-size: 16px;}
.is-blog #comments label {color: #77787B;}
.is-blog #comments h2 {font-size: 18px;}
.is-blog #comments .by {font-size: 12px;}
.is-blog #comments .entry {color: #000; margin-bottom: 10px;}

.is-blog .page-title h1 {margin-bottom: 10px;}

table#referred-friends-table tbody tr td {text-align: center!important;}

.cart-shipping {margin-right: 60px;}
.cart-shipping h3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.checkout-cart-index form#co-shipping-method-form label {width: 320px!important}

.checkout-cart-index #shipping-zip-form,
.checkout-cart-index #co-shipping-method-form {margin: 10px 0 20px 10px;}

.discount-codes .rewards_point_cart a {
	background: #07B1B4;
	float: left;
	padding: 3px 10px;
	-moz-box-shadow: 2px 2px 5px #dedede;
	-webkit-box-shadow: 2px 2px 5px #dedede;
	box-shadow: 2px 2px 5px #dedede;
	color: white;
	text-decoration: none;
	margin-top: 10px;
}

.discount-codes .rewards_point_cart a:hover {
	background: #046F71;
}

span.pointsExplanation {line-height:16px;}