body { 	
	background: #840e04 url(/images/background-joulu1.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	text-align: center;
	background-attachment: fixed;
	}

.hide {
	display: block;
	height: 0;
	overflow: hidden;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}


#header {
	background: url(/images/headerBG.png) no-repeat top right;
	text-align: left;
	margin: 0 auto;
	width: 960px;
	float: left;
	clear: both;
	padding:3px 0;
}

#header #logo {
	float: left;
}

#logo_link {
	/*background: url(/images/Lempi_Lelu_Logo.jpg) no-repeat top left;
	height: 76px;
	width: 313px;
	display: block;
	float: left;
	text-indent: -10000px;
	*/
	font-size: 24px;
	color: #000;
	}

#mainNav {
	background: url(/images/LL_navBar.png) no-repeat top left;
	text-align: left;
	margin: 0 auto 10px auto;
	width: 960px;
	height: 50px;
	float: left;
	clear: both;
	position: relative;	
}

#mainNav ul {
	float:left;
	margin:10px 10px auto 20px;
	width:940px;
}


#mainNav ul li {
	float: left;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 15px;
	border-left: 1px solid #ccc;	
}

#mainNav ul li.activeNav {
	text-decoration: underline;
}

#mainNav ul li.noBorder {
	border-left: none;	
}

#mainNav ul li#homeLink {
	border-left: none;
	padding: 3px 20px 0 10px;
}

#mainNav ul li#menuHaku {
	padding: 0 0px 0 10px;
	border-left: none;
	float: right;
	margin-right: 10px;
}

#mainNav ul li#menuHaku input {
	margin: 0;
	border: 1px solid #ccc;
	margin-bottom: 6px;
}


#mainNav ul li#menuHaku .lisaaKoriinBtn {
	margin: 0 10px;
	border-bottom:2px solid #BABABA;
	border-right:2px solid #BABABA;
}


#mainNav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#mainNav ul li a:hover {
	text-decoration: underline;
}



#headerUtility {
	padding-top: 5px;
	padding-right:0px;
	width: 300px;
	text-align: right;
	float: right;
}

#headerUtility li a {
	color: #c93;
	font-family: verdana;
}

.content {
	clear: both;
	float: left;
	width: 960px;
	border-bottom: 3px solid #dedede;
	margin-top: 0px;
	padding-bottom: 20px;
}

#footer {
	clear: left;
	padding: 2px;
	width: 954px;
	color: #fff;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

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


.footerPane {
	float: left;
	width: 20%;
	padding-bottom: 20px;
}

.footerPane li,
.footerPane li a {
	color: #777;
}


#footer p {
	color: #777;
	margin-top: 10px;
	clear: both;
	text-align: center;
}

#footer h3 {
	font-size: 1.3em;
	color: #999;
	margin-bottom: 5px;
}

#leftNav {
	width: 180px; 
	margin: 30px 10px 0 10px;
	float: left;
	overflow: hidden;
}

#leftTeaserContainer h2,
#leftNav h2,
.teaserBoxHeader {
	display: block;
	text-align: left;
	color: #393939;
	border-bottom: 1px solid #ccc;
	background: url(/images/otsikkoBg2.png) no-repeat top left;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0px 10px 10px 0;
	margin-bottom: 10px;
}

#leftTeaserContainer h2 a {
	display: block;
	color: #393939;
	text-decoration: none;
	height: 30px;
	padding: 0px 0px 0px 15px;
	background: url(/images/navBullet.gif) no-repeat 0 9px;
}

#leftTeaserContainer h2 a:hover {
	text-decoration: underline;
}



#leftNav ul {
	margin-left: 5px;
}

#leftNav li {
	margin: 10px 0;
	font-weight: bold;
}

#leftNav li li {
	margin: 0;
	font-weight: normal;	
}


#leftNav li a {
	color: #393939;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	display: block;
font-size: 1.4em;
}

#leftNav li ul {
	margin-bottom: 10px;
}

#leftNav li a:hover,
#leftNav li.activeLink a {
	background: url(/images/navBullet.gif) no-repeat 0 3px;
	color: #000;
	text-decoration: none;	
}

#middlePane {
	float: left;
	width: 540px;
	overflow: hidden;
	margin-top: 10px;
}

#rightPane {
	float: right;
	margin-right: 5px;
	width: 190px!important;
	width: 180px;
	overflow: hidden;
	margin-top: 10px;
}

#rightPane img {
	margin-bottom: 5px;
}


.middlePromo {
	float: left;
	margin: 5px 5px 0 0;
}

#mainPromo {
	height:300px;
	overflow:hidden;
}

#breadcrumb {
	font-size: 11px;
	margin: 0 0 0 220px;
	color: #777;
}

#breadcrumb a {
	text-decoration: underline;
	color: #777;
}

/************************************
Teaser styles
************************************/

#leftTeaserContainer {
	width: 180px;
	margin: 10px 20px;
	float: left;
}

.teaserbar {
	width: 150px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 5px;
	background: #fff;
}

.teaserbar a{
	font-size: 1em;
	text-decoration: none;
	color: #666;
}

.teaserbar .bottomBorder {
	border-bottom: 1px solid #eee;
}


.teaserbar li {
	padding-bottom: 5px;
}

.right_teasers {
	padding-bottom: 5px;
	overflow: hidden;
}

.teaserbox,
.blogteaser {
	float: left;
	width: 535px;
}

.teaserbox li {
	width: 155px;
	border: 0px solid #ccc;
	font-size: 11pt;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 5px;
}

.teaserbox li#box_2,
.teaserbox li#box_5 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.teaserbox h4 {
	height: 2em;
}


.teaserbox li a {
	color: #393939;
}

.teaserbox li a:hover h4 {
	text-decoration: underline;
}

.teaserbox li .teaserBoxImgContainer {
	height: 150px;
	overflow: hidden;
	text-align: center;
}


.teaserbox li img {
	border: 2px solid #fff;
	margin: auto;
}


.teaserbox li img:hover {
	border: 2px solid #ccc;
}

.blogteaser a {
	color: #444;
}

.blogteaser h3 {
	color: #444;
	font-size: 11pt;
}


/************************************
Kategoria styles
************************************/

.pagenumber,
.pagenumber a,
.pagination a,
.pagination {
	font-size: 12px;
	color: #999;
}

.pagination {
	clear: left;
}

.pagenumber {
	text-align: center;
}


.pagenumberInner {
	margin: auto;
	text-align: center;
	width:350px;
}


.prev, 
.curPage, 
.next {
	float: left;
}

.curPage {
	width: 150px;
	color: #000;
}


.prev {
	width: 100px;
}

.next {
	width: 100px;

}


.pagination {
	text-align: center;
	margin: 5px 0;
}

.catProductBox {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	width: 49%;
	float: left;
	position: relative;
	height: 200px;	
}

.catProductBoxTitle {
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
	display: block;
}


.catProductImgContainer {
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	width: 100px;
	position: relative;
	overflow: hidden;
}

.catProductImgContainer img {
	margin: auto;
}

.productBoxRight {
	float: left;
	width: 220px;
}

.prod_descr_fixed {
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
	
}


.prod_descr_fixed a {
	color: #414141;
	
}

.catForm select {
	font-size: 11px;
	border: 1px solid #d49b46;
	margin: 5px 0;
}

.btnReadMore {
	/*position: absolute;
	right: 5px;
	bottom: 0px;*/
	float: right;
	margin-right: 20px;
}

.readmore {
	display: block;
	width: 95px;
	height: 20px;
	background: url(/images/btnBG5.png) no-repeat 98% 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 25px 5px 10px;
	margin: 15px 0 10px 0;
	border: 1px solid #ccc;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.tilausBtn {
	background: url(/images/btnBG5.png) no-repeat 98% 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 25px 5px 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

#addedToCartContainer {
	float: left;
	width: 700px;
}


#addedToCart {
	float: left;
	width: 400px;
	margin-top: 10px;
	padding: 10px;
}

#addedToCart h2 {
	font-size: 18px;
}


h1.addedToCart {
	margin: 0 0 10px 0;
}


#checkoutBtn {
	width: 190px;
	float: right;
	text-align: center;
	font-size: 11px;
}

#checkoutBtn input {
	font-size: 13px;
}


#relProducts {
	clear: left;
}

#addedToCartImg {
	float: left;
	margin: 0 20px 0 0;
}

/************************************
Tuote styles
************************************/


#productPane {
	margin: 0 10px 0 20px;
	float: right;
	width: 700px!important;
	width: 650px;
}

.SingleProductBox {
	padding-top: 10px;
}

.SingleProductBox h1 a {
	color: #414141;
	font-size: 2em;
	text-decoration: none;
}

.SingleProductBox h1 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 2.4em;
}

.singleProductDescription {
	margin: 0 0 0 25px!important;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	width: 445px!important;
	width: 365px;
}

#singleProductImageContainer {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	width: 235px;
	position: relative;
}

.singleProductImage {
	margin: auto;
}


#singleProductImageContainerLeft {
	width: 225px;
	text-align: left;
	float:left;
}
.purchaseBox {
	float: right;
	width: 170px;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #8E8080;
}

.purchaseBox p.productPrice {
	margin: 10px 0 20px 0;
	padding: 0;
	line-height: 20px;
}



.zoomIn:hover {
	top: 0;
	z-index: 10;
	left: 0;
	position: absolute;
	width: auto;
	height: auto;
	z-index: 10;
	border: 2px solid #ccc;
}

.zoomInText {
	line-height: 11px;
	font-size: 11px;
	margin: 3px 0 0 25px;
	text-align: left;
}

.c25l li {
	width: 25%;
	float: left;
}

.contentOl li {
	list-style-type: decimal;
	padding-left: 15px;
	list-style-position: inside;
}

/*********************** Footer styles *************************/

#footer h4 {
	margin-top: 10px;
	width: 100%;
}

.footerUl {
	float: left;
}

.footerUl li {
	float: left;
	margin: 0 10px;
}

.footerUl li a {
	font-size: 10px;
}

#sitemapListLelut,
#sitemapListAsut,
#sitemapListLinks,
#sitemapListDVD {
	width: 175px;
	float: left;
}	

#footerListLinks {
	margin-left:10px;
	margin-bottom: 20px;
}	

#joulukalenteri {
	width: 800px;
}

/************************ Sharer styles *****************************/

#sharerBtns {
	clear: both;
	width: 235px;	
	text-align: left;
	padding-top: 20px;
}

#sharerBtns li {
	float: left;
	padding: 5px;
}

#linkGoogle {
	background: url(/images/icons/google.gif) no-repeat 0 5px;
}

#linkFacebook {
	background: url(/images/icons/facebook.gif) no-repeat 0 0;
}

#linkDelicious {
	background: url(/images/icons/delicious.png) no-repeat 0 0;
}


.catThumbnailList {
	margin-top: 20px;
}

.catThumbnailList li {
	float: left;
	width: 165px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #eee;
	padding: 5px 0 0 0;
	overflow: hidden;
}

.catThumbnailList li img {
	margin-top: 10px;
}

.catThumbnailList li#filler {
	float: left;
	width: 342px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #eee;
	background:transparent url(/images/headerBG.png) no-repeat scroll right top;	
	padding: 5px 0 0 0;
	overflow: hidden;
}

.catThumbnailList li#filler h3 {
	font-size: 16px;
	margin-top: 10px;
}


.catThumbnailList li#filler input {
	margin-bottom: 10px;
}


.catThumbnailList li a {
	color: #777;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#promoBox,
.threePane {
	clear: left;
	float: left;
	margin: 10px 0;
}

#promoBox img {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.threePane img {
	float:left;
	margin-bottom:10px;
}

.threePane img.promoBoxmiddleImg {
	margin-right:5px;
	margin-left:5px;
}



#searchBox {
	padding: 10px;
	border: 1px solid #eee;
	background: url(/images/headerBG.png) no-repeat scroll right top;
	width: 490px;
	margin: 10px 0;
	clear: both;
}

#footerUtilities {
	float: left;
	width: 956px;
	border-bottom: 1px solid #ccc;
}

#footerUtilities li {
	float: left;
	margin: 10px;
}

/********************************* reviews *******************************/

.reviewBox {
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
	clear: both;
}

.reviewBox h2 {
	font-size: 14pt;
}

.reviewBox p {
	font-size: 9pt;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.reviewBox li {
	margin: 10px 0;
}

.reviewHeader {
	display: block;
 	font-weight: bold;
 	clear: both;
}
 
.reviewTextarea {
 	width: 90%;
 	border: 1px solid #aaa;
}
 
 .subUl li {
 	width: 35%;
 	float: left;
}
 
.subUl li input {
  	margin-right: 5px;
  	position: relative;
  	top: 3px;
}

.review {
	border-top: 1px solid #eee;
	padding: 3px 0;
	margin: 5px 0;
}

p.reviewKiitos {
	font-weight: bold;
	color: green;
	font-size: 12pt;
}
 
/********************************* popular bar *******************************/

.popularbar {
	margin-right: 10px;
	text-align: center;
}

.popularbar a {
	color: #000;
	font-weight: normal;
}

.popularbar strong a {
	font-weight: bold;
}



.popularbar h3,
h2.teaserBoxHeader {
	background-image: none;
	background-color:#8F8181;
	border-bottom:3px solid #AE9C9C;
	color:#F4F4F4;
	line-height:20px;
	margin-bottom:5px;
	padding: 5px 2px 4px 5px;
	font-family: arial;
	font-weight: bold;
}
 

.teaserBoxHeader a,
.teaserBoxHeader a:hover,
.teaserBoxHeader a:visited,
.teaserBoxHeader a:active {
	text-decoration: none;
	color: #f4f4f4;
}
 
 
.popularbar ol {
	padding: 0 10px 10px 15px;
	list-style-position: outside;
	list-style-type: decimal;
}

.popularbar li {
	text-align: left;
	clear: both;
	border-bottom: 1px solid #fff;
	margin-left: 15px;
}

.popularbar li div.picContainer {
	text-align: center;
	margin: 5px 0;
}

.popularbar li div.picContainer img {
	margin: auto;
	padding: 3px;
	border: 1px solid #dadada;
}

/******************************** thumbnails *************************/

.catProductBoxThumb {
	width: 170px;
	padding-bottom: 5px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	text-align: center;
	float:left;
	border: 1px solid #dadada;
}

.catProductBoxThumb h2 a {
	color: #333;
	text-decoration: none;
}

.catProductBoxThumb h2 a span {
	font-weight: normal;
}


.catProductBoxThumb h2 {
	clear: both;
	height: 30px;
}




.catProductBoxThumb .catProductImgContainer {
	padding: 3px;
	width: 155px;
	height: 155px;
	overflow: hidden;
	margin: auto;
	clear: both;
	display: table-cell;
	vertical-align: middle;
}

#containerInner div.catPage {
	width: 740px;
}

#containerInner div.contentPage {
	width: 600px;
margin: 0px 100px 0px 0px;
}

#containerInner div.contentPage  img.frontpage{
	float: right;
}
blockquote {
	font-style:italic;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	border-left: 5px solid #dadada;
	font-size: 11px;
}

blockquote a {
	text-decoration: none;
}


.right {
	text-align: right;
}

.searchResultBox,
.tarjoukset .catProductBox {
	width: 100%;
	clear: both;
	height: auto;
}

.searchResultBox .prod_descr_fixed,
.tarjoukset .prod_descr_fixed {
	float:left;
	margin-left:20px;
	width:325px;
	height: auto;
}

.searchResultBox .catProductImgContainer,
.tarjoukset .catProductImgContainer{
	width: 175px;
}

.singleProductDescription p {
	margin-top: 0;
	padding-top: 0;
}

.fullWidth {
	padding: 10px 40px;
}

#ostoskori {
	margin-left: 28px;
	margin-top: 20px;
	float: left;
	width: 720px;
}

.pageContent {
	float: left;
	width: 760px;
}

#template_cat .pageContent {
	width: 100%;
}


#middlePane {
	float: right;
}

#statusMsg {
	margin: 15px 0;
	padding: 5px;
	background-color: #FFF9ED;
	color: #555!important;
	font-size: 16px;
	float: left;
	width: 948px;
	border: 1px solid #FCD47D;
}

#statusMsg h1 {
	color: #555;
}

/*********************** reviews ******************/

.review {
	float: left;
	padding: 10px;
	clear: both;
	width: 98%;
	background-color: #eee;
}

.review p {
	margin-left: 2%;
	float: left;
	width: 73%;
}

.reviewImgContainer {
	width: 25%;
	overflow: hidden;
	text-align: center;
}	


.reviewImgContainer img {
	margin: auto;
	border: 1px solid #dadada;
}	

