body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	background: #020202 url('../images/bg-body.gif') repeat-x;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding-top: 10px;
}

a:focus {outline-style: none;}

object:focus
{
-moz-outline-style: none;
outline-style: none;
}
a img{ border:none;}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, dl, dd, ul, img {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {}
ul {list-style: none;}
fieldset {border: 0;}
.hr hr{display:none}
.hr{height:3px; background:#FFF url(../images/hr.gif) repeat-x;}
/* --- End Standart Tag's --- */
/* --- Hacks --- */
* html #id {}
*:first-child+html #id {}

object { outline:none; }
/* --- End Hacks --- */

/* --- Structure --- */

a.page_print {
    float:right;
    margin-top:10px;
}
a.page_print img {
    margin:0 !important;
}

.block-left-index {
	float: left;
	width: 554px;
	padding-left: 30px;
}

.block-right-index {
	float: right;
	width: 354px;
	padding-right: 28px;
}


#header {
	width: 980px;
	position: relative;
	background: #fffef8;
	padding:0 0 10px;
	z-index:1;
}

#content {
	width: 980px;
	position: relative;
	background: #f8f6e9 url('../images/bg-content.gif') repeat-x;
}
#index #content {border-bottom: 1px solid #7d7d74;}

#content #block-left, #content #block-right {float: left;}
#content #block-left {
	float: left;
	width: 165px;
	background: url('../images/left_arrow.gif') no-repeat 0 36px;
	padding: 20px 0 0 20px;
}

#content #block-center {
	float: left;
	width: 570px;
	margin: 20px 0;
	border-right: 1px solid #dedcd2;
}

#content #block-right {
	position: relative;
	left: -1px; top: 20px;
	width: 180px;
	border-left: 1px solid #dedcd2;
	padding-left: 20px;
	margin-bottom: 30px;
}

#content #block-right h2 {
	display: block;
	color: #9a4305;
	font-size: 20px;
	padding: 15px 0;
	font-weight: normal;
	font-family: Trebuchet MS;
}

#content #block-right h3 {
	display: block;
	color: #1b1b1b;
	font-size: 13px;
	padding: 15px 0;
	font-weight: bold;
	font-family: Trebuchet MS;
}

#content #block-right ul.block {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
	background: url('../images/block_line.gif') repeat-x bottom;
}

#content #block-right ul.block li {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	color: #797975;
	position: relative;
}

#content #block-right ul.block li a {
	color: #4c4c47;
}

#content #block-right ul.block li a:hover {
	text-decoration: none;
}

#content #block-right ul.block li span {
	position: absolute;
	top: -7px; right: 0;
	display: block;
	background: url('../images/ico-comments.gif') no-repeat 0 0;
	padding-left: 28px;
	color: #4c4c47;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
}

#content #block-right ul.block li span.smile {
	background: url('../images/ico-smile.gif') no-repeat 0 0;
}

/* --- End Structure --- */

/* --- Header --- */
#header form {
	padding: 0; margin: 0;
	width: 980px;
	position: relative;	
}
#header .block-right form {width: auto; background: none;}
#header .block-left, #header .block-right {
	float: left;
	position: relative;
}
#header .block-left {
	width: 300px;
	height: 73px;
	display: block;
	background: url('../images/bg-logo.png') no-repeat 0 0;
}
#header .block-right {
	width: 680px;
	background: url('../images/bg-body.gif') repeat-x 0 0px;
	height:93px;
}
#header #logedin.block-right{
	height:121px;
}

#header .block-left .logo {
	position: absolute;
	top: 15px; left: 30px;
	display: block;
	width: 218px; height: 65px;
	background: url('../images/logo.png') no-repeat 50% 50%;
}
#header .block-left .logo span {display: none;}

#user {
	width: 400px;
	padding: 0;
	height:66px;
	overflow:hidden;
	float:left;
}
* html #users {
	width: 460px;
	width/* */:/**/170px;
}

#user .image, #user dl {float: left;}
#user .image {
	width: 58px; height: 64px;
	background: url('../images/bg-user-image.gif') no-repeat 0 0;
	padding: 1px 0 0 2px;
}
* html #user .image {
	width: 60px; height: 65px;
	width/* */:/**/58px;
	height/* */:/**/64px;
}

#user dl {width: 150px;}
#user dl dt {
	color: #3d3b32;
	font-size: 1.1em;
	padding-top: 3px;
}
#user dl dd {font-weight: bold;}
#user dl dd a {
	display: block;
	color: #c16929;
	text-decoration: none;
}
#user dl dd a.logout_bt {
	padding: 4px 0 4px 20px;
	background: url('../images/ico-logout.gif') no-repeat 0 6px;
}
#user dl dd a.type_add {
	padding: 4px 0 4px 20px;
	background: url('../images/ico-add.gif') no-repeat 0 6px;
}
#user dl dd a:hover {text-decoration: underline;}

#user dl.credits_info {
    width:186px;
}
#user dl.credits_info dd { font-weight:normal; }
#user dl.credits_info dt,
#user dl.credits_info dd span,
#user dl.credits_info dd a {
    font-weight:bold;
}
#user dl.credits_info dd span {
    font-size:18px;
    float:none;
    padding:0;
    margin:0;
}

#header .block-left fieldset {
	width: 145px;
	margin: 0; padding: 6px 15px 6px 300px;
	display: block;
}
* html #header .block-left fieldset {
	width: 460px;
	width/* */:/**/145px;
}
#header .block-left fieldset.top {padding-top: 18px;}

#header .block-left fieldset label {display: none;}
#header .block-left fieldset .txtfld {
	font: 100% Trebuchet MS, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #aaaaaa #d5d5d4 #f1f1f1 #d5d5d4;
	padding: 2px 5px;
	width: 130px;
	background: #ffffff url('../images/bg-txtfld.gif') repeat-x;
	color: #737065;
}
* html #header .block-left fieldset .txtfld {
	width: 142px;
	width/* */:/**/130px;
}


#header #meniu {
	list-style: none;
	padding: 0;
	margin: 3px 0 0 4px;
	width: 520px;
}
#header #meniu li {
	display: block;
	float: left;
}
#header #meniu li a {
	display: block;
	text-decoration: none;
	height: 36px;
}
#header #meniu li.m1 a {
	width: 114px;
	background: url('../images/bg-meniu-m1.gif') no-repeat 0 0;
}
#header #meniu li.m2 a {
	width: 114px;
	background: url('../images/bg-meniu-m2.gif') no-repeat 0 0;
}
#header #meniu li.m3 a {
	width: 84px;
	background: url('../images/bg-meniu-m3.gif') no-repeat 0 0;
}
#header #meniu li.m4 a {
	width: 60px;
	background: url('../images/bg-meniu-m4.gif') no-repeat 0 0;
}
#header #meniu li.m5 a {
	width: 77px;
	background: url('../images/bg-meniu-m5.gif') no-repeat 0 0;
}

#header #meniu li.m1 a:hover, #header #meniu li.m1 a.active {background: url('../images/bg-meniu-m1-a.gif') no-repeat 0 0;}
#header #meniu li.m2 a:hover, #header #meniu li.m2 a.active {background: url('../images/bg-meniu-m2-a.gif') no-repeat 0 0;}
#header #meniu li.m3 a:hover, #header #meniu li.m3 a.active {background: url('../images/bg-meniu-m3-a.gif') no-repeat 0 0;}
#header #meniu li.m4 a:hover, #header #meniu li.m4 a.active {background: url('../images/bg-meniu-m4-a.gif') no-repeat 0 0;}
#header #meniu li.m5 a:hover, #header #meniu li.m5 a.active {background: url('../images/bg-meniu-m5-a.gif') no-repeat 0 0;}

#header #meniu li a span {display: none;}

#menu-container{
	position:absolute;
	width:680px;
	top:2px;
	left:-3px;
	z-index:99;
}

#header .form-navigation {
	position: absolute;
	width: 680px;
	padding: 12px 0;
	background:#fffef8 url('../images/right-corner.gif') no-repeat top right;
	vertical-align: middle;
	float:left;
	top:41px;
	left:0;
}

#header .form-navigation .bt {
	vertical-align: middle;
	float: left;
}
#header .form-navigation span {
	font-size: 1.1em;
	padding: 5px 8px 0 8px;
	float: left;
}

#header .form-navigation a.register_bt {
	display: block;
	width: 104px;
	height: 28px;
	float: left;
	background: url('../images/btn-register-lt.gif') no-repeat 50% 50%;
}

#header .form-navigation a.register_bt span {
	display: none;
}

a.logout_bt {
	display: block;
	width: 102px;
	height: 28px;
	float: left;
	background: url('../images/bt_logout.gif') no-repeat 50% 6px;
}

a.logout_bt span {
	display: none;
}

#header .form-navigation a.login_bt {
	display: block;
	width: 81px;
	height: 28px;
	float: left;
	background: url('../images/btn-login-lt.gif') no-repeat 50% 50%;
}

#header .form-navigation a.login_bt span {
	display: none;
}


#header .form-navigation a span {display: none;}


#header .form-navigation form {
	margin: 0; padding: 0;
}

#header .form-navigation #paging, #header .form-navigation fieldset, #header .form-navigation #country {float: left;}
#header .form-navigation #paging {
	list-style: none;
	padding: 0; margin: 0;
	width: 95px;
	font-size: .9em;
	overflow: hidden;
}
#header .form-navigation #paging li {
	display: block;
	float: left;
}

#header .form-navigation #paging li a {
	display: block;
	padding: 5px 8px 5px 9px;
	font-weight: bold;
	color: #737065;
	text-decoration: none;
	background: url('../images/bg-pager.gif') no-repeat 50% 0;
	border-left: 1px solid #efede5;
	border-right: 1px solid #efede5;
}
#header .form-navigation #paging li.first a {
	padding: 5px 8px 5px 10px;
	border: 0;
	background: url('../images/bg-pager-l.gif') no-repeat 0 0;
}
#header .form-navigation #paging li.last a {
	padding: 5px 10px 5px 8px;
	border: 0;
	background: url('../images/bg-pager-r.gif') no-repeat 100% 0;
}

#header .form-navigation #paging li a:hover, #header .form-navigation #paging li a.active {
	color: #ffffff;
	background: url('../images/bg-pager-a.gif') no-repeat 50% 0;
}
#header .form-navigation #paging li.first a:hover, #header .form-navigation #paging li.first a.active {background: url('../images/bg-pager-l-a.gif') no-repeat 0 0;}
#header .form-navigation #paging li.last a:hover, #header .form-navigation #paging li.last a.active {background: url('../images/bg-pager-r-a.gif') no-repeat 100% 0;}


#header .form-navigation fieldset {
	padding: 0; margin: 0;
	width: 270px;
}
#header .form-navigation fieldset label {display: none;}
#header .form-navigation fieldset .txtfld {
	font: 100% Trebuchet MS, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #aaaaaa #d5d5d4 #f1f1f1 #d5d5d4;
	padding: 2px 5px;
	width: 210px;
	background: #ffffff url('../images/bg-txtfld.gif') repeat-x;
	color: #737065;
}


#header .form-navigation fieldset .bt {
	float: none;
	vertical-align: middle;
	margin-left: -4px;
}

#header .form-navigation #country {
	list-style: none;
	padding: 0; margin: 0;
	width: 125px;
	font-weight: bold;
}
#header .form-navigation #country li {display: block;}
* html #header .form-navigation #country li {
	vertical-align: top;
	height: 1%;
}
#header .form-navigation #country li a {
	display: block;
	color: #737065;
	text-decoration: none;
	padding: 5px 8px 7px 8px;
	background: url('../images/bg-countries.gif') no-repeat 50% 0;
}

#header .form-navigation #country ul {display: none;}



/* --- End Header --- */

/* -- top banner -- */
#topbanner{
	margin:0 -5px 3px 0;
	height:91px;
	background:url(../images/top-banner.png) top right no-repeat;
}
#topbanner .title{
	font-size:2.1em;
	font-weight:bold;
	color:#c45d12;
	float:left;
	margin:10px 20px;
	width:120px;
}
#topbanner .tema{
	color:#FFF;
	float:right;
	width:130px;
	padding:20px;
	height:50px;
	font-size:1.3em;
}
#topbanner .tema p{
	margin:0;
	padding:0;
}


/* --- Submeniu --- */



/* --- End Submeniu --- */
/* --- Users List --- */
#users-list {
	width: 786px;
	margin-bottom: 20px;
	background: url('../images/bg-separator.gif') repeat-y 50% 0;
}

#users-list .users-list-item {
	float: left;
	width: 374px;
	padding: 20px 0;
	margin-right: 38px;
}
#users-list .last {margin-right: 0;}

#users-list .users-list-item .images-holder {width: 374px;}
#users-list .users-list-item .images-holder .image, #users-list .users-list-item .images-holder .image-navigation {float: left;}
#users-list .users-list-item .images-holder .image {
	position: relative;
	display: block;
	width: 174px; height: 205px;
}
#users-list .users-list-item .images-holder .image-navigation {
	list-style: none;
	padding: 0; margin: 0;
	width: 26px;
}

#users-list .users-list-item .images-holder .image-navigation li {display: block;}
#users-list .users-list-item .images-holder .image-navigation li a {
	display: block;
	width: 15px; height: 16px;
	background: red;
}

#users-list .users-list-item .images-holder .image-navigation li a span {display: none;}

/* --- End Users List --- */
/* --- Style Creation --- */
#style-creation {
	width: 924px;
	position: relative;
	padding: 0 28px 27px 28px;
	border-bottom: 1px solid #8e8d7e;
}
* html #style-creation {
	width: 980px;
	width/* */:/**/924px;
}

#style-creation .block-left, #style-creation .block-right {float: left;}
#style-creation .block-left {
	width: 554px;
	margin-right: 16px;
}
#style-creation .block-right {width: 354px;}


#create-your-style {width: 554px;}
#create-your-style #banner {
	position: relative;
	width: 554px; height: 236px;
	display: block;
}
#create-your-style #banner a {
	/*position: absolute;
	top: 0; left: 0;*/
	display: block;
	width: 552px; height: 236px;
	padding-left:2px;
	background: url('../images/bg-banner-image.gif') no-repeat 0 0;
}

#create-your-style #banner img {
	border: none;
}
#create-your-style #banner a span {display: none;}

#create-your-style .navigation {
	list-style: none;
	padding: 0; margin: 0 0 5px 0;
	width: 554px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	line-height: 18px;
}

/** html #create-your-style .navigation {margin-top: -5px;}*/

#create-your-style .navigation li {
	display: block;
	float: left;
	width: 184px;
}
#create-your-style .navigation li.first, #create-your-style .navigation li.last {width: 185px;}

#create-your-style .navigation li a {
	display: block;
	padding: 12px 17px 15px 17px;
	color: #f4deb9;
	text-decoration: none;
	background: url('../images/bg-style-navigation.gif') no-repeat 50% 0;
	position: relative;
	height: 36px;
}
#create-your-style .navigation li.first a {background: url('../images/bg-style-navigation-f.gif') no-repeat 0 0;}
#create-your-style .navigation li.last a {background: url('../images/bg-style-navigation-l.gif') no-repeat 100% 0;}

#create-your-style .navigation li a:hover, #create-your-style .navigation li a.active {
	color: #fefefe;
	background: url('../images/bg-style-navigation-a.gif') no-repeat 50% 0;
}

#create-your-style .navigation li.first a:hover,
#create-your-style .navigation li.first a.active {background: url('../images/bg-style-navigation-f-a.gif') no-repeat 0 0;}
#create-your-style .navigation li.last a:hover,
#create-your-style .navigation li.last a.active {background: url('../images/bg-style-navigation-l-a.gif') no-repeat 100% 0;}

#naujausi-drabuziai{
	width:554px;
	height:160px;
}
p.title{
	font:1.63em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 3px;
}

#stiliaus-konsultacija{
	font-size:1.06em;
	line-height:1.15em;
	width:524px;
	padding:13px;
	margin-bottom:20px;
	border:1px solid #e4e2d6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}
#stiliaus-konsultacija .title{
	font-size:1.4em;
	line-height:1.2em;
}
#stiliaus-konsultacija .image{
	float:left;
	margin:0 13px 0 0;
}
#stiliaus-konsultacija .image img{border:none;}

#brands {
	padding:30px;
}
/*#brands h1{
	font-size: 1.6em;
	color: #1b1b1b;
	position: relative;
	font-weight: normal;
	padding: 0 10px 5px 15px;
}*/
#brands h1{
	padding:0 0 5px;
	font-size: 1.6em;
	color: #9a4305;
	font-weight:normal;
	position:relative;
}
#brands h1 a {
	font-size: .6em;
	color: #4c4c47;
}
#brands h1 a:hover {text-decoration: none;}
#brands h1 a.offer {
	position: absolute;
	top: 6px; right: 10px;
}
#brands #brands-holder {
	position: relative;
	background: url('../images/bg-brands-holder.gif') no-repeat 0 0;
	padding: 10px 2px;
	width: 550px; height: 68px;
	text-align: center;
	overflow: hidden;
}
* html #brands #brands-holder {
	width: 554px; height: 88px;
	width/* */:/**/550px;
	height/* */:/**/68px;
}

#brands #brands-holder a.frwd, #brands #brands-holder a.bckw {
	position: absolute;
	top: 24px;
	display: block;
	width: 21px; height: 41px;
	z-index: 9;
}
#brands #brands-holder a.frwd span, #brands #brands-holder a.bckw span {display: none;}


#brands #brands-holder a.frwd {
	left: 2px;
	background: url('../images/btn-frwd.png') no-repeat 0 50%;
}
* html #brands #brands-holder a.frwd {
	background: none;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/btn-frwd.png');
}

#brands #brands-holder a.bckw {
	right: 2px;
	background: url('../images/btn-bckw.png') no-repeat 100% 50%;
}
* html #brands #brands-holder a.bckw {
	background: none;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/btn-bckw.png');
}

#brands #brands-holder a.frwd:hover {background: url('../images/btn-frwd-a.png') no-repeat 0 50%;}
* html #brands #brands-holder a.frwd:hover {
	background: none;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/btn-frwd-a.png');
}

#brands #brands-holder a.bckw:hover {background: url('../images/btn-bckw-a.png') no-repeat 100% 50%;}
* html #brands #brands-holder a.bckw:hover {
	background: none;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/btn-bckw-a.png');
}


#brands #brands-slider {
	width: 555px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	white-space: nowrap;

}
#brands #brands-slider li {
	float: left;
	display: block;
}
#brands #brands-slider li a {
	display: block;
	width: 184px; height: 68px;
	padding-left: 1px;
	background: url('../images/bg-brands-slider.gif') no-repeat 0 50%;
}
#brands #brands-slider li.first a {
	padding-left: 0;
	background: none;
}

#brands #brands-slider li a img {
	margin: 0; padding: 0;
	border: 0;
}

#flash-holder {
	position: relative;
	display: block;
	margin-bottom:28px;
	width: 354px; height: 519px;
}
#flash-holder #flash-deco {
	position: absolute;
	top: -23px; right: -18px;
	display: block;
	width: 90px; height: 90px;
	z-index: 9;
	background: url('../images/ico-try.png') no-repeat 50% 50%;
}
* html #flash-holder #flash-deco {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/ico-try.png');
}

#flash-holder #flash-deco span {display: none;}
/* --- End Style Creation --- */
/* --- Style Consultations --- */
#style-consultations {
	width: 980px;
	border-top: 1px solid #cac1ab;
	border-bottom: 1px solid #d4d2c3;
}
#style-consultations .padding {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #8e8d7e;
	background: #eedfc5 url('../images/bg-style-consultations.gif') repeat-x;
	padding: 27px 28px;
	width: 924px;
}
* html #style-consultations .padding {
	width: 980px;
	width/* */:/**/924px;
}

#style-consultations .padding .block-left, #style-consultations .padding .block-right {float: left;}
#style-consultations .padding .block-left {
	width: 554px;
	margin-right: 16px;
}
#style-consultations .padding .block-right {width: 354px;}

#consultations-holder {
	width: 554px;
	background: url('../images/bg-consultations-holder.jpg') no-repeat 50% 33px;
}
#consultations-holder .item {
	float: left;
	width: 277px;
}
#consultations-holder .item h1 {
	font-size: 1.6em;
	color: #ffffff;
	position: relative;
	font-weight: normal;
	padding: 4px 15px 5px 17px;
}
#consultations-holder .first h1 {background: url('../images/bg-h1-first.gif') no-repeat 0 50%;}
#consultations-holder .last h1 {background: url('../images/bg-h1-last.gif') no-repeat 0 50%;}

#consultations-holder .item .data {
	padding: 14px 0 0 0;
	width: 249px;
}
#consultations-holder .first .data {
	padding-left: 15px;
	padding-right: 13px;
}
#consultations-holder .last .data {
	padding-left: 13px;
	padding-right: 15px;
}
* html #consultations-holder .item .data {
	width: 277px;
	width/* */:/**/249px;
}

#consultations-holder .item .data .image, #consultations-holder .item .data dl {float: left;}
#consultations-holder .item .data .image {
	display: block;
	width: 99px; height: 115px;
	position: relative;
	margin-right: 13px;
}
#consultations-holder .item .data .image a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 99px; height: 115px;
	background: url('../images/bg-style-image.gif') no-repeat 50% 50%;
}
#consultations-holder .item .data .image a span {display: none;}

#consultations-holder .item .data dl {width: 249px;}
#consultations-holder .item .data dl.short {width: 137px;}

#consultations-holder .first dl dt {
	color: #1b1b1b;
	font-size: 1.5em;
	letter-spacing: -1px;
	padding-bottom: 15px;
}
#consultations-holder .last dl dt {
	color: #1b1b1b;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
	padding-bottom: 15px;
}

#consultations-holder .item dl dd {
	line-height: 16px;
	color: #4c4c47;
	padding-bottom: 10px;
}

#consultations-holder .item dl dd.more {
	width: 85px;
	padding-bottom: 0;
}
#consultations-holder .item dl dd.more a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-right: 14px;
	background: url('../images/btn-style-more-r.gif') no-repeat 100% 0;
}
#consultations-holder .item dl dd.more a span {
	display: block;
	padding: 5px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-style-more-l.gif') no-repeat 0 0;
}
#consultations-holder .item dl dd.more a:hover {background: url('../images/btn-style-more-r-a.gif') no-repeat 100% 0;}
#consultations-holder .item dl dd.more a:hover span {background: url('../images/btn-style-more-l-a.gif') no-repeat 0 0;}


#consultations-holder-right {
	width: 180px;
}
#consultations-holder-right .item {
	float: left;
	width: 180px;
	padding-bottom: 20px;
}
#consultations-holder-right .item h1 {
	font-size: 1.3em;
	color: #000;
	position: relative;
	font-weight: bold;
	padding: 4px 0 0 0;
	line-height:1;
}
#consultations-holder-right .item h1 a{
	color:#000;
	text-decoration:none;
}


#consultations-holder-right .item .data {
	padding: 0 0 0 0;
	width: 180px;
}

/*#consultations-holder-right .item .data .image {
	display: none;
	
}*/

#consultations-holder-right .item .data dl {width: 249px;}
#consultations-holder-right .item .data dl.short {width: 175px;}

#consultations-holder-right .first dl dt {
	color: #1b1b1b;
	font-size: 1.5em;
	letter-spacing: -1px;
	padding-bottom: 15px;
}
#consultations-holder-right .last dl dt {
	color: #1b1b1b;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
	padding-bottom: 15px;
}

#consultations-holder-right .item dl dd {
	line-height: 16px;
	color: #4c4c47;
	padding-bottom: 10px;
}

#consultations-holder-right .item dl dd.more {
	width: 85px;
	padding-bottom: 0;
}
#consultations-holder-right .item dl dd.more a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-right: 14px;
	background: url('../images/btn-index-news-r.gif') no-repeat 100% 0;
}
#consultations-holder-right .item dl dd.more a span {
	display: block;
	padding: 5px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-index-news-l.gif') no-repeat 0 0;
}
#consultations-holder-right .item dl dd.more a:hover {background: url('../images/btn-index-news-r-a.gif') no-repeat 100% 0;}
#consultations-holder-right .item dl dd.more a:hover span {background: url('../images/btn-index-news-l-a.gif') no-repeat 0 0;}











#job-collections-holder {
	width: 354px;
	background: url('../images/bg-collections-holder.jpg') no-repeat 0 100%;
	min-height: 195px;
}
* html #job-collections-holder {height: 195px;}

#job-collections-holder dl {
	float: left;
	width: 177px;
}
#job-collections-holder dl.first {text-align: right;}
#job-collections-holder dl.last {text-align: left;}

#job-collections-holder dl dt {
	color: #1b1b1b;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 0;
}
#job-collections-holder dl.first dt {
	padding-left: 20px;
	padding-right: 15px;
	background: url('../images/bg-collections-left.gif') no-repeat 100% 0;
}
#job-collections-holder dl.last dt {
	padding-left: 15px;
	padding-right: 20px;
	background: url('../images/bg-collections-right.gif') no-repeat 0 0;
}
#job-collections-holder dl dt p {margin: 0;}

#job-collections-holder dl dd {
	line-height: 17px;
}
#job-collections-holder dl dd a {
	display: block;
	position: relative;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 0 10px 0;
}

#job-collections-holder dl.first dd a {
	padding-left: 32px;
	padding-right: 15px;
	background: url('../images/btn-collections-first.gif') no-repeat 100% 0;
}
#job-collections-holder dl.first dd a:hover {background: url('../images/btn-collections-first-a.gif') no-repeat 100% 0;}

#job-collections-holder dl.last dd a {
	padding-left: 15px;
	padding-right: 32px;
	background: url('../images/btn-collections-last.gif') no-repeat 0 0;
}
#job-collections-holder dl.last dd a:hover {background: url('../images/btn-collections-last-a.gif') no-repeat 0 0;}
/* --- End Style Consultations --- */
/* --- Day Styles --- */
#index #day-styles {
	background:url("../images/bg-style-consultations.gif") repeat-x scroll 0 0 #EEDFC5;
	padding:27px 28px 0;
	width:924px;
}
* html #index #day-styles {
	width:924px;
}
#day-styles .day-styles-item {
float:left;
margin-right:16px;
width:269px;
}
#day-styles .long {
margin-right:0;
width:354px;
}
#day-styles .day-styles-item h1,
.inspiracijos h1{
	color:#9A4305;
	font-size:1.6em;
	font-weight:normal;
	padding:0 18px 5px;
}
#day-styles .day-styles-item dl {
color:#4C4C47;
width:269px;
}
#day-styles .long dl {
color:#4C4C47;
width:354px;
}
#day-styles .day-styles-item dl dt {
font-size:1.1em;
line-height:14px;
padding:0 18px 12px;
}
#day-styles .day-styles-item dl dt a {
color:#4C4C47;
}
#day-styles .day-styles-item dl dt a:hover {
text-decoration:none;
}
#day-styles .day-styles-item dl dd.image {
display:block;
height:349px;
position:relative;
width:269px;
}
* html #day-styles .day-styles-item dl dd.image {
margin-bottom:-5px;
}
#day-styles .long dl dd.image {
width:354px;
}
#day-styles .day-styles-item dl dd.image a {
	background:url("../images/bg-day-styles-image.gif") no-repeat scroll 50% 50% transparent;
	display:block;
	height:349px;
	left:0;
	position:absolute;
	top:0;
	width:269px;
	z-index:9;
}
#day-styles .long dl dd.image a {
	background:url("../images/bg-day-styles-image-long.gif") no-repeat scroll 50% 50% transparent;
	width:354px;
}
#day-styles .day-styles-item dl dd.image a span {
	display:none;
}
#day-styles .day-styles-item dl dd.image span.title {
	background:url("../images/bg-span.png") no-repeat scroll 100% 100% transparent;
	bottom:3px;
	color:#FFFFFF;
	display:table-cell;
	height:17px;
	left:2px;
	padding:3px 7px 0;
	position:absolute;
	vertical-align:middle;
	z-index:99;
	margin:0;
	font-size:1em;
}
* html #day-styles .day-styles-item dl dd.image span.title {
background:url("../images/bg-span.gif") no-repeat scroll 100% 100% transparent;
bottom:8px;
}
#day-styles .day-styles-item dl dd.image span.title a {
background:none repeat scroll 0 0 transparent;
color:#DDDACA;
display:inline;
position:relative;
text-decoration:none;
}
#day-styles .day-styles-item dl dd.image span.title a:hover {
text-decoration:underline;
}
#day-styles .day-styles-item dl dd.meniu {
width:269px;
}
#day-styles .long dl dd.meniu {
width:354px;
}
#day-styles .day-styles-item dl dd.meniu ul {
font-weight:bold;
list-style:none outside none;
margin:0;
overflow:hidden;
padding:4px 0 25px;
width:100%;
}
#day-styles .day-styles-item dl dd.meniu ul li {
display:block;
}
#day-styles .day-styles-item dl dd.meniu ul li.left {
float:left;
}
#day-styles .day-styles-item dl dd.meniu ul li.right {
float:right;
}
#day-styles .day-styles-item dl dd.meniu ul li a {
color:#4C4C47;
display:block;
padding:5px 15px 7px 0;
position:relative;
}
#day-styles .day-styles-item dl dd.meniu ul li a:hover {
text-decoration:none;
}
#day-styles .day-styles-item dl dd.meniu ul li a.smile, #day-styles .day-styles-item dl dd.meniu ul li a.comments {
padding-left:25px;
text-decoration:none;
}
#day-styles .day-styles-item dl dd.meniu ul li a.smile {
background:url("../images/ico-smile.gif") no-repeat scroll 0 50% transparent;
}
#day-styles .day-styles-item dl dd.meniu ul li a.comments {
	background:url("../images/baloon-komentuok.gif") no-repeat scroll 0 50% transparent;
	padding-left:75px;
	padding-right:5px;
}
#day-styles .day-styles-item dl dd.meniu ul li a.smile:hover, #day-styles .day-styles-item dl dd.meniu ul li a.comments:hover {
text-decoration:underline;
}
#day-styles .day-styles-item dl dd.meniu ul li a.create {
background:url("../images/btn-day-styles-more-r.gif") no-repeat scroll 100% 0 transparent;
color:#FFFFFF;
display:block;
padding:0 13px 0 0;
text-decoration:none;
}
#day-styles .day-styles-item dl dd.meniu ul li a.create span {
background:url("../images/btn-day-styles-more-l.gif") no-repeat scroll 0 0 transparent;
cursor:pointer;
display:block;
padding:4px 0 7px 9px;
}
#day-styles .day-styles-item dl dd.meniu ul li a.create:hover {
background:url("../images/btn-day-styles-more-r-a.gif") no-repeat scroll 100% 0 transparent;
}
#day-styles .day-styles-item dl dd.meniu ul li a.create:hover span {
background:url("../images/btn-day-styles-more-l-a.gif") no-repeat scroll 0 0 transparent;
}
#day-styles-right {
padding:20px 0 0;
width:173px;
}
/*#index #day-styles {
	width: 354px;
	padding: 27px 0 0 0;
}

#day-styles .day-styles-item {
	float: left;
	width: 354px;
}
#day-styles .long {
	width: 354px;
	margin-right: 0;
}

#day-styles .day-styles-item h1 {
	font-size: 1.6em;
	color: #9a4305;
	padding: 0 18px 5px 18px;
	font-weight: normal;
}

#your-opinion h1 {
	font-size: 1.6em;
	color: #9a4305;
	padding: 0 18px 5px 18px;
	font-weight: normal;
}
#day-styles .day-styles-item dl {
	width: 354px;
	color: #4c4c47;
}
#day-styles .long dl {
	width: 354px;
	color: #4c4c47;
}

#day-styles .day-styles-item dl dt {
	font-size: 1.1em;
	line-height: 14px;
	padding: 0 18px 12px 18px;
}
#day-styles .day-styles-item dl dt a {color: #4c4c47;}
#day-styles .day-styles-item dl dt a:hover {text-decoration: none;}

#day-styles .day-styles-item dl dd.image {
	position: relative;
	display: block;
	width: 354px; height: 349px;
}
* html #day-styles .day-styles-item dl dd.image {
	margin-bottom: -5px;
}
#day-styles .long dl dd.image {width: 354px;}

#day-styles .day-styles-item dl dd.image a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 354px; height: 349px;
	background: url('../images/bg-day-styles-image-long.gif') no-repeat 50% 50%;
	z-index: 9;
}
#day-styles .day-styles-item dl dd.image span.img {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 354px; height: 349px;
	background: #fff;
	text-align: center;
}
#day-styles .long dl dd.image a {
	width: 354px;
	background: url('../images/bg-day-styles-image-long.gif') no-repeat 50% 50%;
}
#day-styles .day-styles-item dl dd.image a span {display: none;}

#day-styles .day-styles-item dl dd.image span.title {
	position: absolute;
	bottom: 3px; left: 2px;
	display: inline-block;
	display: table-cell;
	padding: 3px 7px 0 7px;
	color: #ffffff;
	height: 17px;
	vertical-align: middle;
	background: url('../images/bg-span.png') no-repeat 100% 100%;
	z-index: 99;
}
* html #day-styles .day-styles-item dl dd.image span.title {
	bottom: 8px;
	background: url('../images/bg-span.gif') no-repeat 100% 100%;
}

#day-styles .day-styles-item dl dd.image span.title a {
	display: inline;
	background: none;
	position: relative;
	color: #dddaca;
	text-decoration: none;
}
#day-styles .day-styles-item dl dd.image span.title a:hover {text-decoration: underline;}

#day-styles .day-styles-item dl dd.meniu {width: 354px;}
#day-styles .long dl dd.meniu {width: 354px;}

#day-styles .day-styles-item dl dd.meniu ul {
	width: 100%;
	padding: 4px 0 25px 0; margin: 0;
	list-style: none;
	overflow: hidden;
	font-weight: bold;
}
#day-styles .day-styles-item dl dd.meniu ul li {display: block;}
#day-styles .day-styles-item dl dd.meniu ul li.left {float: left;}
#day-styles .day-styles-item dl dd.meniu ul li.right {float: right;}

#day-styles .day-styles-item dl dd.meniu ul li a {
	display: block;
	color: #4c4c47;
	padding: 5px 15px 7px 0;
	position: relative;
}
#day-styles .day-styles-item dl dd.meniu ul li a:hover {text-decoration: none;}

#day-styles .day-styles-item dl dd.meniu ul li a.smile, #day-styles .day-styles-item dl dd.meniu ul li a.comments {
	padding-left: 25px;
	text-decoration: none;
}
#day-styles .day-styles-item dl dd.meniu ul li a.smile {background: url('../images/ico-smile.gif') no-repeat 0 0;}
#day-styles .day-styles-item dl dd.meniu ul li a.comments {
	background: url('../images/ico-comments.gif') no-repeat 0 0;
	padding-right: 5px;
	padding-left: 28px;
}

#day-styles .day-styles-item dl dd.meniu ul li a.smile:hover, #day-styles .day-styles-item dl dd.meniu ul li a.comments:hover {text-decoration: underline;}

#day-styles .day-styles-item dl dd.meniu ul li a.create {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 14px 0 0;
	background: url('../images/btn-day-styles-more-r.gif') no-repeat 100% 0;
}

#day-styles .day-styles-item dl dd.meniu ul li a.create span {
	display: block;
	padding: 4px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-day-styles-more-l.gif') no-repeat 0 0;
}

#day-styles .day-styles-item dl dd.meniu ul li a.create:hover {background: url('../images/btn-day-styles-more-r-a.gif') no-repeat 100% 0;}
#day-styles .day-styles-item dl dd.meniu ul li a.create:hover span {background: url('../images/btn-day-styles-more-l-a.gif') no-repeat 0 0;}*/
/* --- End Day Styles --- */
/* --- Day Styles --- */
#day-styles-right {
	width: 173px;
	padding: 20px 0 0 0;
}

.product_list_holder {
	width: 100% !important;
}

.product_list {
	float: left;
	width: 190px;
	height: 380px;
}

#day-styles-right .day-styles-item {
	float: left;
	width: 173px;
}

#day-styles-right .day-styles-item h2 {
	font-size: 1.6em;
	color: #9a4305;
	padding: 0 0 5px 0;
	font-weight: normal;
}
#day-styles-right .day-styles-item h2 a {
    font-size: 1.0em;
    color: #9a4305;
    padding: 0 0 5px 0;
    font-weight: normal;  
    text-decoration: none;
}
#day-styles-right .day-styles-item dl {
	width: 173px;
	color: #4c4c47;
}
#day-styles-right .long dl {
	width: 173px;
	color: #4c4c47;
}

#day-styles-right .day-styles-item dl dt {
	font-size: 1.1em;
	line-height: 14px;
	padding: 0 0 12px 0;
}
#day-styles-right .day-styles-item dl dt a {color: #4c4c47;}
#day-styles-right .day-styles-item dl dt a:hover {text-decoration: none;}

#day-styles-right .day-styles-item dl dd.image {
	position: relative;
	display: block;
	width: 150px; height: 200px;
}
* html #day-styles-right .day-styles-item dl dd.image {
	margin-bottom: -5px;
}

#day-styles-right .day-styles-item dl dd.image a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 150px; height: 200px;
	z-index: 9;
}

#day-styles-right .day-styles-item dl dd.image a span {display: none;}

#day-styles-right .day-styles-item dl dd.image span.title {
	position: absolute;
	bottom: 3px; left: 2px;
	display: inline-block;
	display: table-cell;
	padding: 3px 7px 0 7px;
	color: #ffffff;
	height: 17px;
	vertical-align: middle;
	background: url('../images/bg-span.png') no-repeat 100% 100%;
	z-index: 50;
}
* html #day-styles-right .day-styles-item dl dd.image span.title {
	bottom: 8px;
	background: url('../images/bg-span.gif') no-repeat 100% 100%;
}

#day-styles-right .day-styles-item dl dd.image span.title a {
	display: inline;
	background: none;
	position: relative;
	color: #dddaca;
	text-decoration: none;
}
#day-styles-right .day-styles-item dl dd.image span.title a:hover {text-decoration: underline;}

#day-styles-right .day-styles-item dl dd.meniu {width: 150px;}

#day-styles-right .day-styles-item dl dd.meniu ul {
	width: 100%;
	padding: 4px 0 25px 0; margin: 0;
	list-style: none;
/*	overflow: hidden;*/
	font-weight: bold;
}
#day-styles-right .day-styles-item dl dd.meniu ul li {display: block;}
#day-styles-right .day-styles-item dl dd.meniu ul li.left {float: left;}
#day-styles-right .day-styles-item dl dd.meniu ul li.right {float: left;}

#day-styles-right .day-styles-item dl dd.meniu ul li a {
	display: block;
	color: #4c4c47;
	padding: 5px 15px 7px 0;
	position: relative;
}
#day-styles-right .day-styles-item dl dd.meniu ul li a:hover {text-decoration: none;}

#day-styles-right .day-styles-item dl dd.meniu ul li a.smile, #day-styles-right .day-styles-item dl dd.meniu ul li a.comments {
	padding-left: 25px;
	text-decoration: none;
}
#day-styles-right .day-styles-item dl dd.meniu ul li a.smile {background: url('../images/ico-smile.gif') no-repeat 0 40%;}
#day-styles-right .day-styles-item dl dd.meniu ul li a.comments {
	background: url('../images/ico-comments.gif') no-repeat 0 0;
	padding-right: 5px;
	padding-left: 28px;
}

#day-styles-right .day-styles-item dl dd.meniu ul li a.smile:hover, #day-styles-right .day-styles-item dl dd.meniu ul li a.comments:hover {text-decoration: underline;}

#day-styles-right .day-styles-item dl dd.meniu ul li a.create {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 13px 0 0;
	background: url('../images/btn-day-styles-more-r.gif') no-repeat 100% 0;
}

#day-styles-right .day-styles-item dl dd.meniu ul li a.create span {
	display: block;
	padding: 4px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-day-styles-more-l.gif') no-repeat 0 0;
}

#day-styles-right .day-styles-item dl dd.meniu ul li a.create:hover {background: url('../images/btn-day-styles-more-r-a.gif') no-repeat 100% 0;}
#day-styles-right .day-styles-item dl dd.meniu ul li a.create:hover span {background: url('../images/btn-day-styles-more-l-a.gif') no-repeat 0 0;}
/* --- End Day Styles --- */
/* --- New Items --- */
#new-items {	
	padding: 27px 28px 15px 28px;
	width: 924px;
	background: url('../images/bg-new-items.gif') no-repeat 0 100%;
}
* html #new-items {
	width: 980px;
	width/* */:/**/924px;
}

#new-items .block-left, #new-items .block-center, #new-items .block-right {float: left;}
#new-items .block-left, #new-items .block-center {
	width: 269px;
	margin-right: 16px;
}
#new-items .block-right {
	width: 354px;
}

#new-items h1 {
	font-size: 1.6em;
	color: #9a4305;
	padding: 0 18px 10px 18px;
	font-weight: normal;
}

#newest-members {width: 354px; padding-bottom: 20px;}
#newest-members .list {float: left;}
#newest-members .statistics {float: right;}
#newest-members .list {
	width: 150px;
	margin: 0; padding: 5px 0;
	list-style: none;
	margin-right: 10px;
	font-size: 1.1em;
}
#newest-members .list li {display: block;}
* html #newest-members .list li {
	vertical-align: top;
	height: 1%;
}
#newest-members .list li a {
	display: block;
	padding: 0 0 0 33px;
	color: #4c4c47;
	background: url('../images/bg-newest-members.gif') no-repeat 18px 7px;
}
#newest-members .list li a:hover {text-decoration: none;}


#newest-members .statistics {
	width: 160px;
	padding-bottom: 10px;
	margin-top: 5px;
	background: url('../images/bg-stats.gif') no-repeat top left;
	height:120px;
	font-size:1.1em;
	color:#4c4c47;
}
#newest-members .statistics ul {
	list-style: none;
	padding: 8px 12px 0 12px; margin: 0;
	line-height: 14px;
}
#newest-members .statistics ul li {
	display: block;
	padding-bottom: 9px;
}
* html #newest-members .statistics ul li {
	vertical-align: top;
	height: 1%;
}
#newest-members .statistics ul li strong {display: block;}


#newest-clothes-holder, #popular-clothes-holder {
	height: 96px;
	position: relative;
	padding: 14px 5px 16px 5px;
	overflow: hidden;
	text-align: center;
}

#newest-clothes-holder {
	width: 259px;
	background: url('../images/bg-newest-clothes-holder.gif') no-repeat 50% 13px;
}
#popular-clothes-holder {
	width: 344px;
	background: url('../images/bg-popular-clothes-holder.gif') no-repeat 50% 13px;
}

* html #newest-clothes-holder, * html #popular-clothes-holder {
	height: 126px;
	height/* */:/**/96px;
}
* html #newest-clothes-holder {
	width: 269px;
	width/* */:/**/259px;
}
* html #popular-clothes-holder {
	width: 354px;
	width/* */:/**/344px;
}

#newest-clothes-holder a.topt, #newest-clothes-holder a.bott, #popular-clothes-holder a.topt, #popular-clothes-holder a.bott {
	position: absolute;
	display: block;
	width: 29px;
	z-index: 9;
}
#newest-clothes-holder a.topt, #newest-clothes-holder a.bott {left: 121px;}
#popular-clothes-holder a.topt, #popular-clothes-holder a.bott {left: 162px;}


#newest-clothes-holder a.topt, #popular-clothes-holder a.topt {
	height: 14px;
	top: 0;
	background: url('../images/btn-strike-top.gif') no-repeat 50% 100%;
}
#newest-clothes-holder a.bott, #popular-clothes-holder a.bott {
	height: 16px;
	bottom: 0;
	background: url('../images/btn-strike-bottom.gif') no-repeat 50% 0;
}
#newest-clothes-holder a.topt:hover, #popular-clothes-holder a.topt:hover {background: url('../images/btn-strike-top-a.gif') no-repeat 50% 100%;}
#newest-clothes-holder a.bott:hover, #popular-clothes-holder a.bott:hover {background: url('../images/btn-strike-bottom-a.gif') no-repeat 50% 0;}

#newest-clothes-slider, #popular-clothes-slider {
	list-style: none;
	padding: 0; margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;	
}
#newest-clothes-slider {width: 259px;}
#popular-clothes-slider {width: 344px;}

#newest-clothes-slider li, #popular-clothes-holder li {
	display: block;
	float: left;
}

#newest-clothes-slider li a, #popular-clothes-holder li a {
	display: block;
	border-left: 1px solid #e4e2d6;
	width: 85px; height: 96px;
}

#newest-clothes-slider li.first a, #popular-clothes-holder li.first a {border-left: 0;}

#newest-clothes-slider li a img, #popular-clothes-holder li a img {
	margin: 0; padding: 0;
	border: 0;
}

#newest-clothes-holder a.topt span, #newest-clothes-holder a.bott span,
#popular-clothes-holder a.topt span, #popular-clothes-holder a.bott span {display: none;}
/* --- End New Items --- */
/* --- Index News --- */
.block-left-index .block-left, .block-left-index .block-right {float: left;}
.block-left-index .block-left {
	width: 554px;
	margin-right: 16px;
}
.block-left-index .block-right {width: 354px;}

.block-left-index h1{
	font-size: 1.6em;
	color: #9a4305;
	padding: 0 18px 15px 18px;
	font-weight: normal;
}

.block-left-index h1.news_title {
	float: left;
	padding:20px 0;
}

.block-right-index h1 {
	font-size: 1.6em;
	color: #9a4305;
	padding: 0 18px 15px 18px;
	font-weight: normal;
}
.block-left-index h1 a {
	font-size: .6em;
	color: #4c4c47;
}
.block-left-index h1 a:hover {text-decoration: none;}

.block-left-index h1 a.rss {
	padding: 0 0 2px 0px;
	/*background: url('../images/ico-rss.gif') no-repeat 10px 50%;*/
}
.block-left-index h1 a.propose-theme {
	padding: 0 0 2px 40px;
	background: url('../images/envelope-with-arrow.gif') no-repeat 5px 50%;
	margin-right:15px;
}

#news-cats, #news-cats ul{
	list-style:none;
	margin:0;
	padding:0;
	width:209px;
}
#news-cats{
	position:relative;
	margin-right:10px;
	float:left;
	z-index:99;
}
#news-cats ul{
	position:absolute;
	top:35px;
	left:10px;
	z-index:99;
	display:none;
}
#news-cats li{
	font-size:1.05em;
	line-height:1.06em;
	padding:5px 0 10px 10px;
	color:#FFF;
	background:url(../images/dropdown-bg.png) left top no-repeat;
}
#news-cats li:hover, #news-cats.over li{
	background:url(../images/dropdown-bg-hover.png) left top no-repeat;
}
#news-cats li:hover ul, #news-cats.over li ul{
	display:block;
}
#news-cats ul{
	margin:0 0 0 -10px;
	background:url(../images/dropdown-subs-bg-bottom.gif) bottom left no-repeat;
	padding:0 0 8px;
}
#news-cats li ul a{
	display:block;
	color:#FFF;
	font-size:0.6em;
	font-weight:bold;
	text-decoration:none;
	background:#1b8a71 url(../images/dropdown-subs-bg.gif) left top repeat-y;
	padding:0 0 0 14px;
	line-height:1.9em;
}
#news-cats li ul a:hover{color:#ffe990;}
#news-cats li ul li{
	background:none;
	padding:0;
}

/*a.news_rea_more {
	float: right;
	color: #ffffff;
	text-decoration: none;
	padding: 0 14px 0 0;
	background: url('../images/btn-day-styles-more-r.gif') no-repeat 100% 0;
}

a.news_rea_more span {
	display: block;
	padding: 4px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-day-styles-more-l.gif') no-repeat 0 0;
}

a.news_rea_more:hover {background: url('../images/btn-day-styles-more-r-a.gif') no-repeat 100% 0;}
a.news_rea_more:hover span {background: url('../images/btn-day-styles-more-l-a.gif') no-repeat 0 0;}
*/
.news_read_more{
	color:#4c4c47;
	display:block;
	margin:20px 0 30px;
}

dl.index-news-item,
dl.consultations{
	/*width: 554px;*/
	padding-bottom: 25px;
	margin-bottom: 27px;
	border-bottom: 1px solid #d4d2c3;
}
.block-left-index dl.last {margin-bottom: 0;}

dl.index-news-item dt,
dl.consultations dt{
	font-size: 1.23em;
	font-weight: bold;
	color: #1b1b1b;
	padding: 0 18px 15px 0/*92px*/;
	position:relative;
}
dl.index-news-item dt small,
dl.consultations dt small{
	font-weight: normal;
	font-size:0.9em;
	color:#4c4c47;
	border-right:1px solid #4c4c47;
	padding-right:10px;
	margin-right:10px;
	/*position:absolute;
	left:0;*/
}
/*dl.index-news-item dd.images {width: 554px;}*/
dl.index-news-item dd.images .image, dl.index-news-item dd.images ul {float: left;}
/*dl.index-news-item dd.images .image {
	display: block;
	width: 474px; 
	margin-right: 10px;
}
dl.index-news-item dd.images .image a {
	display: block;
	width: 474px; 
}*/

dl.index-news-item.last {
	margin-bottom: 15px;
}

dl.index-news-item dd.images img {
	border: none;
}
dl.index-news-item dd.images .image a span,
dl.consultations dd.images .image a span{
	display: none;
}

/*dl.index-news-item dd.images ul {
	margin: 0; padding: 2px 0;
	list-style: none;
	width: 70px;
	font-weight: bold;
}*/

dl.index-news-item dd.text,
dl.consultations dd.text{
	font-size: 1.1em;
	line-height: 18px;
	padding: 20px 0 15px;
}
.more ul{
	margin:0;
	list-style:none;
	padding:0;
}
.more li, .more a{
	float:left;
}
.more a{
	margin-right:14px;
}
.iminterested {
	position: relative;
	font-weight: bold;
	float:left;
	color: #fff;
	text-decoration: none;
	padding-right: 14px;
	background: url('../images/btn-index-news-r.gif') no-repeat 100% 0;
}
.iminterested.space_left {
    margin-left:15px;
}
.iminterested_align
{
    position: absolute;
    bottom: 8px;
    right: 64px;
}
.iminterested_align_right
{
    float: right;
}
.iminterested span {
	display: block;
	padding: 4px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-index-news-l.gif') no-repeat 0 0;
}

a.iminterested:hover {background: url('../images/btn-index-news-r-a.gif') no-repeat 100% 0;}
a.iminterested:hover span {background: url('../images/btn-index-news-l-a.gif') no-repeat 0 0;}

.comments a, .smile a{
	display: block;
	padding: 5px 0 5px 25px;
	color: #4c4c47;
	text-decoration: none;
}
.comments a{
	padding-left:75px;
}
.comments a:hover, .smile a:hover {text-decoration: underline;}

.comments a {background: url('../images/baloon-komentuok.gif') no-repeat 0 50%;}
.smile a {background: url('../images/ico-smile.gif') no-repeat 0 50%;}


#index-news-list div.more {
	padding: 5px 15px;
	font-weight: bold;
}
#index-news-list div.more a {color: #4c4c47;}
#index-news-list div.more a:hover {text-decoration: none;}

#newest-hairs, #newest-background, #your-opinion {
	width: 354px;
	padding-bottom: 25px;
}
#newest-hairs {border-top: 0;}
#your-opinion {
	border-bottom: 0;
	padding: 25px 0 0 0;
}

#newest-hairs dl, #newest-background dl, #your-opinion dl {width: 354px;}
#newest-hairs dl dt, #newest-background dl dt, #your-opinion dl dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #1b1b1b;
	padding: 0 18px 15px 18px;
}
#your-opinion .emty{
	font-size: 1.2em;
	font-weight: bold;
	color: #1b1b1b;
	padding: 0 18px 15px 18px;
}
#newest-hairs dl dt small, #newest-background dl dt small, #your-opinion dl dt small {
	display: block;
	font-weight: normal;
	font-size: .9em;
	color: #4c4c47;
}
#newest-hairs dl dd.images, #newest-background dl dd.images, #your-opinion dl dd.images {
	position: relative;
	display: block;
	width: 354px; height: 204px;
}
#newest-hairs dl dd.images a, #newest-background dl dd.images a, #your-opinion dl dd.images a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 354px; height: 204px;
	background: url('../images/bg-hairs-back-image.gif') no-repeat 50% 50%;
}

#newest-hairs dl dd.images a span, #newest-background dl dd.images a span, #your-opinion dl dd.images a span {display: none;}


#newest-hairs dl dd.more, #newest-background dl dd.more, #your-opinion dl dd.more {
	width: 354px;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}
#newest-hairs dl dd.more a, #newest-background dl dd.more a, #your-opinion dl dd.more a {
	display: block;
	padding: 0 0 0 37px;
	color: #4c4c47;
	background: url('../images/ico-message.gif') no-repeat 0 50%;
}
#newest-hairs dl dd.more a:hover, #newest-background dl dd.more a:hover, #your-opinion dl dd.more a:hover {text-decoration: none;}


#your-opinion dd.answer {
	width: 100%;
	border-bottom: 1px solid #d4d2c3;
	font-size: 1.1em;
	font-weight: bold;
}
#your-opinion dd.first {border-top: 1px solid #d4d2c3;}


#your-opinion dd.answer a {
	display: block;
	color: #4c4c47;
	text-decoration: none;
	position: relative;
}
#your-opinion dd.answer a:hover {
	color: #1b1b1b;
	background: url('../images/bg-questions-select.png') no-repeat 0 50%;
}

#your-opinion dd.answer a span {
	display: block;
/*	cursor: pointer;*/
	padding: 10px 25px 10px 15px;
}
#your-opinion dd.answer a span b {
	position: absolute;
	right: 15px; top: 10px;
}

#your-opinion dd.total {
	text-align: right;
	padding: 10px 15px;
	color: #4c4c47;
	font-size: 1.1em;
}
/* --- End Index News --- */
/* --- Content Bottom --- */
#content-bottom {
	width: 980px; height: 10px;
	margin-bottom: 10px;
	background: url('../images/bg-content-bottom.gif') no-repeat 50% 0;
}
/* --- End Content Bottom --- */

/* --- Popup --- */
#TB_window a#TB_closeWindowButton {
	position: absolute;
	top: -29px;	right: 4px;
	background: url('../images/close_bt.gif') no-repeat top left;
	width: 106px; height: 29px;
	font-size: 0px;
}

#TB_window a#TB_closeWindowButton:hover {
	background: url('../images/close_bt.gif') no-repeat bottom left;
}


#TB_window {
	color: #4c4c47 !important;
	padding: 20px 0px 20px 20px;
	background: #fbfbf8 url('../images/popup_bg.gif') repeat-x bottom left;
}

#TB_window img#TB_Image {
    margin:0 !important;
}

#TB_window h2 {
	color: #1b1b1b;
	font-size: 2.0em;
	font-weight: normal;
	font-family: Trebuchet MS;
    margin-bottom:20px;
}
#TB_window p {
    padding:0;
    margin:10px 0;
}

#login-error {
	padding-bottom: 20px;
	color: red;
	text-align:center;
}

.messages-notification {
	padding:0 0 20px 0;
	margin:0;
	color: #009900;
	text-align:center;
}


#commentsError, #ask-friend-error, #register-error ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
	color: red;
}

#register-error li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

/* --- End Popup --- */

/* --- Form --- */
form {
	float: left;
	width: 100%;
	padding: 20px 0;
	margin: 0;
}
#text form {
    width:550px;
}

form h3 {
    clear:both;
    padding-bottom:15px;
    text-align:center;
}
#text form h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
    padding-bottom:15px;
    text-align:justify;
}

fieldset {
    clear:left;
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
}

form fieldset .file_types {
    font-size:11px;
}

label {
	float: left;
	width: 45%;
	padding: 0 5px 0 0;
	color: #4c4c47;
	font-weight: bold;
	text-align: right;
	line-height: 24px;
}

form label.checkbox {
    float:none;
    width:auto;
    text-align:left;
}

form .check_list {
    padding-left:45%;
    margin-left:5px;
}

input.text, textarea, select {
	width: 140px;
	color:#4c4c47;
	font-family: Trebuchet MS;
	font-size: 13px;
	padding: 3px;
	overflow: auto;
}

select {
	padding: 0;
}

textarea {
	width: 180px;
	height: 100px;
    padding:4px;
}

form textarea {
    width:45%;
}

input.text_inp, input.txtfld, textarea {
	border-left: 1px solid #d4d4d4; 
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #d5d5d4;
	border-bottom: 1px solid #f1f1f1;
}
input.text_inp, input.txtfld {
    width:150px;
}

.submit {
    display:block;
    width:100px;
    height:18px;
    float:left;
	color: #fff !important; 
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
    text-align:center;
	background: url('../images/submit_bt_bg.gif') no-repeat top center;
	padding: 3px 10px;
	border: none;
	cursor: pointer;
	text-decoration: none !important; 
}
input.submit {
    height:24px;
}
.ask-friend-form .submit,
.ask-stylist-form .submit,
#user_profile .submit {
    width:150px;
}
.ask-stylist-ok a.submit {
    float:none;
    display:inline-block;
}

.submit:hover {
	background: url('../images/submit_bt_bg.gif') no-repeat bottom center;
}

.error {
    color:#ff0000;
    font-size:13px;
}
fieldset.error label {
    color:#ff0000;
}

.success,
.thanks {
    color:#009900;
    font-size:13px;
}

ul.error {
    list-style:disc;
}
ul.success,
ul.thanks {
    list-style-position:outside;
    margin-left:0;
    padding-left:0;
}

fieldset.date_select select {
	float: left;
	width: auto;
	font-size: 11px;
	margin-right: 3px;
}

.facebook_login {
	float: left;
	line-height: 32px;
	padding-left: 45px;
	background: url('../images/facebook.gif') no-repeat left;
}
.facebook_like
{
    padding: 10px 0px 0px 0px;
}

a.facebook {
	float: right;
	padding:0 30px 0 0;
	color: #4c4c47;
	line-height: 32px;
}

a.facebook:hover {
	text-decoration: none;
}

.ask-friend-form  label {
    width:35%;
}
.ask-friend-form textarea {
    width:60%;
}
.ask-stylist-form  label {
    width:25%;
}
.ask-stylist-form  textarea {
    width:70%;
    height:120px;
}
.ask-stylist-form #ask-friend-error,
.ask-friend-form #ask-friend-error {
    padding-left:0;
}
.ask-stylist-form #ask-friend-error ul,
.ask-friend-form #ask-friend-error ul {
    padding-left:0;
    margin-left:0;
}

.ask-stylist-ok {
    width:100%;
    text-align:center;
    position:absolute;
    top:40%;
}

/* --- End Form --- */

/* --- Submenu --- */

#submeniu {
	float: left;
	width: 100%;
	margin: 0; 
	padding: 10px 0 20px 0;
	list-style: none;
}

#submeniu li {
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

#submeniu li a {
	float: left;
	color: #1b1b1b;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 0 4px 10px;
}
#submeniu.inspiration li a,
#submeniu.no_transform li a,
#submeniu.consultations-cats li a {
	text-transform:none;
}
#submeniu li ul {
	margin: 0;
	padding: 10px 0 10px 10px;
}
#submeniu.menu-cats li ul,
#submeniu.consultations-cats li ul{
	padding:0 0 10px 10px;
}
#submeniu li ul li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}


#submeniu li ul a {
	font-weight: normal !important;
	text-transform: none !important;
	padding: 4px 10px !important;
	margin: 0;
	background: url('../images/sub_menu_arrow.gif') no-repeat 0 11px;
}

#submeniu li a:hover {
	text-decoration: underline;
}

#submeniu li a.active {
	color: #c16929;
	text-decoration: underline;
}

#links_right {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#links_right li {
	float: left;
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

#links_right a {
	color: #1b1b1b;
	padding: 4px 10px;
	margin: 0;
	background: url('../images/sub_menu_arrow.gif') no-repeat 0 11px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

#links_right a:hover {
	text-decoration: underline;
	color: #1b1b1b;
	padding: 4px 10px;
	margin: 0;
	background: url('../images/sub_menu_arrow.gif') no-repeat 0 11px;
}

/* --- End Usermeniu --- */

#tooltip {
	display:none;
	background: url('../images/tooltip_white_arrow.png') no-repeat top left;
	height:41px;
	width:132px;
	color:#1c1c1a;	
	font-size: 11px;
	z-index: 100;
	padding: 3px;
}

/* --- Text --- */

#text img {
	margin: 2px 15px 7px 15px;
}

#text img[align=left] {
	margin: 2px 15px 15px 0;
}

#text img[align=right] {
	margin: 2px 0 15px 15px;
}

.news_image,
.consultations_image{
	float: left;
	width: 100%;
	text-align: center;
}

.news_image img,
.consultations_image img{
	margin: 2px 0 15px 0 !important;
	border: none;
}

h1.text_title {
	font-size: 2.15em;
	font-weight: normal;
	color: #c16929;
	padding: 0;
	margin: 0;
}

h1.padding {
	padding: 0 0 15px 0;
}

h1.text_title small {
	display: block;
	color: #1b1b1b;
	font-size: 13px;
	font-weight: bold;
}

#text a.smile {
	float: left;
	line-height: 28px;
	padding-left: 25px;
	background: url('../images/ico-smile.gif') no-repeat 0 40%;
	color: #4c4c47;
	font-weight: bold;
	text-decoration: none;
}

a.bought {
	float: left;
	width: 125px !important;
	padding-left: 25px !important;
	background: url('../public/icons/silk/money_add.png') no-repeat left;
	font-weight: bold;
	text-decoration: none;
}

a.not_bought {
	float: left;
	width: 125px !important;
	padding-left: 25px !important;
	background: url('../public/icons/silk/money_delete.png') no-repeat left;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}

#text {
	float: left;
	padding: 20px 20px 20px 0;
	font-size: 1.1em;
	line-height: 18px;
}

#text h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #c16929;
	padding-bottom: 20px;
}

#text h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #4c4c47;
	padding-bottom: 20px;
}

#text h4 {
	font-size: 1em;
	font-weight: bold;
	color: #4c4c47;
	padding-bottom: 20px;
}
#text h1,
#text h2,
#text h3,
#text h4 {
    line-height:normal;
}

#text p, .text p {margin: 15px 0 15px 0;}

#text dl.qusestion_info .go_more {
    margin:0;
}


p.grey {color: #999;}

#text a {
	color: #656461;
	text-decoration: underline;
}
#text a.iminterested {
    color:#fff;
    text-decoration:none;
}

#text a:hover {
	color: #656461;
}
#text a.iminterested:hover {
    color:#fff;
    text-decoration:none;
}


#text hr {
	border: 0;
	color: #0088d0;
	background-color: #0088d0;
	height: 1px; 
}

#text ul,
.text ul {
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	list-style: none;
}

#text ul li,
.text ul li {
	display: block;
	padding: 0 0 0 40px;
	line-height: 24px;
	background: url('../images/bulet.gif') no-repeat 20px 10px;
	list-style: none outside none;	
	text-indent:0;
	height:1%;
}

#text ul.search_list li,
.text ul.search_list li {
	padding: 0;
	background: none;
}

* html #text ul li, 
* html .text ul li {vertical-align: top; height: 1%;}
#text ul ul,
.text ul ul {
	margin: 0;
}
#text ul ul li,
.text ul ul li {
	padding-left: 23px;
	background: url('../images/bulet2.gif') no-repeat 0 10px;
}

#text ul ul ul, .text ul ul ul {margin: 0;}
#text ul ul ul li,
.text ul ul ul li {
	background: url('../images/bulet2.gif') no-repeat 0 10px;
}

#text ol,
.text ol {
	padding: 0;
	margin: 0 0 20px 30px;
}

* html #text ol,
* html .text ol {padding: 0;}
*:first-child+html #text ol,
*:first-child+html .text ol {padding: 0;}

#text ol ol, .text ol ol {list-style-type: decimal;}
#text ol li,
.text ol li {
	padding: 0;
	background: none;
	line-height: 24px;
}

#text table,
.text table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #e5e5e5;
	margin-bottom: 20px;
}

* html #text table,
* html .text table {font-size: 1em; width: auto; width/* */:/**/100%;}
#text table, .text table[border="0"] {border: 0;}
#text table.noborder, .text table.noborder { border: 0; }
#text td,
.text td {
	padding: 3px;
	font-size: 1em;
	border-color: #e5e5e5;
	vertical-align: top;
}

#text th,
.text th {
	padding: 3px;
	text-align: left;
	border-color: #e5e5e5;
	font-weight: bold;
}

#text td p, #text th p,
.text td p, .text th p  {
    margin: 0;
}

/* --- End Text --- */

a.bt_back {
	float: left;
	background: url('../images/back_bt_r.gif') no-repeat right;
	color: #fff !important;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none !important;
	padding-right: 20px;
}

a.bt_back:hover { text-decoration: underline; }

a.bt_back span {
	float: left;
	line-height: 26px;
	background: url('../images/back_bt_l.gif') no-repeat left;
	padding-left: 25px;
}

.style_item_list {
	float: left;
	width: 285px;
	height: 482px;
	border-bottom: 1px solid #dbd9cd;
	margin-bottom: 20px;
}

.style_item_list dt {
	font-size: 1.6em;
	font-weight: normal;
	font-family: Trebuchet MS !important;
	padding: 0 20px 13px 0;
	height: 15px;
}

.style_item_list dt a {
	color: #c16929;
	text-decoration: none;
}

.style_item_list a img {
	border: none;
}

.style_item_list dl dd.image {
	position: relative;
	display: block;
	width: 269px; height: 349px;
}
* html .style_item_list dl dd.image {
	margin-bottom: -5px;
}
.style_item_list dl dd.image a {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 269px; height: 349px;
	background: url('../images/bg-day-styles-image.gif') no-repeat 50% 50%;
	/*z-index: 50;*/
}
.style_item_list .long dl dd.image a {
	width: 354px;
	background: url('../images/bg-day-styles-image-long.gif') no-repeat 50% 50%;
}
.style_item_list dl dd.image a span {display: none;}

.style_item_list dl dd.image span.title {
	position: absolute;
	bottom: 3px; left: 2px;
	display: inline-block;
	display: table-cell;
	padding: 3px 7px 0 7px;
	color: #ffffff;
	height: 17px;
	vertical-align: middle;
	background: url('../images/bg-span.png') no-repeat 100% 100%;
	z-index: 99;
}
* html .style_item_list dl dd.image span.title {
	bottom: 8px;
	background: url('../images/bg-span.gif') no-repeat 100% 100%;
}

.style_item_list dl dd.image span.title a {
	display: inline;
	background: none;
	position: relative;
	color: #dddaca;
	text-decoration: none;
}

.style_item_list span.created {
	color: #4c4c47;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 23px;
}

.style_item_list span.created b {
	font-weight: bold;
}

.style_item_list dl dd.image span.title a:hover {text-decoration: underline;}

.style_item_list dl dd.meniu {width: 269px;}
#day-styles .long dl dd.meniu {width: 354px;}

.style_item_list dl dd.meniu ul {
	width: 100%;
	padding: 4px 0 15px 0; margin: 0;
	list-style: none;
	overflow: hidden;
	font-weight: bold;
}
.style_item_list dl dd.meniu ul li {display: block;}
.style_item_list dl dd.meniu ul li.left {float: left;}
.style_item_list dl dd.meniu ul li.right {float: right;}

.style_item_list dl dd.meniu ul li a {
	display: block;
	color: #4c4c47;
	padding: 5px 15px 7px 0;
	position: relative;
}
.style_item_list dl dd.meniu ul li a:hover {text-decoration: none;}

.style_item_list dl dd.meniu ul li a.smile, .style_item_list dl dd.meniu ul li a.comments {
	padding-left: 25px;
	text-decoration: none;
}
.style_item_list dl dd.meniu ul li a.smile {background: url('../images/ico-smile.gif') no-repeat 0 50%;}
.style_item_list dl dd.meniu ul li a.comments {
	background: url('../images/ico-comments.gif') no-repeat 0 50%;
	padding-right: 5px;
	padding-left: 28px;
}

.style_item_list dl dd.meniu ul li a.smile:hover, .style_item_list dl dd.meniu ul li a.comments:hover {text-decoration: underline;}

.style_item_list dl dd.meniu ul li a.create {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 13px 0 0;
	background: url('../images/btn-day-styles-more-r.gif') no-repeat 100% 0;
}

.style_item_list dl dd.meniu ul li a.create span {
	display: block;
	padding: 4px 0 7px 9px;
	cursor: pointer;
	background: url('../images/btn-day-styles-more-l.gif') no-repeat 0 0;
}

.style_item_list dl dd.meniu ul li a.create:hover {background: url('../images/btn-day-styles-more-r-a.gif') no-repeat 100% 0;}
.style_item_list dl dd.meniu ul li a.create:hover span {background: url('../images/btn-day-styles-more-l-a.gif') no-repeat 0 0;}

.user_rating {
	display: block;
	background: url('../images/ico-smile.gif') no-repeat 0 50%;
	padding-left: 25px;
	line-height: 28px;
	color: #4c4c47;
	font-size: 1.5em; 
}
.user_name {
	display: block;
	line-height: 28px;
	color: #1b1b1b;
	font-size: 1.5em; 
}

dl.products {
	float: left;
	padding-right: 20px;
}

dl.products dt {
	display: block;
	color: #4c4c47;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 10px;
}

dl.products dd {
	float: left;
}

dl.products dd a {
	color: #4c4c47;
}

dl.products dd a:hover {
	color: #a95416;
	text-decoration: none;
}

.buttons {
	float: left;
	padding-bottom: 10px;
}

.buttons img {
	border: none;
	padding-bottom: 10px;
}

.style_info {
	float: left;
	width: 270px;
}

.auto_h {
	height: auto !important;
	border: none !important;
}

#add_comment {
	float: left;
	width: 550px;
	color: #4c4c47;
	font-size: 1.1em;
    margin-top:20px;
}

#add_comment h2 {
    font-size:1.3em;
}

#add_comment textarea {
	display: block;
    padding:4px;
	width: 540px;
}
#comments_list {
    clear:both;
	width: 550px;
}

#comments_list .comments_item {
    width:530px;
    padding:10px;
    margin-bottom:10px;
    background-image:url(../images/border-2lines-bottom.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
}

#comments_list .comments_item_image {
    width:70px;
    height:83px;
    float:left;
    padding:1px 2px 4px 2px;
    margin:5px 16px 0 0;
    background:url(../images/user-image-bg-small.png) left top no-repeat;
    overflow:hidden;
}

#comments_list .comments_item_image img {
    display:block;
}

#comments_list .comments_item_text {
	float: left;
	width: 440px;
}

#comments_list a.name {
	color: #4c4c47;
	font-weight: bold;
	font-size: 1.1em;
}

#comments_list a.name:hover {
	text-decoration: none;
}

#comments_list span.date {
	color: #797975;
}

#comments_list p {
	color: #4c4c47;
	font-size: 1.1em;
}


h3.block_heading,
#text h3.block_heading {
    color:#9a4305;
    padding:0;
    margin:20px 0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:normal;
    text-transform:uppercase;
}
h3.block_heading.consultation,
#text h3.block_heading.consultation {
    color:#10795f;
}
h4.block_heading,
#text h4.block_heading {
    color:#1b1b1b;
    padding:0;
    margin:20px 0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
}
#consultations_list {
    width:550px;
    clear:both;
    color:#4c4c47;
    font-size:13px;
    padding-top:2px;
    background:url("../images/comments_border_top.gif") center top repeat-x;
}
#consultations_list.noBreakLine {
    background:none;
    padding-top:0;
}
#consultations_list form {
    padding:0;
    margin:20px 0;
}
#consultations_list #buy-confirmation-form {
    margin-top:20px;
}
#consultations_list #buy-confirmation-form form {
    margin:0;
}
#consultations_list form label {
    width:40%;
}
#consultations_list form .check_list {
    padding-left:40%;
}
#consultations_list form textarea {
    width:53%;
}
#consultations_list form.userBorders {
    margin:10px 0 20px 0;
    padding:20px 0 5px 0;
    border-top:1px solid #dcdace;
    border-bottom:1px solid #dcdace;
}

.listing_questions {
    background:url(../images/border-2lines-bottom.gif) left top repeat-x;
    padding:20px 0 0 0;
}
.listing_questions.noBreakLine {
    background:none;
    padding-top:0;
}
.listing_questions h3 {
    margin:0 0 10px 0;
}
dl.qusestion_info {
    width:550px;
    clear:both;
    line-height:22px;
    font-size:13px;
    margin-bottom:0;
}
.consultation_group_item dl.qusestion_info {
    margin-bottom:10px;
}
.listing_questions dl.qusestion_info {
    background:url(../images/border-2lines-bottom.gif) left bottom repeat-x;
    padding-bottom:20px;
    margin-bottom:20px;
}
dl.qusestion_info.image_space {
    width:450px;
}
dl.qusestion_info dt {
    width:84px;
    clear:both;
    float:left;
    padding:0 10px 0 0;
    font-size:14px;
    color:#9a4305;
    text-align:left;
    text-transform:uppercase;
}
dl.qusestion_info.titles_right dt {
    text-align:right;
}
dl.qusestion_info .price {
    font-weight:bold;
    padding-left:30px;
}
dl.qusestion_info .mark {
    font-weight:bold;
}
dl.qusestion_info dd {
    width:456px;
    float:left;
}
dl.qusestion_info.image_space dd {
    width:356px;
}
dl.qusestion_info .go_more {
    clear:both;
    margin:0;
}
dl.qusestion_info a.iminterested {
    line-height:normal;
    float:right;
}
.questions,
dl.qusestion_info .style_link {
    margin:10px 0 !important;
    padding:0 !important;
}
.query_outer {
    text-align:right;
    margin-top:0;
}
dl.qusestion_info .query_outer {
    margin:0 0 10px 0 !important;
}
.questions strong {
    color:#9a4305;
}
a.query {
    padding-left:20px;
    color:#c16929;
    background:url(../images/ico-pencil.gif) left center no-repeat;
}
a.query.space {
    margin-left:15px;
}
#text a.query {
    color:#c16929;
}

.listing_head {
    height:40px;
    clear:both;
    overflow:hidden;
    line-height:40px;
    padding:0 10px;
    color:#fff;
    font-size:14px;
    background:url(../images/heading-bg.gif) left top repeat-x;
}
.listing_head .title {
    float:left;
}
.listing_head .date {
    float:right;
}

.consultation_info {
    width:550px;
    color:#4c4c47;
    margin:10px 0;
    padding-bottom:10px;
    background-image:url(../images/border-2lines-bottom.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
}

.consultation_group_item {
    margin-top:20px;
}
.consultation_item {
    width:530px;
    padding:10px;
    margin-bottom:10px;
    background-image:url(../images/border-2lines-bottom.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    color:#4c4c47;
}
.consultation_item.odd,
.consultation_item.important {
    background-color:#eeedd8;
}
.consultation_item.even {
}
.consultation_item .item_image,
.consultation_info .item_image {
    width:70px;
    height:83px;
    float:left;
    padding:1px 2px 4px 2px;
    margin:0;
    background:url(../images/user-image-bg-small.png) left top no-repeat;
    overflow:hidden;
}
.consultation_item .item_image img,
.consultation_info .item_image img {
    display:block;
    margin:0 !important;
}
.consultation_item .item_text {
    width:440px;
    float:right;
    overflow:hidden;
}
.consultation_info .item_text {
    width:450px;
    float:right;
}
.consultation_item.no_image .item_text {
    width:530px;
    float:none;
}
.consultation_item .item_text h4,
#text .consultation_item .item_text h4 {
    font-size:13px;
    font-weight:bold;
    padding:0;
}
.consultation_item .item_text h4 .name {
    text-decoration:underline;
}
.consultation_item .item_text h4 .date {
    font-weight:normal;
    font-size:12px;
    color:#797975;
    padding-left:3px;
}
.consultation_item .item_text a {
    color:#4c4c47;
    text-decoration:underline;
}
.consultation_item .item_text a:hover {
    color:#4c4c47;
    text-decoration:none;
}
.consultation_item .item_text p {
    margin:10px 0;
}
#text .consultation_info h3.block_heading {
    margin:0 0 10px 0;
}

.consultation_answer {
    background:url(../images/border-2lines-bottom.gif) left bottom repeat-x;
    padding-bottom:5px;
    margin:20px 0;
}
.consultation_answer.noBreakLine {
    background:none;
    padding-bottom:0;
}

.consultation_answer h3,
#text .consultation_answer h3 {
    color:#c16929;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    margin:0 0 20px 0;
    padding:0;
}
.consultation_answer p {
    margin:20px 0;
}

.go_more {
    height:28px;
    text-align:right;
}
/*
.go_more a {
    display:inline-block;
    width:64px;
    height:24px;
    line-height:22px;
    overflow:hidden;
    background:url(../images/read-more-bg.png) top left no-repeat;
    padding:1px 10px 3px 10px;
    color:#fff;
    text-align:left;
    text-decoration:none;
}
.go_more a:hover {
    text-decoration:underline;
}
*/


.pages {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #3d3b32;
	line-height: 21px;
	padding-top: 20px;
}

.pages a {
	color: #3d3b32;
	text-decoration: none;
	padding: 0 5px;
}
.pages a:hover {
	color: #c16929;
}

.pages img {
	border: none;
	vertical-align: middle;
}


form a {
	color:#4C4C47;
	text-decoration:underline;
}
form a:hover {
	text-decoration:none;
}

#login_remind_popup .remind_heading {
    display:none;
}
#login_remind_popup #remind-form-container {
    display:none;
    padding-top:50px;
}
#remind-form-container fieldset.login_link {
    display:none;
}
#login_remind_popup #remind-form-container fieldset.login_link {
    display:block;
}


/* Login popup'o dizainas padarytas identiskas kaip flash'o login popup'o */
#login_popup {
    width:770px;
    height:495px;
    background:url(../images/login_window_bg.jpg) left top no-repeat;
	position:relative;
    overflow:hidden;
}
#login_popup #login-form-container {
    display:block !important;
}
#login_popup #login-form-container {
    width:210px;
    padding:65px 0 0 44px;
    float:left;
}
#login_popup #login-error,
#login_popup .messages-notification {
	color:#fff000;
}
#login_popup #login-form-container fieldset {
    text-align:left;
}
#login_popup #login-form-container fieldset.remind_password {
    font-size:18px;
    padding-bottom:10px;
    margin-top:-10px;
}
#login_popup #login-form-container fieldset.actions {
    padding-top:15px;
}
#login_popup #login-form-container fieldset.facebook_connect {
    padding-top:20px;
}
#login_popup #login-form-container label {
    display:block;
    width:auto;
    float:none;
    padding-bottom:3px;
    line-height:20px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    text-align:left;
}
#login_popup #login-form-container fieldset.checkbox label {
    display:inline;
    font-size:12px;
}
#login_popup #login-form-container fieldset.remind_password label,
#login_popup #login-form-container fieldset.actions label {
    display:none;
}
#login_popup #login-form-container fieldset.facebook_connect label {
    font-size:12px;
}

#login_popup #login-form-container .txtfld {
    width:198px;
    padding:5px;
    background:#fff url(../images/bg-txtfld.gif) left top repeat-x;
    font-size:16px;
}
#login_popup #login-form-container fieldset a {
    color:#fff;
    text-decoration:underline;
}
#login_popup #login-form-container fieldset a:hover {
    color:#c16929;
    text-decoration:underline;
}
#login_popup #login-form-container fieldset.facebook_connect a {
    display:block;
    width:107px;
    height:25px;
    background:url(../images/facebook-connect.png) left top no-repeat;
}
#login_popup #login-form-container fieldset.facebook_connect a span {
    display:none;
}
#register_button_block {
	display:none;
}
#login_popup #register_button_block {
	display:block;
	position:absolute;
	top:70px;
	left:322px;
	z-index:1;
	text-align:left;
}
#register_button_block label {
	width:auto;
	display:block;
	float:none;
	padding:0 0 5px 0;
	color:#1b1b1b;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
	text-align:left;
}

#login_popup .remind_heading {
	display:none;
}
#remindPasswordFrom {
	padding:0;
}
#login_popup #remind-form-container fieldset.login_link {
    font-size:12px;
}
/* Login popup End */


/* --- Custom popup --- */
#custom_overlay {
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
    z-index: 100;

	filter:alpha (opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity: 0.75;
}
#custom_overlay_box {
	display:none;
	position:fixed;
	_position:absolute;
	width:770px;
	height:495px;
	background-color:#fff;
	top:30px;
	left:50px;
	z-index:150;
}
#custom_overlay_box a#overlay_box_close {
    background: url("../images/close_bt.gif") no-repeat scroll left top transparent;
    font-size: 0;
    height: 29px;
    position: absolute;
    right: 4px;
    top: -29px;
    width: 106px;
    cursor:pointer;
}
#custom_overlay_box a#overlay_box_close:hover {
    background-position:left bottom;
}
#custom_overlay_box a#overlay_box_close span {
    display:none;
}
/* --- Custom popup End --- */


/* --- Buy credits --- */
#buy_credits {
    padding-right:20px;
    font-size:13px;
}
#buy_credits p {
    line-height:18px;
    margin:10px 0;
}
table.credits_list {
    width:100%;
    border-collapse:collapse;
}
table.credits_list td,
table.credits_list th {
    padding:5px 0;
    background:url(../images/dotted-line-hor.gif) left bottom repeat-x;
}
table.credits_list .first_col {
    width:40%;
}
.credits {
    color:#c16929;
}
.mid {
    font-size:18px;
}
.big {
    font-size:24px;
}

#buy_credits p.title {
    margin:0 0 15px 0;
    font-size:13px;
    text-transform:uppercase;
}
#payment_selection {
    border-top:1px solid #e6e3ce;
    border-bottom:1px solid #e6e3ce;
    background:url(../images/wmt-phone.gif) 10px 100% no-repeat;
}
#payment_selection p {
    line-height:26px;
}
#sms_text {
    width:185px;
    float:left;
    padding:1px 15px;
}
#banks_list {
    width:304px;
    min-height:160px;
    height:auto !important;
    height:160px;
    float:left;
    padding:1px 15px;
    border-left:1px solid #e6e3ce;
    background:#eeedd8 url(../images/wmt-bank.gif) 270px 7px no-repeat;
}
#banks_list p {
    padding-right:80px;
}
#banks_list ul {
    padding:0;
    margin:10px 0 5px 0;
    list-style:none;
    list-style-position:outside;
}
#banks_list ul li {
    display:inline;
    line-height:35px;
    padding:0 10px 0 0;
}
#banks_list ul li img {
    vertical-align:middle;
}

#smskeyword,
#mokejimailt {
    padding-top:20px;
}
#smskeyword form,
#mokejimailt form {
    padding-top:0;
    margin-top:0;
}
/* --- Buy credits End --- */


/* --- Faq --- */
#faq-ask-container .error {
    padding-left:0;
    margin-left:0;
}
#faq-question-form label {
    width:25%;
}
#faq-question-form textarea {
    width:70%;
}
#faq-question-form .submit {
    width:150px;
}
#faq-ask-container #submitLink {
    width:150px;
    float:right;
    margin-top:-45px;
}


#faq_listing {
    width:550px;
    padding-right:20px;
    font-size:13px;
}
.faq-questions {
    padding:0;
    margin:0;
    list-style:none;
}
.faq-questions li {
    padding:0 0 10px 0;
}
.faq-questions li a {
    color:#c16929;
}
.faq-questions a.question {
    min-height:28px;
    height:auto !important;
    height:28px;
    display:block;
    text-decoration:none;
    padding:0 0 0 30px;
    background:url(../images/ico-comments.gif) 0 0 no-repeat;
    position:relative;
}
.faq-questions a.question:hover,
.faq-questions a.question.active {
    text-decoration:underline;
}
.faq-questions a.question.active {
    border-bottom:1px solid #dedede;
}
.faq-questions .answer {
	width:500px;
	margin:0 0 0 50px;
}
.faq-questions .answer p,
.faq-questions .answer ul,
.faq-questions .answer ol {
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}
/* --- Faq End --- */


/* --- Bottom Navigation --- */
#bottom-navigation {
	padding: 20px 30px 25px 30px;
	width: 920px; min-height: 115px;
	position: relative;
	background: url('../images/bg-bottom-navigation.jpg') no-repeat 50% 100%;
	border-top: 1px solid #b2b2ae;
	
}
* html #bottom-navigation {
	width: 980px; height: 160px;
	width/* */:/**/920px;
	height/* */:/**/115px;
}

#bottom-navigation ul {
	float: left;
	list-style: none;
	padding: 5px 0; margin: 0;
	width: 80%;
	float: left;
	font-size: 1.1em;
	background: url('../images/bg-bottom-navigation.gif') repeat;
}
#bottom-navigation ul li {display: block;}
* html #bottom-navigation ul li {
	vertical-align: top;
	height: 1%;
}

#bottom-navigation ul li {
	float: left;
	width: 184px;
	font-size: 13px;
}

#bottom-navigation ul li li {
	font-size: 13px;
}

#bottom-navigation ul li a {
	display: block;
	padding: 3px 18px;
	color: #f3f1e3;
}

#bottom-navigation ul li a:hover, #bottom-navigation ul li a.active {
	text-decoration: none;
	color: #ffffff;
}

/* --- End Bottom Navigation --- */


#rightSideBanners a img{
	border:none;
}
#rightSideBanners a,
#rightSideBannersInner a{
	display:block;
	margin-bottom:16px;
	text-align:center;
}

#rightSideBannersInner .banner{ margin-bottom:20px;}

.visible-frontend, .invisible-frontend{
	clear:left;
	display:block;
	text-decoration:none;
	color:#4C4C47;
}
#content #block-center.inspiracijos{
	width:775px;
	border-right:none;
}
.inspiracijos h1{
	padding:0 0 10px;
}
#inspTopLeft{
	float:left;
	width:501px;
}
#inspStilistoKons{
	float:left;
	width:501px;
	background:url(../images/stilisto-konsult-bg.png) left top no-repeat;
	height:137px;
	margin:17px 0;
    position: relative;
}
#inspStilistoKons:hover{
    background:url(../images/stilisto-konsult-bg-hover.png) left top no-repeat;     
}
#inspStilistoKonsInner{
	margin:14px 68px 14px 14px;
}
#inspStilistoKonsInner p{
	font-size:1.1em;
}
#inspStilistoKonsInner h2{
    margin-bottom: 3px;
}
#inspTopRight{
	float:right;
	width:254px;
}
#inspTopBanners{
	width:254px;
	height:411px;
	background:url(../images/insp-girl-of-day-bg.png) top left no-repeat;
    text-align: center;
    padding-top: 5px;
}
#inspTopBanners div{
	padding:2px;
}

#stylesByComunity h1{
	padding:13px 0 0 0;
}
#stylesByComunity p,
#inspBottomLeft p{
	font-size:1.1em;
	margin:4px 0 16px;
}

#inspBottomLeft{
	float:left;
	padding-top:25px;
}
#inspBottomLeft h1{
	padding:0 3px 0 0;
}

#inspBottomRight{
	float:right;
	width:252px;
	padding-top:25px;
}
#inspBottomRight h1{
	margin-bottom:25px;
}
#inspBottomRight h2{
	font-size:1.1em;
}
#inspBottomRight h2 a{
	color:#1b1b1b;
	text-decoration: underline;
}
#inspBottomRight h2 a:hover{
	text-decoration:underline;
}
#inspBottomRight .news-sum{
	border-bottom:1px solid #d4d2c3;
	margin-bottom:14px;
}
#inspBottomRight .news-sum.last{
	border-bottom:none;
}
#inspBottomBanners div{
	margin:15px 0;
	height:250px;
	width:250px;
	padding:2px 3px 3px 2px;
	background:url(../images/banner-250x250-bg.png) left top no-repeat;
}
#news-additionals{
	border-top:1px solid #8e8d7e;
	clear:left;
	width:130px;
	margin:0 0 0 10px;
	padding:20px 0 0 0;
}
#news-additionals a{
	display:block;
	color:#4c4c47;
	margin:10px 0;
}
#news-additionals a.propose-theme{
	background:url("../images/envelope-with-arrow.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 2px 35px;
}


#user_rights_block {
    width:160px;
    padding:10px 10px 13px 10px;
    background:url(../images/green_box-bg.gif) left top no-repeat;
    color:#fff;
    position:relative;
    font-size:12px;
}
#user_rights_block .box_bottom {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
}
#content #block-right #user_rights_block h3 {
    color:#fff;
    padding:0;
    margin:0 0 10px 0;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
}
#user_rights_block .days_left {
    font-size:24px;
    font-weight:bold;
    text-align:right;
    margin-bottom:10px;
}
#user_rights_block .day_until {
    font-size:16px;
    font-weight:bold;
    text-align:right;
    margin-bottom:10px;
}
#user_rights_block .user_rights_list {
    padding:25px 0 0 0;
    margin:0;
    list-style:none;
    background:url(../images/green_box_text-bg.gif) center top no-repeat;
    font-size:12px;
    font-weight:bold;
}
#user_rights_block .user_rights_list li {
    padding-bottom:10px;
    line-height:14px;
}
#user_rights_block .actions {
    text-align:center;
}
.lowercase {
    text-transform:lowercase;
}


#accounts_container {
    width:550px;
    color:#4c4c47;
    font-size:13px;
}
#accounts_container form  {
    padding:0;
    margin:10px 0;
}
.accounts_list {
    padding:20px 0 0 0;
    margin:0;
    list-style:none;
    list-style-position:outside;
    border-top:1px solid #dbd9cc;
    /*background:url(../images/border-2lines-bottom.gif) left top repeat-x;*/
}
.accounts_list .account_item {
    padding:0 0 20px 0;
    margin-bottom:20px;
    /*background:url(../images/border-2lines-bottom.gif) left bottom repeat-x;*/
    border-bottom:1px solid #dbd9cc;
}
.accounts_list input {
    float:left;
    margin:15px 0 0 5px;
}
.accounts_list h2,
.accounts_list h3 {
    clear:none;
    padding:0 0 0 40px;
    margin-bottom:5px;
    color:#9a4305;
    font-size:18px;
    text-align:left;
}
.accounts_list h3.group_price_info {
    font-size:16px;
    color:#1b1b1b;
    font-weight:normal;
}
.accounts_list h3.group_price_info .label {
    color:#9a4305;
    padding-right:3px;
}
.accounts_list h3 .title {
}
.accounts_list h3 .duration {
    padding-right:15px;
}
.accounts_list h3 .points {
}
.account_item ul {
    padding:0 0 0 40px;
    margin:10px 0 0 0;
    list-style:none;
    list-style-position:outside;
}
.account_item ul li {
    padding-left:10px;
    background:url(../images/dash.gif) 3px 10px no-repeat;
}

#accounts_container .actions {
    text-align:right;
}
input.go_next {
    width:84px;
    height:28px;
    line-height:22px;
    overflow:hidden;
    background:url(../images/read-more-bg.png) top left no-repeat;
    padding:1px 10px 5px 10px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    vertical-align:middle;
    text-align:left;
    text-decoration:none;
    border:0;
    cursor:pointer;
}


#confirm .actions,
#ok_content .actions,
#message_popup_content .actions {
    text-align:center;
    margin:10px 0 0 0;
}
#confirm input.submit,
#ok_content input.submit,
#message_popup_content input.submit {
    float:none;
    display:inline;
    margin:0 10px;
}
#ok_content a.submit {
    float:none;
    display:inline-block;
}

/* --- Footer --- */
#footer {
	width: 980px;
	padding: 15px 0 25px 0;
	color: #72726d;
}
#footer ul {
	padding: 0; margin: 0;
	list-style: none;
	width: 980px;
	overflow: hidden;
}
#footer ul li {display: block;}
#footer ul li.left {
	float: left;
	padding-left: 30px;
}
#footer ul li.right {
	float: right;
	padding-right: 30px;
}

#footer ul li a {color: #adada0;}
#footer ul li a:hover {text-decoration: none;}
/* --- End Footer --- */



.clear {
	width: 100%;
	clear: both;
}
.line {
	height: 1px;
	background: #dcdace;
}

.styles-stats{
	padding:30px 0 0;
	border-top:1px solid #8E8D7E;
	width:130px;
	margin:30px 0 0 10px;
}
.styles-stats ul{
	margin:0;
	padding:0;
}
.styles-stats h2{
    margin-bottom: 7px;
}

#login-main #login-form {
	padding: 0;
}
#inspStylistcomment
{
    display: none;
}
#video_list
{
    margin-bottom: 25px;
}
#inspContestRules
{
    display: none;
}
#inspKonkursas
{
    background:url("../images/stilisto-konsult-bg.png") no-repeat scroll left top transparent;
    float: left;
    height: 137px;
    margin: 17px 0;
    width: 501px;
    position: relative;
}
#inspKonkursas:hover{
    background:url(../images/stilisto-konsult-bg-hover.png) left top no-repeat;     
}
#inspKonkursasInner
{
     margin:14px 68px 14px 14px;
}
#inspKonkursasInner h2 
{
    margin-bottom:3px;
}
.product-holder a:hover
{
    text-decoration: underline;
}
.product-holder a
{
    color: #4C4C47;
    text-decoration: none;
}
.product-holder-img
{
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.facebook-comment-list
{
}

