@CHARSET "UTF-8";
body{
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-size: 13px;
	text-align: center;
	background: #cacaca;
}
.bg {
	background: url(../layout/bg.jpg) no-repeat;
	text-align: center;
}
.tab {
	font-size: 12px;
}
h1{
	font-size: 31px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background: url(../layout/dzinks2.png) no-repeat;
	background-position: 0px 9px;
}
h2, h2 a {
	font-size: 17px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h2 a {
	color: #C40100;
}
span.priceOr {
	color: #C40100;
}
span.priceOr2 {
	color: green;
	font-size: 24px;
}
h3{
	font-size: 16px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
a{
	font-family: Trebuchet MS, Verdana, Arial, Tahoma;
	font-size: 13px;
	text-align: left;
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.clear, .setmargin{
	clear:both;
	font-size:0px;
	height:0px;
}
.setmargin {
	margin-top: 20px;
}
.info {
	position: absolute;
	top: 0px;
	left: 68%;
}
.info .l {
	width: 5px;
	height: 34px;
	background: url( ../layout/l_info.gif );	
	float: left;
}
.info .c {
	background: #FFF1A8;
	height: 34px;
	float: left;
	color: black;
	font-weight: bold;
}
.info .c .txt {
	padding-top: 8px;
}
.info .r {
	width: 5px;
	height: 34px;
	background: url( ../layout/r_info.gif );	
	float: left;
}
#inesita{
	width: 900px;
	height: 175px;
	background-color:white;
	text-align: left;
	font-family: Trebuchet MS, arial, verdana, tahoma;
}
#inesita .left {
	width: 432px;
	float: left;
}
#inesita .right {
	width: 468px;
	float: left;
}
#inesita .right ul {
	margin: 0px;
	padding: 12px;
	list-style: none;
}
#inesita .right ul li {
	float: left;
	margin-left: 12px;
	position: relative;
}
#inesita .right .loginForm {
	clear: both;
	float: right;
	width: 350px;
	height: 110px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
#inesita .right .loginForm .formd {
	top : 11px;
	left: 11px;
	background: url(../layout/dzinks_form.jpg) no-repeat;
	width: 73px;
	height: 97px;
	position: absolute;
}
#inesita .right .loginForm .shadow {
	top: 7px;
	left: 84px;
	position: absolute;
	width: 250px;
	height: 94px;
	background: #B6A6A7;
}
#inesita .right .loginForm .over {
	top: 4px;
	left: 87px;
	position: absolute;
	width: 250px;
	height: 94px;
	background: #e1e1e1;
}
#inesita .right .loginForm label {
	margin: 6px 0px 0px 4px;
	display: block;
	font-style: italic;
}
#inesita .right .loginForm label input {
	width: 194px;
}
#inesita .right .loginForm .lother {
	float: left;
	width: 168px;
	margin: 6px 0px 0px 4px;
	display: inline;
	font-size: 10px;
	color: #8F8687;
}
#inesita .right .loginForm .lother a {
	font-size: 11px;
	color: #8F8687;
}
#inesita .right .loginForm .linfo {
	margin: 4px 12px 0px 0px;
	float: right;
	display: inline;
	cursor: pointer;
	width: 46px;
}
#inesita .right .loginForm .linfo a, #inesita .right .loginForm .linfo a:hover {
	font-style: italic;
	color: #8F8687;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#inesita .right .loginForm .linfo a:hover {
	color: #3F3B3B;
}
.logged {
	padding: 4px;
}
.logged .ls {
	float: left;
	width: 150px;
}
.logged .rs {
	width: 90px;
	float: left;
}
.logged .rs .basket { 
	background: url( ../layout/basket.png ) no-repeat;
	width: 54px;
	height: 43px;
	margin-left: 17px;
}
.logged .rs .basketInfo {
	margin-top: 6px;
}
.logged .rs .basketInfo a { 
	font-weight: bold;
}
.logged .rs .basketInfo a span.count {
	color: #C40100;
}
.loginError {
	padding: 10px;
	font-size: 17px;
	color: red;
	text-align: center;
}
#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #f1f1f1;
	text-align: left;
}
#content a.tag{
	color: #C40100;
}
#menu {
	background: white;
	float: left;
	width:100%;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #999;
}
#menu ul li, #menu ul li.active {
	float: left;
	padding: 6px;
	background: url(../layout/back_menu.gif) repeat-x;
	background-position: 0px 34px;
}
#menu ul li.active {
	color: #999;
	background-position: 0px 0px;
}
#items{
	padding: 20px 0px 20px 0px;
	background: #e1e1e1;
	float: left;
	width: 900px;
}
#items  .left{
	width: 180px;
	float: left;
}
#items  .left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#items  .left ul li, #items  .left ul li.active, #items  .left ul li:hover {
	background: #cacaca;
	padding: 6px;
}
#items  .left ul li.active, #items  .left ul li:hover{
	background: #e1e1e1;
}
#items  .left ul li.active{
	padding: 6px 6px 6px 16px;
}
#items  .left ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#items  .left ul li a:hover {
	color: #999;
}

#items ul li.bottom, #items ul li.bottom:hover{
	background: url( ../layout/bottom.png ) no-repeat;
	width: 180px;
	height: 64px;
	padding: 0px;
}

#items .right{
	width: 694px;
	float: left;
	display: inline;
	padding-left: 20px;
}
#items .elem, #items .elem:hover{
	width: 200px;
	margin: 2px;
	padding: 4px;
	background: white;
	float: left;
	display: inline;
	font-size: 17px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
}
#items .elem:hover{
	background:#dddddd;
}
#items .elem2, #items .elem2:hover{
	width: 208px;
	height: 200px;
	overflow: hidden;
	margin: 2px;
	background: white;
	float: left;
	display: inline;
	font-size: 17px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
}
#items .elem2:hover{
	background:#dddddd;
}
#items .elem2 .opac {
	margin: 4px;
}
#items .elem3, #items .elem3:hover{
	width: 200px;
	margin: 2px;
	padding: 4px;
	background: white;
	float: left;
	display: inline;
	font-size: 17px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
}
#items .elem3:hover{
	background:#dddddd;
}
#items .elem100, #items .elem100:hover{
	width: 100px;
	margin: 2px;
	padding: 4px;
	background: white;
	float: left;
	display: inline;
	font-size: 13px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
}
#items .elem100:hover{
	background:#dddddd;
}
#items .basketcont {
	position: relative;
}
#items .price {
	width: 100px;
	padding-top: 11px;
	float: left;
	display: inline;
}
#items .basketadd {
	background: url( ../layout/basket_add.png ) no-repeat;
	padding: 10px 0px 0px 44px;
	width: 148px;
	height: 34px;
	float: left;
	display: inline;
	cursor: pointer;
	font-weight: bold;
	color: #C40100;
}
#items .prodInfo, #items .prodInfo:hover {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #09AF00;
	background: #B3FFAF;
	padding: 2px;
	width: 196px;
}
#items .prodInfo:hover{
	background: #4FFF56;
	color: #007F05;
}
#foot{
	background:#fafafa;
	height: 30px;
	clear: both;
	border-top: 1px dotted #979797;
}
#foot .dinfo{
	padding: 6px;
}
#foot .dinfo div {
	color: #cacaca;
	font-size: 11px;
	float: left;
	width: 190px;
}
#foot .dinfo div a {
	color: #cacaca;
}
#foot .dinfo div.inesita{
	float: right;
	width: 200px;
	text-align: right;
	color: black;
	font-size: 12px;
	cursor: pointer;
}
.pager{
	background: #fafafa;
	padding: 6px;
	margin-top: 10px;
	clear: both;
}
.pager a {
	margin-right: 6px;
}
.pager b {
	margin-right: 6px;
}
#notes .note {
	background: #fafafa;
	padding: 4px;
	margin-bottom: 16px;
}
#notes .date_note {
	color: #cacaca;
	font-size: 11px;
}
#notes a.comm_href, #notes a.comm_href:hover {
	font-weight: bold;
	text-decoration: none;
	color: #BF474F;
}
#notes a.comm_href:hover {
	text-decoration: underline;
}
#notes .content_form{
	width: 676px;
	height: 180px;
	border: 1px solid #cccccc;
}
#notes .title_form{
	width:676px;
	border: 1px solid #cccccc;
}
#notes .over3{
	font-size: 13px;
	width: 676px;
	height: 20px;
}
#notes .save_btn, #notes .save_btn:hover{
	font-size: 13px;
	font-weight: bold;
	background: #fafafa;
	cursor: pointer;
	float: right;
	margin: 4px 0px 0px 0px;
	border: 0px;
}
#notes .save_btn:hover{
	background: #B2BBD0;
	border: 0px;
}
#notes .save_btn:hover{
	background: #B2BBD0;
	border: 0px;
}
#notes .save_btn:hover{
	background: #B2BBD0;
	border: 0px;
}
#notes .comments{
}
#notes .comment_content{
	background: #fafafa;
	border: 1px dotted #999;
	margin-bottom: 12px;
	padding: 8px;
	overflow: hidden;
}
#notes .nickdata{
	font-size: 11px;
	font-weight: bold;	
}
#tags {
	clear: both;
	padding-top: 16px;
}
#tags .bgtags {
	background: white;
	padding: 2px;
	float: left;
	width: 690px;
}
#tags h3 {
	font-size: 17px;
	font-family: Trebuchet MS, arial, verdana, tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#tags .bgtags .list {
	padding-top: 12px;
}
#tags .bgtags .list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#tags .bgtags .list ul li, #tags .bgtags .list ul li:hover {
	float: left;
	display: inline;
	padding: 8px;
}
#tags .bgtags .list ul li:hover {
	background: #dddddd;
}
#tags .bgtags .list ul li.sec0 a {
	font-size: 28px;
}
#tags .bgtags .list ul li.sec1 a {
	font-size: 26px;
}
#tags .bgtags .list ul li.sec2 a {
	font-size: 24px;
}
#tags .bgtags .list ul li.sec3 a {
	font-size: 22px;
}
#tags .bgtags .list ul li.sec4 a {
	font-size: 20px;
}
#tags .bgtags .list ul li.sec5 a {
	font-size: 18px;
}
#tags .bgtags .list ul li.sec6 a {
	font-size: 16px;
}
#tags .bgtags .list ul li.sec7 a {
	font-size: 14px;
}
#tags .bgtags .list ul li.sec8 a {
	font-size: 12px;
}
#tags .bgtags .list ul li.sec9 a {
	font-size: 10px;
}

fieldset { padding:0; border:0; margin-top:25px; }
div#users-contain {  width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

.pop-std-subtitle { font-size: 13px; color: #999; }
.pop-std-content { margin-top: 10px; }
.pop-std-content label{ display: block; text-align: left; font-size: 12px; width: 416px; }
.pop-std-content input{ display: block; border: 1px solid #aaa; width: 416px; color: #999; }
.pop-std-content textarea{ display: block; width: 416px; height: 158px; border: 1px solid #aaa; color: #999; }

#colors {
	background: #cacaca;
	width: 180px;	
	float: left;
}
#colors ul {
	margin: 0px;
	padding: 0px 2px 0px 2px!important;
	position: relative;
	list-style: none;
}
#colors ul li {
	width: 18px;
	height: 18px;
	display: inline;
	padding: 0px!important;
	cursor: pointer;
	padding: 2px!important;
	float: left;
}
* html body #colors ul li{
	padding: 1px!important;
}
div.colorTitle {
	font-weight: bold;
	float: left;
	width: 58px;
}
div.color {
	width: 19px;
	height: 19px;
	float: left;
	display: inline;
	margin-right: 1px;
	cursor: pointer;
}
div.dotek {
	border-top: 1px dotted #000;
	font-size: 0px;
	height: 10px;
	background: #cacaca;
	
}
form .lab {
	font-style: italic;
	float: left;
	text-align: right;
	display: inline;
	padding: 6px 4px 4px 4px;
	width: 140px;
}
form .field {
	float: left;
	display: inline;
	padding: 4px;
	width: 190px;
}
form .field input {
	width: 186px;
}
form .field input.reg {
	cursor: pointer;
	float: right;
	width: 100px;
}
form .clear {
	clear: both;
	font-size: 0px;
	height: 2px;
}
.comm {
	color: red;
	position: absolute;
}
.comm2 {
	color: red;
}
.basketList {
	width: 620px;
}
.basketList table {
	width: 620px;
	font-size: 12px;
}
.basketList table tr{
	background: white;
}
.basketList table tr:hover{
	background: #EFEFEF;
}
.basketList table td.nag {
	background: white;
	font-weight: bold;
}
.basketList table td.nag2 {
	background: white;
	font-weight: bold;
	text-align: right;
}
.basketList table td {
	text-align: left;
}
.basketList table td a {
	color: #C40100;
	font-weight: bold;
}
.basketList .opt {
	padding: 8px;
	background: #EFEFEF;
	clear: both;
}
.basketList .opt span {
	cursor: pointer;
}
.basketList .opt span a, .basketList .opt span a:hover {
	font-weight: bold;
}
.basketList .opt span a:hover {
	text-decoration: none;
}
.order input {
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	float: right;
}
.error {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 300px;
}
.error .l {
	width: 5px;
	height: 34px;
	background: url( ../layout/l_error.gif );	
	float: left;
}
.error .c {
	background: #FFF1A8;
	height: 34px;
	float: left;
	color: black;
	font-weight: bold;
}
.error .c .txt {
	padding-top: 8px;
}
.error .r {
	width: 5px;
	height: 34px;
	background: url( ../layout/r_error.gif );	
	float: left;
}
.error .b {
	clear: both;
	height: 20px;
}
.order {
	text-align: center;
}
.order span {
	font-size: 15px;
}
.order .l {
	float: left;
	display: inline;
	margin-left: 190px;
}
.order .r {
	float: left;
	display: inline;
	margin-left: 20px;
}
.order div a {
	font-size: 14px;
	font-weight: bold;
	color: #C40100;
}
.labpasshide {
	display: none;
}
.others {
	padding-top: 12px;
	font-style: italic;
	color: #C40100;
	font-weight: bold;
	clear: both;
	background: #cacaca;
}
.others ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.others ul li {
	padding: 2px;
	text-align: center;
}