/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #fafafa; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

* {
	margin: 0;
   padding: 0;
	font-size: 1em;
}
body {
   font: 62.5% Verdana,Arial,Helvetica,sans-serif;
   background-color: #C0C0C0; 
}
  
img.right {
  margin: 0px 0px 0px 10px
  }
  img.left {
    margin: 0px 10px 0px 0px
  }

sup{ 
	position:relative;
	bottom:0.33em;
	font-size:smaller;
	vertical-align:baseline;
}

* html sup{ 
	position:static;
	display:inline-block;
	margin-bottom:0.33em;
}


#header { 
	height: 141px;
	background: url(/catalog/images/web/index-header.jpg) top left repeat-x;
	position: relative;
	margin-bottom: 0px;
}
#header h1 a{
	background: url(/catalog/images/web/index-header-h1.jpg) 30px 32px no-repeat;
	width: 293px;
	height: 63px;
	display: block;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}

#header h1{
	background: url(/catalog/images/web/index-header-h1.jpg) 30px 32px no-repeat;
	width: 293px;
	height: 63px;
	display: block;
   /* hide from IE Mac \*/

   /* end hide */
}

]
* html>body #header h1 a {
   letter-spacing: -999em;	
}


#pageContainer { 
	margin: 0px auto;
	width: 982px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	margin-bottom: 5px;
	background-color: #ffffff;
	overflow:hidden;
}

#mainContent {
	overflow: hidden;
}

/*NAVIGATION*/
#navigation { 
   margin: 0px;
   height: 44px;
   position: absolute;
   left: 100px;   
   bottom: 10px; 
 }
#navigation h2 { 
  overflow: hidden;
  text-indent: -999em;
  height: 0px;
}

#navigation ul {
	padding: 0px;
	display: block;
	list-style-type: none;
	margin-top: -11px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigation ul li { 
	margin-right: 0px;
	float: left; 
	background: url(/catalog/images/web/index-navigation-li.jpg) 0px 24px no-repeat;
}
#navigation ul li a { 
	padding: 1px 15px 0 15px; 
	overflow: hidden; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.2em; 
	color: #FFFFFF; 
	text-decoration: none;
}


#navigation ul li a span.moveDown { 
	padding: 25px; 
	display: block;
 }
* html #navigation ul li a span.moveDown { 
	padding: 26px;
 }
 
#navigation ul li a.current, #navigation ul li a.notcurrent, #navigation ul li.home a.notcurrent:visited { 
	float: left; 
	display: block; 
	cursor: default;
}
#navigation ul li a.notcurrent:hover, #navigation ul li a.notcurrent:visited:hover {
	color: #000000;
}
#navigation ul li a.current { 
	background: url(/catalog/images/web/index-navigation-hover.jpg) center bottom no-repeat;
	background-position:bottom;
}



/*CONTACT*/
#contact { 
	left: 510px; 
	position: absolute; 
	top: 55px; 
}
#contact ul { 
	list-style-type: none; 
}
#contact li { 
	display: inline; 
	margin-right: 14px;
}
#contact a, #contact a:link, #contact a:visited { 
	display: inline;
	color: #fd8f06;
	font-size: 1.1em; 
	text-decoration: none; 
	cursor: default;
}
#contact a:hover { 
	color: #000000;
}
/*BREADCRUMBS*/
#breadcrumbs {
	max-width: 850px;
	margin:-20px 0px 5px 365px;
}
#breadcrumbs h2 {	
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   height: 0px;
   /* end hide */
}
* html>body #breadcrumbs h2 {
   letter-spacing: -999em;	
}
#breadcrumbs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	padding:0px 7px 0pt 0pt;
	text-indent:-10px;
}

#breadcrumbs li {
	background:transparent url(/catalog/images/web/breadcrumb-separator.gif) no-repeat scroll left center;
	display:inline;
	padding-left:10px;
}
#breadcrumbs li a, #breadcrumbs li a:visited {
	font-size: 1.1em;
	text-decoration: none;
	color: #777777;
	cursor: default;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumbs li a:hover {
	color: #DF6820;		
}
/*PRODUCTS-LANDING/PRODUCTS*/



#mainContent #primary_content.category-landing, #mainContent #primary_content.products, #mainContent #primary_content.pruners, #mainContent #primary_content.category-article-view   {
	/*padding-right: 100px;
	padding-left: 370px;*/
	width: 510px;
	margin-left: 370px;
	}
* html #mainContent #primary_content {
	width: 510px;
	margin-left: 370px;
	
}	

#mainContent #primary_content.category-landing h2, #mainContent #primary_content.products h2, #mainContent #primary_content.pruners h2, #mainContent #primary_content.category-article-view h2 {
	font-size: 2.5em;
	font-weight: normal;
	padding-bottom: 10px;	
	}

#mainContent #primary_content.pruners h3, #mainContent #primary_content.category-article-view h3 {
	font-weight: bold;
	font-size: 1.3em;
}

#mainContent #primary_content.pruners h4, #mainContent #primary_content.category-article-view h4,
#mainContent #primary_content.category-landing h4{
	font-weight: bold;
	font-size: 1.2em;
}


#mainContent #primary_content.pruners .articleLead-in {
	margin-bottom: 20px;
}

/*SEARCH*/
#search{
	position: absolute;
	top: 55px;
//	top: 40px;
	left: 730px;
	width: 140px;
}


#search h2 {
	text-indent: -999em;
	overflow: hidden;
	height: 0;
	
}

#search label {
	font-size: 1.1em;
	text-decoration:none;
	padding-right: 5px;
	float: left;
}


#search button {
	background: url(/catalog/includes/languages/hungarian/images/buttons/button_quick_find.gif) no-repeat;
	width: 19px;
	height: 19px;
	float: left;
	border: none;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   margin-right:9px;
   /* end hide */
}
* html>body #search button {
   letter-spacing: -999em;	
}

#topsearch {border:none}

#mainContent #primary_content2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 500px;
			
}


#sitemapBlockContainer{
	display:block;
	height:100%;
	margin:0pt auto 0pt 95px;
	overflow:hidden;
}

#mainContent #primary_content2 h3 a, #mainContent #primary_content2 h3 a.active, #mainContent #primary_content2 h3 a.visited{
	color: #000000;
	text-decoration:none;
}
#mainContent #primary_content2 li a, #mainContent #primary_content2 li a.active, #mainContent #primary_content2 li a.visited{
	color: #616161;
	text-decoration:none;
}
#mainContent #primary_content2 a:hover, #mainContent #primary_content2 h3 a:hover{
	text-decoration:underline;
}

/** html #main-content #mainContent #primary_content2 .site-map-boxes {
	margin-left: 15px;
}*/
#mainContent #primary_content2 .site-map-boxes-2 {
	width: 178px;
	/*height: 100%;*/
	float: left;
	/*border: solid 1px #6A6F57;*/
	margin-right: 25px;
	margin-bottom:-1990px;
	padding-bottom:2000px;
	/*background-color: #F8F7F2;*/
}
/*#mainContent #primary_content2 .site-map-boxes ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainContent #primary_content2 .site-map-boxes ul ul{
	list-style: none;
	margin-left: 15px;
}
#mainContent #primary_content2 .site-map-boxes li {
	color: #616161;
	font-size: 1.1em;
	margin-left: 10px;	
}
#mainContent #primary_content2 .site-map-boxes li li {
	font-size: 1em;
}*/
#mainContent #primary_content2 .site-map-boxes-2 h3 {
	/*background-color:#7F8A6A;*/
	font-size:1.2em;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 3px 10px;
	margin-left: 0;
	
}

#mainContent #primary_content2 .site-map-boxes-2 h3 a{	color: #000000;}

#mainContent #primary_content2 .site-map-boxes-2 ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainContent #primary_content2 .site-map-boxes-2 ul ul{
	list-style: none;
}
#mainContent #primary_content2 .site-map-boxes-2 li {
	color: #616161;
	font-size: 1.1em;
	margin-left:20px;
}

#mainContent #primary_content2 .site-map-boxes-2 li.type a{
	color:#000;
	list-style-image:none;
}

#mainContent #primary_content2 .site-map-boxes-2 li li {
	margin-left:0;
}

#mainContent #primary_content2 .site-map-boxes-2 ul,
#mainContent #primary_content2 .site-map-boxes-2 ul ul{
	list-style-image:url(/catalog/images/web/left-nav-bullet.gif);
	margin-left:0px
}

#mainContent #primary_content2 .site-map-boxes-2 li.type{
}



/*#mainContent #primary_content2 .site-map-boxes-3 {
	width: 362px;
	height: 100px;
	float: left;
	border: solid 1px #6A6F57;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 10px;
	background-color: #F8F7F2;
}*/
/** html #mainContent #primary_content2 .site-map-boxes-3 {
	margin-left: 15px;	
}*/




/*CONTENT*/


#primary_content2 a, #primary_content2 a:visited, #secondary-content a, #secondary-content a:visited {
	color: #F6A12D;
	text-decoration: none;
}
#primary_content2 a:hover, #secondary-content a:hover {
	text-decoration: none;
}

#primary_content2 {
	margin-left: 115px;
	margin-right: 120px;
}
#primary_content2 #home {
	background: transparent no-repeat right top;
	min-height: 298px;
	height:auto !important;
  	height:298px;
	padding-top: 20px;
	overflow: hidden;
}

*html #primary_content2 #home {
	height:auto !important;
}


#primary_content2 #home h2 { 
	font-size: 2.5em;
	font-weight: normal; 
	width:500px;
}

#primary_content2 #home p { 
	width: 410px; 
}

/*#secondary-content #page-text { 
	width: 253px; 
	float: left; 
	margin-left: 115px;
	padding-top: 15px;	
}
* html #secondary-content #page-text { 
	margin-left: 60px;
}
#secondary-content #page-text .text-box-1 { 
	border-bottom: 1px solid #E0E0E0; 
	margin-left: 0px; 
	margin-top: 10px; 
	padding-bottom: 10px; 
}*/


#secondary-content{
	border-top:solid 1px #CFCFCF;
	clear:both;
	margin-left: 115px;
	margin-right: 120px;
	margin-top:5px;
}

#secondary-content #page-text { 
	float: left; 
	padding-top: 5px;
	width: 240px;
}
* html #secondary-content #page-text { 
	
}
#secondary-content #page-text .text-box-1 { 
	border-bottom: 1px solid #E0E0E0; 
	margin-left: 0px; 
	margin-top: 10px; 
	padding-bottom: 10px;
}


#secondary-content #page-text img.space-line {
	height:0px;
}
#secondary-content #page-text .text-box-1 h2 { 
	margin-bottom: 3px;
	font-size: 1.1em;
}
#secondary-content #page-text .text-box-1 p { 
	color: #616161;
}

#secondary-content #page-text .text-box-1 a { 
	font-size: 1.2em;
}

#secondary-content .thumb-page { 
	background:transparent url(/catalog/images/web/featurepackets.jpg) no-repeat scroll left top;	
	/*display:inline;*/
	float:left;
	margin-left:32px;
	margin-top:10px;
	width:134px;
}

#secondary-content .thumb-page h2  { 
	font-size:1.1em;
	height:3.5em;
	margin:0pt 5px 2px;
	text-align:center;
}
div.featurepackets{
	background:transparent url(/catalog/images/web/featurepackets_bottom.jpg) no-repeat scroll left bottom;
	padding:10px 0pt 0pt;
}

div.featurepackets p{
	padding:5px 8px 10px;
	font-size:1.1em;
}

div.featurepackets img{
	padding-left:10px;
}


/*actions*/
ul#actions{
	height: 29px;
	float: right;
	margin-left: 0;
	list-style: none;
	margin-top: 15px;
}

ul#actions li{
	display:block;
	float:left;
	height:30px;
	margin:0pt 1.5em;
	overflow:hidden;
	text-align:center;
	text-indent:0pt;
}

ul#actions li#stores,ul#actions li#buynow{
	display: none;
}

#actions li a{
	height: 29px;
	display: block;
}
li#stores a {
	width: 53px;
	background: url(/catalog/images/web/actions-store.gif)  no-repeat;
}
li#email-to a {
	background: url(/catalog/images/web/actions-email.gif)   no-repeat scroll center 0%;
	width: 100px;
	color:#000000;
	padding-top:18px;
}
li#buynow a {
	width: 39px;
	background: url(/catalog/images/web/actions-buy.gif)  no-repeat;
}
/*li#stores a:hover{
	background: url(/catalog/images/web/actions-store-on.gif) no-repeat;
}
li#email-to a:hover{
	/*background: url(/catalog/images/web/actions-email-on.gif)  no-repeat;
}
li#buynow a:hover{
	/*background: url(/catalog/images/web/actions-buy-on.gif)  no-repeat;
}*/
#productdisplay_emailform div.contact-button, #productdisplay_emailform div.reset-button{
	width:76px;
	height:23px;
	float:left;
	margin:15px 15px 0 0;
}

#productdisplay_emailform div.contact-button button, #productdisplay_emailform div.reset-button button{
	background-color:transparent;
	border:medium none;
	height:100%;
	width:100%;
}

#productdisplay_emailform div.contact-button{
	background:transparent url(/catalog/images/web/bt-submit.gif) no-repeat scroll 0%;
}

#productdisplay_emailform div.reset-button{
	background: url(/catalog/images/web/bt-reset.gif) no-repeat;
}

#productdisplay_emailform div.form-txt{
	margin:15px 0;
}



/*FOOTER*/
#footer {
	clear: both;
	background: url(/catalog/images/web/index-footer.jpg) repeat-x;
	height: 121px;
	padding-left: 115px;
}

#footer div.footerEmbellishment {
	float: right;
	background: url(/catalog/images/web/index-footer-curl.jpg);
	width:159px;
	height:98px;
	margin-right: -1px;
	margin-top: 23px;
}

#footer p { 
	color: #777; 
	float: left;
	font-size: 0.9em; 
	margin-top: 90px;
	}
#footer p a { 
	color: #888;
	text-decoration: none; 
}

#footer #footer-list { 
	float: right; 
	padding-right: 0px;
	margin-top: 55px;
}	
  
#footer #footer-list ul { 
	list-style: none;
} 

#footer #footer-list ul li { 
	display: inline; 
	padding-right: 5px;
} 

#footer #footer-list ul li a, #footer #footer-list ul li a:visited {    
	color: #FFFFFF;
	font-size: 1.1em; 
	text-decoration: none; 
	cursor: default;
}
#footer #footer-list ul li a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
}

#lcol a, #col a, #rcol a{
	font-weight:bold;
	font-size:1.2em;
}

#lcol div.tool a, #col div.tool a, #rcol div.tool a{
	font-weight:normal;
	font-size:1.0em;
}

p.quotelink{
	height:1px;
	overflow-x:hidden;
	overflow-y:hidden;
	text-indent:-999px;
}

.brandFloat{
	display:block;
	margin-bottom:10px;
}

.brandFloat img{
	vertical-align:middle;
	padding-right:25px;
}





A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #E5E5E5;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #414141;
  font-weight : bold;
  border: 1px;
}

A.headerNavigation { 
  color: #414141; 
}

A.headerNavigation:hover {
  color: #414141;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #E5E5E5;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E5E5E5;
  color: #414141;
  font-weight: bold;
}

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #fafafa;
  background2: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #E5E5E5;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #E5E5E5;
  border-spacing: 1px;
  background: #ffffff;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E5E5E5;
  color: #414141;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.productListing-data {
  color: #FFA600;
  text-decoration: none;
}

A.pageResults {
  color: #FFa600;
  text-decoration: none;
}

A.pageResults:hover {
  color: #000000;
  background: #ffffff;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 8px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffa600;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffa600;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ffa600;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ffa600;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffa600; }

.newinfobox_top {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: url(http://www.fiskarsshop.hu/catalog/images/infobox/top_background.jpg);
}

.newinfobox_bottom {
	background: url(http://www.fiskarsshop.hu/catalog/images/infobox/bottom_background.jpg);
width: 650px;

}

.newinfobox_left {
	background: url(http://www.fiskarsshop.hu/catalog/images/infobox/left_background.jpg);
}

.newinfobox_right {
	background: url(http://www.fiskarsshop.hu/catalog/images/infobox/right_background.jpg);
}

.newinfoboxcontents {
	background: #fafafa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #fafafa;
	
	
}

#teaser ul {
	display: inline;
	list-style: none;
}
#teaser ul li {
	height: 150px;
	width: 340px;	
	/* border: solid 1px #000000; */
	background-image: url(/catalog/images/nosto_laatikko_340x170.jpg);
	background-repeat:no-repeat;
	padding: 20px 0px 0px 0px;
	/*background-color: #FF8E00;*/
	margin: 20px 20px 0px 0px;	
	float: left;
}
#teaser ul li a{
	height: 140px;
	width: 330px;
	padding: 10px 10px 0px 0px;	
}
#teaser ul li img{
	height: 100px;
	width: 140px;
	margin: 10px 10px 0px 10px;
	background-color: #FF8E00;	
	float: left;
}
#teaser ul li span{
	height: 15px;
	width: 300px;
	float: left;
	margin: 0px 10px 0px 10px;
	/*background-color: #FF8E00;*/
	color: #FF8E00;
	font-weight: bold;
	clear: both;
}
#teaser ul li a p{
	height: 100px;
	width: 140px;
	margin: 10px 10px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	/*background-color: #FF8E00;*/
	float: left;
	color: #959595;
}


#selection ul {
	display: inline;
	list-style: none;


}
#selection ul li {
	float: left;
	padding: 2px 2px 0px 0px;
}

#content {
	width: 620px;
/*	background-color: #f5f5f5;*/
	margin: 0px 0px 0px 0px;
}

#content.wide {
	width: 620px;	
}

#content #selection ul  {
	list-style: none;
	width: 620px;

}

#content #selection ul li {
	height: 155px;
	width: 200px;
	/*border-style: solid;*/
	/*background-image: url(/catalog/images/nosto_laatikko_340x170.jpg);*/
	/*background-repeat: no-repeat;*
	/*background-color: #f5f5f5;*/
	/*border-color: #FFFFFF;*/
	/*border-width: 1px 1px 1px 1px;*/
	/*padding: 0px 0px 0px 0px;*/
	margin: 10px 2px 0px 2px;
	
}

#content #selection ul li span.range {
	color: #FF8E00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	line-height: 5px;
	position: relative;
	top: -140px;
}
#content #selection ul li span.product {
	color: #FF8E00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	display: block;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
	position: relative;
	top: -125px;
}
#content #selection ul li a:hover {
	text-decoration: none;
}
#content #selection ul li a:hover span {
	text-decoration: none;
}
#content  div.link a.navi span, div.link span.bold { /* without > it also inherits to child */
	color: #6f6f6f;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}
#content  div.link a.navi span {
	font-weight: bold;
}





/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #E5E5E5;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #E5E5E5;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #ffffff;
}

TR.linkListing-even {
  background: #ffffff;
}
/* VJ Links Manager v1.00 end */



