@font-face{font-family:NotoSans;font-weight:400;src:url(../fonts/NotoSans/NotoSans-Regular.ttf) format("truetype")}
@font-face{font-family:NotoSans;font-weight:700;src:url(../fonts/NotoSans/NotoSans-Bold.ttf) format("truetype")}
.sb_store {
}
.sb_store img {
	border: none;
}
.sb_store .parameter_name {
	display: inline;
}
.sb_store .parameter_value {
	display: inline;
	padding-left: 5px;
}

/*
	PRODUCTS
*/
.sb_store table.products {
	width: 800px;
}
.sb_store table.products p {
	margin: 0px;
	padding: 0px;
}
.sb_store table.products td.product_row {
	border-bottom: 1px solid #d0c9ad;
	padding: 0px;
}
.sb_store table.products td.product_row div.product_row {
	position: relative;
	padding: 10px;
}
.sb_store table.products td.product_row .name {
	font-weight: bold;
	position: absolute;
	left: 150px;
}
.sb_store table.products td.product_row .image {
}
.sb_store table.products td.product_row .description {
	position: absolute;
	left: 150px;
	top: 30px;
	width: 450px;
	padding: 0px;
}
.sb_store table.products .parameter_name {
	display: inline;
}
.sb_store table.products .parameter_value {
	display: inline;
	padding-left: 5px;
}
.sb_store table.products .vendor {
	position: absolute;
	bottom: 20px;
	left: 150px;
	display: none;
}
.sb_store table.products .price {
	position: absolute;
	bottom: 5px;
	left: 150px;
	color: #000;
}
.sb_store table.products .buynow {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 60px;
	height: 20px;
	text-indent: 0px;
}
.sb_store table.products .buynow a {
	display: block;
	width: 60px;
	height: 0px;
}


/*
	PRODUCT
*/
.sb_store .product {
	width:600px;
}
.sb_store .product div {
}
.sb_store .product .header {
	float: right;
	width: 360px;
}
.sb_store .product div.image {
	float:left;
	width: 150px;
	height: 200px;
}
.sb_store .product .parent_products {
	float: right;
	width: 360px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	border-bottom: 1px solid #d0d0d0;
}
.sb_store .product .parent_products div {
	padding-left: 20px;
	margin-left: 0px;
}
.sb_store .product div.vendor {
	display: none;
}
.sb_store .product div.goto_subproducts {
	float: right;
	width: 360px;
	padding: 5px;
	color: #303030;
	background: #f3f1ed;
	border-top: 2px solid #d0c9ad;
	border-bottom: 2px solid #d0c9ad;
}
.sb_store .product div.parameters_form {
	float: right;
	width: 360px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 11px;
}
.sb_store .product div.parameters_form select {
	font-size: 10px;
	width: 250px;
}
.sb_store .product div.parameters_form th {
	color: #000;
	background: #fff;
	font-size: 12px;
}
.sb_store .product div.add_to_cart {
	float: right;
	margin-top: 10px;
	margin-right: 55px;
}
.sb_store .product div.add_to_cart input {
	color: #1c6fb5;
	font-size: 11px;
	font-weight: bold;
}
.sb_store .product div.price {
	float: right;
	width: 360px;
	padding: 5px 0px 5px 0px;
	color: #000;
}
.sb_store .product div.price .parameter_name {
	padding-right: 5px;
}
.sb_store .product div.price .parameter_value {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}
.sb_store .product div.price .parameter_value div {
	display:inline;
	padding: 0px;
}
.sb_store .product div.price .parameter_value div.product_price_and_currency {
	padding: 0px 3px;
}
.sb_store .product div.price .parameter_value div.currency {
	padding-left: 4px;
}
.sb_store .product div.price .parameter_value div.vat_info div.open_bracket,
.sb_store .product div.price .parameter_value div.vat_info div.close_bracket {
	color: #000000;
}
.sb_store .product div.price .parameter_value div.vat_info {
	font: normal 10px tahoma;
	position:relative;
	top: -2px;
	padding: 0px 3px;
}
.sb_store .product div.description {
	clear: both;
}
.sb_store .product .product_versions {
	background: #f3f1ed;
	border-top: 2px solid #d0c9ad;
	border-bottom: 2px solid #d0c9ad;
	margin-top: 10px;
	padding: 0px 10px;
}
.sb_store .product .product_versions .header {
	float:none;
}
.sb_store .product .product_versions .short_description {
	font-size: 11px;
	margin-bottom: 10px;
}

/*
	CART
*/
#bodyElement .sb_store .cart div.header {
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x;
}
#bodyElement .sb_store .cart div.header h1 {
	padding: 5px 35px;
	font-size: 18px;
	font-family: NotoSans,Tahoma,arial;
	font-weight: normal;
	margin: 0px;
	background: url(../images/store/template/shoppingcart.png) 3px 4px no-repeat;
}
.sb_store .cart table.cart {
	margin-bottom: 10px;
	/* border-bottom: 1px solid #e4e4e4; */
	border-collapse: collapse;
	width: 100%;
	padding: 0px;
	font-family: NotoSans,Tahoma,arial;
	font-size: 11px;
}
.sb_store .cart table.cart th {
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x scroll 0 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	padding: 10px 15px;
	color: #515151;
	font-family: NotoSans,Tahoma,arial;
	font-size: 13px;
	font-weight: bold;
}
#bodyElement .sb_store .cart table.cart td {
	padding: 10px 15px;
	font-family: NotoSans,Tahoma,arial;
	font-size: 12px;
	color: #515151;
}
.sb_store .cart table.cart tr.data_row {
	font-weight: bold;
	text-decoration: none;
	background:#f5f5f5;
}
.sb_store .cart table.cart tr.data_row td.number {
	text-align: center;
	font-weight: bold;
}
#bodyElement .sb_store .cart table.cart tr.data_row td.product {
}
.sb_store .cart table.cart tr.data_row td.product .product_name,.sb_store .cart table.cart tr.data_row td.product .product_name a:link,
.sb_store .cart table.cart tr.data_row td.product .product_name a:visited {
	text-decoration: none;
	font-weight: 400;
	font-family: NotoSans,Tahoma,arial;
	font-size: 14px;
	color: #515151;
}
.sb_store .cart table.cart tr.data_row td.product .parameters {font-size: 11px;}
.sb_store .cart table.cart tr.data_row td.product .parameters .parameter {display: block;}
.sb_store .cart table.cart tr.data_row td.quantity,.sb_store .cart table.cart tr.data_row td.quantity input {text-align: center;}
.sb_store .cart table.cart tr.data_row td.price {
	text-align: center;
	font-weight: normal;
}
.sb_store .cart table.cart tr.data_row td.trash {
	text-align: center;
}
.sb_store .cart table.cart tr.data_row td.trash img {
	border: none;
}
.sb_store .cart table.cart tr.empty_row {
	background: #ffffff;
}
#bodyElement .sb_store .cart table.cart tr.empty_row td {
	background: #ffffff;
	padding:0px;
	font-size: 1px;
}
.sb_store .cart table.cart td.apply_changes {
	padding:10px;
	font-size:1px;
	text-align: right;
}
.sb_store .cart table.cart input.apply_changes {
	Xtext-indent: -9999px;
	Xborder: none;
	Xwidth: 150px;
	Xheight: 20px;
	Xbackground: url(../images/store/template/sb_button_update.gif) no-repeat;
}
.sb_store .cart input.checkout, .submit.next input[type=submit], .submit.realize input[type=submit] {
	Xtext-indent: -9999px;
	Xborder: none;
	Xwidth: 150px;
	Xheight: 20px;
	Xbackground: url(../images/store/template/sb_button_checkout.gif) no-repeat;
	margin: 10px 0 10px 10px;
	padding: 15px 30px;
	background: #ff793c;
	margin-left:0px;
	color: #fff;
	font-size: 14px;
	float: right;
	border: none;
}
.sb_store .cart .continue_shopping {
	margin: 10px;
	margin-left:0px;
	float: left;
}
.sb_store .cart .continue_shopping a{text-decoration:none;font-family:NotoSans,Tahoma,Arial,sans-serif;}
.sb_store .cart table.cart tr.total th.label {
	text-align: right;
	padding-right: 32px;
}
.sb_store .cart table.cart tr.total th.price {
	text-align: center;
	color: #515151;
	font-size: 16px;
}
.sb_store .cart table.cart tr.total th {
	padding: 2px 15px;
}

.sb_store .cart table.cart .addon_desc {
	padding-left: 23px;
	font-size: 10px;
}

/*
	ORDER
*/


#bodyElement .sb_store .order div.header {
	margin-bottom: 10px;
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x;
	border-bottom: 1px solid #e4e4e4;
}
#bodyElement .sb_store .order div.header h1 {
	padding: 5px 35px;
	font-size: 18px;
	font-family: NotoSans,Tahoma,arial;
	font-weight: normal;
	margin: 0px;
	background: url(../images/store/template/businessman.png) 3px 4px no-repeat;
}
.sb_store .order table.order {
	margin: 10px;
	margin-left:0px;
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	width: 100%;
	padding: 0px;
	font-family: NotoSans,Tahoma,arial;
	font-size: 11px;
}
.sb_store .order table.order th {
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x scroll 0 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	padding: 10px 15px;
	color: #515151;
	font-family: NotoSans,Tahoma,arial;
	font-size: 13px;
	font-weight: bold;
}
#bodyElement .sb_store .order table.order td {
	padding: 10px 15px;
	font-family: NotoSans,Tahoma,arial;
	font-size: 12px;
	color: #515151;
}

#bodyElement .sb_store .order .realize {
	margin-left:10px;
	margin-right:10px;
	font-size: 16px;
	line-height: 1.5;
}

#bodyElement .sb_store .order .realize  hr{
	color:e4e4e4;
	height: 1px;
	background-color: #e4e4e4;
	color: #e4e4e4;
	border: none;	
	margin-top:10px;
}

.sb_store .order .error {
	/* float: left; */
	color: red;
	font-size: 12px;
	font-family: NotoSans,tahoma;
}
.sb_store .order table.order {
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
}
.sb_store .order table.order td {
	padding: 3px;
	font-size:12px;
	border-top: 1px solid #e0e0e0;
}
.sb_store .order table.order td.header {
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x scroll 0 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	padding: 10px 15px;
	color: #515151;
	font-family: NotoSans,Tahoma,arial;
	font-size: 13px;
	font-weight: bold;
}
.sb_store .order table.order td.label {
	text-align: right;
	width: 40%;
}
.sb_store .order table.order td.element {
	width: 60%;
}
.sb_store .order table.order td.element div.radio {
	/* border: 1px solid #d5d5e0; */
	margin: 3px;
}
.sb_store .order table.order td.element div.radio div.html {
}
.sb_store .order table.order td.element div.radio div.label {
	padding-left: 20px;
	font-size:10px;
}
.sb_store .order table.order td.label div.label_note {
	font-size:10px;
}
.sb_store .order a.hint {
	text-decoration:none;
}
.sb_store .order span.hint{
	position: absolute;
	top: -40px;
	left: 25px;
	width: 250px;
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	font-style: normal;
	text-align: left;
	background: #fbfbfb;
	border: 1px solid #e4e4e4;
	padding: 5px;
	margin: 1px;
}
.sb_store .order a.hint img {
	vertical-align: middle;
	border: none;
}
.sb_store .order tt {
	display: none;
}

.sb_store .realize .platnoscipl {

}
.sb_store .realize .platnoscipl table {
	border-collapse: collapse;
	width:100%;
}
.sb_store .realize .platnoscipl td {
	text-align: center;
	border: 1px dotted #a0a0f0;
	padding: 10px;
}


/*STATUS*/
#bodyElement{/* width:100%!important */}
#bodyElement .sb_store .status div.header {
	margin-bottom: 10px;
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x;
	border: 1px solid #e4e4e4;
}
#bodyElement .sb_store .status div.header h1 {
	padding: 5px 35px;
	font-size: 18px;
	font-family: NotoSans,Tahoma,arial;
	font-weight: normal;
	margin: 0px;
	background: url(../images/store/template/businessman.png) 3px 4px no-repeat;
}

#bodyElement .sb_store .pod div.header {
	margin-bottom: 10px;
	background: #efeee9 url(../images/store/template/bg1.jpg) repeat-x;
	border: 1px solid #e4e4e4;
}
#bodyElement .sb_store .pod div.header h1 {
	padding: 5px 35px;
	font-size: 18px;
	font-family: NotoSans,Tahoma,arial;
	font-weight: normal;
	margin: 0px;
	background: url(../images/store/template/creditcards.png) 3px 4px no-repeat;
}

#bodyElement .sb_store .pod .info {
	margin:0px;
	padding-bottom:5px;
	font-size:12px;
	color:red;
}

.sb_store .product div.add_to_cart_ticket {
    float: left;
    margin: 15px 55px 10px 0;
}

.sb_store .product div.add_to_cart_ticket input {
    display: inline;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
}

.sb_store .cart table.cart .ticket {
    font-weight: normal;
}

.sb_store .cart_ticket {
    Xwidth: 560px;
    border: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    background:#F5F5F5;
    padding: 15px 20px 8px;
    margin-bottom: 15px;
}

.sb_store .cart_ticket input.apply_cart_ticket {
    Xborder: none;
    /* height: 36px; */
    cursor: hand;
    cursor: pointer;
}

.sb_store .cart_error {
    color: red;
    padding: 12px 18px;
    border:1px solid red;
    margin-bottom:10px;
}
.sb_store .cart_error a{text-decoration:none}

.sb_store .cart_message {
    padding: 12px 18px;
    color:#40ab86;
    border:1px solid #40ab86;
    margin-bottom:10px
}
input[type=text],textarea{border: 1px solid #e4e4e4;padding: 9px 4px 10px 4px;color:#848383;font-family: NotoSans,Tahoma,arial;}
input[type=button],input[type=submit]{background: #ffffff;padding: 10px 30px;color: #848383;border: 1px solid #e4e4e4;font-size: 13px;transition:.3s;}
input[type=button]:hover,input[type=submit]:hover{cursor:pointer;opacity:.85}

body > table, #bodyElement, #bodyElement > div{width: 1000px !important;}	
@media screen and (max-width: 999px) {
#cookieDiv div{height:auto!important}
#mainHeaderCell table{width:95%;}
#cookieDiv > div,body > table,#bodyElement,#bodyElement > div,.sb_store .product{width: 100% !important;}	
.sb_store .cart table.cart{margin: 0 0 10px 0}
#bodyElement .sb_store .cart table.cart td{padding:10px 5px}
.sb_store .cart .continue_shopping{float:left;padding-left:15px}
input[type=text]{padding:10px 2px}
.sb_store .cart_ticket input.apply_cart_ticket,.sb_store .cart table.cart input.apply_changes{padding:10px 30px}
.sb_store .cart input.checkout, .submit.next input[type=submit], .submit.realize input[type=submit]{/* margin-right:10px */}
.sb_store .cart_ticket input.apply_cart_ticket{height:auto}
table#footer{padding:0 10px}
}