/* Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Screen */

body {
    background: #000 url(../images/bg.jpg) 0 98px repeat-x;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
}

#frontContent h1 {
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

h1, h2, h3, h4, h5 {
    color: #fff;
}

h1 {
    font-size: 37px;
    font-weight: normal;
    padding: 0 0 15px 0;
    line-height: 40px;
}

h1.productHeader {
    padding-bottom: 0;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    margin: 6px 0 15px 0;
    line-height: 28px;
    clear: both;
}

h2.listingMainHeader {
    font-size: 37px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 40px;
    clear: both;
}

h2.listingHeader {
    margin: 15px 0 15px 0;
    clear: both;
}

#sideColumn h1,
#sideColumn h2,
#sideColumn h3,
#sideColumn h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin: 4px 0 15px 0;
    padding: 0;
    line-height: 21px;
    clear: both;
}

h3 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin: 4px 0 15px 0;
    line-height: 21px;
    clear: both;
}

h4 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 6px 0 15px 0;
    clear: both;
}

a {
    color: #d6721c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.contentInnerBox a:hover {
    color: #000;
    text-decoration: none;
}

a.active {
    color: #000;
}

p {
   margin: 0px 0 15px 0;
}

ul, ol {
    display: inline-block;
    margin: 0 0 15px 0;
    display: block;
    overflow: hidden;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
}

ul {
    padding-left: 16px;
    list-style-type: disc;
}

li {
    padding-bottom: 4px;
}

#logo img {
    margin-top: 15px;
}

#header {
    position: relative;
    width: 100%;
    height: 96px;
}

#container {
    margin: 0 auto;
    width: 940px;
}

/* Frontpage */

#frontContent #topTeaser {
    background: transparent url(../images/frontpage_main.jpg) 0 0 no-repeat;
    width: 940px;
    height: 326px;
    position: relative;
}

#frontContent #mainColumn {
    background: transparent url(../images/bg_recipecaruselbox.png) 0 0 no-repeat;
    width: 580px;
    height: 350px;
    float: left;
    position: relative;
}

/* Subpage */

#subContent #topTeaser {
    background: transparent url(../images/bg_toparea.png) 0 0 no-repeat;
    width: 940px;
    height: 160px;
}

#topTeaser h2 {
    color: #fff;
    padding: 60px 0 0 45px;
    font-size: 37px;
    margin: 0;
    /*line-height: 160px;*/ /* Problem with Cufon*/ 
}

#subContent #mainColumn {
    width: 580px;
    float: left;
}

/* Sidebar */

#sideColumn {
    float: right;
    width: 340px;
}

/* Footer */

#footer {
    clear: both;
    position: relative;
    height: 60px;
    padding-top: 30px;
}

#footer p {
    float: left;
    font-size: 11px;
}

#footerLogo {
    float: right;
    position:relative;
    top: -20px;
}

#footerLogoKikkoman {
    position: relative;
    left: -32px;
    top: 3px;
}

/* Navigation */

#navigation {
    position: absolute;
    right: 0;
    top: 0;
}

#navigation ul,
#navigation li,
#subNavigation ul,
#subNavigation li {
    padding:0;
    margin:0;
    list-style-type: none;
}

#navigation a {
    display: block;
    margin-left: 6px;
    text-indent: -5000px;
}

#navigation li {
    float: left;
}

#navigation a#frontpage {
    background: transparent url(../images/navielement.png) 0 0 no-repeat;
    width: 52px;
    height: 85px;
}

#navigation a#frontpage.active,
#navigation a#frontpage:hover {
    background-position: 0 -85px;
}

#navigation a#products {
    background: transparent url(../images/navielement.png) -52px 0 no-repeat;
    width: 102px;
    height: 85px;
}

#navigation a#products.active,
#navigation a#products:hover {
    background-position: -52px -85px;
}

#navigation a#recipes {
    background: transparent url(../images/navielement.png) -154px 0 no-repeat;
    width: 91px;
    height: 85px;
}

#navigation a#recipes.active,
#navigation a#recipes:hover {
    background-position: -154px -85px;
}

#navigation a#sushikoulu {
    background: transparent url(../images/navielement.png) -440px 0 no-repeat;
    width: 115px;
    height: 85px;
}

#navigation a#sushikoulu.active,
#navigation a#sushikoulu:hover {
    background-position: -440px -85px;   
}

#navigation a#kikkoman {
    background: transparent url(../images/navielement.png) -245px 0 no-repeat;
    width: 102px;
    height: 85px;
}

#navigation a#kikkoman.active,
#navigation a#kikkoman:hover {
    background-position: -245px -85px;
}

#navigation a#feedback {
    background: transparent url(../images/navielement.png) -349px 0 no-repeat;
    width: 91px;
    height: 85px;
}

#navigation a#ajankohtaista {
    background: transparent url(../images/navielement.png) -555px 0 no-repeat;
    width: 140px;
    height: 85px;
}

#navigation a#ajankohtaista.active,
#navigation a#ajankohtaista:hover {
    background-position: -555px -85px;
}


#navigation a#feedback.active,
#navigation a#feedback:hover {
    background-position: -349px -85px;
}

/* Sub navigation */

#subNavigation {
    background: #1A1A1A;
}

#subNavigation .top,
#subNavigation .bottom {
    height: 2px;
    font-size: 1px;
    line-height: 2px;
}

#subNavigation .top {
    background: transparent url(../images/subnavielement_tobbottom.png) 0 0 no-repeat;
}

#subNavigation .bottom {
    background: transparent url(../images/subnavielement_tobbottom.png) 0 -2px no-repeat;
}

#subNavigation a {
    background: #000 url(../images/subnavielement.png) 1px 0 no-repeat;
    width: 323px;
    height: 48px;
    display: block;
    line-height: 48px;
    margin-left: 1px;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
}

#subNavigation a.active,
#subNavigation a:hover {
    background-position: 1px -48px;
}

/* Tabs */

#recipeTabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

#recipeTabs li {
    float: left;
    padding: 0;
    margin: 0;
}

#recipeTabs a {
    text-indent: -5000px;
    display: block;
}

#recipeTabs a#tabRecent {
    background: transparent url(../images/bg_recipetabs.png) 0 0 no-repeat;
    width: 166px;
    height: 49px;
    margin-right: 20px;
}

#recipeTabs a#tabRecent.active,
#recipeTabs a#tabRecent:hover {
    background-position: 0 -49px;
}

#recipeTabs a#tabPopular {
    background: transparent url(../images/bg_recipetabs.png) -166px 0 no-repeat;
    width: 166px;
    height: 49px;
    margin-right: 20px;
}

#recipeTabs a#tabPopular.active,
#recipeTabs a#tabPopular:hover {
    background-position: -166px -49px;
}

#recipeTabs a#tabSelected {
    background: transparent url(../images/bg_recipetabs.png) -332px 0 no-repeat;
    width: 166px;
    height: 49px;
}

#recipeTabs a#tabSelected.active,
#recipeTabs a#tabSelected:hover {
    background-position: -332px -49px;
}

/* Misc */

div.object-left {
    margin: 0.5em 1em 1em 0;
    float: left;
    clear: left;
}

div.object-right {
    margin: 0.5em 0 1em 1em;
    float: right;
    clear: right;
}

.nextprev {
    margin-bottom: 0;
}

.clearfix:after {
    content: ".";
    clear:both;
    display:block;
    visibility:hidden;
    height: 0;
}

.next {
    float: right;
}

.prev {
    float: left;
}

.noMargin {
    margin: 0 !important;
}

.clearBoth {
    clear: both;
}

.boxArea {
    margin-top: 20px;
}

.contentMargin {
    padding: 20px;
}

/* Boxes */

/** Static **/
.staticBox {
    background: transparent url(../images/bg_staticbox.png) 0 0 no-repeat;
    height: 165px;
    color: #fff;
}

.staticBox .contentMargin {
    padding: 20px;
    overflow: hidden;
    height: 105px;
}

/** Dynamic **/

.dynamicBox {
    color: #fff;
}

.dynamicBox .top,
.dynamicBox .bottom {
    height: 3px;
    font-size: 1px;
    line-height: 3px;
}

.dynamicBox .top {
    background: transparent url(../images/bg_dynbox_topbottom.png) 0 0 no-repeat;
}

.dynamicBox .bottom {
    background: transparent url(../images/bg_dynbox_topbottom.png) 0 -3px no-repeat;
}

.dynamicBox .contentMargin {
    background: #191919 url(../images/bg_dynbox.png) 1px 0 no-repeat;
    min-height: 120px;
}

/** Content **/

#recipeListing {
    margin-top: -18px;
}

.contentInnerBox {
    color: #000;
}

.contentInnerBox h1, 
.contentInnerBox h2, 
.contentInnerBox h3, 
.contentInnerBox h4, 
.contentInnerBox h5 {
    color: #000;
}

.contentInnerBox .innerTop,
.contentInnerBox .innerBottom {
    height: 3px;
    font-size: 1px;
    line-height: 3px;
}

.contentInnerBox .innerBottom {
    background: transparent url(../images/bg_contentwhitebox_topbottom.png) 0 -3px no-repeat;
}

.contentInnerBox .innerTop {
    background: transparent url(../images/bg_contentwhitebox_topbottom.png) 0 0 no-repeat;
}

.contentInnerBox .innerContent {
    background: #fff;
    padding: 24px;
}

.contentInnerBox .innerBottom {
    background: transparent url(../images/bg_contentwhitebox_topbottom.png) 0 -3px no-repeat;
    height: 3px;
    font-size: 1px;
    line-height: 3px;
}

.contentBox .top {
    background: transparent url(../images/bg_contentbox_topbottom.png) 0 0 no-repeat;
    height: 20px;
    font-size: 1px;
    line-height: 20px;
}

.contentBox .bottom {
    background: transparent url(../images/bg_contentbox_topbottom.png) 0 -53px no-repeat;
    height: 37px;
    font-size: 1px;
    position: relative;
}

.contentBox .content {
    background: #181818 url(../images/bg_contentbox.png) 1px 0 no-repeat;
    padding:  0 21px 21px 21px;
}

#shareContentButton {
    position: absolute;
    bottom: 10px;
    display: block;
    height: 16px;
    width: 166px;
    left: 20px;
}

/** Content lists **/

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

.listing li {
    width: 230px;
    display: block;
    float: left;
    padding: 2px 10px 2px 1px;
    margin: 0;
}

#productInformation {
    position: relative;
}

/* Image frames */

/** Recipes **/

.recipeImage {
    float: right;
    margin: 0 0 10px 25px;
    position: relative;
    z-index: 999;
    font-size: 1px;
    line-height: 0;
}

.recipeImage div {
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    display: block;
    z-index: 9999;
    background: #fff;
    line-height: 0;
}

.recipeImage .topLeft {
    top: 0;
    left: 0;
}

.recipeImage .topRight {
    top: 0;
    right: 0;
}

.recipeImage .bottomLeft {
    bottom: 0;
    left: 0;
}

.recipeImage .bottomRight {
    bottom: 0;
    right: 0;
}

.recipeFrame {
    float: left;
    margin: 0 20px 0 0;
    padding-bottom: 8px;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.recipeFrame p,
.productFrame p {
    padding-top: 8px;
    text-align: center;
    width: 158px;
}

.recipeFrame a,
.productFrame a {
    color: #fff;
}

.recipeFrame div {
    position: absolute;
    width: 158px;
    height: 129px;
    display: block;
    overflow: hidden;
    top: 4px;
    left: 4px;
    z-index: 998;
}

.recipeFrame a.frame {
    position: relative;
    z-index: 999;
    background: transparent url(../images/frame_recipe_image.png) 0 0 no-repeat;
    width: 166px;
    height: 137px;
    display: block;
}

/** Products **/

.productContent {
    position: relative;
}

.productImage {
    float: left;
    width: 160px;
    margin: 5px 20px 20px 0;
    text-align: center;
}

.productFrame {
    background: transparent url(../images/bg_product.png) 0 0 no-repeat;
    float: left;
    margin: 0 20px 0 0;
    padding-bottom: 8px;
    position: relative;
    height: 240px;
    width: 166px;
    overflow: hidden;
}

.productFrame a.frame {
    position: relative;
    z-index: 999;
    background: transparent url(../images/bg_productstatus.gif) 4px 4px no-repeat;
    width: 166px;
    height: 190px;
    display: block;
}

.productFrame a.frame:hover,
.productFrame a.active {
    background-image: url(../images/bg_productstatus_active.gif);
}

.productFrame .image {
    position: absolute;
    width: 166px;
    height: 190px;
    display: block;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 998;
    text-align:center;
}

.productFrame .image img {
    padding-top: 18px;
}

/** Overlays **/

.downloadPDF  {
    background: transparent url(../images/overlay_download_pdf.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    text-indent: -5000px;
    z-index: 9999;
}

.newRelease  {
    background: transparent url(../images/overlay_new_release.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    text-indent: -5000px;
    z-index: 9999;
}

.moreInformation  {
    background: transparent url(../images/overlay_more_info.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 81px;
    height: 80px;
    text-indent: -5000px;
    z-index: 9999;
}

.otherRecipes  {
    background: transparent url(../images/overlay_other_recipes.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 81px;
    height: 80px;
    text-indent: -5000px;
    z-index: 9999;
}

/** Download **/

.downloadFile {
    float: left;
    margin: 0 20px 0 0;
    width: 166px;
    height: 240px;
}

.downloadImage {
    overflow: hidden;
    position: relative;
    width: 166px;
    height: 190px;
}

.downloadFile p {
    margin-top: 8px;
    text-align: center;
}

.downloadFile a {
    color: #fff;
}

/* Form */

textarea,
input {
    font-size: 12px;
    font-family: Arial;
}

.contactForm label {
    display: block;
    padding-bottom: 3px;
}

.contactForm .textField {
    float: left;
    width: 235px;
    height: 50px;
    margin: 0 20px 10px 0;
}

.contactForm .textField  input {
    width: 228px;
}

.contactForm .textArea textarea {
    width: 485px;
    height: 100px;
    margin-bottom: 15px;
}

.formButton {
    width: 110px;
    height: 31px;
    display: block;
    text-indent: -5000px;
    border: 0;
    cursor: pointer;
}

#buttons {
    margin-top: 30px;
    float: right;
}

#formSubmit {
    background: #fff url(../images/btn_sendcancel.png) 0 0 no-repeat;
    float: left;
    margin-right: 13px;
}

#formReset {
    background: #fff url(../images/btn_sendcancel.png) -110px 0 no-repeat;
    float: left;
    margin-right: 2px;
}

#captchaTooltip {
    background: transparent url(../images/bg_tooltip.png) 0 0 no-repeat;
    width: 203px;
    height: 78px;
    padding: 10px 15px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    display: none;
    z-index: 9999;
}

#captchaField {
    position: relative;
    height: 90px;
}

#closeTooltip {
    float: right;
    padding:0;
    margin:0;
}

.error {
    margin-left:0;
    padding-left:0;
}
.error li {
    background: transparent url(../images/icon_error.png) 0 1px no-repeat;
    padding-left: 20px;
    list-style: none;
}

/* Carousel */
#recipeBoxMask {	
    display:block;
    position:relative;
    margin:0 0 0 48px;
    height:220px;
    width:486px;
    overflow:hidden; 
}

#recipeBoxContainer	{	
    display:block;
    position:relative;
    height:190px;
    width:10000px; 
}

.recipeBox	{	
    display:block;
    position:relative;
    float:left;
    height:190px; 
}

.recipeFrameFront {	float:left;
    width:233px;
    /*height:220px;*/
    margin:0 20px 0 0;
    overflow:hidden;
    padding-bottom:0;
    position:relative;
    background:transparent url(../images/ajax-loader.gif) center 80px no-repeat; 
}

.recipeFrameFront img{	
    display:none; 
}

.recipeFrameFront a.frameFront {	
    background:transparent url(../images/frame_front_recipe_image.png) no-repeat scroll 0 0;
    display:block;
    height:190px;
    position:relative;
    width:233px;
    z-index:999; 
}
    
.recipeFrameFront div {	
    display:block;
    height:182px;
    width:225px;
    left:4px;
    top:4px;
    overflow:hidden;
    position:absolute;
    z-index:998;
}
    
.recipeFrameFront p {	
    display:block;
    text-align:center;
    padding-top:10px; 
}
    
.recipeFrameFront p a {	
    color:#ffffff;
}

#recipeArrowBox	{
    position:absolute;
    top:145px;
    left:0;
    width:580px; 
}

#recipeArrowBox	a {	
    display:block;
    position:relative;
    padding:18px;
}
    
#recipeArrowBox a#arrowLeft {	
    float:left;
}

#recipeArrowBox a#arrowRight {	
    float:right;
}

#recipeButtonBox {	
    display:block;
    position:absolute;
    /*
    clear:both;
    padding:0 0 0 47px;
    */
    left:47px;
    bottom:10px;
    z-index:10000;
}

#recipeButtonBox a{	
    display:block;
    position:relative;
    float:left;
    width:44px;
    height:29px;
    padding:5px 5px 0 0;
    text-align:center;
    background:transparent url(../images/bg_recipepagebutton.png) no-repeat scroll 0 0;
    font-family:verdana, serif;
    font-size:15px;
    color:#ffffff;
}

#recipeButtonBox a#recipeButton10 {	
    background:transparent url(../images/bg_recipepagebutton_10.png) no-repeat scroll 0 0; 
}

#recipeButtonBox a:hover,
#recipeButtonBox a#recipeButton10:hover,
#recipeButtonBox a.selected,
#recipeButtonBox a.selected#recipeButton10 {	
    text-decoration:none;
    background-position:0 -34px;
}

div.carouselCont {
    display:block;
    position:absolute;
    top:-10px;
    right:0;
    width:410px;
    height:240px;
}

a.carouselTopArrow,
a.carouselDownArrow {	
    display:block;
    position:relative;
    float:left;
    padding:0 10px 0 10px;
    height:240px;
}

a.carouselTopArrow img,
a.carouselDownArrow img {	
    display:block;
    position:relative;
    top:140px;
}

div.carousel {	
    display:block;
    position:relative;
    float:left;
    width:352px;
    height:280px;
    overflow:hidden;
}

div.carouselContainer {	
    display:block;
    position:relative;
    width:10000px;
    left:0;
    top:0;
}

div.carouselContainer a {	
    display:block;
    position:relative;
    float:left;
    width:88px;
    height:240px;
    text-align:center;
    background:transparent url(../images/ajax-loader.gif) center 132px no-repeat;
}

div.carouselContainer a img.prodImg {	
    display:none
}

div.carouselContainer a img.newProd {	
    display:block;
    position:absolute;
    bottom:-35px;
    left:12px;
}

div.carouselContainer a span.prodInfo {	
    display:none;
}

div.prodInfo {	
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:330px;
    height:58px;
    padding:5px 40px 5px 40px;
    text-align:center;
    font-size:18px;
    line-height:22px;
}

.facebookLink {
    background: transparent url(../images/fb_icon.png) 0 center no-repeat;
    margin-left: 3px;
    padding-left: 16px;
}

/* sushi */
.clear{clear:both;line-height:0;height:0;font-size:0;width:0px;}
.highslide img{
  border:0px!important;
  }
.sushiLeft{
  float:left;
  width:233px;
  display:block;
  }
.sushiRight{
  float:right;
  width:233px;
  display:block;
  }
.sushiLift, .sushiLift div img{
  margin-bottom:16px;
  }
.draggable-header .highslide-header{
  display:block;
  height:71px!important;
  border:0px!important;
  background:url(../images/kikkoman_logo.gif) no-repeat 20px 10px;
  }
a.highslide-credits, a.highslide-credits i{
  display:none!important;
  }
.draggable-header .highslide-header .highslide-close{
  position:absolute!important;
  width:90px!important;
  height:13px!important;
  right:20px!important;
  top:30px!important;
  }
.draggable-header .highslide-header .highslide-close a{
  background:url(../images/closeVideo.gif) no-repeat left bottom!important;
  width:90px!important;
  height:13px!important;
  display:block!important;
  }
.highslide-wrapper{
  overflow:hidden;
  }
.highslide-html-content{
  padding:0px 10px 10px!important;
  }
/* eZ stuff */

input.halfbox {
    width: 40%;
}

div.block {
    clear:both;
    margin:0.5em 0;
    padding:0;
}

.buttonblock {
    margin-top: 20px;
}

.attribute-header h1 {
    color: #fff;
}

.content-edit h1,
.content-history h1, 
.content-browse h1,
.content-browse h2,
.content-draft h1,
.content-draft h2{
    color: #000 !important;
}

.warning h2 {
    color: #000;
}

#debug {
    color: #000;
    clear: both;
    display: block;
}

#ezlogged {
    margin-top: 20px !important;
    text-align: right;
}

#ezlogged p {
    margin: 0;
    padding: 0;
}

.innerContent label {
    font-weight: normal;
}
.highslide-html-content{
  text-align:center;
  width:500px!important;
  height:470px;
  }
  
/* AJANKOHTAISTA */

span.news_date {
display:block;
margin-top:15px;
}
a.more {
font-weight:bold;
position:relative;
top:-15px;
}

a.noMargin {
font-weight:bold;
position:relative;
top:1px;
}

.lessMargin {
margin-top: 12px;
}

.liftText1 {
height:46px;
margin-left:22px;
margin-top:-104px;
overflow:hidden;
position:relative;
width:235px;
}


.liftText2 {
height:46px;
margin-left:22px;
margin-top:5px;
overflow:hidden;
position:relative;
width:235px;
}