/*
	EBS CORE 2 COLUMN
	Ineo e-Business Solutions | www.ineo.fi
	Mathias Lindedahl
*/

html
{
	height: 100%;
}

body
{
	background: #f7f7f7 url(layout_images/body_bg.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

a
{
	color: #20AAEE;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #688FA2;
}

p
{
	line-height: 1.5;
	margin: 12px 0;
}

ul
{
	list-style-type: disc;
	margin: 10px 10px 10px 20px;
	margin-left: 20px;
	line-height: 1.5;
}

li
{
	margin: 5px 0;
}

/* Containers
--------------------------------------------------------------------------------*/

#topContainer
{
	position: relative;
	width: 100%;
	height: 28px;
}

#mainContainer
{
	position: relative;
	width: 100%;
	min-height: 100%;
}

* html #mainContainer
{
	height: 100%;
}

#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: #fff url(layout_images/container_bg.gif) no-repeat 0px 135px;
	padding-bottom: 101px;
}

#footerContainer
{
	position: relative;
	width: 100%;
	margin-top: -101px;
}

#header
{
	position: relative;
	width: 100%;
}

#header .paddingContainer
{
}

#leftColumn
{
	position: relative;
	float: left;
	width: 240px;
}

#leftColumn .paddingContainer
{
	padding: 10px 20px;
}

#centerColumn
{
	position: relative;
	float: right;
	width: 720px; /*	margin:0 180px 0 240px;*/
}

#centerColumn .paddingContainer
{
	padding: 20px 20px 20px 10px;
}

#rightColumn
{
	position: relative;
	float: right;
	width: 180px;
}

#rightColumn .paddingContainer
{
	padding: 10px 10px;
}

#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100px;
	border-top: 1px solid #E7E7E7;
	background: #fff;
}

#footer .paddingContainer
{
	padding: 0 0 0 0 !important;
}

.clearFloat
{
	position: relative;
	width: 100%;
	clear: both;
}

/* Headings
--------------------------------------------------------------------------------*/

h1, .pageHeading
{
	font-size: 24px;
	line-height: 1.5;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-weight: bold;
}

h2
{
	font-size: 22px;
	line-height: 1.5;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-weight: bold;
}

h3
{
	font-size: 18px;
	line-height: 1.5;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-weight: bold;
}

h4
{
	font-size: 16px;
	line-height: 1.5;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-weight: bold;
}

h5, h6
{
	font-size: 14px;
	line-height: 1.5;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-weight: bold;
}

.categoriesBoxHeading h3, .informationBoxHeading h3, #articlesBoxHeading h3
{
	padding: 0 0 0 10px;
}

/* Header
--------------------------------------------------------------------------------*/

#languages
{
	position: relative;
	float: left;
	height: 36px;
	width: 30%;
	line-height: 36px;
	border-bottom: 1px solid #E7E7E7;
	background: #f9f9f9;
}

#languages a
{
	margin-right: 10px;
}

#languages .paddingContainer
{
	padding-left: 20px;
}

.suomeksi
{
	background: url(layout_images/fi.gif) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.svenska
{
	background: url(layout_images/sv.gif) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.english
{
	background: url(layout_images/gb.gif) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

#branding
{
	position: relative;
	float: left;
	height: 100px;
	width: 25%;
}

#topBanner
{
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background: url(layout_images/non-flash-bg.jpg) no-repeat;
}

.companyLogo a
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 27px;
	left: 23px;
	overflow: hidden;
	display: block;
	background: url(layout_images/companyLogoSprite.gif) no-repeat 0 0;
	width: 159px;
	height: 43px;
	line-height: 88px;
	text-indent: -9999px;
}

.companyLogo a:hover
{
	background: url(layout_images/companyLogoSprite.gif) no-repeat 0 -43px;
}

#account
{
	position: relative;
	float: left;
	text-align: right;
	width: 70%;
	top: 0;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #E7E7E7;
	background: #f9f9f9;
}

#account a
{
	padding-right: 15px;
}

#account .paddingContainer
{
	padding: 0 20px;
}

#topNavContainer
{
	position: relative;
	height: 36px;
	clear: both;
}

#topNav
{
	float: left;
	width: 100%;
}

#topNav .paddingContainer
{
	padding: 0 0px;
}

.headerLink_0
{
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	letter-spacing: -1px;
}

.headerLink_0:hover, .headerLink_0_selected:hover
{
	color: #fff;
	background: url(layout_images/headerLink_selected_bg.gif) repeat-x;
}

.headerLink_0_selected
{
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	color: #fff;
	background: url(layout_images/headerLink_selected_bg.gif) repeat-x;
}

#shoppingCart
{
	float: right;
	width: 324px;
	height: 44px;
	line-height: 44px;
	text-align: right;
}

#shoppingCart .paddingContainer
{
	padding: 0 20px 0 0;
}

.loginLink
{
	background: url(layout_images/door_in.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.createAccountLink
{
	background: url(layout_images/page_white_edit.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.logoffLink
{
	background: url(layout_images/door_out.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.myAccountLink
{
	background: url(layout_images/page_white_edit.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.checkoutLink
{
	background: url(layout_images/basket_go.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}

.cartLink
{
	background: url(layout_images/basket.png) no-repeat left center;
	padding-left: 20px;
	padding-right: 0 !important;
	display: inline-block;
}

/* Search box
--------------------------------------------------------------------------------*/

.searchBox
{
	height: 42px;
	width: 100%;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-weight: bold;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin: 5px 0;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x bottom;
}

.searchBox .paddingContainer
{
	padding: 10px 10px !important;
}

.searchBox p
{
	line-height: 1;
	padding: 0;
	margin: 0;
}

.searchLink
{
	line-height: 2;
	color: #fff;
}

.searchLink:hover
{
	color: #000;
}

.searchbutton
{
	position: absolute;
	right: 29px;
	top: 28px;
}

.searchInput
{
	width: 150px;
}

/* Categories box
--------------------------------------------------------------------------------*/

.categoriesBox
{
	width: 100%;
	margin: 10px 0;
}

.categoriesBoxHeading
{
	height: 36px;
	line-height: 36px;
	width: 100%;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x bottom;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.categoriesBoxHeading h3
{
	line-height: 36px;
	font-size: 14px;
}

.categoriesBoxContent
{
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	width: 100%;
	padding: 7px 0;
	background: #fff;
	letter-spacing: 0px;
}

.productLink_0
{
	font-size: 12px;
	font-weight: bold;
	color: #6d6d6d;
	padding: 5px 0 5px 30px;
	display: block;
	background: url(layout_images/productLink_bg.gif) no-repeat 10px 6px;
}

.productLink_0:hover, .productLink_0_selected:hover
{
	color: #688FA2;
	font-weight: bold;
}

.productLink_0_selected
{
	font-size: 12px;
	font-weight: bold;
	color: #20AAEE;
	padding: 5px 0 5px 30px;
	display: block;
	background: url(layout_images/productLink_selected_bg.gif) no-repeat 10px 6px;
}

.productLink_1
{
	font-size: 11px;
	font-weight: bold;
	color: #6d6d6d;
	padding: 5px 0 5px 40px;
	display: block;
	background: url(layout_images/productLink_bg.gif) no-repeat 20px 6px;
}

.productLink_1:hover, .productLink_1_selected:hover
{
	color: #688FA2;
	font-weight: bold;
}

.productLink_1_selected
{
	font-size: 11px;
	font-weight: bold;
	color: #20AAEE;
	padding: 5px 0 5px 40px;
	display: block;
	background: url(layout_images/productLink_selected_bg.gif) no-repeat 20px 6px;
}

.productLink_2
{
	font-size: 11px;
	font-weight: bold;
	color: #6d6d6d;
	padding: 5px 0 5px 50px;
	display: block;
	background: url(layout_images/productLink_bg.gif) no-repeat 30px 6px;
}

.productLink_2:hover, .productLink_2_selected:hover
{
	color: #688FA2;
	font-weight: bold;
}

.productLink_2_selected
{
	font-size: 11px;
	font-weight: bold;
	color: #20AAEE;
	padding: 5px 0 5px 50px;
	display: block;
	background: url(layout_images/productLink_selected_bg.gif) no-repeat 30px 6px;
}

.productLink_3
{
	font-size: 11px;
	font-weight: bold;
	color: #6d6d6d;
	padding: 5px 0 5px 60px;
	display: block;
	background: url(layout_images/productLink_bg.gif) no-repeat 40px 6px;
}

.productLink_3:hover, .productLink_3_selected:hover
{
	color: #688FA2;
	font-weight: bold;
}

.productLink_3_selected
{
	font-size: 11px;
	font-weight: bold;
	color: #20AAEE;
	padding: 5px 0 5px 60px;
	display: block;
	background: url(layout_images/productLink_selected_bg.gif) no-repeat 40px 6px;
}

/* Info box
--------------------------------------------------------------------------------*/

.informationBox
{
	width: 100%;
	margin: 10px 0;
}

.informationBoxHeading
{
	height: 36px;
	line-height: 36px;
	width: 100%;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x bottom;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.informationBoxHeading h3
{
	line-height: 36px;
	font-size: 14px;
}

.informationBoxContent
{
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	width: 100%;
	padding: 7px 0;
}

/* Other
--------------------------------------------------------------------------------*/

.inputRequirement
{
	color: #FF0000;
	font-weight: bold;
}

.infoBox
{
	background: #fff;
	border: 1px solid #EEEEEE;
}

.infoBoxHeading
{
	height: 36px;
	line-height: 36px;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x bottom;
	border: 1px solid #e7e7e7;
	border-bottom: 3px solid #e7e7e7;
	padding-left: 10px;
}

.infoBox td
{
	padding: 5px;
}

.main
{
	line-height: 1.5;
	padding: 5px 0;
}

.main b
{
	font-weight: bold;
	padding: 5px 0;
	font-size: 16px;
	letter-spacing: -1px;
	color: #5E5E5E;
}

.rightColumnBanner
{
	margin: 10px 0;
}

.indexMain
{
	padding: 0 20px 20px 20px;
}

/* EBS Tabbed Box
--------------------------------------------------------------------------------*/

#slider
{
	width: 688px;
	margin: 10px 0 0 0;
	position: relative;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x top left;
}

.scroll
{
	/*height:350px;*/
	width: 688px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	border: 1px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
	border-top: 0;
}

.scrollContainer div.panel
{
	/*height:350px;*/
	width: 688px;
}

ul.sliderNavigation
{
	list-style: none;
	width: 690px;
	margin: 0;
}

ul.sliderNavigation li
{
	float: left;
	width: 230px;
	text-align: center;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x top left;
	margin: 0;
}

ul.sliderNavigation a
{
	display: block;
	color: #20AAEE;
	text-decoration: none;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	letter-spacing: -1px;
	border: 1px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
}

ul.sliderNavigation a:hover
{
	background: #fff;
	border: 1px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
	color: #688FA2;
}

ul.sliderNavigation a.selected
{
	background: #fff;
	color: #7E7E7E;
	border: 1px solid #E7E7E7;
	border-bottom: none;
}

ul.sliderNavigation a:focus
{
	outline: none;
}

.hide
{
	display: none;
}

.scrollProducts
{
	/*height:212px;*/
}

.scrollProductsView
{
	background: #656565 url(layout_images/tabBoxViewAllBg.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}

.scrollProductsView a
{
	padding-right: 20px;
}

.scrollViewAll
{
	background: url(layout_images/arrowRight.gif) no-repeat center right;
	color: #fff;
	padding-right: 100px;
}

.expandScrollProductsView
{
	background: #656565 url(layout_images/tabBoxViewAllBg.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}

.expandContent
{
	background: #656565;
}


/* Footer
--------------------------------------------------------------------------------*/

#footer h3
{
	color: #D5D5D5;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
}

.footerLink
{
	color: #868686;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.5;
}

.footerLink:hover
{
	color: #fff;
}

#footerLogo
{
	float: left;
	width: 240px;
	color: #868686;
	line-height: 1.5;
	font-weight: bold;
	font-size: 10px;
}

#footerLogo h2
{
	font-size: 24px;
	padding-left: 50px;
}

#footerLogo p
{
	padding-left: 50px;
}

#footerNavigation
{
	float: left;
	width: 180px;
}

#footerService
{
	float: left;
	width: 180px;
}

#footerAccount
{
	float: left;
	width: 180px;
}

#footerEBS
{
	position: absolute;
	right: 20px;
	top: 25px;
	width: 91px;
}

#footerEBS a
{
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	background: url(layout_images/ebsLogo.gif) no-repeat 0 0;
	width: 91px;
	height: 50px;
	line-height: 29px;
	text-indent: -9999px;
}

#footerEBS a:hover
{
	background: url(layout_images/ebsLogo.gif) no-repeat 0 -50px;
}

#footerPayments
{
	position: absolute;
	left: 20px;
	top: 25px;
}

/* Button
--------------------------------------------------------------------------------*/

.cssButton
{
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	background: url(layout_images/normalButton.gif) repeat-x center center;
	padding: 3px 12px 3px 12px;
	white-space: nowrap;
	line-height: 23px;
}

.cssButtonWide
{
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	background: url(layout_images/normalButton.gif) repeat-x center center;
	padding: 3px 12px 3px 12px;
	white-space: nowrap;
	line-height: 23px;
	width: 100%;
}

.cssButtonArrow
{
	color: #6d6d6d;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
	border: 0;
	text-decoration: none;
	background: url(layout_images/productLink_bg.gif) left center no-repeat;
	padding: 0 0 0 15px;
	white-space: nowrap;
	line-height: 14px;
}

.cssBuyButton
{
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	background: url(layout_images/normalButton.gif) repeat-x center center;
	padding: 3px 12px 3px 12px;
	white-space: nowrap;
	line-height: 23px;
	font-weight: bold;
}

/* Product listing
--------------------------------------------------------------------------------*/

.productListing
{
	border: 1px solid #e7e7e7;
}

td.productListing-heading
{
	height: 36px;
	line-height: 36px;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x bottom;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #e7e7e7;
}

.productListing-heading
{
	color: #7e7e7e;
}

.productListing-heading a
{
	font-size: 14px;
	font-weight: bold;
	color: #7e7e7e;
	text-decoration: none;
}

.productListing-data img, .productListing-data a img
{
	vertical-align: middle;
	text-align: left;
	padding: 2px;
}

.productListing
{
	text-align: left;
}

.productListing-data
{
	font-size: 18px;
	font-weight: normal;
	height: 120px;
	color: #939598;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
}

.productListing-data s
{
	font-size: 12px;
}

.productListing-data table td
{
	vertical-align: middle;
	color: #939598;
	padding: 3px;
}

.productListing-data a, .productListing-data a:link
{
	font-size: 14px;
	font-weight: bold;
	color: #20AAEE;
	vertical-align: middle;
}

.productListing-data a:hover
{
	color: #688FA2;
}

.productListing-even
{
	background: #ffffff;
	vertical-align: middle;
}

.productListing-odd
{
	background: #ffffff;
	vertical-align: middle;
}

.pageResultsPaging
{
	font-size: 11px;
	color: #7E7E7E;
}

.pageResultsNumberOfProducts
{
	font-size: 11px;
	line-height: 4;
	color: #7E7E7E;
}

.pageResultsNumberOfProducts b
{
	font-size: 12px;
}



.pageResults
{
	height: 100px;
	background: #fff;
	border: 1px solid #D2D2D2;
	padding: 2px 4px;
	color: #3996DB;
}

.pageResultsPaging b
{
	background: #3996DB;
	border: 1px solid #3996DB;
	padding: 2px 4px;
	color: #fff;
}

.pageHeading
{
	padding-bottom: 10px;
}

.newProductsBox
{
	padding: 5px;
	vertical-align: top;
}

.tabBoxProductTable
{
	background: #fff;
	width: 100%;
}

.tabBoxProductImage
{
	background: #fff;
	height: 120px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}


.tabBoxProductName
{
	background: #fff;
	height: 60px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
}

.tabBoxProductName a
{
	color: #688FA2;
	font-size: 14px;
}

.tabBoxProductName a:hover
{
	color: #20AAEE;
}

.tabBoxProductRating
{
	background: #fff;
	height: 20px;
	text-align: center;
}

.tabBoxProductPrice
{
	background: #fff;
	height: 60px;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #939598;
	line-height: 1.3;
}

.tabBoxProductPrice s
{
	height: 25px;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #939598;
}

.tabBoxProductBuy
{
	height: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.headerTab
{
	height: 38px;
	width: 100%;
}

.headerTabContent
{
	width: 100%;
	line-height: 2;
}

.headerTabContent .paddingContainer
{
	padding: 15px 10px 0 15px;
}

.headerTabContent a
{
	color: #fff;
}

.headerTabContent a:hover
{
	color: #000;
}

/* Productlisting categories links
--------------------------------------------------------------------------------*/

.catAll
{
	padding: 7px 5px;
}

a.catLinks
{
	color: #626262;
	background: url(layout_images/productLink_bg.gif) left center no-repeat;
	padding-left: 16px;
}

a.catLinks:hover
{
	color: #4780A4;
	background: url(layout_images/productLink_bg.gif) left center no-repeat;
	padding-left: 16px;
}

.catMain
{
	padding: 10px 0px 30px 14px;
}


/* Latest articles box
--------------------------------------------------------------------------------*/

#articlesBoxHeading
{
	height: 36px;
	line-height: 36px;
	color: #7e7e7e;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	background: #fff url(layout_images/infoBoxHeading_bg.gif) repeat-x bottom;
	border: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#articlesBoxHeading h3
{
	line-height: 36px;
	font-size: 14px;
}

div#articlesBoxContent .infoBox
{
	border: none;
	background: none;
}

#articlesBoxContent
{
	border: 1px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	width: 100%;
	background: #fff;
}

.newsLeft
{
	width: 120px;
	font-weight: bold;
	color: #7E7E7E;
	vertical-align: top;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: -1px;
	display: inline-block;
	line-height: 1.5;
}

.newsRight
{
	padding: 10px 0; /*width:120px;*/
	line-height: 1.5;
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
}

.newsLeft a
{
	color: #7E7E7E;
}

.newsRight a
{
	color: #20AAEE;
	font-size: 14px;
}

.newsRight a:hover
{
	color: #688FA2;
}

.newsRight span
{
	color: #E4B423;
}

a.newsMore
{
	line-height: 1.5;
	color: #E4B423;
}

.newsMore:hover
{
	color: #939598;
}

/* Checkout
--------------------------------------------------------------------------------*/

.checkoutBarFrom
{
	font-size: 10px;
	color: #626262;
	padding: 10px 0 10px 0;
	background: #F9F6F1;
	border: 1px solid #EEEEEE;
}

.checkoutBarFrom a
{
	border: none;
}

.checkoutBarCurrent
{
	font-size: 10px;
	color: #000;
	font-weight: bold;
	padding: 10px 0 10px 0;
	background: #E7E7E7;
	border: 1px solid #C9C9CB;
}

.checkoutBarTo
{
	font-size: 10px;
	color: #626262;
	padding: 10px 0 10px 0;
	background: #F7F7F7;
	border: 1px solid #EEEEEE;
}


/* MISC
--------------------------------------------------------------------------------*/

td.main a img
{
	vertical-align: top;
}

td.main a, td.main b, td.main u
{
	margin: 0;
	padding: 0;
}

.headerError
{
	color: red;
	font-weight: bold;
	width: 100%;
	background: url(layout_images/exclamation.png) no-repeat left center;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}

.main10pxRightPadding
{
	padding: 10px;
}

.main10pxRightPadding b
{
	font-weight: bold;
	padding: 5px 0;
	font-size: 16px;
	letter-spacing: -1px;
	color: #5E5E5E;
}

.specials s
{
	height: 25px;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #939598;
}

.specials
{
	height: 60px;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #939598;
	line-height: 1.3;
}


#footerPayments {
background:url(layout_images/payment_banner.png) no-repeat left;
width:465px;
height:40px;
}
#footerIgence
{
	position: absolute;
	right: 20px;
	top: 25px;
	width: 91px;
}

#igence-link {
background:url("images/igence-sprite.png") no-repeat scroll 0 0 transparent;
display:block;
overflow:hidden;
text-indent:-9999px;
width:90px;
line-height:29px;
}

#igence-link:hover {
background: url("images/igence-sprite.png") no-repeat 0 -29px;
}

.customer_company_info {
background:url(layout_images/information.png) left no-repeat;
padding-left:23px;
}
.confirmation_handling_fee {
background:url(layout_images/information.png) left no-repeat;
padding:0 0 0 23px;
line-height:30px;
font-weight:bold;
color:#333;
}
