@charset "utf-8";
/* CSS Document */
.web-eshop {
	width:100%;
}
.web-eshop-left {
	margin-right:5px;
}
.web-eshop-right {
	width:235px;

}
.web-eshop-catpath {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#2e649e;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}
.web-eshop-catpath a {
	text-decoration:none;
	background:url('/img/style/h2_underline.gif') repeat-x bottom;
}
/* CATEGORIES */
.web-eshop-cats {
	margin-top:15px;
}
.web-eshop-cats ul,
.web-eshop-cats li{
	padding:0;
	margin:0;
	list-style:none;
}
.web-eshop-cats ul {
	padding-left:25px;
}
.web-eshop-cats li {
	display:inline;

}
.web-eshop-cats a {
	display:block;
	color:#585150;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:16px;
	padding-bottom:13px;
	padding-left:20px;
	padding-right:20px;
	background:url('/img/style/sidemenu_cross_light.gif') no-repeat left 2px;

	_background-position:left 1px;
}
.web-eshop-cats ul li.sel a {
	background-image:url('/img/style/sidemenu_cross.gif');
	font-weight:bold;
	text-decoration:none;
}

/* END CATEGORIES */

/* BASKET */

/* END BASKET */

/* LIST 1 */
.web-eshop-list1 {
	margin-top:10px;
}

.web-eshop-list1-nav {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
.web-eshop-list1-t {
	padding-right:11px;
}
.web-eshop-list1-t .web-eshop-list1-nav-bot td{
	padding-bottom:5px;
}
.web-eshop-list1-t .web-eshop-list1-nav {
	border-bottom:1px solid #999999;
}
.web-eshop-list1-b {
	padding-right:11px;
}
.web-eshop-list1-b .web-eshop-list1-nav-top td{
	padding-top:5px;
}
.web-eshop-list1-b .web-eshop-list1-nav {
	border-top:1px solid #999999;
}
.web-eshop-list1-m {
	padding-top:11px;
}
.web-eshop-list1-nav a {
	color:#999;
}
.web-eshop-list1-nav b {
	color:#2e649e;
}
.web-eshop-list1-nav-right {
	padding-right:5px;
}
.web-eshop-list1-nav-right a {
	color:#2e649e;
}
.web-eshop-list1-nav-left {
	padding-left:5px;
}
.web-eshop-list1-nav-asc {
	padding:0 8px 0 12px;
	background:url('/img/style/asc.gif') no-repeat 50% 6px;
}
.web-eshop-list1-nav-desc {
	padding:0 8px 0 12px;
	background:url('/img/style/desc.gif') no-repeat 50% 6px;
}
.web-eshop-list1-item {
	border:1px solid #CCC;
	background:#e9e6e2;
	margin-right:11px;
	margin-bottom:11px;
	padding:10px;
}
.web-eshop-list1-item-right {
	padding-left:10px;
}
.web-eshop-list1-item img {
	padding:0;
	margin:0;
	border:0;
}
img.web-eshop-list1-item-img {
	background:#FFF;
	padding:7px;
	border:1px solid #c5bbb9;

}
.web-eshop-list1-item h2.name {
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.web-eshop-list1-item h2.name a{
	text-decoration:none;
	background:none;
}
.web-eshop-list1-item p {
	line-height:16px;
	padding-top:5px;
	padding-left:2px;
}
.web-eshop-list1-item h2.cost {
	padding:0;
	margin:0;
	text-transform:lowercase;
	font-size:14px;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:7px;

}
.web-eshop-list1-item b {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
}

.web-eshop-list1-item .count {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:lowercase;
	font-size:14px;
	font-weight:normal;
}
.web-eshop-list1-item .input-text {
	border:1px solid #999;
	height:16px;
	width:52px;
	line-height:16px;
	text-align:center;
}
.web-eshop-list1-item .input-button {
	margin-top:10px;
	background:#74716d;
	border:1px solid #999999;
	font:Tahoma;
	color:#FFF;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding-bottom:3px;
	font-size:13px;
	width:75px;
}
.web-eshop-list1-item-vendor {
	margin-bottom:16px;
}
.web-eshop-list1-item-vendor h3.top {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
		font-weight:normal;
}
.web-eshop-list1-item-vendor h3.bot {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;

	padding-left:20px;
}

/* END LIST 1 */

/* LIST 2 */
.web-eshop-list2 {
	margin-top:10px;
}
.web-eshop-list2-nav {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
.web-eshop-list2-t {
	padding-right:11px;
}
.web-eshop-list2-t .web-eshop-list2-nav-bot td{
	padding-bottom:5px;
}
.web-eshop-list2-t .web-eshop-list2-nav {
	border-bottom:1px solid #999999;
}
.web-eshop-list2-b {
	padding-right:11px;
}
.web-eshop-list2-b .web-eshop-list2-nav-top td{
	padding-top:5px;
}
.web-eshop-list2-b .web-eshop-list2-nav {
	border-top:1px solid #999999;
}
.web-eshop-list2-m {
	padding-top:11px;
}
.web-eshop-list2-nav a {
	color:#999;
}
.web-eshop-list2-nav b {
	color:#2e649e;
}
.web-eshop-list2-nav-right {
	padding-right:5px;
}
.web-eshop-list2-nav-right a {
	color:#2e649e;
}
.web-eshop-list2-nav-left {
	padding-left:5px;
}
.web-eshop-list2-nav-asc {
	padding:0 8px 0 12px;
	background:url('/img/style/asc.gif') no-repeat 50% 6px;
}
.web-eshop-list2-nav-desc {
	padding:0 8px 0 12px;
	background:url('/img/style/desc.gif') no-repeat 50% 6px;
}
.web-eshop-list2-item {
	float:left;
	width:194px;
	height:350px;
	background-color:#e9e6e2;
	border:1px solid #cccccc;
	margin-right:11px;
	margin-bottom:11px;
}
.web-eshop-list2-item .item-info {
	padding-left:5px;
}
.web-eshop-list2-item img{
	padding:0;
	margin:0;
	border:0;
}
img.web-eshop-list2-item-img {
	background:#FFF;
	padding:7px;
	border:1px solid #c5bbb9;
}
.web-eshop-list2-item-td {
	padding:10px;
}
.web-eshop-list2-item h2.name {
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:5px;
	font-size:14px;

}
.web-eshop-list2-item h2.name a{
	text-decoration:none;
	background:none;
}
.web-eshop-list2-item p.more {
	padding:0;
	margin:0;
	padding-bottom:10px;
}
.web-eshop-list2-item p.more a {
	font-family:Tahoma, Geneva, sans-serif;
	color:#534b48;
}
.web-eshop-list2-item b {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
}
.web-eshop-list2-item h2.cost {
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	text-transform:lowercase;
	font-size:14px;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:7px;

}

.web-eshop-list2-item .count {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:lowercase;
	font-size:14px;
	font-weight:normal;
}
.web-eshop-list2-item .input-text {
	border:1px solid #999;
	height:16px;
	width:52px;
	line-height:16px;
	text-align:center;
}
.web-eshop-list2-item .input-button {
	margin-top:10px;
	background:#74716d;
	border:1px solid #999999;
	font-family:Tahoma;
	color:#FFF;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding-bottom:3px;
	font-size:13px;
	width:75px;
}
/* END LIST 2 */
/* ITEM */
.web-eshop-item {
	/*border-top:1px solid #999;*/
	margin-right:11px;
}
.web-eshop-item img {
	margin:0;
	border:1px solid #999;
	padding:0;
}
img.web-eshop-item-img {
	background:#FFF;
	padding:7px;
	border:1px solid #c5bbb9;
}
.web-eshop-item-thumbs {
	padding-top:4px;
}
.web-eshop-item-thumbs img{
	float:left;
	margin:0;
	padding:7px;
	background:#FFF;
	border:1px solid #CCC;
	margin-top:10px;
	margin:5px 4px 4px 5px;

}
.web-eshop-item-l {
	padding-top:10px;
}
.web-eshop-item-r {
	padding-left:10px;
	padding-top:10px;
}
.web-eshop-item h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:0 0 3px 0;
	margin:0;
	color:#2e649e;
}
.web-eshop-item p {
	font-size:11px;
	padding-bottom:3px;
	line-height:15px;

}
.web-eshop-item-vendor {
	margin-bottom:10px;
}
.web-eshop-item-vendor h3.top {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.web-eshop-item-vendor h3.bot {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-left:20px;
}
.web-eshop-item-vars {
	margin-bottom:5px;
}
.web-eshop-item-vars .top {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
}
.web-eshop-item-var-title {
	font-size:12px;
	padding-left:20px;
}
.web-eshop-item-var-input {
	font-size:12px;
	padding-left:20px;
	padding-bottom:5px;
}
.web-eshop-item-var-input .input-select {
	width:150px;
}
.web-eshop-item-old span {
	text-decoration:line-through;
}
.web-eshop-item-adds,
.web-eshop-item-adds h2{
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	text-transform:lowercase;
	font-size:14px;
	font-weight:normal;
}
.web-eshop-item-cost b {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
}
.web-eshop-item-counts {
	margin-left:5px;
}
.web-eshop-item-counts td {
	padding-bottom:3px;
}
.web-eshop-item-counts b {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
}
.web-eshop-item-counts .input-button {
	margin-top:3px;
	background:#74716d;
	border:1px solid #999999;
	font-family:Tahoma;
	color:#FFF;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding-bottom:3px;
	font-size:13px;
	width:75px;
}
.web-eshop-item-counts .input-text{
	width:58px;
	height:16px;
	border:1px solid #999;
	text-align:center;
}
.web-eshop-item-prop {
	margin-top:20px;
	color:#666666;
	font-size:14px;
	width:399px;
}
.web-eshop-item-prop h3 {
	font-size:14px;
	font-weight:normal;
	display:inline;
}
.web-eshop-item-prop td {
	border-bottom:1px solid #cecdcd;
	padding:3px 5px;
}
.web-eshop-item-prop th {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:0 0 3px 0;
	margin:0;
	color:#2e649e;
	border-bottom:1px solid #cecdcd;
}
/* END ITEM */
/* BASKET */
.web-eshop-basket {
	border:1px solid #a69f95;
	background:#c2bcb5;
	padding:10px;
}
.web-eshop-basket-tb {
	margin-top:10px;
	width:100%;
}
.web-eshop-basket img {
	border:1px solid #FFF;
	margin:0;
	padding:0;
}
.web-eshop-basket-title {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#585150;
	padding-left:8px;
}
.web-eshop-basket-row td{
	padding:8px;
}
.web-eshop-basket-row a {
	color:#534b48;
}
td.web-eshop-basket-row-right {
	padding-left:0;

}
.web-eshop-basket .row2 {
	background:#a69f95;
}
.web-eshop-basket-sums {
	font-size:14px;
	line-height:20px;
	margin-top:8px;
	padding:11px 10px;
	border-top:1px solid #999;
}
.web-eshop-basket-sums a {
	display:block;
	float:left;
	background:#71665b;
	font-weight:bold;
	font-family:Tahoma;
	color:#FFF;
	height:24px;
	text-decoration:none;
	line-height:24px;
	padding:0 14px;
	font-size:12px;
}
.web-eshop-basket-list {

}
.web-eshop-form-sep {
	border-top:1px solid #999;
}
.web-eshop-basket-login {
	margin-left:-17px;
	width:416px;
	background-color:#e9e6e2;
	border:1px solid #cccccc;
}
.web-eshop-basket-login a{
	color:#534b48;
}
.web-eshop-basket-login td {
	padding:3px 10px;
}
.web-login-user {
	background:url('/img/style/login_user.gif') no-repeat;
	height:21px;
	padding-left:30px;
	margin-top:7px;
	margin-left:36px;
}
.web-login-user a {
	color:#2e649e;
	font-size:14px;
}
.web-login-big-sep {
	height:20px;
	border-left:1px solid #999999;
	padding-left:20px;
	margin-left:10px;
}
.logoff {
	color:#FFF;
	background:#2192db;
	border:0;
	height:20px;
}
/* END BASKET */
/* ESHOP FORMS */
.web-eshop-form img {
	padding:0;
	margin:0;
	border:1px solid #FFF;
}

.web-eshop-form {
	/*margin-left:-17px;*/
	background-color:#e9e6e2;
	border:1px solid #cccccc;
	margin-right:11px;
	padding:10px;
	padding-right:7px;
}
.web-eshop-form a{
	color:#534b48;
}
.web-eshop-form-tb {
	width:100%;
}
.web-eshop-form-block td{
	padding-left:5px;
	padding-bottom:3px;
}
.web-eshop-form-tb th {
	font-weight:normal;
	text-align:center;
	border-bottom:4px solid #e9e6e2;
	border-right:4px solid #e9e6e2;
	padding:5px 0;
	color:#FFF;
	background:#a69f95;
}
.web-eshop-form-tb .darker{
	background:#c2bcb5;
}
.web-eshop-form-tb-row td {
	padding:2px 0px;
	color:#666;
	border-right:4px solid #e9e6e2;
}

.web-eshop-form-tb-row span {
	margin-right:5px;
	margin-left:5px;
}
.web-eshop-form-head {
	font-size:18px;
	color:#a69f95;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:20px;
}
.web-eshop-form-title {
	font-size:14px;
	font-weight:bold;
	color:#2e649e;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom:15px;
}
.web-eshop-form-sep {
	height:5px;
}
.web-eshop-form-submit {
	padding:10px 3px 5px 0;
}
.web-eshop-form .fieldset {
	padding:0 3px 3px 3px;
}
.web-eshop-form-emsg {
	color:#2e649e;
	padding:10px;
}
/* END ESHOP FORMS */
/* USERS*/
.web-eshop-user-menu {
	border:1px solid #cccccc;
	/*margin-left:-17px;*/
	/*margin-right:11px;*/
}
.web-eshop-user-menu td {
	text-align:center;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	height:35px;
}
.web-eshop-user-menu td:hover {
	background-color:#E1DFDF;
}
.web-eshop-user-menu a {
	color:#534b48;
	display:block;
	text-decoration:none;
}
.web-eshop-user-menu .sel {
	background:#c2bcb5;

}
.web-eshop-user-menu .sel a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
/* END USERS */