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

html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div#container {
	width: 850px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background-color: #FFF;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #084987;
}

a.home {
	font-weight:bold;
	font-size:13px;
}

a {
	text-decoration: none;
}

a.home, a.home:hover {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

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

p, #jssMainContent ul, #jssMainContentWide ul {
	font-size: 0.8em;
}

ol, ol p {
	padding-left: 25px;
	font-size: 12px;
}

input {
	font-size: 1em;
	font-weight: normal;
}

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

.highlight {
	font-size:14px;
	font-weight:bold;
}

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

.clearLeft {
	clear: left;
}

.clearBoth {
	height: 0;
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
}

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

.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 0 0;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}

.jssProductAdd {
	padding: 1px 1px;
	margin: 3px 2px 0 0;
	font-size: 0.7em;
	font-weight: bold;
	background-color: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
	color: #084987;
}

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

div#jssHeader {
	width: 850px;
	height: 90px;
	margin: 0;
	padding: 5px 0 25px 0;
	font-size: 1em;
}

	#jssLogo {
		width: 81px;
		margin: 15px 0 0 0;
		float: left;
		border: 0;
	}
	
	#intro {
		width: 400px;
		margin: 20px 0 0 15px;
		padding: 15px;
		float: left;
		border-left: 1px solid #222222;
		font-size: 0.65em;
	}
	
	#jssHeader #basket {
		width: 74px;
		height: 74px;
		margin: 18px 7px 0 0;
		float: right;
		background-image: url(../../images/basket.gif);
	}
	
	#mini-cart {
		width: 215px;
		height: 60px;
		margin: 15px 0 0 0;
		padding: 10px;
		float: right;
		background-color: #E0EEF6;
		border-left: 3px solid #A2C0DC;
		font-size: 0.8em;
	}
	
		#mini-cart ul {
			margin: 15px 0 0 0;
			padding: 0;
			list-style-type: none;
		}
		
			#mini-cart li {
				margin: 0 10px 0 0;
				float: left;
				font-size: 0.9em;
			}
			
		#mini-cart-title {
			font-weight: bold;
			color: #444;
		}
		
		#mini-cart-items, #mini-cart-total {
			margin: 8px 0;
			float: left;
			font-size: 0.8em;
		}
		
		#mini-cart-total {
			margin-left: 20px;
		}
						
/* Bar --------------------------------------------------------------------- */

#bar {
	height: 21px;
	margin: 1px 0 15px 0;
	padding: 5px;
	background-color: #EEE;
	font-size: 0.7em;
}

	#navList, #contactList {
		margin: 3px 0 0 30px;
		padding: 0;
		list-style-type: none;
		float: right;
	}
	
	#contactList {
		margin: 2px 0 0 30px;
	}
	
		#navList li, #contactList li {
			margin: 0;
			padding: 0;
			float: left;
			color: #333;
			font-size: 1em;
		}
		
			#navList li a, #contactList li a {
				margin: 0 10px;
				padding: 0;
				float: left;
				color: #333;
			}
			
			#contactList li {
				color: #B30022;
				font-weight: bold;
				font-size: 1.2em;
			}
			
			#contactList li a {
				color: #085AA5;
			}
			
				#navList li a:hover, #contactList li a:hover {
					text-decoration: underline;
				}
				
/* Left Column ------------------------------------------------------------- */

div#jssLeftMenu {
	font-size: 1em;
	float: left;
	width: 180px;
	padding-top: 0;
}

#searchForm input {
	float: left;
}

	#searchForm input#searchsubmit {
		width: 30px;
		float: left;
	}
	
	#searchForm a {
		font-size: 0.8em;
	}

.jssSectionList {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.jssSectionList li {
		width: 180px;
		float: left;
		clear: left;
	}
	
		.jssSectionList li a {
			width: 175px;
			padding: 5px 0 5px 5px;
			float: left;
			color: #555;
		}
		
		.jssSectionList li a.current {
			text-decoration: underline;
		}
		
		.jssSectionList li a.current {
			font-weight: bold;
		}

			.jssSubSectionList {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			
				.jssSubSectionList li a {
					width: 135px;
					padding: 5px 0 5px 15px;
					font-size: 0.9em;
				}
				
				.jssSubSectionList li a.current {
					background-color: transparent;
				}
				
					.jssSubSectionList ul {
						margin: 0;
						padding: 0;
						list-style: none;
					}
					
						.jssSubSectionList ul a {
							width: 135px;
							padding: 3px 0 3px 30px;
						}

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

#sbz {
	margin: 0 0 10px 0;
	padding: 0 5px;
}

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

div#jssRightMenu {
	font-size: 1em;
	float: left;       
	width: 150px;
	padding-top: 0;
}

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

.jssMenuBox {
	width: 180px;
	margin: 0 0 10px 0;
}

.jssMenuBoxTitle {
	width: 180px;
	padding: 5px 0;
	background-color: #444;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent,
.jssMenuBoxContentSections {
	padding: 5px;
	font-size: 0.75em;
	height: 1%;
}

.jssMenuBoxContentSections {
	padding: 0;
}

.jssMenuBoxContent {
	text-align: left;
}

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

.jssMenuBoxContentCent {
	text-align: center;
}

.jssMenuBoxContent table td {
	padding: 3px 0;
}

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

div#jssMainContent, div#jssMainContentWide {
	width: 660px;
	margin: 0 0 10px 10px;
	float: left;
	padding: 0;
	font-size: 1em;
}

div#jssMainContentWide {
	width: 850px;
	margin: 0 0 10px 0;
}

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

.jssPageHeading {
	width: 100%;
	margin: 5px 0 10px 0;
	padding: 0;
	border-bottom: 2px solid #EEE;
	font-size: 1.2em;
	font-weight: bold;
	color: #085AA5;
}

.jssPageSubHeading {
	width: 100%;
	margin: 15px 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #EEE;
	font-size: 0.9em;
	font-weight: bold;
	color: #085AA5;
}

	.jssPageSubHeading a {
		color: #FFF;
		text-decoration: underline;
	}
	
	.jssPageSubHeading select {
		margin: 0;
		float: right;
		font-size: 0.7em;
	}
	
#jssMainContent table td {
	font-size: 0.8em;
}

.jssBreadcrumb, .jssBreadcrumbWide {
	width: 650px;
	margin: 0 0 10px 0;
	padding: 6px 5px;
	background-color: #EEE;
	font-size: 0.7em;
}

.jssBreadcrumbWide {
	width: 840px;
}

.jssBreadcrumbTitle {
	width: 85px;
	float: left;
	font-weight: bold;
}

.jssBreadcrumbContent {
	width: 555px;
	float: left;
}

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

div#jssFooter {
	width: 850px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	clear: both;
	border-top: 2px solid #085AA5;
	font-size: 0.65em;
}

ul#jssFooterLinks {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

	#jssFooterLinks li {
		margin: 7px 0 0 10px;
		padding: 0;
		float: left;
		font-weight: bold;
	}
	
		#jssFooterLinks a { 
			padding: 0;
			margin: 0;
			text-decoration: none;
		}
		
		#jssFooterLinks a:hover {
			text-decoration: underline;
		}
		
div#jssCopyright {
	float: left;
}

	div#jssCopyright a {
		margin: 0 20px 0 0;
		color: #333;
	}
	
		div#jssCopyright a:hover {
			text-decoration: none;
		}

	div#jssCopyright img {
		margin: 0 4px;
		border: 0;
		vertical-align: bottom;
	}
	
/* Section Styles ------------------------------------------------------------- */
.jssSecImages {
	float: left;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #DCA3A3;
}

.jssSectionDesc {
	width: 505px;
	float: left;
	font-size: 12px;
}

	.jssSectionDesc p, .jssSectionDesc ul {
		font-size: 12px;
	}
	
	.jssSectionDesc p {
		margin: 0 0 10px 0;
	}
	
	.jssSectionDesc ul {
		margin: 0 0 0 20px;
		padding: 0;
	}

.jssSubSecDiv, .jssSecProductDiv {
	width: 660px;
	padding: 10px 0px;
	clear: both;
	text-align: left;
}
	
.jssSubSecDiv, .jssSecProductDiv {
	background-color: #FFF;
	border-bottom: 1px dashed #CCC;
}

.jssSubSecTitle {
	margin: 0 0 10px 0;
	padding-top: 3px;
}

.jssSectionContent {
	clear: both;
}

.jssSubSectionContent {
	width: 505px;
	float: left;
}

.drop {
	float: right;
}

.jssSecProductContent {
	width: 545px;
	float: left;
}

.jssSecProductTitle a {
	margin: 1px 0 0 0;
	padding: 3px;
	float: left;
	background-color: #E0EEF6;
	color: #333;
}

	.jssSecProductTitle a:hover {
		text-decoration: underline;
	}

.jssSecProductPrice {
	margin: 5px 0 0 0;
	padding: 3px;
	float: left;
	clear: left;
	background-color: #E0EEF6;
	color: #333;
	font-size: 0.8em;
}

	.jssSecProductPrice span {
		color: #085AA5;
		font-weight: bold;
	}
	
	.jssSecProductPrice span.price-inc-vat {
		margin: 0 0 0 10px;
		color: #222;
		font-size: 0.8em;
		font-weight: normal;
	}
	
.jssSecProductAbsorb {
	margin: 5px 0 0 0;
	float: left;
	clear: both;
	font-size: 0.75em;
}

.jssSecProductLinks {
	margin: 20px 0 0 0;
	float: left;
	clear: left;
}

	.jssSecProductLinks a, .jssSecProductLinks input {
		height: auto;
		float: left;
		margin: 0;
		padding: 0 18px 0 0;
		background-color: transparent;
		border: 0;
		font-size: 0.8em;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		cursor: pointer;
	}
	
	.jssSecProductLinks a {
		margin: 0 30px 0 0;
		padding: 1px 19px 1px 1px;
		background: url(../../images/more-info-bg.gif) right no-repeat;
	}
	
	.jssSecProductLinks input {
		background: url(../../images/add-basket-bg.gif) right no-repeat;
	}

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

.jssProductSep {
	clear: both; border: 0; margin-bottom: 5px; height: 5px;
}

.jssProductFullImage {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #DCA3A3;
}

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

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

.jssProductContent {
	width: 448px;
	float: left;
}
	
.jssMainProductAdd {
	height: auto;
	float: right;
	margin: 0;
	padding: 0 18px 0 0;
	background-color: transparent;
	background: url(../../images/add-basket-bg.gif) right no-repeat;
	border: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.jssMainProductPrice {
	margin: 0;
	padding: 3px 5px;
	float: left;
	clear: left;
	background-color: #E0EEF6;
	color: #333;
	font-size: 0.8em;
}

	.jssMainProductPrice span {
		color: #085AA5;
		font-weight: bold;
		line-height: 1.7;
	}
	
	.jssMainProductPrice span.inc-vat, .jssMainProductPrice span.inc-vat span {
		color: #666;
		font-size: 0.8em;
		font-weight: normal;
	}
	
		.jssMainProductPrice span.inc-vat span {
			font-size: 1em;
		}
		
.jssMainProductQty {
	margin: 3px 0 0 45px;
	float: left;
	font-size: 0.8em;
}

/* 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;
	color: #C00
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0;
	border: 0;
}

.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, .jssFormTable textarea {
	width: 200px;
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.jssFormTable td.jssFormSubmit input {
	width: auto;
	font-size: 0.9em;
	cursor: pointer;
}

.jssFormTable input.radio, .jssFormTable input.checkbox {
	width: auto;
}

.jssFormError {
	font-weight: bold;
	font-size: 0.8em;
	color: #C00;
}

/* Cart Styling ------------------------------------------------------------- */

.jssPCentered {
	text-align: center;
}

.jssCartTable {	
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.jssCartTable th {
	padding: 3px;
	border-bottom: 1px solid #BBB;
	color: #222;
	font-weight: bold;
	font-size: 0.70em;
	text-align: left;
	vertical-align: top;
}

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

.jssCartTable th.total {
	padding: 5px 3px;
	background-color: #EEE;
	border: 0;
	border-top: 4px solid #FFF;
	text-align: right;
}

.jssCartTable td {
	padding: 3px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	font-size: 0.70em;
	font-weight: normal;
	vertical-align: middle;
}

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

	a.remove {
		width: 15px;
		height: 15px;
		margin: 0 0 0 10px;
		float: left;
		background-image: url(../../images/remove.gif);
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
	}

.jssCartTable td.cartLinks {
	padding: 20px 0;
	border: 0;
}

	.jssCartTable td.cartLinks a {
		margin: 0 30px 0 0;
		padding: 0 20px 0 0;
		color: #333;
	}
		
	a.cart-update, a.cart-empty, a.cart-checkout {
		height: 19px;
		float: left;
	 	font-size: 1.3em;
	}
	
	a.cart-update {
		background: url(../../images/update.gif) right no-repeat;
	}
	
	a.cart-empty {
		background: url(../../images/empty.gif) right no-repeat;
	}
	
	a.cart-checkout {
		background: url(../../images/checkout.gif) right no-repeat;
	}
	
.shipping-notice {
	width: 330px;
	padding: 10px;
	float: right;
	background-color: #F0DBDB;
	font-size: 1.1em;
}

	.jssCartTable td.cartLinks .shipping-notice a {
		margin: 0;
		padding: 0;
		color: #085AA5;
	}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	width: 100%;
	margin-left: auto;  margin-right: auto;
	padding: 0;
	border: 0;
}

.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;
	background-color: #DDD;
}

.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 0 0;
	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: 0;
	width: 100%;
	border: 0;
}

.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 ------------------------------------------------------------- */

#free-shipping {
	/*width: 400px;*/
	margin: 0 auto 20px auto;
	padding: 5px 0;
	background-image: url(../../images/red-stripes.png);
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
}

	#free-shipping a {
		color: #FFF;
		text-decoration: underline;
	}

#home-sections img {
	float: left;
	border: 0;
}

.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: 0;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0; font-weight: normal; font-size: 0.75em;
}

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

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

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

/* CHECKOUT ------------------------------------------------------------- */
#customer-login-left, #customer-login-right {
	width: 350px;
	margin: 0 0 0 30px;
	padding: 15px;
	float: left;
}

.jssSelectAddress {
	margin-left: 10px;
	padding: 2px;
	float: right;
	background-color: #084987;
	color: #FFF;
	font-size: 0.85em;
}

/* CONTACT US ------------------------------------------------------------- */
#contact-left, #contact-right {
	width: 350px;
	padding: 15px;
	float: left;
	margin: 0 0 0 30px;
}
