
/** Yahoo reset CSS **/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a:link,
a:visited {
	text-decoration: none;
}
/** end reset **/




div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}




pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}











* html #products,
* html #cart_order,
* html #cart_nav,
* html #intro p {
	font-style: normal !important;
}



em {
	font-style: italic;
}

strong {
	font-weight: bold;
}



body {
	font-size: 62.5%;
	
	background-color: #000;
	/*background-image: url('../img/misty-forest-2.jpg');*/
	background-image: url('http://elevantcdn.appspot.com/isetehtud/misty-forest-2.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	
	font-family: Verdana, Arial, sans-serif;
}

	body.admin {
		background-image: none;
		background-color: #cecece;
	}


div.message {
	width: 960px;
	margin: 10px auto;
	padding: 10px 0;
	
	text-align: center;
	background-color: #fff;
	
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 30px;
	line-height: 30px;
}

	.ok.message {
		color: #429026;
	}

	.error.message {
		color: #c00;
	}



#container {
	/*margin-top: 20px;*/
	padding-top: 10px;
	
	background-color: #FEFEFE;
	border: 1px solid #CECECE;
	border-top: none;
}

	/*
	.home #container {
		opacity: .95;
	}
	*/
	
	.Rcontainer_12 {
		background-image: url('../img/12_col.gif');
		background-repeat: repeat-y;
	}
	
	#cart_info {
		text-align: right;
	}
	
		#cart_info.cart_full a {
			font-weight: bold;
			font-size: 12px;
		}
		
			#cart_info.cart_full a .a_inner {
				background-color: #ffa;
				text-decoration: underline;
				padding: 2px;
			}
	
		#cart_info a,
		#cart_info span.cart_empty {
			display: block;
			padding: 3px;
			color: #000;
			background-image: url('../img/icons/cart.gif');
			background-repeat: no-repeat;
			background-position: 25px 2px;
		}
		
			#cart_info span.cart_empty {
				text-decoration: none;
				background-position: 25px 0;
			}


	#header {
		/*
		margin: 50px 0 0 100px;
		width: 350px;
		*/
		text-align: center;
		height: 150px;
	}

		#header h1 {
			font-family: Georgia, serif;
			letter-spacing: -4px;
			font-size: 72px;
			font-style: italic;
			
			line-height: 62px;
			padding: 10px 10px 10px 10px;
		}
		
			#header h1 a {
				color: #000;
				text-decoration: none;
			}
		
		
			#header h1 span {
				font-size: 24px;
				letter-spacing: -1px;
			}


	#intro {
		
	}
	
		#intro p {
			padding: 15px;
		}
	
		#intro p,
		#intro a {					
			font-size: 12px;
			line-height: 20px;
			font-family: Georgia, serif;
			font-style: italic;
			color: #000;
		}
		
			#intro a {
				text-decoration: underline;
			}
		
			#intro p strong {
				font-weight: bold;
				font-style: italic;
			}
	
	#content_container {
		/*
		background-color: #fff;
		
		margin-top: 20px;
		
		Ropacity: .85;
		filter: alpha(opacity=85);
		zoom: 1;
		*/
		
		margin-top: 20px;
		padding-bottom: 20px;
		
	}	
	
	
	#cat_selection .category_spacer {
		height: 40px;
	}
	
	#cat_selection {
		/*margin: 20px 0 0 100px;*/
		margin-top: 20px;
	}
	
		.home #cat_selection {
			padding: 40px 0;
		}
	
		/*
		#cat_selection .cat {
			background-image: url('img/kuumaalused.jpg');
			background-repeat: no-repeat;
			background-position: 10% 10%;
			
			margin-top: 20px;					
		}
		
			#cat_selection .cat .cat_inner {
				padding-top: 120px;
				border: 1px solid #666;	
			}
		
				#cat_selection .cat  a h2 {
					font-size: 14px;
					
					color: #000;
					text-align: center;
					background-color: #fff;
					
					opacity: .8;
					filter: alpha(opacity=80);
					zoom: 1;
					
					padding: 5px;
					
					font-family: "Adobe Caslon Pro";
					font-size: 20px;
					font-style: italic;							
				}
				
					#cat_selection .cat  a:hover h2 {
						opacity: .9;
					}
		*/
		
		
		#cat_selection .cat_clear {
			height: 20px;
		}
		
		#cat_selection .cat {
			
		}

			#cat_selection .cat .cat_img {
				display: block;
				float: left;
				width: 220px;
			}


			#cat_selection .cat .cat_img h2 {
				background-color: #fff;
				color: #000;
				
				font-family: Georgia, serif;
				font-size: 14px;
				line-height: 14px;
				font-style: italic;

				padding: 15px 5px 5px 5px;

				margin-top: 160px;
			}
		
		
		
	
		
		#cat_selection .cat_nav {
			margin-top: 10px;
		}
		
			#cat_selection .cat_nav a h2 {				
				padding: 10px;
				
				text-align: center;
				
				background-color: #fff;
				color: #666;

				font-family: Georgia, serif;
				font-size: 16px;
				
				text-decoration: none;
				
				border-bottom: 1px solid #fff;
			}
			
				#cat_selection .cat_nav_active a h2,
				#cat_selection .cat_nav a:hover h2 {
					color: #000;
					border-bottom: 1px solid #ccc;
				}
		
				
				
			#cat_selection.cat_nav_links {
				color: #000;
				font-family: Georgia, serif;
				font-size: 16px;
				
				margin-top: 10px;
			}
			
				#cat_selection.cat_nav_links a {
					
				}
				
					#cat_selection.cat_nav_links a h2 {
						display: inline;
						
						color: #000;
						font-family: Georgia, serif;
						font-size: 16px;
						
						background-color: #fff;
						
						/*
						opacity: .85;
						filter: alpha(opacity=85);
						zoom: 1;					
						*/
						
						padding: 10px;
						
						text-decoration: none;
						
						border: 1px solid #ccc;
					}
					
						#cat_selection.cat_nav_links a:hover h2 {
							text-decoration: underline;
						}

	#products {
		margin-top: 20px;
	}
	
		#products .product_nav {			
			font-size: 40px;
			
			/*
			background-color: #000;
			
			opacity: .60;
			filter: alpha(opacity=60);
			zoom: 1;
			*/
			
			text-align: center;
		}
		
			#products .product_nav a {
				display: block;
				height: 240px;
				padding-top: 180px;
				
				color: #fff;
				text-decoration: none;
				
				/*background-color: #333;*/
			}




		#products.products_small .product {
			padding-bottom: 15px;
			border-bottom: 1px solid #666;
		}
		
			#products.products_small .product_lastrow {
				border-bottom: 1px solid #fff;
			}
		
		
			#products.products_small .product .product_img {
				display: block;				
				height: 180px;
				width: 300px;
			}
			
				#products.products_small .product .product_img:hover {
					
				}

			#products.products_small .product h3 {
				background-color: #fff;
				color: #000;
				
				/*	
				opacity: .85;
				filter: alpha(opacity=85);
				zoom: 1;
				*/
				
				font-family: Georgia, serif;
				font-size: 14px;
				line-height: 14px;
				font-style: italic;
				
				padding: 5px;
				padding-top: 15px;
			}
			
				#products.products_small .product h3 span {
					font-style: italic;
					color: #C9C9C9;					
				}
					
					#products.products_small .product span.product_price {
						font-family: Georgia, serif;
						font-style: italic;
						
						color: #000;
						float: left;
						font-size: 16px;
						line-height: 18px;
						margin-top: -4px;
					}

				#products .product_order_links {
					text-align: right;
					margin-top: 15px;
					color: #333;
					
					font-size: 10px;
					
				}
				
					#products .product_order_links a {
						color: #000;
						text-transform: uppercase;
						border-bottom: 1px dashed #333;
					}
					
						#products .product_order_links a:hover {
							border-bottom: 1px solid #333;
						}
						
						#products .product_order_links a.disabled {
							color: #ccc;
						}
					
					#products .product_order_links a.cart_add_link {
						background-color: #a1d29c;
						border: 1px solid #0d8800;
						-webkit-border-radius: 2px;
						-moz-border-radius: 2px;
						padding: 3px;
					}
					
						#products .product_order_links a.cart_add_link:hover {
							background-color: #86b980;
						}
						
						#products .product_order_links a.cart_add_link span {
							font-weight: bold;
							font-size: 12px;
						}
						
						#products .product_order_links a.cart_add_link.disabled {
							color: #888888;
						}


		#products .product_spacer {
			height: 50px;
		}


		.product_large {
			margin-top: 30px;
		}
		
			.product_large .product_img {
				display: block;	
				height: 180px;
				width: 300px;
			}
		
			.product_large h3 {
				font-family: Georgia, serif;
				font-size: 16px;
				line-height: 16px;
				font-style: italic;
			
				margin-bottom: 30px;
			}

				.product_large h3 span {
					font-style: italic;
					color: #C9C9C9;
				}
				
				.product_large .product_description {
					font-family: Georgia;
					font-size: 14px;
					line-height: 20px;
					
					height: 100px;
				}
			
			.product_img_nav {
				font-size: 13px;
				height: 20px;
				
				float: left;
			}
			
				.product_img_nav strong {
					font-weight: normal;
				}
				
				.product_img_nav div {
				}
				
				.product_img_nav a {
					color: #333;
					text-decoration: underline;
					
					display: block;
					float: left;
					margin-right: 4px;
					margin-top: -22px;
					
					background-color: #F2F2F2;
					border: 1px solid #DEDEDE;
					padding: 4px;
				}
			
			.products_large span.product_price {
				font-family: Georgia, serif;
				font-style: italic;
				
				color: #000;
				font-size: 16px;
				line-height: 18px;
				margin-top: -4px;
				margin-right: 10px;
			}



		#product_cat_nav {
			margin-top: 20px;
		}
		
			#product_cat_nav a {
				color: #666;
				font-size: 14px;
			}
			
				#product_cat_nav a:hover {
					color: #000;
				}
			
				#product_cat_nav .product_cat_nav_next {
					text-align: right;
				}



		/*
		#products .product {
			margin-bottom: 10px;
			padding-bottom: 10px;			
		}
		
				#products .product_img .main_img {
					width: 300px;
					height: 200px;
				}
			
			#products .product .product_desc {
				
			}
		
				#products .product .product_desc h3 {
					font-family: Georgia, serif;
					font-size: 18px;
				}
				
					#products .product .product_desc h3 span {
						font-style: italic;
						color: #666;
					}
							
		
				#products .product .product_desc_inner {
					
					background-color: #fff;

					opacity: .85;
					filter: alpha(opacity=85);
					zoom: 1;
					
					padding: 10px;
					height: 180px;
				}
				
					#products .product .product_desc_inner p {
						margin-top: 10px;
						
						height: 110px;
						
						font-size: 14px;
						line-height: 20px;
						font-family: Georgia, serif;
						font-style: italic;
					}
		
		
				#products .product .product_meta {
					margin-top: 20px;
				}
				
					#products .product .product_price {
						font-size: 16px;
						font-family: Georgia, serif;
						font-style: italic;
					}

			*/


.pagination {
	font-size: 14px;
	padding: 15px 10px 20px 10px;
}

.pagination_bottom {
	padding-top: 0;
	margin-top: -20px;
}

	.pagination a {
		color: #000;
				
		background-color: #F5F5F5;
		border: 1px solid #DEDEDE;
		border-bottom-color: #666;
		padding: 2px 4px;
	}
	
		.pagination a:hover {
			border-color: #666;
		}

	.pagination .pagination_back {
		float: left;
	}
	
	.pagination .pagination_fw {
		float: right;
	}



#product_addedit {
	margin-bottom: 40px;
	
	/*
	margin-left: 9px;
	border-left: 1px solid #ccc;
	*/
}

	#product_addedit #product_addedit_nav {
		
	}
		
		#product_addedit #product_addedit_nav a h2 {				
			padding: 10px;
		
			text-align: center;
		
			background-color: #fff;
			color: #666;

			font-family: Georgia, serif;
			font-size: 16px;
		
			text-decoration: none;
			border-bottom: 1px solid #fff;
		}
	
			#product_addedit #product_addedit_nav a.active h2,
	 		#product_addedit #product_addedit_nav a:hover h2 {
				color: #000;
				border-bottom: 1px solid #ccc;
			}
			
				#product_addedit #product_addedit_nav a.disabled h2 {
					color: #E8E6E6;
					border-bottom: 1px solid #fff;
				}


	#product_addedit form {
		margin-top: 30px;
		font-size: 14px;
		font-family: Georgia;
	}
	
		#product_addedit form.product_info div {
			padding: 20px 0;
		}
		
		#product_addedit form.product_info input,
		#product_addedit form.product_info textarea {
			padding: 6px;			
			font-size: 14px;
		}
		
			#product_addedit form.product_info textarea {
				width: 460px;
				line-height: 20px;
			}
		
		#product_addedit form .label {
			text-align: right;
		}
			
			#product_addedit form .label strong {
				font-weight: normal;
			}
		
			#product_addedit #product_name_input {
				width: 450px;
			}
			
			#product_addedit #price_quantity_cont input {
				margin-right: 20px;
			}
			
			#product_addedit #product_save_actions {
				text-align: right;
			}
		
		#product_addedit .product_images {
			margin-top: 60px;
		}
		
		
		#product_addedit .product_addedit_image_cont {
			padding: 20px 0;
		}
		
			#product_addedit .product_addedit_image_cont h2 {
				margin-bottom: 30px;
			}
		
			#product_addedit .product_addedit_image {
				height: 180px;
				background-color: #333;
				background-repeat: no-repeat;
			}

#product_listing {
	margin: 40px 0;
}

	#product_listing h2 {
		font-family: Georgia, serif;
		font-size: 16px;
		font-style: italic;
		
		margin-bottom: 30px;
	}
	
	#product_listing table .status_0 span,
	#product_listing table .status_1 span {
		padding: 5px;
	}
	
	
	#product_listing table .status_0 span {
		background-color: #FFB8B8;
	}
	
	#product_listing table .status_1 span {
		background-color: #B8FFC1;
	}


#admin_nav {
	margin: 40px 0;
}

	#admin_nav h2 {
		margin: 10px 0;
	}

	#admin_nav h2,
	#admin_nav h2 a {
		font-size: 14px;
		
	}
	
		#admin_nav h2 a {
			text-decoration: underline;
			color: #484848;
		}
	
	#admin_nav ul {
		margin-left: 15px;
	}
		
		#admin_nav ul li {
			margin: 3px 0 3px 0;
		}
	
	#admin_nav a {
		font-size: 11px;
		color: #484848;
		text-decoration: underline;
	}


#credit {
	padding: 5px;
	text-align: right;
}

	#credit a {
		color: #333;
	}


#cart_nav {
	margin: 40px 0 30px 0;
}

	#cart_shoplink a {
		color: #666;
		font-family: Georgia, serif;
		font-size: 14px;
		border-bottom: 1px dashed #666;
	}
	
		#cart_shoplink a:hover {
			color: #000;
		}
	
		#cart_shoplink.thanks_shoplink {
			margin-bottom: 30px;
		}
	
	#cart_nav h2 {
		font-family: Georgia, serif;
		font-size: 16px;
		font-style: italic;
	}


#cart_updated {
	margin: 40px 0 30px 0;
	padding: 10px 0;
	border-top: 1px solid #0d8800;
	border-bottom: 1px solid #0d8800;
	
	font-size: 14px;
}

	#cart_updated h2 {
		font-family: Georgia, serif;
		font-size: 16px;
		font-weight: bold;
		display: inline;
		
		background-color: #ffa;
		padding: 2px 4px;
	}
	
	#cart_updated a {
		color: #000;
		text-decoration: underline;
		padding: 2px;
	}


#cart_notification {
	
}

	#cart_notification h3 {
		font-family: Georgia, serif;
		font-size: 16px;
		
		text-align: center;
		
		padding: 10px 0;
		
		border-top: 1px solid #0d8800;
		border-bottom: 1px solid #0d8800;
	}
	
	#cart_notification a {
		color: #000;
		border-bottom: 1px solid #666;
		background-color: #ffa;
		padding: 2px;
	}


#cart_order {
	margin: 30px 0;
}

	#cart_order table {
		width: 99%;
		font-size: 12px;
	}
	
		#cart_order table .submit_row td {
			padding-top: 18px;
			padding-bottom: 18px;
			text-align: right;
		}
		
			#cart_order table .submit_row td input {
				margin-left: 10px;
			}
			
			#cart_order table .submit_row td input.cart_next_button {
				font-weight: bold;
				text-transform: uppercase;
			}
	
		#cart_order table .sum_row td {
			background-color: #F9F9F9;
		}
	
			#cart_order table .sum_row span {
				display: block;
				font-size: 10px;
				font-style: italic;
				color: #666;
			}


	#cart_order .cart_quantity {
		
	}
	
		#cart_order .cart_quantity input {
			padding: 5px;
			margin-right: 3px;
			width: 20px;
		}

		#cart_order .cart_quantity span {
			font-size: 9px;
			font-style: italic;
			color: #666;
		}


#cart_customer_info {
	margin-top: 50px;
	font-size: 14px;
	font-family: Georgia;
}


	#cart_customer_info .customer_fields div.clear {
		padding: 10px 0;
	}

	#cart_customer_info .customer_fields input,
	#cart_customer_info .customer_fields textarea {
		padding: 6px;			
		font-size: 14px;
		width: 365px;
	}

		#cart_customer_info .customer_fields textarea {
			line-height: 20px;
		}

	#cart_customer_info .customer_fields .label {
		text-align: right;
	}
	
	#cart_customer_info .submit_cont {
		margin-top: 15px;
		text-align: right;
	}
	
		#cart_customer_info .submit_cont input {
			margin-left: 10px;
		}





#cart_help_text {
	
}

	#cart_help_text p {
		padding: 5px;
		font-size: 12px;
		line-height: 20px;
		font-family: Georgia, serif;
	}
	
		#cart_help_text p strong {
			font-weight: bold;
			font-style: italic;
		}


#order_listing {
	padding: 30px 0;
}

	#order_listing h2 {
		font-family: Georgia, serif;
		font-size: 16px;
		font-style: italic;
		
		margin-bottom: 30px;
	}


#order_view {
	padding: 40px 0;
	
	font-size: 12px;
}

	#order_view h2 {
		font-family: Georgia, serif;
		font-size: 16px;
		font-style: italic;
	}

#order_view .order_customer_info {
	padding: 30px 0;
}

	#order_view .order_customer_info p {
		padding: 10px 20px;
	}
	
	#order_view .order_products table {
		width: 99%;
	}

		#order_view .order_products table .sum_row td {
			background-color: #F9F9F9;
		}

#order_view .order_status {
	padding: 30px 0;
	text-align: right;
}

	#order_view .order_status select {
		margin-right: 30px;
	}


#login {
	padding: 60px;
	font-size: 14px;
}

	#login input {
		padding: 6px;			
		font-size: 14px;
	}

	
#thanks {
	font-size: 14px;
	font-family: Georgia, serif;
	margin: 20px 0;
}

	#thanks h2 {
		font-size: 36px;
	}
	
	#thanks p {
		padding: 30px 0;
		line-height: 25px;
	}




table.generic_styled {
	font-size: 11px;
}

	table.generic_styled th,
	table.generic_styled td {
		padding: 7px 10px;
	}

		table.generic_styled th.wide,
		table.generic_styled td.wide,
		table.generic_styled.wide th,
		table.generic_styled.wide td {
			padding: 7px 20px;
		}

		table.generic_styled .spacer_column {
			width: 60px;
		}


	table.generic_styled th,
	table.generic_styled th a,
	table.generic_styled th abbr {
		text-align: left;
		font-family: Georgia, Garamond, "Times New Roman", serif;
		font-size: 13px;
		color: #0a3b5a;
		font-weight: normal;
	}

		table.generic_styled thead th {
			border-bottom: 3px double #ddd;
		}

		table.generic_styled th.sectiondivider {
			padding-top: 30px;
			padding-bottom: 10px;
			border-bottom: 1px dotted #ccc;
			font-size: 18px;
		}

	table.generic_styled tbody td,
	table.generic_styled tbody th {
		border: none;
		border-bottom: 1px solid #ddd;
	}

		table.generic_styled tbody th {
			font-size: 14px;
		}
 

	table.generic_styled tbody tr.highlight td,
	table.generic_styled tbody tr.highlight th 
	{
		background-color: #F0F4FF;
	}

	table.generic_styled .right,
	table.generic_styled .right th,
	table.generic_styled th.right {
		text-align: right;
	}

	table.generic_styled .left,
	table.generic_styled .left th,
	table.generic_styled th.left {
		text-align: left;
	}

	table.generic_styled .center,
	table.generic_styled .center th,
	table.generic_styled th.center {
		text-align: center;
	}

