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/body-bg.png) top center no-repeat;
   color: #333;
   font-family: Helvetica, Arial, sans-serif;
   font-size:75%;
   margin: 0;
   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;
   padding-top: 1.1em;
}
h4 {
   color: #333;
   font-weight: bold;
   padding: 0.5em 0;
}
ul {
   padding: 0 30px 25px;
   list-style-type: square;
}
li {
   margin: 15px 0;
   list-style-type: square;
}
p{
   padding-bottom: 1.5em;
   line-height: 1.5em;
}
strong{
   font-weight: bold;
}
/* Layout */
#container {
   background: #fff;
   border-style: solid;
   border-width: 0 1px 1px;
   border-color: #ddd;
   width: 960px;
   margin: 0 auto 30px;
   text-align: left;
}

#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 60px 0;
   min-height: 400px;
}
#footer {
   font-family: Arial, Helvetica, sans-serif;
   clear: both;
   padding: 10px 0;
   margin: 0 40px;
   text-align: left;
   font-size: 0.9em;
   color: #999;
   height: 30px;
   border-top: solid 1px #ccc;
}
#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;
   margin-left: 60px;
   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 {
   font-size: 160%;
   padding: 2px 8px;
   text-transform: uppercase;
   border: solid 1px #555;
   background: #f9f9f9 url(../img/layout/button-bg.png) repeat-x;
}
form div.submit input:hover {
   background: #e2f2f6 url(../img/layout/button-over-bg.png) repeat-x;
}
form div.submit input:active{
   background: #585858 url(../img/layout/button-down-bg.png) repeat-x;
   color: #fff;
}
label {
   display: block;
   font-size: 110%;
   padding-right: 20px;
   font-weight: bold;
}
input, textarea {
   font-size: 140%;
   padding: 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;
}
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: 360px;
   margin-top: 30px;
   float: left;
}
div#container.Home #WelcomeMessage p{
   font-size: 110%;
}
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 div.SocialNetworkLinks{
   clear: both;
   float: right;
   padding: 0 0 10px;
   margin-right: -20px;
}
div#container.Home div.SocialNetworkLinks span.Label{
   color: #999;
}
div#container.Home div.SocialNetworkLinks a{
}
div#container.Home div.SocialNetworkLinks a.SocialNetworkLink img{
   margin: 0 0 -3px 5px;
}
/*
 * 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;
   padding: 0;
}
div.Menu .Cupcake .Description,
div.Menu p{
   color: #555;
}
div.Menu #SeasonalCupcake{
   width: 355px;
   background: #FFEFD1;
   border: solid 1px #FFD680;
   padding: 0 0 25px 0;
   margin: 20px 0 10px;
}
div.Menu #SeasonalCupcake h2{
   color: #444;
   margin: 0 20px;
   padding-top: 15px;
}
div.Menu #SeasonalCupcake h2 .Price{
   color: #777;
   display: block;
}
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;
}
div.Menu #HouseCupcakes{
   width: 355px;
   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: 5px 0 10px 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: 130px;
   padding-right: 20px;
   margin-bottom: 7px;
   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: 355px;
   margin-bottom: 70px;
   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: 440px;
}
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;
   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: 40px 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{
   width: 300px;
   float: right;
   padding: 20px 0 20px;
   background: transparent url(../img/layout/menu/special-request-bg.png) no-repeat right bottom;
}
div.Menu #SpecialRequest h3{
   font-family: "Helvetica LT Std", "Arial Narrow", Helvetica, Arial, sans-serif;
   font-size: 340%;
   font-weight: normal;
   color: #FF9410;
   margin: 0 40px 30px;
   padding-top: 0;
}
div.Menu #SpecialRequest p{
   font-family: "Helvetica LT Std","Arial Narrow", Helvetica, Arial, sans-serif;
   font-size: 180%;
   color: #555;
   margin: 0 40px;
}
div.Menu #SpecialRequest p a{
   color: #26BCE2 !important;
   text-decoration: none;
}
div.Menu #SpecialRequest p a:hover{
   color: #A2D847 !important;
   text-decoration: underline;
}
/*
 * 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: 80%;
   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:180px;
   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 440px 80px;
}
div.MiniBar h1{
   padding-bottom: 30px;
}
div.MiniBar p{
   font-size: 120%;
}
div.MiniBar ol{
   padding: 0 40px 20px;
}
div.MiniBar ol li{
   list-style-type: decimal;
   font-size: 120%;
   color: #999;
}
/*
 * DELIVERY
 */
div.Delivery{
   padding: 0 440px 70px 0;
   background: url(../img/cupcakes-box.jpg) no-repeat scroll 440px 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;
}
/*
 * 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;
}
/*
 * 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;
}
#MailingListJoinForm div.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;
}




/* =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;
}
