@import url("layout.css");
	
body
{ 
color: #333333;
background: #ffffff;
font-family : verdana, arial, helvetica, sans-serif; 
}

h1, h2, td, th, p, div, li, ul, ol {
	font-family : verdana, arial, helvetica, sans-serif; 
	color : #333333;
}

a {
	font-family : verdana, arial, helvetica, sans-serif; 
}

h1 {
  font-family: Arial, helvetica, sans-serif; 
  font-size: 20px;
  font-weight: normal;
  color: #F5B128;
  padding-top: 0px;
  margin-top: 0px;
  letter-spacing: 2px;
   text-transform : uppercase;
   }
   

h2 {
	font-size: 16px;
	margin : 10px 0px 8px 0px;
	padding: 0px;
	}
	
td, ul, li {
font-size : 11px; 
text-decoration : none; 
font-weight: normal;
}

p  {
font-size : 11px;
margin-top:2px;
margin-bottom:6px;
}

div  {
font-size : 11px;
}

/* Guestbook styles */

table.pariton, table.parillinen, table.guestbookWrite  {
	border-collapse: collapse;
}

table.pariton td, table.parillinen td, table.guestbookWrite td {
	border-bottom: 1px solid #ffffff;
	padding : 5px 5px 5px 10px;
}

table.guestbookWrite td {
	background-color : #eeeeee;
}
table.pariton td {
	background-color : #eeeeee;
}

table.parillinen td {
	background-color : #f9f9f9;
}

/* price list */

table.priceList, table.buttonBar {
	border-collapse: collapse;
		}

table.buttonBar td {
	background-color: #e0e0e0;
		}

table.priceList td.mandatory, td.mandatory {
	font-weight : bold;
	color : #000000;
	}

input.text {
	background-color: #f9f9f9;
	color : #666666;
		}		
		
input.mandatory {
	color : #000000;
	background-color: #ffffff;	
		}		

input.error {
	background-color: #ffffcc;
	color : #990000;
		}		
		
table.priceList td.error {
	background-color: Yellow;
	color : #cc0000;
		}

div.error {
	background-color: Yellow;
		}
				
a:link, a:visited  {
font-size : 11px; 
text-decoration: underline;
color: #000000
}
a:active	{
font-size : 11px; 
text-decoration: underline;
color: #cc0000
}
a:hover {
font-size : 11px; 
text-decoration : underline;
color: #cc0000
}

/* product navi bar contains sorting and multiple page browsing links  */

div.productNaviBar{
  vertical-align : middle;
  background-color: #f0f0f0;
  border-top: 1px solid #cccccc; 
  border-bottom: 1px solid #cccccc; 
  padding: 2px 4px 2px 4px; 
  margin: 0px auto;
}

div.row span.left {
  float: left;
  text-align: left;
  width: 45%;
  }

  div.row span.left a img {
	vertical-align : middle;
}  
  
div.row span.left a {
  display: block;
  padding: 3px 0.5em;
  }  
  
div.row span.right {
  float: right;
  text-align: right;
  width: 48%;
  }
  
div.spacer {
	clear : both;
}

/* pagelist in product naviBar */

ul.pageList {
margin-left: 0px;
margin-right: 0px;
}

ul.pageList li {
display: inline;
list-style-type: none;
margin: 0px;
}

.pageList li a
{
padding: 3px 0.5em;
text-decoration: none;
border: 1px solid #f0f0f0;
}

.pageList li a:hover
{
}

.pageList li a#current
{
border: 1px solid #000000;
text-decoration: none;
}

 a#currentSort img
{
border: 1px solid #000000;
}