/*
	EBS CORE 2 COLUMN
	Ineo e-Business Solutions | www.ineo.fi
	Mathias Lindedahl
*/

html
{
    height: 100%;
}

body
{
    background: #FFF url(layout_images/new/top_bg.jpg) repeat-x 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
{
    width: 100%;
    height: 28px;
}

#mainContainer
{
    width: 100%;
    min-height: 100%;
}

* html #mainContainer
{
    height: 100%;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background: #fff url(layout_images/new/top_fullbg.jpg) no-repeat center top;
	overflow:hidden
}

#productContainer
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	overflow:hidden
}

#levelContainer {
	display:block;
    width: 100%;
	background: url(layout_images/new/uheader_bg.jpg) repeat-x;

	display:block
}

#LevelCrums {
    margin-left: auto;
    margin-right: auto;
    width: 935px;
	height:41px;
	display:block;
	color:#666;
	padding-left:25px;
	font-weight:bold;
}

#Subcontainer {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	border-bottom:#64A4B0 3px solid;
	overflow:hidden;
	padding-bottom:10px;
/*	min-height:593px; */
}

#footerContainer
{
	display:block;
    width: 100%;
	background:#FCF4DF url(layout_images/new/footer_btm_bg.jpg) repeat-x;
}

#footerDataContainer {
	display:block;
    width: 100%;
	background:#FCF4DF url(layout_images/new/footer_top.jpg) repeat-x;
}

#footerData {
	padding-top:10px;
	padding-bottom:10px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	overflow:hidden
}

#header
{
    position: relative;
    width: 100%;
}

#header .paddingContainer
{
}

#leftColumn
{
    position: relative;
    float: left;
    width: 272px;
}

#productLeftColumn {
    float: left;
    width: 370px;
	padding-top:20px;
	overflow:hidden
}


#leftColumn .paddingContainer
{
    padding-left:0px;
	padding-right: 20px;
}

#productCenterColumn
{
    float: right;
    width: 567px; /*	margin:0 180px 0 240px;*/
	padding-top:15px;
	overflow:hidden;
	padding-left:10px;
	padding-bottom:10px;
}

#centerColumn
{
    float: right;
    width: 688px; /*	margin:0 180px 0 240px;*/
	padding-top:10px;
}

#mainCenterColumn
{
    float: left;
    width: 692px; /*	margin:0 180px 0 240px;*/
	padding-right:10px;
}

#mainRightColumn
{
    position: relative;
    float: left;
    width: 258px;
}


#rightColumn
{
    position: relative;
    float: right;
    width: 180px;
}

#footer
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	overflow:hidden
}

#footerBtm 
{
	display:block;
	height:79px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background:#FCF4DF url(layout_images/new/footer_fullbg.jpg) repeat-x;
}

#footer .paddingContainer
{
    padding: 0 0 0 0 !important;
}

#footerLeft {
    float: left;
   	width: 600px; 
	padding-right:120px;
}

#footerRight {
    float: left;
	width: 240px;
	
}

.footerHr {
	background-color:#64A4B0;
	height:1px;
	border:none;
}

.clearFloat
{
    position: relative;
    width: 100%;
    clear: both;
}

/* Headings
--------------------------------------------------------------------------------*/

h1, .pageHeading
{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -1px;
    font-weight: bold;
	color:#E2973A
}

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: 75%;
    height: 100px;
}
*/

#topRightZone {
	float:right;
	width:300px;
	height:105px;
}

#loginZone {
	float:right;
    width: 260px;
	height:40px;
	line-height:32px;
	text-align:center;
	background: url(layout_images/new/top_box.jpg);	
}

#topSalesPersonLink 
{
	padding-top: 10px;
	float: right;
}

#topNavContainer
{
    position: relative;
    height: 41px;
    clear: both;
}

#topNav
{
    float: left;
    width: 100%;
	background: url(layout_images/new/navBar_bg.jpg);	
}

#topNav .paddingContainer
{
    padding: 0px;
}

.headerLink_0
{
    font-size: 14px;
    font-weight: bold;
    float: left;
    display: block;
    color: #386C79;
    height: 41px;
    line-height: 41px;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: -1px;
	background: url(layout_images/new/navBar_bg.jpg);
}

.headerLink_0:hover, .headerLink_0_selected:hover
{
    color: #fff;
	background: url(layout_images/new/navBar_bg.jpg);
}

.headerLink_0_selected
{
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    float: left;
    display: block;
    height: 41px;
    line-height: 41px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    background: url(layout_images/new/navBar_bg.jpg);
}

.topNavLeft {
	background: url(layout_images/new/navBar_left.jpg);
	float:left;
    height: 41px;
	display:block;
	width:7px;
}


.topNavRight {
	background: url(layout_images/new/navBar_right.jpg);
	float:right;
    height: 41px;
	display:block;
	width:7px;
}

.navItemSpacer {
	background: url(layout_images/new/navBar_mid.jpg);
	float:left;
    height: 41px;
	display:block;
	width:2px;
}

.topSearch {
	background: url(layout_images/new/top_search_bg.jpg) no-repeat;
	float:right;
    height: 33px;
	display:block;
	width:244px;
	line-height:33px;
	padding-top:8px;
}

.topSearchInput {
	background:none;
	border: none;
	float:left;
    height: 21px;
	display:block;
	width:187px;
	padding-top:5px;
	padding-left:15px;

}

#SubmitSearch {
	border:none;
	background: url(layout_images/new/top_search.jpg);
	float:left;
    height: 27px;
	display:block;
	width:41px;
}

#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;
	background: url(layout_images/new/box_bg.jpg);
}

.categoriesBoxHeading
{
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #7e7e7e;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: bold;
    background: url(layout_images/new/box_top.jpg) no-repeat;
}

.categoriesBoxHeading h3
{
	color:#E0953C;
    font-size: 16px;
	font-style:italic;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 36px;
	letter-spacing:0px;
}

.categoriesBoxContent
{
    width: 100%;
    padding: 0px;
	padding-bottom:28px;
	background: url(layout_images/new/box_footer.jpg) no-repeat bottom;
}

.productLink_0
{
    font-size: 12px;
    font-weight: bold;
    color: #3C6973;
	padding-left:30px;
    display: block;
    background: url(layout_images/new/item_bg.jpg);
	width:222px;
	height:24px;
	line-height:22px;
}

.productLink_0:hover, .productLink_0_selected:hover
{
    color: #FFF;
    font-weight: bold;
	background: url(layout_images/new/item_bg_over.jpg);
}

.productLink_0_selected
{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
	padding-left:30px;
    display: block;
	width:222px;
	height:24px;
	line-height:22px;
    background: url(layout_images/new/item_bg_over.jpg);
}

.productLink_1
{
    color: #3C6973;
	padding-left:40px;
    display: block;
    background: url(layout_images/new/item_bg2.jpg);
	width:212px;
	height:24px;
	line-height:22px;
    font-size: 11px;
    font-weight: bold;
}

.productLink_1:hover, .productLink_1_selected:hover
{
    color: #FFF;
    font-weight: bold;
	background: url(layout_images/new/item_bg_over2.jpg);
}

.productLink_1_selected
{
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
	padding-left:40px;
    display: block;
	width:212px;
	height:24px;
	line-height:22px;
    background: url(layout_images/new/item_bg_over2.jpg);
}

.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;
	background: url(layout_images/new/box_bg.jpg);
}

.informationBoxHeading
{
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #7e7e7e;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: bold;
    background: url(layout_images/new/box_top.jpg) no-repeat;
}

.informationBoxHeading h3
{
	color:#E0953C;
    font-size: 16px;
	font-style:italic;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 36px;
	letter-spacing:0px;
}

.informationBoxContent
{
    width: 100%;
    padding: 0px;
	padding-bottom:28px;
	background: url(layout_images/new/box_footer.jpg) no-repeat bottom;
}

/* 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;
/*
	border: 1px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
*/
    padding-left: 10px;
}

.infoBox td
{
    padding: 0px;
}

.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
{
    background: url(layout_images/new/footer_ebs.jpg);
    display: block;
    width: 135px;
    height: 45px;
	display:block
}

#ebsFContainer
{
    padding-top: 35px;
    float: right;
    display: block;
    width: 135px;
font-size:12px;
color:#333;
}

#ebsFContainer a {
color:#fff;
}

#ebsCopyright {
    padding-top: 32px;
	padding-left: 10px;
	float:left;	
	display:block;
	width: 500px;
	color:#FFF;
	font-weight:bold;
	font-size:14px
}

#footerEBS
{

}

#footerPayments
{
    position: absolute;
    left: 20px;
    top: 25px;
}

/* Button
--------------------------------------------------------------------------------*/

.cssButton
{
	background-color:#FF8B00;
	border:1px solid #FF7E00;
	color:#FFFFFF;
	padding:8px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.cssButton:hover {
	color:#6BA6B4;	
}

.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: #6BA6B4;
    border: 1px solid #3996DB;
    padding: 2px 4px;
    color: #fff;
}

#productCenterColumn h1
{
	color:#64A8B5;
	font-size:24px;
}

.pageHeading
{
    padding-bottom: 10px;
	color:#64A8B5;
}

.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
{
    background: #fff;
    height: 60px;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #939598;
    line-height: 1.3;
}

.pageResultsPaging u
{
    border-bottom: none;
    text-decoration: none;
}

.category_desc
{
    line-height: 1.5;
}

.newProductsLink
{
    font-size: 14px !important;
    font-weight: bold !important;
    color: #939598;
    line-height: 1.3 !important;
}

.productSpecialPrice
{
    background: #fff;
    height: 60px;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #990000;
    line-height: 1.3;
}


.pinfoImage {
	display: block;
	overflow:hidden
}


.smallImage {
	border: #D6D6D6 1px solid;
	float:left;
	margin-top:3px;
	margin-right:3px;
}

.levelBlock {
	float:left;
	display:block;
	padding-top:14px;
	padding-right:5px;
	color: #64A8B5;
}

.listingHR {
	border:none;
	border-bottom:#DDDDDD 2px solid;
	padding:0px;
	margin:0px;
}

.pinfoHR {
	border:0;
	background:none;
	border-top:#DDDDDD 1px dotted;
	padding:0;
	margin:0;
	float:left;
	width:100%;
	padding-bottom:8px;
}

.productListingBox {
	display:block;
	width:686px;
	float:left;
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:#DDDDDD 2px solid;
}

.listing_image_container {
float:left;
}

.productListingName {
	float:left;
	display:block;
	height:22px;
	line-height:22px;
	padding-bottom:7px;
	overflow:hidden;
	width:530px;
}

.productListingName a {
	color:#6BA6B4;
	font-size:16px;
}

.prodictListingData, .prodictListingDataLarge {
	float:left;
	display:block;
	height:130px;
	overflow:hidden;
	padding-left:15px;
	padding-right:5px;

}
.prodictListingData {
	width:350px;
}

.prodictListingDataLarge {
	width:520px;
}

.productListingOptions {
	display:block;
	height:116px;
	overflow:hidden;
	padding-left:10px;
	width: 160px;
	float:left;
	padding-top:10px;
}

.productCartOptions {
	width:938px;
	display:block;
	float:left;
	padding:10px;
	padding-bottom:0px;
	border:#CCC 1px dotted;
}

.productOptions {
	width:938px;
	display:block;
	float:left
}

.pdiv {
	color:#666;
	float:left; 
	width:32%;
	padding-bottom:5px;
	padding-top: 10px;
}

.pdivLeft {
	color:#666;
	float:left; 
	width:68%;
	padding-bottom:5px;
	padding-top: 10px;
}

.productOptions pdiv {
	padding-bottom:2px;
}

.button_buy_now {
	background-image:url(layout_images/new/button_buy_now.jpg);
	border:none;
	display:block;
	height:26px;
	width:99px;
}

.button_buy_now_big {
	background-image:url(layout_images/new/button_buy_now_big.jpg);
	border:none;
	display:block;
	height:37px;
	width:180px;
}

.input_qty_container {
	background-image:url(layout_images/new/input_bg_qty.jpg);
	width:35px;
	padding-left:3px;
	padding-right:3px;
	height:22px;
	padding-top:4px;
}

.input_qty {
	border:none;
	display:block;
	width:35px;
	background:none;
}

.productNew {
	background-image:url(layout_images/new/fp_new_prod_bg.jpg);
	width:246px;
	height:240px;
	padding-left:8px;
	padding-right:8px;
	padding-top:60px;
	padding-bottom:4px;
}

.productNew a {
	color:#64A8B5;
}

.productNewImage {
	display:block;
	width:139px;
	height:126px;
	padding-top:10px;
	padding-bottom:10px;
}

.productNewName {
	color:#64A8B5;
	font-size:18px;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
}

.productNewMore {
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	color:#64A8B5;
	font-size:12px;
}

.leftBanners {
	/*
	background-image:url(layout_images/new/fp_bnr_area.jpg);
	width:246px;
	height:186px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:7px;
	*/
}

#topCart {
	height:30px;
	width:300px;
	padding-bottom:5px;
	padding-top:25px;
}

#topLinks {
	padding-top: 5px;
	float:right;
}

.TopRightLink {
	color:#2F4F55;
	padding-left:5px;
	padding-right:5px;
}

#shoppingCartLnk {
	padding-top:7px;
	float:left;
	padding-left:115px;
}

#shoppingCartBox {
	float:right;
	background-image:url(layout_images/new/cart_box.jpg);
	display:block;
	width:33px;
	height:29px;
}

.shoppingCartWhite {
	color:#FFF;
	padding-left:2px;
	padding-right:5px;
}

.shoppingCartOrange {
	color:#EB7600;
	font-size:14px
}

#relatedProducts {
	float:left;
	padding-top:3px;
	padding:10px;
	width:948px;
}

#footerLeft a
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    font-style: normal;
    color:#30555B;
    font-weight: normal;
}

#footerLeft a:hover
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    font-style: normal;
    font-weight: normal;
    color: #688FA2;
}

.moreInfo {
	border:#FF7E00 1px solid; 
	padding:8px;
	background-color:#FF8B00;
	color:#FFF
}

.noDisplay
{
	display: none;
}

.productListingImage
{
	float:left;
	display:block;
	border:#DDDDDD 1px solid;
	width:139px;
	height:126px;
	background-color:#FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 126px;
}

.productListingImage img
{
	vertical-align: middle;
}

.xsell_container
{
	margin:2px;
	padding: 3px;
	height: 120px;
	border: 1px solid #D6D6D6;
	width: 460px;
}

.xsell_listing_image_container
{
	float:left;
	width: 34%
}

.xsell_prod_content
{
	float:right;width: 65%; vertical-align: top; padding-bottom: 4px;
}

.xsell_prod_name
{
	text-align:left; padding-left:5px; color:#6BA6B4; font-weight:bold; font-size:16px; height:18px; display:block;
}

.xsell_prod_info
{
	text-align:left; overflow:hidden; height:58px; padding-left:5px; padding-right:5px; padding-bottom:6px;
}

.xsell_price_container
{
	padding-top:5px; padding-bottom:5px; padding-right:6px; padding-left: 5px;
	float:left;
	line-height: 14px;
	margin-top: 1px;
}

.xsell_view_product_link
{
	float:right;
	padding-top: 4px;
	padding-right: 4px;
}

.additionalImage
{
	float:left;
	margin-right: 3px;
	vertical-align: middle;
}

.pinfoAdditionalImages-inner
{
	vertical-align:middle;
	margin-top: 10px;
	padding-left: 10px;
}

.pInfoImagesContainer
{
	border: 1px solid #D6D6D6;
}

#igence-link
{
    margin-top: 8px;
    display: block;
    background: url(layout_images/new/igence-gray.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 90px;
    height: 29px;
}

#igence-link:hover
{
    background: url(layout_images/new/igence-gray.png) no-repeat 0 -29px;
}