/*оформление по умолчанию начало*/
html {
    height:100%;
}
body {
	margin:0;
	padding:0;
	min-width:1000px;
	background-color:#EFEDDC;
	height:100%;
	font-family:Tahoma;
}
td {
	font-size:14px;
	font-family:Tahoma;
	color:#000000;
}
a:link, a:visited {
	color:#4A3726;
	outline:0;
}
a:hover, a:active {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#4A3726;
	font-family:Tahoma;
	padding:0;
	margin:0;
	padding-bottom:5px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
.table_noborder {
	border-color: #000000;
	border-width: 0;
}
.noborder_img {
	border-width: 0px;
}
p {
	margin:0 0 10px;
}
@font-face {
    font-family: 'lobster';
    src: url('/fonts/lobster.eot');
    src: url('/fonts/lobster.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lobster.woff') format('woff'),
         url('/fonts/lobster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*оформление по умолчанию конец*/
.main {
	background-image:url('/upload/image/design/default/bg.jpg');
	
}
.body_main {
	height:100%;
	vertical-align:top;
	width:1000px;
}
.left_col {
	background-image:url('/upload/image/design/default/left.png');
	background-position:right top;
	background-repeat:no-repeat;			
}
.right_col {
	background-image:url('/upload/image/design/default/right.png');
	background-position:left top;
	background-repeat:no-repeat;			
}
/*стили для шапки начало*/
.body_header {
	height:406px;
	background-image:url('/upload/image/design/default/bg_header.png');
	vertical-align:top;
}
.body_basket {
	width:180px;
	background-image:url('/upload/image/design/default/bg_basket.png');
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	float:right;
	padding:0 0 10px 0;
}
.icon_basket {
	float:left;
	margin:10px;			
}
.title_name {
	font-family: 'lobster';
	font-size:26px;
	margin-top:10px;
	color:#4D3B29;
	margin-bottom:0;
}
.button_basket {
	text-align:center;
	margin-top:10px;
	display:block;
	margin-bottom:0;
}
.button_basket:hover {
	opacity: 0.8;
}
.price_menu {
	list-style:none;
	margin:0;
	padding:0;
	margin-right:24px;
}
.price_menu li {
	text-align:right;
}
.price_menu span {
	font-weight:bold;			
}
/*стили для шапки конец*/
/*стили для горизонтального меню начало*/
.body_hor_menu {
	height:58px;
	background-image:url('/upload/image/design/default/bg_hor_menu.png');
}
#roundbar-blue {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#roundbar-blue ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#roundbar-blue ul li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:50%;
	margin:0;
	padding:0 6px;
}
#roundbar-blue ul li a {
	display:block;
	color:#3A2622;
	padding:0 5px;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	line-height:33px;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	font-family: 'lobster';
	width:126px;
	height:33px;
}
#roundbar-blue ul li.active a {
	color:#5A340B;
	background-image:url('/upload/image/design/default/item_active.png');
    background-position:center top;
    background-repeat:no-repeat;

}
#roundbar-blue ul li a:hover {
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color:#5A340B;
    background-image:url('/upload/image/design/default/item_active.png');
    background-position:center top;
    background-repeat:no-repeat;
}
/*стили для горизонтального меню конец*/
/*стили для зиона начало*/
.creator {
	width:220px;		
}
.creator img {
	margin-right:10px;
	float:left;
}
.creator a:link, .creator a:visited {
	color:#351F05;
	text-decoration:none;
	border-bottom:1px #351F05 dotted;
}
.creator strong a:link, .creator strong a:visited {
	color:#351F05;
	text-decoration:none;
	font-weight:normal;
	border-bottom:0;
}
.copy_body_mini {
	position:relative;
	width:10px;
	height:50px;
}
.chat-bubble_copy {
  	background-color:#EFEDDC;
  	border:1px solid #343434;
  	position:relative;
  	width:194px;
  	display:none;
  	/*height:50px;*/
  	position:absolute;
  	top:-178px;
  	left:-7px;
  	padding:10px;
  	padding-bottom:15px;
  	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 2px 4px 23px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 4px 23px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 4px 23px rgba(50, 50, 50, 0.75);
}
.chat-bubble_copy a {
	color:black;
	text-decoration:none;
	border-bottom:1px black dotted;
}
.chat-bubble_copy a:hover {
	color:black;
	text-decoration:none;
	border-bottom:1px transparent dotted;
}

.chat-bubble-arrow-border_copy {
  	border-color: #343434 transparent transparent transparent;
  	border-style: solid;
  	border-width: 10px;
  	height:0;
  	width:0;
  	position:absolute;
  	bottom:-20px;
  	left:160px;
}

.chat-bubble-arrow_copy {
  	border-color: #EFEDDC transparent transparent transparent;
  	border-style: solid;
  	border-width: 10px;
  	height:0;
  	width:0;
  	position:absolute;
  	bottom:-18px;
  	left:160px;
}
/*стили для зиона конец*/
/*стили для подвала начало*/
.body_footer {
	height:121px;
	background-image:url('/upload/image/design/default/bg_footer.png');
}
.copy {
	width:200px;
	color:#351F05;
}
.live {
	text-align:center;
}
.bg_footer_ten_left {
	width:50px;			
}
.bg_footer_ten_left_ {
	position:relative;
	left:-50px;
	background-image:url('/upload/image/design/default/bg_footer_ten_left.png');
	background-position:left top;
	background-repeat:no-repeat;
	width:50px;
	height:121px;			
}
.bg_footer_ten_right {
	width:50px;			
}
.bg_footer_ten_right_ {
	position:relative;
	right:-50px;
	background-image:url('/upload/image/design/default/bg_footer_ten_right.png');
	background-position:right top;
	background-repeat:no-repeat;
	width:50px;
	height:121px;			
}

/*стили для подвала конец*/
/*стили для горизонтального меню начало*/
.body_hor_menu_bottom {
	height:35px;
	padding-top:20px;
}
#roundbar-blue_bottom {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#roundbar-blue_bottom ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#roundbar-blue_bottom ul li {
	display:block;
	float:left;
	list-style:none;
	position:relative;
	right:50%;
	margin:0;
	padding:0 6px;
}
#roundbar-blue_bottom ul li a {
	display:block;
	color:#351F05;
	padding:0 5px;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	line-height:35px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	font-family: 'lobster';
	width:125px;
	height:35px;
}
#roundbar-blue_bottom ul li.active a {
	color:#351F05;
	background-image:url('/upload/image/design/default/item_active_bottom.png');
    background-position:center top;
    background-repeat:no-repeat;

}
#roundbar-blue_bottom ul li a:hover {
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-image:url('/upload/image/design/default/item_active_bottom.png');
    background-position:center top;
    background-repeat:no-repeat;
}
/*стили для горизонтального меню конец*/
.body_content {
	background-color:#EFEDDC;
	padding:10px;
	vertical-align:top;			
}
.left {
	vertical-align:top;
	width:239px;
}
.top {
	background-image:url('/upload/image/design/default/top.jpg');
	min-height:100px;
	background-position:left top;
	background-repeat:no-repeat;
}
.center {
	background-image:url('/upload/image/design/default/center.jpg');
	background-repeat:repeat-y;			
}
.bottom {
	background-image:url('/upload/image/design/default/bottom.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:36px 20px 36px 20px;
	min-height:100px;
	vertical-align:top;			
}
.right {
	vertical-align:top;
	padding-left:8px;
}
.top_content {
	background-image:url('/upload/image/design/default/top_content.jpg');
	min-height:200px;
	background-position:left top;
	background-repeat:no-repeat;
}

.center_content {
	background-image:url('/upload/image/design/default/center_content.jpg');
	background-position:left top;
	background-repeat:repeat-y;
}
.bottom_content {
	background-image:url('/upload/image/design/default/bottom_content.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:36px 20px 36px 20px;
	vertical-align:top;				
}
.text_block {
	padding:10px 0;
}
.block_item_menu {
	margin-bottom:20px;
	text-align:center;
}
.block_item_menu h2 {
	text-transform:uppercase;
	font-size:16px;
}
.block_item_menu p {
}
.block_item_menu img {
	margin-top:4px;
}
.ramka {
	background-image:url('/upload/image/design/default/ramka.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:	150px;
	margin-bottom:10px
}
.more {
	margin-top:10px;
	display:block;
}
.more a:hover {
	opacity: 0.8;
}
.writer {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:13px;
	margin-bottom:5px;
}
.year {
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
}
.body_img_item {
	width:220px;
	vertical-align:top;
}
.ramka_big {
	background-image:url('/upload/image/design/default/ramka_big.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:	195px;
	margin-bottom:10px
}
.ramka_big img {
	margin-top:6px;
	margin-left:43px;
}
.zakaz {
	margin-top:20px;
	display:block;
	text-align:center;
}
.zakaz a:hover {
	opacity: 0.8;
}
.about_book {
	vertical-align:top;
}
.name_book {
	text-transform:uppercase;
	padding-bottom:10px;
}
.more_big {
	margin-top:10px;
	display:block;
	float:right;
}
.more_big a:hover {
	opacity: 0.8;
}
.title_left {
	color:#A69F83;
	text-align:center;
	text-transform:uppercase;
}
.title_right {
	text-transform:uppercase;
}
.icon_basket{
				border-width: 0px;
				float: left;
				margin: 10px;
}
.new_stock {
	margin-top:10px;
}
.new_stock a {
	background-image:url('/upload/image/design/default/new_stock.png');
	display:block;
	height:35px;
	width:160px;
	line-height:35px;
	text-align:center;
	font-family: 'lobster';
	font-size:17px;
}
.border_image {
	border:1px #e0e0e0 solid;
	border-radius:1px;
	box-shadow: 0px 0px 0px 6px #f6f6f6, 0px 0px 0px 7px #cccccc;
	margin:10px;
}


address {
}
code {
}
details {
}
mark {
}
pre {
}
q {
}
time {
}
.Bold
{
	font-weight: bold;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}
