html, body {} 
#body {
    background:#c6c7c7;
    /*text-align:center;*/
}
#containerWrapper {
    background:transparent;
    width:100%;
    padding-top:10px;
    clear:both;
}
#containerWrapperBorder {
    background-color:#fff;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top:12px;
    margin-bottom:11px;
    text-align:left;
}
#container {
    width: 980px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:20px;
    text-align:left;
}
#containerPlain {
    width: 560px;
    margin:10px 0px 0px 10px;
}

#header {
    margin: 0;
    padding: 0;
}

#basket {
    clear: both;
    width: 100%;
}
#basketWizard {height:48px !important;}
#basketWizard.bkg1 {}
#basketWizard.bkg2 {}
#basketWizard.bkg3 {}
#basketWizard.bkg4 {}
#basketWizard.bkg5 {}
#basketWizardBorders {border:solid 1px #eee;border-bottom:none;border-top:none;height:16px !important;background:none;overflow:visible;}

#menuAndData {
    clear: both;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

#data, #dataPlain {
    padding-left:6px;
    width:560px;
    overflow:hidden;
    float:left;
    clear:none;
}

#rightBanner {
    float:right;
    clear:none;
    width:200px;
    overflow:hidden;
}

#footer {
    background:url(gfx/footerbkg.gif) bottom center no-repeat #fff;
    clear:both;
    width: 1000px;
    text-align:left;
    height:53px;
}
#footer #footerContent {
    padding-left:34px;
    padding-right:34px;
    padding-top:14px;
    color:#fff;
    font-size:80%;
}
#footer #footerContent a,
#footer #footerContent a:hover,
#footer #footerContent a:visited,
#footer #footerContent a:active {
    color:#fff;
}

#intrapage {
    clear: both;
    text-align: left;
    vertical-align: top;
    width: 760px;
}

#intralogin {
    float: left; 
    width: 330px;
    background: #fff;
}

#intradata {
    float: right;
    width: 420px;
}

/* ----------------------------------------------------------------------------- YAHOO UI RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* ----------------------------------------------------------------------------- YAHOO UI FONTS */

/**
* Percents could work for IE, but for backCompat purposes, we are using keywords.
* x-small is for IE6/7 quirks mode.
* 
*/
body {font:13px arial,helvetica,clean,sans-serif;/*font-size:small;font:x-small;*/}
table {font-size:inherit;/*font:100%;*/}

/**
* 99% for safari; 100% is too large
*/
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
* Bump up !IE to get to 13px equivalent
*/
pre, code {font:115% monospace;/*font-size:100%;*/}

/**
* Default line-height based on font-size rather than "computed-value"
* see: http://www.w3.org/TR/CSS21/visudet.html#line-height
*/
body * {line-height:1.22em;}

/* ----------------------------------------------------------------------------- GENERIC STYLES */

body { background:rgb(255,255,255); }

body, input, select, textarea { color:rgb(40,40,40); }

a { color:rgb(203,5,34); text-decoration:none; }
a:hover { text-decoration:underline; }

p { margin-bottom:10px; }

b, strong { font-weight:bold; }

.centered { text-align:center; }
.centered img { margin:auto; }

td { vertical-align:top; }

h1,h2,h3,h4,h5,h6 { font-weight:bold; margin-bottom:0.8em; }
h1 { font-size:1em; }
h2 { font-size:1em; }
h3 { font-size:1em; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

.button, button {
    color:#c1001d;
    border:none;
    font-weight:bold;
    cursor:pointer;
    font-family:arial, helvetica, sans-serif;
    font-size:100%;
    padding-right:18px;
}
.productList .buttonAddRowInfo {background:transparent url('gfx/icons/24x24/riviviite.gif');border:none;width:24px;height:24px;}
.productList .buttonModifyRowInfo {background:transparent url('gfx/icons/24x24/riviviite_vih.gif');border:none;width:24px;height:24px;}
.productList .buttonChoose {background:transparent url('gfx/icons/24x24/jatka-eteenpain.gif');border:none;width:24px;height:24px;}

#cmsedit {position:relative;left:0px;top:0px;z-index:999;overflow:hidden;height:20px;margin-top:0px;display:inline;width:120px;}
#cmsedit a {position:relative;left:0px;top:0px;color:#000;font-size:10px !important;font-weight:bold;display:inline;}
#cmsedit a:hover {text-decoration:underline;}

.cmsedit { background:transparent url('gfx/i_cms_edit.gif') 0em 0em no-repeat; height:16px; margin:2px 0px 2px 0px;}
.cmsedit a { padding-left:22px; color:rgb(0,0,0); }
.cmsedit a:hover { padding-left:25px; color:rgb(0,0,0); }

.pageContainer ul li { background:transparent url('gfx/bullet_blk.gif') 0px 0.3em no-repeat; padding-left:10px; }
.pageContainer ol li { list-style:decimal; margin-left:18px; }
.pageContainer #breadcrumb {padding:3px;padding-top:5px;padding-bottom:6px;font-size:0.82em;}
.pageContainer #breadcrumb ul li {display:inline;list-style-type:none;background:none;padding-left:2px;}
.pageContainer #breadcrumb a {color:#333;}
.pageContainer #breadcrumb a:hover {color:#c1001f;}
.pageContainer #breadcrumb .current,
.pageContainer #breadcrumb .current a {color:#c1001f;}
.pageContainer #breadcrumb .current a:hover {color:#333;}


/* ----------------------------------------------------------------------------- HEADER RELATED */

#slogan { text-align:center;z-index:999;clear:both; }
#slogan table { margin:auto;}
#slogan table td.quote { background:transparent url('gfx/deco_quotation.gif') 0em 0.2em no-repeat; width:26px; }
#slogan h1 { color:rgb(203,5,34); font-size:1.8em; display:inline; margin:0px 10px 0px 10px; font-weight:normal; }

/* ----------------------------------------------------------------------------- BASKET RELATED */

.basketMessage a { color:#fff; }
.basketMessage { text-align:center; padding-top:16px;}
.basketMessage h2 { color:rgb(255,255,255); font-size:1.2em; font-weight:bold; margin:0px; }
.hello { font-weight:bold;padding-top:4px;}
.login .slimTable { margin:0px; }
.login .slimTable td { padding:0px 0px 0px 2px;}

/*.headerRibbon a:hover { text-decoration:underline; }*/

#loginBox, #headerBar, #menuAndData { position:relative; top:0px; clear:both;}

#loginBox { float:right; text-align:right; }
#loginBox .box .loginTable, #loginBox .box .slimTable { width:220px; }

#headerBar { clear:both; margin-bottom:1px; }
#headerBarLayout { background:url('gfx/headerbarbkg.jpg') no-repeat; height:88px; }
#headerBarLayout #logo {width:150px;}
#headerBarLayout #logo a div { height:88px; width:210px;cursor:pointer;}
#headerBarLayout #greeting { width:160px;}
#headerBarLayout #headerMenu {font-size:1.1em;}

#headerBarLayout #greeting { font-size:1.1em; }
#headerBarLayout #greeting,
#headerBarLayout #headerMenu a { color:#FFFFFF; }
#headerBarLayout #headerMenu a.raquo { background: url(gfx/raquo.gif) no-repeat left center; padding-left: 10px; }

#headerBarLayout #greeting,
#headerBarLayout #headerMenu,
#headerBarLayout #customerLink { padding-top: 5px; vertical-align:middle; }

#headerBarLayout #customerLink { width: 150px; }
#headerBarLayout #customerLink a { font-size:1.1em; color:#FFFFFF; }
#headerBarLayout #logoSpacer { width:120px; }
#headerBarLayout #logoSpacer a #logoA { width:120px;height:88px;cursor:pointer; }

#basketLayout { background:url('gfx/basketbarbkg.jpg') no-repeat; height:69px; }
#basketLayout #search { width:220px; }
#basketLayout #basket { width:550px;padding-left:0px;padding-top:12px; }
/*#basketLayout .basketCashierBgk { background: url('gfx/icons/24x24/jatka-eteenpain_grey.gif') no-repeat right 11px; }*/
#basketLayout .basketCashierBgkNone { background:none; }
#basketLayout #customerInfo { width:210px;background:url('gfx/icons/24x24/info-vinkki_grey.gif') no-repeat 14px 23px; vertical-align:middle; }
#basketLayout #customerInfo #infoContent {padding:10px;padding-left:51px;padding-right:4px;padding-bottom:0px;}
#basketLayout #customerInfo #infoContent a {color:#fff;}

#basketLayout #search #searchInputWrapper,
#basketSelectWrapper { background:url('gfx/searchTextfield.gif') left top no-repeat;clear:none;width:180px;}
#basketLayout #search #searchInputWrapper {margin-left:6px;margin-top:8px;}
#basketSelectWrapperR {background:url('gfx/basketSelectR.gif') right top no-repeat;padding:2px;}
#basketSelect {border:1px solid #fff;background:#fff;}
#basketSelect option { background:#fff;}

#tableBasketWrapper {background:url('gfx/tableBasketWrapperBkg.gif') bottom left repeat-x;padding:3px;margin-left:3px;margin-top:6px;width:184px;}

#basketMessageTD {width:250px;padding-top:8px;background:url('gfx/iconShoppinggChart.gif') left no-repeat;background-position:0px 6px;}
#basketMessageTD div {margin-left:35px;}
#basketSelectTD {}
#basketFlushTD {padding-top:0px;}
#basketFlushTD a:hover {text-decoration:underline;}
#basketCashierTD {
        width:100px;
        padding-top:12px;
}
#basketCashierTD a {
        background: transparent url(gfx/icons/24x24/jatka-eteenpain_grey.gif) no-repeat scroll right top;
        display: block;
        font-size: 1.1em;
        font-weight: bold;
        height: 24px;
        line-height: 1.1em;
        margin: 0;
        padding: 4px 30px 0 0;
}

#basketLayout #search #searchInputWrapper #info { margin-left:4px;margin-top:4px;width:145px;background:transparent; }
#basketLayout #search #searchSubmitButton { background:url('gfx/searchButton.gif') right top no-repeat;float:right;clear:none;margin-right:-3px; }

.ac_results {
	padding: 0px;
	border: 1px solid #aaa;
	background: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results .ac_header {
	padding: 4px;
	padding-left: 15px;
	border: 0px;
	height: 16px;
	background: transparent url(gfx/headlinebkg2.gif) no-repeat scroll left bottom;
}

.ac_headerSpan {
	font-size:0.9em;
	font-weight: bold;
	float: left;
}

.ac_loading {
	background: url('gfx/loading_indicator.gif');
	float: right;
	display: block;
	border: 0px;
	margin-top: 2px;
	margin-right: 6px;
	width: 16px;
	height: 11px;
}

.ac_close {
	background: url('gfx/close.gif');
	margin-top: 3px;
	margin-right: 1px;
	width: 9px;
	height: 9px;
	border: 0px;
	float: right;
	display: block;
	cursor: pointer;
}

.ac_results .ac_header2 {
	padding: 3px;
	margin-top: 3px;
	padding-left: 15px;
	border: 0px;
	background: transparent url(gfx/headlinebkg1.gif) no-repeat scroll left bottom;
	font-size:0.8em;
	font-weight: bold;
}

.ac_results .ac_container {
	clear: both;
	padding: 4px;
	background: white;
}

.ac_results ul {
	/*width: 100%;*/
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0;
}

.ac_results li {
	/*margin-left: 5px;*/
	padding: 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-size:0.8em;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_faded { font-size:0.8em; padding-left: 10px; color: #aaa }
.ac_results li:hover { background-color: #D9D9D9; }
.ac_odd { background-color: #F3F3F3; }
.ac_even { background-color: #F3F3F3; }


.headerBar { font-size:85%; }
.headerBar table { width:100%; }
.headerBar table td { color:rgb(255,255,255); vertical-align:top;}
.headerBar table table td { padding-top:4px; vertical-align:middle;}
.headerBar table table td a {
    white-space:nowrap;
    color:rgb(255,255,255);
    text-decoration:none;
    margin-left:12px;
}
.headerBar select { width:100%; height:18px; border:none; }
.headerBar .field { height:18px; font-size:1em; border:none; }

.headerBar .box {
    color:rgb(255,255,255);
    padding:0px 0px 0px 0px;
}

.loginTable td { padding:0px; }

.headerBar #username, .headerBar #password {
    width:90%;
    border:1px solid rgb(127,157,185);
    height:16px;
    padding-left:4px; padding-top:2px;
    font-size:1em;
}

.tipOff { background-image:none;border:solid 1px #ccc; width:95px; }
.unTipOn { background:rgb(255,255,255) url('gfx/bg_field_login.gif') top left no-repeat; border:solid 1px #ccc; width:95px; }
.pwdTipOn { background:rgb(255,255,255) url('gfx/bg_field_password.gif') top left no-repeat; border:solid 1px #ccc; width:95px; }

.customerLink img { margin-top:12px;}

/* FORMS */

.field { width:180px; }
.productList .field { width:100px; }
.dateField { width:6.5em; }
select.field { width:180px; }
select.fieldLong { width:280px; }
.fieldLong { width:28em; }

.row textarea { width:180px; }

.formContainer { float:left; clear:both; }
.formContainer .error { background:transparent url('gfx/i_notice.gif') 0em 0.25em no-repeat; padding-left:15px; color:rgb(203,5,34); display:inline; margin-left:8px;}
.formContainer .titleBar {margin-bottom:10px;}
.formContainer .row .info {vertical-align:text-top; margin-left:5px; font-size:10px;}
h2.formSubtitle { font-size:1.2em; color:rgb(203,5,34); font-weight:bold; margin-bottom:0.8em; margin-top:1.4em; }

label { font-weight:bold;}
.row, .checkboxRow { margin-bottom:0.4em; clear:both;}
.row label { width:130px; display:block; float:left; padding-top:0.2em;}
.row img { margin-left: 11px; }
.orderCustomerInfo .row label {text-align:right;margin:0px 10px 0px 0px;padding:0px;width:110px;}
.orderCustomerInfo .formContainerPaymentOptions {margin-left:14px;}
.orderCustomerInfo .row .value {}
.orderCustomerInfo .row .pickuppoint { margin-left: 120px; margin-top: 5px; }
.row .fieldGroup { float:left; margin-left:0px; clear:right;width:180px;}

.checkboxRow label { font-weight:normal; margin-left:2px;}
.checkboxRow, .fieldGroup .row { margin-left:130px; }

.fieldGroup { margin-bottom:0.4em; clear:both; margin-left:15em;}
.fieldGroup .row, .fieldGroup .checkboxRow { margin-bottom:0em; }
.fieldGroup label { width:auto; margin-left:2px; display:inline; float:none;}
.fieldGroup .checkboxRow { margin-left:0px; }

.formFunctions { margin-top:0.8em;clear:both; text-align: right; width: 310px;}
.formFunctions .button { margin-left:12px;background:transparent url('gfx/icons/24x24/jatka-eteenpain.gif') no-repeat scroll right center;height:26px;padding:0px 24px 0px 0px;}
.formFunctions .button:hover {text-decoration:underline;}
.formFunctions .buttonflush {background:transparent url('gfx/icons/24x24/poista-tyhjenna.gif') no-repeat scroll right center;}
#intradata .formFunctions {width:315px;}
#dataPlain .formFunctions {width:560px;}

/* ----------------------------------------------------------------------------- PRODUCT MENU RELATED */
#menu {
    float: left;
}
#menustack {
    width: 200px;
    margin:0px 0px 4px 0px; 
    padding-top:5px;
    padding-bottom:5px;
    border:solid 1px #eee;
    border-left:solid 1px #eee;
    border-right:solid 2px #eee;
    background:url('gfx/menubkg.gif') top left repeat-y;
}

#menustack2 {
    /*width: 200px;*/
    margin:0px 0px 4px 0px; 
    padding-top:5px;
    padding-bottom:5px;
    /*border:solid 1px #eee;*/
    border-left:solid 1px #eee;
    /*border-right:solid 2px #eee;*/
    background:url('gfx/headlinebkg2.gif') top left repeat-y;
}

#menu .level1 .menuItem2 { border-bottom:none;font-weight:bold; }
/*#menu .menuItem2 a { display:block; color:rgb(203,5,34); text-decoration:none; padding-top:4px; padding-bottom:4px; font-size:0.82em; margin-left:16px; }*/
/*#menu .menuItem2 a:hover { color:rgb(40,40,40); }*/

#menu a { display:block; color:rgb(40,40,40); text-decoration:none; padding-top:4px; padding-bottom:4px; font-size:0.82em; margin-left:16px; }
#menu a:hover { color:rgb(203,5,34); }


.menuItem, .menuItemNoSubs { border-bottom:solid 1px #8e908f; }
#menu .level1 .current { font-weight:bold; background:url('gfx/menubkg_current.gif') top left repeat-y;}
#menu .level2 .menuItem,
#menu .level3 .menuItem,
#menu .level4 .menuItem { border-bottom:none;}
#menu .current a {color:#c1001f;}
#menu .current a:hover {color:#141414;}
#menu .level2 .current a { /*background:transparent url('gfx/arrow_link_next.gif') 0em 0.75em no-repeat;*/ padding-left:8px;}

.hasSubs a { /*background:transparent url('gfx/arrow_menu_closed.gif') 0em 0.75em no-repeat;*/ padding-left:8px; }
.hasProducts a { /*background:transparent url('gfx/arrow_menu_closed_sub.gif') 0em 0.75em no-repeat;*/ padding-left:8px; }

#menu .level2 a { margin-left:10px; }
#menu .level3 a { margin-left:16px; }
#menu .level4 a { margin-left:22px; }
#menu .bottom_content a { margin-left:0px; }

.level1 { text-transform:uppercase; }
.level2 { background:transparent url('gfx/menubkg_level2.gif') top left repeat-y;}
.level3 { background:transparent url('gfx/menubkg_level3.gif') top left repeat-y;}
.level4 { background:transparent url('gfx/menubkg_level4.gif') top left repeat-y;}

.menuItemNoSubs a { background:none; }
.menuItemNoSubs a { background:none; }
.menuItemNoSubs a { background:none; }

#orderList { border-bottom:1px solid rgb(212,218,221); padding-bottom:0.6em;}
#orderList h2 { font-weight:bold; font-size:1.1em; color:rgb(203,5,34); margin-bottom:0.25em;}
#orderList ul li { margin-bottom:0.2em; background:transparent url('gfx/arrow_link_next.gif') 0em 0.45em no-repeat; }
#orderList ul li a { padding-left:8px; }

/* ----------------------------------------------------------------------------- FRONTPAGE RELATED */

.doubleClick img { display:block; }

.pageContainer { margin:0; }

.superHighlights img { display:block; }
.bookItemRow .bookItem .bookImage img { width:84px; }
.highlightContainer { color:#c1001f; padding:0.165em 0em 0em 0em; font-size:0.9em; margin:0px; }
.highlightContainer table { margin:auto; }
.highlightContainer .content { padding:8px; font-size:100%;margin-bottom:10px;border:solid 1px #e3e3e3;border-bottom:3px solid #d0d0b4; }
.highlightContainer .titleBar,
.pageContainer .titleBar { background:url('gfx/headlinebkg.gif') left bottom no-repeat; text-align:left;padding-left:16px;padding-top:7px;padding-bottom:6px;clear:both;}
.wide .orderCustomerInfo h2.titleBar {font-size:1em;}
table.productList thead td,
table.productList thead td.start { background:url('gfx/headlinebkg.gif') left bottom no-repeat; text-align:left;padding-left:0px;padding-top:7px;padding-bottom:6px;}
table.productList thead td {background:url('gfx/headlinebkg.gif') -20px bottom no-repeat;}
table.productList tbody {margin-bottom:2px;}
table.productList tfoot {background:url('gfx/productListTfootBkg.gif') repeat-x;}
table.productList tfoot td { border-bottom:none;font-weight:bold;}
.highlightContainer .titleBarMore {display:inline;float:right;clear:none;width:125px;background: url(gfx/titleBarMorebkg.gif) bottom left no-repeat;padding-left:12px;padding-top:5px;padding-bottom:6px;margin-top:-4px;}
.highlightContainer .titleBar h1,
.pageContainer .titleBar h1 { margin:0px;padding:0px;color:#C1001F;}
.pageContainer .titleBar h3 { margin:0px;padding:0px;color:#C1001F;}
.highlightContainer .headlinebkg0 {background:url('gfx/headlinebkg0.gif') left bottom no-repeat;}
.highlightContainer .headlinebkg1 {background:url('gfx/headlinebkg1.gif') left bottom no-repeat;}
.highlightContainer .headlinebkg2 {background:url('gfx/headlinebkg2.gif') left bottom no-repeat;}
#structureTableTDCol1 .highlightContainer .contentbrd0,
#structureTableTDCol3 .highlightContainer .contentbrd0 { border-bottom:3px solid #d0d0b4; }
#structureTableTDCol1 .highlightContainer .contentbrd1,
#structureTableTDCol3 .highlightContainer .contentbrd1,
#menu .highlightContainer .contentbrd1 { border-bottom:3px solid #ebdebb; }
#structureTableTDCol1 .highlightContainer .contentbrd2,
#structureTableTDCol3 .highlightContainer .contentbrd2 { border-bottom:3px solid #d0d0b4; }
.highlightContainer .topbrd0 { border:solid 1px #f3f4f4;border-bottom:none;padding:0px;overflow:hidden;width:560px; }
.highlightContainer .imageOnLeft { padding:0px; }
.highlightContainer .imageOnRight { padding:0px; }

#structureTableTDCol1 .highlightContainer .content,
.highlightContainer .content {border:none;color:#333;line-height:1.3em;}
#structureTableTDCol1 .highlightContainer .titleBar span,
.highlightContainer .titleBar h3 {font-weight:bold;font-size:1.1em;margin:0px;}
#structureTableTDCol3 .highlightContainer .contentbrd1,
#structureTableTDCol3 .highlightContainer .contentbrd2 {background:#fcfcfc; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;}
#structureTableTDCol3 .highlightContainer .events {padding:4px 4px 4px 10px;}
#structureTableTDCol3 .highlightContainer .events .eventitem,
#structureTableTDCol3 .highlightContainer .events .eventhistory {padding:6px 0px 7px 7px;border-bottom:solid 1px #eaeaea;margin:0px;background:none; border-left: solid 1px #eaeaea; border-right: solid 1px #eaeaea;}
#structureTableTDCol3 .highlightContainer .events .eventitem {background:url('gfx/eventItembkg1.gif') top left repeat; }
#structureTableTDCol3 .highlightContainer .events #eventitem1.bkg1,
#structureTableTDCol3 .highlightContainer .events #eventitem3.bkg3,
#structureTableTDCol3 .highlightContainer .events #eventitem5.bkg5 {background:url('gfx/eventItembkg0.gif') top left repeat;}
#structureTableTDCol3 .highlightContainer .events .eventItem .date,
#structureTableTDCol3 .highlightContainer .events .eventItem .info {color:#333;}
#structureTableTDCol3 .highlightContainer .events .eventItem a {background:none;font-weight:normal;padding:0px;}
#structureTableTDCol3 .highlightContainer .events .eventItem .info,
#structureTableTDCol3 .highlightContainer .events .eventItem a {font-size:0.95em;}
#structureTableTDCol3 .highlightContainer .events .eventhistory a {padding:0px;}

h3.mailToFriend { color:#C1001F; margin: 0; padding: 16px 0px 16px 0px; }

#menu .highlightContainer .content {background:#f9fafa url('gfx/contentmenubkg.gif') left bottom repeat-x;}	
#menu .highlightContainer .content img.logopay {margin-top:6px;}
.imageOnLeft .bookImageText { padding:8px 8px 8px 10px; }
.imageOnRight .bookImageText { padding:8px 10px 8px 8px; }

.bookImage { background:transparent url('gfx/bg_45.gif') top left repeat; }

.structureTable tr { vertical-align:top; }
.structureTable td.gap {}
#structureTableTDCol1 { width:560px;}
#structureTableTDCol2 { width:10px; }
#structureTableTDCol3 { width:200px;}

.highlightContainer .bookAuthor { margin-bottom:8px; }
.highlightContainer .bookTitle h2 { font-size:1em; margin-bottom:2px; }

.eventItem { margin-bottom:8px; }
.eventItem a, .bookLinks a { padding-left:8px; background:transparent url('gfx/arrow_link_next.gif') 0em 0.45em no-repeat; font-weight:bold; }
.eventItem .date { font-size:93%; font-weight:bold; }
.eventItem .info { margin:0.2em 0 0.2em 0; }

.highlightContainer ul.linkList li { background:transparent url('gfx/arrow_menu_closed.gif') 0em 0.45em no-repeat;}
.highlightContainer ul.linkList li a { color:rgb(40,40,40); }

.eventHistory { background:transparent url('gfx/arrow_link_next.gif') 0em 0.45em no-repeat; font-weight:bold; }
.eventHistory a { padding-left:8px; }

.highlightPrice { margin-top:8px; clear:both; font-weight:bold; }
.highlightPrice .oldPrice { font-weight:normal; margin-left:8px; }
.highlightPrice .specialPriceTitle { padding-left:10px; }

/* ----------------------------------------------------------------------------- BOOK HILIGHTS RELATED */

.highlightContainer .bookItemRow {text-align:center;float:left;}
.tabBarDataSub .bookItem {}
.highlightContainer .bookItem {font-size:0.95em;width:133px;float:left;padding-right:3px;text-align:left;}
.tabBarDataSub .bookImage {height:219px;width:176px;margin:0px 0px 0px 0px;padding:0px;overflow:hidden;background:none;}
.highlightContainer .bookImage {width:84px;margin-bottom:12px;margin-top:4px;}
.tabBarDataSub .bookCategory {color:#c1001f;margin:20px 0px 10px 180px;padding:0px 0px 6px 8px;font-weight:bold;height:16px;}
.tabBarDataSub .bookCategory h2 {color:#c1001f;height:20px;overflow:hidden;width:340px;border-bottom:2px solid #b9bfba;padding:0px 0px 6px 0px;line-height:2em;}
.tabBarDataSub .bookName,
.highlightContainer .bookName {font-weight:bold;margin:0px 30px 0px auto;}
.tabBarDataSub .bookName a,
.highlightContainer .bookName a {color:#000;}
.tabBarDataSub .bookName a:hover,
.highlightContainer .bookName a:hover {color:#c1001f;}
.tabBarDataSub .bookPrice {color:#c1001f;margin:0px 30px 0px 190px;font-weight:bold;}
.highlightContainer .bookPrice {color:#c1001f;margin:0px 0px 0px 0px;font-weight:bold;}
.tabBarDataSub .bookAddToTheCart,
.highlightContainer .bookAddToTheCart {color:#c1001f;font-weight:bold;white-space:nowrap;overflow:visible;vertical-align:middle;}
.tabBarDataSub .bookAddToTheCart {margin:20px 0px 0px 180px;width:150px;}
.tabBarDataSub .oldPrice,
.highlightContainer .oldPrice {color:#555555;margin-left:4px;}
.tabBarDataSub .cartIcon,
.highlightContainer .cartIcon {float:right;height:28px;width:28px;background:url('gfx/icons/24x24/lisaa-ostoskoriin.gif') left top no-repeat;margin-top:-20px;cursor:pointer;}
.tabBarDataSub .bookAddToTheCartLabel {padding-top:6px;margin:0px 0px 0px 10px}
.highlightContainer .bookAddToTheCartLabel {padding-top:6px;}
.tabBarDataSub .bookAddToTheCartLabel {}

.bookItem1st .bookItemList {float:right;clear:none;position:relative;top:55px;right:30px;/*display:compact;*/}
.bookItem1st .bookItemList ol,
.bookItem1st .bookItemList li {list-style:none;margin:0px;padding:0px;clear:right;}
.bookItem1st .bookItemList ol {width:180px;font-size:0.82em;}
.bookItem1st .bookItemList li a {color:#333;height:1.2em;overflow:hidden;display:block;} 
.bookItem1st .bookItemList li a:hover {color:#c1001f;}
.bookItem1st .bookBottomBorder {border-bottom:2px solid #b9bfba;margin:0px 30px 20px 180px;clear:right;padding:4px 0px;}
.bookItem1st .bookName {background:url('gfx/bookNameNumBkg.gif') 0px 0px no-repeat;margin:0px 220px 0px 190px;height:80px;}
.bookItem1st .bookName h2 {margin-left:34px;padding:2px 0px 0px 0px;font-size:0.82em;line-height:1.5em;}

.highlightContainer .bookImages,
.highlightContainer .bookNames,
.highlightContainer .bookPrices,
.highlightContainer .bookAddToCartActions { clear: left; overflow: hidden; display: block; font-size:0.95em; }
.highlightContainer .bookImages .bookImage,
.highlightContainer .bookNames .bookName,
.highlightContainer .bookPrices .bookPrice,
.highlightContainer .bookAddToCartActions .bookAddToCart { width:132px; margin: 4px 4px 4px 0px; float: left; background: transparent; }

.highlightContainer .bookImages .bookImage img { width: 84px; }
.highlightContainer .bookNames .bookName { max-height: 42px; overflow: hidden; }
.highlightContainer .bookAddToCartActions a.bookAddToCartButton { font-weight: bold; background: transparent url(gfx/icons/24x24/lisaa-ostoskoriin.gif) no-repeat right center; padding: 6px 27px 8px 0; line-height: 2.4em; overflow: hidden; }
.highlightContainer .bookPrices .bookPrice span.oldPrice {color:#555555;margin-left:4px;}

/* ----------------------------------------------------------------------------- TOPTABS RELATED */		

#tabWrapper1 {height:280px;overflow:hidden;}
#tabWrapper1 .tabContent {height:255px;}
#tabWrapper1.tabWrapper ul,
#tabWrapper1.tabWrapper ul li,
#tabWrapper1.tabWrapper .tabBar1 li {display:inline;list-style:none;background:none;margin:0px;padding:0px;}
#tabWrapper1.tabWrapper .tabBar1UL {height:24px;display:block;}
#tabWrapper1 .hide {display:none;}
#tabWrapper1 .tabContent {background:url('gfx/tabContentBkg.gif') top left repeat-y;}
#tabWrapper1 .tabBarDataSub {width:100%;}
#tabWrapper1 .tabBarDataSub img {float:left;clear:left;width:120px;margin:21px 0px 0px 36px}
#tabWrapper1 .tabBarDataSub h1 {}
#tabWrapper1 .tabBarDataSub ul li {}

/*TABLEVEL1*/
#tabWrapper1.tabWrapper .tabBar1 {border-bottom:solid 3px #d0d0b4;background:url('gfx/tabBar1bkg.gif') bottom left repeat-x;height:24px;}
#tabWrapper1.tabWrapper .tabBar1 li {background:url('gfx/tabBar1Abkg.gif') top right no-repeat;margin:0px;padding-right:7px;margin-right:2px;height:24px;display:block;float:left;}
#tabWrapper1.tabWrapper .tabBar1 a {background:url('gfx/tabBar1LIbkg.gif') top left no-repeat;padding-left:13px;height:24px;display:block;float:left;color:#FFF;padding-right:4px;font-weight:bold;line-height:1.7em;}
#tabWrapper1.tabWrapper .tabBar1 li.active {background:url('gfx/tabBar1LIbkgHi.gif') top right no-repeat;margin:0px;padding-right:7px;margin-right:2px;height:24px;display:block;float:left;}
#tabWrapper1.tabWrapper .tabBar1 a.active {background:url('gfx/tabBar1AbkgHi.gif') top left no-repeat;padding-left:13px;height:24px;display:block;float:left;color:#FFF;padding-right:4px;font-weight:bold;line-height:1.7em;}
/*TABLEVEL2*/
#tabWrapper1.tabWrapper .tabBar2 {height:21px;font-size:0.82em;font-weight:bold;}
#tabWrapper1.tabWrapper .tabBar2 li {background:url('gfx/tabBar2Abkg.gif') top right no-repeat;margin:0px;padding-right:7px;margin-right:3px;height:21px;display:block;float:left;}
#tabWrapper1.tabWrapper .tabBar2 a {background:url('gfx/tabBar2LIbkg.gif') top left no-repeat;padding-left:13px;height:21px;display:block;float:left;color:#FFF;padding-right:4px;line-height:1.7em;}
#tabWrapper1.tabWrapper .tabBar2 li.active {background:url('gfx/tabBar2LIbkgHi.gif') top right no-repeat;margin:0px;padding-right:7px;margin-right:3px;height:21px;display:block;float:left;}
#tabWrapper1.tabWrapper .tabBar2 a.active {background:url('gfx/tabBar2AbkgHi.gif') top left no-repeat;padding-left:13px;height:21px;display:block;float:left;color:#FFF;padding-right:4px;line-height:1.7em;}		

/* ----------------------------------------------------------------------------- TOP10 RELATED */

.top10Image { float:right; margin-left:10px; }
.top10Rows { width:100%; }
.top10Rows .top10nr { padding-right:4px;}
.top10Rows table { width:100%; }
.top10Rows table td { padding-top:2px; font-size:95%; vertical-align:top; }
.top10Rows table .first td { padding-top:0px;}
.top10Rows table td a { font-weight:bold; text-transform:uppercase;}
.top10Rows .price { text-align:right; padding-left:8px; }

/* ----------------------------------------------------------------------------- PRODUCT RELATED */

.bookTitle h2 { font-size:1em; font-weight:bold; text-transform:uppercase; margin-bottom:4px;}
.bookAuthor { font-weight:bold; }
.bookDescription { margin-bottom:4px; margin-top:-4px;clear:both;}
.bookLinks { margin-top:8px; }
.bookLinks a { margin-right:16px; }

/* PAGES */

/*{
    color:rgb(255,255,255);
    padding:0.165em 8px 0.2em 8px;
    font-size:1.4em;
    background:none;
    margin:0px;
    font-weight:normal;
}*/

.contentBox {
    padding:8px 0px 8px 0px;
    font-size:93%;
    margin-bottom:10px;	
}

/* COMMON ELEMENTS */

.titleBar { position:relative; }
.titleBar .close { position:absolute; top:6px; right:10px; cursor:pointer; width:16px; height:16px; }

ul.linkList li { padding-left:8px; background:transparent url('gfx/arrow_link_next.gif') 0em 0.45em no-repeat; margin-bottom:0.25em;}
ul.linkList li a { }

td.last { text-align:right; padding-right:0px;}

.discountPrice, .discount { font-weight:bold; color:rgb(203,5,34); margin-left:4px;}
/*.oldPrice { text-decoration:line-through;}*/
.price { font-weight:bold; }
.specialPriceTitle { color:rgb(203,5,34); }

.intro { margin-bottom:1.2em; clear:both;}

.linkRow { background:transparent url('gfx/arrow_link_next.gif') 0em 0.4em no-repeat; margin-bottom:0.65em; }
.linkRow a { padding-left:8px; }

.qtyField { width:30px; }

.purchaseFunctions { margin-top:0.8em; font-weight:bold;}
.purchaseFunctions .qtyField { margin-right: 4px; padding: 3px 0; vertical-align: middle; }
.purchaseFunctions .button { background:url('gfx/icons/24x24/lisaa-ostoskoriin.gif') right no-repeat; padding:5px 26px 4px 0px; margin:0px;text-align:left; width:130px;}
.purchaseFunctions fieldset.qty { float: left; width: 65px; }
.purchaseFunctions fieldset.addToCart { margin-left: 2px; }
.purchaseFunctions .button:hover {text-decoration:underline;}

.centered { text-align:center; }

.notice { background:transparent url('gfx/i_notice.gif') 0em 0.25em no-repeat; padding-left:14px; }
.row .notice { margin:1em 0em 1em 0em; background:transparent url('gfx/i_notice.gif') 0em 0.25em no-repeat; padding-left:14px; font-weight:bold; color:rgb(203,5,34);}
.notice a { font-weight:normal; }

.backLink { margin-top:12px; font-weight:bold; color:rgb(203,5,34); background:transparent url('gfx/icons/24x24/taaksepain.gif') top left no-repeat; padding-left:26px; cursor:pointer;clear:left;height:26px;}
#dataPlain .backLink {width:10px;float:left;clear:none;margin:0px;}
#intradata .backLink,
.backLink {width:200px;float:left;clear:none;margin:0px;}
.backLink a {line-height:2em;}
.backLink .highlighted {}
.backLink .highlighted:hover { text-decoration:underline;}
.label { display:inline; font-weight:bold; margin-right:10px;}
.infoRow { margin-bottom:4px;clear:both; }
.infoRow .label {width:140px;display:block;font-weight:normal;float:left;clear:left;}
.infoRow .authorNames {float:left;clear:right;width:220px;}
.infoRow .authorNames .authorName,
.infoRow .authorNames .rowItem {float:left;clear:left;width:220px;}
.infoRow .price {font-weight:normal;}

.popup { padding:12px; }
.popup .content { width:100%; }
.popup textarea { width:100%; }
.popupTitle { padding:7px 0px 6px 16px; background:transparent url(gfx/headlinebkg.gif) no-repeat scroll left bottom; text-align:left;}
.popupTitle h1 {color:#C1001F; margin:0px; padding:0px;}

/* PRODUCTLIST */

table.productList { width:100%; margin-bottom:8px; }
table.productList tr { vertical-align:top;}
table.productList td { border-bottom:1px solid #e7e4d5; padding:6px 8px 6px 0px; }
table.productList td.last { padding-right:4px;text-align:right; }

table.productList thead td { font-weight:bold;}
table.productList tbody td.image { padding-right:0px;width:80px;}
table.productList tbody td.image img { margin-right:6px; display:block;}

table.productList .specialPriceTitle { margin-top:4px; }

.searchResult { font-weight:bold; margin-bottom:0.65em; }

.productListControls { width:100%; border: solid 1px #e2e2e2; background:#f4f4f4;}
.productListControls .searchResult { margin:0px; text-align:center;}

.productListControls .prevPage { width:15%; white-space:nowrap; margin-left:4px; }
.productListControls .prevPage a { color:#545454; } 
.productListControls .nextPage { width:15%; white-space:nowrap; text-align:right; margin-right:4px;}

.productListControls .prevPage a { padding-left:8px; font-weight:bold; }
.productListControls .nextPage a { padding-right:8px; font-weight:bold; }

.productListControls .dummy { width:15%; }

/* PRODUCTINFO */

.pageProductInfo table tr { vertical-align:top; }
.pageProductInfo .contentBox { padding:0px; border:solid 1px #e3e3e3; margin:10px 0px 0px 0px;padding:10px;}
.pageProductInfo .bookDetails { padding:8px 12px 8px 12px;}
.pageProductInfo .imageBar { width:130px;}
.pageProductInfo .bookImage { overflow:hidden;width:130px; background:none; }
.pageProductInfo .bookImage img { max-width:130px; }

dl.bookInfo { overflow: hidden; }
dl.bookInfo dt { clear: left; float: left; margin: 0 10px 4px 0; width: 140px; }
dl.bookInfo dd { float: left; margin: 0 0 4px 0; width: 234px; }
dl.bookInfo dd div.authorNames { display: block; }

.pageProductInfo .priceWrapper { background:#c1001f; text-align:center;vertical-align:middle;max-width:130px;padding:4px;margin-top:2px;}
.pageProductInfo .priceWrapper .price,
.pageProductInfo .priceWrapper .discountPrice,
.pageProductInfo .priceWrapper .oldPrice,
.pageProductInfo .priceWrapper .specialPriceTitle {color:#fff;}

.imageBar { }
.tabContent .bookImage img,
.imageBar .bookImage img { display:block;width:130px; }
.tabContent .bookItem {float:left; clear:both; margin-bottom:0px;width:100%;}
.imageBar .bookItem {float:left; clear:both; margin-bottom:12px;}
.tabContent .bookItem .bookImage { float:left; margin:0px;padding:0px;}
.imageBar .bookItem .bookImage { float:left; padding-left:10px; }
.tabContent .bookItem .bookInfo,
.imageBar .bookItem .bookInfo { float:left; padding:0px 8px 0px 8px; }
.tabContent .bookItem .bookInfo h2,
.imageBar .bookItem .bookInfo h2 { font-size:0.9em; margin-bottom:2px; }
.tabContent .bookItem .bookAuthor
.imageBar .bookItem .bookAuthor { font-weight:normal; }

.bookRecommendations { clear:both; float:left; width:100%; padding-bottom:8px; }
.bookRecommendations h3, .bookRecommendations h4 { font-size:1em; margin:8px 0px 8px 10px; font-weight:bold; color:rgb(40,40,40); }

.showMoreRecommendations { clear:both; margin-bottom:8px; margin-top:12px; padding:8px 10px 8px 10px; background:rgb(255,255,255);}
.showMoreRecommendations a { background:transparent url('gfx/arrow_link_next.gif') right 0.5em no-repeat; padding-right:8px; }

/*.purchaseFunctions fieldset.qty { float: left; width: 65px; }
.purchaseFunctions fieldset.addToCart { margin-left: 2px; }*/

/* Email share button */
a.emailToFriend { padding-left:20px; background:url('gfx/icons/16x16/otayhteytta_kerrokaverille_palaute.gif') no-repeat scroll left center transparent; color:#000; }
/* Facebook share button */
a.fb_share { color:#000; margin-left:10px; }
/* Twitter share button */
a.twitter_share { background:url('gfx/twitter.gif') no-repeat scroll left center transparent; color:#000; padding-left:20px; margin-left:10px; }

.pageProductInfo .bookDetails .bookTitle h1 { font-weight:bold; font-size:1.2em; color:#151515; margin-bottom:0.8em; }
.pageProductInfo .purchaseFunctions { margin-bottom:14px; }

.pageProductInfo .bookDetails .bookShortDescription { margin-top:-1em; margin-bottom:0.8em;} 

.pageProductInfo .bookDetails .price, .pageProductInfo .bookDetails .oldPrice,
.pageProductInfo .bookDetails .specialPriceTitle, .pageProductInfo .bookDetails .discountPrice
{ display:inline; margin:0px 12px 0px 0px; }

.pageProductInfo .bookDetails .bookAuthor { font-weight:normal; }


/* PAGE CHECKOUT */

.checkoutFunctions { margin-top:4px; clear:both; width:100%; padding-top:2px; border-top:1px solid #e7e4d5;}
.checkoutFunctions .controls { text-align:right; border-top:1px solid #e7e4d5;padding-top:12px;}
.checkoutFunctions .backLink { float:left; margin-top:0px;padding-top:11px;background:transparent url('gfx/icons/24x24/taaksepain.gif') left 11px no-repeat;}
.checkoutFunctions button, .checkoutFunctions .button { text-align: right; margin-left:12px;background:transparent url('gfx/icons/24x24/jatka-eteenpain.gif') no-repeat scroll right center;height:26px;padding:0px 28px 0px 0px; }
.checkoutFunctions .buttonrefresh {background:transparent url('gfx/icons/24x24/refresh-paivita.gif') no-repeat scroll right center;}
.checkoutFunctions .buttonflush {background:transparent url('gfx/icons/24x24/poista-tyhjenna.gif') no-repeat scroll left center; padding: 0px 0px 0px 28px; text-align: left; margin-right: 24px;}

.formContainerPaymentOptions .checkboxRow { margin-left:0px;}

table.orderCustomerInfo { width:100%;}
table.orderCustomerInfo tr { vertical-align:top; }

table.billTable { width:100%; border:1px solid rgb(200,200,200); border-left:none; border-bottom:none; }
table.billTable tr { vertical-align:top; }
table.billTable td { border:1px solid rgb(200,200,200); padding:10px; background-color:rgb(255,255,255); border-top:none; border-right:none; }
table.billTable td p { margin:0px; }

.orderMessage { font-weight:normal; margin-top:0.45em;}


/* ORDERLIST RELATED */

.orderListFunctions { margin-right:8px;}
.orderListFunctions table { width:100%; margin-bottom:0.4em; }
.orderListFunctions table td { font-weight:bold; padding-bottom:0.4em; }
.orderListFunctions table td.info { text-align:right; color:rgb(205,5,34);}
.orderListFunctions table td.label { text-align:left;}
.orderListFunctions .close { margin-top:0.4em; }
.orderListFunctions { margin-bottom:0.6em; padding-bottom:0.9em; border-bottom:1px solid rgb(212,218,221);}

.orderListGroup h2, .orderListFunctions h2 { font-size:1.2em; color:rgb(203,5,34); font-weight:bold; margin-bottom:0.8em; }
.orderListGroup h3 { font-weight:bold; margin-bottom:0.2em; margin-right:8px; }
.orderListGroup ul { margin-bottom:1em; }
.orderListGroup ul li { background:transparent url('gfx/arrow_link_next.gif') 0em 0.45em no-repeat; padding-right:8px; }
.orderListGroup ul li a { padding-left:8px; }

.pdfLink { font-weight:bold; background:transparent url('gfx/i_pdf.gif') 0em 0.8em no-repeat; padding-top:0.8em; border-top:1px solid rgb(212,218,221); margin-right:8px; }
.pdfLink a { padding-left:20px; }

/* PAGE TIPS */

.tipBox { border:1px solid #e3e3e3;margin-top:2px; }
.narrow .tipBox { border:1px solid #e3e3e3;margin-top:10px; }
.tipContent { padding:16px 10px 8px 10px; font-size:93%; clear:both; background: #dfeef3 url('gfx/tipContentBkg.gif') repeat-x center top;}
.tipContent img { display:block; } 
.tipBox h4 { font-weight:bold; margin-bottom:0.45em; color:rgb(40,40,40); }
.tipNib { display:none; }
.tipHead { background:url('gfx/tipHeadBkg.gif') bottom left repeat-x;border-bottom:solid 1px #e3e3e3;height:33px !important;}
.tipHead .corner { height:24px;width:24px;background:url('gfx/icons/24x24/info-vinkki.gif') 0px 0px no-repeat;position:relative;top:5px;left:3px;overflow:visible;margin-bottom:-22px; }
.narrow .tipHead .corner { height:53px;width:53px;background:url('gfx/tipHeadCorner.gif') 0px 0px no-repeat;position:relative;top:-7px;left:-21px;overflow:visible;margin-bottom:-22px; }
.tipFoot {  }
.tipFoot .corner { }

.tipContent p { margin:0px; }
.tipContent a { color:#c10022; }

.tableWrapper { width:100%; }

.tipWrapper { width:100%; }
#rightBanner .tipWrapper { border-bottom:solid 2px #c2deea; }
.narrow .tipWrapper { width:180px;border-bottom:solid 2px #c2deea; }
.tipWrapper tr { vertical-align:top; }
.tipWrapper td.wide { width:auto;padding-right:20px;}
.tipWrapper td.narrow { width:180px !important; }



/* NEWS */

.newsItem h3 { font-size:1em; font-weight:bold; margin:0px; }
.newsItem .date { font-weight:normal; color:rgb(40,40,40); }
.newsItem .newsHead { margin-bottom:0.1em; }
.newsItem { margin-bottom:0.8em; }


/* FRONTPAGE SPECIFIC */

.forcedSize .wrapper { height:160px; }
.freeSize .wrapper { height:auto; }

.superHighlights .left, .superHighlights .right { padding:10px 0px 10px 0px; }
.superHighlights .left .wrapper { position:relative; padding-left:20px; padding-right:20px; }
.superHighlights h2 { color:rgb(0,0,0); margin:0px; }
.superHighlights h3 { color:rgb(0,0,0); margin:0px; }
.superHighlights .highlightTitle { margin-bottom:10px; }
.superHighlights .priceBallSmall {
    text-align:center;
    width:90px;
    height:90px;
    margin-left:50px;
    margin-bottom:20px;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/gfx/priceball_small.png',sizingMethod='scale');*/
    background:transparent url('gfx/priceball_small.png') no-repeat !important;
    background:none;
    clear:both;
}

.superHighlights .description {
    width:50%;
    margin-bottom:10px;
}

.superHighlights .redBall {
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/gfx/priceball_small_red.png',sizingMethod='scale');*/
    background:transparent url('gfx/priceball_small_red.png') no-repeat !important;
    background:none;
}

.superHighlights .blkBall {
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/gfx/priceball_small_blk.png',sizingMethod='scale');*/
    background:transparent url('gfx/priceball_small_blk.png') no-repeat !important;
    background:none;
}

.superHighlights .whtBall {
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/gfx/priceball_small_wht.png',sizingMethod='scale');*/
    background:transparent url('gfx/priceball_small_wht.png') no-repeat !important;
    background:none;
}

.superHighlights .priceBallSmall .price {
    padding-top:22px;
    font-size:30px;
}

.superHighlights .priceBallSmall .oldPrice { text-decoration:none; }

.forcedSize .highlightLink {
    position:absolute;
    bottom:0px;
    left:20px;
}

.superHighlights .redArrow { background:transparent url('gfx/arrow_highlight_red.gif') 0px 4px no-repeat; }
.superHighlights .blkArrow { background:transparent url('gfx/arrow_highlight_blk.gif') 0px 4px no-repeat; }
.superHighlights .whtArrow { background:transparent url('gfx/arrow_highlight_wht.gif') 0px 4px no-repeat; }

.superHighlights .highlightLink a {
    padding-left:10px;
    font-weight:bold;
    color:rgb(0,0,0);
    font-size:92%;
}

.content .imageOnLeft { margin:-8px 0px -8px -8px; }
.content .imageOnRight { margin:-8px -8px -8px 0px; }

.bookImageText { width:100%; }

/* PRODUCT FAMILY HIGHLIGHTS */

.productCategoryHighlight { margin:0px 4px 6px 4px ; }

.productCategoryHighlight .content {
    /*border:1px solid #c0c0c0;*/
    padding:8px;
}

.dropShadow { width:100%; height:10px; background:transparent url('gfx/shadow_c0.gif') bottom right no-repeat; position:relative; }
.dropShadowC1 { width:10px; height:10px; position:absolute; top:0px; left:0px; background:transparent url('gfx/shadow_c1.gif') bottom left no-repeat; }

/* WSOY basket */

#SK_basket { width:110px; font-size:11px !important; font-family:arial, helvetica, sans-serif; text-align:center; color:#9B9B9B; }
.SK_basket_logo { display:block; }
.SK_basket_content { border:1px solid #919191; border-top:none; padding:17px 0 10px 0; }
.SK_basket_functions { text-align:left; padding-left:43px; background:url('gfx/i_cart.gif') 13px 2px no-repeat; margin-bottom:15px; }
#SK_basket a { color:#E21E34 !important; text-decoration:none; }
#SK_basket a:hover { text-decoration:underline; }
#SK_basket a img { border:none; }
#SK_basket strong { display:block; font-weight:normal; }
.SK_basket_products { margin:4px 0 15px; }
.SK_coop { margin:0 0 15px 0; }

.SK_basket { margin-bottom:10px; background:url('gfx/bg_sk_basket2.png') left bottom no-repeat; padding:5px 8px 12px; border:1px solid #e0ddd6; border-top:none; border-bottom:none; position:relative; font-size:11px; font-family:arial, helvetica, sans-serif; line-height:125%; text-align:center; color:#666; /*zoom:1;*/ }
.SK_basket a { color:#d64f32; }
.SK_basket .SK_logo { display:block; background:url('gfx/bg_sk_basket2.png') -220px top no-repeat; margin:0 auto 8px; width:120px; height:13px; }
    .SK_basket .SK_logo span { font-size:0px; line-height:0; text-indent:-9999px; }
.SK_basketInfo { margin-bottom:8px; }
    .SK_basketInfo span { margin-right:8px; }
.SK_basketButtons { margin-bottom:4px; }

.SK_c1, .SK_c2 { position:absolute; bottom:0px; width:18px; height:18px; background:url('gfx/bg_sk_basket2.png') -344px top no-repeat; }
.SK_c1 { left:-1px; } /* go over the borders with this one */
.SK_c2 { background-position:right top; right:-1px; }


/**/
.floatLeft { float:left; }
.floatRight { float:right; }
.clearBoth {clear:both;}
.verticalAlignMiddle { vertical-align:middle; }

/* Lahjatilaus */
#gcLeft {
    width: 200px;
    margin:0px 0px 4px 0px; 
    padding-top:5px;
    padding-bottom:5px;
    /*background:url('gfx/headlinebkg2.gif') top left repeat-y;*/
} 

#gcBasketLayout { background:url('gfx/basketbarbkg.jpg') no-repeat; height:69px; }
