html, body, ul, ol, li, 
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/*архив новостей*/
.news_archive a
{
	color: #222222;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.news_archive a:hover
{
	font-size: 14px;
	color : #27306a;
	text-decoration: underline;
}

/*выделенный пункт*/
.news_archive span a
{
    color : #27306a;
    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: #004179;
	padding-bottom: 10px;
}
.breadcrumb a
{
	font-weight: normal;
	color: #004179;
	text-decoration: none;
}
.breadcrumb a:hover
{
	font-weight: normal;
	color: #004179;
	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 #7fbcea 1px;
	border-top: solid #7fbcea 1px;
	font-size: 1em;
	line-height: 1em;
}

.table td
{
	border-right: solid #7fbcea 1px;
	border-bottom: solid #7fbcea 1px;
	padding: 2px;
}

.table th
{
	border-right: solid #7fbcea 1px;
	border-bottom: solid #7fbcea 1px;
	
	color: #004883;
	padding: 2px;
}


/* fieldset */
fieldset legend
{
	font-weight: bold;
}

/*администраторская панель*/
.admin_panel
{
    color: #000000;
    font-size: 10px;
    position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    padding-left: 302px;
}
.admin_panel a
{
    color: #000000;
    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;
}  


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(img/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(img/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(img/SavedStar.png);
}

/* для голосования */
.vote_back_color
{
    background-color: #CDF6BF;
}

.vote_fore_color
{
    background-color: #5599CC;
}

.big_text
{
    font-size: 22px;
    color: #888888;
}

#scrollFirst object
{
	margin: 0 auto;
}

