/* COLOURS

	DARK RED:		#B01414;
	LIGHT RED:		#F9EBEB;
	DARK GREEN:		#36570A;
	LIGHT GREEN:	#EBF7DE;
	
*/

/* Basic Element Formatting ------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #B01414;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #B01414;
	text-decoration: none;
}

#greencontent a {
	color: #36570A;
}

#greencontent a:hover {
	color: #6EAD1A;
}

#redcontent a:hover {
	color: #D51A1A;
}

a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-size: 1.2em;
	margin: 4px 0px;
}

input, textarea {
	margin-bottom: 1px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	border: 1px solid #666666;
}

textarea.textbox {
	width: 98%;
	height: 80px;
}

select {
	font-size: 1.2em;
	font-weight: normal;
}

#messageCounter {
	padding: 0px;
	border: none;
	background-color: #FAEFEF;
	font-weight: bold;
	color: #B70624;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	width: 100%;
	height: 1px;
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1.2em;
	cursor: pointer;
	height: 1.6em;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 0.9em;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 1.2em;
	text-decoration: none; 
	font-weight: bold;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.jssProductTitle {
	font-size: 1.2em;
	text-decoration: none; 
}

.jssProductTitle:hover {
	font-size: 1.2em;
	text-decoration: none; 
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}


/* CONTAINER ----------------------------------------------------------------- */

#container {
	width: 800px;
	margin: 5px auto 0px auto;
	background: #FFFFFF;
}

/* NAV AND LANGUAGE ---------------------------------------------------------- */

#nav_lang {
	height: 20px;
	background-color: #B01414;
	font-size: 1.1em;
}

	div#navcontainer {
		width: 500px;
		float: left;
		margin-left: 10px;
		padding: 0px;
	}
	
		ul#navlist {
			margin: 0px;
			padding: 0px;
		}
		
		
		#navlist li {
			display: inline;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
		#navlist a {
			padding: 1px 2px;
			margin-right: 8px;
			margin-bottom: 0px;
			font-weight: normal;
			font-size: 1em;
			color: #FFFFFF;
		}
		
		#navlist a:link, #navlist a:visited {
			text-decoration: none;
		}
		
		#navlist a:hover {
			text-decoration: underline;
		}

	div#langcontainer {
		float: right;
		position: relative;
		top: -2px;
		margin-right: 10px;
		padding: 0px;
		color: #FFFFFF;
	}
	
		div#langcontainer a {
			color: #FFFFFF;
		}
		
		div#langcontainer img {
			vertical-align: middle;
			border: 1px solid #FFFFFF;
		}

/* Header Styles ------------------------------------------------------------- */

div#jssHeader {
	font-size: 1.2em;
	margin: 0;
	width: 800px;
	/*height: 210px;*/
	clear: both;
}

img#jssLogo {
	float: left; border: 0px;
}

/* SUB HEADER ----------------------------------------------------------------- */

div#jssSubHeader {
	width: 100%;
	height: 20px;
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.2em;
	font-weight: bold;
}

#search {
	float: left;
	position: absolute;
	top: 4px;
	left: 10px;
	padding: 0px;
}

	#search form {
		margin: 0px;
		padding: 0px;
	}
	
		#search form input {
			vertical-align: middle;
			margin: 0px;
		}
		
		#search form input#searchsubmit {
			height: 21px;
		}

#minicart {
	float: right;
	position: relative;
	top: 2px;
	margin-right: 10px;
	padding: 0px;
}

a.miniCheckoutLink {
	margin-left: 10px;
}


/* LEFT COLUMN ------------------------------------------------------------- */

div#jssLeftMenu {
	width: 180px;
	margin: 10px 0 0 0;
	float: left;
	position: relative;
	left: 0px;
	font-size: 1.2em;
}

.jssSectionList {
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	list-style-type: none;
}

.jssSubSectionList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.jssSubSectionList li {
	padding: 2px 0px;
}

.jssSubSectionList li a {
	padding: 3px 0px;
	padding-left: 15px;
	display: block;
	color: #333333;
}

#redcontent .jssSubSectionList li a:hover, .jssSubSectionList li.current a {
	background-color: #DE5353;
	color:#FFFFFF;
	text-decoration: none;
}

#leftgreen .jssSubSectionList li a:hover, #leftgreen .jssSubSectionList li.current a {
	background-color: #7BC823;
	color:#FFFFFF;
	text-decoration: none;
}

form#customerLogin {
	margin-left: 15px;
}

.jssCustomerLinks {
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}

form#newsletterJoin {
	margin: 0px 10px;
	font-size: 12px;
}

form#newsletterJoin input#newsSubmit {
	height: 25px;
}

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu {
	font-size: 1.2em;
	position: absolute;
	right: 5px;         
	width: 150px;
	padding-top: 0px;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.jssMenuBox {
	width: 178px;
	margin-bottom: 20px;
	background-color: #F9EBEB;
	background-image:url(../../images/left_menu_corner_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#leftgreen .jssMenuBox {
	background-color: #EBF7DE;
}

.jssMenuBoxTitle {
	width: 171px;
	margin: 0px;
	padding: 10px 0px 2px 7px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	color: #B01414;
}

#leftgreen .jssMenuBoxTitle {
	color: #36570A;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding: 5px 0px 11px 0px;
	font-size: 1.1em;
	height: 1%;
	background-image:url(../../images/left_menu_corner_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.jssMenuBoxContent {
	text-align: left;
}

.jssMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.jssMenuBoxContentCent {
	text-align: center;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent {
	width: 770px;
	float: left;
	position: relative;
	margin: 10px 5px 10px 5px;
	padding: 0px 10px;
	font-size: 1.2em;
}

#greencontent div#jssMainContent, #redcontent div#jssMainContent {
	width: 590px;
}

div#jssMainContent:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.jssPageHeading, .jssPageHeadingBlue, .jssPageHeadingOrange {
	margin-top: 0px;
	font-size: 22px;
	font-weight: normal;
}

.jssPageHeading {
	color: #B01414;
}

.jssPageHeadingBlue {
	color: #2284EF;
}

.jssPageHeadingOrange {
	color: #FF890F;
}

#greencontent .jssPageHeading {
	color: #36570A;
}

.jssPageSubHeading {
	font-size: 1.25em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
}

.jssBreadcrumb {
	width: 100%;
	font-size: 1em;
	margin-bottom: 10px;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
	clear: both;
	background-image: url(../../images/footer_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#jssFooterLinksDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1em;
}

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: 6px;
	padding-right: 6px;
	font-weight: bold;
}

#jssFooterLinks a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1.2em;
	white-space: nowrap;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}

#jssFooterLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#jssFooterLinks li.green a {
	color: #060;
}

div#jssUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 1.2em;
}

div#jssCopyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 1em;
}

/* General Form Styling ------------------------------------------------------------- */

input, input.button {
	font-size: 1em;
}

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 1.2em;
	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: 1.2em;
	font-weight: normal;
	color: #FF0000;
}

.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: 1.2em;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-weight: normal;
}

.jssFormTable select { 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	cursor: pointer;
}

.jssFormError {
	font-weight: bold;
	font-size: 11px;
	color: #B01414;
}

/* CUSTOMER LOGIN ----------------------------------------------------------- */

.customerLogin fieldset {
	margin: 0px;
	padding: 10px;
	background-color: #F7F7F7;
	border: none;
}

.customerLogin ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.customerLogin ul li {
	float: left;
	clear: left;
	width: 100%;
	margin: 10px 0px;
	
}

.customerLogin ul li label {
	float: left;
	width: 8em;
	margin-right: 1em;
}

/* Index-specific Styles ------------------------------------------------------------- */

div#jssHomeContent {
	width: 800px;
	margin-top: 10px;
}

div#jssHomeWelcome {
	width: 780px;
	margin-bottom: 15px;
	padding: 0 10px;
}

div#jssHomeWelcome h1 {
	margin-top: 0px;
	font-size: 26px;
	font-weight: normal;
	color: #B01414;
}

div#jssHomeWelcome p {
	font-size: 14px;
	font-weight: bold;
}

.homeFeatured {
	float: left;
	width: 432px;
	height: 290px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	border: 1px solid #B01414;
	background-image: url(../../images/home/featured_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.home-valentines-eng, .home-valentines-nor {
	width: 402px;
	height: 260px;
	padding: 15px;
	position: relative;
	background: url(../../images/valentines-feature/english-bg.jpg);
}

.home-valentines-nor {
	background: url(../../images/valentines-feature/norwegian-bg.jpg);
}

	.val-title {
		margin: 0 0 10px;
		font-size: 2.4em;
		font-weight: bold;
		color: #FFF;
	}
	
	.val-stores, .val-opening, .val-delivery, .val-deadline {
		width: 275px;
		margin: 0 0 10px;
		line-height: 1.3;
	}
	
	.val-stores, .val-opening, .val-delivery {
		color: #f0b8b8;
	}
	
	.val-stores {
		font-size: 1.55em;
		font-style: italic;
	}
	
	.val-opening {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.val-delivery {
		font-size: 1.05em;
	}
	
	.val-deadline {
		color: #FFF;
		font-size: 1em;
		font-weight: bold;
	}

	.home-valentines-eng a, .home-valentines-nor a {
		width: 103px;
		height: 35px;
		position: absolute;
		top: 240px;
		left: 309px;
		outline: none;
		text-indent: -9999px;
		overflow: hidden;
	}

	.homeFeatured h1 {
		margin: 0px 0px 18px 0px;
		padding: 0px;
		color: #FFF;
		font-size: 17px;
	}
	
	.homeFeaturedProduct {
		width: 102px;
		float: left;
		margin: 0px 3px 0px 0px;
		padding: 0px;
	}
	
	.jssIndexProductThumbnail {
		border: 1px solid #B01414;
	}
	
	input.jssHomeProductAdd {
		width: 102px;
		margin-top: 3px;
		background-color: #C50304;
		border: 1px solid #FFF;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	
	a.jssSeasonalProductAdd {
		width: 160px;
		display: block;
		margin-top: 3px;
		padding: 2px 0px;
		background-color: #C50304;
		border: 2px solid #9B0503;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}

.homeDifference {
	float: left;
	width: 333px;
	height: 290px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	border: 1px solid #B01414;
}

.homeStations, .homeNews, .homeSister {
	float: left;
	width: 210px;
	height: 255px;
	margin-left: 10px;
	padding: 0px;
	border: 1px solid #B01414;
}

.homeStations {
	width: 332px;
	clear: left;
}

.homeNews {
	position: relative;
}

	#latestNewsIcon {
		float: right;
		position: absolute;
		top: -5px;
		right: -5px;
	}

.homeSurvey {
	float: left;
	width: 768px;
	height: 42px;
	margin: 10px 0px 0px 10px;
	padding: 5px;
	background-color: #BD3839;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 2.4;
}

.homeSurvey a {
	color: #FFF;
	text-decoration: underline;
}

.homeDifference h1, .homeStations h1, .homeNews h1, .homeSister h1 {
	margin: 0px;
	padding: 8px 10px;
	display: block;
	border-bottom: 1px solid #B01414;
	color: #333333;
	font-size: 14px;
	background-color: #DDD;
	background-image: url(../../images/home/h1_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.homeDifference h1 {
	font-size: 20px;
	position: relative;
	letter-spacing: 1px;
	color: #B01414;
}

.deliveryVan {
	position: absolute;
	top: 3px;
	right: 15px;
}

.homeBoxContent {
	padding: 10px 10px 0px 10px;
	background-image: url(../../images/home/content_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.homeFeatured p, .homeDifference p, .homeStations p, .homeNews p, .homeSister p {
	margin: 0px 0px 8px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.homeDifference p, .homeDifference div {
	font-size: 12px;
	font-weight: normal;
}

.homeStations p {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

.homeStations a.stationLink {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.homeNews ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.homeNews li {
	margin: 0px 0px 9px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}

.homeNews li a {
	font-size: 14px;
	font-weight: bold;
}

a.readNewsLink {
	font-size: 16px;
}

/* NEWS PAGE ------------------------------------------------------------------ */
.newsItem {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #333;
}

.newsItem .jssPageSubHeading {
	margin: 0px;
	padding: 3px 6px;
	background-color: #B01414;
	border-bottom: 1px solid #333;
	color: #FFF
}

.newsItemContent {
	padding: 10px;
}

.newsImage {
	margin-left: 10px;
	clear: right;
}

/* SECTION STYLES ------------------------------------------------------------- */

.jssProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.jssProductListTitle {
	float: left; margin-right: 5px;
}


.jssSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.jssProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 1em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.jssSectionThumbnail {
	float: left;
}

#jssSectionDesc p {
	font-size: 1em;
}

.jssSectionContent {
	width: 590px;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}

.jssSubSecDiv {
	width: 132px;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 0px;
	text-align: left;
}

#redcontent .jssSubSecDiv {
	height: 160px;
}

.jssSecImages {
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	position: relative;
	float: left;
}

.jssLinksDiv {
	padding: 3px 0px;
	font-weight: bold;
}

.jssSubSecTitle {
	font-size: 12px;
	text-align: left;
}

.jssSecProductDiv, .jssSecProductDivRight {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}

.jssSecProductDiv {
	margin-right: 30px;
}

.jssSecProductDivRight {
	margin-right: 0px;
}

.jssSecProductTitle {
	margin-bottom: 10px;
}	

.jssSecProductPrice {
	margin-bottom: 10px;
	font-weight: bold;
}

.jssSecProductDesc {
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #666666;
}

.jssSecProductAdd {
	width: 75px;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
	background-color: #B01414;
	border: 1px solid #D51A1A;
}

#redcontent .jssSecProductAdd {
	background-color: #B01414;
	border: 1px solid #D51A1A;
}

#greencontent .jssSecProductAdd {
	background-color: #4E7D11;
	border: 1px solid #77B91D;
}

.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

/* PRODUCT STYLES --------------------------------------------------- */

.jssProductFullImage {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

.jssProductDetails {
	margin-top: 20px;
}

.jssProductDetailBox {
	width: 362px;
	float: right;
	position: relative;
	right: 0px;
	margin-bottom: 5px;
	padding: 8px;
	background-color: #FAEFEF;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

.jssProductDetailBoxSmall {
	width: 362px;
	float: right;
	position: relative;
	right: 0px;
	margin-bottom: 5px;
	padding: 8px;
	background-color: #FAEFEF;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}

.jssProductDetailBoxSmall span {
	font-size: 1.1em;
}

.jssProductDetailBoxSmall p span {
	font-size: 0.9em;
}

.jssProductDetailBoxSmall p select {
	font-size: 0.9em;
}

.jssProductDetailBoxSmall textarea {
	font-size: 0.9em;
	overflow: auto;
}

.jssProductDetailBoxSmall input.radio {
	border: none;
}

#greencontent .jssProductDetailBox, #greencontent .jssProductDetailBoxSmall {
	background-color: #EBF7DE;
}

.jssProductDetailBox span.smaller {
	font-size: 0.8em;
}

.jssProductAddDiv {
	float: right;
	clear: right;
	width: 145px;
}

.jssProductAdd {
	width: 140px;
	float: right;
	margin: 0 0 0 10px;
	padding: 3px 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}

#redcontent .jssProductAdd {
	background-color: #B01414;
	border: 1px solid #D51A1A;
}

#greencontent .jssProductAdd {
	background-color: #4E7D11;
	border: 1px solid #77B91D;
}

.jssProductDesc {
	clear: both;
	padding-top: 15px;
	font-size: 1em;
	color: #666666;
}

.jssProductOptionsDiv {
	float: right; width: 254px;
}

.jssProductFieldsDiv {
	float: left;
	margin-left: 5px;
	text-align: left;
}

.jssSendFriendDiv {
	float:right;
	font-weight: bold;
}

.jssSendFriendDiv a { 
	font-size: 0.9em;
	text-decoration: none; 
}

/* PRODUCT OPTIONS STYLES (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: 1.2em;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
	vertical-align: top;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
}

/* CART STYLES ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	width: 95%;
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 1.2em;
}

.jssCartTable th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 1.4em;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #333333;
}

.jssCartTable th.right {
	text-align: right;
}

.jssCartTable td {
	font-weight: bold;
	padding: 6px;
	text-align: left;
	font-size: 1.1em;
	vertical-align: top;
	background-color: #EAF7D5;
}

.jssCartTable td.right {
	text-align: right;
}

.jssCartTable td span {
	padding: 4px 0px;
	font-size: 0.8em;
	font-weight: normal;
}

.jssCartTable th.total {
	text-align: right;
	background-color: #FFFFFF;
}

.jssCartTable th.links {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}

/* CHECKOUT STYLES ------------------------------------------------------------------- */

.checkoutLoginLeft, .checkoutLoginRight {
	width: 40%;
	height: 150px;
	float: left;
	margin: 20px 30px;
	padding: 10px;
}

.checkoutLoginLeft {
	background-color: #EBF7DE;
}

.checkoutLoginRight {
	margin: 20px 0 0 0;
	background-color: #F7F7F7;
}

.checkoutLoginLeft ul {
	list-style-type: none;
	width: 100%;
	margin: 10px 0px 0px 5px;
	padding: 10px 0 0 0;
}

.checkoutLoginLeft li {
	margin: 0 0 10px 0;
}

.checkoutLoginLeft li label {
	width: 10em;
	float: left;
	font-weight: bold;
}

.checkoutLoginLeft li input {
	width: 170px;
	padding: 3px;
}

.checkoutLoginLeft li.submit input {
	width: auto;
}

.addressContainer {
	width: 95%;
	margin: 0 auto;
}

.billingAddress, addressBook {
	
}

.billingAddress strong, .addressBook strong, .newAddress strong {
	font-size: 1.3em;
}

.billingAddress {
	margin: 5px 0px 10px 0px;
	padding: 10px;
	background-color: #EBF7DE;
	border: 1px solid #7BA626;
}
	

.addressBook {
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #999;
}

.addressBook p {
	margin-right: 30px;
}

.newAddress {
	margin-top: 10px;
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #999;
}

.deliveryDetails, .deliveryAddress, .newDetails, .orderSummary {
	padding: 0px 0px 20px 0px;
	background-color: #EAF7D5;
}

.deliveryDetails h2, .deliveryAddress h2, .newDetails h2, .orderSummary h2 {
	padding: 5px;
	background-color: #CBE896;
}

/* 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: 1.2em;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
	vertical-align: top;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 5px;
	text-align: left;
	font-size: 1.2em;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 1.2em;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 12px;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.summaryCell {
	background-color: #EBF7DE;
	border: 1px solid #7BA626;
}

/* 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: 1.2em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1.2em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* ADVERTISING BALLOONS SECTION ------------------------------------------------*/

.advertisingContent table a {
	color: #2284EF;
	text-decoration: underline;
}

a.adBalloon img {
	border: 2px solid #2284EF;
	margin-bottom: 10px;
}

/* EVENT DECOR SECTION ------------------------------------------------*/

a.event {
	width: 235px;
	height: 180px;
	margin: 0px;
	padding: 0px;
}

a.event img {
	border: 2px solid #B01414;
}

a.event:hover img {
	margin: 0px;
	padding: 0px;
	border: 4px solid #B01414;
}

/* HELIUM INFORMATION ---------------------------------------------------------*/

ol.heliumInfo li {
	margin-bottom: 15px;
	color: #B01414;
	font-weight: bold;
	font-size: 14px;
}

ol.heliumInfo li div, ol.heliumInfo li ul li {
	margin-top: 8px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}

ol.heliumInfo li ul {
	list-style-type: square;
}

ol.heliumInfo li ul li {
	margin-bottom: 2px;
}

div.tankInfo {
	float: right;
	width: 200px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	color: #B01414;
	font-weight: bold;
	font-size: 14px;
}

div.tankInfo ul.tankList {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	list-style-type: square;
}

div.tankInfo ul.tankList li {
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0px;
}