body {
   background-color: #CCCCCC;
	 margin: 0;
	 padding: 0;
	 
}

/* DIV -MÄÄRITTELYT */

/*******************************/
/**Tekstimäärittelyt           */
/*******************************/
p {
  border: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
h1{
    	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333333;
}

h2{
    border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

h3, h4 ,h5 {
  border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #333333;
}
DIV#varoitus  {
  border: 1px solid #ff0000;
	background-color: #560000;
	color: #f333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px;
	
}

/* Taulukkomäärittelyt */
TABLE TR TD {
  font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 3px;
}
TABLE TH {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
	color: #333333;
	font-size: 12px;
	padding: 3px;	
}

TABLE CAPTION {
  font-family: Arial, Helvetica, sans-serif;
	color: yellow;
}
/*************************/
/* Lomakkeen määrittelyt */
/*************************/

INPUT, TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-size: 11px;
	border-bottom: 1px solid #e7ab29;
	border-right: 1px solid #e7ab29;
	border-left: 1px solid #f8bd3d;
	border-top: 1px solid #f8bd3d;
	padding: 3px;
}

INPUT.button {
	background-color: #FFAD01;
	border-bottom: 1px solid #d0920d;
	border-right: 1px solid #d0920d;
	border-left: 1px solid #f8bd3d;
	border-top: 1px solid #f8bd3d;
}

INPUT.button:hover {
  background-color: #ecc36b;
}

LABEL { 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

FIELDSET {
 	border: 1px solid #cccccc;
	margin: 2px;
}

A { color: #ffad01; }
A:visited { color: #ffad01; }

/*********************************************/
/**** VARSINAISEN TEKSTIKENTÄN MÄÄRITTELYT ***/
/*********************************************/
/**
 * Luodaan määrittely läpinäkyvälle taustalle
 * ja toiselle taustakuvalle
 */
 
 
DIV#multiply_image {
  margin-left: 40px;
  background-image: url("http://www.coverdrive.fi/img/text_bg1.jpg");
	background-repeat: no-repeat;
	width: 669px;
	min-height: 450px;
	padding-bottom: 10px;
	
	position: relative;
	z-index: 3;
  
}
#text_field {
	 position: relative;
   width: 670px;
	 border: 1px solid #ff0000;
	 z-index: 4;
	/* margin-left: 40px; */
   }

#text_field_transparent_background {
   width: 670px;
   background-image: url("http://www.coverdrive.fi/img/opacity40black.png") !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #000000;                          /* IE only */
   filter:alpha(opacity=40);                           /* IE only */
	 z-index: 4;
   }

#text_field_fixed_text { 
	
	 position: relative; 	 
	 z-index: 4; 
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 20px;
	 padding-top: 5px;	 
	height: auto;
}
/* ALAPALKKI */
DIV#footer {
  width: 757px;
	height: 60px;
	background-image: url("http://www.coverdrive.fi/img/footer.gif"); 
	background-color: #FF3006;
}

/********* UUTISPALKIN MÄÄRITTELYT ***************/
#news_column {
   position: absolute;
   width: 140px;
     height: 165px;
   margin-left: 40px;
   margin-top: 50px;
   margin-bottom: 10px;   
   border: 1px solid #ff0000;
 }

#news_transparent_background {
   width: 140px;
   height: 165px;
   background-image: url("http://www.coverdrive.fi/img/opacity20.png") !important;  /* Mozilla only */
   background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #ffffff;                          /* IE only */
   filter:alpha(opacity=20);                           /* IE only */
 
   }

#news_fixed_text { position: relative; }

UL.uutisteksti {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	list-style-type: none;
	text-align: left;
	padding: 3px;
}
UL.uutisteksti LI {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	list-style-type: none;
}
/*************************************/

/********************/
/* LISTAMÄÄRITTELYT */
/********************/
UL {
  margin: 0;
  padding-left: 14px;
	border: 0;
}
LI {
  font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	
}
OL LI { list-style-type: numeric; }
/* VALIKON NAPIT */
UL.menu_buttons {
  margin-left: 0;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	padding: 0;
	display: block;
	line-height: 100%;
	height: 34px;
}
UL.menu_buttons LI {
	display: inline;
	whitespace: nowrap;
	line-height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: 34px;
}
UL.menu_buttons LI A {
  margin: 0;
	padding: 0;
}
UL.menu_buttons LI A IMG {
  border: 0;
	padding: 0;
	margin: 0;
}

UL.menu_buttons LI A:hover IMG {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
}

/******************************/
/* VIERASKIRJAN NAPIT         */
/******************************/
td a {
  color: #ffad01;
	font-weight: bold;
text-decoration: none;
}
td a:visited {
  color: #ffad01;
text-decoration: none;
}

td a:hover {
	text-decoration: none;
	font-weight: bold;
}

td {
  vertical-align: top;
}

td a img {
  border: 0;
	
}

/** Hannun lisäykset ***/
TD.gbTop{
	border-top:1px solid #FFAD01;
	padding-top:5px;
}	

p.navi{
	border: 0;
	padding: 2px;
	margin-bottom:10px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	background: #ffad01;
}

p.navi A{
	border: 0;
	margin: 0;
	padding: 2px;
	margin-bottom:10px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	background: #ffad01;
}

p.navi A:visited{
	border: 0;
	padding: 2px;
	margin-bottom:10px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	background: #ffad01;
}

p.green{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	color: #189346;
}
p.error{
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #fd2525;
}

#fbox {
	position: relative;
    width: 280px;
    /* border: 1px solid #ff0000; */
    padding: 4px;	
	/* margin-left: 40px; */
}

#fboxheader {
	
}

/* Tuotteet */
#products {
	margin-left:15px;
	width: 680px;
	height: 40px;
	text-align: right;
}
p.products {
    border: 0;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

li{
	margin-bottom:2px;
	margin-top:2px;
}

