body {
  margin:0 0 0 0;
  padding:0 0 0 0;
  font:15px arial, verdana, sans serif;
  text-align:center;
  color:#7c7c7c;
  line-height:1em;
  background:url(../img/bg.png) repeat-y top center #e5e5e5;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.screen {
	width:1000px;
	margin:auto;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/**** head **********************************************************/
div.head {
	height:140px;
	border-bottom:1px solid #BFBFBF;
	background:white;
	padding:20px;
	margin:0 2px 0 2px;
	position:relative;
}
a.to-home {
  margin:0 0 0 0;
}

/*** logged ***/
div.logged {
	float:right;
}
div.logged span {
	position:relative;
	top:3px;
}
div.logged strong {
	color:black;
	font-size:16px;
	display:inline-block;
	position:relative;
	top:3px;
}
div.logged img {
	width: 30px;
	vertical-align:middle;
	margin:0 0 0 7px;
}


/*** synchro ***/
div.synchro {
	float:left;
	width:45px;
	height:45px;
	position:relative;
	margin:-10px 0 0 282px;
}
div.synchro a {
	text-decoration:none;
}
div.synchro span {
	position:absolute;
	left:0;
	top:-5px;
	background:#0066D1;
	color:#fff;
	font-weight:bold;
	padding:3px;
	text-align:center;
	font-size:11px;
	line-height:1em;
	border-radius:2px;
}


/*** head icons ***/
div.head-icons {
	position:absolute;
	right:0;
	top:75px;
}
div.head-icons a {
	display:block;
	float:left;
	margin:0 22px 0 0;
	position:relative;
}
div.head-icons a span {
	position:absolute;
	right:-6px;
	bottom:0;
	border-radius:50%;
	background:#67A826;
	color:white;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	font-size:14px;
}
div.head-icons img {
	width:50px;
	height:50px;
}

/**** page **********************************************************/
div.page {
	padding:20px 20px 0 20px;
	text-align:left;
}


/**** search **********************************************************/
div.search {
	width:55%;
	float:left;
	position:relative;
}
input.search-input {
	width:100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px 0 20px;
  height:80px;
  font-size:22px;
  color:#044D8D;
  font-weight:normal;
  background:#F1F3FF;
  border:2px solid #DBE1F2;
  box-shadow:inset #DEE3EF 1px 1px 4px;
}
input.search-submit {
	height:80px;
	background:url(../img/icons/lupa.png) no-repeat top left;
	width:59px;
	height:59px;
	box-shadow:none;
	border:0;
	position:absolute;
	top:10px;
	right:10px;
	cursor:hand;
	cursor:pointer;
}

/* dropdown */
div.search-dropdown {
	background:white;
	box-shadow:#aaa 0 3px 7px;
	margin:0 2px 0 2px;
}
/* dropdown */
table.search-dropdown-tab {
	width:100%;
}
table.search-dropdown-tab td {
	vertical-align:middle;
	padding:10px 8px 10px 8px;
	color:black;
	border-bottom:1px solid #D7D7D7;
}
table.search-dropdown-tab tr:last-child td {
	border-bottom:0;
}
table.search-dropdown-tab td.title {
	font-size:18px;
	line-height:28px;
}
table.search-dropdown-tab td.title a {
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	cursor:hand;
}
table.search-dropdown-tab td.price {
	font-weight:bold;
	font-size:22px;
	white-space:nowrap;
	padding-left:25px;
	padding-right:15px;
}
table.search-dropdown-tab td.buttons {
	text-align:right;
	white-space:nowrap;
}
table.search-dropdown-tab td.buttons a {
	display:inline-block;
	margin:0 0 0 10px;
}

table.search-dropdown-tab tr:hover td, table.search-dropdown-tab tr.active td {
	background:#e5e5e5;
}


/**** cart **********************************************************/
div.cart {
	width:43%;
	background:#E8F4DE;
	border:2px solid #67A826;
	float:right;
	padding:15px 15px 15px 15px;
	margin:35px 0 0 0;	
}
div.cart h2 {
	color:#67A927;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px 0;
	line-height:1em;
}

/*** cart tab ***/
table.cart-tab {
	width:100%;
}
table.cart-tab td {
	vertical-align:middle;
	padding:6px 8px 6px 8px;
	color:black;
	border-bottom:1px solid #BFDFA2;
}
table.cart-tab td.minus {
	width:26px;
	padding-left:0;
	padding-right:0;
}
table.cart-tab td.ks {
	white-space:nowrap;
	font-size:16px;
	font-weight:bold;
}
table.cart-tab td.plus {
	width:26px;
	padding-left:0;
	padding-right:10px;
}
table.cart-tab td.title {
	font-size:16px;
	line-height:20px;
}
table.cart-tab td.price {
	font-weight:bold;
	font-size:20px;
	white-space:nowrap;
	padding-left:25px;
	padding-right:15px;
}
table.cart-tab td.delete {
	text-align:right;
	white-space:nowrap;
	padding-left:0;
	padding-right:0;
}
table.cart-tab td.delete a {
	display:inline-block;
}
table.cart-tab tr:hover td {
	background:#DEEFCF;
}


/*** cart buttons ***/
div.cart-buttons {
	margin:10px 0 0 0;
}
input.cart-reset {
	float:left;
	text-transform:uppercase;
	box-shadow:none;
	background:#3F3F3F;
	font-size:16px;
	color:white;
	height:50px;
	border:none;
	cursor:hand;
	cursor:pointer;
}
input.cart-pay {
	float:right;
	text-transform:uppercase;
	box-shadow:none;
	background:#65A82B;
	font-size:30px;
	color:white;
	height:65px;
	border:none;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}






/*** login ***/
div.login {
	display:inline-block;
	background:#eee;
	border:2px solid #ccc;
	padding:25px;
	margin:150px 0 0 0;
}
div.login h2 {
	color:#000;
	font-size:20px;
	font-weight:normal;
	margin:0 0 20px 0;
	line-height:1em;
}
div.login input {
	display:block;
	margin:0 auto 10px auto;
}

div.login-smena a, div.login-zaskok a {
	background:#fff;
	border:2px solid #ccc;
	padding:20px;
	color:black;
	text-decoration:none;
	font-weight:normal;
	width:200px;
	white-space:nowrap;
	margin:0 5px 0 0;
}
div.login-smena a:last-child {
	margin-right:0;
}
div.login-smena a.act, div.login-zaskok a.act {
	border-color:#FF6600;
	background:#FFF9F4;
}
.login-smena--h {
	display:block;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#FF6600;
	font-size:20px;
}
.login-smena--names {
	display:block;
	margin:0 0 5px 0;
}
div.login-zaskok a {
	margin:5px 0 0 0;
	padding:5px;
	text-align:center;
	width:auto;
}

/*** format text ***/
div.format-text {
	text-align:justify;
}
div.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:0!important;
}
div.format-text table th, div.format-text table td {
	white-space:nowrap;
	vertical-align:top;
	padding:8px 5px 5px 0;
	border:0!important;
}
div.format-text table thead th {
	padding-right:0;
}
div.format-text table td, div.format-text table th {
	border-bottom:1px solid #ddd!important;
}
div.format-text table td {
	padding:5px 0 5px 0;
}
div.format-text ul, div.format-text ol {
	margin:0 0 0 25px;
	padding:0 0 5px 0;
}
div.format-text ul li {
	list-style:none;
	margin:0 0 7px 0;
	padding:0 0 0 15px;
	background:url(../img/li.gif) no-repeat 0 5px;
	color:black;
}
div.format-text ol li {
	margin:6px 0 7px 25px;
	padding:0 0 0 0;
}
div.format-text img {
	margin:0 0 5px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#fff;
}
div.format-text img.f-left {
	margin:0 15px 5px 0;
}
div.format-text img.f-right {
	margin:0 0 5px 15px;
}
div.unusedfotos img {
	margin:0 5px 5px 0;
	padding:1px;
	border:1px dashed #DDD3C7;
}
div.format-text a:hover img {
	background:#ddd;
	border:1px solid #bbb;
}
div.format-text {
	line-height:1.4em;
}

/*** table1 ***/
table.table1 {
	border-collapse:collapse;
}
table.table1 th, table.table1 td {
	vertical-align:middle;
	padding:5px 10px 5px 0;
}
table.table1 th {
	color:#333;
	text-align:left;
	width:130px;
}
table.table1 thead th {
	background:#E23031;
	color:white;
	border:1px solid #E23031;
}
table.table1 td, table.table1 th {

}
table.table1 td {

}
table.table1 img {
  border:none;
}

.first {
    background-color: #EEE;
}

.second {
	background-color: #DDD;
}




/*** table2 ***/
table.table2 {
	width:100%;
}
table.table2 td {
	vertical-align:middle;
	padding:8px 8px 8px 8px;
	color:black;
	border-bottom:1px solid #ccc;
}
table.table2 tr:last-child td {
	border-bottom:0;
}
table.table2 tr:hover td {
	background:#f5f5f5;
}
table.table2 th {
	text-align:left;
	padding:8px 8px 8px 8px;
}
table.table2 thead th {
	background:#999;
	color:white;
	padding:4px 8px 4px 8px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	vertical-align:middle;
	line-height:1em;
}


/*** table3 ***/

table.table3 td, table.table3 th {
	vertical-align:middle;
	padding:4px 8px 4px 8px;
	color:black;
	text-align:left;
}


table.table3 td:first-child, table.table3 th:first-child {
	padding-left:0;
}


table.table3 thead th {
	background:#999;
	color:white;
	padding:4px 8px 4px 8px;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	vertical-align:middle;
	line-height:1em;
	border:0;
}



