/*
v18.1.2008 3:37:02
*/

/* GLOBALs - START */

.error,
.warning {
  color: #ff0000;
  font-weight: bold;
}

#topMenu #langs .cs {
  background-image: url('./../../_layout/_langs/cs.png');
}

#topMenu #langs .de {
  background-image: url('./../../_layout/_langs/de.png');
}

#topMenu #langs .en {
  background-image: url('./../../_layout/_langs/en.png');
}

#topMenu #langs .es {
  background-image: url('./../../_layout/_langs/es.png');
}

#topMenu #langs .fr {
  background-image: url('./../../_layout/_langs/fr.png');
}

#topMenu #langs .hu {
  background-image: url('./../../_layout/_langs/hu.png');
}

#topMenu #langs .it {
  background-image: url('./../../_layout/_langs/it.png');
}

#topMenu #langs .pl {
  background-image: url('./../../_layout/_langs/pl.png');
}

#topMenu #langs .ru {
  background-image: url('./../../_layout/_langs/ru.png');
}

#topMenu #langs .sk {
  background-image: url('./../../_layout/_langs/sk.png');
}

#topMenu #langs .us {
  background-image: url('./../../_layout/_langs/us.png');
}

/* GLOBALs - END */

/* HTML BODY - START */

body {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  padding: 0;
  margin: 0 0 4px 0;
  background-color: #efefef;
}

/* HTML BODY - END */

/* HEADERs - START */

h1,
h2,
h3 {
  color: #ff6600;
  font-weight: bold;
  padding: 0;
  margin: 0;
  clear: both;
}

h1 {
  font-size: 13px;
  letter-spacing: 1px;
  word-spacing: 2px;
  padding: 11px 0 11px 15px;
  background-position: right 1px;
  background-repeat: no-repeat;
}

h1.cms {
  background-image: url('./../../_layout/_titles/cms.png');
}

h1.menu {
  background-image: url('./../../_layout/_titles/menu.png');
}

h2 {
  font-size: 12px;
  letter-spacing: 1px;
  word-spacing: 2px;
  padding-bottom: 2px;
}

h3 {
  font-size: 11px;
  letter-spacing: 0.25px;
  word-spacing: 1px;
  padding-bottom: 4px;
}

#mainMenu h2 {
  font-size: 11px;
  color: #666666;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}

/* HEADERs - END */

/* DIVs - START */

div.borderBottom,
div.borderSeparator,
div.borderTop {
  width: 1200px !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

div.borderBottom {
  height: 8px !important;
  background-image: url('./../../_layout/_admin/border_bottom.gif');
}

div.borderSeparator {
  height: 16px !important;
  background-image: url('./../../_layout/_admin/border_separator.gif');
}

div.borderTop {
  height: 8px !important;
  background-image: url('./../../_layout/_admin/border_top.gif');
}

div.buttons {
  width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

div.clearer {
  width: 100% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
}

div.content {
  width: 1146px;
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px dashed #cccccc;
  float: left;
  clear: both;
}

iframe.content {
  box-sizing: border-box;
  width: 1166px;
  padding: 10px;
  margin: 0 0 15px 0;
  border: 1px dashed #cccccc;
  float: left;
  clear: both;
  max-height: 50vh;
}

div.float,
div.floatL,
div.floatR {
  margin: 0 0 15px 0;
  clear: none;
  float: left;
}

div.floatL {
  margin-right: 36px;
}

div.floatR {
  margin-right: 0;
}

div.floatL.block {
  width: 30%;
  margin-right: 15px !important;
}

div.floatL.column {
  width: 20%;
  margin-right: 0 !important;
}

div.parameters {
  margin-bottom: 0;
}

div.parameters,
div.parameters > div.float {
  width: 100%;
}

div.ruleButtons,
div.ruleDashed,
div.ruleGallery,
div.ruleSolid {
  width: 100% !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 0 13px 0;
  clear: both;
}

div.ruleButtons {
  margin-bottom: 15px;
  border-top: 1px dashed #cccccc;
}

div.ruleDashed {
  border-top: 1px dashed #cccccc;
}

#attributes > div.ruleDashed:first-child,
div.ruleDashed + div.ruleDashed,
div.ruleDashed + div.clearer + div.ruleDashed,
div.ruleDotted + div.ruleDotted,
div.ruleDotted + div.clearer + div.ruleDotted,
div.ruleDashed + div.clearer + div.ruleGallery,
div.ruleDotted + div.clearer + div.ruleGallery,
div.ruleDashed + div.clearer + div.ruleButtons {
  display: none;
}

div.ruleGallery {
  margin-bottom: 15px;
  border-top: 1px dashed #cccccc;
}

div.ruleSolid {
  border-top: 1px solid #cccccc;
}

div.message {
  width: 1146px;
  padding: 10px 10px 0 10px;
  margin: 0 0 15px 0;
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  float: left;
  clear: both;
}

div.message:last-child {
  margin-bottom: 10px;
}

div.paging {
  width: 1146px;
  padding: 10px 10px 5px 10px;
  margin: 0 0 15px 0;
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  float: left;
  clear: both;
}

div.paging div {
  float: left;
  clear: none;
}

div.paging div.pageBrowsing {
  width: 646px;
}

div.paging div.pageStatistic {
  width: 250px;
  text-align: right;
  margin: 3px 0 0 0;
  float: right;
}

div.template {
  width: 100%;
}

div.toolbarBottom,
div.toolbarTop {
  width: 1168px;
  float: left;
}

div.toolbarBottom {
  margin: 5px 0 10px 0;
}

div.toolbarTop {
  margin: 0 0 15px 0;
}

#advertisement {
  width: 100%;
  font-size: 10px;
  text-align: center;
  padding: 10px 0 10px 0;
  float: left;
  clear: both;
}

#advertisement div {
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  display: inline;
  border-right: 1px solid #dddddd;
}

#advertisement div:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

#attributes {
  width: 100%;
}

#list + #attributes {
  padding-top: 13px;
  border-top: 1px dashed #cccccc;
  margin-top: 7px;
}

#copyright {
  width: 1165px;
  color: #909090;
  font-size: 10px;
  padding: 13px 20px 12px 15px;
  background-image: url('./../../_layout/_admin/copyright_bg.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

#copyright div {
  width: 50%;
  float: left;
  clear: none;
}

#copyright div.logo {
  float: right;
  clear: none;
}

#form {
  width: 1168px;
}

#form div.tinyMCE {
  margin: 0 0 15px 0;
}

#form #xsSearching div.buttons {
  margin-bottom: 0;
}

#langs {
  height: 32px;
  padding: 0 10px 0 5px;
  background-image: url('./../../_layout/_admin/langs_bg.gif');
  background-position: right 0;
  background-repeat: no-repeat;
  float: left;
  clear: none;
}

#list {
  width: 100%;
}

#list:after {
  display: table;
  clear: both;
  content: '';
}

#loginInfo {
  width: 1198px;
  color: #dddddd;
  padding: 9px 0 6px 0;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  float: left;
}

#loginInfo div {
  width: 734px;
  color: #666666;
  font-size: 10px;
  padding: 0 16px 0 16px;
  margin: 3px 0 0 0;
  float: left;
  clear: none;
}

#loginInfo div.logout {
  width: 150px;
  float: right;
}

#logo {
  width: 50%;
  padding: 10px 0 10px 0;
  float: left;
  clear: none;
}

#mainMenu {
  width: 100%;
  float: left;
  clear: both;
}

#mainMenu div {
  width: 100%;
  margin-bottom: 25px;
  float: left;
  clear: both;
}

#mainMenu div:last-child {
  margin-bottom: 20px;
}

#navi {
  width: 1168px;
  font-weight: bold;
  line-height: 17px;
  padding: 3px 15px 4px 15px;
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  float: left;
  clear: both;
}

#page {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#quickMenu {
  height: 23px;
  text-align: right;
  padding: 9px 10px 0 10px;
  background-image: url('./../../_layout/_admin/quickmenu_bg.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  float: right;
  clear: none;
}

#title {
  width: 1175px;
  padding: 2px 25px 8px 0;
  margin: 0;
  background-image: url('./../../_layout/_admin/title_bg.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  clear: both;
}

#topMenu {
  width: 1198px;
  padding: 4px 0 4px 0;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  float: left;
}

#trailThumb {
  padding: 5px;
  display: none;
  position: absolute;
  z-index: 2;
}

#warning {
  width: 333px;
  padding: 0 25px 0 75px;
  margin: 0;
  float: left;
  clear: none;
}

#workspace {
  width: 1168px;
  padding: 10px 15px 0 15px;
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  float: left;
  clear: both;
}

/* DIVs - END */

/* LINKs- START */

a {
  color: #ff6600;
}

a:hover {
  color: #6699ff;
  outline: 0;
}

a.floatR {
  margin-right: 0;
  float: right;
}

div.buttons a,
div.toolbarBottom a,
div.toolbarTop a {
  width: 143px;
  height: 18px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 5px;
  padding: 5px 5px 0 5px;
  margin: 0 10px 0 0;
  background-image: url('./../../_layout/_buttons/button_bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  clear: none;
}

div.buttons a.floatR,
div.toolbarBottom a.floatR,
div.toolbarTop a.floatR {
  margin-right: 0;
  float: right;
}

div.buttons a:hover,
div.toolbarBottom a:hover,
div.toolbarTop a:hover {
  background-position: 0 -23px;
}

div.paging div.pageBrowsing a {
  width: 20px;
  text-align: center;
  padding: 2px 0 2px 0;
  margin: 0 5px 5px 0;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  display: block;
  float: left;
  clear: none;
}

div.paging div.pageBrowsing a:hover {
  background-color: #e6e6e6;
  border: 1px solid #e0e0e0;
}

#copyright div.logo a {
  width: 105px;
  height: 25px;
  margin: 2px 0 0 0;
  background-image: url('./../../_layout/_admin/copyright_x-admin_logo.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: right;
}

#copyright div.logo a:hover {
  background-position: 0 -25px;
}

#xsCMSA div input + a.date-picker-control {
  float: left;
  margin-top: 3px;
}

#list a {
  text-decoration: none;
}

#list a:hover {
  color: #ff6600;
}

#list a.delete {
  width: 20px;
  background-image: url('./../../_layout/_buttons/delete.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

#list a.edit {
  width: 20px;
  background-image: url('./../../_layout/_buttons/edit.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

#list a.lock {
  width: 20px;
  background-image: url('./../../_layout/_buttons/lock.gif');
  background-repeat: no-repeat;
  background-position: center top;
}

#list a.invisible {
  width: 20px;
  text-align: center;
  background-image: url('./../../_layout/_buttons/visibility.gif');
  background-repeat: no-repeat;
  background-position: center -27px;
}

#list a.orderAlpha {
  color: #666666;
  padding: 0;
  text-decoration: underline;
  border: 0;
  display: inline;
  float: none;
}

#list a.orderAlpha:hover {
  color: #6699ff;
}

#list a.orderDown {
  width: 20px;
  background-image: url('./../../_layout/_buttons/order_down.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

#list a.orderUp {
  width: 20px;
  text-align: center;
  background-image: url('./../../_layout/_buttons/order_up.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

#list a.setDefaultThumb,
#attributes a.setDefaultThumb {
  background-image: url('./../../_layout/_buttons/default_thumb.gif');
  background-repeat: no-repeat;
  background-position: center -20px;
  border: 0;
}

#list a.setDefaultThumb:hover,
#attributes a.setDefaultThumb:hover {
  background-position: center 1px;
}

#list a.unlock {
  width: 20px;
  text-align: center;
  background-image: url('./../../_layout/_buttons/lock.gif');
  background-repeat: no-repeat;
  background-position: center -27px;
}

#list a.unsetDefaultThumb,
#attributes a.unsetDefaultThumb {
  background-image: url('./../../_layout/_buttons/default_thumb.gif');
  background-repeat: no-repeat;
  background-position: center 1px;
  border: 0;
}

#list a.unsetDefaultThumb:hover,
#attributes a.unsetDefaultThumb:hover {
  background-position: center -20px;
}

#list a.visible {
  width: 20px;
  text-align: center;
  background-image: url('./../../_layout/_buttons/visibility.gif');
  background-repeat: no-repeat;
  background-position: center 0;
}

#list li a {
  height: 20px;
  line-height: 20px;
  padding: 3px 15px 4px 15px;
  display: block;
  overflow: hidden;
  border-left: 1px solid #cccccc;
  float: left;
  clear: none;
}

#list li.nonTranslated a,
#attributes li.nonTranslated a {
  color: #999999;
}

#list li.cms-hidden a,
#attributes li.cms-hidden a {
  font-style: italic;
  color: #6699ff;
}

#list ul.recordList li a.title {
  width: 240px;
}

#list ul.recordList li span.path a {
  display: inline;
  float: none;
  padding: 0;
  border: 0;
}

#list ul.recordList li span.path a:hover {
  color: #6699ff;
}

#loginInfo a {
  color: #ff0000;
  font-weight: bold;
  padding: 1px 0 2px 24px;
  background-image: url('./../../_layout/_buttons/logout.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
  clear: none;
}

#loginInfo a:hover {
  color: #666666;
}

#logo a {
  width: 200px;
  height: 45px;
  margin-left: 15px;
  background-image: url('./../../_layout/_admin/x-admin_logo.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}

#logo a:hover {
  text-decoration: none;
}

#mainMenu a {
  width: 120px;
  font-size: 10px;
  font-weight: bold;
  word-spacing: 2px;
  padding: 105px 0 0 0;
  margin: 0 20px 0 0;
  text-align: center;
  text-decoration: none;
  background-position: center 15px;
  background-repeat: no-repeat;
  display: block;
  float: left;
}

#mainMenu a.accounts {
  background-image: url('./../../_layout/_menu/accounts.png');
}

#mainMenu a.applicants {
  background-image: url('./../../_layout/_menu/users.png');
}

#mainMenu a.attributes {
  background-image: url('./../../_layout/_menu/attributes.png');
}

#mainMenu a.banners {
  background-image: url('./../../_layout/_menu/banners.png');
}

#mainMenu a.bug {
  background-image: url('./../../_layout/_menu/bug.png');
}

#mainMenu a.cms {
  background-image: url('./../../_layout/_menu/cms.png');
}

#mainMenu a.index {
  background-image: url('./../../_layout/_menu/index.png');
}

#mainMenu a.images {
  background-image: url('./../../_layout/_menu/images.png');
}

#mainMenu a.logout {
  background-image: url('./../../_layout/_menu/logout.png');
}

#mainMenu a.massmailing {
  background-image: url('./../../_layout/_menu/massmailing.png');
}

#mainMenu a.myAccount {
  background-image: url('./../../_layout/_menu/myaccount.png');
}

#mainMenu a.orders {
  background-image: url('./../../_layout/_menu/orders.png');
}

#mainMenu a.searching {
  background-image: url('./../../_layout/_menu/searching.png');
}

#mainMenu a.settings {
  background-image: url('./../../_layout/_menu/settings.png');
}

#mainMenu a.shipments {
  background-image: url('./../../_layout/_menu/shipments.png');
}

#mainMenu a.siteMap {
  background-image: url('./../../_layout/_menu/sitemap.png');
}

#mainMenu a.statistics {
  background-image: url('./../../_layout/_menu/statistics.png');
}

#mainMenu a.users {
  background-image: url('./../../_layout/_menu/users.png');
}

#mainMenu a.www {
  background-image: url('./../../_layout/_menu/www.png');
}

#topMenu a {
  font-size: 10px;
  font-weight: bold;
}

#topMenu #langs a {
  padding: 4px 0 5px 30px;
  margin: 6px 10px 0 10px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  float: left;
}

#topMenu #langs a:hover {
  background-position: 0 bottom;
}

#topMenu #quickMenu a {
  margin: 0 10px 0 10px;
}

/* LINKs - END */

/* FIELDSETs - START */

fieldset {
  width: 100%;
  padding: 10px 15px 0 15px;
  margin: 0 0 15px 0;
  border: 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

/* FIELDSETs - END */

/* LEGENDs - START */

legend {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 2px;
  padding: 0 5px 2px 5px;
}

/* LEGENDs - END */

/* FORMs - START */

form {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* FORMs - END */

/* LABELs - START */

label {
  margin: 7px 0 0 0;
  float: left;
}

#form label {
  float: left;
}

/* LABELs - END */

/* INPUTs- START */

input {
  border: 1px solid rgb(168, 168, 168);
  border-radius: 2px;
  height: 24px;
  width: 156px;
  color: #666666;
  font-family: verdana, arial, sans-serif !important;
  font-size: 11px;
  padding: 0 10px 0 10px;
}

input.extraLong {
  width: 544px;
}

input.file {
  height: auto;
  padding-bottom: 3px;
  padding-top: 3px;
}

input.long {
  width: 264px;
}

input.medium {
  width: 86px;
}

input.typeRadio,
input.typeCheck {
  height: 16px;
  width: 16px;
  margin: 2px 8px 0 0;
}

div.column input.typeCheck {
  width: 13px;
  margin: 0 8px 0 0;
}

input.short {
  width: 44px;
}

input.ultraLong {
  width: 1146px;
}

div.buttons input {
  width: 153px !important;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: bold;
  height: 23px;
  letter-spacing: 1px;
  word-spacing: 5px;
  padding: 4px 5px 5px 5px;
  margin: 0 10px 0 0;
  background-image: url('./../../_layout/_buttons/button_bg.png');
  background-color: #000000;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  float: left;
}

div.buttons input:hover {
  background-position: 0 -23px;
}

#form input {
  float: left;
  clear: none;
}

/* INPUTs - END */

/* SELECTs - START */

select {
  border: 1px solid rgb(168, 168, 168);
  border-radius: 2px;
  height: 26px;
  padding: 0 10px 0 10px;
  width: 178px;
  color: #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

select[multiple] {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

select.extraLong {
  width: 568px;
}

select.long {
  width: 281px;
}

select.medium {
  width: 108px;
}

select.short {
  width: 66px;
}

select.ultraLong {
  width: 1168px;
}

#form select {
  float: left;
}

/* SELECTs - END */

/* TEXTAREAs - START */

textarea {
  border: 1px solid rgb(168, 168, 168);
  border-radius: 2px;
  width: 1164px;
  height: 420px;
  color: #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 2px 1px 1px 1px;
  margin: 2px 0 0 0;
}

textarea.high {
  height: 740px;
}

textarea.medium {
  height: 200px;
}

textarea.low {
  height: 72px;
}

textarea.row {
  height: 51px;
}
/*
textarea.noWysiwyg {
  width: 912px !important;
}
*/
.tox-tinymce {
  border-color: rgb(168, 168, 168) !important;
  border-radius: 2px !important;
  border-width: 1px !important;
}

#form textarea {
  float: left;
}

/* TEXTAREAs - END */

/* LISTs - START */

div.content ol,
div.content ul {
  padding: 0;
  margin: 0 0 15px 0;
}

div.content ol {
  list-style: decimal;
  padding-left: 30px;
}

div.content ul {
  list-style: square;
  padding-left: 25px;
}

div.content ol:last-child,
div.content ul:last-child {
  margin-bottom: 0 !important;
}

#list ul {
  width: 1166px;
  font-size: 10px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  float: left;
}

#list ul li {
  width: 100%;
  height: 27px;
  margin: 0;
  padding: 0;
  background-image: url('./../../_layout/_admin/list_row_bg.png');
  background-position: 0 top;
  background-repeat: repeat-x;
  border-top: 1px solid #cccccc;
  float: left;
  clear: both;
}

#list ul li:hover {
  color: #ff6600;
  background-position: 0 bottom;
}

#list ul li a.title {
  width: 774px;
}

#list ul li.header {
  color: #666666;
  background-image: url('./../../_layout/_admin/list_row_header_bg.png');
}

/* LISTs - END */

/* TABLEs - START */

div.content table {
  width: 100%;
  font-size: 11px;
  margin: 0 0 15px 0;
  border-style: hidden;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

div.content table th {
  background-color: #f0f0f0;
}

div.content table td,
div.content table th {
  padding: 3px;
  border: 1px solid #cccccc;
}

/* TABLEs - END */

/* SPANs - START */

span.row {
  float: left;
  clear: both;
}

div.message p span {
  padding: 5px 0 5px 35px;
  background-position: left center;
  background-repeat: no-repeat;
}

div.message p span.info {
  color: #6699ff;
  background-image: url('./../../_layout/_misc/info.gif');
}

div.message p span.error {
  padding-left: 25px;
  background-image: url('./../../_layout/_misc/error.gif');
}

div.message p span.question {
  background-image: url('./../../_layout/_misc/question.gif');
}

div.message p span.warning {
  padding-left: 0;
}

div.paging div.pageBrowsing span {
  width: 20px;
  text-align: center;
  padding: 2px 0 2px 0;
  margin: 0 5px 0 0;
  background-color: #e6e6e6;
  border: 1px solid #e0e0e0;
  display: block;
  float: left;
  clear: none;
}

#copyright div.logo a span {
  display: none;
}

#form form div span.inner {
  margin: 3px 0 0 7px;
  float: left;
  clear: none;
}

#list ul li span {
  height: 20px;
  line-height: 20px;
  padding: 3px 15px 4px 15px;
  display: block;
  overflow: hidden;
  border-left: 1px solid #cccccc;
  float: left;
  clear: none;
}

#list ul li span.name {
  width: 774px;
}

#list ul li span.order {
  width: 71px;
  text-align: center;
}

#list ul li span.rowNo {
  width: 25px;
  text-align: center;
  border-left: 0;
}

#list ul li span.tools {
  width: 173px;
  text-align: center;
}

#list ul li span.orderDown {
  width: 20px;
  background-image: url('./../../_layout/_buttons/order_down_no.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

#list ul li span.orderUp {
  width: 20px;
  background-image: url('./../../_layout/_buttons/order_up_no.gif');
  background-position: center center;
  background-repeat: no-repeat;
}

#list ul li span.total {
  width: 50px;
  text-align: center;
}

#list ul li.nonTranslated span,
#attributes ul li.nonTranslated span {
  color: #999999;
}

#list li.cms-hidden span,
#attributes li.cms-hidden span {
  font-style: italic;
  color: #6699ff;
}

#list ul.recordList li span.lang {
  width: 45px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#list ul.recordList li span.path {
  width: 503px;
}

#list ul.recordList li span.title {
  width: 240px;
}

#loginInfo div span {
  margin: 0 4px 0 5px;
}

#loginInfo div span.username {
  font-weight: bold;
  margin: 0;
}

#logo a span {
  display: none;
}

#topMenu #langs span {
  color: #999999;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 0 5px 30px;
  margin: 6px 10px 0 10px;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  float: left;
}

/* SPANs - END */

/* PARAGRAPHs - START */

div.message p {
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px 0;
}

div.content p {
  margin: 0 0 15px 0;
}

div.content p:last-child {
  margin: 0;
}

#advertisement p {
  font-weight: bold;
  margin: 0 20px 0 0;
  display: inline;
}

#copyright p {
  line-height: 14px;
  margin: 0;
}

#form form p.error {
  padding: 2px 0 1px 25px;
  margin: 3px 0 0 0;
  background-image: url('./../../_layout/_misc/error.gif');
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

/* PARAGRAPHs - END */

/* IMAGEs - START */

img.icon {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

img.thumb {
  padding: 0;
  margin: 0 15px 0 0;
  text-align: left;
  vertical-align: top;
  border: 3px solid #ffffff;
  outline: 1px solid #cccccc;
  background-color: #ffffff;
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 75%, #cccccc 75%, #cccccc),
    linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 75%, #cccccc 75%, #cccccc);
}

img.thumb[src*='svg'] {
  width: 100px;
}

div.content img {
  padding: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

div.content img[style*='float: left'] {
  margin: 0 2.5rem 1.4375rem 0;
}

div.content img[style*='float: right'] {
  margin: 0 0 1.4375rem 2.5rem;
}

#advertisement img {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

#trailThumb img {
  padding: 3px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

/* IMAGEs - END */
