a {
	color: #0066CC;
}

/* ------------------------------------------------------------------------------- */

/* SHOP */

.product h1 {
	color: #000000;
}

.product {
	float: left;
	margin: 50px 110px;
}

.product_view {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	width: 280px;
	height: 280px;
}

.product_view:hover {
	box-shadow: 0px 0px 5px 0px rgba(241,166,26,1);
}


.product_description {
	font-size: 14px;
	text-align: center;
}

.product_description p {
	font-size: 16px;
}

.product_order, .place_order {
	background-color: #ec9c1e;
	border-radius: 2px;
	color: #fff;
	padding: 3px;
	text-align: center;
	width: 220px;
	height:30px;
	line-height: 28px;
	cursor: pointer;
	margin: 15px 0 0px 34px;
	font-weight: bold;
}

.product_order:hover {
	background-color: #d79216;
}


.ipg_notice {
	font-size: 16px;
	text-align: center;
	margin: 90px 0 0 0;
}
.shop-thumbnav {
	margin-left: 0;
	margin-top: 5px;
}

.shop-thumbnav li {
	padding-left: 0;
}

.shop-thumbnav img {
	width: 60px;
	height: 60px;
	border-radius: unset;
	cursor: pointer;
}
.article-price {
	margin-top: 0;
}
.uk-slideshow {
	border: 1px solid #ded5d5;
	/*padding: 2px;*/
}
.web-shop {
	padding: 0;
	margin-bottom: 50px;
}
.web-shop li {
	margin-top: 0;
}
.web-shop .uk-slidenav-previous,
.web-shop .uk-slidenav-next {
	top: 175px !important;
	font-size: 7em !important;
	outline: none;
}

.web-shop > div {
	padding: 0 !important;
	max-width: 350px !important;
	width: 96% !important;
	/*background: yellow;*/
}
.products-row {
	margin-left: 0;
}
.web-shop a.uk-slidenav.uk-slidenav-contrast.uk-slidenav-next,
.web-shop a.uk-slidenav.uk-slidenav-contrast.uk-slidenav-previous
{
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}
.article-title-price h3 {
	margin-bottom: 0;
}

.next-part-modal-box {
	text-align: right;
}

.second-part .amount-to-pay {
	margin-bottom: 13px;
}
.second-part .amount-to-pay span {
	font-weight: bold;
}

/* ------------------------------------------------------------------------------- */
/* SoGe */

.soGeExamples{
	text-align: left;
	border:none;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.soGeHeader{
	font-weight: bold;
	font-size:19px;
}

.soGeExamples .red {
	border-bottom: 1px solid red;
	width: 960px;
}

.soGeExamples h3 {
	font-size: 18px;
	color: #747474;
}

.soGeLeftColumn{
	width: 300px;
	float:left;
	margin-left: 30px;
}

.soGeRightColumn{
	width: 200px;
	float:left;
	margin-left: 30px;
}

.sgSup{
	color:red;
}

/* ------------------------------------------------------------------------------- */

.staticPage {
	margin: 20px;
	overflow: hidden;
}

.title {
	margin: 0 4px;
	margin-top: 7px;
	margin-left: -3px;
	font-family: 'officina_sans_itc_t_otbold', sans-serif;
	color: #EC9C1E;
	padding: 5px;
	padding-left: 8px;
	border-bottom: #a1a1a1 1px solid;
}

.title h1 {
	font-size: 18px;
}

.staticPage #leftSide {
	width: 290px;
	float: left;
}

.staticPage #rightSide {
	width: 650px;
	float: right;
	padding-left: 20px;
}

.staticPage .page-title {
	padding: 3px 6px;
	margin: 0 0 6px 0;
}
.about_buy {
	float: left;
	width: 400px;
}
.about_payment {
	float: right;
	width: 400px;
}