body {
	font-family: "Helvetica CE", Arial, sans-serif;
	font-size: 13px;
	margin: 10px;
}
input , button {
	font-family: "Helvetica CE", Arial, sans-serif;
}
#cash-content {
	font-size: 10px;
}
img {
	border: none;
}
h1 {
	font-size:18px;
}
a {
	color: black;
}
button , .button {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	border-style: none;
	padding: 0px;
	outline: none;
	text-decoration: none;
}

.color {
	color: #ff5c01;
}
.hover {
	cursor: pointer;
}

#page-left {
	width: 49%;
}
#page-center {
	top: 10px;
	right: 23%;
	position: fixed;
	width: 27%;
	height: 100%;
	overflow: auto;
	z-index: 5;
}
#page-right {
	top: 10px;
	right: 0;
	position: fixed;
	width: 22%;
	min-width: 200px;
	text-align: right;
	padding-right: 10px;
	z-index: 6;
}
#page-content {
	margin: 0 auto 0 auto;
	width: 40%;
	min-width: 400px;
	padding-right: 200px;
}

/*** skupiny produktu ***/
#news-block {
	font-size: 18px;
	font-weight: bold;
}
#news-block a {
	text-decoration: none;
}
#news-block a:hover {
	text-decoration: underline;
}
.product-family {
	padding: 0 0 10px 0;
}
.product-family a {
	text-decoration: none;
	outline: none;
}
.product-family a:hover {
	text-decoration: underline;
}
.product-family a.select {
	color: #aaa;
}
.product-family a.select:hover {
	text-decoration: none;
}
#product-family-1 a {
	display: block;
}
/*** menu ***/
#menu {
	line-height: 40px;
	margin-bottom: 8px;
}
#menu a {
	padding: 0;
	margin: 0 8px 0 8px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#menu a:hover {
	color: #777;
}
#search {
	display: none;
}
#studio-link {
	float: right;
	position: fixed;
	right: 0;
	bottom: 0;
	right: 10px;
	bottom: 3px;
	text-align: right;
}
#studio-link a {
	text-decoration: none;
	font-weight: bold;
}

/*** seznam produktu ***/
.status-info {
	width: 90%;
	float: left;
	margin: 20px 0 20px 20px;
	text-decoration: none;
	font-weight: bold;
}
.status-info a {
	text-decoration: none;
}
.status-info a:hover {
	color: #777;
}
.shop-list {
	float: left;
	position: relative;
	height: 140px;
}
.shop-list .rub {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	height: 100%;
	width: 100%;
	display: none;
}
.shop-list .desc p {
	padding: 5px;
	margin: 0;
}
.rub {
	background-color: #ff5c01;
}
/*** product ***/
#big-image-box {

}
#shop-gallery .thumb img {
	max-height: 40px;
}

/*** basket ***/
table.basket-sum {
	width: 100%;
	border: 1px solid #000;
	border-left: none;
	border-right: none;
}
table.basket-sum th {
	font-weight: bold;
	font-size: 12px;
}
table.basket-sum td.post {
	border: 1px solid #000;
	border-left: none;
	border-right: none;
}
table.basket-sum td.price {
	text-align: right;
}

#cash-content table td {
	padding: 6px 0 6px 0;
}

#basket {
	width: 100%;
	font-size: 10px;
	text-align: left;
}
#basket table input {
	text-align: right;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	width: 25px;
}
#basket table a {
	color: #000;
	text-decoration: none;
}
#basket table.basket-sum {
	border-collapse: collapse;
}
#basket table th {
	padding: 10px 0 2px 0;
}
#basket table td {
	padding: 2px 0 2px 0;
	vertical-align: top;
}
#basket table td.total {
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	padding: 8px 0 8px 0;
}
#basket #shop-buttons a {
	text-decoration: none;
	margin: 10px 20px 0 0;
}
#basket #shop-buttons button {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 20px 0 0;
}

/*** shop form ***/
.form-text label {
	display: block;
}
.form-text input , .form-text textarea , .form-text select {
	margin: 10px 0 10px 20px;
}
.form-check {
	margin: 5px 0 5px 20px;
}
#order-info p.form-title {
	margin: 20px 0 0 0;
}
#order-info p {
	margin-left: 20px;
}


/*** Gallery Box ***/
.gallery-box-all {
	display: none;
	z-index: 30;
	position: absolute;
	text-align: center;
    margin: auto;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.gallery-box-black {
    background-color: #000;
	position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 40;
	width: 100%;
	height: 100%;
	opacity: 0.80;
}

.gallery-box {
	padding: 0;
	height: 200px;
	width: 200px;
    z-index: 50;
	text-align: left;
	position: relative;
	top: 0;
	margin: 150px auto auto auto;
	color: #fff;
}
.gallery-box-image {
	height: 150px;
	width: 200px;
	text-align: center;
	background: #fff url('./gallery/ajax-loader.gif') center center no-repeat;
	display: block;
	margin: auto;
	padding: 0;
}
.gallery-box-image img {
	margin: auto;
}
.gallery-box p {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
}
.gallery-box a {
	color: #fff;
	font-weight: bold;
	outline: none;
	margin: 0;
	z-index: 55;
}
.gallery-box-right {
	padding: 0 0 0 10px;
}
.gallery-box-left {
	padding: 0 10px 0 10px;
}
.gallery-box-close {
	padding: 0 0 0 10px;
}
.gallery-box a:hover {
	color: #e95d0f;
	text-decoration: none;
}
#gallery-position {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.gallery-box-cleaner {
	clear: both;
}