/* www.dircms.lv style  */
html, body {
	height: 100%;
}
body {
	font-family: Open Sans, arial, sans-serif;
	background: url(images/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
	font-size: 14px;
}
#wrap {
	background: url(images/white.gif);
}
#bg {
	min-height: 100%;
	min-width: 600px;
	max-width: 1550px;
	margin: 0 auto -200px;
	background-color: #fff;
	border-right: 1px rgb(230,230,230) solid;
	border-left: 1px rgb(230,230,230) solid;
}
#head {
	position: relative;
	height: 120px;
}
#wrap_bottom,
#push {
	height: 200px;
	clear: both;
	min-width: 600px;
	max-width: 1550px;
	margin: 0 auto;
}
#wrap_bottom {
	position: relative;
	background: url(images/bg2.png);
	border-top: 1px rgb(240,240,240) solid;
	color: gray;
}
#right {
	float: right;
	padding: 0;
}
#left {
	float: left;
	padding: 0 0 50px 10px;
}
#wrap_content {
	overflow: hidden;
}
#content {
	padding: 0 20px 50px 30px;
}
#content ol,
#content ul {
	margin-left: 20px;
}
a {
	color: #000;
}
/*------------------ kontakti BEGIN ------------------*/
#kontakti {
	float: right;
	margin: 25px 30px 0 0;
	font-family: Open Sans, arial, sans-serif;
	font-weight: 300;
}
.kontakts {
	float: left;
	font-size: 22px;
	margin: 0 40px 0 0;
	color: #888;
}
.kontakts:last-child {
	margin-right: 0;
}
.kontakts a {
	color: #888 !important;
	text-decoration: none !important;
}
.kontakts a:hover {
	text-decoration: underline !important;
}
.kontakts img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#kontakti_top {
	float: left;
	font-family: Open Sans, arial, sans-serif;
	margin: 20px 0 0 430px;
	font-weight: 300;
}
#kontakti_top .kontakts,
#kontakti_top  .kontakts a {
	font-size: 15px;
	font-weight: 400;
	color: #777 !important;
}
#kontakti_top .kontakts img {
	height: 25px;
}
#kontakti_top .kontakts img.picemail {
	height: 16px;
}
#links_top {
  display: none;
	float: right;
	margin: 0 20px 0 0;
}
#links_top a {
	text-decoration: none;
	color: #777;
}
#links_top a i {
	margin: 0 5px 0 0;
}
#links_top a:hover {
	text-decoration: underline;
}
/*------------------ kontakti END ------------------*/
.map {
	border: 1px #D0D0D0 solid;
}
/*------------------------------- bottom BEGIN -------------------------------*/
#wrap_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgb(60,60,60);
	height: 50px;
	line-height: 50px;
	color: #fff;
}
#footer {
	float: left;
	margin-left: 30px;
	font-size: 13px;
	font-weight: bold;
}
a#madeby {
	float: right;
	margin-right: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/*------------------------------- bottom END -------------------------------*/
h1, h2, h3, h4, h5 {
	margin: 15px 0 0 0;
	color: #000;
	line-height: 120%;
	font-weight: bold;
}
h1 {
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: normal;
}
h2 {
	margin: 20px 0 5px 0;
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
}
p {
	line-height: 22px;
	margin: 0 0 15px 0;
}
.sub_links {
	font-size: 13px;
	margin: -5px 0 15px 0;
	color: gray;
	font-weight: bold;
}
.sub_links a {
	color: gray;
	text-decoration: none;
}
.sub_links a:hover {
	text-decoration: underline;
}
/*------------------------------- DIVs BEGIN -------------------------------*/
#languages {
  float: right;
	margin: 20px 20px 0 0;
}
#logout {
	position: absolute;
	top: 40px;
	right: 20px;
}
#searchbox {
	width: 420px;
	margin: 0 auto;
	padding-top: 65px;
}
#newsletter {
  width: 400px;
  position: absolute;
  right: 30px;
  bottom: 70px;
}
#newsletter span {
  display: block;
  width: 100%;
  text-align: right;
  color: green;
  font-weight: bold;
}
#newsletter label {
  display: block;
  font-weight: bold;
  line-height: 25px;
}
#newsletter img {
  margin: 12px 10px 0 0;
  float: left;
}
#searchbox input[type=text], #newsletter input[type=text] {
	width: 300px;
	height: 20px;
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	padding: 5px 10px;
}
#newsletter input[type=text] {
  width: 200px;
}
#searchbox input[type=submit], #newsletter input[type=submit] {
	height: 32px;
	float: left;
	text-decoration: none;
	cursor: pointer;
  padding: 0 12px;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: bold;
	background-color: rgb(217,29,19);
	border: none;
	color: #fff;
}
#searchbox input[type=submit] {
	width: 45px;
  background-size: contain;
  background-image: url('images/search.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}
#searchbox input[type=submit]:hover, #newsletter input[type=submit]:hover,
#searchbox input[type=submit]:active, #newsletter input[type=submit]:active {
	background-color: #000;
}
input, select, textarea {
	border: 1px solid #bbb;
	padding: 2px 3px;
	font-family: Open Sans;
}
input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.html, .html p {
	font-size: 14px;
	line-height: 180%;
}
.html ul {
	margin-left: 20px;
	padding-left: 20px;
}
/*------------------------------- DIVs END -------------------------------*/
/*------------------------------- Admin BEGIN -------------------------------*/
#admin {
	overflow: hidden;
	color: #fff;
	height: 32px;
	background-color: rgb(119,37,21);
	position: relative;
	font-size: 1.1em;
}
#admin_title {
	position: absolute;
	left: 10px;
	font-weight: bold;
	line-height: 32px;
}
#admin .admb {
	display: block;
	float: right;
	margin: 0 5px;
	padding: 0 20px;
	line-height: 32px;
	font-weight: bold;
}
#admin .admb i {
	margin: 0 5px 0 0;
}
#admin .admb {
	color: #fff;
	text-decoration: none;
}
#admin a.admb:hover {
	height: 32px;
	background-color: rgb(74,13,4);
}
/*------------------------------- Admin END -------------------------------*/
/*------------------------------- Side menu BEGIN ----------------------------*/
.cats {
	margin: 0 0 30px 0;
	list-style: none;
	border-left: 1px rgb(230,230,230) solid;
	border-right: 1px rgb(230,230,230) solid;
	border-bottom: 1px rgb(230,230,230) solid;
	font-size: 13px;
}
.cats li {
	border-top: 1px rgb(230,230,230) solid;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
background: -webkit-linear-gradient(top,
#fff,
	#eee);
background: -moz-linear-gradient(top,
#fff,
	#eee);
background: -ms-linear-gradient(top,
#fff,
	#eee);
background: -o-linear-gradient(top,
#fff,
	#eee);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
}
.cats li > a {
	display: block;
	padding: 12px 0 12px 10px;
	color: #000;
	text-decoration: none !important;
	font-weight: 600;
}
.cats li > a span {
  color: #555;
  font-weight: bold;
}
.cats > .selected a {
	background-color: #ddd;
}
.cats ul li {
	margin: 10px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	list-style-image: none;
	border: none;
	background: none;
	font-weight: normal;
}
.cats ul li > a {
	padding: 0;
	font-weight: 400;
	background-color: transparent;
}
.cats ul .selected a {
	font-weight: 600;
}
.sidr .cats li > a {
	padding: 17px 0 17px 10px;
	font-size: 18px;
}
.sidr .cats ul li > a {
	padding: 5px 0 0 10px;
}
/*------------------------------- Side menu END -------------------------------*/
table.tbl {
	width: 100%;
}
/*----------------------------- TA Menu styles -------------------------------*/
.sf-menu {
	list-style: none;
	height: 45px;
	background-color: rgb(60,60,60);
	font-weight: 600;
    display: flex;    
}
.sf-menu li.headlink {
    flex-grow: 1;
	border-right: 1px rgb(130,130,130) solid;
	background-color: rgb(60,60,60);
}
.sf-menu li:last-child {
	border-right: none;
}
.sf-menu li:first-child {
	border-left: none;
}
.sf-menu li {
	z-index: 100;
}
.sf-menu li.headlink a.tmenu {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
/*.sf-menu ul.submenuid1 {
	padding: 5px 0 0 0;
}
*/
.sf-menu ul.submenu li a {
	display: block;
	font-size: 0.9em;
	text-transform: none;
	padding: 10px 15px !important;
	text-decoration: none;
	line-height: 150%;
	width: 200px;
	color: #fff;
	background-color: rgb(60,60,60);
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
.sf-menu ul.submenu a:focus, .sf-menu ul.submenu a:hover, .sf-menu ul.submenu a:active {
	background-color: #000;
	color: #fff;
}
.sf-menu li.current a.tmenu, .sf-menu li a.tmenu:hover {
	background-color: #000;
}
/*------------------------------- Pages BEGIN ----------------------------------*/
.pages {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
}
.page_cnt {
	color: gray;
	padding: 0 0 15px 0;
}
.page_txt {
	color: gray;
	padding: 15px 10px;
	text-decoration: none !important;
}
.page_txt:hover {
	text-decoration: underline !important;
}
.page, .active_page {
	display: inline-block;
	text-decoration: none !important;
	width: 20px;
	height: 20px;
	margin: 5px;
	padding: 4px 4px 1px 4px;
}
.page {
	color: #000;
	background-color: rgb(250,250,250);
	border: 1px rgb(218,218,218) solid;
}
.active_page {
	background-color: #ccc;
	color: #fff;
}
#sort {
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: rgb(245,245,245);
	border: 1px rgb(235,235,235) solid;
	font-weight: bold;
}
#filters {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: rgb(245,245,245);
	border: 1px rgb(235,235,235) solid;
}
.filter_block {
  overflow: hidden;
	margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px rgb(220,220,220) solid;
	font-size: 12px;
}
.filter_block b {
  clear: left;
  display: block;
  margin-right: 10px;
  float: left;
  min-width: 115px;
}
.filter_block .wrap_label {
  float: left;
  max-width: 1050px;
}
.filter_block label {
  display: block;
  float: left;
  min-width: 150px;
}
#filters a {
	float: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.view {
	float: right;
	margin-left: 40px;
}
.view_title {
	float: left;
	line-height: 24px;
}
.view a {
	margin: 0 0 0 10px;
}
#frm_sort {
	float: left;
}
#frm_brand {
	float: left;
	margin-left: 50px;
}
#frm_count {
	float: right;
}
/*------------------------------- Pages END ----------------------------------*/
.image {
	margin: 10px;
}
/*------------------------------- SHOP ----------------------------------*/
#wrap_buy_item_folder {
	overflow: hidden;
}
.buy_item, a.buy_item_folder {
	position: relative;
	width: 230px;
	height: 300px;
	float: left;
	margin: 10px;
	padding: 20px;
	-webkit-box-shadow: 0 0 15px rgb(230,230,230);
	-moz-box-shadow: 0 0 15px rgb(230,230,230);
	box-shadow: 0 0 15px rgb(230,230,230);
}
a.buy_item_folder span {
  color: #777;
}
.upload_img {
  font-size: 10px;
  color: red;
}
.buy_item:hover {
	-webkit-box-shadow: 0 0 15px rgb(210,210,210);
	-moz-box-shadow: 0 0 15px rgb(210,210,210);
	box-shadow: 0 0 15px rgb(210,210,210);
}
.buy_item_compare {
	width: 140px;
	height: 320px;
	background-color: #fff;
	float: none;
	margin: 0 auto;
}
.buy_item_compare .delete {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/delete.png);
}
.buy_item_compare .buy_item_bottom {
	height: 70px;
	position: relative;
}
.buy_item_compare .buy_button {
	position: absolute;
	right: 0;
	bottom: 0;
}
a.buy_item_folder {
	display: block;
	height: 240px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
}
a.buy_item_folder .img {
	height: 200px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
a.buy_item_folder:hover {
	-webkit-box-shadow: 0 0 15px rgb(220,220,220);
	-moz-box-shadow: 0 0 15px rgb(220,220,220);
	box-shadow: 0 0 15px rgb(220,220,220);
}
.buy_item a.nosaukums {
	display: block;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	color: rgb(64,64,64);
	text-decoration: none;
	font-weight: bold;
}
.buy_item .brand {
	text-align: center;
	font-size: 12px;
	color: rgb(160,160,160);
}
.buy_item a.img {
	display: block;
	height: 180px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.buy_item .price_box {
	float: left;
	width: 135px;
}
.buy_item .price_box .count {
	width: 25px;
	text-align: center;
}
.buy_item .price_box .wrap_price {
	width: 75px;
	float: left;
}
.buy_item .price_box .num {
	color: #B32E2F;
	font-weight: bold;
	font-size: 15px;
	float: left;
}
.buy_item .price_box .old_price {
	text-decoration: line-through;
	font-size: 12px;
  color: gray;
}
.wrap_count {
	float: left;
	margin: 3px 0 0 5px;
}
.buy_item .buy_button {
	float: right;
}
.buy_item .buy_item_bottom {
	overflow: hidden;
	margin: 15px 0 0 0;
	font-size: 12px;
}
.compare {
  position: absolute;
  bottom: 10px;
  right: 20px;
	font-weight: bold;
	color: #444;
	font-size: 12px;
  height: 20px;
}
#buy_item_desc .price_wrap .compare {
	top: 10px;
	right: 10px;
}
.compare a {
	color: #444;
	text-decoration: none;
}
.compare a:hover {
	text-decoration: underline;
}
.buy_item_list .compare {
	right: 0;
	bottom: 5px;
  display: none;
}
/*------------------------------- buy_item_list BEGIN -------------------------------*/
.buy_item_list, .buy_item_list2 {
	position: relative;
	border-bottom: 1px rgb(230,230,230) solid;
	overflow: hidden;
}
.buy_item_list a.img, .buy_item_list2 a.img {
	display: block;
	float: left;
	width: 20%;
	height: 60px;
	margin: 5px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.buy_item_list .nosaukums, .buy_item_list2 .nosaukums {
	float: left;
	margin-top: 20px;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
}
.buy_item_list .nosaukums .pnos, .buy_item_list2 .nosaukums .pnos {
	display: block;
	float: left;
	color: rgb(64,64,64);
	width: 55%;
}
.buy_item_list .nosaukums .pnos a, .buy_item_list2 .nosaukums .pnos a {
	text-decoration: none;
}
.buy_item_list .nosaukums a:hover, .buy_item_list2 .nosaukums a:hover {
	text-decoration: underline;
}
.buy_item_list .brand, .buy_item_list2 .brand {
	float: left;
	width: 15%;
  padding-left: 5%;
	font-weight: bold;
}
.buy_item_list .stock, .buy_item_list2 .stock {
	float: left;
	width: 20%;
  padding-left: 5%;
	font-weight: bold;
}
.buy_item_list .price_box_wp, .buy_item_list2 .price_box_wp {
	float: left;
	margin: 20px 0 0 0;
	width: 30%;
}
.buy_item_list .price_box, .buy_item_list2 .price_box {
	float: left;
	width: 65%;
}
.buy_item_list .btn_groza, .buy_item_list2 .btn_groza {
	float: right;
	width: 35%;
  max-width: 100px;
}
.buy_item_list .price_box .count, .buy_item_list2 .price_box .count {
	width: 25px;
	text-align: right;
}
.buy_item_list .price_box .wrap_price .price_width, .buy_item_list2 .price_box .wrap_price .price_width {
	float: left;
	width: 50%;
}
.buy_item_list .price_box .num, .buy_item_list2 .price_box .num {
	color: #B32E2F;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
.buy_item_list .price_box .old_price, .buy_item_list2 .price_box .old_price {
	font-size: 12px;
	text-decoration: line-through;
  color: gray;
}
/*------------------------------- buy_item_list END -------------------------------*/
#buy_item_wrap {
	margin: 20px 0 0 0;
	overflow: hidden;
}
#buy_item_img {
  position: relative;
	width: 60%;
	float: left;
	text-align: center;
}
#item_image {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 400px;
	margin: 0 50px 20px 0;
}
#buy_item_desc {
	width: 40%;
	max-width: 500px;
	font-size: 12px;
	float: left;
}
#buy_item_desc .title {
	margin: 0 0 5px 0;
	font-size: 25px;
	color: rgb(64,64,64);
	line-height: 150%;
}
#buy_item_desc .item_meta {
	float: left;
	margin: 0 20px 0 0;
}
#buy_item_desc .price_wrap {
	position: relative;
	background-color: rgb(250,250,250);
	border: 1px rgb(230,230,230) solid;
	padding: 10px;
	margin: 10px 0;
}
#buy_item_desc .size_box {
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 0 0;
	float: left;
	clear: left;
}
#buy_item_desc .size_box option {
  padding: 5px;
}
#buy_item_desc .count {
	line-height: 30px;
	font-size: 16px;
	width: 50px;
	margin: 0 10px 0 0;
	text-align: center;
}
#buy_item_desc .price_block {
	font-size: 14px;
	margin: 15px 0;
}
#buy_item_desc .price_num {
	font-size: 23px;
	color: #B32E2F;
	margin: 0 0 0 5px;
}
#buy_item_desc .price_num .old_price{
	font-size: 16px;
  text-decoration: line-through;
	margin: 0 10px 0 0;
  color: gray;
}
#buy_item_desc .izmers {
	padding: 0 0 0 10px;
	font-size: 16px;
}
#buy_item_desc .price_info {
	color: #777;
	margin: 30px 0 0 0;
}
.submit_buy {
    background-image: url('images/cart2.png');
    background-repeat: no-repeat;
    font-weight: normal;
}
#buy_item_desc .submit_buy {
	font-size: 15px;
    padding: 12px 25px 12px 55px;
    background-size: 32px;
    background-position: 12px;
    text-transform: uppercase;
}
.price_box_wp .submit_buy {
    font-size: 13px;
    padding: 5px 10px 5px 35px;
    background-size: 24px;
    background-position: 8px;
}
.desc_img, .desc_img_big {
	margin: 10px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
.desc_img_big {
	width: 260px;
	height: 260px;
	border: 1px rgb(230,230,230) solid;
}
.noliktava, .nav_noliktava {
	color: #fff;
	padding: 3px 5px;
	font-weight: bold;
  font-size: 12px;
  border-radius: 7px;
  line-height: 25px;
}
.noliktava {
	background-color: green;
}
.nav_noliktava {
	background-color: red;
}
.item_desc {
	line-height: 180%;
	font-size: 13px;
	text-align: justify;
}
.pieveinots {
	font-family: Open Sans;
	font-weight: 600;
	color: green;
}
.otherimg {
	float: left;
	width: 100px;
	margin: 30px 0 0 0;
}
#jautajums {
	text-align: right;
	margin: 10px 0 0 0;
  font-size: 13px;
}
#jautajums input,
#jautajums textarea {
	font-size: 13px;
	margin: 5px 0;
}
#tbl_order {
	width: 100%;
}
#tbl_order td {
	font-size: 12px;
	vertical-align: middle;
}
#tbl_order .title {
	text-align: right;
	width: 80px;
	font-weight: bold;
	font-size: 13px;
}
#tbl_order .d1 {
	text-align: right;
	color: rgb(82,82,82);
}
#tbl_order input {
	padding: 3px;
}
#tbl_order a {
	text-decoration: none;
	font-weight: bold;
}
#tbl_order .thumb {
	margin: 0 10px
}
.thumb {
  position: relative;
	width: 60px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 10px;
}
#tbl_order a:hover {
	text-decoration: underline;
}
#coupon_block {
	font-weight: bold;
}
.kontaktforma {
	margin: 40px 0 50px 0;
	color: rgb(100,100,100);
  padding: 25px;
  background-color: rgb(250,250,250);
  border: 1px rgb(240,240,240) solid;
  max-width: 505px;
}
.kontaktforma h2 {
  margin: 0 0 15px 0;
}
.kontaktforma .imp {
	margin: 4px 0 10px 0;
	padding: 5px 7px;
	-webkit-box-shadow: 0 0 3px rgb(176,176,176);
	-moz-box-shadow: 0 0 3px rgb(176,176,176);
	box-shadow: 0 0 2px rgb(176,176,176);
	border: 1px #fff solid;
}
.kontaktforma .imp:focus {
	-webkit-box-shadow: 0 0 3px rgb(130,130,130);
	-moz-box-shadow: 0 0 3px rgb(130,130,130);
	box-shadow: 0 0 2px rgb(130,130,130);
}
.warning {
	color: red;
	font-weight: bold;
	font-size: small;
	padding-bottom: 5px;
	text-align: center;
}
.navnoliktava {
	color: red;
	font-weight: bold;
  margin-top: -10px;
}
.search {
	margin: 0 0 20px 10px;
	font-style: italic;
}
.search .title {
	display: block;
	color: rgb(61,161,210);
	margin: 10px 0 5px -10px;
	font-size: 20px;
	font-family: georgia;
	font-style: italic;
	text-decoration: none;
}
.search a:hover {
	text-decoration: underline;
}
.search .result, .search_result {
	background-color: yellow;
	font-weight: bold;
}
#links a {
	margin-right: 15px;
}
/* Cool DHTML Tooltip */
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 10px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid: DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#homelink {
	display: block;
	background: url(images/logo.png) no-repeat;
    background-size: cover;
	position: absolute;
	top: 15px;
	left: 50px;
	width: 180px;
	height: 90px;
}
#head_icons {
	display: none;
	position: absolute;
	top: 20px;
	left: 230px;
}
#head_icons img {
	margin: 0 20px 0 0;
}
/*------------------------------- options -------------------------------*/
#options {
  overflow: hidden;
}
#options span {
  font-size: 12px;
  line-height: 25px;
  margin: 15px 10px 0 0;
  line-height: 25px;
  font-weight: bold;
  float: left;
}
#options div {
  font-weight: bold;
  margin: 10px 0 0 0;
}
#options a {
  display: block;
  border: 1px silver solid;
  margin: 15px 10px 0 0;
  float: left;
  padding: 0 10px;
  line-height: 25px;
  text-decoration: none;
  background-color: #fff;
}
#options .checked{
  background-color: silver;
  color: #fff;
}

/*------------------------------- sitemap -------------------------------*/
ul#sitemap {
	margin: 0 0 0 40px;
	font-size: 13px;
}
ul#sitemap li {
	padding: 2px 0 0 20px;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/bullet2.gif) no-repeat scroll 0 8px;
}
ul#sitemap a {
	text-decoration: none;
}
ul#sitemap a:hover {
	text-decoration: underline;
}
/*------------------------------- adminform -------------------------------*/
#adminform {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	color: rgb(68,68,68);
	text-align: left;
	font-size: 12px;
}
#adminform fieldset {
	margin: 0 0 40px 0;
	padding: 10px;
	background-color: rgb(250,250,250);
	border: 1px rgb(210,210,210) solid;
}
#adminform fieldset legend {
	font-weight: bold;
	font-size: 16px;
}
#adminform input {
	border: 1px rgb(178,178,178) solid;
}
#adminform textarea {
	font-size: 13px;
}
#adminform ol {
	list-style: upper-alpha;
}
#adminform ol li {
	margin: 10px 0 0 40px;
}
.adesc {
	background-color: #fff;
	padding: 5px;
	border: 1px rgb(230,230,230) solid;
}
a.db_link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: red;
	color: #fff;
	padding: 3px 10px;
  line-height: 25px;
  border-radius: 7px;
}
#grozs {
	display: block;
	position: absolute;
	top: 60px;
	right: 20px;
	font-size: 15px;
	text-decoration: none;
	background: transparent url(images/shop_cart.png) no-repeat 20px center;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 60px;
	font-weight: 600;
	color: rgb(68,68,68);
	border: 1px silver solid;
	background-color: #fff;
	border-radius: 5px;
}
#grozs:hover {
	background-color: rgb(240,240,240);
}
#groza_saturs {
	display: none;
	position: absolute;
	z-index: 300;
	width: 350px;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 0 15px rgb(200,200,200);
	-moz-box-shadow: 0 0 15px rgb(200,200,200);
	box-shadow: 0 0 15px rgb(200,200,200);
}
.basket_item {
	font-size: 12px;
	padding: 10px 0;
	width: 350px;
	height: 60px;
	overflow: hidden;
}
.basket_item .delete {
	float: left;
	width: 20px;
	margin-top: 20px;
}
.basket_link {
  position: relative;
	display: block;
	float: left;
	width: 330px;
	overflow: hidden;
}
.basket_link .wrap_img {
	width: 80px;
	float: left;
	text-align: center;
}
.basket_link .wrap_img img {
	max-width: 80px;
	max-height: 60px;
}
.basket_link .basket_name {
	display: table-cell !important;
	vertical-align: middle !important;
	float: left;
	padding: 10px 0 0 5px;
	width: 180px;
}
.basket_link .basket_price {
	float: left;
	width: 65px;
	height: 30px;
	padding: 10px 0 0 0;
	text-align: right;
}
.basket_link .basket_price .num {
	color: #000;
	font-weight: bold;
	padding-right: 0;
}
.remove_shop_item {
	cursor: pointer;
}
.btn {
	background-color: rgb(217,29,19);
	padding: 8px 15px;
	border: none;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 16px;
}
a.btn {
	text-decoration: none;
}
.btn:hover {
	background-color: rgb(64,64,64);
}
.btna {
	font-family: Open Sans;
	display: block;
	background-color: rgb(100,100,100);
	font-weight: bold;
	padding: 3px 10px;
	border: none;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-decoration: none !important;
}
.btna:hover {
	background-color: rgb(64,64,64);
}
/*------------------------------- social BEGIN -------------------------------*/
.social {
	margin: 32px 0 0 30px;
	font-weight: 300;
	float: left;
}
.social a span {
	display: none;
}
.social a {
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(images/social.png) no-repeat;
}
.social a.draugiem {
	background-position: 0 0;
}
.social a.draugiem:hover {
	background-position: 0 -28px;
}
.social a.facebook {
	background-position: -28px 0;
}
.social a.facebook:hover {
	background-position: -28px -28px;
}
.social a.twitter {
	background-position: -56px 0;
}
.social a.twitter:hover {
	background-position: -56px -28px;
}
.social a.youtube {
	background-position: -84px 0;
}
.social a.youtube:hover {
	background-position: -84px -28px;
}
.social .title {
	float: left;
	font-size: 20px;
	padding: 0 15px 0 0;
}
/*------------------------------- maksajumi BEGIN -------------------------------*/
#maksajumi,
#piegade {
	position: absolute;
	bottom: 70px;
	right: 600px;
	font-weight: 300;
	font-size: 20px;
	line-height: 40px;
}
#piegade {
	right: 20px;
}
#maksajumi .title,
#piegade .title {
	float: left;
	font-size: 16px;
	padding: 0 15px 0 0;
	font-weight: bold;
}
#maksajumi img,
#piegade img {
	margin: 0 10px 0 0;
}
/*------------------------------- seo BEGIN -------------------------------*/
.seo .title {
	margin: 20px 0 0 0;
	font-weight: bold;
}
.seo .description {
	margin: 5px 0;
	font-size: 12px;
}
.seo input, .seo textarea {
	margin-top: 5px;
	padding: 5px;
	width: 700px;
	font-family: arial;
	font-size: 12px;
}
.order_data {
	text-align: left;
	font-size: 23px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px rgb(180,180,180) solid;
}
.order_data2 {
	text-align: left;
	font-size: 18px;
	margin: 10px 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px rgb(180,180,180) solid;
}
.order_data2 a {
	text-decoration: none;
}
.order_data2 a:hover {
	text-decoration: underline;
}
.note {
  padding: 10px 15px;
  background-color: rgb(250,250,250);
  border: 1px rgb(230,230,230) solid;
  margin-bottom: 40px;
}
#order_table {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
}
#order_table .col1 {
	width: 220px;
	text-align: right;
	padding: 0 5px 0 0;
	font-weight: bold;
}
#order_table .col2 {
	padding: 5px 0;
	text-align: left;
}
#order_table .col2 label{
  display: block;
  margin: 5px 0;
}
#order_table input,
#order_table textarea {
	padding: 5px;
  font-size: 13px;
}
a#register {
	color: red;
	text-decoration: none;
}
a#register:hover {
	text-decoration: underline;
}
.ieteikt {
	margin: 30px 0 0 0;
}
.space {
	padding: 0 30px 0 0;
}
.req {
	color: #ff3333;
	font-weight: bold;
}
.editfrm {
	margin: 0 0 10px 0;
}
.editfrm .btn {
	margin: 15px 0 0 0;
}
/*------------------------------- tabs -------------------------------*/
#tabContaier {
	margin: 40px 0 60px 0;
}
#tabContaier > ul {
	height: 45px;
	margin: 0 0 0 1px;
}
#tabContaier > ul > li {
	float: left;
	list-style: none;
}
#tabContaier > ul > li a {
	display: block;
	border-bottom: 1px rgb(220, 220, 220) solid;    
	cursor: pointer;
	font-weight: bold;
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	padding: 0 35px;
	text-decoration: none;
	text-transform: uppercase;
}
#tabContaier > ul > li a.active {
    border: 1px rgb(210, 210, 210) solid;
    border-bottom: none;
}
.tabDetails {
    clear: left;
}
.tabContents {
	padding: 30px 0 0 0;
}
.tabContents h2 {
	margin: 0 0 10px;
}
.tabContents p {
	padding: 0 0 10px;
}
.tabContents ul {
	font-size: 14px;
    line-height: 200%;
	margin: 0 0 20px;
}
.tabContents ul li {
	line-height: 180%;
	margin-left: 30px;
}
.pthumb {
  margin: 5px 10px 10px 0;
}
#wrap_brand {
	border-top: 3px rgb(240,240,240) solid;
	padding: 30px 0;
	clear: left;
}
#brand li a img {
	background-size: contain;
	background-repeat: no-repeat;
}
.attributes {
	margin: 10px 0 40px 0;
	background-color: #fff;
	width: 100%;
	border: 1px #ddd solid;
	font-size: 13px;
}
.attributes td {
	padding: 7px;
	border-bottom: 1px #ddd solid;
}
.attributes td:nth-child(1) {
	max-width: 250px;
	font-weight: bold;
}
.attributes tr:nth-child(odd) td {
	background-color: rgb(245,245,245);
}
.attributes tr.row:hover td {
	background-color: #ddd;
}
.attributes td.head {
	background-color: rgb(200,200,200) !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.attributes .val {
	text-align: center;
}
.compare_head {
	float: left;
	margin: 0;
}
a.cancel_compare {
	float: right;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.contact_block td {
  background-color: rgb(250,250,250);
  padding: 20px;
}
/*------------------------------- lizings -------------------------------*/
#leasing {
	background-color: rgb(239,251,255);
	border: 1px rgb(192,239,254) solid;
	padding: 10px;
}
#leasing h2 {
	margin:  0;
}
#leasing label {
	font-weight: bold;
	font-size: 12px;
	color: #444;
}
#leasing .row {
	clear: left;
}
#leasing .block {
	float: left;
	width: 50%;
	line-height: 40px;
}
#leasing select {
	padding: 3px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Open Sans;
}
#payment_first,
#payment_monthly {
	font-size: 18px;
	margin-left: 10px;
}
#leasing p {
	clear: left;
	color: #777;
	margin: 50px 0 0 0;
}
.msg {
	margin: 100px 0 0 0;
	text-align: center;
	font-size: 1.3em;
}
.msg i {
	margin-right: 10px;
	color: gray;
}
#reset_password {
  display:block;
  margin:5px 0 0 0;
  text-decoration:none
}
#reset_password:hover {
  text-decoration: underline;
}
/*------------------------------- sidr -------------------------------*/
#sidr {
	display: none;
}
.sidr {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 300px;
	overflow-x: hidden;
	overflow-y: auto;
  background-color: #fff;
}
.sidr.right {
	left: auto;
	right: -300px
}
.sidr.left {
	left: -300px;
	right: auto
}
#responsive_menu {
  display: none;
  position: absolute;
  top: 58px;
  right: 20px;
}
/*------------------------------- discount -------------------------------*/
.wrap_discount {
	position: absolute;
	top: 0;
	left: 0;
}
.discount {
	position: relative;
	background: #E13535;
	width: 45px;
	padding: 0 3px;
	line-height: 25px;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.discount:after {
	position: absolute;
	content: " ";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: rgba(136,183,213,0);
	border-top-color: #E13535;
	border-width: 25px;
	border-width: 10px 26px 0;
	margin-left: -26px;
}
.buy_item .discount, .buy_item_list .discount, .thumb .discount, .basket_link .discount {
  font-size: 14px;
  line-height: 18px;
  width: 35px;
}
.buy_item .discount:after, .buy_item_list .discount:after, .thumb .discount:after, .basket_link .discount:after {
	border-width: 5px 20px 0;
  margin-left: -20px;
}
#pieejamas_preces_noliktava {
  font-weight: bold;
  text-decoration: none;
  color: red;
  font-size: 13px;
}
a#pieejamas_preces_noliktava:hover {
  text-decoration: underscore;
}
/*------------------------------- ionicons -------------------------------*/
.icon i {
	margin: 0 10px 0 0;
	line-height: 1;
}
/*.icon_round i {
	background-color: red;
	color: #fff;
	padding: 12px;
	border-radius: 100px;
}
*/
.size-12 {
	font-size: 12px;
}
.size-14 {
	font-size: 14px;
}
.size-16 {
	font-size: 16px;
}
.size-18 {
	font-size: 18px;
}
.size-21 {
	font-size: 21px;
}
.size-24 {
	font-size: 24px;
}
.size-32 {
	font-size: 32px;
}
.size-48 {
	font-size: 48px;
}
.size-64 {
	font-size: 64px;
}
.size-96 {
	font-size: 96px;
}
/*------------------------------- responsive -------------------------------*/
@media only screen and (max-width: 1250px) {
#searchbox {
	width: 300px;
}
#searchbox input[type=text] {
	width: 200px;
}
#kontakti_top {
	margin-left: 350px;
}
#kontakti .kontakts:nth-child(3),
#kontakti_top .kontakts:nth-child(3),
#maksajumi {
	display: none;
}
#kontakti .kontakts:nth-child(2){
  margin: 0;
}
}
/*--------------------------------------------------------------------------*/
@media only screen and (max-width: 950px) {
#kontakti .kontakts:nth-child(2),
#kontakti_top {
	display: none;
}
#kontakti .kontakts {
  margin: 0;
}
#links_top {
	display: none;
}
#searchbox {
	float: right;
  margin-right: 5px;
	padding-top: 12px;
}
#searchfield {
	width: 180px;
}
.bx-wrapper .bx-caption {
	right: 0 !important;
}
.bx-wrapper .bx-caption div {
	font-size: 35px !important;
}
.bx-wrapper .bx-caption span {
	font-size: 17px !important;
}
.view {
	margin-left: 25px;
}
#responsive_menu, #sidr {
  display: block;
}
#grozs {
	right: 70px;
}
#left {
	display: none;
}
#content {
	margin-left: 0 !important;
}
#content {
	padding-left: 20px;
}
}
/*--------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
#kontakti_top {
	display: none;
}
.desc_img_big {
	width: 230px;
	height: 230px;
}
#tabContaier > ul > li a {
	padding: 0 20px;
}
}
/*--------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
#homelink {
	top: 40px;
	left: 20px;
}
#buy_item_desc .price_wrap .compare {
	top: 105px;
	right: 10px;
}
#frm_brand {
  margin-left: 30px;
}
}
