/***********************************************
 copyright : (C) 2006 - Cart97                  
 Web: www.cart97.net  Mail: contact@cart97.net  
 Editor: Rob Seegers / DesignBox                
 change date : 24 - 06 - 2006                   
 **********************************************/

/*Body properties of all "tpl" files*/ 
body {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffffff;
}

/*Standard table properties*/
td {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: transparent;
	text-align: left;
}

.table_giftcoupon {
	background-color: #F7F7F7;
	width: 100%;
	border: #8B8B8B 1px solid;
	padding: 5px;
}

img {
	border: 0px solid;
}

a {
	color: #0a6b9e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid;
}

a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #8B8B8B;
	height: 1px;
	width: 100%;
	border-style: solid;
}

b {
	color: #0a6b9e;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*Same as <b> tag above, BUT... the WYSIWYG editor uses <strong> tags instead of <b></b>*/
strong {
	color: #0a6b9e;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.boldgrey {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.discount {
  color: #A9A9A9;
  font-family: Georgia, Times;
  font-size: 12px;
  font-weight: bold;
}

.otsikko {
    color: #0a6b9e;
	font-size: 16px;
	font-weight: bolder;
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  	
}

h1, h2, h3 {
	color: #0a6b9e;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
}

.plain {
  color: #000000;
  text-decoration:none;
}

.plain:hover {
  text-decoration: underline;
}

.small {
	font-family: Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}

.smallgrey {
  color: #888888;
  font-family: Tahoma, Verdana, Arial,Helvetica;
  font-size: 9px;
}

select, {
  font-family: Tahoma, Arial,Helvetica;
  font-size:10px;
  height: 18px;
 }

/* Beginning: List with headitems and subitems on homepage etc.  */
.category {
	color: #0a6b9e;
	font: 12px;
	font-family: Tahoma,Verdana,Arial,Helvetica;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	background-color: #F7F7F7;
  background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
}

.category:hover {
  text-decoration: none;
}

.sub_category {
  color: 0a6b9e;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma,Verdana,Arial,Helvetica;
  text-decoration:none;
  padding-left: 5px;
  background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
}

.cur_category {   
  color: #0a6b9e;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma,Verdana,Arial,Helvetica;
  text-decoration:none;
  padding-left: 5px;
  background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
}
/* End: List with headitems and subitems on homepage etc.  */

.thumb_gallery {
  border-bottom: solid 3px white;
}

.thumb_gallery:hover {
  border-bottom: solid 3px red;
}

/* Begin buttons on top of all pages */
.cat_list_bg {
	background-color: #0a6b9e;
  background-image: none;
}

.cat_list_bg a {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.cat_list_bg a:hover {
	color: #000000;
	text-decoration: none;
}
/* End buttons on top of all pages */

/* Begin properties of all the boxes left and right on the page*/
.boxtitle {
	background-color: #0a6b9e;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid;
	border-color: #006161;
}

.boxtitle_small {
	background-color: #0a6b9e;
  font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.boxtable {
	border: 1px solid;
	border-color: #006161;
	background-color: #F7F7F7;
	padding: 3px;
	width: 100%;
}

.boxtext {
	color: #666666;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxtext_browse {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	text-align: left;
	padding-left: 7px;
}
/* End properties of all the boxes left and right on the page*/

.tab_go {
	width: 20px;
	height: 17px;
	border: solid 0px;
	padding-bottom: 1px;
}

input {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 14px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
}

.input110 {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 14px;
	width: 110px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
}

.input150 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 14px;
	width: 150px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
  padding-left: 5px;
}

.input250 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 14px;
	width: 250px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
}

.area400 {
	font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  height: 150px;
	width: 400px;
	border: solid 1px;
	border-color: #666666;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.noborder {
	border: solid 0px;
}

.no {
	width: 16px;
  height: 16px;
  border: solid 0px;
}

.button {
  height: 19px;
	color: #0a6b9e;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	cursor: pointer;
}

/*Input images lookalike html buttons pixelhack*/
.buttonimage {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 12px;
    color: #0a6b9e;
	cursor: hand;
	border: none;
	background: #ffffff;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 19px;
  	cursor: pointer;
}

.backlite {
	background-color: white;
}

.backlite_over {
	color: #000000;
	font-weight: bold;
	background-color: #F7F7F7;
	cursor: hand;
}

.backlite_select {
	color: #000000;
	font-weight: bold;
	background-color: #F7F7F7;
}

.pagination {
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica;
  width: 15px;
  text-align: center;
  background-color: #ffffff;
}

.pagination2 {
  color: #000000;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica;
  width: 150px;
  text-align: center;
  background-color: #ffffff;
}

.pagination a {
  color: #000000;
  text-decoration: none;
  float:left;
  width: 100%;
}

.pagination a:hover {
  color: #000000;
}

#best a {
  color: #0a6b9e;
  font-size: 12px;
  text-decoration: none;
}

#best a:hover {
  color: #000000;
}