body {
	margin: 0;
	padding: 0;
	background: url("/images/bg.png") top left repeat-x #a8c0e4;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}





div.admin {
	background: #b22222;
	text-align: center;
	padding: 3px 5px 3px 5px;
}
div.admin a {
	font-size: 12px;
	color: #ffffff;
	margin-right: 20px;
	text-decoration: none;
}
div.admin a:hover {
	color: yellow;
}
div.admin a.neworders {
	font-size: 12px;
	color: #b22222;
	background: #ffffff;
	margin-right: 20px;
	margin-left: -15px;
	text-decoration: none;
	border-radius: 7px;
	padding: 2px 7px;
	font-weight: bold;
}
div.admin a.neworders:hover {
	background: yellow;
}



div.admin_part {
	width: 300px;
	background: #f9f9f9;
	box-shadow:0 5px 5px rgba(0,0,0,0.3);
	padding: 10px;
	color: #000000;
	display: none;
	position: absolute;
}
div.admin_part a {
	color: #ffffff;
	text-decoration: none;
}
div.itemlist:hover div.admin_part {
	display: block;
}





div.top {
	width: 100%;
	background: url("/images/bg1.png") top left repeat-x;
	min-height: 200px;
}





div.wrap {
	width: 1180px;
	margin: 0 auto;
}





div.nav_part {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}





div.searchform {
	width: 450px;
	margin: 0 auto;
}
div.searchform_box {
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 6px 10px 6px 10px;
}





div#hmenubox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	background-color: rgba(173, 132, 185, 1);
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(150% 100% at 50% 0%, rgba(255,255,255,.1) 0%, rgba(255,255,255,.2) 50%, rgba(0,0,0,0) 50%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
	box-shadow: rgba(0,0,0, .3) 0 3px 2px;
	
	display: none;
	z-index: 99999;
	text-align: center;
	color: #fff;
	padding: 8px 10px 8px 10px;
}
div#hmenubox a {
	color: #fff;
	padding: 0 10px 0 10px;
}
div#hmenubox a:hover {
	text-decoration: none;
}





ul.top {
	list-style: none;
}
ul.top li {
	list-style: none;
	line-height: 200%;
}
a.ul_top_1 {
	background-color: rgba(231, 171, 248, 0.85);
}
a.ul_top_2 {
	background-color: rgba(218, 165, 233, 0.85);
}
a.ul_top_3 {
	background-color: rgba(202, 155, 216, 0.85);
}
a.ul_top_4 {
	background-color: rgba(187, 143, 200, 0.85);
}
a.ul_top_5 {
	background-color: rgba(173, 132, 185, 0.85);
}
ul.top li a {
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	text-decoration: none;
}
ul.top li a:hover {
	background: #8981b9;
}





ul.specpages {
	text-align: center;
}
ul.specpages li {
	display: inline;
	list-style: none;
	margin: 0px 15px 0px 15px;
}
ul.specpages li a {
	background: #3d3d3d;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 15px 5px 15px;
	border-radius: 15px;
}
ul.specpages li a:hover {
	background: #5d5d5d;
}
ul.specpages li a.this {
	background: transparent;
	color: #3d3d3d;
	text-decoration: none;
	padding: 3px 15px 5px 15px;
	border-radius: 15px;
	border: 1px solid #3d3d3d;
	cursor: default;
}
ul.specpages li a.this:hover {
}





div.phone {
	margin-bottom: 20px;
	font-size: 140%;
	text-shadow: 1px 1px #ffffff;
}
div.phone span {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.45);
}






div.top_basket {
	border: 1px solid #ffffff;
	padding: 10px;
	padding-left: 70px;
	background: url("/images/basket.png") 10px 10px no-repeat rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}
div.top_basket div:first-child {
	font-weight: bold;
	color: #ffffff;
}
div.top_basket a {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
}





div.catalog_index {
	margin-top: 10px;
}
div.catalog_index div {
	float: left;
	width: 295px;
}
div.catalog_index div img {
	width: 250px;
}
div.catalog_index span {
	font-size: 90%;
	padding-left: 20px;
}
div.catalog_index span a {
	font-size: 118%;
	color: #ffffff;
	text-decoration: underline;
}
div.catalog_index span a:hover {
	color: #3d3d3d;
	text-decoration: none;
}
div.catalog_index span b {
	font-size: 110%;
}





div.icon_hit {
	position: absolute;
	margin: -10px 0 0 80px;
	z-index: 88888;
}

div.part_itemlist_short {
	font-size: 85%;
	color: #5d5d5d;
	padding: 10px 10px 10px 0;
}





div.indexnews {
	display: table;
	margin-top: 10px;
	margin-bottom: 30px;
}
div.indexnews_box {
	display: table-row
}
div.indexnews_ins {
	display: table-cell;
	width: 25%;
}
div.indexnews_ins:first-child {
	padding-right: 10px;
}
div.indexnews_ins h4 {
	margin-top: 5px;
}
div.indexnews_ins h4 a {
	text-decoration: none;
	color: inherit;
}






span.d0 {
	font-size: 85%;
	padding: 1px 10px 1px 10px;
	border-radius: 10px;
	background: red;
	color: #ffffff;
}
span.d1 {
	font-size: 85%;
	padding: 1px 10px 1px 10px;
	border-radius: 10px;
	background: red;
	color: #ffffff;
}
span.d2 {
	font-size: 85%;
	padding: 1px 10px 1px 10px;
	border-radius: 10px;
	background: red;
	color: #ffffff;
}
span.d7 {
	font-size: 85%;
	padding: 1px 10px 1px 10px;
	border-radius: 10px;
	background: #a8c0e4;
	color: #000000;
}





/* Вывод блоков с товарами itemlist */
div.itemlist_wrap {
	/*max-width: 80%;
	min-width: 1200px;*/
	width: 1180px;
	margin: 0 auto;
	padding: 0;
}
div.itemlist {
	width: 390px;
	max-width: 33%;
	min-width: 390px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
}
div.itemlist:hover {
	
}
div.itemlist_block {
	margin: 5px;
}
div.itemlist_inline {
	display: table-cell;
}
div.itemlist_inline span {
	line-height: 200%;
}
div.itemlist_avatar {
	width: 160px;
}
div.itemlist_avatar img.itemlist_avatar {
	width: 150px;
	border: 0;
}
div.itemlist_text {
	vertical-align: top;
	clear: both;
	padding-left: 5px;
}
div.itemlist_title {
	line-height: 110%;
}
div.itemlist_title a {
	text-decoration: none;
}
div.itemlist_title a:hover {
	text-decoration: underline;
}
div.itemlist_short {
	font-size: 80%;
	color: #7d7d7d;
	line-height: 110%;
	margin: 10px 10px 10px 0;
}





div.item {
	padding: 20px;
	background: #ffffff;
}



div.item_assocs {
}
div.item_assocs_box {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin: 0 10px 10px 0;
	/*border: 1px solid #81a5db;*/
	border-radius: 10px;
}
div.item_assocs_box:hover {
	/*border: 1px solid #ff9999;*/
}
div.item_assocs_box a {
}
div.item_assocs_box img {
	width: 90%;
}





div.basket {
	padding: 40px 20px 40px 20px;
	background: #ffffff;
}





div.fastview {
	padding: 20px;
	background: #ffffff;
}





div.qty input {
	width: 30px;
}
span.minus {
	margin-right: 5px;
	cursor: pointer;
}
span.plus {
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}





table.basket th {
	text-align: left;
}
table.basket td {
	vertical-align: top;
}
table.basket tr:hover td.bghover {
	background: #f9f9f9;
}

div.basket_info {
	margin-bottom: 10px;
}

div.basketinfo {
	margin: 5px;
	padding: 8px;
	border: 1px solid orange;
	color: #3d3d3d;
}





div.page {
	padding: 10px;
	background: #ffffff;
}





div.itemlist_order {
	margin-top: 8px;
}





div.news {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
div.news div.newsbox {
	padding: 20px;
}
div.news div.newsdate {
	font-weight: bold;
}
div.news h3 {
	margin-top: 5px;
}
div.news h3 a {
	color: inherit;
	text-decoration: none;
}
div.news div.newslink {
	margin-top: 15px;
}
div.news div.newslink a {
	/*font-weight: bold;*/
	padding: 5px 20px 5px 20px;
	background: #81a5db;
	color: #ffffff;
	border-radius: 8px;
	text-decoration: none;
}
div.news div.newslink a:hover {
	background: #ff9999;
}
div.news_all {
	margin-bottom: 10px;
	margin-left: 20px;
}





div.new_short {
	font-size: 125%;
	padding: 0 30px 60px 30px;
}





#output {
	display: none;
	position: fixed;
	top: 50px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#output span {
	padding: 10 40 10 40;
	border: 1px solid #4a880f;
	border-radius: 5px;
	background: #65aa23;
	color: #ffffff;
	box-shadow: 0.3em 0.25em 8px rgba(122,122,122,0.8);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 21px;
}





tr.more3:hover td {
	background: #ecddff;
}





h1, h2, h3, h4 {
	margin-bottom: 0.3em;
}

h1 {
	font-size: 148%;
	letter-spacing: -1px;
}

h1.index {
	color: #ffffff;
	text-shadow: 1px 2px 0px rgba(0,0,0,0.8);
}

h1.part {
	color: #ffffff;
	text-shadow: 1px 2px 0px rgba(0,0,0,0.8);
	text-align: center;
}

h1.item {
	text-align: center;
	font-size: 250%;
	padding: 0 15%;
	line-height: 90%;
}

h2 {
	font-size: 138%;
}

h2.part_bottom, div.sup_part h2 {
	color: #ffffff;
	text-shadow: 1px 2px 0px rgba(0,0,0,0.8);
	text-align: center;
}





img.img1 {
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
img.img1:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

img.img2 {
	-moz-transition: all 0.30s ease-out;
	-o-transition: all 0.30s ease-out;
	-webkit-transition: all 0.30s ease-out;
	transition: all 0.30s ease-out;
}
img.img2:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

img.img3 {
	-moz-transition: all 0.30s ease-out;
	-o-transition: all 0.30s ease-out;
	-webkit-transition: all 0.30s ease-out;
	transition: all 0.30s ease-out;
}
img.img3:hover {
	-webkit-transform: scale(1.30);
	-moz-transform: scale(1.30);
	-o-transform: scale(1.30);
	transform: scale(1.30);
}





a {
	color: #81a5db;
}
a:hover {
	color: #ff9999;
}



a.basket2_add {
	color: white;
	background: green;
	margin-right: 50px;
	padding: 6px 10px 6px 10px;
	border: 1px solid green;
	text-decoration: none;
}
a.basket2_add:hover {
	color: green;
	background: white;
	margin-right: 50px;
	padding: 6px 10px 6px 10px;
	border: 1px solid green;
	text-decoration: none;
}





div.sup_part a {
	color: #000000;
}





.basketbutton {
	cursor: pointer;
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	padding: .6em 2em;
	outline: none;
	background-color: rgba(202, 155, 216, 1);
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
	box-shadow: rgba(0,0,0, .1) 0 1px 2px;
	border-radius: 4px;
	font-size: 1.1em;
} 
.basketbutton:active {
	top: 1px;
	box-shadow: none;
}
.basketbutton:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0;
	background-color: rgba(173, 132, 185, 1);
}



.basketbutton2 {
	cursor: pointer;
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	padding: .1em 1em;
	outline: none;
	background-color: rgba(202, 155, 216, 1);
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
	box-shadow: rgba(0,0,0, .1) 0 1px 2px;
	border-radius: 4px;
} 
.basketbutton2:active {
	top: 1px;
	box-shadow: none;
}
.basketbutton2:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0;
	color: #fff;
	background-color: rgba(173, 132, 185, 1);
}





a.button {
	cursor: pointer;
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	padding: .4em 3em;
	outline: none;
	background-color: #a8c0e4;
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.5) 0%, rgba(255,255,255,.3) 50%, rgba(0,0,0,0) 50%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
	box-shadow: rgba(0,0,0, .1) 0 1px 2px;
	border-radius: 4px;
} 
a.button:active {
	top: 1px;
	box-shadow: none;
}
a.button:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0;
	color: #fff;
	background-color: rgba(173, 132, 185, 1);
}





#buttonform input {
	cursor: pointer;
	position: relative;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	user-select: none;
	padding: .4em 3em;
	outline: none;
	background-color: #a8c0e4;
	background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.5) 0%, rgba(255,255,255,.3) 50%, rgba(0,0,0,0) 50%);
	background-repeat: no-repeat;
	background-size: 200% 100%, auto;
	background-position: 200% 0, 0 0;
	box-shadow: rgba(0,0,0, .1) 0 1px 2px;
	border-radius: 4px;
} 
#buttonform input:active {
	top: 1px;
	box-shadow: none;
}
#buttonform input:hover {
	transition: .5s linear;
	background-position: -200% 0, 0 0;
	color: #fff;
	background-color: rgba(173, 132, 185, 1);
}





label {
	cursor: pointer;
}
label:hover {
	color: #81a5db;
}





.clear {
	clear: both;
}