/*  Print.css */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px 0;	
}
body,
#webpage,
a,
a:link,
a:visited {
	color: black;
}

#footer,
#columnLeft,
#columnRight,
#reloadInfo,
#admin,
#horizontalMenu,
#header,
#headerEdit,
#effect,
#admin,
#qm,
#qw,
#qc,
#qt,
#lw,
#backgroundImage,
#backgroundEffect,
#underPageTransparent,
#themeEffect,
#filter,
.basketButton,
.button,
.label,
#steptab,
.basketimg,
#cart .tbody .name img,
.searchimg,
.editmenu,
.gallery .images .image .del,
.gallery .images .image .edit {
	display: none;
	visibility: hidden;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.width100 {
	width: 100%;
}
.width75 {
	width: 75%
}
.width66 {
	width: 66%;
}
.width33 {
	width: 33%;
}
.width25 {
	width: 25%
}
.clear {
	clear: both;
}
.borderBottom1 {
	border-bottom: 1px solid #000;
}
.borderTop1 {
	border-top: 1px solid #000;
}
.bold {
	font-weight: bold;
}
.floatRight {
	float: right;
}
.alignRight {
	text-align: right;
}


/* eshop */
#eshop {
	clear: both;
}
#eshop #products .productDiv {
	float: left;
	width: 33%;
}
#eshop #products .product .description,
#shopBox .product .description {
    height: 150px;
    overflow: hidden;
	padding: 0px 5px;
	position: relative;
}
#eshop #products .product .description .icons,
#shopBox .product .description .icons {
    top: 2px;
    right: 0px;
    width: 30px;
    position: absolute;
    text-align: center;
}


#eshop #products .product .icons .icon,
#eshop #products .product .icons .icon2,
#product .icons .icon,
#product .icons .icon2 {
	width: 24px;
	height: 24px;
	cursor: help;
	margin-bottom: 3px;
	display: inline-block;
	background: url("images/icon_shop.png?:lastModifiedMicro") 0% 0% no-repeat;
}
#eshop #products .product:hover .icons .icon {
	background: url("images/icon_shop_hover.png?:lastModifiedMicro") 0% 0% no-repeat;
}
#eshop #products .product .icons .icon2,
#product .icons .icon2 {
	background: url("images/icon_shop_2.png?:lastModifiedMicro") 0% 0% no-repeat;
}
#eshop #products .product:hover .icons .icon2 {
	background: url("images/icon_shop_2_hover.png?:lastModifiedMicro") 0% 0% no-repeat;
}
#eshop #products .product .icons .best,
#eshop #products .product:hover .icons .best,
#product .icons .best {
	background-position: -30px 50%;
}
#eshop #products .product .icons .action,
#eshop #products .product:hover .icons .action,
#product .icons .action {
	background-position: -30px;
}
#eshop #products .product:hover .icons .sale,
#eshop #products .product .icons .sale,
#product .icons .sale {
	background-position: -60px;
}
#eshop #product #productImage img {
    width: 170px;
}
#productImagesBlock #TabImages .image a {
	float: left;
	height: 75px;
	width: 100px;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

#cart ul li {
	list-style-type: none;
	float: left;
	width: 25%;
}



/* gallery */
.gallery {
	clear: both;
}
.gallery .images .image a {
	float: left;
	height: 75px;
	width: 100px;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}


/* search */
#search ul li {
	list-style-type: none;
}