/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

input[type="submit"] {
	cursor: pointer;
}


/* Header - Шапка ---------------------------------------*/
.header {
	height: 110px;
}

.header-in {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	background: #fff;
}

.logo {
	width: 255px;
	height: 110px;
	float: left;
}

.phones {
	width: 210px;
	height: 110px;
	margin: 0;
	margin-left: 150px;
	padding: 0;
	float: left;
	font: 16px/16px Arial, sans-serif;
}
.phones table {
	margin-top: 5px;
}
.phones table td {
	vertical-align: middle;
	padding-left: 10px;
}

.enterform {
	width: 400px;
	height: 110px;
	margin: 0;
	margin-left: 150px;
	padding: 0;
	float: left;
}
.enterform input, .reg_form input {
	width: 200px;
	font-size: 16px;
	padding: 5px 0 3px 10px;
	border: 1px solid #00529f;
	background: #fff;
	border-radius: 1px;
}
.reg_form textarea {
	width: 620px;
	font-size: 14px;
	padding: 5px 0 3px 10px;
	border: 1px solid #00529f;
	background: #fff;
}
#choice textarea, #spoiler_error textarea, #spoiler_cheaper textarea {
	width: 930px;
	font-size: 14px;
	padding: 5px 0 3px 10px;
	border: 1px solid #00529f;
	background: #fff;
}
.enterform table {
	border-collapse: separate;
	border-spacing: 5px 2px;
	margin-top: 3px;
}
.enterform .submit, .reg_form input[type="submit"] {
	width: 212px;
	background: #85add2;
	border: 1px solid #85add2;
	color: #fff;
	padding-bottom: 6px;
}
.enterform table td a, .reg_form td {
	font: 16px/16px Arial, sans-serif;
	color: #000;
}
.enterform h3 {
	font: 16px/16px Arial, sans-serif;
	margin-top: 9px;
}

.reg_form {
	width: 600px;
}
.reg_form h2 {
	font: bold 16px/16px Arial, sans-serif;
	margin-bottom: 20px;
}
.reg_form h3 {
	font: 14px/16px Arial, sans-serif;
	margin-bottom: 15px;
}
.reg_form table {
	border-collapse: collapse;
}
.reg_form td {
	border-bottom: 1px solid #85add2;
	vertical-align: top;
	padding: 5px 20px 20px 5px;
}
.reg_form th {
	border-bottom: 1px solid #85add2;
	vertical-align: top;
	padding: 5px 20px 20px 5px;
	background: #007ccf;
	color: #fff;
	font: 16px/16px Arial, sans-serif;
}

#spoiler_error, #spoiler_cheaper {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
#spoiler_error p, #spoiler_cheaper p {
	text-align: left;
	padding: 0 5px;
}

/*--Top Menu--Верхнее меню--------------------*/
.topmenu {
	height: 34px;
	background: #00529f;
	
}
@media only screen and (max-width:1200px) {
	.topmenu {
		width: 1200px;
		overflow: hidden;
	}
}
.topmenu-in {
	height: 34px;
	width: 1200px;
	margin: 0 auto;
}
.topmenu-in a {
	color: #fff;
	display: block;
	float: left;
	font: 18px/34px Arial, sans-serif;
	padding-right: 20px;
	padding-left: 2px;
}
.topmenu-in .searchform {
	float: left;
	margin-top: 2px;
	margin-left: 30px;
}
.searchform input {
	width: 180px;
	font-size: 15px;
	padding: 3px 0 4px 10px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 1px;
}
.searchform table {
	border-collapse: separate;
	border-spacing: 5px 0px;
}
.searchform .submit {
	width: 130px;
	background: #85add2;
	border: 1px solid #85add2;
	color: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 80px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.main	{
	text-align: center;
}
.main h1 {
	font: bold 18px Arial;
	margin: 20px 0 20px 0;
}

.index_p {
	width: 700px;
	margin: 10px auto 30px auto;
	text-align: justify;
	font: 14px Arial;
}
.main .good_card {
	width: 300px;
	height: 200px;
	font: bold 16px Arial;
	line-height: 200px;
	border: 1px solid #00529f;
	float: left;
	margin: 10px 147px 50px 0;
	overflow:hidden;
}

.main .no_marg_right {
	margin-right: 0;
}

.deliver {
	text-align: left;
	width: 700px;
	margin: 0 auto;
}
.deliver p, .deliver td {
	font: 14px Arial;
}
.deliver p {
	margin: 10px 0;
}
.deliver td {
	padding: 3px 10px;
	vertical-align: middle;
}
.deliver tr {
	border-bottom: 1px solid #00529f;
	border-top: 1px solid #00529f;
}

.promo {
	text-align: left;
	width: 700px;
	margin: 0 auto;
}
.promo p {
	font: 14px Arial;
	margin: 10px 0;
}
.promo h2 {
	font: bold 16px Arial;
}
.promo h3 {
	font: bold 14px Arial;
}
.promo img {
	float:left;
	margin-right: 10px;
}
.promo sep {
	height: 30px;
	clear: both;
}

.front, .back {
	float:left;
	transition: all 0.5s;
	width: 300px;
	height: 200px;
	
}

.good_card:hover .front  {
    margin-left:-300px;
}
.back {
    margin-left:-600px;
		line-height: 16px;
		overflow-y: auto;
		text-align: left;
}
.back a {
	display: block;
	font: 14px/18px Arial;
	margin-left: 20px;
	color: #000;
}
.back a:hover {
	color: #c00;
	text-decoration: none;
}
.good_card:hover .back  {
    margin-left:0;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 280px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin-top: -100px;
	height: 140px;
	background: #00529f;
	position: relative;
}
.foot {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	color: #a3d4e7;
}
.foot a {
	color: #a3d4e7;
}
.footer img {
	margin-top: 10px;
}






.top_menu ul li {

	position: relative;
}

.top_menu ul li ul {
	position: absolute;
	top: 52px;
	left: -15px;
	z-index: 999;
	border: 1px solid #999;
	border-top: none;
	background: #faf4b0;
	width: 300px;
}
.top_menu ul li ul li {
	float: none;
	height: 1.5em;
	padding: 0;
	margin: 0 0 0.7em 0.5em;
}
.top_menu ul li ul li a {
	float: none;
	text-align: left;
	color: #333;
	font: 1em Arial, sans-serif;
}


.gb_mess {
	width: 497px;
	padding: 0px;
	
	margin: 20px auto;
	background: url("/i/common/gb_mess_top.jpg") top no-repeat, #eddea7 url("/i/common/gb_mess_bottom.jpg") bottom no-repeat;
}
.gb_mess h4 {
	padding-bottom:5px;
	font-weight:bold;
}
.noactive {
	color:red;
}
.gb_mess div {
	padding: 50px 10px 70px 10px;
}
.gb_mess hr {
	color: #843400;
	background-color: #843400;
	height: 1px;
	margin-bottom: 20px;
}

.gb_left    {text-align:left !important;}
.gb_right   {text-align:right !important;}
.gb_center  {text-align:center !important;}
.gb_justify {text-align:justify !important;}

b {font-weight:bold;}
i {font-style: italic;}

/* Accordion menu */
/**
* Компоненты аккордеона.
*/
.accordion {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
	width: 250px;
	text-align: left;
	float: left;
}
.accordion_item {
  border-bottom: 1px solid #5a95fd;
}
.accordion_item:last-of-type {
  border-bottom: none;
}
/**
* Элемент label который запускает открыть/закрыть.
*/
.accordion_trigger {
  display: block;
  background-color: #007ccf;
  color: #fff;
  font: normal 16px Arial;
  cursor: pointer;
  padding: 1.2em;
}
 
/* меняем цвет фона у активного переключателя */
 
.accordion_toggle:checked ~ .accordion_trigger {
  background-color: #006bb3;
}
 
/**
 * эти элементы radio/checkbox всегда должны быть скрыты.
 */
.accordion_toggle {
  position: absolute;
  display: none;
}
/**
* скрытое содержание аккордеона.
*/
.accordion_target {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-color: #ddd;
  color: #444;
}
.accordion_target a {
	display: block;
	color: #000;
	text-decoration: none;
	font: normal 16px/24px Arial;
}
.accordion_target a:hover,.accordion_target a.here {
	color: #f00;
	text-decoration: underline;
}
.accordion_target a.here {
	font-weight: bold;
}
/**
* когда переключатель checked на radio/checkbox, показать содержимое аккордеона.
*/    
.accordion_toggle:checked ~ .accordion_target {
  position: static;
  overflow: visible;
  clip: auto;
  margin: auto;
  padding: 1.2rem;
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}

/***********************************/
.left_nav {
	width: 260px;
	float: left;
}
.middle_cont {
	width: 680px;
	float: left;
}
.right_cont {
	width: 940px;
	float: left;
}
.right_filters {
	width: 255px;
	float: left;
	//border: 1px solid #000;
	background: #ddd;
	color: #444;
}
.right_filters .messengers_container {
	display: flex;
	justify-content: space-around;
	padding: 5px;
}
.right_filters h1 {
	background: #006bb3;
	color: #fff;
	height: 47px;
	padding-left: 15px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
}

.right_filters input[type=submit], .right_filters input[type=button]{
	width: 255px;
	margin-top: 10px;
	background: #006bb3;
	color: #fff;
	cursor: pointer;
	height: 35px;
	border: none;
	border-top: 1px solid #fff;
}
.right_filters input[type=submit]:hover, .right_filters input[type=button]:hover {
	background: #007ccf;
}

.right_filters textarea {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: Arial,Verdana;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #006bb3;
	overflow: hidden;
	width: 220px;
	margin: 10px auto 0 auto;
	padding: 5px;
	background: #fff;
}
.right_filters input[type=text] {
	display: block;
	font-size: 14px;
	font-family: Arial,Verdana;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #006bb3;
	width: 220px;
	margin: 10px auto 0 auto;
	padding: 5px;
	background: #fff;
}

/* Раскладка товаров в списке начало */
.change_view_wrapper {
	border-bottom: 1px solid #999;
	height: 32px;
	width: 658px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
}
.change_view {
	width: 44px;
	height: 32px;
	float: left;
}
#ch_tile {
	background-image: url("/i/common/plate1.gif");
	margin-left: 570px;
}
#ch_list {
	background-image: url("/i/common/list1.gif");
}
/* Раскладка товаров в списке  конец */

/* Блок ссылок на подкатегории вверху начало */
.category_links {
	width: 658px;
	/* border-bottom: 1px solid #999; */
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 10px 0;
	background-color: #ddd;
}
.category_links a {
	width: 209px;
	display: inline-block;
	padding: 5px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font: normal 16px/24px Arial;
	vertical-align: top;
}
.category_links a:hover {
	text-decoration: underline;
	color: #f00;
}
/* Блок ссылок на подкатегории вверху конец  */

/* Раскладка товаров в списке - плитка начало */
.one_goods {
	width: 196px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 9px 20px 9px;
	padding: 5px;
}
.one_goods .one_goods_left {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	height: 95px;
}
.one_goods .one_goods_left a {
	display: block;
	width: 100%;
}
.one_goods .one_goods_left img {
	margin: 0 auto;
}

.one_goods .one_goods_middle {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
.one_goods .one_goods_middle a {
	color: #00f;
	font: bold 16px/1.5 Arial;
}

.one_goods .one_goods_right {
	text-align: left;
	font: normal 12px/1.5 Arial;
}
.one_goods .one_goods_right span.one_goods_red {
	text-align: left;
	color: #f00;
	font: bold 16px/1.5 Arial;
}
.one_goods .one_goods_right input[type=number] {
	width:6em;
}

/* отсюда удалить */
.one_goods_blue {
	text-align: center;
}
.one_goods_blue a {
	color: #00f;
	font: bold 16px/1.5 Arial;
}
.one_goods_red {
	text-align: left;
	color: #f00;
	font: bold 16px/1.5 Arial;
}
.dot_line {
	width:100%;
	height: 1px;
	background: url("/i/common/dotline.png") repeat-x;
	margin: 10px 0;
}
/* Раскладка товаров в списке - плитка  конец */
/* Раскладка товаров в списке - строка начало */
.one_goods2 {
	width: 648px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 9px 20px 9px;
	padding: 5px;
	
}
.one_goods2 .one_goods_left {
	/*width: 134px;*/
	width: 21%;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
.one_goods2 .one_goods_left a {
	
}
.one_goods2 .one_goods_left img {
	
}

.one_goods2 .one_goods_middle {
	text-align: center;
	float: left;
	padding: 0 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*width: 306px;*/
	width: 47%;
	margin: 0 10px;
	position: relative;
}
.one_goods2 .one_goods_middle a {
	color: #00f;
	font: bold 16px/1.5 Arial;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.one_goods2 .one_goods_right {
	/*width: 170px;*/
	width: 25%;
	float: left;
	margin: 0;
	padding: 5px;
}
.one_goods2 .one_goods_right input[type=number] {
	width:6em;
}





.one_goods2 img {
	float: left;
}

.one_goods2 .one_goods_blue {
	text-align: center;
	width: 280px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	margin: 0 20px;
	position: relative;
}
.one_goods2 input[type=number], .one_goods input[type=number] {
	width: 7em;
}
.one_goods2 .dot_line {
	display: none;
}
.one_goods2 .one_goods_blue a {
	color: #00f;
	font: bold 16px/1.5 Arial;display: block;width:100%;margin:0;padding:0;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.one_goods_red {
	text-align: left;
	color: #f00;
	font: bold 16px/1.5 Arial;
}

.clearfix {
	font-size: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Раскладка товаров в списке - строка  конец */


.goods_separator {
	clear: both;
}
.goods_separator_end {
	clear: both;
	height: 50px;
}

.filters {
	
}
.filters h3 {
	padding-left: 15px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.filters input[type=checkbox] {
	padding-left: 15px;
	margin-left: 15px;
}



.goods_info {
	width: 644px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 5px;
	
}
.goods_info table {
	width: 367px;
}
.goods_info table td {
	padding: 5px 10px;
}
.goods_info table tr {
	border-bottom: 1px solid #000;
}
.goods_info h2 {
	font-weight:bold;
	margin: 15px 0;
}

.goods_detail {
	width: 644px;
	margin: 10px auto 0 auto;
	border: 1px solid #000;
	padding: 5px;
	
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;   
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}
.goods_detail_menu {
	/*background-color: #ddd;*/
	background-color: #006bb3;
	margin: 0;
  padding: 4px;
}
.goods_detail_menu li {
	display: inline;
  margin-right: 10px;
  padding: 3px;
	font-weight:bold;
	color: #fff;
}
.goods_detail table {
	margin-top: 15px;
}
.goods_detail table td {
	padding: 5px 10px;
}
.goods_detail table tr {
	border-bottom: 1px solid #000;
}
.goods_detail table tr:last-child {
	border-bottom: none;
}


.right_cart {
	width: 255px;
	float: left;
	//border: 1px solid #000;
	background: #fff;
	color: #444;
	margin-bottom: 5px;
}
.cart {
	width: 255px;
	height: 50px;
	//border: 1px solid #000;
	background: #fff !important;
	z-index: 999;
}
.cart_text {
	padding: 5px;
}
.cart img {
	margin-right: 5px;
}

#choice {
	text-align: left;
	padding: 20px;
}

/* Форма поиска */

.searchform .search_form select {
	width: 150px;
	padding:4px;
	margin: 0;
	background: #fff;
	color:#333;
	border:1px solid #fff;
	border-top:2px solid #fff;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchform .search_form select {padding-right:18px}
}

.searchform label.search_form {position:relative}
.searchform label.search_form:after {
	content:'<>';
	font:11px "Consolas", monospace;
	color:#99f;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	right:8px; top:0px;
	padding:0 0 2px;
	border-bottom:1px solid #ddd;
	position:absolute;
	pointer-events:none;
}
.searchform label.search_form:before {
	content:'';
	right:6px; top:-1px;
	width:20px; height:20px;
	background:#f8f8f8;
	position:absolute;
}

.right_cart h4 {
	background: #006bb3;
	color: #fff;
	line-height: 45px;
	height: 47px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	
}
#sort_method {
	margin: 10px 0 10px 0;
	height: 30px;
	border: 1px solid #006bb3;
	width: 255px;
}

.no_script {
	width:800px;
	height:160px;
	background:#ddd;
	border:3px solid #f00;
	margin:20px auto;
	padding:20px;
	color:#f00;
	font:bold 24px/50px Arial;
	text-align:center;
}

#spoiler_cheaper {
	
}
#spoiler_cheaper label, #spoiler_cheaper input, #spoiler_error label, #spoiler_error input {
	margin-left: 10px;
}
#spoiler_cheaper textarea, #spoiler_error textarea {
	width: 648px;
	margin-left: 10px;
}

#spoiler, #spoiler2, #spoiler_review_head {
	background: #007ccf;
	color: #fff;
	width: 638px;
	padding: 5px 10px;
	cursor: pointer;
	text-align: left;
	margin: 0 auto;
}
#spoiler_review_head {
	width: 624px;
	margin: 10px auto 0 auto;
}
#spoiler_review_body {
	background-color: #ddd;
	
}
#spoiler_review_body label, #spoiler_review_body input, #spoiler_review_body textarea {
	margin-left: 10px;
}
#spoiler_review_body textarea {
	width: 618px;
}
#spoiler_review_body input[type=button] {
	background: #006bb3;
	color: #fff;
	cursor: pointer;
	height: 28px;
	border: none;
	border-top: 1px solid #fff;
	margin: 0;
	width: 100%;
}

.reviews {
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 10px;
}



.breadcrumbs {
	width: 100%;
	margin: 10px auto;
	padding: 5px 0;
	background-color: #85add2;
	color: #fff;
}
.breadcrumbs-in {
	width: 1200px;
	margin: 0 auto;
}
.breadcrumbs-in a {
	color: #fff;
}
.breadcrumbs-in span {
	 font-family: "Times New Roman";
}
@media only screen and (max-width:1200px) {
	.breadcrumbs {
		width: 1200px;
		overflow: hidden;
	}
}

/* Купить в один клик */
.one_click {
	width: 100%;
	padding: 5px 25px;
}
.one_click input[name='one_click_tel'] {
	margin-left: 5px;
	margin-right: 28px;
}
.one_click input[type='button'] {
	width: 276px;
	background-color: #d24a43;
	border: 1px solid #600;
	color: #fff;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}

.blue_button {
	width: 100px;
	background-color: #006bb3;
	border: 1px solid #00f;
	color: #fff;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}

.button_fb_wrapper {
	background-color: #85add2;
	display: flex;
	color: #fff;
	box-sizing:border-box;
	padding: 5px;
	width: 225px;
	height: 32px;
	align-items: center;
  justify-content: space-between;
	flex-wrap: nowrap;
}
.button_fb_wrapper div {
	padding: 0 10px;
}
.button_fb_wrapper .fb_logo {
	font: bold 24px Arial, sans-serif;
	border-right: 1px solid #aac9e6;
}


.sq {
	padding-left: 20px;
	list-style-type: square;
	font: 14px/17px Arial;
}
.sq li {
	margin-bottom: 5px;
}













