/***********************************************
 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: 11px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffffff;
  background-image: url(images/bg_frontend.gif);
	background-position: center;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*Standard table properties*/
td {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, 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: #006161;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid;
}

a:hover {
	color: #FF7B00;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #8B8B8B;
	height: 2px;
	width: 100%;
	border-style: dotted;
}

b {
	color: #FF7B00;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, 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: #FF7B00;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.boldgrey {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.discount {
  color: #A9A9A9;
  font-family: Georgia, Times;
  font-size: 12px;
  font-weight: bold;
}

h1, h2, h3 {
	color: #666666;
	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: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9px;
}

.smallgrey {
  color: #888888;
  font-family: Tahoma, Verdana, Arial,Helvetica;
  font-size: 9px;
}

select, {
  font-family: Verdana, Tahoma, Arial,Helvetica;
  font-size:10px;
  height: 18px;
 }

/* Beginning: List with headitems and subitems on homepage etc.  */
.category {
	color: #006161;
	font: 10px;
	font-family: 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: #000000;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana,Arial,Helvetica;
  text-decoration:none;
  padding-left: 5px;
  background-image: url('images/bullet_small.gif');
	background-repeat: no-repeat;
}

.cur_category {   
  color: #FF7B00;
  font-size: 10px;
  font-weight: bold;
  font-family: 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: #000000;
  background-image: none;
}

.cat_list_bg a {
	color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.cat_list_bg a:hover {
	color: #A3FFFF;
	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: #000000;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid;
	border-color: #006161;
}

.boxtitle_small {
	background-color: #000000;
  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: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: #F7F7F7;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxtext_browse {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Tahoma, 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 {
  color: #009797;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  border: 2px dotted #A2A1A1;
  width: auto;
  background: #ffffff;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 19px;
	cursor: hand;
}

/*Input images lookalike html buttons pixelhack*/
.buttonimage {
  width: 105px;
  height: 19px;
	cursor: hand;
	border: none;
}

.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: 10px;
  font-family: Tahoma, Arial, Helvetica;
  width: 15px;
  text-align: center;
  background-color: #F5F5FF;
}

.pagination2 {
  color: #ffffff;
  font-size: 10px;
  font-family: Tahoma, Arial, Helvetica;
  width: 15px;
  text-align: center;
  background-color: #738FBF;
}

.pagination a {
  color: #22229C;
  text-decoration: none;
  float:left;
  width: 100%;
}

.pagination a:hover {
  color: #FF7B00;
}

#best a {
  color: #FF7B00;
  font-size: 10px;
  text-decoration: none;
}

#best a:hover {
  color: #006161;
}