/*
	This file contains project-specific CSS rules
*/
body
{
	background: #000 url("/images/e-foto_bg.png") top left repeat;
	background-attachment:fixed;
}

#main_block
{
	position: relative;
	margin: 0px auto 0 auto;
	width: 936px;
	color: #ccc;
}
a	{ color: #ccc;}
/*
========================================================================
MAIN BLOCK
========================================================================
*/
.header_block
{
	position: relative;
	overflow: hidden;
}

#contact_header_block
{
	padding-top: 155px;
}

#frontpage_header_block
{
	padding-bottom: 10px;
	height: 70px;
}
#not_logged_in_header_block
{
	height: 104px;
	margin-bottom: 50px;
}
#logged_in_header_block
{
	height: 70px;
	margin-bottom: 10px;
}
#top_block
{
	
}
#content_block
{
	margin: 0 70px;
}
/* 
======================================================================== 
HEADER BLOCK
========================================================================
*/
#logo_block
{
	position: absolute;
	top: 21px;
	left: 70px;
	width: 224px;
	height: 48px;
	background: url('/images/efoto_logo.png') no-repeat; 
}

#fake_logo_block
{
	position: absolute;
	top: 21px;
	left: 70px;
	width: 224px;
	height: 48px;
	cursor: pointer;
}

#language_block
{
	position: absolute;
	right: 70px;
	top: 30px;
	height: 31px;
	width: 130px;
}
.language_flag
{
	width: 31px;
	height: 32px;
	opacity: 0.35;
	float: right;
	cursor: pointer;
}

.language_flag_over
{
	width: 31px;
	height: 32px;
	opacity: 1;
	float: right;
	cursor: pointer;
}
.est_flag
{
	background: url("/images/est.jpg") no-repeat;
}
.eng_flag
{
	background: url("/images/eng.jpg") no-repeat;
}
.rus_flag
{
	background: url("/images/rus.jpg") no-repeat;
}
#active_language
{
	opacity: 1;
}

#infobar
{
	position: absolute;
	right: 320px;
	top: 30px;
	height: 30px;
	padding: 0px 10px 0px 10px;
}
.infobar_left_edge
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 30px;
	background: url("/images/infobar_left_edge.png") no-repeat;
}
.infobar_body
{
	color: #ccc;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: url("/images/infobar_body.png") no-repeat;
	padding: 0px 14px;
}
.infobar_body a
{
	text-decoration: none;
	color: #999;
}

.infobar_body a:hover
{
	text-decoration: none;
	color: #ffffff;
}

.infobar_body a#activeMenu
{
	text-decoration: none;
	color: #4f7bc6;
}

.infobar_right_edge
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 30px;
	background: url("/images/infobar_right_edge.png") no-repeat;
}

.right_side_padding
{
	padding-right: 20px;
}

/* Login box, mis asub Kontakti ülemises otsas */
.login_block
{
	position: relative;
	margin: 0 70px 10px auto;
	width: 184px;
}

.login_block_left_corner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background: url("/images/loginbox_left_corner.png") no-repeat;
}
.login_block_bottom_body
{
	height: 10px;
	background: url("/images/loginbox_bottom_body.png") repeat-x;
}
.login_block_right_corner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background: url("/images/loginbox_right_corner.png") no-repeat;
}
.login_block_body
{
	background: #060606 url("/images/loginbox_body.png") bottom repeat-x;
	color: #999;
}

#not_logged_in .login_block_body
{
	padding-top: 6px;

}
.login_block_bottom
{
	position: relative;
	padding: 0 10px;
}

.login_block .input_field
{
	width: 152px;
	margin: 0px 6px 7px 6px;
}
.login_block .input_field_body
{
	width: 152px;
}
.login_block .clean_input_field
{
	color: #999;
}

#login_block_username
{
	width: 154px;
	margin: 0px auto 0px auto;
	padding: 17px 0px 9px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana,sans-serif;
}

.bodyless_button,
.bodyless_button_over
{
	display: block;
	background: transparent;
	color: #999;
	border: none;
	padding: 0px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	font-family: Verdana,sans-serif;
	height: 16px;
}

.bodyless_button_over
{
	color: #ffffff;
}

.login_block_buttonbox a
{
	text-decoration: none;
	color: #999;
}

.login_block_buttonbox a:hover
{
	color: #ffffff;
	text-decoration: none;
}
.login_block_buttonbox
{
	font-size: 10px;
	font-weight: bold;
	color: #999;
	font-family: Verdana,sans-serif;
}

.login_block_buttonbox table
{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.login_block_buttonbox table td
{
	text-align: left;
	vertical-align: top;
	padding: 0;
}

.login_block_buttonbox table td.left_side
{
	padding-left: 5px;
}

.login_block_buttonbox table td.right_side
{
	padding-right: 5px;
	text-align: right;
}

.rounded_box
{
	position: relative;
	color: #ccc;
}
.rounded_box_body_bg{
	display: block;
	position: absolute;
	top: 10px;
	bottom: 7px;
	left: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}
.rounded_box_with_header_icon .rounded_box_body_bg{
	top: 25px;
}
.rounded_box_body_bg img{
	display: block;
	position: absolute;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
#telli_paberfotod
{
	width: 240px;
}

#your_account
{
	padding-left: 38px;
}

#sinu_kasutajakonto
{
	width: 240px;
}	
.rounded_corner_top
{
	height: 10px;
	padding: 0px 8px;
	position: relative;
	overflow: hidden;
}
.left_upper_corner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 8px;
	height: 10px;
	background: url("/images/rounded_left_upper_corner.png") no-repeat;
	overflow: hidden;
}
.upper_body
{
	height: 10px;
	background: url("/images/rounded_box_upper_bg.png") no-repeat;
	overflow: hidden;
}
.right_upper_corner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
	height: 10px;
	background: url("/images/rounded_right_upper_corner.png") no-repeat;
	overflow: hidden;
}
.rounded_corner_lower
{
	height: 7px;
	padding: 0px 11px;
	position: relative;
	overflow: hidden;
}
.left_lower_corner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 11px;
	height: 7px;
	background: url("/images/rounded_left_lower_corner.png") no-repeat;
	overflow: hidden;
}
.lower_body
{
	height: 7px;
	background: url("/images/rounded_box_lower_bg.png") no-repeat;
	overflow: hidden;
}
.right_lower_corner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 7px;
	background: url("/images/rounded_right_lower_corner.png") no-repeat;
	overflow: hidden;
}
.rounded_box_body
{
	/*margin-left: 1px;
	background: #010101;*/
	position: relative;
}

.help_box
{
	width: 236px;
}
.help_box_contents
{
	padding: 20px 32px;
}
.rounded_box_with_header_icon
{
	padding-top: 15px;
}
.rounded_box_with_header_icon .rounded_header_body
{
	padding-left: 25px;
}



.rounded_header_icon
{
	position: absolute;
	left: -38px;
	top: -25px;
	width: 70px;
	height: 70px;
	z-index: 2;
}



/* Esilehe asjad */
#camera_1
{
	background: url("/images/camera_icon_1.png") center center no-repeat;
}
#camera_2
{
	background: url("/images/camera_icon_2.png") center center no-repeat;
}
#keys_bundle
{
	background: url("/images/keys_bundle.png") center center no-repeat;
}
#photo
{
	background: url("/images/photo_bundle.png") center center no-repeat;
}
#frontpage_registration_form
{
	margin-top: 23px;
}

/* Styles for the fancy list */
.process_step_list
{
	list-style-image: url("/images/inactive_dot.png");
	font-size: 12px;
	font-family: Verdana,sans-serif;
	padding: 10px 0px 10px 25px;
	margin: 0;
}

.process_step_list .process_step_list_item_active
{
	list-style-image: url("/images/active_dot.png");
	color: #6699ff;
	cursor: pointer;
}

.process_step_list .process_step_list_item_active2
{
	list-style-image: url("/images/active_dot.png");
	cursor: pointer;
	color: #6699ff;
	font-weight: bold;
}

.process_step_list_item,
.process_step_list_item_active,
.process_step_list_item_active2
{
	padding-bottom: 10px;
}

.last_item
{
	padding-bottom: 0px;
}

#left_block
{
	float: left;
	width: 181px;
	border: 1px solid #707070;
}
#central_block
{
	width: 547px;
}
#right_block
{
	float: right;
	width: 181px;
	border: 1px solid #707070;
}


/* Ümmarguste nurkadega kasti pealkiri */
.rounded_header,
.rounded_header_over
{
	position: relative;
	margin: 0px 11px 10px 11px;
	height: 30px;
	padding: 0px 10px 0px 10px;
}
.rounded_header_left_edge
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 30px;
	background: url("/images/header_left_edge.png") no-repeat;
}
.rounded_header_body
{
	color: #cccccc;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: url("/images/header_bg.png") repeat-x;

}

.rounded_header_over .rounded_header_body
{
	color: #6699ff;
}
/* .rounded_header_body_with_icon
{
	padding-left: 48px;
} */
.rounded_header_right_edge
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 30px;
	background: url("/images/header_right_edge.png") no-repeat;
}


/* ümmarguste servadega sisestuskast */
.input_field
{
	position: relative;

	padding: 0px 10px;
	/* margin: 0px 25px; */

}
.clean_input_field
{
	background: transparent;
	color: #ccc;
	border: 0px;
	width: 100%;
	font-size: 14px;
	padding: 0px;
}
.input_field_left_edge
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;

}
.input_field_body
{
	color: #ccc;
	border: 0px;
}
.input_field_right_edge
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 28px;
	background: url("/images/input_field_right_edge.png") no-repeat;
}
.tall_input_field
{
	height: 28px;
	margin: 7px 25px 0px 25px;
	width: 152px;
}

.contact_input_field
{
	height: 28px;
	margin: 0;
	width: 200px;
}

.tall_input_field .input_field_left_edge,
.contact_input_field .input_field_left_edge
{
	height: 28px;
	background: url("/images/input_field_left_edge.png") no-repeat;
}
.small_input_field
{
	height: 23px;
}
.small_input_field .input_field_left_edge
{
	height: 23px;
	background: url("/images/small_input_field_left_edge.png") no-repeat;
}
.small_input_field .input_field_body
{
	height: 23px;
	background: transparent url("/images/small_input_field_body.png") repeat-x;
}

.small_input_field .clean_input_field
{
	padding-top: 2px;
	height: 21px;
	line-height: 20px;
	vertical-align: bottom;
}

.tall_input_field .input_field_body,
.contact_input_field .input_field_body
{
	background: transparent url("/images/input_field_body.png") repeat-x;
	height: 18px;
	padding: 5px 0px;
	/* width: 152px; */
}
.tall_input_field .clean_input_field,
.contact_input_field .clean_input_field
{
	height: 18px;
	/* line-height: 20px;
	vertical-align: bottom; */
}
.tall_input_field .input_field_right_edge,
.contact_input_field .input_field_right_edge
{
	height: 28px;
	background: url("/images/input_field_right_edge.png") no-repeat;
}
.small_input_field .input_field_right_edge
{
	height: 23px;
	background: url("/images/small_input_field_right_edge.png") no-repeat;
}

.user_login
{
	margin: 0;
	padding: 0;
}

/*  Ümar nupp, näiteks submit */
.buttonParent .rounded_button,
.buttonParentOver .rounded_button_over
{
	display: block;
}

.buttonParent .rounded_button_over,
.buttonParentOver .rounded_button
{
	display: none;
}

.rounded_button_over
{
	position: relative;
	padding: 0px 10px;
	height: 32px;
	cursor: pointer;
}

.rounded_button
{
	position: relative;
	height: 30px;
	padding: 1px 10px 1px 10px;
}
.button_left_edge
{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 10px;
	height: 30px;
	background: url("/images/header_left_edge.png") no-repeat;
}
.button_body
{
	color: #cccccc;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: url("/images/header_bg.png") repeat-x;

}

.button_right_edge
{
	position: absolute;
	right: 0px;
	top: 1px;
	width: 10px;
	height: 30px;
	background: url("/images/header_right_edge.png") no-repeat;
}

.clean_button
{
	display: block;
	background: transparent;
	border: 0px;
	color: #ccc;
	height: 32px;
	overflow: visible;
	cursor: pointer;
	margin: 0 auto;
}

.button_body .clean_button
{
	height: 30px;
}

.button_body_over .clean_button
{
	color: #6699ff;
}

.narrow_button
{
	margin: 9px 0 0 25px;
}
.button_left_edge_over
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 32px;
	background: url("/images/button_left_edge.png") no-repeat;
}
.button_body_over
{
	height: 32px;
	color: #6699ff;
	background: transparent url("/images/button_body.png") no-repeat;
	border: 0px;
	font-size: 14px;
	line-height: 32px;
}
.narrow_button .button_body
{
}
.button_right_edge_over
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 32px;
	background: url("/images/button_right_edge.png") no-repeat;
}
.wide_button
{
	width: 85px;
}
.wide_button .button_body
{
	width: 85px;
}

#registration_wide_button
{
	margin: 0 auto;
}

.ButtonTextTable
{
	border-collapse: collapse;
}

.ButtonTextTable td
{
	vertical-align: top;
}
.linkbox
{
	padding: 9px 0 10px 10px;
	width: 120px;
	font-size: 11px;
	font-family: Verdana,sans-serif;
}

.linkbox a
{
	display: block;
	text-decoration: none;
}

.linkbox a:hover
{
	text-decoration: underline;
}

/* contact block */
#requestForm
{
	table-layout: fixed;
	border-collapse: collapse;
	width: 796px;
	border-spacing: 0;
}

#requestForm td
{
	padding: 0;
	vertical-align: top;
}

#requestForm .contact_block
{
	padding-right: 10px;
}

#formRegister
{
	margin: 0 auto;
}

#formRegister td
{
	border-collapse: collapse;
	vertical-align: middle;
	padding: 0;
}

.contact_block_long
{
	width: 796px;
	margin: 20px auto;
}

.contact_block
{
	width: 550px;
}

.contact_block_help
{
	width: 236px;
}

.contact_table
{
	table-layout: fixed;
	border-collapse: collapse;

}
.contact_info
{
	width: 135px;
	line-height: 24px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 28px 0px 25px;
	font-family: Verdana,sans-serif;
}
.contact_picture
{
	width: 247px;
	padding: 0px 7px;
	vertical-align: top;
}
.contact_map
{
	padding: 0px 6px;
	vertical-align: top;
}
.contact_picture_title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-left: 13px;
	margin-top: 2px;
	margin-bottom: 14px;
	color: #ccc;
}
.contact_map_title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-left: 13px;
	margin-top: 2px;
	margin-bottom: 14px;
	color: #fff;
}

/* registreerimislehe stiilid */
.registration_form
{
	width: 550px;
}
.registration_labels
{
	width: 136px;
	text-align: right;
	padding-right: 16px;
}
.registration_fields
{
	width: 256px;
}
.registration_button
{
	width: 134px;
}
.registration_table
{
	table-layout: fixed;
	border-collapse: collapse;
}
.floated_div
{
	float: left;
	line-height: 23px;
}
#label_explanation
{
	vertical-align: bottom;
}

/* Tellimislehe stiilid */
/* protsessiriba stiilid */
#process_step_bar_container
{
	padding: 0;
}

#process_step_bar
{
	position: relative;
	height: 30px;
	padding: 3px 10px 7px 10px;
	margin: 0px auto;
}
#process_step_bar_left_edge
{
	position: absolute;
	width: 10px;
	height: 30px;
	left: 0px;
	top: 3px;
	background: url("/images/process_step_bar_left_edge.png") no-repeat;
}
#process_step_bar_right_edge
{
	position: absolute;
	width: 10px;
	height: 30px;
	right: 0px;
	top: 3px;
	background: url("/images/process_step_bar_right_edge.png") no-repeat;
}
#process_step_bar_body
{
	height: 30px;
	line-height: 30px;
	padding-left: 53px;
	font-size: 16px;
	background: url("/images/process_step_bar_body.png") no-repeat;
}
#process_step_bar_icon
{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 13px;
	top: 0px;
	z-index:2;
	background: url("/images/camera_icon_3.png") no-repeat;
}

#process_step_bar_table
{
	border-collapse: collapse;
	margin: 0 auto;
}

#process_step_bar_table.NoMarginAuto
{
	margin: 0;
}

#process_step_bar_container2
{
	padding: 0 0 20px 0;
}

#process_step_bar_table td
{
	padding: 0;
}

.process_step_bar_item,
.process_step_bar_item_last
{
	display: block;
	position: relative;
	height: 30px;
	padding-left: 26px;
	margin-right: 20px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana,sans-serif;
	text-decoration: none;
}

.process_step_bar_item:hover,
.process_step_bar_item_last:hover
{
	/*color: #4f7bc6;*/
	color: #ffffff;
}

.process_step_bar_item_last
{
	margin-right: 0px;
}

.process_step_bar_item_bubble
{
	display: block;
	position: absolute;
	width: 21px;
	height: 21px;
	top: 5px;
	left: 0;
	text-align: center;
	line-height: 18px;
	background: url("/images/process_step_bar_inactive_bubble.png") no-repeat;
}
#process_step_bar_active_item
{
	color: #4f7bc6;
}
#process_step_bar_active_item .process_step_bar_item_bubble
{
	color: #fff;
	background: url("/images/process_step_bar_active_bubble.png") no-repeat;
}


.message_box
{
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #4f7bc6;
}
#delivery_selection_table
{
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0px auto;
	padding: 0px;
	width: 796px;
	border-spacing: 0;
}
.rounded_box_delivery_selection,
.rounded_box_delivery_selection_over
{
	width: 184px;
	color: #999;
	margin: 0 0 15px 0;
	font-family: Verdana,sans-serif;
	cursor: pointer;
}

.rounded_box_delivery_selection_over
{
	color: #ffffff;
}

.rounded_box_delivery_selection .rounded_box_body,
.rounded_box_delivery_selection_over .rounded_box_body
{
	padding: 0px 15px 5px 15px;
}
.delivery_selection
{
	
}
.delivery_selection_container
{
	width: 184px;
	padding: 0;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

.delivery_selection_container_inner
{
	width: 184px;
	padding: 0 0 0 20px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
}

.delivery_selection_header
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}
#active_delivery_selection .delivery_selection_header
{
	text-transform: uppercase;
	color: #4f7bc6;
}

#active_delivery_selection
{
	color: #4f7bc6;
}
.location_picture
{
	display: block;
	text-align: center;
	margin: 14px auto 17px auto;
}
.location_pricelist
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 0px;
	text-align: left;
	font-size: 11px;
}
.location_pricelist td{
	vertical-align: top;
	padding: 0;
}
.location_pricelist .topPaddedRow td{
	padding: 5px 0px 0px 0px;
}
.formatRow{
	text-align: right;
}
.location_pricelist_header
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 0px;
}
.active_location_pricelist_size, .active_location_pricelist_texture, .active_location_pricelist_price
{
	font-weight: bold;
}

/* Tellimine 2 stiilid */
#picture_1
{
	background: url("/images/picture_1.png") center center no-repeat;
}
#vali_pildid
{
	height: 329px;
}
#vali_pildid .rounded_box_body
{
	position: relative;
	height: 312px;
}
#ordering_2
{
	padding: 0px;
	border-collapse: collapse;
	margin: 20px auto 0px auto;
	table-layout: fixed;
}

#ordering2_vali_pildid
{
	padding: 0px;
	width: 185px;
}

#ordering2_pildid
{
	width: 611px;
	padding: 0;
}

#ordering2_vali_pildid, #ordering2_pildid, #registration_form, #registration_help
{
	vertical-align: top;
}
#registration_form
{
	width: 550px;
}
#registration_help
{
	padding-left: 10px;
	width: 236px;
}
#ordering_2_picture_chooser{
	padding: 15px 0px 0px 16px;  /* Vasakul kastil on ikooni tõttu padding, see peab sama olema */
}
#ordering_2_picture_chooser .rounded_box_body
{
	min-height: 312px;
}
.vali_pildid_sisu
{
	font-size: 12px; /* PS'is 14pt */
	line-height: 18px;
	padding: 0px 25px;
}
#vali_pildid_bottom
{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px 25px;
	font-weight: bold;
	line-height: 23px;
}

#back
{
	position: absolute;
	height: 21px;
	left: 0px;
	top: 300px;
	line-height: 21px;
	padding-left: 24px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

#back .buttonPicture
{
	position: absolute;
	width: 21px;
	height: 21px;
	left: 0;
	top: 0;
	background: url("/images/back2.png") left center no-repeat;
}

#forward
{
	position: absolute;
	height: 21px;
	right: 3px;
	top: 300px;
	line-height: 21px;
	padding-right: 24px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

#forward .buttonPicture
{
	position: absolute;
	width: 21px;
	height: 21px;
	right: 0;
	top: 0;
	background: url("/images/forward2.png") no-repeat;
}
#ordering2_container_pildid{
	overflow: hidden;
	padding-left: 6px;
}
.ordering2_picture_container{
	width: 136px;
	height: 136px;
	padding: 0px 5px;
	padding-bottom: 19px;
	float: left;
}
.ordering2_picture_holder
{
	position: relative;
	width: 136px;
	height: 136px;
	cursor: pointer;
}

.ordering2_picture_holder .broken_image,
.ordering2_picture_holder .broken_image_static
{
	display: none;
}

.holder_over .broken_image,
.holder_delete .broken_image_static
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.holder_delete .broken_image{
	display: none;
}
.error_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 136px;
	height: 136px;
	display: none;
	background-color: #ff0000;
	opacity: 0.2;
}
.cropBox{
	position: absolute;
	display: none;
	background-color: #fafafa;
	opacity: 0.5;
}
.noFormatSelected .error_image{
	display: block;
}
.ordering2_picture_title{
	width: 136px;
	height: 19px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	overflow: hidden;
}

#ordering_3_container .ordering2_picture_title{
	height: 36px;
	line-height: 38px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}
.holder_delete .ordering2_picture_title{
	text-decoration: line-through;
	color: #666666;
}
.noFormatSelected .selectFormat .rounded_header_body,
.noFormatSelected .ordering2_picture_title
{
	color: #FF0000;
}
.broken_image
{
	width: 136px;
	height: 136px;
	background: url("/images/broken_image2.png") no-repeat;
}

.broken_image_static
{
	width: 136px;
	height: 136px;
	background: url("/images/broken_image3.png") no-repeat;
}

#buttonDeleteHidden
{
	display: none;
	cursor: pointer;
	margin-bottom: 0;
	height: 32px;
}

#buttonDeleteHidden .button_body_over
{
	color: #ff0000;
}
#buttonDeleteHidden .button_body
{
	color: #ff5555;
}

#loading
{
	display: none;
	height: 50px;
	margin: 0 auto;
	padding-top: 125px;
	text-align: center;
}

#choosePicturesSign
{
	padding: 115px 10px 0 10px;
}

#choosePicturesSignHolder
{
	height: 26px;
	width: 300px;
	padding-left: 34px;
	padding-top: 7px;
	background: url("/images/arrowToButton.png");
	font-size: 14px;
}

.blue
{
	color: #6699ff;
}

/* Tellimine 3 stiilid */
#vali_tahtaeg
{
	width: 185px;
}

.radio_button{
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: url("/images/radio_button.png") no-repeat;
	overflow: hidden;
}
.button_over .radio_button{
	background: url("/images/active_radio_button.png") no-repeat;
}
.button_active .radio_button{
	background: url("/images/active_blue_radio_button.png") no-repeat;
}

.radioButtonHolder{
	position: relative;
	padding-left: 28px;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	cursor: pointer;
	margin-bottom: 3px;
}
.radioButtonHolder.button_over{
	color: #ffffff;
}
.radioButtonHolder.button_active{
	color: #6699ff;
	cursor: default;
}
#orderFormats .radioButtonHolder.button_active{
	cursor: pointer;
}
.vali_tahtaeg_option_active .priceExpress,
.vali_tahtaeg_option_active .priceExpressEur
{
	color: #88bbff;
}

.vali_tahtaeg_option_active .radio_button_active,
.vali_tahtaeg_option_over .radio_button_over,
.vali_tahtaeg_option .radio_button
{
	display: block;
	margin: 0;
}

.vali_tahtaeg_option_active .radio_button_over,
.vali_tahtaeg_option_active .radio_button,
.vali_tahtaeg_option_over .radio_button,
.vali_tahtaeg_option_over .radio_button_active
{
	display: none;
	margin: 0;
}

.vali_tahtaeg_header
{
	padding: 5px 0px 10px 28px;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vali_tahtaeg_option_group
{
	padding-left: 28px;
	padding-bottom: 19px;
}

.priceExpress,
.priceExpressEur{
	color: #ffffff;
}
.button_active .priceExpress,
.button_active .priceExpressEur{
	color: #6699FF;
}
.vali_tahtaeg_option_group.gloss .mattPaper,
.vali_tahtaeg_option_group.gloss.normal .mattPaper,
.vali_tahtaeg_option_group.gloss.express .mattPaper
{
	display: none;
}

.vali_tahtaeg_option_group.matt .glossPaper,
.vali_tahtaeg_option_group.matt.normal .glossPaper,
.vali_tahtaeg_option_group.matt.express .glossPaper
{
	display: none;
}

.vali_tahtaeg_option_group.normal .priceExpress,
.vali_tahtaeg_option_group.normal .priceExpressEur
{
	display: none;
}

.vali_tahtaeg_option_group.express .priceStandart,
.vali_tahtaeg_option_group.express .priceStandartEur
{
	display: none;
}
.photoFormatPrice{
	width: 98%;
	table-layout: fixed;
	border-collapse: collapse;
}
.photoFormatPrice td{
	vertical-align: top;
	padding: 0;
}
.formatNameTd{
	width: 40%;
}
#small_pictures
{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#small_pictures.rounded_header,
#small_pictures.rounded_header_over
{
	padding-right: 40px;
}

#small_pictures .rounded_header_body
{
	font-size: 12px;
	padding-right: 30px;
}

.rounded_header_right_check{
	position: absolute;
	top: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url('/images/header_bg_with_check.png') no-repeat;
}
.ordering3_picture_options_container{
	position: relative;
	padding: 10px 10px;
}
#ordering_3_container{
	padding-top: 30px;
	overflow: hidden;
	padding-left: 3px;
}
.priceExpress,
.priceExpressEur{
	color: #ffffff;
	font-weight: bold;
}
.pictures .ordering2_picture_title,
.list .ordering2_picture_holder{
	display: none;
}
.selectionsRow{
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
}
.pictureSelections{
	position: absolute;
	height: 30px;
	top: 50%;
	left: 149px;
	right: 0;
	margin-top: -15px;
	overflow: hidden;
}
.pictureSelectionbox{
	float: left;
	height: 30px;
	margin-right: 2px;
}
.selectFormat{
	width: 120px;
	cursor: pointer;
}
.selectFormat .rounded_header{
	padding-right: 30px;
	padding-left: 10px;
	margin: 0;
}
.pictureSelectionbox .rounded_header_body{
	font-size: 11px;
	vertical-align: middle;
	line-height: 32px;
}
.selectFormat .rounded_header_right_check{
	right: 0;
}
.selectedPaper{
	width: 100px;
}
.selectQnt{
	width: 60px;
}
.selectedPrice{
	width: 73px;
}
.pictureSelector{
	width: 60px;
	cursor: pointer;
}
.selectedPaper .rounded_header,
.selectQnt .rounded_header,
.selectedPrice .rounded_header,
.pictureSelector .rounded_header{
	padding: 0;
	margin: 0;
}
.pictureSelector .rounded_header{
	padding-right: 10px;
}
.selectedPaper .rounded_header_body,
.selectedPrice .rounded_header_body{
	text-align: center;
}
.pictureSelector .rounded_header_body{
	padding-top: 8px;
	margin: 0;
}
.selectQnt  .rounded_header_body{
	padding-top: 7px;
}
.selectQnt input{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 28px;
	height: 15px;
	text-align: center;
	border: 1px solid #666666;
	font-size: 11px;
	font-family: Verdana;
}
.pictureSelector .rounded_header_xclose{
	width: 16px;
	height: 17px;
	margin-left: 20px;
	background: url('/images/close_delete.png') no-repeat;
}
.header_over .rounded_header_body{
	color: #6699ff;
}
#ChooseFormatBlock{
	position: absolute;
	width: 180px;
	right: 0px;
	top: 0px;
	z-index: 10;
	display: block;
}
#ChooseFormatBlock.Hidden{
	display: none;
}
#ChooseFormatBlock .rounded_header{
	margin:-6px 4px 0;
}
#ChooseFormatBlock .rounded_box_body{
	min-height: 50px;
}
.select_format,
.select_format_over,
.select_format_active{
	padding: 2px 0 0 2px;
	cursor: pointer;
	position: relative;
}
.formatCover,
.formatSelected{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: #6699ff;
}
.select_format_over .formatCover,
.select_format_active .formatSelected{
	display: block;
}
.formatCover{
	opacity: 0.3;
}
.formatSelected{
	opacity: 0.6;
}
.smallText{
	font-size: 10px;
}
.gloss .mattPaper,
.matt .glossPaper,
.normal .priceExpress,
.express .priceStandart,
.noFormatSelected .priceStandart,
.noFormatSelected .priceExpress{
	display: none;
}
.gloss .glossPaper,
.matt .mattPaper,
.normal .priceStandart,
.express .priceExpress{
	display: block;
}
.gloss .selectedPaper .glossPaper,
.matt .selectedPaper .mattPaper,
.normal .selectedPrice .priceStandart,
.express .selectedPrice .priceExpress,
.normal .photoFormatPrice .priceStandart,
.express .photoFormatPrice .priceExpress{
	display: inline;
}
#ChooseFormatBlockFormats
{
	padding: 2px 6px;
}

#ChooseFormatBlock .rounded_header_body
{
	font-size: 10px;
	letter-spacing: -1px;
}

#ChooseFormatBlock #ChooseFormatBlockFormats .select_format_hidden
{
	display: none;
}

#ordering_3_header,
#ordering_3_footer{
	color: #4f7bc6;
	text-align: right;
	padding: 0 10px;
}
#ordering_3_header{
	padding-right: 200px;
}
#ordering_3_header span,
#ordering_3_footer span{
	font-size: 14px;
}
.express .ExpressPrice,
.normal .StandartPrice{
	display: inline;
}
.normal .ExpressPrice,
.express .StandartPrice{
	display: none;
}

/* Tellimine 4 stiilid */

#contacts_table{
	table-layout: fixed;
	border-collapse: collapse;
	margin: 20px auto 0 auto;
	padding: 0px;
	width: 796px;
	border-spacing: 0;
}

#contacts_table td
{
	padding: 0;
}

#contacts_table .rounded_header_body
{
	padding-left: 0px;
}

#contacts_table .order_container{
	width: 339px;
	padding-right: 18px;
	vertical-align: top;
}

#contacts_table .contacts_container{
	width: 439px;
	vertical-align: top;
}

#rounded_box_order_339
{
	width: 339px;
}

#rounded_box_order_439
{
	width: 439px;
}

.order_info_tekst
{
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0 10px 10px 20px;
	padding: 0px;
	border-spacing: 0;
}

#contacts_table .order_info_tekst td
{
	padding: 1px 0 1px 0;
	font-size: 12px;
	text-transform: uppercase;
	height: 28px;
}

#contacts_table .order_info_tekst .white_tekst
{
	color: #ffffff;
	width: 150px;
	text-transform: none;
	padding-left: 10px;
}

#contacts_table .order_info_tekst .order_info150
{
	padding-left: 10px;
	width: 70%;
}

.buttonCofirmOrder
{
	margin: 0;
	cursor: pointer;
}

.buttonCofirmOrder .button_body,
.buttonCofirmOrder .button_body_over
{
	text-align: center;
}

#banks_table
{
	border-collapse: collapse;
	margin: 0 auto 20px 0;
	padding: 0;
	border-spacing: 0;
}

#banks_table td
{
	padding-right: 20px;
}

.bank_image,
.bank_image_over
{
	width: 88px;
	height: 31px;
	cursor: pointer;
	opacity: 0.5;
}

.bank_image_over
{
	opacity: 1;
}

.sampo
{
	background: url('/images/sampo.gif') no-repeat;
}

.seb
{
	background: url('/images/seb.gif') no-repeat;
}

.hansa
{
	background: url('/images/hansa.gif') no-repeat;
}

#error_div
{
	color: #ff0000;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
}

#payed_div
{
	color: #ffffff;
	font-size: 14px;
	padding: 75px 10px;
}

#payed_div a
{
	color: #ffffff;
	text-decoration: underline;
}

#payed_div_parent
{
	margin: 20px 0;
}
/* 
======================================================================== 
LEFT BLOCK
========================================================================
*/
#left_menu_block
{
	margin-bottom: 10px;
}
.left_menu_item
{
	height: 23px;
	border: 1px solid #000000;
	padding-left: 23px;
	cursor: pointer;
	background-color: #b0b0b0;
}
#left_menu_block a,
#left_menu_block a:hover,
#left_menu_block a:active,
#left_menu_block a:visited
{
	line-height: 23px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* 
======================================================================== 
CONTENT BLOCK
========================================================================
*/
#frontpage_picture
{
	width: 796px;
	height: 294px;
	margin: 0px auto 30px auto;
}
#frontpage_columns
{
	border-collapse: collapse;
}

#frontpage_columns td
{
	vertical-align: top;
}
/* 
======================================================================== 
RIGHT BLOCK
========================================================================
*/

/* 
======================================================================== 
CONTENT-ARTICLE TEMPLATE
========================================================================
*/
.content_text
{
	line-height: 12px;
	padding: 0 10px 10px 20px;
	overflow: hidden;
}
/* 
======================================================================== 
CONTENT-ARTICLE TEMPLATE
========================================================================
*/
.gallery_picture
{
	cursor: pointer;
}
/* 
======================================================================== 
CONTENT-CONTACTFORM TEMPLATE
========================================================================
*/
.contactForm
{
	margin: 0;
	padding: 0;
}

.contactFormLabel
{
	color: #999999;
}
td.contactFormLabel
{
	padding-bottom: 10px;
}

.contactFormErrorContainer
{
	text-align: center;
}

.contactFormError
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}

.contactFormTextArea
{
	display: block;
	color: #999999;
	border: 2px solid #333333;
	padding: 1px 10px;
	margin: 0;
	height: 96px;
	width: 196px;
	overflow: hidden;
	/*background: transparent url(/images/blank.gif);*/
	background: #111111;
	font-size: 14px;
}

.contactFormTextArea256
{
	width: 256px;
}

.messageSent
{
	padding: 50px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
/* 
======================================================================== 
FOOTER BLOCK
========================================================================
*/
#footer_block
{
	padding-top: 15px;
	padding-left: 100px;
}
#footer_block, 
#footer_block a,
#footer_block a:visited,
#footer_block a:hover,
#footer_block a:active
{
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
	color: #999999;
}

#footer_block a:hover
{
	color: #cccccc;
}
#footer_block a img
{
	vertical-align: middle;
}
.rssfeed
{
	margin-left: 5px;
}

#Uploader_2
{
	width: 165px;
	height: 145px;
	padding-top: 20px;
	margin: 0 auto;
}
