/*
	SKJ verkkokauppa, Copyright Nethit Oy www.nethit.fi
*/

/* Yleiset ***************************************************************************/
FORM {
	display: inline;
	margin: 0px;
	padding: 0px;
}

A img {
	border: 0px;	
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
	outline: none;
	padding: 1px;
	height: 22px;
}

INPUT {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	height: 15px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding-left: 2px;
	background-image: none;
}

TEXTAREA {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	color: #444444;
}

INPUT:focus, TEXTAREA:focus {
	outline: none;
	border: 1px dashed #BBBBBB;
	background-image: none;
	background-color: #FFFFE8;
}


UL {
	padding: 0px;  margin: 0px;
	padding-bottom: 5px;  padding-top: 5px;
	list-style-type: disc;
	list-style-position: outside;
}

LI {
	padding: 0px;  margin: 0px;
	margin-left: 15px;
	padding-bottom: 3px;
}


FIELDSET {
	border: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	position: relative;
	padding: 8px;
	padding-top: 0px;
	margin: 0px;
}

LEGEND {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: normal;
	font-size: 12px;
}

HR {
	height: 1px;  border: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

/*Muut yleiset ***************************************************************************************/

DIV.top_logo_div {
	cursor: pointer; 
	position: absolute; 
	top: 29px; 
	border: 0px; 
	width: 350px; 
	height: 80px; 
	overflow: hidden;	
}

#top_header {
	width: 100%;
	position:absolute;
	top: 0px;
 	height: 90px;
   
}
body>div#top_header {
	position:fixed;
}


/* tooltip / hintbox */
#hintbox { 
	position:absolute;
	top: 5px;
	left: 10px;
	background-color: #ffffff;
	width: 150px; /*Default width of hint.*/ 
	padding: 8px;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	z-index: 100;
	visibility: hidden;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111111;
	background-color: #ffffff;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	
	margin: 0px;
	padding: 8px;
	color: #333333;
	width: auto;
	height: auto;
	
}

#tooltip H3, #tooltip DIV { margin: 0; font-size: 12px; font-weight: normal; }

DIV.tooltiptext {
	margin-top: 4px; 
	margin-bottom: 4px; 
	float: left;	
	color: #333333;
	text-align: center;
	width: 100%;
}

DIV.basic_tooltip {
	
}

DIV.tooltiptext A:link, DIV.tooltiptext A:visited {
	font-size: 11px;
	text-decoration: underline;
}

DIV.klarnatext {
	
}

SELECT.formed_pull_down_menus {
	font-family: 'Courier New', Courier, mono; 
	font-size: 11px;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
	outline: none;
	padding: 1px;
	height: 22px;
}

/* Saatavuus tiedot **********************/

FONT.stock_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	
}

FONT.out_of_stock_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

FONT.in_stock_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
}

FONT.order_stock_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

/* Tuotesivu ****************************************************************************/

TD.product_big_image_background_top {
	background-image: url('../images/product_big_image_background_top.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	height: 7px; width: 312px; 
}

TD.product_big_image_background_bottom {
	background-image: url('../images/product_big_image_background_bottom.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	height: 7px; width: 312px; 
}

TD.product_big_image_background_middle {
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	width: 310px;
	padding: 0px;
	margin: 0px;
}

TD.product_small_image_background {
	background-image: url('../images/small_image_background.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	height: 67px; width: 66px;
	border: 0px; padding: 0px;  margin: 0px;
}

TD.product_small_image_background_hover {
	background-image: url('../images/small_image_background_hover.jpg');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	height: 67px; width: 66px;
	border: 0px; padding: 0px; margin: 0px;
}

SELECT.products_matrix_menu {
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
	outline: none;
	padding: 2px;
}

TABLE.product_matrix_select {
	border: 0px;
}

TD.product_matrix_select_td {
	text-align: left;
	padding-bottom: 12px;
	vertical-align: top;
}


TD.add_cart_background {
	border: 0px; 
	padding: 0px;
	margin: 0px;
	width: 320px;
	height: 38px;
	background-image: url('../images/add_cart_background.png');
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: #333 1px 1px 1px;
}

DIV.add_cart_submit_button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	cursor: pointer;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px 1px;
}

DIV.add_cart_submit_button_hover {
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;	
	white-space: nowrap;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	cursor: pointer;
	text-shadow: #fff 1px 1px 1px;
	color: #06C !important;
}

IMG.add_cart_small_icon {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	cursor: pointer;
}

SELECT.add_cart_quantity {
	padding: 0px;
	margin: 0px;
	border: 1px solid #600;
	background-color: #FFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tuotemääräale taulukko */

TABLE.quantity_discount_table {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

TD.quantity_discount_header {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	background-color: #dedede;
}

TD.quantity_discount_value {
	border-collapse: collapse;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
}

TD.quantity_discount_value FONT {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

/***************************/

/* Jcarousel tuotekortissa **********************/
DIV.product_color_carousel_prev {
	position: absolute;
	left: 0px; 
	top: 2px;
}

DIV.product_color_carousel_prev A {
	font-size: 11px;
	color: #03C;
	text-decoration: underline;
}

DIV.product_color_carousel_next {
	position: absolute;
	right: 0px; 
	top: 2px;
}

DIV.product_color_carousel_next A {
	font-size: 11px;
	color: #03C;
	text-decoration: underline;
}

DIV.product_color_carousel_next A:active {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}

DIV.product_color_carousel_scroll {
	margin-top: 4px;
	padding-top: 2px;
	border-top: 1px dotted #CCCCCC;
	width: 370px; 
	position: relative;
	text-align: center;
	height: 12px;
	color: #666666;
	font-size: 11px;
}

DIV.product_color_carousel_prev A:active {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
/*************************************************/

/**************************************************************************************/

/* NH button ***************************/

TD.nh_button_view_left_1 {
    background-image: url('../images/buttons/button_32_harmaa_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_1 {
    background-image: url('../images/buttons/button_32_harmaa_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_1 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_32_harmaa_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 32px;

    text-align: center;
    padding-bottom: 4px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_1 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_32_harmaa_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 32px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;
}
/* ---------------------------STYLE 2 -------------------------------*/
TD.nh_button_view_left_2 {
    background-image: url('../images/buttons/button_32_sininen_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_2 {
    background-image: url('../images/buttons/button_32_sininen_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_2 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_32_sininen_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 32px;

    text-align: center;
    padding-bottom: 4px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_2 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_32_sininen_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 32px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}
/* ---------------------------STYLE 3 -------------------------------*/
TD.nh_button_view_left_3 {
    background-image: url('../images/buttons/button_32_punainen_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_3 {
    background-image: url('../images/buttons/button_32_punainen_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_3 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_32_punainen_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 32px;

    text-align: center;
    padding-bottom: 4px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_3 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_32_punainen_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 32px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}
/* ---------------------------STYLE 4 -------------------------------*/
TD.nh_button_view_left_4 {
    background-image: url('../images/buttons/button_32_vihrea_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_4 {
    background-image: url('../images/buttons/button_32_vihrea_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 32px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_4 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_32_vihrea_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 32px;

    text-align: center;
    padding-bottom: 4px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_4 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_32_vihrea_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 32px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;
}
/* ---------------------------STYLE 5 -------------------------------*/
TD.nh_button_view_left_5 {
    background-image: url('../images/buttons/button_22_harmaa_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_5 {
    background-image: url('../images/buttons/button_22_harmaa_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_5 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_22_harmaa_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 22px;

    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_5 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_22_harmaa_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 22px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}
/* ---------------------------STYLE 6 -------------------------------*/
TD.nh_button_view_left_6 {
    background-image: url('../images/buttons/button_22_sininen_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_6 {
    background-image: url('../images/buttons/button_22_sininen_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_6 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_22_sininen_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 22px;

    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	

}

INPUT.nh_button_input_hover_6 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_22_sininen_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 22px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}
/* ---------------------------STYLE 7 -------------------------------*/
TD.nh_button_view_left_7 {
    background-image: url('../images/buttons/button_22_punainen_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_7 {
    background-image: url('../images/buttons/button_22_punainen_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_7 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_22_punainen_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 22px;

    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_7 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_22_punainen_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 22px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}
/* ---------------------------STYLE 8 -------------------------------*/
TD.nh_button_view_left_8 {
    background-image: url('../images/buttons/button_22_vihrea_01.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_8 {
    background-image: url('../images/buttons/button_22_vihrea_03.png');
    background-repeat: no-repeat;
    width: 6px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_8 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_22_vihrea_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 22px;

    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_8 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_22_vihrea_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 22px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}


/* ---------------------------STYLE 9 -------------------------------*/
TD.nh_button_view_left_9 {
    background-image: url('../images/buttons/button_50_vihrea_01.png');
    background-repeat: no-repeat;
    width: 9px;
    height: 50px;
    margin: 0px;
    padding: 0px;
}

TD.nh_button_view_right_9 {
    background-image: url('../images/buttons/button_50_vihrea_03.png');
    background-repeat: no-repeat;
    width: 9px;
    height: 22px;
    margin: 0px;
    padding: 0px;
}

INPUT.nh_button_input_9 {

    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;

    background: none;
    background-image: url('../images/buttons/button_50_vihrea_02.png');
    background-repeat: repeat-x;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color:#FFF;
    text-shadow: #333 1px 1px 1px;
    text-decoration: none;

    cursor: pointer;
    height: 50px;

    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;
}

INPUT.nh_button_input_hover_9 {
    border: 0px; margin: 0px; padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    overflow: visible;
    float: left;
    width: 100%;
    background: none; background-image: url('../images/buttons/button_50_vihrea_02.png'); background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color:#000000;
    text-shadow: #FFF 1px 1px 1px;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    text-align: center;
    padding-bottom: 2px;
// padding-bottom: 0px;	
}


/****************************************/





/** OSTOSKORI JA KASSA ****************************************************************/

INPUT.checkout_address_field {
	width: 190px;
	font-weight: normal;
	border: 1px solid #CDCDCD;
	height: 15px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding-left: 2px;
}

INPUT.checkout_address_field:focus {
	border: 1px dashed #a2a2a2;
	outline: 0px;
}

SELECT.checkout_address_field
{
	width: 145px;
	font-weight: normal;
}

TABLE.checkout_table {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #e4e4e4;
}

.checkout_mini_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
}

TD.checkout_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

A.payment_module_name, FONT.payment_module_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.submit_payment {
	border: 3px solid #43981d;
	background-color: #4cc417;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 35px;
}

INPUT.plain_submit_button {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	
}

SPAN.checkout_small_info, LABEL.checkout_small_info, TD.checkout_small_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

DIV.hidden_loading_div {
	display: none;   /* Must be this */
	position: absolute;
	padding-top: 2px;
	text-align: center; 
	vertical-align: middle; 
	width: 100%; 
	height: 30px; 
	background-color: #E1E1E1;
	
}

TD.cart_product_title_row {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #E4E4E4;
	height: 18px;
	color: #444444;
}

TD.cart_product_row {
	height: 35px;
	color: #444444;
	/*
	background-image: url('../images/line_fade.jpg');
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #FFFFFF;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	vertical-align: middle;
}

TD.cart_product_row_out_of_stock {
	height: 35px;
	color: #000000;
	background-color: #FFE6E6;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	vertical-align: middle;
}

TD.cart_bottom_row {
	border-top: 1px solid #E4E4E4;
	height: 10px;
}

TD.cart_category_row {
	background-color: #f4f4f4;
	padding: 4px;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 6px;
	padding-top: 6px;
}

TD.cart_category_row A {
	font-size: 14px;
	color:#666;
	font-weight: bold;
}

A.cart_product_name:link, A.cart_product_name:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #CC3300;
}

A.cart_product_name:hover {
	text-decoration: underline;
	font-weight: normal;
	font-weight: bold;
}

FONT.collection_property_value, TD.collection_property_value {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444444;
}

FONT.collection_property_name {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

DIV.checkout_bank_payment_notice {
	border: 1px dotted;
	border-color: #b53838;
	background-color: #fae8e8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: center;
	padding: 5px;
}

DIV.payment_module_confirmation {
	border: 1px dotted;
	border-color: #b53838;
	background-color: #f4f4f4;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: left;
	padding: 5px;
}

INPUT.checkout_radio_box {
	border: 0px; 
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 15px;
	cursor: pointer;
	vertical-align: top;
}

A.small_login_link:link, A.small_login_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #03F;
}

A.small_login_link:hover {
	text-decoration: underline;
}

TD.checkout_login_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#444444;
}

TD.checkout_login_small_text, DIV.checkout_login_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

TD.checkout_order_only_product {
	color: #C60;
	font-size: 11px;
}

TD.checkout_product_in_stock {
	color: #093;
	font-size: 11px;
}

TD.checkout_product_out_of_stock {
	color: #C00;
	font-size: 11px;
}

TD.checkout_extra_text {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

A.checkout_extra_login_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC3300;
	
	cursor: pointer;
	text-decoration: underline;
}

A.checkout_extra_login_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
}

A.cartProductRemove {
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	color: #444444;
}

A.cartProductRemove:HOVER {
	font-weight: normal;
	text-decoration: underline;
	color: #444444;
}

FONT.orderTotalSum {
	font-family: Arial, Helvetica, sans-serif;
	color: #d62424;
	font-size: 18px;
	font-weight: bold;
}

A.confirm_conditions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/* perus ympyrämallinen tausta */
TD.backgroundLogin {
	border-right: 1px solid #919191; 
	border-left: 1px solid #919191; 
	background-color: #F3F6FF; 
	padding: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image: url(../images/order_process/taustanelio_harmaa_05.jpg); 
	background-repeat: repeat-x;
	color: #444444;
}

TD.backgroundBasic {
	border-right: 1px solid #b0b0b0; 
	border-left: 1px solid #b0b0b0; 
	background-color: #f4f4f4; 
	padding: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image: url(../images/order_process/taustanelio_05.jpg); 
	background-repeat: repeat-x;
}

A.notice_link:link, A.notice_link:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #03C;
	font-weight: normal;
}

DIV.payment_special_campaign {
	border: 1px solid #900;
	background-color: #f9ffc4;
	color: #333333;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	width: 400px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;	
}

DIV.payment_special_campaign b { color: #900; font-size: 12px; }
DIV.payment_special_campaign #small_text { color: #666; font-size: 11px; padding-top: 5px;}
DIV.payment_special_campaign h2 { font-weight: normal; font-size: 16px; color: #060; padding-bottom: 6px;}

TABLE.month_payment_table {
	font-size: 12px;
}
TD.month_payment_td {
	border-bottom: 1px solid #cccccc;
}

/******************/

/******************************************************************************************** */

/* Virheviestit ************************************************************************/

.messageError {
	border: 1px solid #955900;
	padding: 6px;
	background-color: #FEEFB3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.messageErrorContents {
	background-color: #FEEFB3;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	vertical-align: middle;
	text-align: left;
}

.messageSuccess {
	background-color: #009933;
	padding: 6px;
	border: 1px solid #006600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.messageSuccessContents {
	background-color: #009933;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}

.messageWarning {
	border: 1px solid #955900;
	padding: 6px;
	background-color: #FEEFB3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.messageWarningContents {
	background-color: #FEEFB3;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	vertical-align: middle;
	text-align: left;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
	width: 100%;
	height: 30px;
	padding: 2px;
	margin: 0px;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 30px;
	padding: 2px;
	margin: 0px;
}

TD.footer_cart {
	cursor: pointer;
	width: 142px;
	height: 33px;
	background-image: url('../images/button_footer_cart.png');
}

TD.footer_cart_hover {
	cursor: pointer;
	width: 142px;
	height: 33px;
	background-image: url('../images/button_footer_cart_hover.png');	
}

div.ie6 {
	padding: 15px;
	border: 1px solid #F00;
	background-color: #FFC;
	position: absolute;
	left: 0%;
	z-index: 9999999999999999999999999999;
	width: 100%;
}
#extramainos img {
	max-width: 140px;	
}




DIV.packet_link:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*******************************************************************************************/

/*** SLIDESHOW *****/

#container {
	width: 947px;
	height: 365px;
	position: relative;
	margin: 0 auto;
	
}

#slide1 span, #slide2 span, #slide3 span {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
}

#slide1 h3, #slide2 h3, #slide3 h3 {
	font-family: Georgia, serif;
	color: #FFF;
	font-size: 35px;
	font-style: italic;
	margin: 0 0 10px 0;
}

#slide1 p, #slide2 p, #slide3 p {
	font-family: Georgia, serif;
	color: #FFF;	
	margin: 0;
}

.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
	font-style: italic;
}

.jFlowSlideContainer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}

.jFlowNext div {
	background:url("../images/slideshow/arrows.png") no-repeat scroll 0 -10px transparent;
	height:60px;
	position:absolute;
	top: 40%;
	right: -5px;
	width:50px;
	cursor:pointer;
}

.jFlowPrev div {
	background:url("../images/slideshow/arrows.png") no-repeat scroll -84px -10px transparent;
	height:60px;
	position:absolute;
	top: 40%;
	left: -5px;
	width: 50px;
	cursor:pointer;
}

.jFlowPrev div:hover {
	background-position: -84px -69px;
}

.jFlowNext div:hover {
	background-position: 0px -69px;
}

/*******************************************************************/

/* POPUP */
#popup_basetheme {
height: 100%;
width: 100%;
background: #000000;
position: fixed;
top: 0;
z-index: 9999999999999999999999999999999!important;
}

#window_basetheme {
width: 600px;
height: 300px;
margin: 0 auto;
border: 1px solid #000000;
background: #ffffff;
position: fixed;
top: 200px;
left: 50%;
margin-left: -300px;
z-index: 9999999999999999999999999999999!important;
}
#popup_content {
	height:  280px;
	padding: 10px;	
	overflow: auto;
}
/***************************** EXTRA ADS */

div.extra_ads {
	width: 945px;
	height: 363px;
	position: relative;
	background-image: url(../images/extra_ads_taustakuva.jpg);
	border: 1px solid #000000;
	cursor: pointer;
}
div.extra_ads img {
	width: 330px;
	height: auto;
	margin: 0px;	
}
div.extra_ads_image {
	width: 380px;
	height: 362px;
	overflow: hidden;
}
table.extra_ads_image td {
	width: 380px;
	height: 362px;
	vertical-align: middle;
	text-align: center;
}
div.extra_ads_name1 {
	position: absolute;
	left: 400px;
	top: 50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 29px;
	color: #d31d1d;
	font-weight: normal;
}
div.extra_ads_name2 {
	position: absolute;
	left: 400px;
	top: 90px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color: #777777;
	font-weight: normal;
}
div.extra_ads_price .products_normal_price {
	position: absolute;
	left: 397px;
	top: 120px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 65px;
	color: #777777;
	font-weight: bold;
}
div.extra_ads_price .products_special_price {
	position: absolute;
	left: 397px;
	top: 120px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 65px;
	color: #d31d1d;
	font-weight: bold;
}
div.extra_ads_price .products_old_price {
	display: block;
	position: absolute;
	left: 380px;	
	font-size: 26px;
	width: 160px;
	top: 130px;
	text-align: left;
}
div.extra_ads_description {
	font-size: 12px;
	color: #777777;
	position: absolute;
	top: 220px;
	left: 400px;
	width: 300px;
}
div.extra_ads_ale {
	position:absolute;
	left: 837px;
	top: 16px;
	font-size: 18px;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	width: 93px;
	height: 59px;
	background-image: url(../images/extra_ads_ale.png);
	text-align: center;
	padding-top: 5px;
	color: #ffffff;
	background-repeat: no-repeat;
}
div.extra_ads_ale div {
	font-size: 25px;
	margin-top: -5px;
}
