/* ----------------------------------------------- */
/* - Sitecore test                               - */
/* ----------------------------------------------- */
.editbar_caption {
  color: #FFFFFF;
  text-decoration: none;
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
}

.editbar_tab {
  background-color: #CCCCCC;
}

/* ----------------------------------------------- */
/* - Standard tags                               - */
/* ----------------------------------------------- */

p {
  margin-top:2px;
  margin-bottom:2px;
}

/* ----------------------------------------------- */
/* - Main                                        - */
/* ----------------------------------------------- */

.heading1 {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase; 
  color:white; 
  background-color:#667cb8;
  padding-left:10px; 
  padding-top:4px; 
  padding-right:10px; 
  padding-bottom:4px; 
}

.normal {
  font-family: verdana;
  font-size: 15px;
}

/* ----------------------------------------------- */
/* - Lists                                       - */
/* ----------------------------------------------- */

h1.list {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
}

h2.list {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3.list {
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4.list {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5.list {
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6.list {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.list {
  font-family: tahoma;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.list {
  font-family: tahoma;
  font-size: 11px;
}

/* ----------------------------------------------- */
/* - Menus                                       - */
/* ----------------------------------------------- */
.menu {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.searchoption {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #667CB8;
  text-decoration: none;
}

/* ----------------------------------------------- */
/* - Detail                                      - */
/* ----------------------------------------------- */

h1.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase; 
  color:white; 
  background-color:#667cb8;
  padding-left:10px; 
  padding-top:4px; 
  padding-right:10px; 
  padding-bottom:4px; 
  margin-bottom:4px; 
}

h4.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top:10px; 
  margin-bottom:10px; 
  color: blue;
}

h5.detail {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  margin-top:0px; 
  margin-bottom:0px; 
}

h6.detail {
  font-family: tahoma;
  font-size: 12px;
  font-weight: normal;
  margin-top:10px; 
  margin-bottom:0px; 
  margin-left:10px; 
  margin-right:10px; 
}

p.detail {
  font-family: tahoma;
  font-size: 11px;
}

a.detail {
  font-family: tahoma;
  font-size: 10px;
}

/* ----------------------------------------------- */
/* - Spots                                       - */
/* ----------------------------------------------- */
.spotheading {
  padding: 2px;
  padding-left: 8px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: #83A2FF;
  width:100%;
}

.spotbox {
  padding: 8px;
  border-style: solid;
  border-top-style: none;
  border-width: 1px;
  border-color: #83A2FF;
  font-family: verdana;
  font-size: 11px;
  background-color:#E7FEFF;
  width:100%;
}

/* ----------------------------------------------- */
/* - Basket                                      - */
/* ----------------------------------------------- */
.basket {
  font-family: verdana;
  font-size: 11px;
  border-collapse: collapse;
}

.basketbutton {
  font-family: verdana;
  font-size: 10px;
}

.basketinput {
  font-family: verdana;
  font-size: 11px;
  text-align:right;
}

.basketheading {
  font-weight: bold;
  padding-top:5px;
  padding-bottom:5px;
}

.baskettotal {
  font-weight: bold;
  padding-top:5px;
  padding-bottom:5px;
}

/* TrueTouch Styles: /*
/* ----------------------------------------------- */
/* - Decision Styles Table                       - */
/* ----------------------------------------------- */
table#decisionStyles
{
	border: 1px solid #000000;
	font-family: arial, verdana;
	margin: 5px;
	width: 380px;
}

table#decisionStyles th
{
	text-align: left;
	font-size: 0.8em;
	padding: 2px;
}

table#decisionStyles td
{
	text-align: left;
	font-size: 0.7em;
	padding: 5px;
	vertical-align: top;
}


table#decisionStyles .col1_head, .col2_head
{
	border-right: 1px solid #000000;
}


table#decisionStyles .pink_dark
{
	background: #df92a4;
	font-weight: bold;
}
table#decisionStyles .pink_light
{
	background: #f5e1e3;
}
table#decisionStyles .orange_dark
{
	background: #f78346;
	font-weight: bold;
}
table#decisionStyles .orange_light
{
	background: #ffdfc7;
}
table#decisionStyles .yellow_dark
{
	background: #fdcb4e;
	font-weight: bold;
}
table#decisionStyles .yellow_light
{
	background: #fff0cf;
}
table#decisionStyles .blue_dark
{
	background: #74beeb;
	font-weight: bold;
}
table#decisionStyles .blue_light
{
	background: #daecfa;
}
table#decisionStyles .purple_dark
{
	background: #b29acc;
	font-weight: bold;
}
table#decisionStyles .purple_light
{
	background: #e7e3f1;
}
table#decisionStyles .green_dark
{
	background: #8cc63e;
	font-weight: bold;
}
table#decisionStyles .green_light
{
	background: #dfedca;
}

table#decisionStyles .col1_body, .col2_body
{
	border-right: 1px solid white;
	border-top: 1px solid white;
}

table#decisionStyles .col3_body
{
	border-top: 1px solid white;
}


/* ----------------------------------------------- */
/* - Groups ans Types Table                       - */
/* ----------------------------------------------- */
table#GroupsTypes
{
	border: 1px solid #000000;
	font-family: arial, verdana;
	margin: 5px;
	width: 380px;
}

table#GroupsTypes th
{
	text-align: left;
	font-size: 0.8em;
	padding: 2px;
}

table#GroupsTypes td
{
	text-align: left;
	font-size: 0.7em;
	padding: 5px;
	vertical-align: top;
}


table#GroupsTypes .col
{
	border-right: 1px solid #000000;
}


table#GroupsTypes .A_dark
{
	background: #485daa;
	font-weight: bold;
	text-align: center;
}
table#GroupsTypes .A_light
{
	background: #c7c8e4;
}
table#GroupsTypes .B_dark
{
	background: #df92a6;
	font-weight: bold;
	text-align: center;
}
table#GroupsTypes .B_light
{
	background: #f5e1e3;
}
table#GroupsTypes .C_dark
{
	background: #b29acb;
	font-weight: bold;
	text-align: center;
}
table#GroupsTypes .C_light
{
	background: #e8e2f0;
}
table#GroupsTypes .D_dark
{
	background: #8ec83b;
	font-weight: bold;
	text-align: center;
}
table#GroupsTypes .D_light
{
	background: #dfedca;
}
table#GroupsTypes .E_dark
{
	background: #aaa9ad;
	font-weight: bold;
	text-align: center;
}
table#GroupsTypes .E_light
{
	background: #e7e7e9;
}
table#GroupsTypes .F_dark
{
	background: #964996;
	font-weight: bold;
	text-align: center;
}
table#GroupsTypes .F_light
{
	background: #dbc8de;
}

table#GroupsTypes .col_body
{
	border-right: 1px solid white;
	border-top: 1px solid white;
}

table#GroupsTypes .colend_body
{
	border-top: 1px solid white;
}

/* ----------------------------------------------- */
/* - Gradient Box                                - */
/* ----------------------------------------------- */

div.gradientboxTop
{
	width: 389px;
	height: 8px;
	background: url('/upload/truetouch/images/layout/gradient_box_top.gif') bottom no-repeat;
	margin: 0px 0px 0px 5px;
}

div.gradientboxMid
{
	width: 389px;
	min-height: 70px;
	background: url('/upload/truetouch/images/layout/gradient_box_middle.gif') top no-repeat;
	margin: 0px 0px 0px 5px;
}

div.gradientboxBot
{
	width: 389px;
	height: 8px;
	background: url('/upload/truetouch/images/layout/gradient_box_bottom.gif') no-repeat;
	margin: 0px 0px 0px 5px;
}