html, body, ul, ol, li, p, 
h2, h3, h4, h5, h6,
form, fieldset, a, table, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li
{
	margin-left: 20px;
}

p, ul
{
	margin-bottom: 1.1em;
}

.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: red;
	
	background-color: #eaeaea;
	border: solid #989da6 1px; 
	
	height: 20px;
}

.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 #333333 1px;
	border-top: solid #333333 1px;
}

.table td
{
	border-right: solid #333333 1px;
	border-bottom: solid #333333 1px;
	padding: 2px;
}

.table th
{
	border-right: solid #333333 1px;
	border-bottom: solid #333333 1px;
	padding: 2px;
}

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: #d5e7f3;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    border: solid 1px #9abad3;
    
    font-size: 11px;
    color: #1B3E72;
    
}

.good_price
{
	font-size: 16px;
	font-weight: bold;
	color: #004883;

	padding-bottom: 5px;
}

h2
{
	font: 18px Times New Roman;
	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
}

.module_border 
{
	border: dashed 1px #1393a7;
	padding: 3px;
	margin: 10px 0px 10px 0px;
}

.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;
}
