/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0;
}

img {
border:none;
}

/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
textarea {
width:100%;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

/***** Koko sivusto *****/

body{
	background-image:url(../images/main_bg.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	overflow-x:hidden;
}

.wrapper{
	width:868px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-434px;
}

.main{
	width:868px;
}

p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#999;
	line-height: 14px;
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 14px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:15px;
}

h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:15px;
}

h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	line-height: 14px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
}

a:link{
	text-decoration: none;
	color:#cc9933;
	text-align:left;
}

a:visited{
	text-decoration: none;
	color:#cc9933;
	text-align:left;
}

a:active{
	text-decoration: none;
	color:#ffffff;
	text-align:left;
}

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

.topbar{
}

.raidat{
	width:868px;
	height:15px;
}

.stripes{
	float:left;
	margin-left:56px;
}

.logotab{
	width:370px;
	height:56px;
	margin-left:7px;
	margin-top:58px;
	float:left;
}

.navtab{
	width:449px;
	height:25px;
	margin-left:21px;
	margin-top:76px;
	float:left;
}

.maintab{
	width:868px;
	margin-top:53px;
	float:left;
}

.footer{
	height:26px;
	width:868px;
	margin-top:20px;
	margin-bottom:22px;
	float:left;
}

.footer a:link{
	text-decoration: none;
	color:#999;
	text-align:left;
}

.footer a:visited{
	text-decoration: none;
	color:#999;
	text-align:left;
}

.footer a:active{
	text-decoration: none;
	color:#fff;
	text-align:left;
}

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

.footertext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#999;
	letter-spacing:1px;
	line-height: 14px;
	font-style:italic;
	text-align:center;
}


/***** Etusivu *****/

.maincontentarea{
	width:868px;
	height:258px;
	float:left;
}

.e_header{
	width:403px;
	height:108px;
}

.etusivu_textarea{
	width:403px;
	height:150px;
	background-image:url(../images/etusivu_txtbg.jpg);
	background-repeat:repeat-x;
}

.e_txt{
	padding-left:3px;
	padding-top:7px;
	padding-right:7px;
	line-height:16px;
	color:#666;
}

/**** Sormusinfo *****/

.boxBody{
	margin:15px 5px 10px 5px;
}

.boxBody p{
	line-height:16px;
	color:#666;
}

.borderimg{
	margin-top:20px;
	border:1px solid #999;
}

.borderimg2{
	margin-top:20px;
	border:1px solid #999;
	margin-left:10px;
}

.noborderimg{
	margin-top:20px;
}

.kuvatxt{
	padding-top:3px;
	line-height:16px;
	color:#666;
	font-style:italic;
	font-size:11px;
}

/***** Kauppiaat *****/

.k_header{
	width:438px;
	height:90px;
}

.kauppiaat_textarea{
	width:438px;
	height:308px;
	background-image:url(../images/kauppiaat_txtbg.jpg);
	background-repeat:repeat-x;
	overflow:auto;
}

.kauppiaat_textarea2{
	width:209px;
	float:left;
	margin-bottom:20px;
}

.kauppiaat_textarea2 b{
	font-weight:normal;
	color:#272727;
}

.k_txt{
	padding-left:3px;
	padding-top:0px;
	padding-right:7px;
	line-height:16px;
	color:#666;
}

.kauppiaat_textarea2 p{
	padding-left:3px;
	padding-top:5px;
	padding-right:10px;
	line-height:16px;
	color:#666;
}

.kauppiaat_textarea a:link{
	text-decoration: none;
	color:#be789c;
	text-align:left;
}

.kauppiaat_textarea a:visited{
	text-decoration: none;
	color:#be789c;
	text-align:left;
}

.kauppiaat_textarea a:active{
	text-decoration: none;
	color:#ffffff;
	text-align:left;
}

.kauppiaat_textarea a:hover{
	text-decoration: none;
	color:#666;
}

/***** Mallisto *****/

.container2{
	float:left;
}

#slider2{
	width:818px;
	position:relative;
}

.scroll2{
	width:818px;
	height:302px;
	overflow:auto;
	overflow-y:hidden;
	clear:left;
	position:relative;
}

.scrollContainer2 div.panel2{
	width:818px;
	float:left;
}

.sormusContainer{
	float:left;
	width:815px;
	height:302px;
}

.mallisto_imgarea{
	width:434px;
	height:302px;
	float:left;
}

.m_header{
	width:384px;
	height:87px;
}

.mallisto_textarea{
	width:384px;
	height:302px;
	background-image:url(../images/mallisto_txtbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

.m_left{
	padding-left:25px;
	padding-top:7px;
	float:left;
}

.m_left p{	
	line-height:21px;
	color:#111;
}

.m_right{
	padding-left:25px;
	padding-top:7px;
	padding-right:7px;
	float:left;
}

.m_right p{	
	line-height:21px;
	color:#666;
}

.m_napit{
	padding-left:50px;
	padding-top:9px;
	padding-right:23px;
	float:right;
}

.m_napit p{	
	line-height:21px;
	color:#666;
	font-style:italic;
	font-size:11px;
}

.m_napit a:link{
	text-decoration: none;
	color:#666;
	text-align:left;
}

.m_napit a:visited{
	text-decoration: none;
	color:#666;
	text-align:left;
}

.m_napit a:active{
	text-decoration: none;
	color:#ffffff;
	text-align:left;
}

.m_napit a:hover{
	text-decoration: none;
	color:#999;
}

.mallisto_sliderarea{
	width:868px;
	height:127px;
	background-image:url(../images/mallisto_sliderbg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.container{
	width: 760px;
    margin: 0 auto;
}

#slider{
	width:728px;
	position:relative;
}

.scroll{
	width:725px;
	height:97px;
	overflow:auto;
	overflow-y:hidden;
	clear:left;
	position:relative;
}

.scrollContainer div.panel{
	width:728px;
	float:left;
}

.sormus1{
	margin-left:11px;
	margin-top:10px;
	float:left;
}

.sormus{
	margin-left:15px;
	margin-top:10px;
	float:left;
}

.sivunum{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing:1px;
	line-height: 14px;
	font-style:italic;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}

.scrollButtons{
	position:absolute;
	top:36px;
	cursor:pointer;
}

.scrollButtons.left{
	left:-35px;
}

.scrollButtons.right{
	right:-35px;
}

/***** Basic-sivut *****/

.maintab_basic{
	width:868px;
	margin-top:53px;
	float:left;
	background-image:url(../images/basicBox_bg.jpg);
	background-repeat:repeat-y;
}

.b_header{
	width:809px;
	height:82px;
}

.basic_textarea{
	width:809px;
}

.basic_textarea p{
	padding-left:15px;
	padding-top:10px;
	padding-right:10px;
	line-height:16px;
	color:#666;
}

/***** Hinnasto *****/

.maintab_hinnasto{
	width:834px;
	margin-top:0px;
	float:left;
	background-image:url(../images/hinnastoBox_bg.jpg);
	background-repeat:repeat-y;
}

.hinnastoTable{
	float:left;
}

.maintab_hinnasto table{
	width:790px;
	border:solid 1px #333;
	border-collapse:collapse;
	margin-top:10px;
	margin-left:22px;
}

.maintab_hinnasto tr{
	border:solid 1px #999;
}

.maintab_hinnasto td{
	border:dotted 1px #999;
	padding:7px;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align:center;
}

.maintab_hinnasto p{
	text-align:center;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	line-height:16px;
	color:#666;
}

.tableHeader{
	background-color:#f1f1f1;
}

.float-left2{
	float:left;
}
