BODY {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #6a6a6a;
	margin: 0px;
	padding: 0px;
}

/* ______________________________________________________________________________*/

/* Page that comes when a site is unactivated */
BODY.unactivated{
	padding-top: 100 px;
	text-align: center;
}

/* Page that comes when a user is trying to access a module without rights */
BODY.security{}

/* ______________________________________________________________________________*/

/* Headers on the pages */
H2 {
	margin: 0px;
	font-size: 13px; 
	margin-bottom: 11px;
	color: #634c2f;
}

H3 {
	font-size: 15px; 
	margin-bottom: 5px;
	margin-top: 2px;
	color: #634c2f;
}

H4 {
	font-size: 13px; 
	margin-bottom: 5px;
	margin-top: 2px;
	color: #634c2f;
}

H5 {
	font-size: 11px; 
	margin-bottom: 3px;
	margin-top: 1px;
	color: #634c2f;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: black;
}
A:hover {
	color: grey; 
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TH {
	text-align: left;
}
TABLE.list {
	padding: 0;
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
/*	padding-right: 10px; */
padding: 0px;
}
td.image {
	display: none;
}
TD.content {
	padding: 0;
	vertical-align: top;
}

DIV.date {
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 300px;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 300px;
	height: 50px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	font-weight: bold;
	margin-bottom: 2px;
}

/* Longer explanation of the text above */
SPAN.frmheaddesc {
	font-weight: normal;
}

/* Asterisk (*) above a field that is mandatory */
SPAN.requi {
	color: #CC0000;
}

/* Text that comes when something is not right. (wrong password, incorrect e-mail etc.) */
SPAN.error {
	color: #CC0000;
}

/* ______________________________________________________________________________*/

/* Dividelines */
DIV.divideline {
	background-color: #666666;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #666666;
	height: 1px;
}

/* ______________________________________________________________________________*/

/* Elements containing content from the editor */
table.editor {
	width: 100%;
}
TABLE.editor_borderon {
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
TD.editor_borderon {
	border-right: 1px solid  #999999;
	border-bottom: 1px solid  #999999;
	vertical-align: top;
}
TABLE.editor_borderoff {}
TD.editor_borderoff {
	vertical-align: top;
}
IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
	padding: 0px;
}
LI {
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

br.afteitor {
	display: none;
}

/* ______________________________________________________________________________*/

/* Header 1, 2, 3, 4 */

FONT.size1 {
	font-size: 11px;
}
FONT.size2 {
	font-size: 15px;
}
FONT.size3 {
	font-size: 18px;
}
FONT.size4 {
	font-size: 22px;
}

/* ______________________________________________________________________________*/

/* Download area module */
H4.file {}
DIV.filechild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.file {
	padding-bottom: 5px;
}
DIV.filedescription {
	padding-top: 3px;
}
IMG.file {}

/* ______________________________________________________________________________*/

/* Product module */
H4.product {}
DIV.productintroduction {}

/* ______________________________________________________________________________*/

/* News module */
H4.news {
	font-size: 11px;
}
DIV.newsintroduction {
	font-size: 11px;
}

/* ______________________________________________________________________________*/

/* Link module */
H4.link {}
DIV.linkdescription {
	padding-top: 1px;
}
DIV.linkchild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.link {
	padding-bottom: 5px;
}

/* ______________________________________________________________________________*/

/* Guestbook module */
TD.guestbookpost {
	padding-top: 7px;
	padding-bottom: 18px;
}
TD.fieldname {
	font-weight: bold;
	vertical-align: top;
}
TD.fieldcontent {
	vertical-align: top;
}
DIV.reply {
	font-style: italic;
	color: #666666;
}

/* ______________________________________________________________________________*/

/* Login module */
BODY.loginmenu{
	margin: 0px;
	padding: 0px;
}
TABLE.loginmenu{
	height: 100%;
}
TD.loginmenu{
	font-size: 10px;
	background-image: url("login_btn.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 15px;
}
A.loginmenu {
	font-weight: bold;
	text-decoration: none;
}

/* ______________________________________________________________________________*/

/* Grid (Calender, Forum, Schedule...) */
TABLE.grid {
	width: 100%;
}
TR.grid_even {
	background-color: #D5DFE5;
}
TR.grid_odd {
	background-color: #D5DFE5;
}
TH.grid {
	background-color: #ABC0D1;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
TD.grid {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* ______________________________________________________________________________*/

/* Calender module */
TABLE.calenderchoose {
	width: 400px;
}
TH.calenderchoose {}
SELECT.calenderyear {
	width: 120px;
}
SELECT.calendermonth {
	width: 120px;
}

TABLE.calender {}
TH.calender {}
TH.calenderweek {
	background-color: #FFFFFF;
}
TH.calenderholiday {
	color: #CC0000;
}

TR.calender_even {}
TR.calender_odd {}

TD.calender {
	height: 50px;
}
TD.calenderweek {
	background-color: #FFFFFF;
}
TD.calenderdayinmonth {}
TD.calenderdaynotinmonth {
	background-color: #E6EBED;
}

DIV.calenderdayinmonth {
	font-weight: bold;
}
DIV.calenderdaynotinmonth {
	display: none;
}
DIV.calendertoday {}
DIV.calenderholiday {
	color: #CC0000;
}
A.calenderholiday {color: #CC0000}

H4.calender {
	font-size: 11px;
	margin-bottom: 1px;
}
DIV.calenderintroduction {
	padding-bottom: 5px;
}
DIV.calenderdaywithevent {
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Forum module */
TABLE.forum {}
TH.forum {}
TD.forum {}
TR.forum_even {
	background-color: #E6ECF0;
}
TR.forum_odd {}

TABLE.forumthread {}
TH.forumthread {}
TD.forumthread {
	vertical-align: top;
}

/* ______________________________________________________________________________*/

/* bar graph */
/*div.graph_bar0{width:54px; BACKGROUND-IMAGE: url(graph/bar0.gif);}
div.graph_bar1{width:54px; BACKGROUND-IMAGE: url(graph/bar1.gif);}
div.graph_bar2{width:54px; BACKGROUND-IMAGE: url(graph/bar2.gif);}
div.graph_bar3{width:54px; BACKGROUND-IMAGE: url(graph/bar3.gif);}
div.graph_bar4{width:54px; BACKGROUND-IMAGE: url(graph/bar4.gif);}
div.graph_base{width:54px; height:45px; BACKGROUND-IMAGE: url(graph/base.gif);}*/

INPUT.short {
	width: 230px;
}
SELECT.short {
	width: 230px;
}
TABLE.search {
	width: 100%;
}

/* ______________________________________________________________________________*/

/* Activity module */
TABLE.activityresource {
	width: 100px;
	border: 1px solid #E6EBED;
	border-top: 0px none transparent;
	background-image: url("bg_time.gif");
}
TD.activityresource {
	width: 100px;
}
TH.activityresource {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.activity {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #81A0B8;
	padding-left: 5px;
	padding-right: 5px;
}
TD.timebar {}
TD.time {
	text-align: right;
	border-top: 1px solid #E6EBED;
	padding-right: 5px;
	padding-left: 5px;
}
TH.time {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
TD.timebar {}
TABLE.timebarnarrow {
	width: 100%;
}
TH.timenarrow {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.timenarrow {
	padding-right: 9px;
}
TD.layoutloginmenu {
	height: 1px;
}
TABLE.loginmenu {
	height: 40px;
}

/* ______________________________________________________________________________*/

/* Shop module */
TEXTAREA.cashregcomment {
	width: 100%;
	height: 100px;
}
TD.cashregtotal {
	font-size: 13px;
	font-weight: bold;
}
TD.cashregtotalprice {
	font-size: 13px;
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Image bank module */
h4.imagebank {
	font-size: 11px;
	font-weight: normal;
}
td.imagebankobject {
	text-align: center;
}
td.imagebankcategory {
	text-align: center;
}
td.imagebankdivider {
	padding-top: 20px;
}

/* ______________________________________________________________________________*/

/* Highlighting of searchwords */
SPAN.searchhighlight {
	background-color: #DDDDDD;
}
/* Highlighting of dictionary words */
SPAN.dictionaryword {
	background-color: #DDDDDD;
}

/* ============================================================================= */
#libris { }
/* ============================================================================= */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#main_table { }
/* ---< main table >--- */

table.tmp_tbl {
	height: 100%;
	vertical-align: top;
}

td.tmp_left {
	height: 100%;
	vertical-align: top;
	
	background-color: #f6f2ec;
}

table.tmp_tbl2 {
	height: 100%;
	vertical-align: top;
}

td.tmp_left_top {
	vertical-align: top;
}

td.tmp_right {
	background-image: url("bg_right.gif");
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #634c2f;
	width: 100%;
}

/* ---</ main table >--- */

#layout_struct { }
/* ---< main layout struct >--- */

div.tmp_head {
	width: 983px;
	height: 246px;
	
	background-image: url(bg_head.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.tmp_menu {
	width: 983px;
	height: 49px;
	
	background-image: url(bg_menu.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

div.level1
        {
            background-color:red;
        }
        
        .tree-level2
        {
            padding-top: 2px;
            padding-bottom: 2px;
            border-bottom: 1px solid #FFF;
            padding-left:10px;
            color: #6A6A6A;
            background-color:#F6F2EC;
        }
        
        .tree-level3
		{
            padding-top: 2px;
            padding-bottom: 2px;
            color: #6A6A6A;
            background-color:#FFFFFF;
            padding-left:24px;
            
        }
        
        .tree-level4
		{
            padding-top: 2px;
            padding-bottom: 2px;
            color: #6A6A6A;
            background-color:#FFFFFF;
            padding-left:38px;
            
        }
        
        .tree-level5
		{
            padding-left:40px;
        }
div.cat-menu-selected
{
            padding-top: 2px;
            padding-bottom: 2px;
            color: #000000;
            
}

div.tmp_tree {
	width: 218px;
	background-color: #f6f2ec;
	
	float: left;
}

div.tmp_content {
	width: 548px;
	background-color: #f6f2ec;
	float: left;
}

div.tmp_offer {
	width: 217px;
	background-color: #f6f2ec;
	float: left;
}

td.tmp_address {
	height: 38px;
	background-image: url(bg_address.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding:0px;
}

td.tmp_address div {
	margin-bottom: 4px;
}

/* ---</ main layout struct >--- */

#head { }
/* ---< main content - from ssp editortext >--- */

table.tmp_tbl_head {
	margin-top: 4px;
	height: 100%;
	width: 100%;
}

td.tmp_head_t {
	background-image: url(bg_head_t.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

td.tmp_head_c {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(bg_head_c.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

td.tmp_head_b {
	background-image: url(bg_head_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
}

/* ---</ main content - from ssp editortext >--- */

#menu { }
/* ---< headmenu >--- */

/* quickimenu */
div.quick_menu1,
div.quick_menu2,
div.quick_menu3,
div.quick_menu4 {
	float: left;
}

div.quick_menu1 {
	margin-left: 8px;
	margin-top: 6px;
}

div.quick_menu2 {
	margin-left: 17px;
	margin-top: 8px;
}

div.quick_menu3 {
	margin-left: 19px;
	margin-top: 9px;
}

div.quick_menu4 {
	margin-left: 17px;
	margin-top: 9px;
}

a.quick_menu img {
	border: none;
}

/*________________________*/


/* horis-menu */
div.hori_menu_box {
	float: left;
	margin-top: 11px;
	margin-left: 110px;
}

td.hori_menu {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding-left: 7px;
	padding-right: 8px;
	border-left: 1px solid #ce2127;
}	

td.hori_menufirst {
	border: none;
	padding: 0px;
	padding-right: 5px;
}

a.hori_menu {
	color: #6a6a6a;
}

a.hori_menu:hover {
	text-decoration: underline;
}

a.active {
	color: #95181c;
}

td.xmoduleid17492 {
	border: none;
}

/*________________________*/


/* ---</ headmenu >--- */


/* ---< tree >--- */

div.tmp_tree {
	height: 400px;
}

table.tmp_tree {
	width: 100%;
	/* height: 100%;*/
}

td.tree_header {
	background-image: url(bg_treehead.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 40px;
}

div.tree_content {
	vertical-align: top;
	height: 100%;

	padding-left: 11px;
	padding-right: 5px;
	background-image: url(bg_tree.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

td.tree_footer {
	background-image: url(bg_treebtm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:23px;
}

table.tree {
	width: 100%;
}

table.tree a {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6a6a6a;
}
table.tree td.expanded a {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#cc071e;
}

table.tree td {
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

table.tree tr.first td.level2 {
	padding-top: 2px;
}

table.tree tr.levellast td {
	padding-bottom: 2px;
}

table.tree tr.level1 td {
	background-color: #f6f2ec;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}

table.tree tr.level2 td {
	padding-left: 10px;
}

table.tree tr.level3 td {
	padding-left: 30px;
}

table.tree tr.level4 td {
	padding-left: 35px;
}

table.tree img.arrow {
	visibility: hidden;
	margin-right: 4px;
}

table.tree tr.level1 img.arrow {
	visibility: visible;
	margin-right: 4px;
}

table.tree tr.expanded img.arrow {
	visibility: visible;
}

/* ---</ tree >--- */


/* ---< offers >--- */

table.tmp_offer {
	width: 100%;
	height: 100%;
}

td.tmp_search {
	vertical-align: top;
	background-image: url(bg_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 69px;
}

td.tmp_offers_top {
	vertical-align: top;
	background-image: url(bg_offer_top.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	height: 18px;
}

td.tmp_offers_content {
	vertical-align: top;
	background-image: url(bg_offer.gif);
	background-repeat: repeat-y;
	background-position: 6px 0px;
	height: 100%;
	padding: 0px 10px 0px 30px;
}

td.tmp_offers_foot {
	vertical-align: top;
	background-image: url(bg_offer_bottom.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	height: 18px;
}


td.tmp_news_top {
	vertical-align: top;
	background-image: url(bg_news_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

td.tmp_news_content {
	height: 100%;
	vertical-align: top;
	background-image: url(bg_news.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}

td.tmp_news_foot {
	vertical-align: top;
	background-image: url(bg_news_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 18px;
}

/* ---</ offers >--- */

# framsidan { }
# kategorisidan { }
/* ---< framsidan + kategorisidan >--- */

table.tmp_outer {
	vertical-align: top;
	height: 100%;
}

td.tmp_prod_row {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

table.tmp_tbl_col,
td.tmp_prod_col {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

td.tmp_prod_col table {
	width: 100%;
	height: 100%;
}

td.tmp_prod_t {
	background-image: url(bg_prod_t.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

td.tmp_prod_c {
	vertical-align: top;
	background-image: url(bg_prod_c.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px;
	height: 100%;
	padding-left: 20px;
	padding-right: 15px;
}

div.tmp_fram_prod_img {
	height: 135px;
}

td.tmp_prod_b {
	background-image: url(bg_prod_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
}

/* ---</ framsidan + kategorisidan >--- */



/* ---< Kategori midsec >--- */


td.tmp_midsec,
table.tmp_tbl_midsec {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

td.tmp_midsec_left {
	width: 50%;
}

td.tmp_midsec_right {
	width: 50%;
}

td.tmp_midsec_left table,
td.tmp_midsec_right table {
	height: 100%;
	width: 100%;
}

td.tmp_midsec_right td.tmp_midsec_t {
	background-image: url(bg_c_midsec_tr.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

td.tmp_midsec_left td.tmp_midsec_t {
	background-image: url(bg_c_midsec_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
}

td.tmp_midsec_c {
	background-image: url(bg_c_midsec_c.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 6px;
}

td.tmp_midsec_b {
	background-image: url(bg_c_midsec_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
}

table.tmp_midsec_data {
	padding-left: 10px;
}

td.tmp_midsec_data_row_even {
	padding-left: 10px;
	background-color:#F6F2EC;
}

td.tmp_midsec_data_row_odd {
	padding-left: 10px;
	background-color:#FFFFFF;
}

/* ---</ Kategori midsec >--- */

#produkt { }

/* ---< produkt detail >--- */

table.tmp_prodbox td {
	vertical-align: top;
}

/* left side */
td.tmp_infobox {
	padding-right: 15px;
	width: 100%;
}

/* _______________________________ */


/* form */
td.tmp_prod_tipfriend_form {
	width: 1px;
}

table.tmp_prodbox td.tmp_tipfriend_form_btn {
	vertical-align: bottom;
	width: 1px;
	height: 100%;
}

td.tmp_prod_tipfriend_form_head {
	font-weight: bold;
}

td.tmp_prod_tipfriend_form_cont {
	height: 100%;
	width: 100%;
}


label.tmp_form_label {
	padding-top: 5px;
	font-size: 10px;
	font-weight: normal;
	float: left;
	width: 137px;
}

input.tmp_form_inp {
	width: 125px;
	border: 1px solid #a5acb2;
}


td.tmp_prod_tipfriend_form_foot label.tmp_form_label {
	float: left;
	width: 270px;
}

td.tmp_prod_tipfriend_form_foot input.tmp_form_inp {
	width: 262px;
}

/* _______________________________ */

td.tmp_prod_txt,
td.tmp_prod_tipfriend {
	border-bottom: 1px solid #dfd6c8;
	padding-bottom: 10px;
}

td.tmp_prod_tipfriend,
td.tmp_prod_rek_head {
	padding-top: 10px;	
}

td.tmp_prod_rek table {
	width: 100%;
}

td.tmp_prod_rek_even {
	padding: 4px;
	background-color: #f6f2ec;
}

td.tmp_prod_rek_odd {
	padding: 4px;
}

td.tmp_prod_rek_head {
	font-weight: bold;
	padding-bottom: 5px;
}

td.tmp_prod_rek_foot {
	text-align: right;
}

td.tmp_prod_buy {
	padding-top: 15px;
	width: 100%;
}

td.tmp_prod_buy table {
	width: 100%;
}

td.tmp_prod_buybox_t {
	background-image: url(bg_buybox_t.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
}

td.tmp_prod_buybox_c {
	background-image: url(bg_buybox_c.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

td.tmp_prod_buybox_b {
	background-image: url(bg_buybox_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
}

div.tmp_btn_buy {
	float: right;
}

/* ---</ produkt detail >--- */


#search_result { }
table.tmp_tbl_search_result {
	width: 100%;
}

td.tmp_search_result_t {
	background-image: url(bg_search_t.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 16px;
}

td.tmp_search_result_c {
	background-image: url(bg_search_c.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 15px;
}

td.tmp_search_result_b {
	background-image: url(bg_search_b.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
}

div.tmp_search_result_img {
	float: left;
	margin-right: 5px;
}


# searchform { }

table.tmp_tbl_search_form {
	color: #6a6a6a;
	width: 100%;
	padding-left: 15px;
	padding-top: 13px;
}

input.tmp_search_img {
	position: relative;
	left: 4px;
	top: -3px;
}

input.tmp_search {
	position: relative;
	border: 1px solid #dfd6c8;
	background-color: #efebe4;
	top: -9px;
	padding: 3px;
	width: 140px;
}

table.tmp_tbl_search_form h5 {
	margin: 0px;
	padding: 0px;
}

/* ______________________________________________________________________________*/

