﻿html,body{margin:0;padding:0}
body{text-align:center; font-family: Tahoma, Arial; font-size: 13px;}

.tickerstyle{width: auto; padding-top: 10px; height:180px; overflow:hidden;}
.messagediv{display: none;}
td {font-family: Arial; font-size: 12px;}
h3 {font-size: 18px;}

div#header{position:relative; height: 140px; min-height: 140px; vertical-align: bottom;}
div#container{text-align:left; width:850px;margin:0 auto}
div#content p{line-height:1.4}
div#navigation{background:#ffffff;}
div#navigation{float:right;width:270px; text-align: right;}
div#carousel{height: 189px; background-image: url('images/blue_bg.jpg');}
div#extra{float:left;width:350px;}
div#footer{background: #333;color: #FFFFFF; text-align: center;}
div#footer{clear:both;width:100%}
div#footer a, div#footer a:visited {text-decoration: none; color: White;}

div#toolbar{  padding-left: 20px; height: 34px; min-height: 36px; background-repeat:repeat-x; clear: both; background-image: url('images/grey_bg.jpg');}
div#toolbar a{color: White; text-decoration: none; font-size: 16px; font-weight: bold;}

/*
div#shoppingBag {display:none;position:absolute; top:75px; right:0; padding: 0px 0 0 0; width:250px; height: 150px; background-color: Silver;}
div#shoppingBagTotalRow {background-color: Aqua; height: 20px; width: 250px; position: absolute; bottom: 0; right: 0; text-align: center;}
div#shoppingBagHeaderRow {background-color: Black; color: White; height: 20px; width: 250px; position: absolute; top: 0; right: 0;}
*/

div#shoppingBag {background-image: url(window/window_bg.png); background-repeat:repeat-y; display:none;position:absolute; top:75px; right:0; padding: 0px 0 0 0; width:260px;}
div#shoppingBagContentRow {background-image: url(window/window_bg.png); background-repeat:repeat-y; width: 260px; clear: both;}
div#shoppingBagHeaderRow {background-image: url(window/window_top.png); color: White; height: 33px; width: 260px; clear: both;}
div#shoppingBagFooterRow {background-image: url(window/window_bottom.png); height: 13px; width: 260px; clear: both;}

div#shoppingBagHeaderRow div{padding: 5px 5px 0px 33px;}

.basketItemTitle { float: left; font-weight: bold; font-size: 16px; padding: 4px  4px 10px 4px; text-align: center; width: 500px;}
.basketItemImage { width: 175px; float: left;}
.basketItemDetails {float: left; padding-left: 20px;}

.basketItem {float: left; clear: both; width: 250px;}
.basketTotal {padding-left: 5px; padding-right: 5px; float: left; clear: both; width: 250px;}
.basketNavigation {padding-left: 5px; padding-right: 5px; float: left; clear: both; width: 250px;}




 .focusField{  
     border:solid 2px #73A6FF;  
     background:#EFF5FF;  
     color:#000;  
 }  
 .idleField{  
     background:#EEE;  
     color: #6F6F6F;  
     border: solid 2px #DFDFDF;  
 }
 .errorField{  
     background:#ffcccc;  
     color: #000;  
     border: solid 2px Red;  
 }  
 
 
 table#tblSummary {
	border-collapse: collapse;
	width: 100%;
}

table#tblSummary th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.2;
}

table#tblSummary td {
	padding: 6px 11px;
	background: #ecf6fc;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

table#tblSummary td * {
	padding: 6px 11px;
}

table#tblSummary tr.alt td {
	background: #ffffff;
}

table#tblSummary tr.over td {
	background: #bcd4ec;
}


.chargeError
{
    clear:both; display: none; width: 500px; margin-right: auto; margin-left: auto; text-align: center; padding-top: 10px; padding-bottom: 10px;
}
.greenField
{
     background:#c2e8d5;  
     color: Green;
     font-weight: bold;
     font-size: 16px;
     border: solid 2px #494949;  
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.text {width: 200px;}


.detailsItem a{
    color: Black;
    font-weight: bold;
}

.detailsItem a:active, .detailsItem a:current, .detailsItem a:visited {
    color: Black;
    font-weight: bold;
}

.detailsItem a:hover
{

    font-weight: bold;
    color: Red;
}
.detailsInfo
{
    display: none;
    padding: 5px 0 10px 15px;
}