html, body, ul, ol, li, form, fieldset, a, table, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li
{
	margin-left: 20px;
}

/*архив новостей*/
.news_archive a
{
	color: #99CCFF !important;
	text-decoration: underline !important;
	font-size: 14px;
	font-weight: normal;
}

.news_archive a:hover
{
	font-size: 14px;
	color: #CCFFFF !important;
	text-decoration: underline;
}

.news_archive a:visited
{
	color: #9966FF;
}

/*выделенный пункт*/
.news_archive span a
{
    color: #99CCFF;
    font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.news_archive span a:hover
{
	font-size: 14px;
	text-decoration: underline;
}


/*хлебные крошки*/
.breadcrumb
{
	font-weight: bold;
	font-size: 11px;
	color: #5599CC;
}
.breadcrumb a
{
	font-weight: normal;
	color: #5599CC;
	text-decoration: none;
}
.breadcrumb a:hover
{
	font-weight: normal;
	color: #5599CC;
	text-decoration: underline;
}


/* ссылка для щелчка по картинке */
.zoom
{
    background-image: url(img/zoom.gif);
    background-repeat: no-repeat;
	font-size: 10px;
	color: #555555;
	font-family: Tahoma, Verdana, Arial;
	padding-left: 12px;
}


/*кнопка*/
.button 
{
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #004883;
	font-weight: bold;
	
	background-color: #d4ecf8;
	border: solid #8db9d6 1px; 
	
	height: 24px;
}

/* текстовое поле */
/* поле ввода заказываемых количества товаров */
.textbox, .order_count_box
{
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #004883;
	
	border: solid #8db9d6 1px;
	font-weight: bold;
}

/* поле ввода заказываемых количества товаров */
 .order_count_box
 {
	text-align: center;
	vertical-align: middle;
	
	font-size: 16px;
	
	height: 24px;
 }
 
 /* таблица */
.table
{
	border-left: solid #8db9d6 1px;
	border-top: solid #8db9d6 1px;
}

.table td
{
	border-right: solid #8db9d6 1px;
	border-bottom: solid #8db9d6 1px;
	padding: 2px;
}

.table th
{
	border-right: solid #8db9d6 1px;
	border-bottom: solid #8db9d6 1px;
	
	color: #004883;
	padding: 2px;
}

/* fieldset */
fieldset legend
{
	font-weight: bold;
}

/*администраторская панель*/
.admin_panel
{
    background-color: #1393a7;
    color: #ffffff;
    font-size: 10px;
}
.admin_panel a
{
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
}

.admin_panel a:hover
{
    color: #ffad32;
    text-decoration: underline;
}
/*меню*/
#menu
{
    padding-top: 5px;
}

#menu a
{
    font-size: 11px;
    color: #1B3E72;
    font-weight: bold;
    text-decoration:none;
}

#menu .cur_page
{
	color: #3975D0;
}

.menu_arr
{
    padding: 5px;
}  

/*каталог товаров*/
.good_bg
{
    background-color: #010000;
    vertical-align: top;
    text-align: center;
    padding: 10px;
//    border: solid 1px #9abad3;
    
    font-size: 11px;
//    color: #1B3E72;
	color: #99CCFF;
    
}

.good_price
{
	font-size: 16px;
	font-weight: bold;
	color: #004883;

	padding-bottom: 5px;
}

/*h2
{
	font: 18px Arial;
	font-weight: normal;
	color: #004883;
	padding-left: 10px;
}*/

/* Модуль товаров */
.module_news h2
{
	font: 13px Arial;
	font-weight: normal;
}

.module_news h2 a
{
	display: block;
	color: #004883;
}

.module_news .date
{
	font-weight: bold;
	padding-left: 10px;
}

.module_news .news_content
{
	padding-left: 20px;
}

.goods
{
	margin-bottom: 10px;
}

.good_hits
{
	margin-left: 25px;
}

.goods a h2
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;    
	text-decoration: none;
}

.goods a
{
	display: block;
	width: 170px;
	text-align: center;
	padding: 5px;
	color: #004883;
	text-decoration: none;
}

.goods a:hover
{
	background: #e3f5fc;
	color: #757474;
	text-decoration: underline;
}

.goods b
{
	font-weight: normal;
	display: block;
	text-align: center;
}

.good_td
{
    background: #e3f5fc;
}

.goods .price
{
    font-size: 10px;
    width: 170px;
    text-align: center;
    margin-bottom: 3px;
}

.list
{
	font-size: 16px;
    margin-bottom: 15px;
    margin-top: 4px;
    
}

.list a
{
    font: 13px Arial;
    color: #004883;
}

.list a:hover
{
    color: #757474
}
