@charset "ISO-8859-1";

HTML { height: 100%;  margin-bottom: 1px; }

/* CSS Document */
body {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-position:top;
	background-repeat:repeat-x;
	}
	
.top{
	width: 970px;
	height: 15px;
	margin-top: 10px;
}
.mainContent {
	width: 865px;
	margin-top: 20px;
}

.footer{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b1b1b1;
}

/* MENU  */

#navbar {
	margin-top: 30px;
	width: 970px;
	height: 65px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}

.navbarLeft {
	width: 20px;
	height: 65px;
	background-image: url(../images/menu_left_bg.gif);
	background-repeat: no-repeat;
	float:left;
}

.navbarRight {
	width: 20px;
	height: 65px;
	background-image: url(../images/menu_right_bg.gif);
	background-repeat: no-repeat;
	float:right;
}


#navbar ul li {
	display: inline; /* Fix IE Step Down */
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	height: 40px;
	padding-top: 25px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #6b6b6b;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#navbar ul li a:hover, #navbar ul li a:active {
	background-position: bottom right;
	color: #6b6b6b;
	text-decoration: none;
	background-image: url(../images/menu_selected_bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

#navbar ul li .selected {
	background-position: bottom right;
	color: #6b6b6b;
	text-decoration: none;
	background-image: url(../images/menu_selected_bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

/* MENU END */

.bold {
	color: #666;
	font-weight:bold;
	font-size: 12px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #33beff;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 11px;
        margin-left: 5px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 11px;
        margin-left: 5px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 11px;
}
label {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin-top: 11px;
        margin-right: 6px;
	text-align: right;
}
fieldset {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
        margin-bottom: 10px;
        border-radius:5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
legend {
        color: #aaa;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
        font-weight: bold;
}
.formbutton {
        background-image: url(../images/button_bg.gif);
        width: 99%;
        border: 1px solid #03afff;
        background-color: #33beff;
        color: #fff;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #33beff;
	margin-bottom: 10px;
	margin-top: 0;
}
h1 a {
	color: #33beff;
	text-decoration: underline;
}
h1 a:visited {
	color: #33beff;
	text-decoration: underline;
}
h1 a:hover {
	color: #53deff;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #33beff;
	margin-bottom: 10px;
	margin-top: 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #33beff;
	margin-bottom: 10px;
	margin-top: 0;
}
h4 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #aaa;
	margin-bottom: 10px;
	margin-top: 0;
}

/* NAPPITYYLI - Vihre� */
.button {
	margin-right: 16px;
	margin-left: 16px;
}
.button span {
	display: block;
	background-image:url(../images/button_bg_right.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	height: 25px;
	text-align: center;
	margin-right: -19px;
}
.button a {
	display: block;
	background-image:url(../images/button_bg_left.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	height: 35px;
	margin-left: -19px;
}
.button a:hover span {
	display: block;
	background-image:url(../images/button_bg_right_hover.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	height: 25px;
	text-align: center;
	margin-right: -19px;
}
.button a:hover {
	display: block;
	background-image:url(../images/button_bg_left_hover.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	height: 35px;
	margin-left: -19px;
}

/* NAPPITYYLI - Harmaa */
.buttonDisabled {
	margin-right: 16px;
	margin-left: 16px;
}
.buttonDisabled span {
	display: block;
	background-image:url(../images/button_bg_right_disabled.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	height: 25px;
	text-align: center;
	margin-right: -19px;
}
.buttonDisabled a {
	display: block;
	background-image:url(../images/button_bg_left_disabled.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	height: 35px;
	margin-left: -19px;
}

/* MUUTA */
.messagebox {
	background-color: #e0fafe;
	border: 1px solid #bfebfb;
	padding: 15px;
	font-size: 14px;
	color: #666;
}
.messageboxStart {
	background-color: #d1fece;
	border: 1px solid #bdd8bc;
	padding: 15px;
	font-size: 14px;
	color: #666;
	margin: 3px;
}
.box {
	background-color: #eee;
	border: 1px solid #e5e5e5;
	padding: 15px;
}
.box a {
	color: #9ae13e;
	text-decoration: none;
}
.box a:visited {
	color: #9ae13e;
	text-decoration: none;
}
.box a:hover {
	color: #a3f735;
	text-decoration: none;
}
.box h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e9ee1;
	margin-bottom: 10px;
	margin-top: 0;
}

/* Onnistumisloota (pyöristetty mahdollisesti) */
.successboxwrapping {
	background-color: #dfffdc;
	/*border: 1px solid #EFCCCC;*/
	font-size: 11px;
	width: 97%;
	position: relative;
	padding: 10px;
        margin-bottom: 7px;
}
.successbox {
	padding: 5px;
}
.successboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/successbox_top_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/successbox_top_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/successbox_bottom_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/successbox_bottom_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.successbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #df0a0a;
	margin-bottom: 10px;
	margin-top: 0;
}


/* Virheloota (pyöristetty mahdollisesti) */
.errorboxwrapping {
	background-color: #FFDCDC;
	/*border: 1px solid #EFCCCC;*/
	font-size: 11px;
	width: 97%;
	position: relative;
	padding: 10px;
        margin-bottom: 7px;
}
.errorbox {
	padding: 5px;
}
.errorboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/errorbox_top_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/errorbox_top_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/errorbox_bottom_left.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/errorbox_bottom_right.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.errorbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #df0a0a;
	margin-bottom: 10px;
	margin-top: 0;
}

/* Muita tyylej� */
.small {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
}
.small a {
	color: #777;
	text-decoration: none;
}
.small a:visited {
	color: #777;
	text-decoration: none;
}
.small a:hover {
	color: #33beff;
	text-decoration: none;
}
.list td {
	padding: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #444;
        border-bottom: 1px solid #f0f0f0;
}
.list .titlerow td {
	background-color: #ffffff !important;
        font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 12px !important;
	color: #33beff !important;
        font-weight: bold !important;
        padding-bottom: 5px;
}
.list .hoverrow {
	background-color: #eaf8ff !important;
        cursor: pointer;
}
.list .hoverrow td {
	border-bottom: 1px solid #ccefff;
}
.list .row1 {
	background-color: #f8f8f8;
	cursor: pointer;
}
.list .row2 {
	background-color: #fff;
	cursor: pointer;
}
.list .drag {
	background-color: #fffccc;
	cursor: pointer;
}
.list .disabled {
	background-color: #ffe5e5;
	color: #ff7f7f;
	cursor: pointer;
}
.list .incart {
	background-color: #fffdcc;
}
.suggestionbox {
	border:1px solid #bbb;
	background-color:white;
}
.suggestionbox li {
	text-align:left;
	list-style-type:none;
	font-weight:normal;
	font-size:12px;
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.suggestionbox ul {
	padding:0px;
	margin:1px;
}
.suggestionbox .selected {
	background-color: #d2f6b2;
}
#logo {
	float: left;
	text-align: right;
	margin-left: 20px;
	margin-top: 5px;
}
#cart {

	float: right;
	text-align: right;
	margin-right: 20px;
}
.submenu {
	margin-bottom: 6px;
	line-height: 18px;
	padding-left: 15px;
}
.roundbox {
	background-color: #f4f4f4;
	padding: 7px;
	position: relative;
	margin-bottom: 3px;
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 12px;
}
.roundbox td {
	font-size: 12px;
}
.roundbox a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.roundbox a:visited {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.roundbox a:hover {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.roundbox .roundboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/rb_top_left.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundbox .roundboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/rb_top_right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundbox .roundboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/rb_bottom_left.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundbox .roundboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/rb_bottom_right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundboxHover {
	background-color: #33beff;
	padding: 7px;
	position: relative;
	margin-bottom: 3px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}
.roundboxHover a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.roundboxHover a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.roundboxHover a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.roundboxHover .roundboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/rb_top_left_hover.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundboxHover .roundboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/rb_top_right_hover.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundboxHover .roundboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/rb_bottom_left_hover.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.roundboxHover .roundboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/rb_bottom_right_hover.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

/* AutoComplete - tyylit */
.ac_results {
	padding: 0px;
	border: 1px solid #666;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 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: 12px;
	/* 
	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;
	color: #333;
}

.ac_loading {
	background: white url('../images/loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #d2f6b2;
	color: #333;
}

/* jQuery.Rating Plugin CSS */
div.rating-cancel,div.star-rating{margin-top: 8px; float:left;width:22px;height:17px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url('../images/loader.gif') no-repeat 0 -18px}
div.star-rating,div.star-rating a{background:url('../images/star.gif') no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -18px!important}
div.star-rating-hover a{background-position:0 -36px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* Sivunumerogeneraattori */
#pager ul.pages {
border:none;
text-transform:uppercase;
font-size:10px;
margin: 0;
padding:0;
}

#pager ul.pages li {
list-style:none;
float:left;
border: 1px solid #ddd;
text-decoration:none;
margin: 0;
padding:0;
padding:5px;
margin-right: 5px;
margin-bottom: 6px;
background-color: #f3f3f3;
}

#pager ul.pages li:hover {
border: 1px solid #06a3c8;
background-color: #26c3e8;
color: #fff;
}

#pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

#pager ul.pages li.pgCurrent {
border: 1px solid #06a3c8;
background-color: #26c3e8;
color: #fff;
font-weight:700;
}

/* Product-box */
.productbox {
	background-color: #f4f4f4;
	padding: 7px;
	position: relative;
	margin-bottom: 3px;
	text-align: center;
	color: #000;
	font-size: 11px;
}
.productbox td {
	font-size: 11px;
}
.productbox a {
	color: #3587c2;
	font-size: 11px;
	text-decoration: none;
}
.productbox a:visited {
	color: #3587c2;
	font-size: 11px;
	text-decoration: none;
}
.productbox a:hover {
	color: #26c3e8;
	font-size: 11px;
	text-decoration: none;
}
.productbox .roundboxTopLeft {
	position: absolute;
	font-size: 1px;
	top: 0px;
	left: 0px;
	background-image:url(../images/rb_top_left.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.productbox .roundboxTopRight {
	position: absolute;
	font-size: 1px;
	top: 0px;
	right: 0px;
	background-image:url(../images/rb_top_right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.productbox .roundboxBottomLeft {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	left: 0px;
	background-image:url(../images/rb_bottom_left.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
.productbox .roundboxBottomRight {
	position: absolute;
	font-size: 1px;
	bottom: 0px;
	right: 0px;
	background-image:url(../images/rb_bottom_right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

/* Cart - tyylit */
.cart td {
    color: #222;
    font-size: 11px;
}
.cart td a {
	color: #3587c2;
	font-size: 11px;
	text-decoration: none;
}
.cart td a:visited {
	color: #3587c2;
	font-size: 11px;
	text-decoration: none;
}
.cart td a:hover {
	color: #26c3e8;
	font-size: 11px;
	text-decoration: none;
}

/* Phase - OL-listaus */
.phase {
    width: 100%;
    text-align:center;
}
.phase ol {
    border:none;
    text-transform:uppercase;
    font-size:10px;
    margin: 0;
    padding:0;
}

.phase ol li {
    list-style:decimal;
    float:left;
    border: 1px solid #ddd;
    text-decoration:none;
    margin: 0;
    padding:0;
    padding:5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
    margin-bottom: 6px;
    background-color: #f3f3f3;
}

.phase ol li strong {
    color: #06a3c8;
    font-weight:700;
}