/* ---- */
/* Form */
/* ---- */

/* Form */
#content .mod-form {
    width: 60%;
    padding-top: 12px;
}
#content .mod-form .label {
    padding-bottom: 4px;
    font-size: 11px;
}
#content .mod-form .control {
    padding-bottom: 12px;
}
#content .mod-form .control .separator {
    font-size: 14px;
    font-weight: bold;
    line-height: 11px;
    color: #a40e13;
}

/* ------- */
/* Article */
/* ------- */

/* List */
#content .mod-article .list img.list {
    margin: 0px 16px 16px 0px;
    border: 1px solid #a40e13;
}
#content .mod-article .list h3.list a {
    color: #384b54;
}

/* Item */
#content .mod-article .item img.item {
    display: block;
}
  /* Type */
  #content .mod-article .type {
      margin-top: 16px;
  }
  #content .mod-article .type img.type {
      margin: 0px 16px 16px 0px;
      border: 1px solid #a40e13;
  }
  #content .mod-article .type div.code {
      padding-bottom: 4px;
  }

/* Misc */
#content .mod-article .text {
    /*text-indent: 1.2em;*/
}
#content .mod-article .nav {
    padding-top: 12px;
    clear: both;
}
#content .mod-article .list h3.list, #content .mod-article .item h3.item {
    text-align: right;
    margin-bottom: 12px;
    padding-bottom: 12px;
    background: url('/images/dotted_separator_2.gif') bottom left repeat-x;
}

/* -------- */
/* Provider */
/* -------- */

/* Type */
#content .mod-provider .type div {
    padding-bottom: 12px;
}
#content .mod-provider .type a {
    color: #384b54;
}
#content .mod-provider .type img.type {
    border: 1px solid #a40e13;
}

/* Item */
#content .mod-provider .item h3.item {
    text-align: right;
    margin-bottom: 12px;
    padding-bottom: 12px;
    background: url('/images/dotted_separator_2.gif') bottom left repeat-x;
}
#content .mod-provider .item img.item {
    margin: 0px 16px 16px 0px;
}
#content .mod-provider .item .nav {
    padding-top: 12px;
    clear: both;
}

/* ---- */
/* Shop */
/* ---- */

/* Category */
#content .mod-shop table.category {
    padding-top: 12px;
}
#content .mod-shop table.category div {
    padding-bottom: 12px;
}
#content .mod-shop table.category a {
    color: #384b54;
}
#content .mod-shop table.category img.category {
    border: 1px solid #a40e13;
}
#content .mod-shop div.catalog-controller {
    text-align: right;
}
#content .mod-shop div.catalog-controller span {
    color: #a40e13;
    font-weight: bold;
}
#content .mod-shop div.catalog-controller a {
    font-size: 11px;
	white-space: normal;
}
#content .mod-shop div.catalog-controller a.active {
    color: #384b54;
    text-decoration: none;
}
/*
#content .mod-shop div.catalog-controller img.tip {
    position: relative;
    top: 4px;
}
*/

/* Form */
#content .mod-shop .form {
    width: 80%;
}
#content .mod-shop .form .separator {
    padding-top: 12px;
}
#content .mod-shop .form .text-control {
    width: 100%;
    position: relative;
    left: -1px;
}
#content .mod-shop .form textarea.text-control {
    height: 100px;
}
#content .mod-shop .form .label {
    width: 170px;
    font-size: 11px;
}
#content .mod-shop .form .error, #content .mod-shop .form .success {
    padding-top: 12px;
    font-size: 11px;
}
#content .mod-shop .form sup {
    color: #a40e13;
    margin-left: 2px;
}
#content .mod-shop .form .errors-in-fill {
    color: red;
    font-weight: bold;
}

/* SearchForm extend Form */
#content .mod-shop .search-form {
    width: 60%;
    padding-bottom: 12px;
}
#content .mod-shop .search-form .label {
    width: 80px;
}
#content .mod-shop .search-form-trigger-wrapper {
    padding-bottom: 8px;
}
#content .mod-shop .search-form-trigger-wrapper a {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    color: #384b54;
    text-decoration: none;
}
#content .mod-shop .search-form-trigger-wrapper a:hover {
    text-decoration: none;
}

/* ChangePasswordForm extend Form  */
#content .mod-shop .change-password-form {
    width: 100%;
}
#content .mod-shop .change-password-form .separator {
    padding: 0px 0px 12px;
}

#content .mod-shop .change-password-form .label {
    width: 86px;
}
#content .mod-shop .form .text-control {
    width: 80%;
}

/* NewsletterForm extend Form  */
#content .mod-shop .newsletter-form {
    width: 100%;
}
#content .mod-shop .newsletter-form .separator {
    padding: 0px 0px 12px;
}
#content .mod-shop .newsletter-form .label {
    width: 180px;
}
#content .mod-shop .newsletter-form .in-chain {
    white-space: nowrap;
}

/* Abstract list (Data list) */
#content .mod-shop table.data-list tr.anchored td {
    background: #ffffcc;
}
#content .mod-shop table.data-list th {
    color: #a40e13;
    padding: 4px 2px;
}
#content .mod-shop table.data-list a, #content .mod-shop table.data-list a:hover {
    text-decoration: none;
}
#content .mod-shop table.data-list td.category {
    background: url('/images/category_bg.gif');
    font-size: 11px;
    padding: 4px 0px;
}
#content .mod-shop table.data-list td.category span {
    font-size: 11px;
}
#content .mod-shop table.data-list .footer {
    padding: 4px 2px;
    font-size: 11px;
}
#content .mod-shop table.data-list .footer b, #content .mod-shop table.data-list .footer span {
    color: #a40e13;
    font-size: 11px;
}

/* Product list */
#content .mod-shop table.product-list img.product-list {
    display: block;
    cursor: pointer;
}
#content .mod-shop table.product-list img.stub {
    cursor: default;
}
#productListPopupDiv {
	top: 0px;
	left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 4;
}
#productListPopupDiv, #productListPopupTable {
    position: absolute;
}
#productListPopupTable {
    z-index: 6;
}
#productListPopupTable img {
    cursor: pointer;
}
#productListPopupTable img.loader {
    z-index: 8;
    position: absolute;
}
#productListPopupTable img.big {
    z-index: 10;
    position: relative;
}

/* Download price list */
#content .mod-shop table.download-price-list th img {
    position: relative;
    top: 4px;  
    left: 2px;
}

/* Download pdf list */
#content .mod-shop table.download-pdf-list {
	padding-top: 12px;
}
#content .mod-shop table.download-pdf-list a {
	color: #384b54;
}
#content .mod-shop table.download-pdf-list td {
	text-align: center;
}
#content .mod-shop table.download-pdf-list div {
    padding-bottom: 12px;
}
#content .mod-shop table.download-pdf-list img.download-pdf {
    border: 1px solid #a40e13;
}

/* Cart list */
#content .mod-shop table.cart-list td a.link {
    text-decoration: underline;
}
#content .mod-shop table.cart-list td a.link:hover {
    text-decoration: none;
}

/* Orders list */
#content .mod-shop table.orders-list td {
    padding: 4px 2px;
}
#content .mod-shop table.orders-list a.nav-link {
    text-decoration: underline;
}
#content .mod-shop table.orders-list a.nav-link:hover {
    text-decoration: none;
}
#content .mod-shop table.orders-list tr.odd td {
    background: url('/images/category_bg.gif');
}

/* Order list */
#content .mod-shop table.order-list td a.link {
    text-decoration: underline;
}
#content .mod-shop table.order-list td a.link:hover {
    text-decoration: none;
}
#content .mod-shop table.order-list td div.old {
	text-decoration: line-through;
	white-space: nowrap;
}
#content .mod-shop table.order-list tr.modified td {
	background: url('/images/modified.gif');
}
#content .mod-shop table.order-list tr.deleted td {
	background: url('/images/deleted.gif');
}
#content .mod-shop table.order-list tr.deleted td a {
	text-decoration: none;
}
#content .mod-shop table.order-list tr.deleted td,
#content .mod-shop table.order-list tr.deleted td span,
#content .mod-shop table.order-list tr.deleted td div {
	color: #384b54;
}
#content #orderLegends {
	margin-top: 8px;
}
#content #orderLegends td {
	font-size: 11px;
}
#content #orderLegends img {
	position: relative;
	top: 3px;
}
#content #modifiedLegend {
	display: none;
}

/* Misc */
#content .mod-shop .cart-field {
    width: 32px;
    text-align: right;
}
#content .mod-shop .submit-button-wrapper {
    text-align: right;
}
#content .mod-shop .is-not-valid-amount {
    color: red;
    font-weight: bold;
}
#content .mod-shop table.data-list {
    width: 100%;
    margin: 12px 0px;
    border-collapse: collapse;
}
#content .mod-shop table.data-list th, #content .mod-shop table.data-list td {
    border: 1px solid #a40e13;
}

/* Account info */
#content .mod-shop .account-info td.info {
    width: 60%;
}
#content .mod-shop .account-info td.form {
    width: 40%;
}
#content .mod-shop .account-info td table td {
    padding-bottom: 8px;
}
#content .mod-shop .account-info td.info table td {
    padding-right: 8px;
}
#content .mod-shop .account-info td h3 {
    padding: 8px 0px 0px;
}
