/*Yahoo! Inc. Reset and Base CSS files */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}table{/*border-collapse:collapse;border-spacing:0;*/}fieldset,/*img{border:0;}*/address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{/*border:1px solid #000;padding:.5em;*/}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


html {
	overflow-y: scroll;
	behavior:url("hover.htc");
}


body {
	background: #e5d2bc url(../gfx/header.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	

}

h1 { 
	color:#604021;
	font-size: 1.5em;
}

h2 {
	color:#604021;
	font-size: 1.3em;
}

h3 {
	color:#604021; 
	font-size: 1.2em;
}
  
h4 {
	color:#604021;
	font-size: 1.1em;
}

h5 {
	color:#604021;
	font-size: 1.0em;
}

h6 {
	color:#604021;
	font-size: 1.0em;
}

a:link {
	color:#bb182c;
	text-decoration: none;
}
a:visited {
	color:#bb182c;
	text-decoration: none;
}
a:focus {
	color:#bb182c;
	text-decoration: none;
}
a:hover {
	color:#d9be9e;
	text-decoration: underline;
}
a:active {
	color:#bb182c;
	text-decoration: none;
}


#main {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	font-size: 0.8em;
}

#header {
	float: left;
	height: 167px;
	width: 970px;
	background: url(../gfx/banner.jpg) top left no-repeat;	
}

#header img {
	float: left;
	margin-left: 10px;
	width: 400px;
	height: 155px;
	border: 0px;
}
#content {
	float: left;
	background: #e5d2bc url(../gfx/bg_fill.jpg) repeat-y top left;
	width: 970px;
}

#footer {
	float: left;
	background: #e5d2bc url(../gfx/footer.jpg) no-repeat top left;
	width: 970px;
	height: 168px;
}
#left {
	float: left;
	width: 190px;
	margin-left: 10px !important;
	margin-left: 5px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#right {
	float: left;
	width: 720px;
	padding: 10px 20px 10px 20px;
	min-height: 300px;
	text-align: left;
}

* html div#right { 
   height: expression( this.scrollHeight < 301 ? "300px" : "auto" ); /* sets min-height for IE */
   min-height: 333px; /* sets min-height value for all standards-compliant browsers */
}


#footer_inner {
	float: left;
	color:#cfaa84;
	width: 740px;
	margin-top: 95px;
	margin-left: 210px !important;
	margin-left: 105px;
	font-size: 0.85em;
}
#footer em {
	font-style:normal;
	font-weight:bold;
}
#footer_left {
	float: left;
	text-align:left;
}
#footer_right {
	float: right;
	text-align:right;
	padding-right: 15px;
}
#preload {
	position: absolute;
	top: -1000px;
}

#copyright {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.7em;
	color:#360309;
}

.align_left {
	float: left;
}

.align_right {
	float: right;
}

#copyright a {color: #360309;text-decoration:none;}
#copyright a:visited {color: #360309;}
#copyright a:hover {color: #be182d;}


/* Navigation */

.topic {
	background:#9d1425 url(../gfx/topic_fill.jpg) top left repeat-x;
	color:#e6be95;
	width: 179px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
}

.navigation {
	margin: 0px;
	width: 190px;
}

.navigation li  {
	list-style: none;
}

.navigation li a {
	display: block;
	color: #bb182c;
	width: 180px;
	padding: 5px 0px 5px 10px;
	background: url(../gfx/navigation_fill.jpg) repeat-y;
	border-bottom: 1px solid #dcc3a5;
	text-decoration: none;
}

.navigation li a span {
	background: url(../gfx/bullet.gif) left no-repeat;
	padding-left: 10px;
	margin-left: 3px;
}

.navigation li a:hover {
	color:#e6be95;
	background: url(../../gfx/navigation_fill_hover.jpg) repeat-y;
	
}

#account {
	float: right;
	color: #fff;
	margin-right: 20px !important;
	margin-right: 10px;
}

#account span {
	display: block;
	width: 100px;
	margin-top: 4px;
	text-align: right;
	padding-right: 30px;
	font-size: 1.3em;
	
}

#account span a {
	color: #fff;
	text-decoration: none;
}

#account span a:hover {
	color: #eec79e;
}

#account * {behavior:url(../gfx/iepngfix.htc);}


.kassalle {
	background: url(../gfx/icons/kassalle.png) no-repeat right;
}

.ostoskori {
	background: url(../gfx/icons/ostoskori.png) right no-repeat;
	behavior:url(../gfx/iepngfix.htc);
}

.tili {
	background: url(../gfx/icons/tili.png) right no-repeat;
	behavior:url(../gfx/iepngfix.htc);
}

.block-subscribe h2 {
}









/*
 * Sivumenu, dropdown
*/
#left ul.sivumenu,
.sivumenu li,
.sivumenu a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

.sivumenu ul {
	width: 150px;
	list-style: none;
}

.sivumenu li {
	position: relative;
	z-index: 9;
	float:left;
}
	
.sivumenu a {
	padding: 2px;
	width: 100%;
}

.sivumenu li>a { width:179px; }

.sivumenu li a.submenu {
}
.sivumenu .level0 .topic {
}
.sivumenu .level0 {
}

.sivumenu li.level0 ul {
	position: absolute;
	left: 164px;
	top: -14px;
}
.sivumenu li.level0>ul { left:164px; }
.sivumenu a:hover {
	color:#f00;
}



#left li.level0:hover { z-index:10; }
	
#left ul ul,
#left li:hover ul ul
{
	display:none;
}

#left li:hover ul,
#left li:hover li:hover ul
{
	display:block;
}









li.level0 a {
	display: block;
	color: #bb182c;
	width: 180px;
	padding: 5px 0px 5px 10px;
	background: url(../gfx/navigation_fill.jpg) repeat-y;
	border-bottom: 1px solid #dcc3a5;
	text-decoration: none;
}
li.level1 a {
	color: #bb182c;
	width: 180px;
	padding: 5px 0px 5px 10px;
	background: url(../gfx/navigation_fill.jpg) repeat-y;
	border-bottom: 1px solid #dcc3a5;
	text-decoration: none;
}

li.level1 {
	
}

.block-content,
#nav {
	margin: 0px;
	width: 190px;
	list-style-type: none;
}

.block-content li,
#nav li {
	list-style-type: none;
	display:block;
}


.block-content li a,
.block-content li.current,
#nav li a {
	display: block;
	color: #bb182c;
	width: 180px;
	padding: 5px 0px 5px 10px;
	background: url(../gfx/navigation_fill.jpg) repeat-y;
	border-bottom: 1px solid #dcc3a5;
	text-decoration: none;
}
/*
.block-content li a span,
#nav li a span {
	background: url(../gfx/bullet.gif) left no-repeat;
	padding-left: 10px;
	margin-left: 3px;
}
*/


.block-content li.level0 ul,
#nav li.level0 ul {
	position: absolute;
	left: 190px;
	top: 0px;
}
#nav li.level0>ul { left:189px; }
.block-content li.level0>ul { left:189px; }









/*
 * Sivumenu, dropdown
 */
#nav ul,
#nav li,
#nav a,
.block-content ul,
.block-content li,
.block-content a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

.block-content ul,
#nav ul {
	width: 150px;
	list-style: none;
}

.block-content li,
#nav li {
	position: relative;
	z-index: 9;
}

.block-content a,	
#nav a {
	padding: 2px;
	width: 100%;
}

#nav li>a { width:179px; }
.block-content li>a { width:179px; }

.block-content a:hover,
#nav a:hover {
	color:#e6be95;
	background: url(../gfx/navigation_fill_hover.jpg) repeat-y;
}

/*
 * 
 * Breadcrums
 * 
 * */

.breadcrumbs {
	margin-top: -11px;
	border-bottom: 1px dotted #888;
	padding:0;
}

.breadcrumbs ul {
	margin-left: 0px;
	margin-bottom:8px;
}

.breadcrumbs li {
	display: inline;
	list-style: none;
}

/* 
 * random tyylit
 */

fieldset
{
	border:0;
}

.products-grid a.product-image img {
	border:1px solid #8a101d;
}

.products-grid
{
	float:left
}
.sorter {
	clear:both
}

.block {
	margin-top: 3em;
}

.block-title {
	
}

.block-title h2 {
	background:#9d1425 url(../gfx/topic_fill.jpg) top left repeat-x;
	color:#e6be95;
	width: 179px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
}





.block-content li.current
{
	color:#333 !important;
}

.breadcrumbs span { position:relative; top:-1px}
.breadcrumbs li strong {font-weight:normal; color:#000;} 

fieldset.block-content {
	color: #bb182c;
	width: 180px;
	padding: 5px 0px 5px 10px;
	background: url(../gfx/navigation_fill.jpg) repeat-y;
	border-bottom: 1px solid #dcc3a5;
	text-decoration: none;
	text-align:left;
}



/*
 * katalogi tms sivu, /tuotteet/jouluun
 */

.category-products .pager {
	clear:both;
}

#products-grid-table {
	text-align: center;
	margin-left: 0px;
}
#products-grid-table td {
	padding:25px;
	width:250px;
}

#products-grid-table button {
}
/*.price-box {
	clear:right;
}*/
.description {
	clear:left;
	padding-top: 0.1em;
}
.add-to-links {
	display: none;
}

/*
 * Catalogi tyylejä
 */

.category-products {
	margin-top: 20px;
	padding-top: 10px;
}

.sorter {
	margin-top: 20px;
	float: left;
}

.sort-by {
	display: none;
}
/*
 * Formit
 */


fieldset {
	
}

fieldset li {
	list-style: none;
}

fieldset ul {
	margin: 0px;
}

.limiter label {
	margin-right: 20px;
}

.limiter {
	float: right;
	margin: 0;
}

/*
 * Vasen nappi
 */

#left button,
#right button, .button {
	border: 0px;
	padding: 2px 15px 2px 15px;
	margin: 5px 0px 5px 0px;
	background:#9D1425 url(../gfx/topic_fill.jpg) repeat-x scroll left top;
	color: #E6BE95;
	
}

.messages {
	margin:0;
	border-bottom: 1px dotted #888888;
}

.messages ul {
	margin: 0px 0px 20px 0px;
}

.messages li {
	list-style: none;
	font-weight: bold;
}

#right a img {
	border: 0;
}

#right img {
	
}

/*
 * Ostoskori taulu
 */

#shopping-cart-table {
	margin-top: 10px;
	margin-bottom: 20px;
}

#shopping-cart-totals-table {
	display: none;
}

.shipping {
	display: none;
}

.totals ul {
	margin: 40px 0px 0px 0px;
}

.totals ul li {
	list-style: none;
	
}

.totals ul li a {
	display: block; 
	width: 235px;
	padding: 5px 5px 5px 5px;
	background:#9D1425 url(../gfx/topic_fill.jpg) repeat-x scroll left top;
	color: #E6BE95;
}

.add-to-cart {
	margin-top: 20px;
}

.price {
	font-weight: bold;
}

.f-left {
	
}
.col-1,.col-2,.col-3,.col-4 {
	margin-top: 20px;
}

.col-1 ul,.col-2 ul,.col-3 ul,.col-4 ul {
	margin: 0px;
}

.col-1 ol,.col-2 ol,.col-3 ol,.col-4 ol {
	margin: 0px 0px 0px 0px;
}

.col-1 li,.col-2 li,.col-3 li,.col-4 li {
	list-style: none;
	margin-top: 20px;
}

.product-image img {
	border: 1px solid #888888;
}

#right td a img {
	border: 1px solid #888888;
}

.checkout-types {
	margin:0px;
}

.checkout-types li {
	list-style: none;
}

.step-title {
	padding: 4px 0px 4px 10px;
	background:#9d1425 url(../gfx/topic_fill.jpg) top left repeat-x;
	color: #E6BE95;
}

.step-title h3 {
	color: #E6BE95;
	margin: 0px;
}

.number {
	display: none;
}

.one-page-checkout {
	margin:0;
}

#checkoutSteps li {
	list-style: none;
}

.pages {
	float: left;
	margin-left: 185px !important;
	margin-left: 140px;
	margin-top: 2px;
	width: 100px;
}

.pages strong {
	margin: 0px 10px 0px 0px;
	float: left;	
}

.pages ol {
	margin: 0;
}

.pages ol li {
	display: inline;
}

.pager {
	float: left;
	width: 700px;
	padding: 5px 10px 5px 10px;
	background:#9d1425 url(../gfx/topic_fill.jpg) top left repeat-x;
	color: #E6BE95;
}

.amount {
	margin: 2px 0px 0px 0px;
	float: left;
}

#shopping-cart-table {border-collapse:collapse;}
#shopping-cart-table tr {
	margin: 0.5em;
}
#shopping-cart-table .odd, #shopping-cart-table .even {
	margin-bottom: 1em;
}
#shopping-cart-table .even {
	background-color: #f5eadd;
}
#shopping-cart-table .odd {
	background-color: #f0e6d8;
}
#shopping-cart-table tr, #shopping-cart-table td {
	padding: 8px;
}
#shopping-cart-table thead th {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
}
td.a-center, th.a-center {
	text-align: center;
}
td.a-center, th.a-center {
	text-align: center !important;
}
td.a-center img, .a-center a {
	border: 0 !important;
}

#shopping-cart-table tbody tr {border-bottom: 1px solid #dbd2c5;border-right: 1px solid #dbd2c5}
#shopping-cart-table thead .a-center {text-align:center;}

/*

.one-page-checkout { border-bottom:1px solid #ddd; position:relative; }
.one-page-checkout li.section { border:1px solid #ddd; border-bottom:0; }
.one-page-checkout .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.one-page-checkout .step-title .number { float:left; line-height:22px; margin-right:5px; }
.one-page-checkout .step-title h3 { float:left; }
.one-page-checkout .allow .step-title { cursor:pointer; }
.one-page-checkout .active {}
.one-page-checkout .active .step-title { background-color:#ccc; cursor:default; }
.one-page-checkout .step { border-top:1px solid #ddd; padding:10px; }
.one-page-checkout .order-review {}


.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

*/

.one-page-checkout li {cursor: default;}
.one-page-checkout li.allow .step-title {cursor: pointer;}
.one-page-checkout li.allow .step-title:hover {background:url(../gfx/topic_dark.jpg); background-repeat:repeat-x;}
.one-page-checkout li.section:hover {}


.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

.shipping-methods {}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }

/*
.col2-set .col-2 {float:left;clear:right;}
.col2-set .col-1 {float:left;}
*/

.name-middlename {
	display: none;
}

/*
#billing\:region {
	display: none;
	visibility: hidden;
}
*/

.side-col {
	display: none;
	visibility: hidden;
}

.category-title {
	display: none;
}

.success-msg {color:#090}
.one-page-checkout .col2-set {
	float:left;
}

.one-page-checkout .col-1 {
	float:left;
	padding-right: 1em;
}
.one-page-checkout .col-2 {
	float:left;
	border-left: 1px solid #888;
	padding-left: 1em;
}

.one-page-checkout .step-title {
	clear: both;
}
.one-page-checkout .required {
	color: #900;
}
#checkoutSteps .allow .step-title * {
	text-decoration: line-through;
}
#checkoutSteps .active .step-title * {
	text-decoration: underline;
}
.one-page-checkout .validation-advice {
	margin-bottom: 1em;
	color: #a00;
}

.one-page-checkout #checkout-review-table thead th {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
}


.one-page-checkout #checkout-review-table h4 {
	font-weight: normal;
}

.one-page-checkout #checkout-review-table .even
{
	background-color: #f5eadd;
}

.one-page-checkout #checkout-review-table .odd
{
	background-color: #f0e6d8;
}
.one-page-checkout #checkout-review-table tbody * {font-weight:normal;}

.a-right {text-align:right;font-weight:normal;}
.a-right strong {font-weight:bold; color: #090;}

.pager .pages a:link {
	color:#A18568;
}
.pager .pages a:visited {
	color:#999;
}

.regular-price {
	color: #ff2211;
	font-size: 1.2em;
}
.product-view .product-img-box {
	float: left;
	margin-right: 1em;
}
.product-view .product-shop {
	float: left;
}
.product-collateral {
	float: right;
	width:420px;
	margin-top:-15px;
}
.product-view .add-to-cart {
}
.clearer {clear:both;visibility:hidden;}



.level0 ul {display:none;visibility:hidden;}
.level0 ul li {display:none;visibility:hidden;}

.over ul li {display:block;visibility:visible;}

#my-orders-table th {
	text-align: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 0.5em;
	border-bottom: 1px solid #DBD2C5;
	background-color: #f5eadd;
}

#my-orders-table {	width:100%;}
#my-orders-table td {	padding: 6px;}

#my-orders-table .odd {
	background-color: #F0E6D8;
}
#my-orders-table tbody tr {
	border-bottom:1px solid #DBD2C5;
	border-right:1px solid #DBD2C5;
}

#my-orders-table {border-collapse:collapse;}
#my-orders-table tr {
	margin: 0.5em;
}
#my-orders-table .odd, #my-orders-table .even {
	margin-bottom: 1em;
}
#my-orders-table .even {
	background-color: #f5eadd;
}
#my-orders-table .odd {
	background-color: #f0e6d8;
}

.group-select {
	clear:left;
}
.group-select input {
	margin-right: 0.5em;
}
#billing-address-select {
	margin-bottom: 5px;	
}


.dashboard .col-1 {
	margin-right: 1em;
	width: 320px;
}
.dashboard .col2-set, .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	float:left;	
	width: 320px;
}

.error-msg, .error {
	display: none;
	visibilty: none;
}

#wrapper {
	float: left;
	width: 580px;
	font-size: 1.2em;
	text-align: left;
}

#sanoma {
	padding: 3px;
	font-size: 1.2em;
}

#chocolate img {
	float: left;
}

#valinnat {
	float: left;
	
}

#ajaxJuttu {
}

#valinnat input {
	float: left;
}
#valinnat p {
	float: left;
	font-size: 1.0em;
}

.product-shop .add-to-box label,/*.order-info*/.zoom ,.zoom-notice , .product-shop .add-to-cart input, .discount, .product-shop .add-to-cart legend, .block-layered-nav, .zoom-notice, .zoom, .short-description {
	visibility: hidden;
	display: none;	
}

.more-views ul {
	margin: 0px;
}

.more-views ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
}


#suklaapalat {
	float: right;
}
#valinnat {
	float: left;
	clear: left;
}
#valinnat #koko {
	display: inline;
}

.cleaner {
	clear:both;
}


#suklaapalat1 .odd, #suklaapalat1 .even {
	width: 47px;
	height: 47px;
	cursor:pointer;
}
#suklaapalat2 .odd, #suklaapalat2 .even {
	width: 47px;
	height: 47px;
	cursor:pointer;
}

#suklaapalat1 {
	float: right;
}
#suklaapalat2 {
	float: right;
}

.product-view .product-img-box { float:left; width:265px; }




.add-to-box {float:left;clear:left;}
.add-to-cart legend, .add-to-cart .qty, .add-to-cart label {display:none; visibility:hidden;}


/* Slideshow */

#slideshow {
	margin-top: 120px;
	margin-left: 20px;
   	position:relative;
    height:150px;
}

#slideshow A {
   	position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow A.active {
  	z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}

#juhlapaiva {
	position: relative;
	margin-bottom: -65px;
}



#tilaukseni .col-1 {
	float: left;
	margin-right: 42px;
	margin-bottom: 30px;
}

#tilaukseni .col-2 {
	float: left;
	margin-right: 42px;
	margin-bottom: 30px;
	height: 140px;
}

/* Ask form */

#kyselylomake fieldset {
    margin: 0;
    padding: 0;
    width: 100%;
    border-style: none;
    float: left;
}

#kyselylomake legend {
    margin-left: 1em;
    font-weight: bold;
}

#kyselylomake fieldset ol {
    list-style: none;
    padding-left: 15px;
    margin-left: 0em;
}

#kyselylomake fieldset li {
	list-style: none;
    float: left;
    clear: left;
    width: 100%;
    padding-top: 8px;
}

#kyselylomake fieldset.forms {
    padding-top: 0px;
    border-style: none;
}

#kyselylomake fieldset.forms ol {
    margin-left: -0.3em !important;
    margin-left: -2.7em;
}

#kyselylomake label {
    display: block;
    float: left;
    width: 130px;
    margin-right: 0;
    text-align: left;
    margin-left: -1em !important;
    margin-left: 1em;
    font-weight: bold;
    padding-bottom: 8px;
}

#kyselylomake .forms input {
    background-color: #e5d2bc;
    border: 1px solid #d8bd9f;
}

#kyselylomake .forms select {
    background-color: #e5d2bc;
    border: 1px solid #d8bd9f;
}

#kyselylomake .forms textarea {
    background-color: #e5d2bc;
    border: 1px solid #d8bd9f;
    width: 50%; 
    height: 140px;
}

#kyselylomake .submit   {
	border: 0;
	padding: 2px 15px 2px 15px;
	margin: 5px 0px 5px 0px;
	background:#9D1425 url(../gfx/topic_fill.jpg) repeat-x scroll left top;
	color: #E6BE95;
	margin-left: 128px;
	margin-top: 20px;
}

#kyselylomake .reset   {
    margin-left: 10px !important;
	margin-bottom: 15px;
}

#kyselylomake .reset:hover {
	background-color: #898a8c;
}




