body
{
 	background: #FFFFFF url("/images/body_bg.gif") repeat-x;
	margin: 0px;
	font:  normal 10pt Verdana, Arial, Tahoma;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

/*****************/
table.mainTable
{
	width: 100%;
	height: 100%;
}


table.leftMainTable
{
	width: 238px;
}


table.leftMenuTable
{
/*
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
*/
}

table.leftMenuTable td.catTitle
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	background: url("/images/menu_cat_title_bg.gif") no-repeat;
	width: 208px;
	height: 22px;
	text-align: center;
}

table.catItem
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	width: 208px;
	height: 16px;
	background: #0a1f6f;
}

table.catItem td.menuBullet
{
	width: 10px;
	text-align: center;
}

table.catItem td.menuItem a
{
	color: #FFFFFF;
	text-decoration: none;
}

table.catItem td.menuItem a:hover
{
	color: #F5F5F5;
	text-decoration: underline;
}

table.leftPluginTable
{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	width: 208px;
	border-collapse: collapse;
}

table.leftPluginTable tr.leftPluginTableRow
{
	background: #0a1f6f;
}

input.leftFormText
{
	width: 142px;
	height: 19px;
	border: #12113b 1px solid;
}


/* Top menu */
table.topMenuTable
{
	width: 552px;
	height: 35px;
	background: url("/images/tm_bg.gif") repeat-x;
}

table.topMenuTable td.tmItem
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	text-align: center;
}

table.topMenuTable td.tmItem a
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

table.topMenuTable td.tmItem a:hover
{
	color: #F5F5F%;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}

table.topMenuTable td.tmSplit
{
	width: 10px;
}


/* Top submenu */
table.topSubmenuTable
{
	height: 22px;
}

table.topSubmenuTable td.tsmItem
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	text-align: center;
	background: url("/images/tsm_bg.gif") repeat-x;
	width: 150px;
}

table.topSubmenuTable td.tsmItemActive
{
	color: #6ab4ff;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	text-align: center;
	background: url("/images/tsm_bg.gif") repeat-x;
	width: 150px;
}

table.topSubmenuTable td.tsmItem a
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

table.topSubmenuTable td.tsmItem a:hover
{
	color: #F5F5F%;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}

table.topSubmenuTable td.tsmSplit
{
	width: 10px;
}




table.contentTable
{
	color: #0a1f6f;
	width: 552px;
	height: 100%;
}

table.contentTable td.content
{
	background: #FFFFFF;
}

table.contentTable td.contentBorderBg1
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	width: 542px;
	height: 36px;
	padding: 0px 10px;
	background: url("/images/content_border1_bg.gif") repeat-x;
}

table.contentTable td.contentBorderBg2
{
	width: 5px;
	height: 100%;
	background: url("/images/content_border2_bg.gif") repeat-y;
}

table.contentTable td.contentBorderBg3
{
	width: 100%;
	height: 5px;
	background: url("/images/content_border3_bg.gif") repeat-x;
}

table.contentTable td.contentBorderBg4
{
	width: 5px;
	height: 100%;
	background: url("/images/content_border4_bg.gif") repeat-y;
}

table.contentTable td.contentBorderBg1 a
{
	color:#5388ff;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	font-family:Verdana, Arial;
}

table.contentTable td.contentBorderBg1 a:hover
{
	color:#89aeff;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	font-family:Verdana, Arial;
}




/* Product content */
table.prodContentTable td.prodContentBorderBg1
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	width: 542px;
	height: 1px;
	padding: 0px 10px;
	background: url("/images/prod_content_border1_bg.gif") repeat-x;
}

table.prodContentTable td.prodContentBorderBg2
{
	width: 5px;
	height: 100%;
	background: url("/images/prod_content_border2_bg.gif") repeat-y;
}

table.prodContentTable td.prodContentBorderBg3
{
	width: 100%;
	height: 5px;
	background: url("/images/prod_content_border3_bg.gif") repeat-x;
}

table.prodContentTable td.prodContentBorderBg4
{
	width: 5px;
	height: 100%;
	background: url("/images/prod_content_border4_bg.gif") repeat-y;
}

td.prodContent
{
	padding: 5px 1px;
}

td.prodTitle
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	text-transform: uppercase;
	height: 22px;
	background: #0a1f6f;
	padding: 1px 10px;
}

td.prodTitle a
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

td.prodTitle a:hover
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}

td.prodType
{
	color: #0a1f6f;
	font-size: 10px;
	font-family: verdana, arial;
	padding-top: 3px;
}




/* Feedback form */
table.feedbackForm td.formTitle
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}

table.feedbackForm td.formContent
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	padding: 3px;
}

table.feedbackForm td.err_formTitle
{
	color: #f20000;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	text-align: right;
}

input.button
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
	border: #0a1f6f 1px solid;
	background: #FFFFFF;
	cursor: pointer;
}

input.text
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	border: #0a1f6f 1px solid;
	width: 200px;
}

textarea.msgTextarea
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	border: #0a1f6f 1px solid;
	width: 200px;
	height: 100px;
}

td.switchLang
{
	text-align: right;
	vertical-align: bottom;
	font-family: Arial AMU, Arial Armenian;
}

td.switchLang a.switchLangLink
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial AMU, Arial Armenian;
	text-decoration: none;
}

td.switchLang a.switchLangLink:hover
{
	color: #F5F5F5;
	font-size: 11px;
	font-family: Arial AMU, Arial Armenian;
	text-decoration: underline;
}

span.pageTitle
{
	color: #0a1f6f;
	font-size: 12px;
	font-family: verdana, arial;
	font-weight: bold;
}

td.content
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
}


/* Page title and content */
td.pageTitle
{
	color: #0a1f6f;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

td.pageContent
{
	padding: 10px;
}


/* Bottom menu */
td.bmItem
{
	color: #0e1c49;
	font-size: 11px;
	font-family: verdana, arial;
	padding: 10px 2px;
}

td.bmItem a
{
	color: #0e1c49;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

td.bmItem a:hover
{
	color: #B22222;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}


/* Feedback Table */
.feedbackTable td
{
	color: #000000;
	font: 11px verdana, arial;
	text-align: justify;
	padding: 3px;
}

.feedbackTable input.text, textarea
{
	color: #000022;
	font: 11px verdana, arial;
	width: 250px;
	border: #888888 1px solid;
}

.feedbackTable select
{
	color: #000022;
	font: 11px verdana, arial;;
	border: #888888 1px solid;
}

.feedbackTable input.button
{
	color: #000022;
	font: 11px verdana, arial;
	border: #888888 1px solid;
}

.feedbackTable textarea.feedbackMsg
{
	height: 113px;
}

.err
{
	color: #B22222;
	font-size: 11px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	padding: 5px;
	background: #EAEAEA;
	border: #B22222 1px solid;
	width: 100%;
	text-align: left;
}


table.newsTable div.newsDate
{
	color: #0a1f6f;
	font-size: 12px;
	font-family: verdana, arial;
	padding: 3px;
}

table.newsTable div.newsTitle
{
	color: #0a1f6f;
	font-size: 12px;
	font-family: verdana, arial;
	padding: 3px;
}

table.newsTable div.newsText
{
	color: #0a1f6f;
	font-family: verdana, arial;
	padding: 3px;
}

table.newsTable div.newsMore
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	padding-bottom: 10px;
	margin: 0px;
	text-align: right;
}

table.newsTable div.newsMore a
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

table.newsTable div.newsMore a:hover
{
	color: #B22222;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}

table.newsTable div.newsBack
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
}

table.newsTable div.newsBack a
{
	color: #0a1f6f;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

table.newsTable div.newsBack a:hover
{
	color: #B22222;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}

table.newsTable td.newsImage
{
	padding: 10px 0px 0px 10px;
}

table.newsTable td.newsSplit
{
	height: 7px;
	background: url("/images/news_split.gif") repeat-x;
}

td.leftTitle
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div.leftSubTitle
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
}

td.subCatTitle
{
	color: #0a1f6f;
	font-size: 10px;
	font-family: verdana, arial;
	font-weight: bold;
	border-left: #0a1f6f 1px solid; 
	border-right: #0a1f6f 1px solid; 
	border-top: #0a1f6f 1px solid;
	padding: 3px;
}

td.subCatTitle a
{
	color: #0a1f6f;
	font-size: 10px;
	font-family: verdana, arial;
	text-decoration: none;
}

td.subCatTitle a:hover
{
	color: #0a1f6f;
	font-size: 10px;
	font-family: verdana, arial;
	text-decoration: underline;
}




/********************************************************/
/* SEARCH RESULTS */
table.srTable 
{
	color: #6ab4ff;
	font-size: 11px;
	font-family: verdana, arial;
	text-align: justify;
}

table.srTable td
{
	padding: 3px;
}

th.srPagination
{
	color: #6ab4ff;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
}

th.srPagination a.srPagination
{
	color: #6ab4ff;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}

th.srPagination a.srPagination:hover
{
	color: #B22222;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: underline;
}

span.srSelectedPageIndex
{
	color: #B22222;
	font-style: italic;
}

td.catDescription
{
	color: #0e1c49;
	font-size: 11px;
	font-family: verdana, arial;
	text-align: justufy;
	padding: 2px;
	padding-bottom: 10px;
}
a.cat_titles, a.cat_titles:active, a.cat_titles:visited {
	color:#C10303;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
}

a.cat_titles:hover{	color:#C10303;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
}


