/* basic css */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background:#fff;

}

img {
	border:0;
}

table {
	border-collapse: collapse;
	width:100%;
}

table td {
	padding: 0px;
}

a {
	text-decoration:none;
	color:#1a1a1a;
}

p {
	margin:5px 0;
}

/* individual css */

#conteiner {
	width:955px;
	margin:0 auto;
}

#header {
	margin:10px 0;
	background:url(images/header-sep.gif) repeat-y right;
	height:57px;
}

#logo {
	width:200px;
	height:57px;
	text-align:center;
	float:left;
	background:url(images/header-sep.gif) repeat-y left;
}

#logo h1 {
	font-weight:normal;
	font-size:9px;
	color:#003399;
	margin-top:1px;
}

#search {
	width:238px;
	margin:16px 0 0 45px;
	height:25px;
	background:#4C83C8;
	float:left;
}

#search_left {
	background:url(images/search-left.gif) no-repeat top;
	width:5px;
	height:25px;
	float:left;
}

#search_right {
	background:url(images/search-right.gif) no-repeat bottom;
	width:5px;
	height:25px;
	float:left;
}

#search_body {
	width:223px;
	height:22px;
	float:left;
	padding:3px 0 0 5px;
}

#search_fld_left {
	background:url(images/search-left-bg.gif) no-repeat left;
	width:6px;
	height:18px;
	float:left;
}

#search_fld {
	background:url(images/search-bg.gif) repeat-x top;
	width:190px;
	height:19px;
	float:left;
}

#search_fld input {
	border:none;
	background:none;
	margin-top:2px;
	width:190px;
	height:14px;
	color:#808080;
}

#search_bt {
	width:22px;
	height:18px;
	float:left;
}

#rightPanel {
	background:url(images/menu-line.gif) no-repeat center right;
	width:438px;
	float:left;
	margin-left:20px;
	height:57px;
}
#rightPanel div {
	float:left;
}

#rightPanel img {
	vertical-align:middle;
}

#rabota {
	width:110px;
	height:28px;
	font-size:9px;
	padding:15px 0;
	text-align:center;
}

#rabota div {
	font-size:9px;
	text-align:center;
}

#phone {
	width:328px;
	height:23px;
	color:#003399;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	text-align:right;
}

#menu {
	width:300px;
	height:16px;
	color:#b2b2b2;
	padding:12px 0 0 28px;
}

#menu a {
	font-size:10px;
}

#menu a:hover {
	color:#0066FF;
}

#menu div {
	display:inline;
	height:18px;
}

#menu .first {
	padding:2px 5px 0 3px;
}

#menu .menu_item {
	padding:2px 5px 0 5px;
}

#menu .last {
	padding:2px 0 0 5px;
}

#leftPanel {
	width:200px;
	float:left;
	margin:0 10px 0 0;
}

#katalog {
	background:#dfe9f5;
	margin-bottom:10px;
}

#katalog .katalog_top {
	background:url(images/panel-top-bg.gif) no-repeat top;
	height:5px;
	font-size:0;
}

#katalog .katalog_bottom {
	background:url(images/panel-bottom-bg.gif) no-repeat top;
	height:5px;
	font-size:0;
}

.c { padding:2px 5px 2px 10px; }
.sc { padding:2px 5px 2px 20px; background:#EEF9FE url(images/sc.gif) no-repeat top left; }
.scc { padding:2px 5px 2px 30px; background:#EEF9FE url(images/scc.gif) no-repeat top left; }
.sccc { padding:2px 5px 2px 40px; background:#EEF9FE url(images/sccc.gif) no-repeat top left; }
.scccc { padding:2px 5px 2px 50px; background:#EEF9FE url(images/scccc.gif) no-repeat top left; }

.cs { padding:2px 5px 2px 10px; background:#bbd4f6 url(images/cs.gif) no-repeat top; font-weight:bold; }
.scs { padding:2px 5px 2px 20px; background:#EEF9FE url(images/scs.gif) no-repeat top left; font-weight:bold; }
.sccs { padding:2px 5px 2px 30px; background:#EEF9FE url(images/sccs.gif) no-repeat top left; }
.scccs { padding:2px 5px 2px 40px; background:#EEF9FE url(images/scccs.gif) no-repeat top left; }
.sccccs { padding:2px 5px 2px 50px; background:#EEF9FE url(images/sccccs.gif) no-repeat top left; }
 
#katalog .cs a { color:#003399; }
#katalog .scs a { color:#003399; }
#katalog .sccs a { color:#003399; }
#katalog .scccs a { color:#003399; }
#katalog .sccccs a { color:#003399; }

#katalog a {
	color:#1a1a1a;
	text-decoration:none;
}

#katalog a:hover {
	color:#0066FF;
}

.box {
	width:100%;
	margin-bottom:10px;
}

.box_top {
	background:#bbd4f6 url(images/box-top-bg.gif) no-repeat top;
	height:16px;
	font-weight:bold;
	color:#003399;
	padding:4px 0 0 10px;
}

.box_body {
	border-left:#e6e6e6 1px solid;
	border-right:#e6e6e6 1px solid;
	padding:7px 10px 5px 10px;
}

.box_body li {
	list-style:none;
}

.box_body img {
	vertical-align:middle;
}

.box_body  span {
	font-weight:bold;
	font-size:13px;
	color:#ED1C24;
}

.box_body a {
	text-decoration: underline;
	color: #003399;
}

.box_bottom {
	background:url(images/box-bottom-bg.gif) no-repeat bottom;
	height:4px;
	font-size:0;
}

a.link {
	color:#003399;
	font-size:13px;
	text-decoration:underline;
}

a.link:hover {
	color:#0066FF;
}

#content {
	float:left;

}

.r1, .r2, .r3, .r4 {
	background:#4C83C8;
    display: block;
    height: 1px;
	font-size:0;
	overflow: hidden; 
}

.r4 { margin: 0 5px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#navigation_body {
	background:#4C83C8;
	width:100%;
	height:40px;
	padding:0 0 0 0;
	float:left;
}

#navigation_margin {
	width:10px;
	height:40px;
	float:left;
}

#navigation_body h1 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin-top:3px;
}

#navigation_body a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#action_cat {
	width:743px;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	padding: 5px 0;
	#float:left;
}

#action_cat a {
	color:#003399;
	text-decoration:underline;
}

#action_cat a:hover {
	color:#0066FF;
}

#sortings {
	background:#E6E6E6;
	height:25px;
	width:735px;
	float:left;
	padding:5px 0 0 10px;
}

.cb_left {
	background:url(images/cb-left-bg.gif) no-repeat top left;
	width:6px;
	height:19px;
	float:left;
}

.cb_fld {
	background:url(images/cb-bg.gif) repeat-x top;
	width:139px;
	height:17px;
	float:left;
	color:#1a1a1a;
	padding-top:2px;
}

.cb_bt {
	width:20px;
	height:19px;
	float:left;
}

#down_box_firma {
	position:absolute;
	background:#FFF;
	background:none;
	clear:both;
	visibility:hidden;
}

#pages {
	background:#E6E6E6;
	height:25px;
	width:735px;
	float:left;
	padding:5px 0 0 10px;
	margin-top:1px;
}

#down_box_sort {
	position:absolute;
	background:#FFF;
	background:none;
	clear:both;
	z-index:3;
	visibility:hidden;
}

.down_box_top {
	background:url(images/down-box-top.gif) no-repeat top;
	width:165px;
	height:6px;
	font-size:0;
}

.down_box_body {
	background:url(images/down-box-bg.gif) repeat-y;
	width:163px;
	padding:0 1px;
}

.down_box_body td {
	padding:0 0 3px 7px;
}

.down_box_bottom {
	background:url(images/down-box-bottom.gif) no-repeat bottom;
	width:165px;
	height:5px;
	font-size:0;
}

.goods_tb {
	width:743px;
	height:10px;
	float:left;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
}

.goods_tb_bottom {
	width:348px;
	height:15px;
	background:#E6E6E6;
	padding-left:395px;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	float:left;
}

.goods_tr {
	width:743px;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	overflow:hidden;
	float:left;
}

.tr_line {
	clear:both;
	background:url(images/goods-tr-line.gif) no-repeat center;
	height:21px;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
}

.goods_td {
	width:227px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: -9999px;
	padding-bottom:9999px;
	float:left;
}

.goods_td table {
	width:100%;
}

.goods_td td {
	text-align:center;
	height:150px;
	margin-bottom:5px;
}

.goods_td a {
	font-size:12px;
}

.goods_td h2 {
	font-weight:normal;
}

.goods_td span {
	font-weight:bold;
	font-size:13px;
	color:#cc0000;
}

.goods_td p.left_marg {
	margin-left:10px;
	margin-bottom:10px;
}

.goods_td span.grey {
	color:#808080;
	font-size:11px;
	font-weight:normal;
}

.goods_td ul {
	list-style:none;
	padding-bottom:10px;
}

.goods_td li {
	background:url(images/goods-pt.gif) no-repeat top left;
	padding-left:20px;
	color:#808080;
}

.td_line {
	background:url(images/goods-sep.gif) repeat-y center;
	width:1px;
	margin-bottom: -9999px;
	padding-bottom:9999px;
	float:left;
}

#no_goods {
	text-align:center;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
}

.itemcounter {
	width:340px;
	color:#1a1a1a;
	text-align:right;
	padding-top:3px;
	float:left;
}

.search {
	width:350px;
	height:22px;
	background:#e6e6e6;
	padding-left:395px;
	clear:both;
	float:left;
}

.anchor {
	width:210px;
	padding-top:3px;
	float:left;
	padding-left:10px;
	text-align:left;
}

.anchor a:hover {
	color:#0066FF;
}

.itemcounter a {
	text-decoration:underline;
	color:#003399;
}


.itemcounter a:hover {
	color:#0066FF;
}

a.none_link {
	text-decoration:none;
	color:#1a1a1a;
}

#mess_utoch {
	width:735px;
	float:left;
	background:#FFFFFF;
	padding:5px 0 10px 10px;
}

#mess_utoch a {
	color:#003399;
}

#mess_utoch a:hover {
	color:#0066ff;
}

#mess_utoch span {
	font-weight:bold;
	color:#ED1C24;
}

#mess_utoch ul {
	list-style:none;
}

#mess_utoch li {
	display:inline;
}

#mess_utoch img {
	vertical-align:middle;
}

#kniga {
	width:743px;
	border:#E6E6E6 1px solid;
	padding:10px 0;
	float:left;
}

#kniga_left {
	width:340px;
	float:left;
	text-align:center;
	overflow:hidden;
}
 
#brend_logo {
	height:70px;
}

#kniga_img {
	height:340px;
}

#kniga_img td {
	height:300px;
	width:100%;
}

#kniga_right {
	
	width:375px;
	height:340px;
	padding:0 10px 0 15px;
	float:left;
}

#kniga_right h2 {
	color: #003399;
	font-size:15px;
	margin-bottom:10px;
}

#kniga_right div {
	margin-bottom:6px;
	font-size:13px;
}

#kniga_right div a {
	color:#003399;
	margin-bottom:6px;
	font-size:13px;
	text-decoration:underline;
}

#kniga_right a:hover {
	color:#0066ff;
	font-size:13px;
	text-decoration:none;
}

#kniga_right ul {
	padding-left:15px;
	margin-bottom:10px;
}

#kniga_right li {
	font-size:12px;
	padding:2px 0;
	list-style:none;
}

#kniga_right li img  {

	vertical-align: middle;
}

#kniga_right li a {
	color:#003399;
	font-size:11px;
	text-decoration:none;
}

#kniga_right li a:hover {
	color:#0066ff;
	font-size:11px;
	text-decoration:none;
}

#kniga_right span {
	font-weight:bold;
	font-size:14px;
	color:#ED1C24;
}

.h_line {
	font-size:0;
	height:1px;
	overflow:hidden;
	width:100%;
	background:#E6E6E6;
	margin:10px 0 5px 0;
}

#kniga h3 {
	width:733px;
	height:18px;
	padding:3px 0 0 10px;
	font-size:13px;
	font-weight:normal;
	clear:both;
	background:#E6E6E6;
}

.character {
	margin:5px 10px 10px 10px;
}

.character td {
	padding:1px 0 1px 5px;
}

.character li {
	list-style:none;
	margin:0;
	padding:4px 0 4px 0;
	background:url(images/charcter-li-sep.gif) repeat-x bottom;
}

.character a {
	color:#003399;
	text-decoration:underline;
}

.character a:hover {
	color:#0066FF;
	text-decoration:none;
}

#tehnik {
	width:722px;
	margin:5px 10px 10px 10px;
}

#tehnik td {
	width:361px;
	padding:4px 0 4px 0;
	background:url(images/charcter-li-sep.gif) repeat-x bottom;
}

#nighbor_row {
	overflow:hidden;
	padding:10px 0 0 2px;
}

.nighbor {
	width:148px;
	float:left;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
}

.nigh_rait {
	padding:0 10px;
}

.nigh_name {
	margin-bottom:5px;
	padding:0 10px;
}

.nigh_img {
	height:80px;
	text-align:center;
}

.nigh_img td {
	height:80px;
}

.nigh_price {
	color:#ED1C24;
	padding-left:10px;
}

.nighbor a {
	color:#ED1C24;
}

.nighbor a {
	color:#003399;
}

.nighbor a:hover {
	color:#0066ff;
}

.r1g, .r2g, .r3g, .r4g {
	background:#E6E6E6;
    display: block;
    height: 1px;
	font-size:0;
	overflow: hidden;
	clear:both;
}

.r4g { margin: 0 5px; }
.r3g { margin: 0 3px; }
.r2g { margin: 0 2px; }
.r1g { margin: 0 1px; }

#bottom {
	clear:both;
	padding-top:10px;
}

#basket_page {
	width:733px;
	border:#E6E6E6 1px solid;
	float:left;
	left: -5px;
}

.bookcard_header {
	background:#E6E6E6;
	font-size:13px;
	font-weight:normal;
	clear:both;
	padding:4px 0 4px 10px;
}

.bookcard_header h1 {
	font-weight:bold;
	font-size:13px;
	margin:0;
}

.bookcard_header_red {
	background:#FDCFCF;
	font-size:12px;
	font-weight:bold;
	clear:both;
	padding:4px 0 4px 10px;
}

#num_order {
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding:10px 0;
}

.bookcard_img {
	width:150px;
	float:left;
}

.bookcard_img td {
	text-align:center;
	width:150px;
	height:110px;
}

.bookcard_img_after {
	text-align:center;
	width:100px;
	height:90px;
	padding-top:10px;
	float:left;
}

.bookcard_character {
	width:393px;
	float:left;
	
}

.bookcard_character_after {
	width:393px;
	float:left;
}

.bookcard_character ul {
	margin-top:10px;
	padding-bottom:4px;
}

.bookcard_character li {
	list-style:none;
	font-size:12px;
	margin-bottom:5px;
}

.bookcard_character_after ul {
	margin-top:20px;
	padding-bottom:4px;
}

.bookcard_character_after li {
	list-style:none;
	font-size:12px;
	margin-bottom:5px;
}


.bookcard_character span {
	font-size:10px;
}

.bookcard_icon {
	width:95px;
	height:55px;
	text-align:center;
	float:left;
	padding-top:50px;
}

.bookcard_icon form {
	margin-bottom:5px;
}

.bookcard_icon a {
	font-size:10px;
}

.bookcard_line {
	background:#E6E6E6;
	font-size:0;
	height:1px;
	width:723px;
	clear:both;
	overflow:hidden;
	margin:0 10px 10px 10px;
}

#icon_help {
	width:200px;
	height:100px;
	float:left;
}

#icon_help img {
	margin:0 0 10px 10px;
	vertical-align:middle;
}

#bookcard_sum {
	text-align:right;
	padding-right:10px;
}

#bookcard_sum ul {
	margin-bottom:10px;
}

#bookcard_sum li {
	list-style:none;
	font-size:12px;
	margin-bottom:3px;
}

#bookcard_sum li span {
	font-size:14px;
	font-weight:bold;
}

#baskets_empty {
	width:743px;
	clear:both;
	text-align:center;
	padding:10px 0;
	overflow:auto;
	border-bottom:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
}

#baskets_userinfo {
	border:#E6E6E6 1px solid;
	overflow:auto;
	clear:both;
	padding-bottom:7px;
	padding-top:10px;
}

#userinfo_header {
	width:735px;
	float:left;
	clear:both;
	background:#E6E6E6;
	padding:5px 0 10px 10px;
}

#baskets_userinfo div {
	float:left;
}

.u_lable {
	width:150px;
	padding-left:10px;
	clear:both;
	font-weight:bold;
}

.u_lable p {
	font-weight:normal;
}

#baskets_userinfo span {
	color:#f00;
}

.u_fld {
	width:573px;
	padding-bottom:7px;
}

.u_fld input {
	width:300px;
	height:17px;
	border:1px solid #959595;
}

.u_fld textarea {
	width:300px;
	height:100px;
	border:1px solid #959595;
}

.u_coment {
	width:200px;
	padding-left:10px;
	clear:both;
}

.u_bt {
	width:391px;
	padding-left:128px;
}

#error_mess {
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	overflow:auto;
	padding:10px 0;
	clear:both;
	color:#ED1C24;
}

#category {
	border-right:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
	clear:both;
	overflow:auto;
	width:743px;
	padding:10px 0 10px 0;
}

.category_tr {
	width:743px;
	overflow:hidden;
}

.book_category {
	width:361px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}

.category_img {
	width:170px;
	float:left;
	margin-bottom: -9999px;
	padding-bottom:9999px;
}

.category_text {
	width:191px;
	overflow:hidden;
	float:left;
}

.category_img td {
	text-align:center;
	width:170px;
	height:150px;
}

.book_category h1 {
	padding-bottom:5px;
}

.book_category span {
	color:#808080;
}

.category_text img {
	margin-right:5px;
}

.li_sep {
	width:4px;
	height:9px;
	margin-right:5px;
	display:inline;
	background:url(images/li-sep2.gif) no-repeat right;
}

.book_category a:hover {
	color:#0066FF;
}

.category_v_line {
	float:left;
	width:1px;
	background:#E6E6E6;
	margin-bottom:-9999px;
	padding-bottom:9999px;
}

.category_line {
	background:#E6E6E6;
	font-size:0;
	height:1px;
	width:723px;
	overflow:hidden;
	clear:both;
	margin:10px;
}

.progers_bar {
	width:100%;
	background:#CCCCCC;
	height:4px;
	font-size:0;
}

.progres {
	background:#0099FF;
	height:4px;
	font-size:0;
}

#help_dostavka {
	border-right:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
	clear:both;
	overflow:auto;
	padding:10px 15px;
	font-size:12px; 
	line-height:135%;
	
}

#help_dostavka em {
	font-size:12px;
}

#help_dostavka li {
	list-style:url(images/li-sep.gif);
	margin-left:20px;
	font-size:12px;
	text-align:justify;
}

#help_dostavka h2 {
	font-size:14px;
	margin-bottom:5px;
}

#help_dostavka h3 {
	font-size:13px;
	margin-left:20px;
	margin-bottom:5px;
}

#help_dostavka table {
	border:#E6E6E6 1px solid;
	width:650px;
	margin:10px 0 10px 20px;
	margin-left: auto;
	margin-right: auto;
}

#help_dostavka th {
	background:#E6E6E6;
	padding:2px 0 4px 0;
}

#help_dostavka td {
	font-size:12px;
	border:#E6E6E6 1px solid;
	padding:2px 0 4px 10px;
}

#help_dostavka a {
	color:#003399;
	font-size:12px;
}

#help_dostavka a:hover {
	color:#0066FF;
}

#help_dostavka p {
	font-size:12px;
	padding-bottom:5px;
	text-align:justify;
}

#help_dostavka span {
	color:#ED1C24;
	font-size:12px;
	font-weight:bold;	
}

#help_dostavka strong {
	font-size:12px;
}

#help_dostavka .big_red {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ED1C24;
}

#e_block1 {
	width:480px;
	float:left;
}

#e_block2 {
	width:200px;
	margin:40px 0 0 30px;
	text-align:center;
	float:left;
}

#e_block3 {
	clear:both;
	padding-top:10px;
	font-size:12px;
	margin-top:10px;
	text-align:center;
}

#e_block2 img {
	margin-bottom:15px;
}

#e_block2 p {
	text-align:left;
}

#search_addon {
	border-right:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
	clear:both;
	padding:10px;
	text-align:center;
}

#search_addon p {
	color:#ED1C24;
	font-weight:bold;
}

#search_addon table {
	width:550px;
	margin:0 auto;
	border:#E6E6E6 1px solid;
}

#search_addon td {
	border:#E6E6E6 1px solid;
	padding:2px 0 4px 0;
	text-align:center;
}

#search_empty {
	border-right:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
	border-bottom:#E6E6E6 1px solid;
	clear:both;
	padding:10px;
	text-align:center;
}

#search_empty strong {
	color:#3c6ec8;
	font-size:12px;
}

#search_empty p {
	font-size:12px;
}

#search_empty h3 {
	font-size:13px;
	margin-bottom:10px;
}

#retry {
	width:550px;
	margin:10px auto;
}

#retry div {
	width:307px;
	margin:0 auto;
	height:23px;
	text-align:right;
}

#retry_input {
	width:300px;
	height:16px;
	padding-left:5px;
	border:1px solid #959595;
}

#recomendation {
	clear:both;
	width:500px;
	margin:0 auto;
	font-size:12px;
	text-align:left;
}

#recomendation ul {
	margin-bottom:5px;
}

#recomendation li {
	list-style:url(images/li-sep.gif);
	font-size:12px;
	margin-left:20px;
}

#recomendation a {
	font-size:12px;
	color:#003399;
}

#recomendation a:hover {
	color:#0066FF;
}

#footer {
	width:953px;
	clear:both;
	padding:5px 0;
	overflow:auto;
	border:#E6E6E6 1px solid;
}

#footer div {
	float:left;
}

#footer li {
	list-style:url(images/li-sep.gif);
	padding:3px 0 3px 0;
	margin-left:20px;
}

#footer a:hover {
	color:#0066FF;
}

#today {
	width:200px;
	padding-left:10px;
}

#shop {
	padding-left:90px; 
}

#buyer {
	padding-left:90px; 
}

#help {
	padding-left:40px; 
}

#copy {
	clear:both;
	float:left;
	margin-top:5px;
	width:280px;
	color:#808080;
}

#bottom h4 {
	float:left;
	width:675px;
	margin-top:5px;
	text-align:right;
	font-weight:normal;
	color:#808080;
}

#contact {
	height:350px;
	overflow:auto;
	clear:both;
}

#contact div {
	float:left;
}

#contact span {
	color:#f00;
}

.c_lable {
	width:150px;
	clear:both;
	font-weight:bold;
}

.c_img {
	width:230px;
	margin-right:50px
}

.c_fld {
	width:500px;
	padding-bottom:7px;
}

.c_fld input {
	width:300px;
	height:17px;
	border:1px solid #959595;
}

.c_fld2 {
	clear:both;
	width:230px;
	padding:5px 50px 0 150px;
	padding-bottom:7px;
}

.c_fld2 input {
	width:228px;
	height:17px;
	border:1px solid #959595;
}


.c_fld textarea {
	width:400px;
	height:150px;
	border:1px solid #959595;
}

.c_bt1 {
	clear:both;
	width:377px;
}

.c_bt1 input {
	width:71px;
	height:20px;
	border:none;
	background:url(images/bt-clear.gif) no-repeat;
}

.c_bt2 {
	width:300px;
}

.c_coment {
	margin-top:10px;
	font-size:12px;
	clear:both;
}

#error {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	overflow:auto;
	clear:both;
	color:#ED1C24;
}

.big_error {
	position: inherit;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ED1C24;
	background-image: url("/images/skin1/images/error.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 28px;
 
}

.link_code_box{
	visibility:hidden;
	position:absolute;
	padding:9px;
	background-color:#EEF9FE;
	border:thin;
	border-color:#E6E6E6;
	border-style:solid;
	border-width:thin;
}

#video {
	padding:10px 0 0 0;
	overflow:hidden;
}

#video_cont {
	width:360px;
	padding-left:10px;
	float:left;
}

#video_cont td {
	width:360px;
	text-align:left;
	vertical-align:top;
}

#main_video div {
	background:url(images/video_bg.gif) no-repeat;
}

#video_list_out {
	width:363px;
	height:310px;
	overflow:auto;
	float:left;
}

#video_list_in {
	width:343px;
}

#video_list_in a {
	clear:both;
	display:block;
	width:343px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #d5d5d5;
	overflow:hidden;
}

#video_list_in a:hover {
	background:#f3f3f3;
}

.video_item_img {
	float:left;
	width:85px;
	padding:5px 0 0 5px
}

.video_item_desc {
	width:243px;
	padding-top:5px;
	float:left;
	overflow:hidden;
}

.video_item_desc span {
	color:#003399;
}

.video_item_desc a {
	color:#003399;
}

.video_item_desc a:hover {
	color:#0066ff;
}

/*added at 11.02.2009*/
table.character {
	margin: 0;
	padding: 0;
}

table.character tr.even {
	background-color: #EFF4FA;
	
}

table.character td{
	vertical-align: top;
	height: 1.25em;
	padding: 0.5em 0.5em;
}

table.character td.label {
	width: 240px;
}

table.character td.category {
	height: 34px;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 0.25em;
	border-style: solid;
	border-width: 2px 0px 0px;
	border-color:#EFF4FA;
}

/* Звездочки оценки товара */
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url('delete.gif') no-repeat 0 -16px}
div.star,div.star a{background:url('star.gif') no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* выпадающее меню категорий */
#pmenu {padding:0; margin:45px 1px 0px 0px; list-style-type: none; width:201px;}
#pmenu ul {padding:0; margin:0; list-style-type: none; width:201px;}
#pmenu li {position:relative;}
#pmenu a, #pmenu a:visited {display:block;width:200px; font-size:11px; color:#000; height:21px; line-height:20px; text-decoration:none; text-indent:5px; background:#dfe9f5; border:0px solid #fff; border-width:0 0px 0px 0;}
#pmenu li:hover > a {background:#EEF9FE; color:#003399;}
#pmenu li ul {display: none;} 
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:201px;}

.text_title {
	font-size:14px;
	white-space:normal;
	padding: 45px 0 8px 0;
	font-weight: bold;
	font-size: 14px;
	color: #003399;
}

.help_style_text {font-size:12px; padding-left:12px; line-height: 1.5;}
.help_style_text h2 {font-size:14px;white-space:normal; padding-top:15px;text-align: center;}
.help_style_text h3 {font-size:13px;white-space:normal;text-align: center;}
.help_style_text strong {font-size:12px;}
.help_style_text p {font-size:12px;}
.help_style_text li {font-size:12px;}
.help_style_text a {font-size:12px; color:#003399 !important; text-decoration: underline !important;}
.help_style_text a:hover {color:#0066FF;}
.image_rpeview_30 {margin: 3px;}



#account  {padding:0 8px 8px 8px; font-size:12px; border:1px solid #e6e6e6;}
#account p {font-size:12px;}
#account a {color: #003399; text-decoration: underline; }
#control p {position:relative;top:5px;padding:0 0 3px 0;}
#control p, #control a {font-size:12px;}
#control  a {color:#003399;display:block;line-height:16px;text-decoration:underline;}
#control a:hover {text-decoration:none;}

.fret {float:right;}

#cotact {margin:8px 0;overflow:visible!important;height:450px;clear:both;}
#cotact span {color:#f00;}
#cotact label {width:150px;color:#808080;float:left;font-size:12px}
#cotact .c_fld input {border:1px solid #e6e6e6;width:200px;padding:2px 0}
#cotact .c_fld .smaller {border:1px solid #e6e6e6;width:70px;padding:2px 0}
#cotact .buttons {margin:10px 0 10px 3px;clear:both} 
#cotact .buttons .w70 {width:70px!important;margin-right:72px}
#cotact .c_img {margin:15px 0 0 120px}


#control {margin:8px 0;}
.title {font-size:13px;font-weight:bold;color:#003399;margin: 0 0 20px 0;text-transform:uppercase;position:relative;top:5px;}



#coupon_list {font-size:12px;clear:both;}
#coupon_list th {background:#e6e6e6;padding: 5px 0 5px 5px;text-align:left;color:#1a1a1a;font-size:11px;border:1px solid #fff;font-weight:normal;text-decoration:underline}
#coupon_list td {border-collapse:collapse;border:1px solid #fff;background:#f7f7f7;padding: 5px 0 5px 5px;font-size:12px;}




.file_input_review {background:url(images/file_input.gif);border:1px solid red;border:none}

.add_photo,.add_check {float:left;width:47%;margin:30px 0 5px 0;color:#808080}
.review_img_150px {margin:25px 0;overflow:hidden}

.additional label {color:#003399;float:left;margin:7px 0;width:100px}
.additional input {color:#003399;border:1px solid #e6e6e6;padding:3px 0;margin:5px 0;width:150px}

#review_in .item {margin: 0 0 25px 0;}
#review_in .item .top p {float:left;margin-right:15px}
#review_in .item .top .bbold {color:#003998;font-weight:bold}

#review_in .item .content {clear:both; line-height: 1.5;}
#review_in .item p {line-height: 1.5;}
#review_in .item b {font-size:12px;color:#808080}

.clear {clear:both}

#review_in .item .top {clear:both}
#review_in .item .top a {color:#003899;font-size:12px;text-decoration:underline;margin-right:15px}
#review_in .item .top a:hover {text-decoration:none}


#review_in .item .bottom,#comments .item  {overflow:hidden}
#review_in .item .bottom p,#comments .item .bottom p  {float:left;margin-right:8px}
#review_in .item .bottom .yes, #comments .item .bottom .yes {background:url(images/button_yes.gif) no-repeat;width:39px;height:18px;float:left;margin:3px 0 0 0}
#review_in .item .bottom .no, #comments .item .bottom .no {background:url(images/button_no.gif) no-repeat;width:39px;height:18px;float:left;margin:3px 0 0 0}
#review_in .item .bottom .comment, .bottom .yes .comment {background:url(images/comment_icon.gif) no-repeat;padding: 0 0  0 20px;line-height:24px;margin: 5px 0 0 18px;color:#000;font-size:12px}

#comments #panel {background:#dfe9f3;height:22px;line-height:22px;padding:0 5px}

#comments #panel p {float:right;position:relative;top:-5px;margin-right:10px}
#comments #panel a {float:right;margin-right:5px;color:#1b4b98;font-size:12px}
#comments #panel .padd {margin-left:10px}

#comments .item .top .name {color:#092f95;font-weight:bold; }
#comments .item .top  {margin:5px 0 0 0;}


#cons_form label {color:#3059ac;font-size:12px;display:block;margin: 3px 0}
#cons_form textarea {border:1px solid #e6e6e6;width:99%;min-height:100px;font-size:12px;}

.checkboxes {overflow:hidden}
.checkboxes input {float:left;margin-top:6px;border:1px solid #efefef;}
.checkboxes p {width:200px;padding-left:20px;font-size:11px}
.checkboxes div {float:left}

.imgBtn {
	background-color: #ffffff;
	border:0px;
}