html,body {
height:95%;
}

body {
background:url(../siteimg/bg_main_dark_2.jpg) no-repeat center #151515;
/*background:url(../siteimg/bg_main.jpg) repeat-x top;*/
/*background:url(../siteimg/bg_winter_blue.jpg) repeat-x top #28697e;*/
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

body.ilmtoimitus {
background:url(../siteimg/bg_body_ilmtoimitus.png) repeat;
}

body.syksy {
background:url(../siteimg/bg_syksy_tausta.jpg) repeat-x top;
}

body.talvi {
background:url(../siteimg/bg_main_winter.jpg) repeat-x top;
}

div.bgoverlay {
background:url(../siteimg/bg_body_toim_0.png) repeat transparent 0px 0px;
margin:0;
padding:0;
}

A {
color:#09C;
font-weight:bold;
text-decoration:none;
}

A:hover {
color:#000;
}

h1 {
font-size:22px;
font-family:"Trebuchet MS", Georgia, Arial;
}

h3 {
font-size:16px;
line-height:16px;
margin-bottom:10px;
}

h5 {
font-size:14px;
line-height:16px;
margin-bottom:10px;
color:#666;
font-style: italic;
}
/*
h5 {
font-size:12px;
color:#333;
margin:0 0 4px 0;
}
*/
p {
font-size:13px;
line-height:1.5;
}
/* Containers */
#login {
position:fixed;
left:0;
top:0;
z-index:2;
width:100%;
background:#333;
color:#fff;
border-bottom:2px solid #666;
}

#loginLeft {
float:left;
padding-left:32px;
background:url(../siteimg/icons/status_online.png) no-repeat 10px 2px;
}

#loginRight {
float:right;
position:relative;
right:2em;
}

.loginHeight {
height:1.5em;
}

#main {
margin-left:auto;
margin-right:auto;
width:980px;
background:transparent url(../siteimg/bg_main_shadow.png) repeat-y top;
}

#page {
background-color:#FFF;
border:solid #333;
border-width:0 1px;
width:960px;
margin-left:auto;
margin-right:auto;
}

/* Header and navi */
.topheader {
padding-top:10px;
}

.topheader .logo {
width:292px;
}

.topheader .links {
width:243px;
margin-left:0;
margin-right:0;
}

.topheader .cart {
width:234px;
font-size:11px;
/*padding:4px 0 4px 9px;*/
margin-left:0;
color:#333;
background-color:#ededed;
cursor:pointer;
}

.topheader .cart .cartCnt {
width:146px;
float:left;
padding:2px 4px 5px;
border:1px solid #ccc;
border-width:1px 0 1px 1px;
}

.topheader .cart .cartBns {
width:77px;
float:left;
border:1px solid #d59809;
border-width:1px 1px 1px;
text-align:center;
font-size:20px;
color:#fff;
background:url(../siteimg/bg_header_cart.jpg) repeat-x top #f49608;
text-shadow:1px 1px 2px #000;
padding-bottom:7px;
}

.topheader .cart .cartBns .small {
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}
	
.topheader .cart .cartBns .bnsPercentage {
font-size:26px;
line-height:40px;
}

.topheader .cart .cartBns .tight{
line-height:18px;
}
.topheader .cart .cartBns .tightBns{
line-height:29px;
}

.topheader .cart .cartBns .next {
font-size:10px;
color:#333;
margin:3px 0;
text-shadow:none;
white-space:nowrap;
}

.topheader .cart .cartHeader {
font-weight:bold;
color:#333;
background:transparent no-repeat scroll 2px 3px url(../siteimg/icons/cart.png);
padding:2px 0 2px 22px;
margin-bottom:6px;
border-bottom:1px dotted #ccc;
}

.topheader .cart .cartTxt {
float:left;
line-height:1.3em;
width:60%;
}

.topheader .cart .cartVal {
float:left;
line-height:1.3em;
font-weight:bold;
text-align:right;
width:40%;
}

.topheader .certs {
width:150px;
margin:0;
border-left:0 solid #ededed;
text-align:right;
padding-top:1px;
}

.topheader .links A {
font-size:12px;
background:transparent no-repeat scroll 0 0;
padding:2px 0 2px 20px;
}

.topheader .links ul {
float:left;
display:inline;
margin:0 8px 4px 4px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.topheader .links ul li {
padding:0;
margin-left:0;
margin-bottom:0;
}

.topheader .links .infolink {
background-image:url(../siteimg/icons/information.png);
}

.topheader .links .bidslink {
background-image:url(../siteimg/icons/calculator.png);
}

.topheader .links .userslink {
background-image:url(../siteimg/icons/status_online.png);
}

.topheader .links .contactlink {
background-image:url(../siteimg/icons/telephone.png);
}

.topheader .orderhelp {
width:380px;
background:url(../siteimg/icons/lock.png) no-repeat 30px 30px;
padding:23px 20px 18px 60px;
font-size:11px;
font-weight:bold;
}

.topheader form,fieldset {
margin:0;
}

.topheader fieldset {
background:url(../siteimg/bg_search_box.gif) transparent no-repeat 0 0;
width:236px;
height:24px;
padding:4px 6px;
border:0px solid red;
}

.topheader fieldset.active {
background-image:url(../siteimg/bg_search_box_active.gif);
}

#searchinputbox {
font-family:Arial;
width:177px;
background-color:#ededed;
color:#666;
font-style:italic;
border:0;
padding:0;
margin:4px 0 0 2px;
float:left;
font-size:14px;
}

#searchinputbox:focus {
color:#333;
font-style:normal;
background:#fff;
}

.topheader form input[type=submit] {
float:right;
margin-right:12px;
margin-top:2px;
}

.topheader form .search-magnifier {
background:transparent;
float:right;
margin-right:12px;
}

.topheader .cart a:hover {
color:#333;
}

.topheader .cart p {
margin:4px 0;
padding:0;
font-size:11px;
font-weight:bold;
line-height:1.2em;
}

.navi {
margin-bottom:5px;
margin-top:2px;
background:url(../siteimg/bg_top_navi2.jpg) repeat-x;
height:37px;
z-index:100;
}

.navi ul {
width:940px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
z-index:1;
padding:0 0 0 3px;
}

.navi ul li {
float:left;
padding:0;
margin-left:0;
background: url(../siteimg/bg_top_navi_sep2.jpg) no-repeat right 0px;
}

.navi ul li a {
color:#FFF;
font-size:13px;
font-weight:normal;
text-decoration:none;
padding:0 10px 0 10px;
line-height:2.8em;
}

.navi ul li.active, .navi ul li.last.active {
background:url(../siteimg/bg_top_navi_hover2.jpg) repeat-x center top;
cursor:pointer;
color:#fff;
}

.navi ul li a.specials {
color:#ffaa00;
font-weight:bold;
} 

.navi ul li.last, .navi ul li.last a, .navi ul li.active a {
background: none;
}
 .navi ul li.active a.specials {
color:#fff;
}
 
.testing{
width:300px;height:200px;background:url(../siteimg/transparentDarkGray.png) repeat;	
}

.dropmenu {
display:none;
position:absolute;
color:#FFF;
background:url(../siteimg/transparentDarkGray.png) repeat;
border-color:#09769F;
border-style:solid;
border-width:5px 2px 2px;
width:600px;
left:0;
top:32px;
line-height:normal;
z-index:100;
}

.dropmenu .menu-links {
float:left;
width:400px;
padding:15px 0;
}

.menuoffers {
width:200px;
}

.dropmenu .manuItem {
float:left;
margin:10px 5px;
width:145px;
height:50px;
line-height:50px;
background:#FFF;
border:1px solid #CCC;
color:#333;
}

.dropmenu .manuItem a {
color:#333;
}

.dropmenu .manuItem img {
vertical-align:middle;
}

.dropmenu .menu-specials {
float:right;
width:169px;
border-style:solid;
border-color:#666;
border-width:0 0 0 1px;
padding:10px 15px;
height:100%;
}

.dropmenu .menu-links-left {
float:left;
width:209px;
padding:0;
border-right:1px solid #666;
}

.dropmenu .menu-links-right {
float:right;
width:190px;
}

.dropmenu h3 {
color:#09C;
font-size:14px;
font-weight:bold;
margin-bottom:4px;
padding:0 0 0 20px;
}

.dropmenu ul {
display:block;
width:auto;
margin:0;
}

.dropmenu ul li {
font-size:12px;
float:none;
padding:1px 10px 1px 30px;
margin:2px 0 0;
line-height:normal;
cursor:pointer;
background-image:url(../siteimg/a_s_g.gif);
background-repeat:no-repeat;
background-position:20px 7px;
}

.dropmenu ul li.movered {
background-color:#09769F;
background-image:url(../siteimg/a_s_o.gif);
}

.dropmenu ul li a {
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
padding:0;
color:#fff;
}

.dropmenu ul li.movered a {
color:#FFF;
}

.dropmenu td {
padding:4px;
vertical-align:middle;
text-align:center;
}

.dropmenu p {
margin:25px;
}

.dropmenu .menu-specials .offerImages {
border:1px solid #999;
background-color:#FFF;
height:90px;
display:block;
}

.dropmenu .menu-specials .offerImages img.ppic {
float:left;
height:80px;
width:80px;
padding:5px 0 0 10px;
}

.dropmenu .menu-specials .offerImages img.logo {
padding:8px 10px 0 8px;
float:right;
}

.dropmenu .menu-specials a {
display:block;
color:#fff;
font-size:11px;
font-family:"Segoe UI", Arial, sans-serif;
padding:0;
margin:5px 0;
}

.dropmenu .menu-specials a:hover {
color:#ccc;
}

.dropmenu .menu-specials .price {
text-align:right;
padding:50px 23px 0 0;
float:right;
height:80px;
position:absolute;
right:0px;
}

.fpPickupAreaBg {
background:url(../siteimg/bg_pickup_offers_front.jpg) repeat;
}
.fpPickupAreaBg ul.recommendedProducts {
border-top:1px dotted #6f2a00;
}
.fpPickupAreaBg ul.recommendedProducts li {
border-bottom:1px solid #6f2a00;
}
.fpPickupAreaBg div.specialPrice {
color:#fff;
}

.fpNotificationMsgHeader {
background:#0084b5 url(../siteimg/icons/information.png) 2px 4px no-repeat;
font-size:10px;
font-family:Tahoma,Arial;
font-weight:bold;
color:#fff;
padding:4px 0 4px 20px;
}

.fpNotificationMsg {
border:1px solid #0084b5;
background:#56cdef;
color:#000;
font-size:11px;
padding:6px;
}

ul.recommendedProducts {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
margin:0;
background:transparent;
}
ul.recommendedProducts li {
background:transparent;
width:100%;
font-size:10px;
padding:0;
margin:0;
clear:both;
font-weight:normal;
border-bottom:1px dotted #ccc;
float:left;
position:relative;
}
ul.recommendedProducts li.odd {
/*background:#ededed;*/
}
ul.recommendedProducts li:hover {
cursor:pointer;
}
ul.recommendedProducts li img {
width:48px;
height:48px;
float:left;
margin:2px 4px;
border:1px solid #333;
}
ul.recommendedProducts li a {
color:#fff;
font-weight:normal;
font-family:tahoma, arial;
}
ul.recommendedProducts li a:hover {
color:#000;
text-decoration: underline;
}
ul.recommendedProducts .specialPrice {
font-size:22px;
float:none;
position:absolute;
bottom:5px;
right:7px;
}
ul.recommendedProducts .campaignSaveAmount {
float:none;
position:absolute;
bottom:3px;
left:58px;
font-size:11px;
color:#fff;
background:#693;
padding:2px 4px;
}
.freedelivcamp {
background: #222;
}

.freedelivcampcnt {
padding:2px 6px 2px 25px;
font-weight:bold;
color:#ffb034;
font-family: Arial;
font-size: 11px;
background: url(../siteimg/icons/lorry.png) no-repeat 5px 2px;
}

.dblbnscamp {
background: url(../siteimg/bg_category_navi_heading2.jpg) repeat-x yellow;
border:1px solid #ccc;
border-width:0 0 1px;
}	
.dblbnscampcnt {
padding:3px 6px 1px 5px;
font-weight:bold;
color:#333;
font-family: Arial;
font-size: 11px;
}
	
/* Content */
.crumb {
background:#efefef;
color:#666;
font-size:11px;
font-weight:bold;
padding:3px 0;
margin-bottom:8px;
overflow: hidden;
height:17px;
}

.crumb .current {
color:#333;
margin:0 2px;
}

.crumb a {
margin:0 2px;
/*background: transparent url(../siteimg/a_s_b.gif) no-repeat scroll right 6px;*/
}

.productTellToFriend {
width:50px;
float:right;
}
.content {
margin-top:5px;
margin-bottom:10px;
}

.divider {
margin:5px inherit;
border-top:1px dotted #CCC;
}

.title-box {
background:#09769F url(../siteimg/bg_top_navi_hover.jpg) repeat-x center;
color:#FFF;
}

.title-box h3 {
font-family:Arial;
font-size:11px;
text-transform:uppercase;
margin:2px 0;
padding:2px 6px;
}

h1.lessMargin {
margin:0 0 5px;
}

h3.subHeaderBox,.title {
font-size:12px;
font-weight:bold;
color:#FFF;
text-shadow:1px 1px 2px #000;
margin:0 0 2px;
padding:5px 6px 4px;
background:url(../siteimg/bg_category_navi_heading3.jpg) repeat-x bottom;
}
.title {
background:url(../siteimg/bg_category_navi_heading3.jpg) repeat-x bottom;
}
h3.title2 {
background:url(../siteimg/bg_category_navi_heading3.jpg) repeat-x bottom;
}
h3.subHeaderBox.specials {
background:url(../siteimg/bg_category_navi_heading2.jpg) repeat-x bottom;
}

h3.subHeaderBox a, .title a {
color:#333;
text-shadow:none;
float:right;
background-position:0 5px;
padding-right:3px;
}

.title a {
color:#000;
margin-bottom:1px;
}
.title a:hover {
color:#fff;
}

h3.subHeaderBox a:hover {
color:#000;
}

h3.subHeaderBox .starred, .title .starred {
background:url(../siteimg/icons/star.png) no-repeat 0 -2px;
padding-left:18px;
}

.title {
padding:4px 6px 3px;
}

input {
font-family:Tahoma;
font-weight:bold;
}

input[type=text],input[type=password] {
border:1px solid #999;
margin:1px;
padding:1px 2px;
}

input[type=text]:focus,input[type=password]:focus {
border-width:2px;
border-color:#058fc2;
margin:0;
background-color:#d5f5ff;
}

input.crtQtySmall {
font-size:11px;
border:1px solid #CCC;
color:#666;
display:inline;
width:15px;
text-align:center;
}

input.crtButtonSmall {
font-size:11px;
background:url(../siteimg/bg_button_orderprocess.jpg) repeat-x scroll 0 0 #79BB16;
border:1px solid #693;
color:#FFF;
-moz-border-radius: 3px;
border-radius: 3px;
}

.relatedProducts {
margin-top:20px;
}

.relatedProducts .relatedProductBox {
margin:3px 3px 0 0;
float:left;
border-right:1px solid #CCC;
}

.relatedProducts .last {
border-width:0;
}

.relatedProducts .relatedProductBox .rpImg {
width:51px;
height:130px;
padding-right:10px;
float:left;
display:inline;
}

.relatedProducts .relatedProductBox .rpImg img {
margin:3px 0;
border:1px solid #CCC;
}

.relatedProducts .relatedProductBox .rpCnt {
font-size:11px;
padding-right:5px;
}

.relatedProducts .relatedProductBox .rpCnt .specialPrice {
padding:0 0 0 80px;
background-position:62px 5px;
}

.relatedProducts .relatedProductBox .rpCntTitle {
height:50px;
overflow:hidden;
margin:0 0 5px;
}

.boxMsg {
border:1px solid;
padding:6px 6px 6px 26px;
margin:0 0 10px;
font-weight:bold;
}

.boxMsg.success {
border-color:#699169;
background:url(../siteimg/icons/accept.png) no-repeat 6px 8px #eafaea;
}

.boxMsg.error {
border-color:#9b5f5f;
background:url(../siteimg/icons/cancel.png) no-repeat 6px 8px #f2cece;
}

.boxMsg.info {
border-color:#7d7ea7;
background:url(../siteimg/icons/information.png) no-repeat 6px 8px #e2e3fc;
}

.smallGrayText {
font-size:90%;
color:#666;
}

.pDelivery {
background-repeat:no-repeat;
}

.deliverySmall {
font-size:11px;
}

.delivery0, .delivery4 {
font-weight:bold;
/*color:#390;*/
color:green;
}

.delivery1 {
/*color:#C90;*/
color:#659f00;
}

.delivery2 {
color:#C30;
}

.delivery3 {
color:#390;
font-weight:bold;
}

.deliveryInStock {
color:green;
font-weight:bold;
text-align:left;
font-size:11px;
padding:0 0 0 17px;
background:url(../siteimg/icons/accept.png) no-repeat 0 0;
}

/* Front page */
#frontpageTop .frontPageRightBnrs {
width:230px;
margin-left:0;
display: inline;
float: left;
margin-right: 10px;
position: relative;
}

.fpRightBnr {
padding:0;
margin-bottom:10px;
}

.inStockFp {
margin:0 0 0 18px;
background-color:#fff;
padding:2px 12px;
}

#pageCarousel li{
position:relative;
width:700px;
height:335px;
margin:0px;
}
#pageCarousel li img 
{
position:absolute;
}

.jcarousel-clip-horizontal {
width:700px;
height:335px;
}
.carouselWrapper{
height:335px;
overflow:hidden;
margin-bottom:5px;
}

.contentCaption{
display:block;
background:#333;
color:#FFFFFF;
position:absolute;
bottom:23px;
left:0px;
z-index:2;
width:570px;
padding:5px;
filter:alpha(opacity=93);
-moz-opacity:0.93;
-khtml-opacity: 0.93;
opacity: 0.93;
}
.contentCaption a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.jcarousel-control{
position:absolute;
margin-left:6px;
margin-top:-330px;
z-index:2;
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity: 0.65;
opacity: 0.65;
}
.jcarousel-control a{
color:#ccc;
padding-right:5px;
padding-left:5px;
background:#333;	
}
.jcarousel-control a:hover{
color:#000;
background:#CCCCCC;
}
.jcarousel-control a.current{
color:#000;
background:#FFFFFF;
}

.fpNewsletterSubscribtion {
background:url(../cimg/front/bnr_tt/etusivu_uutiskirje_laatikko.jpg) no-repeat;
padding:12px 10px 10px 10px;
color:#fff;
font-size:11px;
font-weight:bold;
height:105px;
}
.fpNewsletterSubscribtion label {
text-shadow:1px 1px 1px #000;
}
.fpNewsletterSubscribtion input {
font-size:11px;
}

/* Product page */
.productPage {
margin-top:3px;
}

.productPage .separated {
border-top:1px dotted #999;
}

.productPage .productHeader {
font-size:11px;
border-bottom:1px dotted #CCC;
}

.productPage .productHeader h1 {
margin:0 0 5px;
line-height:1.2em;
}

.productPage .productInfo {
font-size:11px;
padding:0 0 5px;
border-bottom:1px dotted #CCC;
}
.productPage .productLikes {
border-bottom:1px dotted #CCC;
height:29px;
padding:5px 0 0 0;
margin:0 0 5px;
}
.productPage .productInfoName {
float:left;
width:80px;
color:#444;
}

.productPage .productInfoValue {
float:left;
font-weight:bold;
}
.productPage .productInfoValue ul {
margin:0;
}
.productPage .productInfoValue ul li {
margin:0 0 0 13px;
list-style-type: disc;
}
.deliveryServiceGuarantee {
font-size:10px;
text-transform: uppercase;
color:#fff;
padding:1px 3px;
background:#db2c81;
margin-right:5px;
}
.deliveryServiceGuarantee.disabled {
color:#666;
background:#ccc;
}
.deliveryServiceTimed {
background:#fe8b00;
font-size:10px;
text-transform: uppercase;
color:#000;
padding:1px 3px;
margin-right:5px;
/*
background:url(../siteimg/posti_logo_25x25.png) no-repeat;
border:0px solid #999;
padding:5px 6px 5px 30px;
margin:5px 0;
*/
}
.tooltip {
display:none;
z-index:200;
background:url(../siteimg/bg_gray_top.jpg) repeat-x #fff;
border:4px solid #999;
padding:15px;
font-size:12px;
color:#000;
font-weight:normal;
}
.tooltip p{
margin:0 0 8px;
font-size:12px;
}
.deliveryServiceTimedTooltip {
width:500px;
}
.postiLogo {
background:url(../siteimg/posti_70x70_varjo.gif) no-repeat;
width:70px;
height:79px;
margin-left:20px;
}
.compacter p {
margin-bottom:13px;
}
.productPage .productInfo img {
vertical-align:middle;
}

.productPage .productOptions {
margin-top:10px;
font-size:11px;
}

.productPage .productOptions table {
margin-bottom:15px;
width:400px;
}

.productPage .productOptions table td.optionPrice {
text-align:right;
font-weight:bold;
}

.productPage .productOptions table td label {
cursor:pointer;
}

.optionDetails {
position:absolute;
z-index:99;
width:500px;
background-color:#333;
border:1px solid #666;
padding:6px 10px;
color:#fff;
}

.optionDetails img {
float:right;
}

.productPage .productPricing {
margin:10px 0 0;
float:left;
width:120px;
}

.productPage .specialValidUntil {
font-size:12px;
margin:5px 0 0;
}

.productPage .productDescription table {
border:0px dotted #999;
}

.productPage .productDescription th {
font-family:Tahoma, "Courier New", sans-serif;
background-image:url(../siteimg/bg_product_infobar.gif);
background-repeat:repeat-x;
font-size:11px;
font-weight:bold;
background-color:#999;
color:#000;
text-align:left;
padding:2px 6px;
border:1px solid #999;
}

.productPage .productDescription td {
font-family:Tahoma, "Courier New", sans-serif;
font-size:11px;
border-top:1px solid #666;
padding:2px 6px;
color:#ccc;
background-color:#333;
}

.productPage .productImage {
width:278px;
border:1px solid #CCC;
text-align:center;
}

.productPage .productImage img {
padding:30px 0;
}

.productPage .productImage .freeDelivPImageOverlay {
background:url(../siteimg/toim_kulu_0.png) no-repeat 158px 0;
height:120px;
width:278px;
z-index: 10;
position:absolute;
cursor:pointer;
}

.productPage .productImage .zoomButton {
position:relative;
bottom:0px;
height:20px;
background:url(../siteimg/icons/magnifier_zoom_in.png) no-repeat 3px 2px #ededed;
border-top:1px solid #ccc;
z-index: 10;
cursor:pointer;
font-size:11px;
text-align:left;
padding:2px 0 0 20px;
color:#444;
}

.productPage .productImage .zoomButton:hover {
background-color:#ccc;
color:#000;
}

.productPage .otherImages {
margin-top:5px;
}

.productPage .otherImages img {
background:#ededed;
padding:4px;
border:1px solid #CCC;
margin-right:5px;
margin-bottom:5px;
width:50px;
height:50px;
}

.productPage .brandInfo {
padding-top:10px;
margin-top:10px;
text-align:center;
border-top:1px dotted #CCC;
}

.productPage .brandInfo img {
margin:0 0 10px;
}

.productPage .partnerFormInfo {
border:1px solid #ccc;
background:#ededed;
font-size:11px;
padding:6px;
}

.productPage .partnerFormInfo h3 {
background:url(../siteimg/icons/information.png) no-repeat 0 2px;
padding:0 0 0 20px;
}

.productPage .partnerFormInfo p {
margin:5px 0;
}

.productPage .bulkPricing {
width:50%;
border:1px solid #363;
background-color:#ccfba5;
padding:6px;
margin:5px 0 10px;
}

.productPage .bulkPricing h4 {
color:#363;
font-size:12px;
margin:0;
padding:0 0 0 20px;
background:url(../siteimg/icons/add.png) no-repeat 0 0;
}

.productPage .productFreeDelivery {
background:url(../siteimg/icons/lorry.png) no-repeat #ffebcb 6px 4px;
color:#333;
border:1px solid #d5a56d;
font-weight:bold;
padding:3px 4px 3px 28px;
font-size:90%;
margin-top:10px;
}

.productPage .pickupOffer {
border:1px solid #7d7ea7;
background:url(../siteimg/noutotarjous.gif) no-repeat 8px 50% #e2e3fc;
padding:6px 6px 6px 60px;
margin-top:10px;
font-size:11px;
float:left;
width:280px;
}

.productPage .deliverySales {
border:1px solid #856636;
background:#ffebcb;
padding:6px;
margin-top:10px;
font-size:11px;
float:right;
width:265px;
}

.productPage .productActions {
margin:10px 0 10px;
padding:10px;
background-color:#ededed;
border:1px solid #CCC;
}

.productPage .productActions input {
font-family:Tahoma;
font-size:18px;
font-weight:bold;
text-shadow:1px 1px 2px #333;
}

.productPage .productActions input.qty {
border:1px solid #999;
background-color:#FFF;
display:inline;
width:30px;
color:#666;
text-align:center;
text-shadow:none;
}

.productPage .productActions .qtyButtons {
width:15px;
float:left;
}

.productPage .productActions .qtyButtons img {
margin:0 0 3px;
}

.productPage .productActions .addCartButtons {
float:left;
}

.productPage .priceCalculation {
float:left;
margin:2px 0 0 10px;
font-weight:bold;
font-size:16px;
color:#666;
}

.productPage .productBonus {
float:right;
width:auto;
/*width:180px;*/
padding:20px 0 10px;
}

.productPage .productBonusButton {
background:url(../siteimg/buttons_sprite.jpg) no-repeat top left;
font-family:Tahoma;
font-size:11px;
color:#FFF;
font-weight:bold;
height:20px;
width:189px;
padding:1px 0 1px 8px;
cursor:pointer;
}

.productPage #productBonusCalculation {
width:600px;
height:600px;
text-align:left;
position:absolute;
padding:5px 0;
background-color:#FFF;
}

.productPage #productBonusCalculation h4 {
margin-bottom:5px;
}

.productPage #productBonusCalculation p {
margin:0 0 5px;
}

.productPage #productBonusCalculation .bnsCol {
width:280px;
margin:0 10px;
float:left;
}

#productBonusCalculation div.bonusCalcLabel {
font-size:130%;
font-weight:bold;
float:left;
width:200px;
}

#productBonusCalculation div.bonusCalcAmount {
font-size:130%;
font-weight:bold;
float:left;
text-align:right;
width:100px;
}

#productBonusCalculation TR.bonusRowSelected TD {
background:#333;
font-weight:bold;
}

#productBonusCalculation .totalAmount {
border-top:3px double #333;
}

.productPage .attachment {
padding-bottom:5px;
border-bottom:1px dotted #999;
}
.productPage .attachment.application_pdf {
padding:0 0 5px 30px;
background:url(../siteimg/pdf_logo.png) no-repeat;
}
.productPage .attachment.application_msword, .productPage .attachment.application_rtf {
padding:0 0 5px 30px;
background:url(../siteimg/word_logo.png) no-repeat;
}

.productPage .relatedProducts .relatedProductBox {
width:208px;
}

.boxHeader {
border:1px solid #ccc;
border-bottom:1px solid #999;
border-right:1px solid #999;
color:#333;
font-size:13px;
font-weight:bold;
padding:3px 0 3px 8px;
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(top,  #ededed 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

/* Horizontal product list */
.hpl {
margin: 10px 0;
}
.hpl .hplHeader {
width:930px;
}
.hpl .hplItem {
padding:0 0 0 10px;
width:210px;
position:relative;
}
.hplItem .hplTitle {
font-size:12px;
line-height:1.3em;
}
.hplItem .hplProductCode {
margin:2px 0;
}
.hplItem img.pImg {
border:1px solid #ccc;
width:100px;
margin:0 0 3px 0;
}
.hplItem img.mImg {
border:none;
width:auto;
bottom:0;
right:0;
}
.hplItem img.pImg:hover {
border:1px solid #666;
}

/* Info page */
.infoPage {
margin-top:10px;
}

.thumbimg {
border:1px solid #ccc;
margin-left:10px;
}

/* Category page */
.categoryNavi {
font-size:12px;
}

.categoryNavi ul {
font-family:Arial, Tahoma;
list-style-type:none;
list-style-image:none;
list-style-position:outside;
background-color:#ededed;
/*
	background: #c2dce5	url(../siteimg/bg_product_infobar.gif) repeat-x center bottom
	background: #e3e3e3	url(../siteimg/bg_product_infobar.gif) repeat-x center bottom
	*/
}

.categoryNavi ul li {
margin:0;
background:transparent;
/* url(../siteimg/a_s_g.gif) no-repeat 8px 7px; */
border-bottom:1px solid #CCC;
padding:2px 2px 2px 10px;
cursor:pointer;
}

.categoryNavi ul li a {
color:#333;
font-weight:normal;
}

.categoryNavi ul li a:hover {
color:#000;
}

.categoryNavi ul li.active {
background-color:#aed2e2;
/*background-image: url(../siteimg/a_s_w.gif);*/
/*background:	url(../siteimg/bg_category_navi_hover.jpg) repeat-x scroll center top;*/
color:#FFF;
}

.categoryNavi ul li.active a {
color:#333;
}

.categoryNavi ul li .amount {
color:#999;
font-size:10px;
}

.categorySplash {
margin-bottom:10px;
}
.categoryNaviUnder{
margin-bottom:10px;
}

.productCanvas {
background:url(../siteimg/bg_category_listing.gif) repeat-y top left;
}

.productCanvas .divider {
display:block;
clear:both;
height:1px;
width:100%;
margin:10px 0;
padding:5px 0;
border:1px dotted #CCC;
border-width:0 0 1px;
}
.productCanvas .divider.last {
margin:15px 0 0;
}

.categoryContent .catPageNavi {
margin:0 0 10px;
padding:2px 4px;
background:#ededed;
border:1px solid #CCC;
border-width:1px 0;
}

.categoryContent .plisttoggle{
font-size:11px;
width:56px;
float:left;
}

.categoryContent .plisttoggle div{
float:left;
width:19px;
height:18px;
margin-right:3px;
border:1px solid #ccc;
padding:2px;
cursor:pointer;
}
.categoryContent .plisttoggle .grid{
background:url(../siteimg/plist_grid.gif) no-repeat center #fff;
}
.categoryContent .plisttoggle .list{
background:url(../siteimg/plist_list.gif) no-repeat center #fff;
}

.categoryContent .plisttoggle div.selected{
border:2px solid #333;
padding:1px;
}

.categoryContent .sortNavi {
font-size:11px;
width:210px;
float:left;
line-height:2em;
padding-left:3px;
}

.categoryContent .pageNavi {
font-size:11px;
width:420px;
float:right;
text-align:right;
line-height:2em;
}

.categoryContent .relatedProducts {
margin-top:0;
margin-bottom:10px;
border-bottom:1px solid #ccc;
}

.categoryContent .relatedProducts .relatedProductBox {
width:227px;
}

.artnr {
font-size:11px;
line-height:1em;
color:#666;
font-style:italic;
}

.productBox {
float:left;
width:160px;
padding-right:15px;
background:transparent;
position:relative;
}

.productBox .pImage {
width:100%;
height:158px;
cursor:pointer;
background:no-repeat center;
padding:0 5px;
text-align:center;
}

.productBox .pImage img { 
display: block; 
width:150px;
height:150px;
}

.productBox .pTitle {
padding:0;
border-bottom:0 dotted #CCC;
height:55px;
}

.productBox .artnr {
display:none;
font-size:11px;
color:#999;
text-decoration:italic;
}

.productBox .pTitle a {
font-family:Arial;
color:#333;
font-size:12px;
line-height:1.3em;
}

.productBox .pTitle a:hover {
text-decoration:underline;
}

.productBox .pPrices {
float:left;
width:80px;
margin:7px 0px 2px 0;
text-align:right;
font-size:10px;
}

.productBox .pActions {
padding:1px 4px 2px 0;
text-align:left;
font-size:10px;
}

.productBox .pDelivery {
margin:18px 0 0;
float:left;
font-size:11px;
width:75px;
}

.productBox .pFeatures {
float:none;
position:absolute;
left:0;
top:0;
width:155px;
padding:0 5px;
height:150px;
z-index:2;
cursor:pointer;
}

.productBox .brandlogo {
background: none no-repeat scroll center 2px #FFFFFF;
border: 1px solid #ccc;
border-width:1px 0 1px 1px;
float:none;
position:absolute;
right:8px;
top:118px;
height:34px;
width:57px;
z-index:2;
/*
float: left;
margin: 122px 0 0;
position: absolute;
z-index:10;
*/
}

.productBox .feature {
float:left;
width:70px;
}

.productBox .feature.star {
height:45px;
background:url(../siteimg/staroffer.gif) no-repeat top left;
}

.productBox .feature.pickupoffer {
height:45px;
background:url(../siteimg/noutotarjous.gif) no-repeat top left;
}

.productBox .feature.bulk {
height:54px;
background:url(../siteimg/maaraale.png) no-repeat top left;
}

.productBox .feature.new {
float:right;
height:54px;
background:url(../siteimg/uutta.png) no-repeat top right;
}

.productBox .feature.freedelivery {
float:right;
height:54px;
background:url(../siteimg/0toimitus.png) no-repeat top right;
}

.productBox .feature.delivguarantee {
height:61px;
background:url(../siteimg/tag_deliv_guarant.png) no-repeat top left;
}

.productBox .feature.campaign {
height:47px;
background:no-repeat top left;
}

.productBox .feature.campaign.dc5 {
background-image:url(../siteimg/anim_ale_star_5.gif);
}

.productBox .feature.campaign.dc10 {
background-image:url(../siteimg/anim_ale_star_10.gif);
}

.productBox .feature.campaign.dc15 {
background-image:url(../siteimg/anim_ale_star_15.gif);
}

.productBox .feature.campaign.dc20 {
background-image:url(../siteimg/anim_ale_star_20.gif);
}

.productBox .feature.campaign.dc25 {
background-image:url(../siteimg/anim_ale_star_25.gif);
}

.productBox .feature.campaign.dc30 {
background-image:url(../siteimg/anim_ale_star_30.gif);
}

.productBox .feature.campaign.dc35 {
background-image:url(../siteimg/anim_ale_star_35.gif);
}

.productBox .feature.campaign.dc40 {
background-image:url(../siteimg/anim_ale_star_40.gif);
}

.productBox .feature.campaign.dc45 {
background-image:url(../siteimg/anim_ale_star_45.gif);
}

.productBox .feature.campaign.dc50 {
background-image:url(../siteimg/anim_ale_star_50.gif);
}

.productBox .pFeaturesList {
display:none;
}

.productList {
background:none;
}

.productList .divider {
display:none;
clear:none;
height:0;
width:0;
margin:0;
padding:0;
border:0;
}

.productList .productBox {
float:none;
padding:6px;
width:686px;
border: 1px solid #ccc;
/*margin-bottom: 5px;*/
border-width:1px 1px 0px 1px;
}

.productList .productBox.last {
border-width:1px;
}

.productList .productBox.odd {
background:#ededed;
}

.productList .productBox:hover {
background:#ffe289;
}

.productList .productBox:hover .pImage {
border:1px solid #666;
}

.productList .productBox .pImage {
float:left;
width:60px;
height:60px;
background:#fff;
border:1px solid #ccc;
padding:0;
}

.productList .productBox .pImage img { 
display: block; 
width:60px;
height:60px;
}

.productList .productBox .pTitle {
float:none;
position:absolute;
left:75px;
width:420px;
padding:0;
height:auto;
border:0px solid #444;
}

.productList .productBox .artnr {
display:block;
margin:2px 0;
}

.productList .productBox .pDelivery {
float:none;
position:absolute;
left:515px;
top:7px;
width:100px;
padding:0;
margin:0;
height:auto;
}

.productList .productBox .pPrices {
float:none;
position:absolute;
left:560px;
width:130px;
padding:0;
margin:0;
height:auto;
}
.productList .productBox .pPrices .svhPrice .camp {
display:none;
}

.productList .productBox .pActions {
float:none;
position:absolute;
left:75px;
top:51px;
width:260px;
padding:0;
height:auto;
}

.productList .productBox .pActions  form {
display:inline;
}

.productList .productBox .pFeatures {
float:none;
position:absolute;
left:7px;
top:7px;
width:60px;
height:60px;
padding:0;
cursor:normal;
}

.productList .productBox .feature.freedelivery {
display:block;
float:right;
height:36px;
background:url(../siteimg/0toimitus_pieni.png) no-repeat top right;
}
.productList .productBox .feature.new {
display:block;
float:right;
height:36px;
background:url(../siteimg/uutta_pieni.png) no-repeat top right;
}

.productList .productBox .feature.star {
position:absolute;
top:44px;
height:16px;
width:60px;
background-image:url(../siteimg/staroffer_pieni.gif);
}
.productList .productBox .feature.pickupoffer {
position:absolute;
top:44px;
height:16px;
width:60px;
background:url(../siteimg/noutotarjous_pieni.gif) no-repeat top left;
}
.productList .productBox .feature.campaign {
position:absolute;
top:44px;
height:16px;
width:60px;
background:no-repeat top left;
}
.productList .productBox .feature.campaign.dc5 {
background-image:url(../siteimg/ale_star_5.gif);
}
.productList .productBox .feature.campaign.dc10 {
background-image:url(../siteimg/ale_star_10.gif);
}
.productList .productBox .feature.campaign.dc15 {
background-image:url(../siteimg/ale_star_15.gif);
}
.productList .productBox .feature.campaign.dc20 {
background-image:url(../siteimg/ale_star_20.gif);
}
.productList .productBox .brandlogo {
display:none;
}

.categoryInfoBox {
background:url(../siteimg/bg_category_info_box.jpg) repeat-x top #63b6db;
padding:10px;
color:#fff;
}
.categoryInfoBox2 {
background:url(../siteimg/bg_category_info_box2.jpg) repeat-x bottom #ffd65e;
padding:10px;
}

/* Tabs/Tabbed box */
.boxTabs {
background:url(../siteimg/bg_tabs.gif) repeat-x 0 27px;
float:left;
width:100%;
}

.boxTabs ul {
margin-left:10px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.boxTabs ul li {
float:left;
padding:0 17px;
line-height:25px;
margin:2px 8px 0 0;
border:1px solid #CCC;
border-width:1px 1px 0;
cursor:pointer;
color:#333;
font-size:12px;
font-weight:bold;
background:transparent url(../siteimg/bg_tab_inactive.jpg) repeat-x;
}

.boxTabs ul li.selected {
color:#000;
background:#ededed;
border-width:1px 1px 0;
}

.boxBody {
background-color:#ededed;
margin-bottom:10px;
border:1px solid #CCC;
border-width:0 1px 1px;
}

.boxBodyHeader {
font-weight:bold;
background:url(../siteimg/bg_bar.jpg) repeat-x 0px 0px #ccc;
border-top:1px solid #CCC;
border-bottom:1px solid #999;
padding:4px 8px;
cursor:pointer;
}

.bbSep {
color:#666;
margin:0 10px;
}

.boxBody p,ul {
margin-bottom:10px;
}

.boxBody div.show {
display:block;
}

.productDescription {
line-height:1.5em;
padding:10px;
display:block;
}

p.videoTitle {
font-weight:bold;
font-style:italic;
background:#333;
color:#fff;
padding:2px 4px;
border-bottom:1px solid #666;
margin-bottom:0;
}

/* Front page */
.newsBox {
margin:4px 0;
}

.newsBox .newsBody {
width:240px;
float:left;
font-size:11px;
margin-right:3px;
}

.newsBox .newsBody h4 {
font-size:12px;
margin:0;
}

.newsBox .newsImage {
float:left;
width:95px;
}

.newsBox .newsImage img {
border:1px solid #CCC;
}

.newsBox .date {
color:#999;
}

.product-strip {
margin:10px 0px 0px 0px;
}

.product-strip .element {
float:left;
margin:0;
padding:8px 9px 8px 10px;
border-right:1px solid #CCC;
}
.product-strip .element form {
	text-align:center;
	margin:6px 6px 0 0;
}

.product-strip .product_image {
display:block;
margin:0;
width:140px;
height:150px;
background:center no-repeat transparent;
cursor:pointer;
}

.product-strip .prices {
text-align:center;
}

.product-strip h4 {
font-size:11px;
margin-top:4px;
margin-bottom:5px;
height:4.5em;
overflow:hidden;
text-align:center;
}

.fpPufsContainer {
text-align:center;
margin:10px 0 0;
padding:0 10px 0 9px;
border-right:1px solid #CCC;
}

.fpPufsContainer h1 {
color:#999;
margin:4px 0 10px;
}

.fpPufsContainer span {
color:#666;
font-size:13px;
}

.fpPufsContainer .fpPufsPic {
height:80px;
margin-bottom:15px;
}

A.productTitleLink {
color:#333;
font-size:11px;
font-family:Tahoma;
}

A.productTitleLink:hover {
color:#000;
text-decoration:underline;
}



/* Prices */
.specialPrice {
/*font-family:"arial black", verdana, arial;*/
font-size:24px;
font-weight:900;
color:#F49500;
font-style:normal;
letter-spacing:-2px;
line-height:1em;
}

.specialStarBig {
font-size:26px;
background:url(../siteimg/icons/star.png) no-repeat 0 55%;
padding:0 0 0 18px;
text-align:left;
margin-right:8px;
}

.specialStar {
background-image:url(../siteimg/icons/star.png);
background-repeat:no-repeat;
}

.svhPrice {
line-height:150%;
font-family:"Trebuchet MS", Arial;
font-size:12px;
color:#999;
}

.normalPrice {
/*font-family:"Arial black", Arial;*/
color:#333;
font-weight:900;
font-size:22px;
line-height:1em;
letter-spacing:-1px;
/*margin-top:5px;*/
}

.campaignPrice {
/*font-family:"arial black", verdana, arial;*/
font-size:22px;
font-weight:900;
color:#F49500;
font-style:normal;
letter-spacing:-2px;
line-height:1em;
}

.campaignOriginalPrice {
margin:2px 0 0;
color:#333;
font-weight:bold;
font-style:italic;
font-size:12px;
line-height:120%;
}

.campaignSaveAmount {
margin:2px 0 0;
color:#693;
font-weight:bold;
font-size:12px;
line-height:120%;
}

.cents {
font-size:75%;
}

.normalPriceBig {
font-size:26px;
}

.addToCartSmall {
background:url(../siteimg/koriin.jpg) no-repeat;
width:49px;
height:17px;
}

.hidden {
display:none;
visibility:hidden;
}

/* product_search */
ul.pageNaviLinks {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:0;
}
ul.pageNaviLinks li {
float:left;
margin:0 0 0 5px;
font-size:11px;
}
ul.pageNaviLinks li a {
background:#fff;
border:1px solid #ccc;
padding:2px 4px;
font-weight:normal;
}
ul.pageNaviLinks li a:hover {
background:#0099CC;
color:#fff;
border-color:#0099CC;
}
ul.pageNaviLinks li.current {
font-weight:bold;
padding:0 2px;
}
.searchResultsHeader {
background:#e0e0e0;
border:1px solid #ccc;
padding:4px 10px;
font-size:16px;
font-weight:bold;
margin-bottom:10px;
}

/*
ul.pageNaviLinks li.active, ul.pageNaviLinks li:hover {
background:#0099CC;
color:#fff;
font-weight:bold;
border-color:#0099CC;
}
ul.pageNaviLinks li:hover a {
color:#fff;
}
*/

/* Buttons */
.orangeButtonLeft {
float:left;
display:inline;
width:3px;
height:19px;
background:url(../siteimg/bg_button_orange_left.png) no-repeat;
}

.orangeButtonRight {
float:left;
display:inline;
width:3px;
height:19px;
background:url(../siteimg/bg_button_orange_right.png) no-repeat;
}

.orangeButton {
float:left;
display:inline;
color:#FFF;
background:url(../siteimg/bg_button_orange.png) repeat-x;
font-size:11px;
text-shadow:1px 1px 2px #333;
line-height:19px;
padding:0 4px;
}

.blueButton {
margin:1px 0 0;
vertical-align:top;
border:1px solid #058fc2;
color:#FFF;
background:#058fc2 url(../siteimg/bg_button_blue.jpg) repeat-x;
font-size:13px;
font-weight:bold;
text-shadow:1px 1px 2px #333;
line-height:16px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.blueButton.small {
font-size:11px;
background-position:bottom;
line-height:16px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.orderAdvanceButton {
font-family:Tahoma;
font-size:18px;
font-weight:bold;
text-shadow:1px 1px 2px #333;
background:url(../siteimg/bg_button_orderprocess.jpg) repeat-x scroll 0 0 #79BB16;
border:1px solid #693;
color:#FFF;
-moz-border-radius: 3px;
border-radius: 3px;
}

.grayButton {
margin:1px 0 0;
vertical-align:top;
border:1px solid #666;
color:#FFF;
background:#999 url(../siteimg/bg_button_gray.jpg) repeat-x;
font-size:13px;
font-weight:bold;
text-shadow:1px 1px 2px #333;
line-height:16px;
}

.grayButtonSmall {
border:1px solid #aaa;
color:#666;
background:#ccc url(../siteimg/bg_button_gray2.jpg) repeat-x;
font-size:11px;
font-weight:bold;
}

/*tables*/
.styledTable {
width:100%;
border-collapse:collapse;
border-color:#CCC;
border-width:0 1px;
border-style:solid;
}

.styledTable thead tr {
border-color:#1988A3;
border-width:0 1px;
border-style:solid;
}

.styledTable thead th {
background:url(../siteimg/bg_category_navi_heading3.jpg) repeat-x;
padding:4px 4px 3px 4px;
text-align:left;
font-size:12px;
color:#FFF;
text-shadow:1px 1px 2px #333;
}

.styledTable thead th a{
text-align:left;
font-size:12px;
color:#FFF;
text-shadow:1px 1px 2px #333;
}

.styledTable thead.grayHeader tr {
border-color:#999;
background:#ededed;
border-width:1px 0;
border-style:solid;
height:auto;
}

.styledTable thead.grayHeader th {
padding:2px 4px;
background:none #ededed;
border-color:#999;
border-width:1px 0;
border-style:solid;
color:#000;
text-align:left;
font-size:100%;
text-shadow:none;
}

.styledTable td {
border-bottom:1px solid #CCC;
vertical-align:middle;
padding:0 4px;
}

.styledTable td.maxWidht,.styledTable th.maxWidht {
width:100%;
}

.styledTable td.rightAlignColumn,.styledTable th.rightAlignColumn {
text-align:right;
white-space:nowrap;
padding:0 8px 0 0;
}

.styledTable td.centerAlignColumn,.styledTable th.centerAlignColumn {
text-align:center;
white-space:nowrap;
/*padding:0 10px; MIKSI TARVITAAN? */
}

.styledTable td.extraPadding,.styledTable th.extraPadding {
padding:0 10px;
}

.styledTable td.topValignColumn,.styledTable th.topValignColumn {
	vertical-align:top;
}
.styledTable tr.even-row {
background-color:#FFF;
}

.styledTable tr.odd-row {
background-color:#f6f6f6;
}

.styledTable tr.selectedRow {
background-color:gold;
}

.styledTable tbody tr:hover {
background:#ffe289;
}

.styledTable tbody tr:hover a {
color:#000;
}

.styledTable td img.thumbImage {
height:50px;
margin:5px 4px;
border:1px solid #CCC;
background-color:#fff;
}

.feedbackTable {
width:auto;
}

.feedbackTable td {
vertical-align:middle;
padding:5px 0;
}

.feedbackTable td.rightAlignColumn {
text-align:right;
white-space:nowrap;
padding-right:8px;
}

.paddingTable td {
padding:0 5px;
}

.verticalPaddingTable td {
padding:15px 0;
}

.cartTable {
z-index:10;
}

.cartTable td {
border:1px solid #CCC;
padding:4px;
}

.cartTable td img.thumbImage {
height:45px;
}
.cartTable .artnr {
display:block;
margin-bottom:10px;
}

ul.choiceList {
margin:0;
padding:0;
list-style-type: none;
}
ul.choiceList li {
margin:2px 0;
padding:0;
}
ul.choiceList li label{
font-weight:bold;
font-size:12px;
padding:0 0 2px 3px;
cursor:pointer;
}

.bidTable td {
font-size:12px;
padding:2px;
}

.spaciousTable {
width:auto;
}

.spaciousTable tr {
vertical-align:top;
}

.spaciousTable tbody td,.spaciousTable thead th {
padding-right:25px;
}

.spaciousTable tbody td {
font-size:12px;
}

.bonusTable th, .bonusTable td {
text-align:center;
}
.bonusTable th {
border-top:0px solid #ccc;
border-bottom:1px solid #999;
background:url(../siteimg/bg_category_navi_heading2.jpg) repeat-x;
padding:1px 0;
}
.bonusTable tr {
background:url(../siteimg/bg_tab_inactive.jpg) repeat-x bottom;
}

/* Shopping cart */
a.cartProductTitle {
font-size:11px;
color:#333;
line-height:1.2em;
}
.cartItemMsg {
font-size:11px;
color:#666;
}

input.cartQtyField {
text-align:center;
width:35px;
}

#emailCart {
padding:5px 0;
}

a.cartActionLink {
background:no-repeat 0 1px;
padding:2px 0 2px 18px;
font-size:11px;
}

a.cartActionLink.sendCartToEmailLink {
background-image:url(../siteimg/icons/email_go.png);
}

a.cartActionLink.emptyCartLink {
background-image:url(../siteimg/icons/bin_empty.png);
}

a.cartActionLink.resetDeliveryMethodLink {
background-image:url(../siteimg/icons/lorry.png);
}

a.cartActionLink.moreInfoLink {
background-image:url(../siteimg/icons/information.png);
}

.cartPage .relatedProducts .relatedProductBox {
width:231px;
}

.deliveryInfoPopup {
position:absolute;
z-index:20;
width:500px;
background-color:#333;
border:1px solid #666;
padding:6px 10px;
color:#fff;
right:0px;
margin-top:20px;
}
.deliveryInfoPopup p {
font-size:12px;
margin:3px 0 5px;
}

.sideBoxCart {
background:#ededed;color:#333;margin-top:10px;padding:6px;font-size:85%;font-weight:bold;
border-top:1px solid #ccc;
}

.boxBottomShadow {
height:8px;
background:url(../siteimg/box_bottom_shadow.jpg) repeat-x;
}

/* Order process styles */
/* old shopping cart styles */
td.cartbasic {
border-bottom:1px dotted #ccc;
font-size:12px;
padding:5px;
}

P.cartbasic {
font-size:13px;
margin:0;
}

TD.carttotal {
font-size:14px;
padding:5px;
border-bottom:1px dotted #ccc;
}

P.carttotal {
font-size:14px;
font-weight:bold;
margin:0;
}

P.smallfade {
font-size:12px;
color:#666;
margin:0;
}

.cartDisclaimerTxt {
font-size:11px;
font-style: italic;
color:#333;
}

h1.orderProcessHeadline {
border:1px solid #ccc;
border-width:1px 0;
margin-bottom:10px;
}

.orderFormBox {
padding:10px;
border:1px solid #ccc;
background-color:#f6f6f6;
}

.orderFormBoxHeader {
background-color:#00799c;
/*#09769f;*/
color:#fff;
border-bottom:1px solid #666;
font-weight:bold;
font-size:14px;
padding:2px 6px;
}

.orderFormBoxLeft {
float:left;
width:470px;
}

.orderFormBoxRight {
float:left;
width:430px;
}

.orderFormFieldLabel {
float:left;
width:130px;
}

.orderFormField {
float:left;
width:300px;
margin-bottom:4px;
}

.orderFormField input[type=text] {
width:250px;
margin-bottom:4px;
}

.orderFormField input[type=checkbox] {
vertical-align:middle;
}

.orderFormFieldConfirm {
font-weight:bold;
float:left;
width:300px;
margin-bottom:4px;
color:#333;
}

.orderFormBox label {
cursor:pointer;
}

.shoppingProgressBar {
margin-top:10px;
padding:10px 0 0;
/*
	background-color: #ededed;
	border:1px solid #ccc;
	border-width:1px 0;
	*/
}

.shoppingProgressBar .step {
border:1px solid #ccc;
padding:4px;
background:url(../siteimg/bg_gray_top.jpg) repeat-x top #fff;
width:150px;
height:40px;
color:#666;
}

.shoppingProgressBar .backToCart {
background:url(../siteimg/icons/cart.png) no-repeat 0 10px;
padding:5px 20px;
width:180px;
border:0 solid red;
}

.shoppingProgressBar .step .steptitle {
padding:9px 0 0 30px;
}

.shoppingProgressBar .step.complete {
background:url(../siteimg/icons/tick.png) no-repeat scroll 25px 15px #b9d48e;
border:1px solid green;
color:green;
}

.shoppingProgressBar .step.complete .steptitle {
padding:9px 0 0 40px;
}

.shoppingProgressBar .step.inprogress {
background:#666;
color:#fff;
border:1px solid #666;
}

.shoppingProgressBar .stepnumber {
font-size:250%;
font-weight:bold;
float:left;
width:25px;
padding:2px 0 0;
height:40px;
line-height:30px;
}

.shoppingProgressBarArrow .step {
height:20px;
}

.shoppingProgressBarArrow .step.arrow {
background:url(../siteimg/order_process_progress_arrow.gif) no-repeat top center;
}

/* Footer */

.footerContainer {
background:url(../siteimg/bg_footer.jpg) repeat-x #efefef;
border-top:2px solid #999;
}

.footer {
margin-top:10px;
margin-bottom:5px;
padding:10px 0;
/*border:solid #CCC;
background-color:#efefef;
border-width:2px 0;*/
}

.footer .col {
width:145px;
padding-left:15px;
}

.footer h4 {
color:#333;
border-bottom:1px dotted #999;
font-size:15px;
margin-bottom:2px;
font-family:Georgia;
}

.footer ul {
font-size:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.footer ul li {
padding:0;
margin-left:0;
font-size:12px;
}

.footer ul a {
color:#777;
font-weight:normal;
}

.footer ul a:hover {
color:#000;
text-decoration:underline;
}

.bottom-links {
color:#666;
font-size:10px;
padding-bottom:10px;
}

/* Other */
.inline {
display:inline;
}

.fLeft { float:left; }
.fRight { float:right; }
.aCenter { text-align:center; }
.aRight { text-align:right; }

.maxWidth {
width:100%;
}

.bonusColor,.bonus {
color:#F93;
}

.giftcard {
color:green;
font-weight:bold;
}

.cartrulediscount {
color:green;
font-weight:bold;
}

tr.separate_delivery {
background:#ededed;
}

.separate_delivery {
color:#333;
font-weight:bold;
}

.lightGreen {
color:#65C703;
}

.darkGreen {
color:#393;
}

.g {
background:#9C0;
}

.b {
background:#09C;
}

.horizontalBar {
height:3px;
border-top:1px solid #ffe289;
border-bottom:1px solid #745409;
background:#f49505;
/*background:url('../siteimg/bg_category_navi_heading2.jpg');*/
}

.boxTopGray {
border:1px solid #CCC;
padding:6px;
background:url(../siteimg/bg_gray_top.jpg) repeat-x #fff top;
}

a.readMoreLink {
font-size:11px;
background:url(../siteimg/arr_small_gray.gif) no-repeat 0 65%;
padding-left:8px;
}

a.expandLink {
padding:0 0 0 16px;
background:url(../siteimg/icons/bullet_toggle_plus.png) no-repeat 0 2px;
}

a.loginLink {
padding-left:20px;
}

a.printPaymentFormLink {
padding:0 0 0 20px;
background:url(../siteimg/icons/printer.png) no-repeat 0 0;
}

/* manufacturers */
.manuLogos {
float:left;
margin:10px;
width:170px;
border:1px solid #ccc;
height:120px;
line-height:120px;
text-align:center;
}

div.manuLogos:hover {
cursor:pointer;
border-color:#666;
}

.manuPageHeader {
background: #e0e0e0;
border:1px solid #ccc;
border-width:1px 0;
}

.manuPageLogo {
text-align:center;
background: #fff;
vertical-align:middle;
border:1px solid #ccc;
border-width:0 0;
padding:0px;
}

.manuLogos img,.manuPageLogo img {
vertical-align:middle;
}

.manuPageLogo img {
padding:15px;
}

.manuDescription {
padding:10px;
}	

.manuDescription p {
margin:0 0 5px;
}

/* 	info page	*/
.subcategories ul {
list-style-type:none;
background:#EDEDED;
margin-bottom:10px;
}

.subcategories ul li {
margin:0;
padding:1px 2px 1px 10px;
border-bottom:1px solid #CCC;
cursor:pointer;
}

.subcategories ul li:hover {
background:#ffe289;
}

.subcategories ul li a {
font-weight:normal;
color:#333;
}

.subcategories ul li.selected {
background:#ffe289;
}

.subcategories ul li.selected a {
font-weight:bold;
font-style:italic;
color:#058fc2;
background:url(../siteimg/arr_small_gray.gif) no-repeat 0 60%;
padding-left:8px;
}

/* registration */
.must {
font-size:11px;
font-weight:bold;
color:red;
}

/* show_bid popup */
div .horizontalLine {
border-bottom:1px dotted #CCC;
height:6px;
}

/* specials page */
.specialsFeelingBlock {
color:#000;
font-size:12px;
padding: 88px 182px 0 32px;
height:72px;
margin:0 0 15px;
}

.starSpecialsFeeling {
background:url(../siteimg/specials_feeling.png) no-repeat;
border:1px solid #D59809;
}

.pickupSpecialsFeeling {
background:url(../siteimg/pickupoffers_feeling.png) no-repeat;
border:1px solid #058fc2;
padding: 78px 20px 0 32px;
height:82px;
font-size:11px;
}

.specialsTable td {
padding:8px 4px;
}

.specialsTable td img.thumbImage {
height:75px;
}

a.specialsProductTitle {
font-size:12px;
color:#333;
display:block;
padding-top:3px;
}

.specialsPage p.productShortDescription {
margin:2px 0 0;
font-size:11px;
color:#666;
}

/* Order status colors */
.order_status_avoin { color:#ffffff;background:#c0c0c0; }
.order_status_palautunut { color:#ffffff;background:#ff4040; }
.order_status_maksettu { color:#ffffff;background:#004080; }
.order_status_lahetetty { color:#ffffff;background:#ff8040; }
.order_status_toimitettu { color:#ffffff;background:#ff8040; }
.order_status_peruuntunut { color:#ffffff;background:#000; }
.order_status_kasittelyssa { color:#ffffff;background:#0094c4; }
.order_status_maksettu__lahetetty { color:#ffffff;background:#008040; }
.order_status_maksettu__noudettu { color:#ffffff;background:#008040; }
.order_status_noudettavissa { color:#ffffff;background:#c0c0c0; }
.order_status_kerailyssa { color:#ffffff;background:#6600bd; }
.order_status_jalkitoimitus { color:#ffffff;background:#666; }

.recommendations {
color:#fff;
background:url(../siteimg/bg_category_navi_heading4.jpg) repeat-x;
font-size:11px;
font-weight:bold;
padding:4px 0 5px 6px;
margin-bottom:2px;
overflow:hidden;
white-space: nowrap;
position:relative;
}
.recommendationsTxt {
float:left;
width:88px;
color:#152700;background:#8fd43e;
padding:1px 3px;
font-family:Tahoma,arial;
font-size:10px;
margin-right:3px;
display:inline;
}
.jcarousel-skin-recommendations {
float:right;
width:593px;
}

ul#recommendationsCarousel {
margin:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.jcarousel-skin-recommendations .jcarousel-container-vertical {
width:593px;
margin:0;
height:20px;
}

ul#recommendationsCarousel li, .jcarousel-skin-recommendations .jcarousel-clip-vertical {
width:593px;
margin:0;
height:20px;
}

.jcarousel-skin-recommendations .jcarousel-clip {
overflow:hidden;
}

.recommendations a {
color:#fff;
}
.recommendations a:hover {
color:#152700;
}

.ratingRadios input[type=radio] {
position:absolute;
left:90px;
}
.ratingRadios label {
position:absolute;
left:115px;
cursor:pointer;
}

/* Debug */
pre.dbg {
background:#fff;
color:#000;
font-size:13px;
border:2px solid #ccc;
padding:5px;
}

