/* STANDARD STYLES */


/* scrolls definition */ 
BODY {color: #5F3B1F; font-family: Arial, Verdana; margin:0px;}

/* general look of text in the tables, of p style in the editor and website */ 
td 		{ font-family: Arial, Verdana; font-size: 11px; color: #5F3B1F;}
.text, p	{ font-family: Arial, Verdana; font-size: 11px; color: #5F3B1F;}
.border { border: 3px solid rgb(243, 229, 202); }

/* general look of selects, options, input and textareas */ 
SELECT, OPTION, INPUT, TEXTAREA {color: #614800; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none; }

/* style of links in main menu */
.menu   		{color: #5F3B1F; font-family: Arial, Verdana; font-size: 11px; font-weight: bold; }
a.menu:link { color: #5F3B1F; text-decoration: none; }
a.menu:visited { color: #5F3B1F; text-decoration: none; }
a.menu:active { color: #5F3B1F; text-decoration: none; }
a.menu:hover {color: #5F3B1F; text-decoration: underline;}
.menu_active   		{ color: #5F3B1F; font-family: Arial, Verdana; font-size: 11px; font-weight: bold;}
a.menu_active:link { color: #5F3B1F; text-decoration: underline; }
a.menu_active:visited { color: #5F3B1F; text-decoration: underline; }
a.menu_active:active { color: #5F3B1F; text-decoration: underline; }
a.menu_active:hover {color: #5F3B1F; text-decoration: underline;}

.menu2   		{ color: #B06A10; font-family: Arial, Verdana; font-size: 11px; font-weight: none;}
a.menu2:link { color: #B06A10; text-decoration: none; }
a.menu2:visited { color: #B06A10; text-decoration: none; }
a.menu2:active { color: #B06A10; text-decoration: underline; }
a.menu2:hover {color: #B06A10; text-decoration: underline;}
.menu2_active   		{ color: #B06A10; font-family: Arial, Verdana; font-size: 11px; font-weight: bold;}
a.menu2_active:link { color: #B06A10;  text-decoration: none; }
a.menu2_active:visited { color: #B06A10; text-decoration: none; }
a.menu2_active:active { color: #B06A10; text-decoration: none; }
a.menu2_active:hover {color: #B06A10; text-decoration: underline;}

.menu_head	{ color: #F3EEE2; font-family: "Times New Roman", Times, serif; font-size: 22px; font-weight: none;}


/* style of form's element (input,select,buttons) */
.select{ border: 1px solid #B8A276; color: #614800; background-color: #F0ECDE;}
.input { border: 1px solid #B8A276; color: #614800; background-color: #F0ECDE;}
.textarea { border: 1px solid #B8A276; color: #614800; background-color: #F0ECDE;}
.button {font-family: Verdana, Arial; font-size: 11px; font-weight: none; text-decoration: none; border: 1px solid #B8A276; background-color: #F0ECDE;}
.button_bold {font-family: Verdana, Arial; font-size: 11px; font-weight: bold; text-decoration: none; border: 1px solid #614800; background-color: #F0ECDE;}


/* general look of links */
a {color: #5F3C20; text-decoration: underline; }
a:hover {text-decoration: none; }
/*
a:link 	{font-family: Arial,Verdana; font-size: 12px; color: #0000ff; text-decoration: underline; }
a:visited{font-family: Arial,Verdana; font-size: 12px; color: #660066; text-decoration: underline; }
a:active {font-family: Arial,Verdana; font-size: 12px; color: #0000ff; text-decoration: underline; }
a:hover 	{font-family: Arial,Verdana; font-size: 12px; color: #0000ff; text-decoration: none; }
*/

.lng				{color: #888888; font-family:Verdana, Arial; font-size:7pt; font-weight:none; text-decoration:none;}
a.lng:link		{color: #888888; font-family:Verdana, Arial; font-size:7pt; font-weight:none; text-decoration:none;}
a.lng:active	{color: #888888; font-family:Verdana, Arial; font-size:7pt; font-weight:none; text-decoration:none;}
a.lng:visited	{color: #888888; font-family:Verdana, Arial; font-size:7pt; font-weight:none; text-decoration:none;}
a.lng:hover		{color: #666666; font-family:Verdana, Arial; font-size:7pt; font-weight:none; text-decoration:none; position: relative; left: 1px; top: 1px;}


/* titles look in editor and pages */
H1	 { font-family: Times New Roman,sans-serif; font-size: 22px; color: #C0852D; font-weight: normal; font-style: none; margin:0px;}
H2	 { font-family: Times New Roman,sans-serif; font-size: 18px; color: #C0852D; font-weight: normal; font-style: none;}
H3  { font-family: Times New Roman,sans-serif; font-size: 16px; color: #C0852D; font-weight: normal; font-style: none;}
H4  { font-family: Verdana, Arial; font-size: 14px; color: #5E3A1F; }
H5  { font-family: Verdana, Arial; font-size: 12px; font-style: italic; color: #5E3A1F; }
H6  { font-family: Verdana, Arial; font-style: italic; font-size: 11px; color: #5E3A1F; }


/* text footer style, with links */
.footer { font-family: Verdana, Arial; font-size: 11px; font-weight: normal; color: #5F3B1F; }
a.footer:link { font-family: Verdana, Arial; font-size: 11px; font-weight: normal; color: #5F3B1F; text-decoration: underline; }
a.footer:visited { font-family: Verdana, Arial; font-size: 11px; font-weight: normal; color: #5F3B1F; text-decoration: underline; }
a.footer:hover	{ font-family: Verdana, Arial; font-size: 11px; font-weight: normal; color: #5F3B1F; text-decoration: none; }
a.footer:active	{ font-family: Verdana, Arial; font-size: 11px; font-weight: normal; color: #5F3B1F; text-decoration: underline; }


/* style small text */
.smalltext { font-family: Arial, Verdana; font-size: 11px; font-weight: normal; color:#626262; }



.top {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #5F3B1F;}
a.top {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #5F3B1F;}
a.top:link { color: #5F3B1F; text-decoration: none;}
a.top:visited {color: #5F3B1F; text-decoration: none;}
a.top:active {color: #5F3B1F; text-decoration: none;}
a.top:hover { color: #5F3B1F; text-decoration: underline;}

.menu_top {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #876B56;}
a.menu_top {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #876B56;}
a.menu_top:link { color: #876B56; text-decoration: none;}
a.menu_top:visited {color: #876B56; text-decoration: none;}
a.menu_top:active {color: #876B56; text-decoration: none;}
a.menu_top:hover { color: #876B56; text-decoration: underline;}


/* style of links more */
.title {font-family: Times New Roman,sans-serif; color: #D4AB6E; font-size: 16px; font-weight: bold; text-decoration: none; }
.title:hover  {text-decoration: underline;}
.more {FONT-FAMILY: Verdana,Arial,Tahoma; color: #7B5B3A; FONT-WEIGHT: none; FONT-SIZE: 12px;  text-decoration: underline;}
A.more:hover  {text-decoration: underline;}


/* navigation styles */
a.navlink:link {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: Tahoma, sans-serif; TEXT-DECORATION: none}
a.navlink:active {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: Tahoma, sans-serif; TEXT-DECORATION: none}
a.navlink:visited {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: Tahoma, sans-serif; TEXT-DECORATION: none}
a.navlink:hover {	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: white; FONT-FAMILY: Tahoma, sans-serif; TEXT-DECORATION: underline}


/* MODULES STYLES */

/* search styles */
.pageResults {color: #aaaaaa;  TEXT-DECORATION: none; }
a.pageResults:link { color: #444444; TEXT-DECORATION: none;}
a.pageResults:active { color: #444444; TEXT-DECORATION: none;}
a.pageResults:visited { color: #888888; TEXT-DECORATION: none;}
a.pageResults:hover { color: #666666; background: #eeeeee;  TEXT-DECORATION: underline;}


/* gallery styles */
.gallery1 { background-color: #BAB697 }
.gallery2 { background-color: #F5ECC9 }
.gallery3 { background-color: #BAB697 }
.gallery4 { background-color: #BAB697 }
.galery_title { color: #584F31; font-size: 12px; font-family: Tahoma, sans-serif; font-weight: bold; text-decoration: none; }
.galery_info  { color: #584F31; font-size: 10px; font-family: Tahoma, sans-serif; font-weight: normal; text-decoration: none; }


/* shop styles */
.shop_title{ font-family: Arial,Verdana,tahoma; font-size: 22px; font-weight: none; text-decoration: none; color: #5F3B1F; }
.shop_short{ font-family: Arial,Verdana,tahoma; font-size: 12px; font-weight: bold; text-decoration: none; color: #5F3B1F; }
.shop_desc { font-family: Arial,Verdana,tahoma; font-size: 11px; font-weight: none; text-decoration: none; color: #666666; }
.shop_buy  { font-family: Times New Roman,sans-serif; font-size: 14px; font-weight: none; text-decoration: none; color: #5F3C20; }
.shop_price_prefix {font-family: Arial,Verdana,tahoma; font-size: 11px; font-weight: none; text-decoration: none; color: #666666; }
