BODY
{
	font-family: 'verdana';
	margin:  0px;
	padding: 0px;
}

P
{
	text-indent:1em;
	margin-bottom: 10px;
	line-height: 14px;
	padding: 1px;
}

H1
{
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
H2, H3, H4, H5, H6
{
	font-size: 14px;
}

A
{
	font-family: 'verdana';
}

TABLE.tovar
{
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 0px;
	margin: 10px auto;
	min-width: 400px;
}

TABLE.tovar td, TABLE.tovar th
{
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	margin: 0px;
	padding: 5px;
	text-align: center;
	min-width: 80px;
}

/********************
 *
 *		structure
 *
********************/
.header
{
    padding: 10px;
    background: #131313;
    text-align: center;
}

.toolbox A
{
    display: block;
    float: left;
    padding: 0px;
    margin: 2px;
    width: 30px;
    background: #004c88;
    text-align: center;
    line-height: 20px;
    height: 20px;
}

.block
{
	background: #FFF;
	width: 1000px;
	table-layout: fixed;
}
.ls
{
	background: #FFF url('/tpl/Basic/img/left-shadow.gif') left top repeat-y;
	width: 16px;
}
.rs
{
	background: #FFF url('/tpl/Basic/img/right-shadow.gif') left top repeat-y;
	width: 16px;
}

.caption
{
	padding-left: 10px;
	font-size: 34px;
	color: #008100;
	font-family: Hevletica;
}

.slogan
{
	padding-left: 10px;
	font-size: 12px;
	color: #008100;
	font-weight: bold;
}

.headerBlock
{
	width: 100%;
	padding:  0px;
	margin: 0px;
	display: block;
}
.contentBlock
{
	/*width: 947px;*/
	width: 972px;
	padding:  0px;
	margin: 0px;
	background: #f4f4f4;
	border: 0px solid black;
	clear: both;
}


.footerBlock
{	
	height: 76px;
	width: 100%;
	padding:  0px;
	margin: 0px;
	background: #f4f4f4;
}

/*************************
**
**   	MODULES
**
**************************/
.mod_left
{
	width: 180px;
	margin-top:  10px;
}

.mod_left .body
{
	padding-top: 15px;
}

.mod_left .title
{
	height: 33px;
	text-align:  center;
	color: #f4f4f4;
	font-weight: bold;
	line-height: 33px;
	vertical-align: baseline;
}


.mod_left .footer
{
	height: 22px;
}

.mod_right
{
	width: 180px;
	margin-top:  10px;
}

.mod_right .body
{
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
}

.mod_right .title
{
	height: 33px;
	text-align:  center;
	color: white;
	font-weight: bold;
	line-height: 33px;
}

.mod_right .footer
{
	height: 22px;
}

.content
{
	text-align: justify;
	font-size:12px;
	width: 578px;
	margin-top: 10px;
}

.content TD
{
	text-align: left;
}

.content .top
{
	height: 21px;
}

.content .body
{
	padding: 15px;
}

.content .bottom
{
	height: 21px;
}

/*************************
**
**   	TRUMBNAILS
**
**************************/
.trumb
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 141px;
	border: 1px solid #efefef;
}

.trumb_cap
{
	height: 40px;
}

.trumb TD
{
	text-align: center;
	overflow: hidden;
}

.trumb_cap A
{
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
	color: #AAA;
}

.trumb_cap A:hover
{
	text-decoration: underline;
}

/**************************
**
**	GALLERY
**
**************************/
.prw IMG
{
	padding: 10px;
	border: 1px solid #efefef;
}
.prw:hover IMG
{
	border: 1px solid darkgreen;
}
/*************************
**
**   	PRICE
**
**************************/
.price_blot
{
	height: 49px;
	width: 132px;
	text-align: center;
	vertical-align: baseline;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #efefef;
	background: #f9f9f9;
}

.buy_blot
{
	height: 49px;
	width: 132px;
	background: url('/tpl/Basic/img/buy.gif') no-repeat;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	padding-top: 15px;
	padding-left: 20px;
	margin: 0px;
}

.buy_blot A
{
	text-decoration: none;
	font-weight: bold;
	color: #f5ed13;	
	font-size: 12px;
}
.buy_blot A:hover
{
	text-decoration: underline;
}

.ps_cur
{
	color: darkgreen;
	background: white;
	border: 1px solid darkgreen;
	padding: 7px;
	margin: 3px;
	font-size: 14px;
	font-weight: bold;
}

.ps
{
	color: white;
	background: darkgreen;
	border: 1px solid white;
	padding: 5px;
	margin: 3px;
	font-size: 12px;
	font-weight: normal;
}

.item_title
{
	 color: #008100;
	 margin-bottom: 10px;
	 font-weight: bold;
	 font-size: 16px;
}

A.item_title
{
	color: #008100;
	font-size: 12px;
	text-align: left;
}

.item_desc
{
	font-size: 12px;
	line-height: 14px;
	text-indent: 1em;
}

.item_icon
{
	border: 1px solid #efefef;
}

/********************
 *
 *		last news
 *
 *******************/
.lastnews
{
	margin-top: 10px;
}

.lastnews td, .lastnews a
{
	color: #000;
	font-size:12px;	
	padding: 0px;
	margin: 0px;
}

/********************
 *
 *		login
 *
 *******************/
.login
{
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	font-size: 10px;
	width: 30px;
	background: #FFF;
	border: 3px solid #000;
	padding: 5px;
}

.login INPUT.text
{
	width: 100px;
	font-size: 10px;
	border: 1px solid #000;
}

.login A
{
	color: #000;
	font-weight: bold;
}
/********************
 *
 *		voting
 *
 *******************/
.vote
{
	font-size: 12px;
	width: 93%;
}

.vote TD, .vote TH
{
	padding: 2px;
	font-size: 10px;	
}



/********************
 *
 *		calenfar
 *
 *******************/
.calendar td{
	font-size: 12px;
}
.calendar A
{
	font-size: 12px;
	color: #468502;
}

/********************
 *
 *		main menu
 *
 *******************/

#MAINMENU
{
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #EEE;
}

#MAINMENU UL
{
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

#MAINMENU A
{
    font-size: 12px;
}

#MAINMENU LI
{
    list-style: none;
    padding: 5px;
    margin: 0px;
}

#MAINMENU > LI
{
    border-bottom: 1px solid #EEE;
    display: block;
    background: #FFF;
}

#MAINMENU > LI A
{
    color: #0c548e;
}

#MAINMENU > LI:hover > A, #MAINMENU > LI.over > A
{
    color: #0000FF;
}

#MAINMENU > LI LI > A
{
    color: #B00309;
}

#MAINMENU > LI LI:hover > A, #MAINMENU > LI LI.over > A
{
    color: #FF0000;
}

/********************
 *
 *		categories menu
 *
 *******************/

#MNUCATEGORIES
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 175px;
	
}


#MNUCATEGORIES li
{
	padding: 5px;
	margin: 0px;
}


#MNUCATEGORIES A
{
	text-decoration: underline;
	padding: 2px 0px;
	margin: 0px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#MNUCATEGORIES DIV A
{
	font-weight: normal;
	font-size: 10px;
}

#MNUCATEGORIES DIV A:hover
{
	color: #565656;	
}


/********************
 *
 *		new order
 *
 *******************/
#divNewOrder
{
	position: absolute;
	left: 10px;
	top: 10px;
	
	width: 200px;
	
	padding: 5px;
	
	background: #f3f799;
	border: 1px solid black;
	
	font-size: 12px;
	font-family: verdana;
	
	text-align: right;
	
	z-index: 50;
}
/********************
 *
 *		Profiler
 *
 *******************/
.tbl_operat TD
{
	padding: 5px;
	font-size:10px;
}
.tbl_operat
{
	width: 100%;
	border: 1px #efefef solid;
}

.navig
{
	font-size: 12px;
	margin: 0px;
	margin-left: 15px;
	padding-top: 7px;
}

.navig A
{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}