body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}
table {
   border-collapse:collapse;
   border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
   font-style:normal;
   font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
/* End reset */
* {
   margin:0;
   padding:0;
}

/* General Style Info */
body {
   background: #FF6200 url(../img/layout/bg-body.png) top center repeat;
   background: -moz-radial-gradient(ellipse farthest-corner, rgba(255,255,255,0.15) 50%, transparent ) fixed,
               #FF6200 url(../img/layout/bg-body.png) fixed top center repeat;
/*
   background: -webkit-gradient( radial, 50% 50%, 0, 50% 0, 900, from( rgba(255,255,255,0.2) ), to( transparent ) ) fixed,
               #FF6200 url(../img/layout/bg-body.png) fixed top center repeat;
*/
   color: #333;
   font-family: Helvetica, Arial, sans-serif;
   font-size:75%;
   margin: 0;
   padding: 0 0 40px;
   text-align: center;
}
.content-jump-link{
   display:none;
}
a {
   color: #26BCE2;
   font-weight: bold;
   outline: none;
}
a:hover {
   color: #A2D847;
}
a img {
   border:none;
}
h1, h2, h3, h4 {
   font-weight: normal;
}
h1 {
   color: #ccc;
   font-size: 500%;
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0.1em 0;
   padding: 0 0 0.1em;
   line-height: 1em;
}
h2 {
   color: #26BCE2;
   font-family: "Lacuna Regular", helvetica, arial, sans-serif;
   font-size: 240%;
   margin: 0.3em 0;
   padding-top: 0.8em;
}
h3 {
   color: #555;
   font-family: helvetica, arial, sans-serif;
   font-size: 165%;
   font-weight: bold;
   margin: 12px 0 18px;
}
h4 {
   color: #333;
   font-weight: bold;
   padding: 0.5em 0;
}
li{
    line-height: 1.5;
}
ul {
   padding: 0 16px 20px;
   list-style-type: square;
}
ul li {
   margin: 0 0 10px 0;
   list-style-type: square;
}
ol {
   margin-top: 20px;
   padding: 0 20px 20px;
   list-style-type: decimal;
}

ol li {
   margin: 0 0 10px 0;
   list-style-type: decimal;
}
ol ul li{
	list-style: square;
}
p{
	font-size: 120%;
   padding-bottom: 1.5em;
   line-height: 1.5em;
}
strong{
   font-weight: bold;
}
#content em{
    font-style: italic;
    font-weight: inherit;
}
/* Layout */
#container {
   background: #fff;
   border-style: solid;
   border-width: 0 1px 1px;
   border-color: #EFB494;
   width: 960px;
   margin: 0 auto 30px;
   text-align: left;
   -webkit-border-radius: 0 0 5px 5px;
   -moz-border-radius: 0 0 5px 5px;
   border-radius: 0 0 5px 5px;
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5),
                       0 0 15px rgba(142,72,16,0.2) inset;
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5),
                    0 0 15px rgba(142,72,16,0.2) inset;
   box-shadow: 0 0 15px rgab(0,0,0,0.5),
               0 0 15px rgba(142,72,16,0.2) inset;
}

#header{
   padding: 20px 0 5px;
   margin: 0 40px 0;
   background: url(../img/layout/header-bg.jpg) no-repeat scroll 216px 20px;
}
#header h1{
   margin: 0;
   padding: 0;
   height: 98px;
   font-size: 1em;
}
#header h1 a{
   padding: 0;
   margin: 0;
   display: block;
   width: 156px;
   height: 98px;
}
#header h2 {
   background: url(../img/layout/tagline.png) no-repeat top left;
   font-size: 1em;
   text-indent: -5000px;
   overflow: hidden;
   width: 154px;
   height: 31px;
   margin: 6px 0 0 2px;
   padding: 0;
   float: left;
}
#header #AboutMenu{
   text-align: right;
   padding: 15px 0 10px 0;
   border-bottom: solid 1px #ccc;
}
#header #ProductMenu{
   padding: 10px 0 0 0;
   text-align: right;
}
#header #AboutMenu ul,
#header #ProductMenu ul{
   padding: 0;
   margin: 0;
}
#header #AboutMenu li{
   display: inline;
   margin: 0 0 0 15px;
}
#header #ProductMenu li{
   display: inline;
   margin: 0 0 0 20px;
}
#header #AboutMenu li a{
   color: #FF6200;
   text-decoration: none;
   text-transform: uppercase;
   font-weight: normal;
   font-family: "Arial Narrow", helvetica, arial, sans-serif;
   padding: 3px 0;
}
#header #AboutMenu li a:hover{
   border-style: solid;
   border-width: 5px 0 0;
   border-color: #FF6200;
}
#header #AboutMenu li a.Current,
#header #AboutMenu li a.Current:hover{
   color: #999;
   border-style: solid;
   border-width: 5px 0 0;
   border-color:  #999;
   cursor: default;
}
#header #ProductMenu li a{
   color: #26BCE2;
   text-decoration: none;
   font-size: 150%;
   font-weight: normal;
   font-family:  "Arial Narrow", helvetica, arial, sans-serif;
   padding: 3px 0;
   border-style: solid;
   border-width: 0 0 5px;
   border-color: transparent;
}
#header #ProductMenu li a:hover{
   border-color:  #26BCE2;
}
#header #ProductMenu li a.Current,
#header #ProductMenu li a.Current:hover{
   color: #999;
   border-style: solid;
   border-width: 0 0 5px;
   border-color:  #999;
   cursor: default;
}
#content{
   clear: both;
   color: #333;
   padding: 10px 0 40px 0;
   margin: 0 40px 0;
   min-height: 400px;
}
#footer {
   clear: both;
   color: #999;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.9em;
   margin: 20px 40px 0;
   padding: 10px 0 60px;
   text-align: left;
}
#footer .SocialNetworkLinks{
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#footer .SocialNetworkLinks a{
	display: inline-block;
	background: url(../img/layout/sprite-social-icons.png) no-repeat;
	height: 29px;
	overflow: hidden;
	text-indent: 9999em;
	vertical-align: middle;
	width: 29px;
}
#footer .SocialNetworkLinks .Flickr:hover{
	background-position:  -30px 0;
}
#footer .SocialNetworkLinks .Twitter{
	background-position: 0 -30px;
}
#footer .SocialNetworkLinks .Twitter:hover{
	background-position:  -30px -30px;
}
#footer .SocialNetworkLinks .Facebook{
	background-position: 0 -60px;
}
#footer .SocialNetworkLinks .Facebook:hover{
	background-position:  -30px -60px;
}
#footer .CopyrightNotice{
   float: left;
   width: 49%;
}
#footer .FooterMenu{
   float: right;
   width: 49%;
   text-align: right;
}
#footer .FooterMenu a{
   color: #c05000;
   font-size: 110%;
   font-weight: normal;
   text-decoration: none;
}
#footer .FooterMenu a:hover{
   color: #FFAD00;
}
#DeveloperCredit{
   position: relative;
   top: -1.2em;
   color: #fff;
   padding-bottom: 1em;
   font-weight: bold;
   font-size: 110%;
}
#DeveloperCredit a{
   font-size: 90%;
   color: #fff;
   font-weight: normal;
   text-decoration: none;
   padding: 0 5px;
}
#DeveloperCredit a:hover{
   text-decoration: underline;
}
/* Simplified Layout */
#container.Simplified #header{
   background: none;
   height: 150px;
}
#container.Simplified #content{
   padding-top: 0;
   padding-right: 0;
   margin-right: 20px;
   position: relative;
   top: -10px;
   background: transparent;
}
#container.Simplified #content h1{
   padding-top: 0;
}
#container.Simplified .message{
   width: 660px;
}
/*
 * BLANK LAYOUT
 */
body.Blank{
   background: #FFF;
}
body.Blank #container{
   width: auto;
   border: none;
   text-align: center;
}
/* Forms */
form {
   clear: both;
   margin-right: 20px;
   padding: 0;
   width: 80%;
}
fieldset {
   border: 1px solid #ddd;
   margin-top: 30px;
   padding: 16px 20px;
}
fieldset legend {
   background:#fff;
   color: #26BCE2;
   font-size: 160%;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
}
fieldset fieldset {
   margin-top: 0px;
   margin-bottom: 20px;
   padding: 16px 0;
}
fieldset fieldset legend {
   font-size: 120%;
   font-weight: normal;
   margin-left: 20px;
}
fieldset fieldset div {
   clear: left;
   margin: 0 20px;
}
form div {
   clear: both;
   margin-bottom: 0.5em;
   padding: 1em 0;
   vertical-align: text-top;
}
form div.input {
   color: #444;
}
form div.required {
   color: #333;
   font-weight: bold;
}
form div.submit {
   border: 0;
   clear: both;
   margin-top: 10px;
   margin-left: 196px;
}
form div.submit input,
form input[type=submit] {
   color: #EAF6FF;
   font-size: 160%;
   padding: 3px 8px;
   text-transform: uppercase;
   border: 1px solid #3ACFF6;
   background: #26BCE2;
   
   -webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
}

form div.submit input:hover,
form input[type=submit]:hover  {
   background: #A6ECFF;
   color: #3ACFF6;
   cursor: pointer;
}
form div.submit input:active,
form input[type=submit]:active {
   background: #197086;
   border-color: #56AfC6; 
   color: #469fb6;
}
label {
   display: block;
   font-size: 110%;
   padding-right: 20px;
   font-weight: bold;
}
form .indicate-required{
	color: #FF6200;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
form .note-required{
	color: #FF6200;
	font-size: 16px;
	font-weight: bold;
}
#mc_embed_signup form fieldset{
	border: none;
	padding: 0;
}
form .mc-field-group{
	clear: left;
}
form #mc-EMAIL-field-group {
	float: left;
	padding-right: 20px;
}
form #mc-EMAIL-field-group label{
	float: left;
	font-size: 180%;
	padding-top: 6px;
}
form .submit.inline{
	clear: none;
	margin: 0;
	padding-left: 12px;
}
#mce-responses{
	margin: 0;
	padding: 0;
}
#mce-responses .response{
	background: #CCC;
	border: 1px solid #BBB;
	color: #555;
	display: none;
	padding: 5px 10px 4px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#mce-responses #mce-error-response{
	background: #FCC;
	border-color: #FBB;
	color: #900;
}
#mce-responses #mce-success-response{
	background: #D1E2B5;
	border-color: #7DBF0C;
	color: #5D9F0C;
}
form input.mce_inline_error{
	background: #FCC;
	border: 1px solid #FBB;
}
form div.mce_inline_error{
	color: #900;
	font-weight: bold;
}
input, textarea {
   font-size: 140%;
   padding: 3px 2px;
}
select {
   font-size: 120%;
   vertical-align: text-bottom;
}
option {
   font-size: 120%;
   padding: 0 3px;
}
/* Notices and Errors */
div.message {
   clear: both;
   color: #C00;
   font-size: 140%;
   font-weight: bold;
   margin: 1em 0;
}
div.error-message {
   clear: both;
   color: #C00;
   font-weight: bold;
}
p.error {
   background-color: #e32;
   color: #fff;
   font-family: Courier, monospace;
   font-size: 120%;
   line-height: 140%;
   padding: 0.8em;
   margin: 1em 0;
}
p.error em {
   color: #000;
   font-weight: normal;
   line-height: 140%;
}
.notice {
   background: #ffcc00;
   color: #000;
   display: block;
   font-family: Courier, monospace;
   font-size: 120%;
   line-height: 140%;
   padding: 0.8em;
   margin: 1em 0;
}
.success {
   background: green;
   color: #fff;
}
/*
 * HOME
 */
div#container.Home{
   position: relative;
}
div#container.Home #header{
   background: none;
}
div#container.Home #header .Announcement{
   position: absolute;
   width: 620px;
   top: 20px;
   right: 40px;
   padding: 10px;
   background: #FFEFD1;
   border: solid 1px #FFD680;
   -webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;   
}
div#container.Home #header .Announcement .picture{
    float: right;
    margin-left: 10px;
}
div#container.Home #header .Announcement .picture img{
    border: solid 1px #FFD680;
}
div#container.Home #header .Announcement .picture a:hover img{
    border-color: #26BCE2;
}
div#container.Home #header .Announcement h3{
   padding: 0;
   margin: 0;
   font-size: 150%;
}
div#container.Home #header .Announcement p{
   padding: 0;
   margin: 0;
   font-size: 100%;
}
div#container.Home #header .Announcement .details{
   font-size: 90%;
}
div#container.Home #content{
   min-height: 300px;
   margin-top: 10px;
}
div#container.Home #WelcomeMessage h1,
div#container.Home div.SeasonalCupcake h2{
   margin-top: 0;
   padding-top: 0;
}
div#container.Home #WelcomeMessage{
   width: 420px;
   margin: 30px 59px 0 0;
   float: left;
}
div#container.Home #WelcomeMessage h3 a,
div#container.Home div.SeasonalCupcake h2 a{
   color: inherit !important;
   text-decoration: none !important;
}
div#container.Home #WelcomeMessage h3 a:hover{
   color: #26BCE2 !important;
}
div#container.Home div.SeasonalCupcake{
   width: 400px;
   clear: none;
   float: right;
   margin: 40px 0;
}
div#container.Home div.SeasonalCupcake h2 a{
   font-weight: normal;
}
div#container.Home div.SeasonalCupcake h3{
   padding: 0;
   margin: 0;
}
div#container.Home div.SeasonalCupcake h3 a{
   display: block;
   width: 400px;
   height: 250px;
   overflow: hidden;
   text-indent: -9999px;
   background: url(../img/layout/seasonal_special-bg.jpg) no-repeat top left;
}

div#container.Home .promotional #campaign{
    border: 10px solid #DDD;
    float: left;
    margin: 30px 40px 0 0;
    padding: 5px 5px 10px;
    
    border-radius: 10px;
}
div#container.Home .promotional .SeasonalCupcake{
    float: left;
}
/*
div#container.Home div.SocialNetworkLinks{
   float: right;
   height: 30px;
   padding: 0 0 10px;
}
div#container.Home div.SocialNetworkLinks span.Label{
   color: #999;
   padding-right: 10px; 
}
div#container.Home div.SocialNetworkLinks a.SocialNetworkLink img{
   margin: 0 0 -3px 5px;
}
.Home .SocialNetworkLinks a{
	display: inline-block;
	background: url(../img/layout/sprite-social-icons.png) no-repeat;
	height: 30px;
	overflow: hidden;
	text-indent: -9999em;
	vertical-align: middle;
	width: 30px;
}
.Home .SocialNetworkLinks .Flickr:hover{
	background-position:  -30px 0;
}
.Home .SocialNetworkLinks .Twitter{
	background-position: 0 -30px;
}
.Home .SocialNetworkLinks .Twitter:hover{
	background-position:  -30px -30px;
}
.Home .SocialNetworkLinks .Facebook{
	background-position: 0 -60px;
}
.Home .SocialNetworkLinks .Facebook:hover{
	background-position:  -30px -60px;
}
*/


/*
 * MENU
 */
div.Menu #Cupcakes{
   position: relative;
}
div.Menu #Cupcakes p{
   padding-left: 3px;
}
div.MenuCategory h2 span.Price{
   color: #555;
   font-size: 65%;
   font-family: Helvetica, Arial, sans-serif;
   padding-left: 20px;
}
div.Menu dl{
   width: auto;
}
div.Menu #Cupcakes{
   position: relative;
}
div.Menu .Cupcake .Name{
   font-size: 160%;
   font-weight: normal;
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   color: #FF6200;
   margin: 0 0 0 75px;
   padding: 0;
}
.Menu .Cupcake .Description{
   font-size: 120%;
   line-height: 1.25;
   margin: 0 0 0 75px;
   padding-bottom: 0px;
}
.Menu p{
   color: #555;
}
.Menu #SeasonalCupcake{
   width: 420px;
   background: #FFEFD1;
   border: solid 1px #FFD680;
   padding: 0 0 25px 0;
   margin: 20px 0 10px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
}
div.Menu #SeasonalCupcake h2{
   color: #444;
   margin: 0 20px;
   padding-top: 15px;
}
div.Menu #SeasonalCupcake h2 .Price{
   color: #777;
}
div.Menu #SeasonalCupcake ul{
   margin: 20px 5px 0 0;
   padding: 0;
   clear: left;
}
div.Menu #SeasonalCupcake .Cupcake{
   margin: 10px 20px 0 20px;
   list-style-type: none;
}
div.Menu #SeasonalCupcake li.Cupcake img{
   float: left;
   margin: 3px 10px 0 0;
}
div.Menu #SeasonalCupcake li.Cupcake .Description{
   margin-left: 95px;
   padding-bottom: 0;
}
div.Menu #HouseCupcakes{
   width: 420px;
   margin-bottom: 10px;
   padding-bottom: 160px;
   background: transparent url(../img/layout/menu/house-bg.jpg) no-repeat left bottom;
}
div.Menu #HouseCupcakes ul{
   height: 18em;
   padding: 0 0 0 5px;
}
div.Menu #HouseCupcakes li,
div.Menu #WithATwistCupcakes li{
   font-size: 160%;
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   color: #FF6200;
   margin: 0 0 5px 0;
   padding: 0 0 0 16px;
   background: transparent url(../img/layout/bullet.png) no-repeat scroll 0 5px;
   list-style-type: none;
}
div.Menu #HouseCupcakes li{
   width: 170px;
   padding-right: 20px;
   margin: 0 0 5px;
   float: left;
}
div.Menu #HouseCupcakes li .Special{
   display: block;
   font-size: 70%;
   line-height: 1em;
   font-weight: normal;
   color: #b1b1b1;
   text-transform: lowercase;
}
div.Menu #WithATwistCupcakes{
   width: 420px;
   margin-bottom: 140px;
   background: transparent url(../img/layout/menu/with-a-twist-bg.png) no-repeat right bottom;
}
div.Menu #WithATwistCupcakes ul{
   padding: 0;
}
div.Menu #TopShelfCupcakes{
   position: absolute;
   top: 0;
   left: 460px;
}
div.Menu #TopShelfCupcakes h2{
   padding-top: 0;
   margin-top: 0;
}
div.Menu #TopShelfCupcakes ul{
   margin: 20px 5px 0 0;
   padding: 0;
}
div.Menu #TopShelfCupcakes li.Cupcake{
   list-style-type: none;
   clear: left;
   margin: 0 0 30px;
   min-height: 60px;
}
div.Menu #TopShelfCupcakes li.Cupcake img{
   float: left;
   margin: 3px 20px 0 0;
}
div.Menu div.OrderLink{
   border-bottom: solid 1px #ddd;
   margin: 120px 10px 60px;
}
div.Menu div.OrderLink a{
   position: relative;
   top: 32px;
   margin: 0 auto;
   width: 210px;
   background-position: center top;
}
div.Menu div.OrderLink a:hover{
   background-position: 50% -64px;
}
div.Menu #SignatureCupcakes{
   width: 500px;
   float: left;
   padding-top: 20px;
   margin-bottom: 40px;
}
div.Menu #SignatureCupcakes h2{
   font-family: "Helvetica LT Std", Helvetica, Arial, sans-serif;
   font-size: 280%;
   color: #FF6200;
   padding-top: 0;
}
div.Menu #SignatureCupcakes p{
   margin-right: 50px;
   font-size: 110%;
}
div.Menu #SignatureCupcakes div.CaseStudy{
   margin: 20px 0 0 0;
   padding: 0 220px 0 0;
   background: transparent url(../img/layout/menu/signature-case-study-bg.jpg) no-repeat right top;
}
div.Menu #SignatureCupcakes div.CaseStudy h4{
   padding: 0 0 10px;
   font-size: 180%;
   color: #649D00;
}
div.Menu #SignatureCupcakes div.CaseStudy p{
   color: #777;
   font-size: 95%;
}
div.Menu #SpecialRequest{	
   background: #A6ECFF;
   border: 1px solid #3ACFF6;
   clear: both;
   color: #3ACFF6;
   margin: 40px 0 -40px;
   padding: 10px 10px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
}
div.Menu #SpecialRequest h3{
	display: inline;
   font-family: "Helvetica LT Std", "Arial Narrow", Helvetica, Arial, sans-serif;
   font-size: 160%;
   font-weight: bold;
   line-height: 1.2;
   margin: 0;
   padding-top: 0;
}
div.Menu #SpecialRequest p{
   color: #555;
   display: inline;
   font-family: "Helvetica LT Std","Arial Narrow", Helvetica, Arial, sans-serif;
   font-size: 160%;
   line-height: 1.2;
   margin: 0 0 0 10px;
}
div.Menu #SpecialRequest p a{
   color: #26BCE2 !important;
   text-decoration: none;
}
div.Menu #SpecialRequest p a:hover{
   color: #169CC2 !important;
   text-decoration: underline;
}
.Menu .custom-order{
	float: left;
	margin: 0 40px 60px 0;
	width: 420px;
}
.Menu .custom-order img{ 
	float: left;
	margin: 0 20px 20px 0;
}
.Menu .custom-order ul{
	color: #555;
	font-size: 120%;
	margin-left: 170px;
}
.Menu .mini-bar{
	float: right;
	margin-bottom: 60px;
	width: 420px;
}
.Menu .mini-bar img{ 
	float: right;
	margin: 0 0 20px 20px;
}
/*
 * ORDER
 */
#OrderStageIndicator {
   height: 70px;
   margin-top: 5px;
}
#OrderStageIndicator ul{
   font-size: 180%;
   font-weight: bold;
   margin: 0;
   padding: 0;
}
#OrderStageIndicator ul li{
   list-style-type: none;
   float: left;
   color: #ddd;
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
   padding: 1em 0 0 0;
   margin: 0 20px 0 0;
}
#OrderStageIndicator ul li.Current{
   font-size: 1.6em;
   padding-top: 0;
   color: #FF9410;
}
#OrderStageIndicator ul li span.StageNumber{
   font-size: 1.8em;
}
#OrderStageIndicator ul li.Current span.StageName{
}
/*
 * ORDER PLACE
 */
#OrderPlaceForm fieldset legend{
   margin-left: 50px;
}
#OrderPlaceForm div.input{
    border-bottom: dotted 1px #ccc;
}
#OrderPlaceForm div.input label{
   float: left;
   width: 150px;
   text-align: right;
   padding: 4px 0;
   margin-right: 30px;
}
#OrderPlaceForm div.input div.Helptext{
   margin: 2px 0 0 180px;
   font-weight: normal;
   font-size: 95%;
   color: #999;
}
#OrderPlaceForm div.input div.Helptext strong{
    color: #777;
}
#OrderPlaceForm div.text input{
   clear: none;
   /*margin-left: 180px;*/
   width: 350px;
   font-size: 1.2em;
   background: #eeeef3;
   border: solid 1px #e0e0e3;
}
#OrderPlaceForm div.checkbox{
   border: none;
   padding: 5px 0 0;
}
#OrderPlaceForm div.checkbox #CustomerJoinMailingList{
   margin-left: 180px;
   padding-top: 2px;
}
#OrderPlaceForm div.checkbox label{
   font-weight: normal;
   padding: 0 0 0 5px;
   margin: 0;
   width: auto;
   display: inline;
   float: none;
}
#OrderPlaceForm div.input select{
   font-size: 1.2em;
   padding: 2px;
   background: #eeeef3;
   border: solid 1px #e0e0e3;
}
#OrderPlaceForm div.input #OrderDeliveryDateMonth,
#OrderPlaceForm div.input #OrderDeliveryTime{
}
#OrderPlaceForm div.input .error-message{
   margin-left: 180px;
}
/*
 * ORDER ADD CUPCAKES
 */
#OrderAddCupcakesForm{
   width: 675px;
   font-size: 90%;
}
#OrderAddCupcakesForm div.InstructionMessage{
   padding: 15px 0 5px 20px;
   clear: both;
   width: 100%;
   font-size: 130%;
   color: #777;
}
#OrderAddCupcakesForm #HouseCupcakes div.HouseCupcake{
   padding: 0;
}
#OrderAddCupcakesForm #HouseCupcakes div.HouseCupcake div.select{
   float: left;
   clear: none;
   padding-left: 0;
   padding-right: 30px;
}
#OrderAddCupcakesForm #HouseCupcakes div.HouseCupcake div.text{
   float: right;
   clear: none;
   width: 38px;
   font-weight: normal;
}
#OrderAddCupcakesForm #HouseCupcakes div.HouseCupcake div.text input{
   font-size: 1.1em;
}
#OrderAddCupcakesForm #NewEntryLink{
   clear: both;
}
#OrderAddCupcakesForm #SeasonalCupcakes div.Info,
#OrderAddCupcakesForm #TopShelfCupcakes div.Info{
   float: left;
   width: 500px;
}
#OrderAddCupcakesForm div.Info div.Name{
   font-size: 1.5em;
   font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   color: #FF6200;
   margin: 5px 0 0 0;
   padding: 0;
}
#OrderAddCupcakesForm div.Info div.Description{
   font-size: 1.1em;
   color: #999;
   margin: 0;
   padding: 0;
}
#OrderAddCupcakesForm #SeasonalCupcakes div.input,
#OrderAddCupcakesForm #TopShelfCupcakes div.input{
   float: right;
   clear: none;
}
#OrderAddCupcakesForm #SeasonalCupcakes div.input label,
#OrderAddCupcakesForm #TopShelfCupcakes div.input label{
   font-size: 0.9em;
   font-weight: normal;
}
#OrderAddCupcakesForm #SeasonalCupcakes div.input input,
#OrderAddCupcakesForm #TopShelfCupcakes div.input input,
#OrderAddCupcakesForm .HouseCupcake div.input input{
   width: 30px;
   font-size: 1.1em;
}
#CurrentOrderContainer{
   position:absolute;
   right:0px;
   top:0;
   width:200px;
   min-height:200px;
}
#CurrentOrderContainer table{
   border: none;
   background: #fff;
   font-size: 0.9em;
   width: 100%;
}
#CurrentOrderContainer table caption{
   text-align: left;
   font-weight: bold;
   font-size: 1.2em;
   padding-bottom: 15px;
   background: #fff;
}
#CurrentOrderContainer table th{
   background: transparent;
   border: none;
   text-align: left;
   padding: 5px;
   text-decoration: underline;
}
#CurrentOrderContainer table td{
   text-align: left;
   vertical-align:top;
   padding: 5px;
}
#CurrentOrderContainer table tbody td{
   text-align: left;
   padding-bottom: 15px;
   font-size: 1.1em;
   color: #555;
}
#CurrentOrderContainer table tfoot td{
   font-size: 1em;
   font-weight: bold;
}
#CurrentOrderContainer table td{
   border: none;
}

/*
 * ORDER - FINALIZE
 *
 */
#FinalizeOrderScreen,
#OrderConfirmation{
   clear: both;
   padding-top: 20px;
}
#FinalizeOrderScreen div.InstructionMessage,
#OrderConfirmation div.InstructionMessage{
   font-size: 130%;
   font-weight: normal;
   color: #777;
   padding: 10px 0;
}
#FinalizeOrderScreen div.OrderMetaInfo,
#OrderConfirmation div.OrderMetaInfo{
   width: 350px;
   margin-right: 20px;
   float: left;
}
#FinalizeOrderScreen div.OrderMetaInfo dl,
#OrderConfirmation div.OrderMetaInfo dl {
   line-height: 2em;
   margin: 0em 0em;
}
#FinalizeOrderScreen div.OrderMetaInfo dt,
#OrderConfirmation div.OrderMetaInfo dt {
   font-weight: bold;
   vertical-align: top;
}
#FinalizeOrderScreen div.OrderMetaInfo dd,
#OrderConfirmation div.OrderMetaInfo dd {
   margin-left: 10em;
   margin-top: -2em;
   vertical-align: top;
}
#FinalizeOrderScreen div.CustomerInfo,
#OrderConfirmation div.CustomerInfo{
   padding-bottom: 20px;
}
#FinalizeOrderScreen div.CustomerInfo h2,
#FinalizeOrderScreen div.DeliveryInfo h2,
#OrderConfirmation div.CustomerInfo h2,
#OrderConfirmation div.DeliveryInfo h2{
   padding-bottom: 10px;
}
#FinalizeOrderScreen div.OrderMetaInfo span.Empty,
#OrderConfirmation div.OrderMetaInfo span.Empty{
   color: #999;
}
#FinalizeOrderScreen div.OrderMetaInfo dl,
#OrderConfirmation div.OrderMetaInfo dl{
   width: 90%;
}
#FinalizeOrderScreen div.OrderMetaInfo dt,
#OrderConfirmation div.OrderMetaInfo dt{
   font-size: 90%;
}
#FinalizeOrderScreen div.OrderMetaInfo dd,
#OrderConfirmation div.OrderMetaInfo dd{
   color: #555;
   margin-bottom: 5px;
}
#FinalizeOrderScreen div.OrderInfo,
#OrderConfirmation div.OrderInfo{
   margin-left: 370px;
}
.OrderInfo table{
   border: none;
   background: #fff;
   font-size: 0.9em;
   width: 310px;
   clear: none;
}
.OrderInfo table caption{
   text-align: left;
   font-weight: bold;
   font-size: 1.2em;
   padding-bottom: 15px;
   background: #fff;
}
.OrderInfo table th{
   background: transparent;
   border: none;
   text-align: left;
   padding: 15px 5px 15px;
   font-weight: bold;
}
.OrderInfo table td{
   text-align: left;
   vertical-align: top;
   padding: 5px;
   border: none;
}
.OrderInfo table tbody td{
   text-align: left;
   padding-bottom: 15px;
   font-size: 1.3em;
   color: #555;
}
.OrderInfo table tfoot tr.TopRow{
   border-top: solid 1px #ccc;
}
.OrderInfo table tfoot tr.TopRow td{
   padding-top: 10px;
}
.OrderInfo table tfoot td{
   font-size: 1em;
   font-weight: bold;
}
.OrderInfo table tfoot td.TaxRate{
   color: #999;
   font-size: 90%;
}
.OrderInfo table tfoot tr.TotalRow{
   font-size: 120%;
}
.OrderInfo table .Cost{
   text-align: right;
}
.OrderInfo table .Quantity{
   text-align: center;
}
#OrderFinalizeForm{
   padding-top: 50px;
}
#OrderFinalizeForm #OrderSpecialRequest{
   width: 400px;
}
#OrderFinalizeForm div.Helptext{
   padding: 0;
   margin: 0;
   color: #999;
}
#FinalizeOrderScreen .EditLink{
   margin: 10px 0 10px;
   font-size: 90%;
}
span.CODAmount{
   font-weight: bold;
}
#OrderConfirmation{
   margin-bottom: 40px;
}
#OrderConfirmation div.SpecialRequest{
   clear: both;
   margin: 50px 0 50px 0;
}
p.ConfirmReturnMessage{
   clear: both;
   padding: 30px 0;
}
/*
 * MiniBar
 *
 */
div.MiniBar{
   padding: 0 440px 0 0;
   min-height: 485px;
   background: url(../img/mini-bar-cupcakes.jpg) no-repeat 480px 80px;
}
div.MiniBar h1{
   padding-bottom: 30px;
}
div.MiniBar p{
   font-size: 120%;
}
div.MiniBar ol{
   padding: 0 20px 20px;
}
div.MiniBar ol li{
   list-style-type: decimal;
   font-size: 120%;
   color: #999;
}
/*
 * DELIVERY
 */
div.Delivery{
   padding: 0 440px 0 0;
   background: url(../img/cupcakes-box.jpg) no-repeat scroll 480px 80px;
}
div.Delivery h1{
   padding-bottom: 30px;
}
div.Delivery .DeliveryPolicy{
   font-size: 120%;
}
div.Delivery div.InstructionMessage{
   font-size: 100%;
   font-weight: normal;
   color: #777;
   padding: 20px 0 15px;
}
div.Delivery #DeliveryLookupForm{
   padding-bottom: 20px;
}
div.Delivery div.input{
   float: left;
   padding: 0;
}
div.Delivery div.input label{
   display: inline;
   float: left;
   font-size: 180%;
   padding-top: 5px;
}
div.Delivery div.input input{
   width: 80px;
   clear: none;
   float: left;
   font-size: 180%;
   background: #eeeef3;
   border: solid 1px #e0e0e3;
}
h3.Notice{
   font-size: 180%;
   font-weight: bold;
   font-family: Helvetica, Arial, sans-serif;
   color: #FFAD00;
   padding-bottom: 0.5em;
}
div.Delivery div.submit{
   display: inline;
   clear: none;
   margin: 0;
   padding: 1em;
}

div.Delivery div.DeliveryResponse{
   font-size: 120%;
}
div.Delivery div.NotAvailable{
   padding-bottom: 120px;
}
div.Delivery div.DeliveryResponse h2{
   padding-top: 0;
   margin-top: 0;
   font-size: 240%;
}
div.Delivery div.DeliveryResponse div.DeliveryInfo{
   font-size: 110%;
   padding: 10px 0 30px;
}
div.Delivery div.DeliveryResponse div.SearchTerm{
   font-size: 80%;
   color: #999;
   margin: -30px 0 30px 275px;
}
div.Delivery div.DeliveryResponse div.SearchTerm .Term{
   font-weight: bold;
   color: #606060;
   font-size: 120%;
}
div.Delivery div.DeliveryResponse div.OrderLink{
   margin: 0 0 40px 40px;
}
/*
 * FAQ PAGE
 */
div.Faq{
   width: 600px;
}
.FaqEntry{
	margin-top: 36px;
}
/*
 * BUZZ PAGE
 */
#content div.Buzz h1.PageTitle{
   padding-bottom: 30px;
}
#content div.Press h2,
#content div.CustomerComments h2{
   margin-top: 0;
   padding-top: 0;
}
#content div.Press{
   float: left;
   width: 225px;
   border-right: solid 1px #DDD;
}
#content div.Press ul{
   padding: 20px 20px 0 0;
}
#content div.Press li{
   margin: 10px 0 50px;
   list-style-type: none;
}
#content div.Press li h3{
   padding: 0 0 10px;
   font-size: 150%;
}
#content div.Press li h3 span.Separator{
   display: none;
}
#content div.Press li h3 span.Date{
   display: block;
   color: #777;
   font-size: 80%;
   font-weight: normal;
}
#content div.Press li h3 a{
   color: inherit !important;
   text-decoration: none;
}
#content div.Press li h3 a:hover{
   color: #999;
   text-decoration: underline;
}
#content div.Press li a img{
   border: solid 1px #DDD;
}
#content div.Press li .multipart-thumbnail-container{
	float: left;
	margin: 0 0 50px;
	width: 100%;
}
#content div.Press li .multipart-thumbnail{
	float: left;
	margin: 0 5px 0 0;
}
#content div.Press li .multipart-thumbnail .indicator{
	color: #777;
	display: block;
	margin: 10px 0 0;
	text-align: center;
}
#content div.CustomerComments{
   margin: 0 0 0 275px;
}
#content div.CustomerComments ul{
   padding: 20px 0;
}
#content div.CustomerComments ul li{
   list-style-type: none;
   margin-bottom: 50px;
}
#content div.CustomerComments ul li blockquote{
   min-height: 52px;
   padding: 0 30px 20px 75px;
   font-size: 125%;
   color: #555;
   line-height: 150%;
   background: url(../img/layout/quotes-left.png) no-repeat;
}
#content div.CustomerComments ul li div.Customer,
#content div.CustomerComments ul li div.Date{
   margin: 0 0 0 75px;
   line-height: 150%;
   color: #999;
}
#content div.CustomerComments ul li div.Customer div.Name{
}
#content div.CustomerComments ul li div.Customer div.Company{
   font-style: italic;
}
#content div.CustomerComments ul li div.Date{
}
/*
 * ABOUT PAGE
 */
div.About{
   width: 440px;
}
/*
 * CONTACT PAGE
 */
div.Contact{
   background: transparent url(../img/cupcake-laptop.jpg) no-repeat scroll 400px 90px;
   padding-bottom: 30px;
}
div.ContactInfo{
   font-size: 140%;
   margin: 0 0 30px 0;
}
div.ContactInfo address{
   margin: 20px 0;
   line-height: 1.6em;
}
div.ContactInfo address .CompanyName{
   font-weight: bold;
   font-size: 110%;
   color: #555;
}
div.ContactInfo .EmailAddress{
   padding: 10px 0;
}
div.ContactInfo .EmailAddress a{
   text-decoration: none;
}
div.ContactInfo .EmailAddress a:hover{
   text-decoration: underline;
}
div.Contact .OrderLink{
   margin: 30px 0 30px -9px;
   clear: left;
}
div.Contact div.SocialNetworkLinks{
   margin: 0 0 30px 0;
   height: 70px;
}
div.Contact div.SocialNetworkLinks a{
   text-decoration: none;
   font-size: 160%;
}
div.Contact div.SocialNetworkLinks div.SocialNetworkLink{
   padding: 5px 20px 10px 0;
   float: left;
}
div.Contact div.SocialNetworkLinks a img{
   margin: 0 8px -5px 0;
}
div.Contact div.SocialNetworkLinks div.Flickr a{
   color: #0063DC;
}
div.Contact div.SocialNetworkLinks div.Flickr a:hover{
   color: #FF0081;
}
div.Contact div.SocialNetworkLinks div.Facebook a{
   color: #3B5998;
}
div.Contact div.SocialNetworkLinks div.Facebook a:hover{
   color: #5C74A3;
}
/*
 * How to Buy
 */
.how-to-buy{
    float: left;
    padding-bottom: 40px;
}
.how-to-buy h2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 60%;
}
.how-to-buy p,
.how-to-buy li,
.how-to-buy address{
	font-size: 120%;
}
.how-to-buy small{
	color: #777;
}
.how-to-buy .buying-option{
    float: left;
    width: 420px;
}
.how-to-buy .place-order{
    margin-right: 40px;
}
.how-to-buy .retail-sale .coffee-and-crepes{
	margin-right: 10px;
}
.how-to-buy .retail-sale .additional{
    float: left;
    margin: 0 0 1px;
    width: 100%;
}
.how-to-buy .retail-sale .retail-location{
    float: left;
    line-height: 1.5;
    margin: 0 0 20px;
    width: 50%;
}
.how-to-buy .compare{
    border-top: 1px solid #DDD;
    clear: both;
	font-size: 140%;
    padding-top: 24px;
}
.how-to-buy .compare .benefit,
.how-to-buy .compare .drawback{
    color: #7DBF0D;
	font-style: normal !important;
}
/*
 * MAILING LIST JOIN
 */
#MailingListJoinForm div.input{
   float: left;
   padding: 0;
}
#MailingListJoinForm div.input label{
   display: inline;
   float: left;
   font-size: 180%;
   padding-top: 5px;
}
#MailingListJoinForm div.input input{
   width: 300px;
   clear: none;
   float: left;
   font-size: 180%;
   background: #eeeef3;
   border: solid 1px #e0e0e3;
}
#MailingListJoinForm div.submit{
   display: inline;
   clear: none;
   margin: 0;
   padding: 1em;
}
form .InstructionMessage{
   font-size: 120%;
   font-weight: normal;
   color: #777;
   padding: 10px 0 15px;
}
/*
 * COMMON
 */
div.OrderLink a{
   display: block;
   width: 191px;
   height: 64px;
   margin: 10px 0;
   background: #fff url(../img/layout/button_sprite-place_an_order.png) no-repeat;
   text-indent: -5000px;
   overflow: hidden;
}
div.OrderLink a:hover{
   background-position: 0 -64px;
}

/* LIVING SOCIAL */
#living-social-voucher{
	bottom: -40px;
	clear: both;
	float: left;
	font-size: 1.2em;
	position: relative;
}

.living-social ul{
	padding: 15px 15px 20px;
}
#content .living-social ol{
	padding: 15px 15px 20px 20px;
}
#content .living-social ol > li{
	list-style: decimal;
}
.living-social p,
.living-social li{
	font-size: 120%;
}
.living-social li li{
	font-size: 100%;
}
.living-social img{
	float: right;
	margin: 0 0 0 20px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox{
   cursor: default;
   list-style: none;
}
.hoverbox a{
   cursor: default;
}
.hoverbox a .fullsize{
   display: none;
}
.hoverbox a:hover .fullsize{
   display: block;
   position: absolute;
   top: -20px;
   left: -20px;
   z-index: 9999;
}
.hoverbox li{
   position: relative;
}
.hoverbox .fullsize{
   background:  url(../img/cupcakes/shadow.png) no-repeat center;
}
.hoverbox .fullsize img{
   width: 300px;
   height: 200px;
   float: none !important;
   margin: 20px !important;
   background: #fff;
   padding: 2px;
   border: solid 1px #999;
}

