body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/vk/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #1D1C18;
	font-family: 'Open Sans', sans-serif;
}
a
{
	color: #FF6600;
	text-decoration: none;
}
a:hover
{
	color: #000;
}
#container
{
	width: 1024px;
	margin: 0px auto;
}
#header
{
	height: 280px;
	background-image: url(../img/vk/headerbg_clean.png);
	background-repeat: repeat;
	background-position: top center;
	position: relative;	
}	
.left
{
	float: left;
}
.right
{
	float: right;
}
	#logo
	{
		display: block;
		position: absolute;
		left: 50px;
		top: 40px;
	}
	#top_text
	{
		position: absolute;
		left: 222px;
		top: 40px;
		width: 330px;
		color: #DDD;
		font-size: 11px;
		line-height: 20px;
	}
	#top_text h1
	{
		font-weight: bold;
		font-size: 14px;
		margin-top: 0px;
		margin-bottom: 12px;
		color: #FFF;
	}
	#top_menu
	{
		position: absolute;
		left: 580px;
		top: 42px;
		width: 145px;
		font-size: 11px;
		line-height: 20px;
	}
	#top_menu a
	{
		display: block;
		color: #DDD;
		text-decoration: none;
	}
	#top_menu a:hover
	{
		color: #FFCC00;
	}
	#top_menu a span.mi_arr
	{
		color: #B73C17;
		font-size: 10px;
		padding-right: 5px;
	}	
	#search_area
	{
		position: absolute;
		left: 747px;
		top: 11px;
		width: 229px;
	}
	#searchfield
	{
		font-family: 'Open Sans', sans-serif;
		color: #888;
		font-size: 12px;
		width: 126px;
		padding: 8px 10px 8px 34px;
		background-image: url(../img/base/icons/zoom.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
    	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: none;
		background-color: #FFF;
	}
	#searchfield.active
	{
		color: #000;
	}
	#searchbutton
	{
		font-size: 12px;
		padding: 7px 12px 7px 12px;
		height: 33px;
		margin-left: 5px;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		background-color: #EBEBEB;
		position: absolute;
		right: 0px;
	}
	#searchbutton:hover
	{
		background-color: #FEF0D8;
	}
	#ostoskori
	{
		position: absolute;
		left: 747px;
		top: 56px;
		width: 229px;
		background-color: #FFF;
	}
	#ostoskori_title
	{
		font-size: 14px;
		font-weight: bold;
		color: #FF6600;
		padding: 6px 10px;
		background-image: url(../img/base/icons/cart.png);
		background-position: 203px 8px;
		background-repeat: no-repeat;
		border-bottom: solid 1px #EEE;
	}
	#ostoskori_data
	{
		font-size: 12px;
		color: #333;
		padding: 8px 10px;
		height: 18px;
		border-bottom: solid 1px #EEE;		
	}
	#ostoskori_products
	{
		float: left;
	}
	#ostoskori_price
	{
		float: right;
	}	
	#ostoskori_actions
	{
		font-size: 12px;
		color: #333;
		padding: 8px 10px;
		height: 18px;
	}
	#ostoskori_actions a
	{
		color: #FF6600;
		text-decoration: none;
	}
	#ostoskori_actions a:hover
	{
		color: #333;
		text-decoration: underline;
	}
	
	#main_menu
	{
		position: absolute;
		left: 26px;
		top: 176px;
		width: 970px;
		height: 102px;
		font-size: 12px;
		z-index: 150;
		background-image: url(../img/vk/main_menu_bg_high.jpg);
		background-repeat: repeat-x;
		border: solid 1px #CCCCCC;
		text-align: center;
	}
	#main_menu>a
	{
		display: block;
		width: 161px;
		float: left;
		color: #000;
		padding: 16px 0;
		background-image: url(../img/vk/menu_separator.png);
		background-position: right 12px;
		background-repeat: no-repeat;
		text-decoration: none;
		outline: none;
	}
	#main_menu>a.menuopen
	{
		background-color: #FFF7E8;
	}
	#main_menu>a:hover
	{
		/* border-bottom: solid 2px #FF9900; */
		color: #FF6600;
	}
	#main_menu>a:last-child
	{
		/*padding-right: 25px;*/
		background-image: none;
	}
	#main_menu>a.no-separator {
		background-image: none;
	}
	#main_menu>a.two-lines {
		padding: 8px 0 7px 0;
	}
	.submenu
	{
		background-image: url(../img/vk/bg_20.png);
		background-repeat: repeat;
		padding: 10px 8px 8px 8px;
		width: 200px;
		
		position: absolute;
		top: 219px;
		left: 110px;
		display: none;
		z-index: 100;
	}
	.submenu_content
	{
		border: solid 1px #FFF;
		background-color: #FFF7E8;
		font-size: 12px;
	}
	.submenu_content a
	{
		display: block;
		padding: 10px 17px;
		border-bottom: solid 2px #FFF;
		color: #333;
		text-decoration: none;
	}
	.submenu_content a:last-child
	{
		border-bottom: none;
	}
	.submenu_content a:hover
	{
		color: #FF9900;
		background-color: #FFF;
	}	
#main
{

}
#content_container
{
	background-image: url(../img/vk/content_bg.png);
	background-repeat: repeat-y;
}
#content
{
	background-image: url(../img/vk/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 663px;
	
	padding: 12px 50px 12px 50px;
	position: relative;
	/* 924 px width remains */
}
	#nostot_pager
	{
		position: absolute;
		z-index: 200;
		top: 200px;
		left: 52px;
		height: 25px;
	}
	#nostot_pager a
	{
		display: block;
		float: left;
		padding: 4px 9px;
		border: solid 1px #CCC;
		margin-right: 6px;
		background-color: #FFF;
		text-decoration: none;
		color: #000;
		font-size: 12px;
	}
	#nostot_pager a:hover
	{
		background-color: #FDF0BD;
	}
	#nostot_pager a.activeSlide
	{
		background-color: #FBC85E;
	}
	#etu_nostot
	{
		padding-bottom: 10px;
		border-bottom: solid 1px #DDD;
		position: relative;
		z-index: 50;
		height: 230px;
	}
	.single_nosto
	{
		width: 924px;
		background-color: auto;
	}
	.nosto_image
	{
		position: relative;
		width: 320px;
		padding: 4px;
		border: solid 1px #DDD;
		float: right;
		line-height: 0;
	}
	.nosto_left
	{
		float: left;
		width: 565px;
	}
	.single_nosto h2
	{
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 28px;
	}
	.single_nosto h2 a
	{
		color: #000;
		text-decoration: none;
	}
	.single_nosto h2 a:hover
	{
		color: #FF9900;
	}
	.nosto_desc
	{
		font-size: 16px;
		color: #333;
		padding-bottom: 11px;
		line-height: 25px;
	}
	.nosto_hinta
	{
		font-weight: bold;
		font-size: 40px;
		color: #FF9900;
	}
	.norm_hinta
	{
		font-weight: normal;
		font-size: 14px;
		color: #888888;
	}
	.nosto_link
	{
		margin-top: 7px;
		width: 146px;
		height: 31px;
		float: right;
		background-image: url(../img/vk/nosto_link.png);
		background-repeat: no-repeat;
		font-size: 14px;
		color: #D8340A;
		text-decoration: none;
		
		padding: 13px 0px 0px 14px
	}
	.nosto_link:hover
	{
		color: #000;
	}
	
	#product_list
	{
	
	}
	.product_row
	{
		padding-top: 15px;
		clear: both;
	}
	
	.product_single
	{
		cursor: pointer;
		background-color: #FFF;
		float: left;
		margin-right: 17px;
		padding: 5px;
		width: 206px;
		height: 255px;
		box-shadow: 0px 0px 6px 1px #CCC;
		/* left top blur spread color */
		position: relative;
		border: solid 1px #FFF;
	}
	.product_single:hover
	{
		/* border: solid 1px #FFCC00; */
		box-shadow: 0px 0px 8px 4px #AAA;
	}
	.product_single:last-child
	{
		margin-right: 0px;
	}
	.product_image
	{
		width: 206px;
		height: 137px;
		padding-bottom: 1px;
		border-bottom: solid 1px #CCC;
		position: relative;
	}
	.product_image:hover
	{

	}
	.product_super_ale,
	.product_ale
	{
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url(../img/vk/ale.png);
		background-repeat: no-repeat;
		width: 65px;
		height: 45px;
	}
	.product_super_ale
	{
		background-image: url(../img/vk/superale.png);
	}
	.ale-prosentti {
		color: red;
		font-weight: bold;
		position: absolute;
		bottom: 0px;
		right: 0px;
		background: #d8d7d7;
		padding: 5px;
		border-radius: 2px;
	}
	.product_single h2
	{
		font-size: 14px;
		font-weight: bold;
		margin-top: 7px;
		padding-left: 5px;
		line-height: 18px;
	}
	.product_single h2 a
	{
		color: #000;
		text-decoration: none;
	}	
	.product_single h2 a:hover
	{
		color: #FF6600;
	}	
	.product_single:hover h2 a
	{
		color: #FF6600;
	}
	.product_price
	{
		position: absolute;
		bottom: 15px;
		left: 11px;
		font-size: 22px;
		color: #000;
		font-weight: bold;
	}
	.product_price.ale
	{
		color: #339700;
	}
	.product_price_norm
	{
		font-size: 11px;
		color: #666;
		font-weight: normal;
		margin-bottom: -6px;
		margin-top: -3px;
	}
	.product_short_desc {
		font-size: 11px;
		padding-left: 5px;
	}
	.product_view_link
	{
		display: block;
		position: absolute;
		right: 11px;
		bottom: 13px;
		
		background-image: url(../img/vk/product_view_link.png);
		width: 72px;
		height: 27px;
		padding-left: 10px;
		padding-top: 10px;
		color: #FF6600;
		font-size: 12px;
		text-decoration: none;
	}
	.product_view_link:hover
	{
		color: #000000;
	}

#footer
{
	background-image: url(../img/vk/footer_bg.png);
	height: 143px;
	position: relative;
}
	#footer_logo
	{
		display: block;
		position: absolute;
		left: 50px;
		top: 27px;
	}
	#verkkomaksut_logot
	{
		display: block;
		position: absolute;
		left: 300px;
		top: 24px;
	}	
	#footer_contact
	{
		width: 300px;
		text-align: right;
		color: #FFF;
		font-size: 10px;
		line-height: 19px;
		
		position: absolute;
		right: 40px;
		top: 25px;
	}
	#footer_contact a
	{
		color: #FFF;
		text-decoration: none;
	}
	#footer_contact a:hover
	{
		color: #FF9900;
	}
	
	
#category_info
{
	padding-bottom: 10px;
	border-bottom: solid 1px #DDD;
}
	.category_image
	{
		width: 206px;
		padding: 4px;
		border: solid 1px #DDD;
		float: right;
		line-height: 0;
	}
	.category_intro
	{
		float: left;
		width: 565px;
		font-size: 16px;
		color: #333;
		padding-bottom: 11px;
	}	
	.category_intro p
	{
		line-height: 25px;
	}
	.category_intro h1
	{
		margin-top: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: 28px;
		color: #000;
	}
.category_children
{

}
.category_children h3
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.child_single
{
	border-top: dashed 1px #DFE9F2;
	padding: 6px 0px;
}
.child_single a
{
	padding-left: 22px;
	background-image: url(../img/base/icons/bullet_orange.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}
.child_single a:hover
{
	color: #000;
}

.tuote_left
{
	width: 560px;
	float: left;
	font-size: 15px;
	color: #333;
	padding-bottom: 11px;
	
}
a.backlink
{
	display: block;
	background-image: url(../img/vk/backlink_bg.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 22px;
	padding-left: 34px;
	padding-top: 4px;
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
a.backlink:hover
{
	color: #000;
}
h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 28px;
}
h2
{
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
}
.tuote_content
{
	line-height: 23px;
}
.tuote_content p
{
	margin-top: 3px;
}
#tuote_right
{
	width: 330px;
	float: right;
	margin-top: 37px;	
}
#tuote_image
{
	width: 320px;
	padding: 4px;
	border: solid 1px #DDD;
	line-height: 0;
	background-color: #FFF;
}
.tuote_separator
{
	line-height: 0px;
	padding-bottom: 11px;
	margin-bottom: 11px;
	border-bottom: solid 1px #DFDFDF;
	clear: both;
}
.tuote_price
{
	width: 270px;
	float: left;
	font-weight: bold;
	font-size: 40px;
	color: #FF9900;
}
.tuote_price_norm
{
	font-weight: normal;
	font-size: 14px;
	color: #888888;
}
.euro
{
	font-weight: normal;
	font-size: 24px;
	padding-left: 4px;
}

.add_to_cart_area
{
	padding-top: 6px;
	float: right;
	width: 275px;
}
#add_to_cart_amount
{
	height: 43px;
	font-size: 15px;
	color: #333;
	padding: 10px 3px;
	line-height: 25px;
	border: solid 1px #DDD;
	vertical-align: middle;
	width: 77px;
	/*
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;	
	*/
}
#add_to_cart_amount option
{
	padding-top: 5px;
	padding-bottom: 5px;
}
#add_to_cart_button
{
	display: block;
	float: right;
	background-image: url(../img/vk/add_to_cart_button_bg.png);
	background-repeat: no-repeat;
	width: 172px;
	height: 31px;
	padding-left: 18px;
	padding-top: 13px;
	color: #FF6600;
	text-decoration: none;
	font-size: 14px;
}
#add_to_cart_button:hover
{
	color: #000;
}
#tuote_other_images
{
	margin: 10px 0px 10px 1px;
	padding: 17px;
	width: 294px;
	box-shadow: 0px 0px 6px 1px #CCC;
	background-color: #FFF;
}
#tuote_attachments
{
	margin: 10px 0px 10px 1px;
	padding: 17px;
	width: 294px;
	box-shadow: 0px 0px 6px 1px #CCC;
	background-color: #FFF;
}
#tuote_attachments h3
{
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 10px;
}
.product_attachment_single
{
	padding-left: 24px;
	background-image: url(../../img/base/icons/attach.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 15px;	
	font-size: 12px;
}
.product_attachment_single_desc
{
	font-size: 11px;
}
.product_attachment_single_desc p
{
	margin-top: 0px;
}

.other_image_row
{
	clear: both;
	padding-top: 18px;
}
.other_image_row:first-child
{
	padding-top: 0px;
}

a.other_image_single
{
	display: block;
	border: solid 1px #DDD;
	padding: 2px;
	float: left;
	margin-right: 25px;
	line-height: 0px;
}
a.other_image_single:last-child
{
	margin-right: 0px;
}
a.other_image_single img
{
	border: none;
}
#tuote_data
{
	width: 270px;
	float: left;
}
.tuotetable
{
	border: solid 1px #DDD;
	font-size: 13px;
	width: 270px;
	background-color: #FFF;
}
.tuotetable td
{
	border-bottom: solid 1px #DDD;
}
.tdata
{
	color: #1F7E2E;
}
#sharingbox
{
	float: right;
	width: 248px;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #F5F5F5;
	border: solid 1px #DDD;
	margin-bottom: 15px;
}
.addthis_button_compact
{
	color: #1E61A4;
	font-size: 13px;
	text-decoration: none;
}
.addthis_separator
{
	font-size: 13px;
}
.at300b
{
	padding: 0px 5px !important;
}
.at300m
{
	
}

.at15t_compact
{
margin-right: 11px !important;
}

#flashMessage
{
	width: 530px;
	padding: 15px;
	border: solid 1px #5AD757;
	background-color: #E7F2CE;
	font-size: 14px;
	margin-bottom: 15px;
}

.ok_list
{
	clear: both;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0px 0px 8px 1px #CCC;
	width: 800px;
}
.ok_list table
{
	width: 100%;
	font-size: 13px;
}
.ok_list table thead td
{
	font-weight: bold;
}
.ok_list table td
{
	border-bottom: solid 1px #DDD;
}
.ok_list table tr.even td
{
	background-color: #F0F0F0;
}
.kori_button
{
	display: block;
	/* padding: 5px 10px 5px 30px; */
	background-color: #EBEBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 35px;
	border-radius: 3px;
	background-image: url(../img/base/icons/delete.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: solid 1px #CCC;	
	height: 28px;
	width: 28px;
}
.kori_button:hover
{
	background-color: #FCE7C9;
}

.kori_button.remove
{
	float: left;
	background-image: url(../img/base/icons/delete.png);
}
.kori_button.add
{
	float: right;
	background-image: url(../img/base/icons/add.png);
}
.action_button
{
	font-size: 14px;
	display: block;
	float: left;
	padding: 8px 14px 8px 36px;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 35px;
	border-radius: 3px;
	background-image: url(../img/base/icons/delete.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	border: solid 1px #CCC;	
}
.action_button:hover
{

	background-color: #F2F2F2;
}
.action_button.empty_cart
{
	float: left;
	background-image: url(../img/base/icons/cart_delete.png);
}
.action_button.add_project_product
{
    margin-left: 5px;
	background-image: url(../img/base/icons/cart_put.png);
}
.action_button.to_cashier
{
	float: right;
	background-image: url(../img/base/icons/money.png);	
}
.action_button.to_ostoskori
{
	float: left;
	background-image: url(../img/base/icons/cart.png);
}
.action_button.confirm
{
	float: right;
	background-image: url(../img/base/icons/accept.png);
}
#ok_actions
{
	margin-top: 15px;
	width: 820px;
}

h3.linked_products_title
{
	font-size: 15px;
	margin-bottom: 3px;
}
h2.searchtitle
{
	font-size: 15px;
	margin-bottom: 3px;

}
.ok_list .single
{
	padding: 7px 0px;
	border-bottom: solid 1px #DDD;	
	overflow: auto;
}
.ok_list .single:last-child
{
	border-bottom: none;	
}
.single_yht
{
	width: 170px;
	float: left;
	clear: left;	
	font-size: 13px;
	padding-top: 6px;
}
.single_field
{
	float: right;
	text-align: left;
	width: 201px
}
.single_field input[type=text]
{
	width: 180px;	
	padding: 6px 7px;
	border: solid 1px #CCC;
}
.single_field #voucher_code_input
{
    width: 105px;
}
.single_field #voucher_code_input.success
{
}
.single_field #voucher_code_input.failed
{
}
.single_field #activate_voucher_code_button {
    background-image: none;
    padding: 4px 14px;
    float: right;
}
.single_field.success {
    float: right;
    padding-left: 19px;
    background: url(/img/base/icons/tick.png) no-repeat 0 0;
    font-size: smaller;
    color: green;
}
.single_field.failed {
    float: right;
    padding-left: 19px;
    background: url(/img/base/icons/exclamation.png) no-repeat 0 0;
    font-size: smaller;
    color: red;
}
.single_field.code_used {
    float: right;
    padding-left: 19px;
    background: url(/img/base/icons/exclamation.png) no-repeat 0 0;
    font-size: smaller;
    color: red;
}
label.error
{
	display: block;
	background-color: #FEE2E2;
	padding: 5px;
	font-size: 11px;
	border: solid 1px #FF0000;
	color: #810A0A;	
	margin-right: 4px;
	margin-top: 3px;
}
.toimitustavat
{
	padding-top: 7px;	
}
.toimitus_single
{
	padding-bottom: 12px;
	margin-bottom: 7px;
	border-bottom: dashed 1px #CCC;	
	font-size: 14px;
	font-weight: bold;
}
.toimitus_single:last-child
{
	border-bottom: none;	
}
.toimitustavat input[type=radio]
{
	position: relative;
	top: 1px;
}
.toimitus_price
{
	float: right;	
}
.toimitus_details
{
	font-weight: normal;
	color: #777;	
	font-size: 13px;
	padding-left: 25px;
	line-height: 17px;
}
label
{
	cursor: pointer;	
}

#etu_separator
{
	height: 25px;
	margin-bottom: 10px;
	border-bottom: solid 1px #DDD;	
}

/* project product */

#add_project_product_table {
    text-align: left;
}
#add_project_product_table tr th {
    border-bottom: solid 1px #DDD;
}
#add_project_product_table tr.project_product_row td {
    vertical-align: top;
    border-bottom: none;
}
.project_product_name {
    color: #2196F3;;
}
.add_project_product_input {
    width: 100%;
    border: 1px solid #ddd;
}
.add_project_product_input.price {
    width: 80px;
}
textarea.add_project_product_input,
textarea.add_project_product_input::-webkit-input-placeholder {
    font-family: arial, sans-serif;
    font-size: 13px;
}
.kori_button.save {
    float: right;
    width: 65px;
    background-image: url(../img/base/icons/cart_put.png);
    background-position: 4px 4px;
    text-align: right;
}
.cancel-project-product-link {
    float: right;
    margin-top: 9px;
    margin-right: 7px;
}
