.SieviShopPage article,
.SieviShopMarketingPage article {
	padding-bottom: 20px;
}

.ordering-form {
    margin-bottom: 20px;
    width: 1024px;
}

.SieviShopMarketingEditPage .ordering-form {
	width: auto;
}

.ordering-form .ajax-bar {
    background: transparent url(../images/ajax-bar.gif) no-repeat center top;
    width: 100%;
    height: 19px;
    display: none;
}

.ordering-form .left-group {
    float: left;
    width: 49%;
}

.ordering-form .right-group {
    width: 49%;
    margin-left: 2%;
    float: left;
}

.ordering-form .field {
    background: #ebebeb;
    height: 18px;
    margin-bottom: 3px;
}

.ordering-form .field.file {
    height: auto;
    padding: 10px 0 10px 0;
}

.ordering-form .field.file .middleColumn {
    float: right;
}

.ordering-form .field label.left {
    width: auto;
    padding-right: 10px;
    margin-top: 1px;
    line-height: 16px;
    height: 16px;
    padding-left: 15px;
}

.ordering-form .field .middleColumn {
    width: auto !important;
    max-height: 100%;
    float: left;
}

.ordering-form .field .middleColumn input[type=text],
.ordering-form .field .middleColumn input[type=email],
.ordering-form .field .middleColumn span.readonly {
    display: inline-block;
    width: auto;
    padding: 0 0 0 5px;
    border: 0;
    border-left: 1px solid #000;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    margin: 2px 0 0 0;
    vertical-align: top;
    background: transparent;
}

.ordering-form .field .middleColumn input[type=text]:focus,
.ordering-form .field .middleColumn input[type=email]:focus {
    background: #fff;
    outline-width: 0;
}

.ordering-form .right-group input[type=submit] {
    width: 100%;
    height: 18px;
    line-height: 18px;
    border: 0;
    background: #636363;
    color: #fff;
    font-size: 13px;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}

.ordering-form .right-group input[type=submit][name=action_printorder],
.ordering-form .right-group input[type=submit][name=action_printorderorquote],
.ordering-form .right-group input[type=submit][name=action_printbroschurepdf] {
    background: #636363 url(../images/sievishop-formbutton-print.png) no-repeat 10px center;
}    

.ordering-form .right-group input[type=submit][name=action_sendorder],
.ordering-form .right-group input[type=submit][name=action_requestquote],
.ordering-form .right-group input[type=submit][name=action_savechanges] {
    background: #a2182b url(../images/sievishop-formbutton-send.png) no-repeat 10px center;
}

.ordering-form .right-group input[type=submit][name=action_markascompleted] {
    background: #004800 url(../images/sievishop-markascompleted.png) no-repeat 8px center;
}

.ordering-form .right-group input[type=submit][name=action_markasnotcompleted] {
    background: #636363 url(../images/sievishop-markasnotcompleted.png) no-repeat 8px center;
}

.ordering-page {
    display: none;
}

.ordering-page.active {
    display: block;
    width: 1024px;
}

.SieviShopMarketingEditPage .ordering-page.active {
	width: auto;
}

.ordering-page-pagination {
    margin-bottom: 10px;
}

.ordering-page-pagination .ordering-page-number {
    display: inline-block;
    color: #878787;
    padding: 0 5px 0 5px;
    border-right: 1px solid #878787;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    cursor: pointer;
}

.ordering-page-pagination .ordering-page-number.active {
    color: #B80000;
}

.ordering-page-pagination .ordering-page-number.last {
    border-right: 0;
}

.ordering-page-header {
    background: #ebebeb;
    height: 16px;
    padding-top: 2px;
    margin-bottom: 20px;
}

.ordering-page-header.quote {
    background: #A2182B;
    color: #fff;
}

.ordering-page-header .ordering-page-header-item {
    text-transform: uppercase;
    padding: 0 15px 0 15px;
    line-height: 14px;
    height: 14px;
    border-right: 1px solid #000;
    font-size: 13px;
    display: inline-block;    
    vertical-align: top;
}

.ordering-page-header.quote .ordering-page-header-item {
    border-right-color: #fff;
}

.ordering-page-header .ordering-page-header-item.total-product-price {
    border-left: 1px solid #fff;
}

.ordering-page-header .ordering-page-header-item .quantity-number,
.ordering-page-header .ordering-page-header-item .price-number {
    font-weight: bold;
}

.ordering-page-header .ordering-page-header-item.first {
    padding-left: 15px;
}

.ordering-page-header .ordering-page-header-item.last {
    border-right: 0;
}

.ordering-page-products .product {
    margin-bottom: 20px;
}

.ordering-page-products .product.make-labels.first {
    border-top: 1px dotted #ccc;
}

.ordering-page-products .product.make-labels {
    border-bottom: 1px dotted #ccc;
    padding-top: 6px;
    padding-bottom: 6px;
    background: transparent url(../images/sievilogo_white.png) no-repeat 98% 90%;
    position: relative;
}

.ordering-page-products .product .product-info {
    float: left;
    width: 25%;
}

.ordering-page-products .product .product-info .product-featuresymbols {
    /* margin-bottom: 5px; */
	margin-right: 5px;
}

.ordering-page-products .product .product-info .product-title {
    text-transform: uppercase;
}
.ordering-page-products .product.make-labels .product-info .product-title {
    color: black;
    font-size: 14px;
}

.ordering-page-products .product .product-info .product-code {
    color: #878787;
}
.ordering-page-products .product.make-labels .product-info .product-code {
    color: black;
    font-size: 12px;
}

.ordering-page-products .product .product-description {
    float: left;
    width: 48%;
}

.ordering-page-products .product .product-description table {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #000;
    border-spacing: 0px;
}

.ordering-page-products .product .product-description table tbody tr td {
    border-top: 1px solid #000;
}

.ordering-page-products .product .product-description table th, 
.ordering-page-products .product .product-description table td.first {
    background: #EBEBEB;
    padding-left: 15px;
    text-transform: uppercase;
}

.ordering-page-products .product .product-description table th {
    text-align: left;
}

.ordering-page-products .product .product-description table td.last {
    border-left: 1px solid #000;
    padding-left: 5px;
    font-weight: bold;
}

.ordering-page-products .product .product-description table td input {
    border: 0;
    width: 100%;
    font-weight: normal;
}

.ordering-page-products .product .product-image {
    float: right;
    width: 27%;
    text-align: right;
}

.ordering-page-products .product .madeinfinland {
    position: absolute;
    bottom: 5px;
    right: 140px;
}

.ordering-page-products .product .product-image img {
    max-height: 5cm;
}

.ordering-page-products .product.print-broschure .product-info {
    width: 30%;
}

.ordering-page-products .product.print-broschure .product-image {
    width: 38%;
}

.ordering-page-products .product.print-broschure .product-image img {
    max-height: 5cm;
}

.ordering-page-products .product.print-broschure .product-description {
    width: 32%;
}

.ordering-page-products .product.make-labels .product-info {
    width: 35%;
}

.ordering-page-products .product.make-labels .product-image {
    float: left;
    width: 35%;
}

.ordering-page-products .product.make-labels .product-image img {
    margin-right: 5mm;
    max-height: 3.5cm;
}

.ordering-page-products .product .product-label-price {
    width: 23%;
    float: right;
    text-align: right;
    padding-top: 5px;
    margin-right: 2%;
}

.ordering-page-products .product .product-label-price span {
    font-size: 28px;
    line-height: 28px;
    vertical-align: top;
}

.ordering-page-products .product .product-label-price input {
    font-size: 28px;
    line-height: 28px;
    border: 0;
    padding: 0;
    margin: 0 5px 0 0;
    vertical-align: top;
    text-align: right;
    width: 150px;
}

.ordering-page-products .product .product-combinations {
    width: 70%;
    float: left;
    margin-top: 5px;
    clear: left;
}

.ordering-page-products .product .product-combinations table {
    border: 1px solid #000;
    border-spacing: 0px;
	border-collapse: collapse;
    width: 100%;
}

.ordering-page-products .product .product-combinations table th {
    background: #EBEBEB;    
    border: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    font-weight: normal;
}

.ordering-page-products .product .product-combinations table th.first {
    border-left: 0;
}

.ordering-page-products .product .product-combinations table td {
    background: #fff;
    border: 0;
    border-left: 1px solid #000;
    font-weight: normal;
}


.ordering-page-products .product .product-combinations table td.first {
    border-left: 0;
}

.ordering-page-products .product .product-combinations table td input {
    border: 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.ordering-page-products .product .product-combinations table td.product-size-quantity.last {
    text-align: center;
}
.ordering-page-products .product.marketing .product-description {
    width: 33%;
}

.ordering-page-products .product.marketing .product-amount {
    width: 15%;
    float: left;
}

.ordering-page-products .product.marketing .product-amount input {
    width: 50px;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px;
    margin-left: 10px;
}

.sievishop-message {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 12px;
}
.sievishop-success-message {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.sievishop-error-message {
	color: #D8000C;
	background-color: #FFBABA;
}