table.clickable td.no_data
{
  text-align: center;
  padding: 20px 0;
  cursor: default;
}

table.clickable td.no_data:hover
{
  background-color: #eee;
}

.offset_right
{
  margin-right: 10px;
}

.align_right
{
  float: right;
}

.offset_bottom
{
  margin-bottom: 15px;
}

p.first, div.first,
.inner_is_first p,
table.first
{
  margin-top: 0;
}

.first_element
{
  padding-top: 0!important;
}

.last_element
{
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

p.note
{
  background: #f5f5f5 url(../i/icon_note.png) no-repeat 7px 10px;
  padding: 5px 8px 5px 30px;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #555555;
  
  font: normal 12px/190% Helvetica Arial, sans-serif;
}

p.success
{
  background: #DFF2BF url(../i/icon_tick.png) no-repeat 7px 14px;
  padding: 12px 8px 12px 30px;
  color: #333333;
  border: 1px solid #7aa237;
  font: normal 12px/190% Helvetica Arial, sans-serif;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

  p.success a {
   color: #4c7900;
  }

p.error
{
  background: #fec1b9;
  padding: 12px 8px 12px 18px;
  color: #333;
  border: 1px solid #990000;
  font: normal normal 12px/190% Helvetica Arial, sans-serif;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

p.notification {
  background: #eee;
  color: #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 8px 12px 18px;
}

div.first p
{
  margin-top: 0!important;
}

div.hor_separated_area
{
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 10px;
}

div.order_totals
{
  background: #F5F5F5;
  border: 1px solid #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px 18px 10px;
  position: relative;
  min-height: 72px;
}

.order_totals .total_label
{
  font-size: 12px;
  float: left;
  clear: left;
  margin-bottom: 5px;
}

.order_totals .total_label span
{
  color: #333;
  margin-right: 5px;
}

.order_totals .total_amount,
.order_totals .total_error
{
  margin-bottom: 5px;
  clear: left;
  float: left;
  font-size: 30px;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.order_totals .total_amount
{
  color: #669933;
}

.order_totals .total_amount span
{
  font-size: 10px;
  color: #737373;
  vertical-align: super;
}

.order_totals .total_error
{
  color: #990000;
  width: 700px;
  line-height: 120%;
}

.myaccount .total_error
{
  width: 430px;
}

.order_totals .numbers
{
  float: left;
  margin-right: 20px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}

.order_totals .awesome
{
  float: left;
  margin-top: 13px;
}

.order_totals .paypal_seal,
.order_totals .godaddy_seal
{
  position: absolute;
  display: block;
}

.order_totals .godaddy_seal
{
  right: 100px;
  top: 35px;
}

.order_totals .paypal_seal
{
  right: 18px;
  top: 18px;
}

.order_totals .loading
{
  position: absolute;
  left: 8px;
  top: 8px;
  width: 955px;
  height: 80px;
  background: transparent url(../i/circle70x70.gif) no-repeat 50% 10px;
}

ul.form .customer_email input.text
{
  display: inline-block;
  width: 630px;
}

ul.form .customer_email input.awesome
{
  float: right;
  margin-top: -2px;
}

.customer_details_form
{
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 10px;
}

.myaccount .loading
{
  width: 662px!important;
}

ul.form li.payment div
{
  padding-top: 10px;
}

ul.form li.payment div label
{
  margin-left: 20px;
  margin-top: -11px;
  padding: 10px 0 10px 55px;
}

ul.form li.payment div.card label
{
  background: transparent url(../i/payment_credit.png) no-repeat left 2px;
}

ul.form li.payment div.paypal label
{
  background: transparent url(../i/payment_paypal.png) no-repeat left 5px;
}

h3.page_header
{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background:none repeat scroll 0 0 #F3F3F3;
  border:1px solid #D9D9D9;
  color:#555555;
  line-height:100%;
  margin-bottom:20px;
  padding:10px;
  text-shadow:1px 1px 1px #FFFFFF;
}

h3.page_header span
{
  color:#222222;
  display:block;
  font-size:13px;
  font-weight:normal;
  margin-top:7px;
}

.gecko h3.page_header 
{
  padding-top: 12px;
}

.webkit h3.page_header
{
  padding-bottom: 12px;
}

/*
 * Print layout
 */

table.print_layout_table
{
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

table.print_layout_table td,
table.print_layout_table thead td
{
  padding-right: 1cm;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 0;
  background: transparent;
  border: none;
}

table.print_layout_table td.last
{
  padding-right: 0!important;
}

table.print_layout_table td.logo
{
  width: 100px;
}

table.print_layout_table td.inv_number
{
  text-align: right;
}

table.print_layout_table td.inv_number h3:last-child
{
  padding-bottom: 0;
}

table.print_layout_table td p:last-child
{
  padding-bottom: 0;
}

/*
 * Printable table style
 */

table.print_table
{
  width: 100%;
  border-collapse: collapse;
  font: normal 13px/130% Arial, Verdana, sans-serif;
  color: #333;
  margin-bottom: 15px;
}

table.print_table:last-child
{
  margin-bottom: 0;
}

table.print_table th.number,
table.print_table td.number
{
  text-align: right;
}

table.print_table td,
table.print_table th
{
  text-align: left;
  vertical-align: top;
  padding: 2px 5px;
  background: transparent;
  border: none;
  color: #000;
}

table.print_table th:first-child,
table.print_table td:first-child
{
  padding-left: 0;
}

table.print_table th:last-child,
table.print_table td:last-child
{
  padding-right: 0;
}

table.print_table thead th,
table.print_table thead td
{
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  color: #111;
}

table.print_table tbody th,
table.print_table tbody td
{
  font-size: 12px;
}

table.print_table tbody th,
table.print_table tbody td
{
  border-top: 1px solid #ddd;
}

table.print_table tbody tr:first-child th,
table.print_table tbody tr:first-child td
{
  border-top: none;
}

table.print_table tr.grand_total td,
table.print_table tr.grand_total th
{
  border-top: 1px solid #333;
  font-size: 15px;
  font-weight: bold;
}

table.print_table.totals
{
  float: right;
  width: auto;
}

table.print_table.totals th,
table.print_table.totals td
{
  color: #111;
  text-align: right;
  font-weight: normal;
}

/*
 * Invoices 
 */

td.invoice_details ul li 
{
  list-style-type: none;
}

.client_info p
{
  color: #333;
}

.company_info p
{
  margin-bottom: 0;
}

td.invoice_details ul li 
{
  padding: 10px;
}

/*
 * Image links
 */

a.image_link
{
  font-size: 12px;
  padding: 0 5px 0 20px;
  background-position: left 50%;
  background-repeat: no-repeat;
  float: left;
}

a.print
{
  background-image: url(../i/printer.png);
}

p.text_comment
{
  color: #999999;
  font-size: 12px;
  line-height: 130%;
  margin-top: -10px !important;
}

/*
 * Form customization
 */

ul.form li.coupon_field
{
  background: transparent url(../i/icons/sale.png) no-repeat left top;
  padding-left: 40px;
  margin-left: -40px;
}

/*
ul.form li.coupon_field p.field_comment,
ul.form li.coupon_field label,
ul.form li.coupon_field div.field_container
{
  margin-left: 40px;
}
*/

/*
ul.form li.coupon_field
{
  background: transparent url(../i/icons/sale.png) no-repeat right top;
}

ul.form li.coupon_field p.field_comment,
ul.form li.coupon_field label
{
  margin-right: 40px;
}
*/

/*
 * Reporting
 */

.scoreboardReport
{
  padding-bottom: 10px;
}

.minorPadding .scoreboardReport
{
  padding-bottom: 5px;
}

.noPadding .scoreboardReport
{
  padding-bottom: 0;
}

.scoreboardReport ul
{
  margin: 0;
}

.scoreboardReport li
{
  float: left;
  padding: 0 10px 3px 0;
  margin-right: 1em;
  border-right: 1px solid #cccccc;
  list-style-type: none;
}

.scoreboardReport li.last
{
  border-right: none;
}

.scoreboardReport h3
{
  font: normal 13px/150% Helvetica Arial, sans-serif;
  color: #000;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0;
}

.scoreboardReport p
{
  font: bold 24px Helvetica Arial, sans-serif;
  color: #333;
  padding-bottom: 0;
  padding-top: 3px;
  margin: 0;
}

.scoreboardReport p a
{
  text-decoration: none;
}

.scoreboardReport p span.growth
{
  color: #72ab4f;
  font-size: 6px;
}

.scoreboardReport p span.decline
{
  color: #cd6464;
  font-size: 6px;
}

.scoreboardReport p.description
{
  font: normal 12px Helvetica Arial, sans-serif;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 0;
}

.scoreboardReport p.description a
{
  text-decoration: underline;
}

/*
 * Coupon link inside the scoreBoard report
 */

.coupon_header_link
{
  float: right;
  background: transparent url(../i/icons/sale48x48.png) no-repeat right top;
  padding-right: 58px;
}

.coupon_header_link p
{
  font: 13px/150% Helvetica Arial, sans-serif;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: right;
}

.coupon_header_link p a
{
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
}

/*
 * Separated columns
 */

div.separate
{
  border-right:1px dotted #CCCCCC;
  margin-right:10px;
  padding-right:25px;
}

/*
 * Table customization
 */

table.data td, table.data th
{
  line-height: 150%;
}

table tr.record_closed td a
{
  color: #888;
}

table.top_align th, table.top_align td
{
  vertical-align: top;
}

table.report td
{
  background-color: white;
  color: #333;
}

table .right
{
  text-align: right;
}

/*
 * Message list
 */

table.ticket_conversation
{
  border-collapse: collapse;
  margin-top: 20px;
}

table.ticket_conversation th,
table.ticket_conversation td
{
  border: none;
  background-color: transparent;
  vertical-align: top;
  padding: 0 10px 0 0;
}

table.ticket_conversation th
{
  width: 100px;
  text-align: center;
}

table.ticket_conversation th img
{
  display: block;
}

table.ticket_conversation th p
{
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  margin: 0;
}

table.ticket_conversation th p.name
{
  margin-bottom: 5px;
}

table.ticket_conversation th p.date
{
  color: #888;
  font-size: 10px;
}

table.ticket_conversation tr.empty th
{
  padding: 10px;
}

table.ticket_conversation td
{
  border-left: 3px solid #669900;
  padding-left: 10px;
  padding-right: 0;
  width: 575px;
}

table.ticket_conversation td p
{
  margin-top: 0;
  margin-bottom: 20px;
}

table.ticket_conversation tr.message.response td
{
  border-left: 3px solid #E68E12;
}

table.ticket_conversation .header 
{
  background: #F2F2F2;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 15px;
  color: #666666;
}

table.ticket_conversation .header span.edit
{
  float: right;
}

/* 
 * Attachments
 */

.message_attachments
{
  padding-left: 0;
  margin-top: 10px;
}

.message_attachments h4
{
  padding: 10px 0;
  border-top: 1px solid #ddd;
  font: bold 12px/100% Arial, Verdana, sans-serif;
}

.message_attachments.collapsed h4
{
  padding-bottom: 0;
}

.message_attachments.collapsed ul
{
  display: none;
}

.message_attachments ul
{
  margin: 0;
}

.message_attachments li
{
  list-style-type: none;
  margin-bottom: 10px;
}

.message_attachments p
{
  font: normal 12px/150% Helvetica Arial, sans-serif!important;
}

.message_attachments li:last-child
{
  margin-bottom: 0;
}

.message_attachments li a .img
{
  float: left;
}

.message_attachments li.image img
{
  border: 2px solid #ccc;
  padding: 4px;
  margin-left: 0;
}

.message_attachments li img
{
  float: left;
  margin-left: -1px;
  border: none;
}

.message_attachments li p
{
  padding-bottom: 0;
  margin: 0 0 0 21px;
}

.message_attachments li.image p
{
  margin-left: 118px;
}

.message_attachments span.expan_attachments
{
  font-weight: normal;
  display: none;
}

.message_attachments.collapsed span.expan_attachments
{
  display: inline;
}

/*
 * Attachments UI
 */

ul.attachments_ui
{
  margin: 5px 0 0 0;
  line-height: 130%!important;
}

ul.attachments_ui li
{
  padding-left: 25px;
  background: transparent url('/modules/support/resources/images/attachment.png') no-repeat left top;
  margin-bottom: 10px;
}

/*
 * Record image list
 */

div.record_images ul
{
  margin: 5px 0 0 0;
}

div.record_images ul li
{
  list-style-type: none;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  line-height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  position: relative;
}

div.record_images ul li img
{
  vertical-align: middle;
}

div.record_images li a.delete_icon
{
  text-indent: -1000000px;
  outline: none;
  background: url(../i/delete_icon.png) no-repeat left top;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  right: -12px;
}

div.record_images#customer_photo ul li 
{
  padding: 5px;
  line-height: 80px;
  height: 80px;
  width: 80px;
}

div.record_images#customer_photo p
{
  margin-left: 110px;
}

/*
 * Ticket message form
 */

.ticket_reply_form textarea
{
  width: 100%;
  height: 100px;
  border: 1px solid #bbb;
  border-top: 1px solid #666666;
  background: white url('../i/input_bg.gif') repeat-x left top;
}

.ticket_reply_form input.awesome
{
  margin-top: 15px;
}

.ticket_reply_form ul.form
{
  margin-top: 10px!important;
}

.non_initialized ul.form,
.non_initialized input.awesome
{
  display: none;
}

.non_initialized ul.form.force
{
  display: block
}

/*
 * Ticket messages
 */

p.closed_ticket
{
  text-align: center;
  background: #eee;
  padding: 10px;
}

/*
 * Customer messages
 */

div.customer_message
{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E4E6E6;
  padding: 20px;
}

div.customer_message h3
{
  color:#444444;
  text-shadow:1px 1px 0 #FFFFFF;
}

/*
 * AppStore item information page
 */
 
.appstore_icon
{
  width: 80px;    
  height: 80px;
  float: left;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  line-height: 80px;
}

div.default_icon 
{
  background: transparent url(../i/icons/market/module_default.png) no-repeat  50% 50%;
  width: 80px;
  height: 80px;
}

.appstore_icon img
{
  display: inline-block;
  vertical-align: middle;
}

.appstore_item_header
{
  float: left;
  width: 580px;
}

ul.appstore_item_info
{
  margin: 0 0 10px 0;
}

ul.appstore_item_info li
{
  list-style-type: none;
  margin-right: 2px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
}

ul.appstore_item_info li:last-child
{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

ul.appstore_item_info li strong
{
  color: #333333;
  font-weight: normal;
}

.appstore_item_details
{
  border-top: 1px solid #DDDDDD;
  margin-top: 10px;
  padding-top: 10px;
}

.appstore_item_details p
{
  margin-top: 0;
  margin-bottom: 10px;
}

.appstore_item_details h3
{
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.appstore_item_details h3 a.expand_link
{
  font-size: 12px;
  font-weight: normal;
  border-left: 1px solid #CCCCCC;
  padding-left: 5px;
}

.appstore_item_details h4
{
  font-size: 13px;
}

ul.appstore_item_images
{
  margin: 0; 
}

ul.appstore_item_images li
{
  list-style-type: none;
  padding: 7px;
  margin-right: 7px;
  margin-bottom: 7px;
  height: 100px;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 100px; 
}

ul.appstore_item_images li img
{
  vertical-align: middle;
}

.appstore_item_actions ul
{
  margin: 0; 
}

.appstore_item_actions li
{
  list-style-type: none;
  margin-right: 2px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 100%;
}

.appstore_item_actions li:last-child
{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*
 * Breadcrumbs
 */

ul.breadcrumbs
{
  margin: 0 0 10px 0;
}

ul.breadcrumbs li
{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  margin: 0 3px 0 0;
  background: transparent url(../i/breadcrumb.gif) no-repeat right 50%;
  line-height: 100%;
}

ul.breadcrumbs li:last-child
{
  padding-right: 0;
  margin-right: 0;
  background: none;
}

/*
 * Inline selector
 */

ul.inline_selector
{
  margin: 0 0 10px 0;
}

ul.inline_selector li
{
  list-style-type: none;
  margin-right: 2px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
}

ul.inline_selector li:last-child
{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*
 * Reporting
 */

div.no_report_data
{
  background: #eee;
  text-align: center;
  margin: 15px 0;
  padding: 30px;
}

h4.report_name
{
  float: left;
}

.chart_container
{
  height: 300px;
}

.report_interval_selector
{
  margin: 0 0 10px 0;
}

.report_interval_selector label
{
  padding-right: 5px;
}
