/* @override 
	http://filer:9000/static/css/base.css
	http://filer.ru/static/css/base.css
*/

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-top: 2em;
}

h1 {
	font-size: 138%;

}

/*div.span-4 h1 {
	white-space: nowrap;
}*/

h2 {
	font-size: 100%;
	font-weight: bold;
}

.header_right {
	padding-top: 2em;
}

img.logo {
	margin-left: -110px;
	margin-top: -40px;
	margin-bottom: -40px;
}

img.logo2 {
	margin-left: -10px;
}



p {
	margin-bottom: 2em;
}

span.file {
	display: block;
	margin-bottom: 2em;
}

a {
	color: #616365;
	text-decoration: none;
}

span.attention {
	color: #fb4f14;
}

a.orange {
	color: #fb4f14;
}

small, .small {
	font-size: 95%;
	line-height: 130%;
}

a.noline {
	text-decoration: none;
}

a.faux {
	border-bottom: 1px dotted;
}

.ico img {
	position: relative;
	bottom: -3px;
	margin-right: 0px;
}

.phone_header {
	margin-right: 30px;
}

.gray, .gray a {
	color: #616365;
}

input.input_text,
input[type=text], input[type=password] {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

input.dark, textarea.dark {
	background-color: #454647;
	border: 0;
	padding-top: .5em;
	padding-bottom: .5em;
/*line-height: 1.8em;*/
	color: white;
}

input.disabled {
	background: #ededed;
}

#username, #password {
	width: 110px;
}

input.button {
	background-color: #fb4f14;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0;
	line-height: 1.8em;
	color: white;
	font-size: 100%;
	padding: .4em .5em
}

input.button.double {
/*line-height: 2.8em;*/
	padding: .9em .5em
}

input.wide {
	width: 25em;
}

.cap_inetmag {
	float: left;
}

input#q {
	/*height: 30px;
	width: 375px;*/
	/*background: url(../img/bg_search1.png) no-repeat;*/
	width: 380px;
	height: 28px;
	border: 0;
	font-size: 200%;
	margin: 2px;
}

.search_box {
	float: left;
	margin-right: 3px;
	/*padding-right: 7px;*/
	background: url(../img/bg_search.png) no-repeat left;
	padding: 3px;
}

.search {
	width: 387px;
	height: 32px;
}

.q_example {
	border-bottom: 1px dotted;
	color: #616365;
	cursor: pointer;
}

th h1 {
	margin: 0;
	padding: 0;
}

/*td {padding: 6px 0px;}*/

td, th {
	border-bottom: 1px solid #e7e6e4;
}

td.noborder {
	border-bottom: 0;
}

table.category {
	width: 550px;
}

table.category td {
	vertical-align: top;
}

table.category a {
	color: black;
	text-decoration: none;
}

table.category td.title {
	width: 280px;
	white-space: pre-wrap;
	padding-left: 0;


/* css-3 */
	white-space: -moz-pre-wrap !important;

/* Mozilla, since 1999 */ 
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
/* Internet Explorer 5.5+ */
}

table.category td.title-wide {
	width: 360px;
	padding-left: 0;
}

table.category td.picture {
	width: 80px;
}

table.category td.picture_big {
	width: 150px;
}

table.category td.goods_id {
	width: 80px;
}

table.category td.goods_id_item, table.category th.goods_id_item {
	text-align: right;
}

th.big_header {
	padding-left: 0;
}

table.category td.price {
	width: 110px;
	text-align: right;
	white-space: nowrap;
	padding-right: 0;
}

table.category tr .last {
	text-align: right;
}

table.prices {
	margin-bottom: 24px;
	table-layout: fixed;
}

table.prices tr .last {
	text-align: right;
	width: 70px;
}

table.prices td a {
	display: inline-block;
	width: 100%;
	padding: 6px -15px;
	color: black;
	text-decoration: none;
}

table.prices td {
	padding-right: 0px;
	height: 50px;
	/*overflow: hidden;*/
}

table.prices td div {
	height: 62px;
}

tr.hilite td, tr.hilite td a {
	background-color: black;
	color: white;
}

div.separator {
	height: 3.2em;
}

div.separator2 {
	height: 1.5em;
}

p.copyright {
	font-size: 95%;
	color: #b2b2b2;
}

ul.submenu {
	margin: 0;
	list-style: none;
}

ul.submenu li {
	margin-bottom: .6em;
}

ul.submenu a {
	color: #616365;
	text-decoration: none;
}

ul.submenu li.active a {
	color: black;
}

a.special, .special a {
	border-bottom: 1px solid #fb4f14;
}

/* catalogue */

.catalogue {
	
}

.catalogue .category a {
	color: black;
	text-decoration: none;
}

.catalogue ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalogue li {
	line-height: 24px;
}

.catalogue .category {
	background-color: #ededed;

	margin-bottom: 26px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.catalogue .category .category_box {
	padding: 20px;
}

ul.nolist {
	margin: 0;
	padding: 0;
	list-style: none;

}

ul.two-column {
	float: left;
	width: 50%;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
}

ol.pages {
	text-align: center;
}

ol.pages li {
	display: inline;
	text-align: center;
	line-height: 2em;
	font-size: .9em;
}

ol.pages li a {
	width: 24px;
	height: 24px;
	text-decoration: none;
	background: url(../img/badge_GRY.gif) no-repeat center center;
	display: inline-block;
	color: black;
}

ol.pages li.active a {
	background-image: url(../img/badge_BLK.gif);
	color: white;
}

.pager a.prev {
	float: left;
	padding-left: 17px;
	background: url(../img/bullet_arrow_prev.gif) no-repeat left 6px;
}

.pager a.next {
	float: right;
	padding-right: 17px;
	background: url(../img/bullet_arrow.gif) no-repeat right 6px;
}

ul.footer_menu {
	list-style: none;
	margin: 0;
}

ul.footer_menu li {
	display: inline;
	padding-right: 20px;
	background: url(../img/footer_menu_separator.png) no-repeat right;
}

ul.footer_menu li.li_last {
	background: none;
	padding-right: 0;
}

ul.crumbs {
	padding: 0; margin: 0;
	margin-bottom: 1.5em;
	list-style: none;
}

ul.crumbs a {
	text-decoration: underline;
}

ul.crumbs li {
	font-size: 95%;
	padding-left: 0;
	display: inline;
}

div.ng_corner {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.box_corner6.gray_corner {
	position: relative;
	background: #ededed;
	width: 100%;
}

.box_corner6.dark_corner {
	position: relative;
	background-color: #454647;

}

.box_corner6.gray_border {
	position: relative;
	background: white;
	width: 100%;
	border: 1px solid #ededed;
}


.box_corner6.orange_border {
	position: relative;
	background: white;
	width: 100%;
	border: 1px solid #fb4f14;
}


.corner6 {
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 0%;
}

/*#requisites_block .box_corner6.dark_corner,
#transcomp_block .box_corner6.dark_corner {
	margin-left: 37%;
	margin-right: 1em;
}*/

#requisites_block .textarea_box,
#transcomp_block .textarea_box {
	margin-left: 37%;
	margin-right: 1em;
}

.gray_border .corner6 {
	background-image: url('../img/border6_gray.png');
	background-repeat: no-repeat;
}

.gray_corner .corner6 {
	background-image: url('../img/corner6_gray.png');
	background-repeat: no-repeat;
}

.dark_corner .corner6 {
	background-image: url('../img/corner6_dark.png');
	background-repeat: no-repeat;
}

.orange_border .corner6 {
	background-image: url('../img/border6_orange.png');
	background-repeat: no-repeat;
}

.dark_corner .box_corner6_inner {
	padding: 4px;
}

.box_corner6_inner {
	padding: 4px;
}

.box_corner6_inner {
	padding-top: 14px;
	padding-bottom: 0;
}

.TL {
	top: -1px;
	left: -1px;
	background-position: 0 0;
}

.gray_corner .TL, .dark_corner .TL {
	top: 0px;
	left: 0px;
}

.TR {
	top: -1px;
	right: -1px;
	background-position: -6px 0;
}

.gray_corner .TR, .dark_corner .TR {
	top: 0px;
	right: 0px;
}

.BL {
	bottom: -1px;
	left: -1px;
	background-position: 0 -6px;
}

.gray_corner .BL, .dark_corner .BL {
	bottom: 0px;
	left: 0px;
}

.BR {
	bottom: -1px;
	right: -1px;
	background-position: -6px -6px;
}

.gray_corner .BR, .dark_corner .BR {
	bottom: 0px;
	right: 0px;
}

.box_pad {
	padding: 10px 5px 10px 5px;
}

.box_bigpad {
	padding: 20px;
}

div.box_status {
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: -4px;
}


table.status {
	margin: 0px;
}

table.status tr.last td {
	border-bottom: 0px;
}

table.status td.first, table.status th.first {
	padding-left: 10px;
}

table.status td.last {
	padding-right: 4px;
}

table.status td.status_caption {
	width: 120px;
}

.box_manager, .box_status2 {
	margin-bottom: 2.5em;
}

thead th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #e7e6e4;
	background-color: white;
}

th.table-header {
	background: none;
	cursor: pointer;
	color: #616365;
	background: url(../img/ascdesc.gif) no-repeat 0 25px;
	padding-left: 20px !important;
}

th.headerSortUp { 
	background: url(../img/asc.gif) no-repeat 0 29px;
	padding-left: 20px !important;
	padding-right: -20px;
	cursor: pointer;
}

th.headerSortDown { 
	background: url(../img/desc.gif) no-repeat 0 25px;
	padding-left: 20px !important;
	padding-right: -20px;
	cursor: pointer;
}

table.category th.table-header.last {
	background: url(../img/ascdesc.gif) no-repeat right 25px;
	padding-right: 20px;
	padding-left: 0px !important;
}

th.headerSortUp.last { 
	background: url(../img/asc.gif) no-repeat right 29px;
	padding-left: 0px !important;
	padding-right: 20px;
	cursor: pointer;
}

th.headerSortDown.last { 
	background: url(../img/desc.gif) no-repeat right 25px;
	padding-left: 0px !important;
	padding-right: 20px;
	cursor: pointer;
}



/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../img/bg_gray.png);

	/* initially overlay is hidden */
	display:none;
	z-index: 999;
}

#overlay_reg {
	/* dimensions after the growing animation finishes  */
	width:550px;
	height:520px;
}

#overlay_status {
	width: 250px;
	height: 150px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../img/overlay/apple-close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:28px;
	width:28px;
}

#ajax_reg h1, form .subscribe {
	margin-left: 175px;
}


ul.form {
	list-style: none;
	margin: 0;
}

ul.form li {
	margin-bottom: .4em;
}

ul.form li label {
	width: 100px;
	text-align: right;
	display: block;
	float: left;
	font-weight: normal;
	padding-top: 7px;
}

ul.form li input {
	margin-left: 10px;
}

ul.form li small {
	margin-left: 10px;
}

.overlay_box {
	margin: 40px; margin-bottom: 40px;
}

input.cart_item_qty {
	width: 30px;
}

/*#box_status {
	padding: 1em 2em 1em 1em;
	color: white;
	display: none;
	background: url(../img/bg_arrow_right.png) no-repeat right center;
}

#box_status .arrow {
	position: absolute;
	right: -16px;
	top: 50px;
	opacity: .9;
}*/

div.float {
	float: left;
}

form.status_check {
	padding: 1em;
}

div.box_status_input .input_text,
form.status_check .input_text {
	color: black;
	background-color: white;
	border: 0;
}

div.box_status_input label,
form.status_check label {
	display: block; text-align: left;
	color: white;
}

div.box_status_input div.button,
form.status_check div.button {
	margin-top: 1em;
}

div.tooltip {
	/*padding: 1em;*/
	color: white;
	/*position: absolute;*/
	/*background-color: #616365;*/
	display: none;
	font-size: 90%;	
}

div.tooltip .arrow {
	position: absolute;
	width: 9px;
	top: -9px
}

#tip_ajax_added {
	text-align: left;
}

#tip_role_private {
	opacity: 1.0;
}

/*div.scrollable {
	position: relative;
	overflow: hidden;
}*/

/*div#addresses_list {
	height: 200px;
}

div#requisites_list {
	height: 550px;
}

div.scrollable div.items {
	position: absolute;
	width: 20000em;
}

div.scrollable div.items div {
	float: left;
	width: 670px;
	padding: 1em;
}*/



dl dt, label {
	font-weight: normal;
}


form dt, form dd {
	margin-left: 0; padding-left: 0;
}

form dd {
	margin-bottom: 1em;
}


form dt.horz {
	width: 35%;
	float: left;
}
form dt.horz {
	display: block;
	padding-top: .5em;
	padding-right: 1em;
	text-align: right;
}

form dd.horz span.text {
	display: block;
	padding-top: .5em;
	padding-right: .5em;
}

form dd.horz {
}

form dd.horz img.captcha {
	vertical-align: middle;
	/*border: 2px solid gray;*/
}

form ul {
	list-style: none;
	margin: 0;
}

form ul li {
	display: inline;
	float: left;
	padding: .5em;
	margin-right: 1em;
	margin-bottom: 1em;
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

form.partner_form ul {
	margin-left: 37%;
	margin-bottom: 3em;
}

form.partner_form textarea {
	width: 95%;
	height: 8em;
}

form.partner_form .box_corner6.dark_corner {
	margin-left: 37%;
	margin-right: 1em;
}

form.partner_form ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0em;
	margin: 0;
	padding-top: .5em;
}

form.partner_form ul li label input {
	/*float: left;
	margin-bottom: .4em;*/
}

/*form.form_register * {
	border: 1px solid red;
}

form.form_register label {
	width: 10em;
}*/

/*div.shipping_choice {
	width: 50%;
}*/

.shipping_choice ul li {
	display: block;
	width: 45%;
	height: 4.5em;
	overflow: hidden;
}

form ul hr {
	display: none;
}


#id_req-address, #id_tc-address, #id_comment {
	width: 95%;
	height: 8em;
}

.bspace {
	margin-bottom: 150px;
}

span.field_error {
	font-color: red;
	display: block;
}

div.span-14.innerblock {
	min-height: 300px;
}

div.orphan-menu {
	margin-top: 3.2em;
}

.news-latest h1 {
	margin-bottom: 1.3em;
}

.news-date {
	display: block;
	font-size: 82%;
}

.news-latest p {
	margin-bottom: 0;
}

.news-archive-link {

}

/*div.plugin_googlemap {
	height: 400px;
}*/

.googlemap-map {
	height: 500px;
}


