.mainotsikko {
    font-size:20px;
}

#login_ylapopup {
    display:none;
    position:fixed;
    margin-top:10px;
	margin-left:-50px;
    padding:20px;
    background-color: #fff;
    border:1px solid #aaa;
	z-index:1000;
	-webkit-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}

#login_close {
    background: #2d2d2d;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -1px;
    width: 24px;
    height:24px;
    text-decoration: none;
    font-weight: bold;
    /*-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;*/
    /*-moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;*/
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.rek_box, .rek_box2, .rek_txt_area, .rek_box_haku {
    width:350px;
    height:20px;
    padding-left:5px;
    font-size:13px;
    outline:none;
    color:#000;
    background-color:#FFF;
    border:1px solid #a3a3a3;
    transition:0.2s;
    margin-left:5px;
}

.rek_box:focus, .rek_txt_area:focus, .rek_box_haku:focus {
	border:1px solid #000;
	-webkit-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}

.rek_box2 {
	background-color:#f2f2f2;
}

.rek_txt_area {
	height:150px;
}

.rek_nappi {
    background-color:#000;
    color:#FFF;
    border:none;
    height:30px;
    width:120px;
    font-size:15px;
    margin-left:5px;
    cursor:pointer;
	transition:0.2s;
}

.w_100 td{
    width: 50%;
}

.footer_soc_img {
    margin-right:5px;
    width:40px;
}
.ostoskori_cont {
	height:auto;
	min-height:100px;
	width:400px;
	padding:0px;
}

.ostoskori_item {
	height:50px;
	width:400px;
	padding-top:5px;
	padding-bottom:5px;
	position:relative;
}

.ostoskori_item_kuva {
	height:50px;
	width:50px;
	float:left;
	overflow:hidden;
	margin-right:5px;
	margin-left:5px;
}

.ostoskori_item_img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-height:90px;
	max-width:90px;
}

.ostoskori_item_txt {
	height:50px;
	width:250px;
	float:left;
}

.ostoskori_item_hinta {
	height:50px;
	width:65px;
	float:left;
}

.ostoskori_hinta_orig {
	font-weight:bold;
	color:#afadad;
	text-decoration:line-through;
	margin-top:3px;
}

.ostoskori_item_poista_img {
	display:block;
	/*margin-left:auto;
	margin-right:auto;
	max-height:90px;
	max-width:90px;*/
	float:right;
}

.ostoskori_item_poista {
	height:50px;
	width:22px;
	float:left;
}

.note {
    padding: 10px;
    margin: 20px auto;
    width: 300px;
}

.ale_img_detail {
    position:absolute;
    top:0px;
    left:0px;
}

.thumbactive {
	opacity:1;
}

.thumb {
    width: 70px;
	opacity:0.4;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.thumb_cont {
	width:83px;
	height:80px;
	overflow:hidden;
}

.thumb:hover {
	opacity:1;
}

.det_kuva_cont {
    width: 300px;
	/*border:1px solid green;*/
	position:relative;
	padding-bottom:15px;
}

.det_txt_cont {
    width:344px;
	padding-left:20px;
	padding-bottom:15px;
}

.det_nim_otsikko {
	font-size:20px;
	margin:0px;
}

.det_info_txt {
	font-size:14px;
	margin-top:5px;
	margin-bottom:0px;
}

.det_info {
	font-size:14px;
	font-weight:500;
}

.rek_nappi {
	background-color:#000;
	color:#FFF;
	border: 1px solid #000;
	height:30px;
	width:120px;
	font-size:15px;
	margin-left:5px;
	cursor:pointer;
}

.rek_nappi:hover {
    background-color: #fff;
    color: #000;
    
}

.det_img {
    max-width: 300px;
}

.tilaus_kohde {
	border-bottom:1px solid #c3c1c1;
	position:relative;
	height:auto;
	margin-left:0px;
	margin-right:15px;
	padding:5px;
	width:477px;
}

.tilaus_kuva {
	position:relative;
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	border:1px solid #828181;
	padding:5px;
	margin-right:0px;
}

.tilaus_kuva_alt {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	max-height:50px;
	max-width:50px;
}

.tilaus_teksti {
	float:left;
	/*border:1px solid blue;*/
	height:50px;
	width:280px;
	padding:5px;
}

.tilaus_hinta {
	float:left;
	height:50px;
	width:110px;
	padding:5px;
	/*border:1px solid lightblue;*/
}

.tilaus_poista {
	float:left;
	/*border:1px solid lightgreen;*/
}

.tilaus_hinta_norm, .tilaus_hinta_orig {
	float:right;
	margin-right:10px;
	font-size:20px;
}

.tilaus_hinta_norm {
	font-weight:bold;
	font-size:13px;
}

.tilaus_hinta_orig {
	color:#c3c1c1;
	text-decoration:line-through;
	font-size:13px;
}

.tilaus_hinta_ale {
	float:left;
	margin-top:4px;
}

.tilaus_yhteensa {
	width:353px;
	height:auto;
	float:left;
	/*border:1px solid black;*/
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
}

.ilmoitus {
	background-image:url('../img/huutomerkki.png');
	background-position:left;
	background-repeat:no-repeat;
	background-size:15px 15px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	font-size:13px;
	margin-bottom:5px;
}

label.feedback {
	width:88px;
	display:block;
	float:left;
	font-size:13px;
	margin-left:0px;
	padding-top:4px;
}

.omalink {
	font-size:13px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #000;
	display:inline-block;
	width:90px;
	text-align:center;
	padding-top:6px;
	height:20px;
	transition:0.2s;
}

.omalink_active {
	background-color:#000;
	color:#FFF;
	font-size:13px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #000;
	display:inline-block;
	width:90px;
	text-align:center;
	padding-top:6px;
	height:20px;
	transition:0.2s;
}

.omalink:hover {
	background-color:#000;
	color:#FFF;
}

#thumbs {
	/*padding-top: 10px;*/
	overflow: hidden;
	/*margin-left:15px;
	padding-left:10px;*/
	margin-left:auto;
	margin-right:auto;
}

#thumbs img, .largeImage, #largeImage2 {
	/*border: 1px solid gray;*/
	padding: 0px;
	background-color: white;
	cursor: pointer;
}

.largeImage {
	/*width:400px;
	height:300px;*/
}

#largeImage2 {
	width:400px;
	height:300px;
}

#thumbs img {
	float: left;
	margin-right:8px;
	width:60px;
	height:60px;
	margin-top:6px;
	border:1px solid #4c4c4c;
}

#thumbs img a:hover {
	float: left;
	margin-right: 6px;
	width:100px;
}

.thumb {
	opacity:0.4;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.thumb_cont {
	width:60px;
	height:60px;
	overflow:hidden;
}

.thumb:hover {
	opacity:1;
}

.thumbactive {
	opacity:1;
}

.virhetxt {
	color:red;
	margin-left:10px;
}

.varaus_poista, .varaus_uudista {
	cursor:pointer;
}

.keskustelu, .keskustelu2 {
	position: relative;
	width: 300px;
	height: 50px;
	padding:5px;
	background-color: #eee;
	border: 1px solid #666;
}

.keskustelu2 {
	background-color:#e5e7ea;
}

.keskustelu:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 10px;
	top: 60px;
	border: 6px solid;
	border-color: #666 transparent transparent #666;
}

.keskustelu:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 11px;
	top: 60px;
	border: 5px solid;
	border-color: #eee transparent transparent #eee;
}

.keskustelu2:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 10px;
	top: 60px;
	border: 6px solid;
	/*border-color: #666 transparent transparent #666;*/
	/*border-color: transparent #666 #666 transparent;*/
	border-color: #666 #666 transparent transparent;
}

.keskustelu2:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 11px;
	top: 60px;
	border: 5px solid;
	/*border-color: #eee transparent transparent #eee;*/
	/*border-color: transparent #eee transparent #eee;*/
	border-color: #e5e7ea #e5e7ea transparent transparent;
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}