/*
# (c) 2006 DS Data Systems UK Ltd, All rights reserved.
#
# DS Data Systems and KonaKart and their respective logos, are 
# trademarks of DS Data Systems UK Ltd. All rights reserved.
#
# The information in this document below this text is free software; you can redistribute 
# it and/or modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# 
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
*/

/* Import the tile style */
@import 'tile1.css';

#main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-top: 105px;
}

#login-button {display:none}

#layoutMain {
	background-color: #ffffff;
}

.body-header { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #4e6eab;
  padding-top: 10px;
}


.body-header  .small  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding-left:20px;
}

.body-header  .taggroup  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  padding-left:0px;
}

.body-header  .tag  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
  padding-left:0px;
}

.body-content-div { 
  padding-top: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.body-content-tab { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

table.productListing {
	border-collapse: collapse;
}

table.productListing td {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #b6b7cb;
}

table.productListing td td {
	border: 0;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.productListing-data a {
	text-decoration: underline;
}

td.smallText, span.smallText,p.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*
a.pageResults {
  color: #0000FF;
}

a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
*/

.body-content-div a {
	text-decoration: underline;
}

.stockWarning { 
 font-family : Verdana, Arial, sans-serif; 
 font-size : 10px; 
 color: #cc0033; 
}

.msg-box {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 16px;
  background: #f8f8f9; 
  border: 1px;
  border-style: solid;
  border-color: #bbc3d3;
  height:100%;
}

.msg-box-no-pad {
  background: #f8f8f9; 
  border: 1px;
  border-style: solid;
  border-color: #bbc3d3;
}

.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}

.productsNotifications { 
	background: #f2fff7; 
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 10px; 
	color: #D5A000; 
	text-decoration: underline; 
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover, #breadcrumb a:hover {
  color: #4e6eab;
  text-decoration: underline;
}

form {
	display: inline;
}

td.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

checkbox, #main input, radio, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

span.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { 
	background-color: #D7E9F7; 
	cursor: pointer; 
	cursor: hand; 
}

.checkoutBarFrom, .checkoutBarTo { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #8c8c8c;
}

.checkoutBarCurrent { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}

.messageStackError, .messageStackWarning, .messageStackSuccess {
	list-style: none;
}

.messageStackError, .messageStackWarning { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #FF4830;
	padding-left: 10px;
	padding-right: 10px;
}

.messageStackSuccess { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #A6DC00; 
}

.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ff0000; 
}

/*
KonaKart GWT styles
*/

.konakart-HandCursor {
  cursor: pointer;
}

.konakart-PointerCursor {
 cursor: default;
}

.konakart-TextBox {
	background-color: white;
}

.konakart-TextBox-Invalid {
	background-color: #ffb3b5;
}

.konakart-smallFont {
  font-size: 60%;
}

.gwt-DialogBox {
	border: 2px solid #AAAAAA;
	background-color: white;
}

.gwt-DialogBox .Caption {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
	color: #9a9a9a;	padding: 4px;
	padding-bottom: 8px;
	cursor: default;
}

/* The following are for the header menus pulled from xactware.com */
img {
	border-width: 0;
}

.top_bar {
    width: 781px;
    height: 40px;
    padding: 0px;
    background-color: #FFFFFF;
}

.logo_wrapper, .logo_wrapper_360 {
    padding: 15px 0px 6px 11px;
    float: left;
}

.top_menu_bar {
	min-width: 580px;
	width: 580px;
    float: right;
    margin: 32px 12px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
}

.top_menu_link {
    color: #6E6E6E;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 9pt;
	border-color: #DF912D;
	border-width: 0 0 0 2px;
	border-style: solid;
	z-index: -1;
	font-family: Arial, sans-serif;
}

.top_menu_link a {
    color: #6E6E6E;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, sans-serif;
	text-decoration: none;
	z-index: -1;
}

.top_menu_link a:hover {
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, sans-serif;
	text-decoration: none;
	z-index: -1;
}

.top_menu_linker  {
    padding: 0px;
    float: left;
    cursor: default;
}

.top_menu {
  visibility: hidden;
  position: absolute;
  border-color: #DF912D;
  border-width: 0 0 2px 2px;
  border-style: solid;
  background-color: #FFFFFF;
  white-space: nowrap;
  z-index: 100;
}

.menu_item  {
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 3px 3px 8px;
  color: #666666;
}


.menu_item a {
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent;
  color: #666666;
  text-decoration: none;
  font-size: 8pt;
  font-weight: normal;
}

.menu_item a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #757575;
}


/* additional styling */

a.show_link {
	color: #538bba;
	text-decoration: underline;
}

.body-content-div .prod_img {
	float:right;
	position: relative;
	left: 15px;
	border: 0;
}

.body-content-div ul {
	list-style-image: url(../images/arrow_blue.png);
}

.category-list {
	text-decoration: underline;
	line-height: 2.5;
	margin-left: 60px;
}
	
.prod-table {
	border-collapse: collapse;
}

.prod-table td {
  border-top: 1px dotted #b6b7cb;
  padding: 20px 5px 20px 5px;
}

.prod-table tr#first-prod-table td {
	border: 0;
}

.search-table {
	border-collapse: collapse;
}

.search-table td {
  border-bottom: 1px dotted #b6b7cb;
  padding: 20px 5px 20px 5px;
}

.additional-info {
	font-weight: bold;
	font-size: 10px;
	margin-left: 7px;
}

a.my-account-link {
	color: #265689;
}

.class-full {
	color: red !important;
}

.ccRequired {
	font-weight: bold;
}

.registrantsInput {
	clear: left;
	float: left;
}

.blue {
	color: #538bba !important;
}

.edit-account-table input { width: 220px }

.div-link { text-decoration: none !important }

.training-dates tr.highlight {
	background-color: #538bba;
	color: #fff;
	cursor: pointer;
}
.training-dates tr.selected {
	background-color: #265689;
	color: #fff;
}
.training-dates td {
	padding-right: 10px;
}

.bold { font-weight: bold; }

.regular-font { font-size: 11px; }

.button {
	vertical-align: middle;
	cursor: pointer;
}

.subcategory {
	color: #4e6eab;
	font-style: italic;
	font-weight: bold;
	clear:both;
}

#chat-popup {
	position: absolute;
	top: 300px;
	left: 665px;
}