/* Basic Element Formatting ------------------------------------------------------------- */

.ian_align {
	width: 800px; 
	margin-left: auto;
	margin-right: auto;
	/*float: left; */
}

html {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #462B1A;
}


form {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #462B1A;
}

a, a:hover {
	text-decoration: none;
}
a.monthlyCake, a.monthlyCake:hover {
	text-decoration: none;
	font-size: 12px;
}
a.monthlyCakeDW, a.monthlyCakeDW:hover {
	text-decoration: none;
	font-size: 14px;
}

a.update_basket{
	width: 91px;
	height: 18px; 
	background-image: url('../../images/update_basket.gif'); 
	display: block;
	float: left;
}
a.update_basket:hover{
	width: 91px;
	height: 18px; 
	background-image: url('../../images/update_basket_f2.gif'); 
	display: block;
	float: left;
}
a.empty_basket{
	width: 91px;
	height: 18px; 
	background-image: url('../../images/empty_basket.gif'); 
	display: block;
	float: left;
}
a.empty_basket:hover{
	width: 91px;
	height: 18px;  
	background-image: url('../../images/empty_basket_f2.gif'); 
	display: block;
	float: left;
}
a.checkout_basket{
	width: 91px;
	height: 18px; 
	background-image: url('../../images/checkout.gif'); 
	display: block;
	float: left;
}
a.checkout_basket:hover{
	width: 91px;
	height: 18px; 
	background-image: url('../../images/checkout_f2.gif'); 
	display: block;
	float: left;
}
a.continue_shop{
	width: 120px; 
	height: 18px; 
	background-image: url('../../images/continue_shop.gif'); 
	display: block;
	float: left;
}
a.continue_shop:hover{
	width: 120px;
	height: 18px;  
	background-image: url('../../images/continue_shop_f2.gif'); 
	display: block;
	float: left;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	/*font-size: 0.8em;*/
	font-size: 1.0em;
	color: #462B1A;
}
li {
	/*font-size: 0.8em;*/
	font-size: 1.0em;
	color: #462B1A;
}

input {
	font-size: 1em;
	font-weight: normal;
	height: 1.25em;
	margin-bottom: 1px;
}
input.jssSearchButton2 {
	border: 0px;
	height: 30px;
	width: 95px;
}
input.jssProductAddBasket {
	border: 0px;
	height: 18px;
	width: 91px;
}
input.jssAddBasket {
	border: 0px;
	height: 25px;
	width: 41px;
}

select {
	font-size: 1em;
	font-weight: normal;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 1.6em;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 0.8em;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 0.8em;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssCheckoutLinks { 
	background-image: url ('../../images/checkout.gif');
	height: 18px;
	width: 91px;
	display: block;
	background-repeat: repeat-x;
	border: 0px;
}

.jssCheckoutLinks:hover { 
	background-image: url ('../../images/checkout_f2.gif');
	height: 18px;
	width: 91px;
	display: block;
	background-repeat: repeat-x;
	border: 0px;
}

.jssProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
}

.jssPrice {
	font-weight: bold;
	font-size: 0.8em;
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.jssProductAdd {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 0.7em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;*/
}

/* Header Styles ------------------------------------------------------------- */

img#jssLogo {
	float: left; 
	border: 0px;
	height: 127px;
}
img#jssSearchButton {
	float: right; 
	border: 0px;
}

div#jssHeader {
	font-size: 1em;
	margin: 0;
	width: 100%;
	height: 153px;
	/*border: 1px solid;*/
}

div#jssSubHeader {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
}

span#jssWelcome {
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.7em;
}

span#jssDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	padding-top: -1px;
	padding-right: 20px;
	font-size:11px;
	
}
/*
ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 1px 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.7em;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
}
*/
.jssHeaderBlock
{
	margin: 5px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
	height: 60px;
	font-size: 1em;
}

.jssHeaderBlockTitle
{
	padding: 1px 5px;
	font-size: 0.8em;
	font-weight: bold;
}

.jssHeaderBlockContent
{
	padding: 1px 5px;
	font-size: 0.7em;
	font-weight: normal;
}

.jssHeaderBlockContent a {
	padding: 1px 8px;
	margin: 2px 2px 0px 3px;
	font-size: 0.8em;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockContent a:hover {
	text-decoration: none;
	font-weight: normal;
}

.jssHeaderBlockLinks {
	margin-top: 4px; margin-bottom: 2px; text-align: right;
}
/* Search Styles ----------------------------------------------------------- */
div#jssSearchHeader {
	margin: 0;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}
div#jssSearch {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 245px;
	float: right;
	border: 0px solid;
	height: 30px;
}
.jssSearchBlockTitle
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.7em;
	font-weight: bold;
	width: 50px;
	float: left;
	border: 0px solid;	
}
.jssSearchBlockContent
{
	padding-top: 3px;
	padding-bottom: 0px;
	font-size: 0.7em;
	font-weight: normal;
	width: 80px;
	float: left;
	border: 0px solid;	
}
div#jssSearchButton
{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 95px;
	height: 30px;
	float: right;
}


/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	font-size: 1em;
	left: 5px;
	width: 150px;
	padding-top: 0px;
	padding-left: 12px;
	float: left;
}

.jssSectionList {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

.jssSubSectionList {
	margin: 0px; padding: 0px; padding-left: 14px;  list-style-type: square;
}

.jssCustomerLinks {
	margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none;
}

.jssNewsLinks {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	font-size: 1em;        
	width: 150px;
	padding-top: 0px;
	padding-right: 12px;
	margin-right: 0px;
	float: left;
	/*display: inline;*/
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 148px;
	margin-top: 10px;
}

.jssMenuBoxTitle {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 0.75em;
	height: 1%;
}

.jssMenuBoxContent {
	text-align: left;
}

.jssMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMenuBoxContentCent {
	text-align: center;
}

img#jssDeliveryInfo{
/*	float: left; */
	width: 150px;
	height: 180px;
	border: 0px;
	display: inline;
}

.jssProductOptionsTitle {
	font-size: 0.8em;
	font-weight: bold;
}
/* cake of the month ------------------------------------------------------------- */

.jssMonthlyCake {
	width: 148px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.jssMonthlyCakeDW {
	width: 202px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.jssMonthlyCakeTitle {
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	text-align: left;
	float: left; 
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.jssMonthlyCakeDesDW {
	font-size: 12px;
	font-weight: bold;
	width: 202px;
	text-align: left;
	float: left; 
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.jssMonthlyCakeTitleDW {
	font-size: 16px;
	font-weight: bold;
	width: 202px;
	text-align: left;
	float: left; 
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.jssMonthlyCakePrice {
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	text-align: left;
	float: left; 
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.jssMonthlyCakePriceDW {
	font-size: 12px;
	font-weight: bold;
	width: 140px;
	text-align: left;
	float: left; 
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.jssMonthlyCakeContent,
.jssMonthlyCakeContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-size: 0.75em;
	height: 1%;
}

.jssMonthlyCakeContent {
	text-align: left;
}

.jssMonthlyCakeContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMonthlyCakeContentCent {
	text-align: center;
}

.jssMonthlyCakeMain {
	clear: both; 
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
}
img#jssMainCakeImage {
	float: left;
	border: 0px;
	width: 148px;
	padding-right: 2px;
}
img#jssMainCakeImageDW {
	float: left;
	border: 0px;
	width: 196px;
	padding-left: 4px;
}

div#jssMonthlyCakeButtons {
	float: left; 
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/*display: block;*/
}

img#jssMoreDetail{
	float: left; 
	width: 69px;
	height: 20px;
	border: 0px;
	display: inline;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	float: left;
	margin-top: 10px;
	width: 450px;
}

div#jssMainContent:after { content: ""; display: block; height: 0; clear: both; }

.jssPageHeading {
	font-size: 0.95em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

.jssPageSubHeading {
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.jssBreadcrumb {
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 0;
	width: 800px;
	height: 35px;
	clear: both;
	display: block;
}

div#jssFooterLinksDiv {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 704px;
	float: left;	
}
div#jssFooterImage {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;	
	padding-top: 2px;
	width: 96px;
	display:inline;
}
img#jssFooterLogo {
	float: right; 
}
ul#jssFooterLinks	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#jssFooterLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

#jssFooterLinks a { 
	padding: 1px 3px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}

#jssFooterLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
}


div#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

div#jssCopyright {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
	font-size: 0.8em;
	margin: 0;
	width: 100%;
}

/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 0.8em;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.3em;
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 16px;
}

.jssFormError {
	font-weight: bold;
	font-size: 0.8em;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.jssCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.75em;
	vertical-align: top;
}
.jssCartTable th.total_text {
	font-weight: bold;
	padding: 2px;
	text-align: center;
	font-size: 0.75em;
	vertical-align: top;
}

img#jssCheckoutImage{
	width: 91px;
	height: 18px;
	border: 0px;
	display: inline;
}
img#jssAddressImage{
	width: 91px;
	height: 18px;
	border: 0px;
	display: inline;
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: center;
}

.jssProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.jssProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.75em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


.jssSecFlagsDiv {
	float: right; width: 6.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

.jssSectionDesc {
	margin-left: 105px;
}

.jssSubSecDiv {
	width: 100%; clear: both; text-align: left;
}

.jssSecImages {
	float: left; margin-right: 5px; padding: 3px;
}

.jssLinksDiv {
	padding: 3px; font-weight: bold; 
	border: 0px solid #000;
	
}

.jssProductLinksDiv {
	padding: 3px; 
	font-weight: bold;
	float: right;
}

.jssSubSecTitle {
	padding-top: 3px;
}

.jssSectionContent {
	clear: both; padding-top: 10px;
}

.jssSecProductTitle {
	padding-top: 3px;
}

.jssSecProductDiv {
	clear: both; text-align: left;
	margin-left: auto; margin-right: auto;
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.jssProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 5px;
}

.jssProductFullImage {
	float: left; margin-right: 10px; border: 0px solid;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.jssSendFriendDiv {
	float:right; font-weight: bold;
}

.jssSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
}