/* html tags redifinition */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

FORM {
    margin: 0px;
}

P, table, TR, TD, DIV, iframe {
	font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;		
}


A, A:active, A:visited {
	color: #ffb280;	
	text-decoration: none;
	font-weight: bold;	
}

A:hover {
	color: #ffb280;
	text-decoration: underline;
	font-weight: bold;			
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;	
}

/* texts */


.jewerly_title {
	text-transform:uppercase;
	background-color:#000000;
	color:#ffffff;	
}

.jewerly_madeof {
	background-color:#ffffff;
	color:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
	/*font-stretch:condensed; */
	text-transform:uppercase;
}	
	

.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.textMid {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#B70008;
}
.textBig {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#B70008;
}
.textBigMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#000000
}

/* small text 10px arial - news date */
.textSmallGray, .textSmallGray:link, .textSmallGray:active, .textSmallGray:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;	
	color:#949494;
	text-decoration: none;		
}
.textSmallGray:hover {
	font-size: 10px;	
	color:#949494;
	text-decoration: underline;	
}

/* language menu */
.textLangCell {
	padding: 2 7 2 7;
}
.textLangCellsel {
	padding: 2 7 2 7;
	border: 1px solid #CBCBCB;	
}
.textLang, .textLang:link, .textLang:active, .textLang:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;	
	color:#000000;
	text-decoration: none;	
	font-weight: normal;			
}
.textLang:hover {
	font-size: 10px;	
	color:#B70008;
	text-decoration: none;	
	font-weight: normal;			
}

/* menu */
#mainmenu {padding:10px 35px 10px 35px;}

.menuCell {
	padding: 2 8 2 8; 
}
.menuCellsel {
	padding: 2 8 2 8; 
	border: 1px solid #C96267;
}
.menu, .menu:link, .menu:active, .menu:visited {
	font-size: 12px; 
	color: #ffffff; 
	text-decoration: none;
	font-weight: normal;	
}
.menu:hover {
	font-size: 12px; 
	color: #ffffff; 
	text-decoration: underline;
	font-weight: normal;		
}

/* submenu */

#submenu {padding:35px 35px 10px 35px;}
.submenuCell {
	padding: 2 8 2 8; 
}
.submenuCellsel {
	padding: 2 8 2 8; 
	border: 1px solid #CBCBCB;
}
.submenu, .submenu:link, .submenu:active, .submenu:visited {
	font-size: 12px; 
	color: #000000; 
	text-decoration: none;
	font-weight: normal;	
}
.submenu:hover {
	font-size: 12px; 
	color: #000000; 
	text-decoration: underline;
	font-weight: normal;		
}

/* copyright eilute */

.cellCopyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 7 7 7 7; font-size: 10px; color: #949494;
}
.textCopyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
	font-weight: normal;	
}
.textCopyright:link, .textCopyright:active, .textCopyright:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
	text-decoration: underline;
	font-weight: normal;		
}
.textCopyright:hover {
	text-decoration: underline;
	color: #000000;	
	font-weight: normal;		
}



