html, body{height:100%;}

* {
	font-family: Arial, Trebuchet MS, Arial, Helvetica, sans-serif;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
html {
	overflow-y: scroll;
}
/* LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS LINKS */
a {
	text-decoration: none;
}
.topMenu a:link, .topMenu a:visited {
	color: #2e388d;
}
.topMenu a:active, .topMenu a:hover {
	color: #333333;
}
.bottomMenu a:link, .bottomMenu a:visited {
	color: silver;
}
.bottomMenu a:active, .bottomMenu a:hover {
	color: #fff100;
}

.yellowBlueMsg a:link, .yellowBlueMsg a:visited {
  color:#fff100;
}

.yellowBlueMsg a:active, .yellowBlueMsg a:hover {
  color:#fff100;
}

.blueYellowMsg a:link, .blueYellowMsg a:visited {
  color:#0e1b8d;
}

.blueYellowMsg a:active, .blueYellowMsg a:hover {
  color:#0e1b8d;
}


.whiteBlueMsg a:link, .whiteBlueMsg a:visited {
  color:#ffffff;
}

.whiteBlueMsg a:active, .whiteBlueMsg a:hover {
  color:#fff100;
}


a:link, a:visited {
	color: #0e1b8d;
}
a:active, a:hover {
	color: gray;
}
td, p {
	text-align: left;
}
img {
	border: 0px;
	*margin-bottom: expression("-3px");
}


.productBrand {
	color: rgb(0,64,64);
	font-size:12px;
}
.productModelNo {
	color: #222222;
	font-size: 11px;
}
.productTitle,  .productTitle a {
	color: #2e388d;
	font-size: 12px;
}
.productTitleBig {
	color: #33348e;
	font-size: 16px;
	text-align: center;
	padding:10px;
}


.productDetails ul {
  padding-left:10px;
}

.productDetails li {
	list-style-image: url(../images/bullet.png);
	font-size: 11px;
}


.productPrice {
	color: #fff100;
	font-size: 18px;
	background: url(../images/priceBackground.png) no-repeat center;
	height: 30px;
	text-align: center;
	padding-top: 3px;
	font-style: italic;
}


.storeName {
	color: gray;
	font-size: 12px;
	text-transform: uppercase;
}
.storeDetails {
	color: #222222;
}

.storeDetails td {
  font-size:10px;
}

legend {
	color: #0e1b8d;
	margin-bottom: 5px;
	background: white;
}
fieldset {
	border: 1px solid #606060;
}
label {
	color: #444444;
	padding-left:4px;
}

label.topSearch {
	color:white;
}
.box {
	color: black;
	border: 1px solid gray;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 0px;
	height: 15px;
}
.wide {
  width:400px;
}
textarea {
	color: black;
	border: 1px solid #3C5872;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 0px;
	width: 350px;
}
.selectbox {
	color: black;
	border: 1px solid #3C5872;
	margin-top: 1px;
	margin-right: 2px;
	margin-left: 0px;
	width: 350px;
}
.checkbox {
	margin-top: 1px;
	margin-right: 3px;
	margin-left: 3px;
}
.emphasis {
	color: green;
	font-weight: bold;
}
.bottomMenu {
	color: silver;
}
.infoMsg {
	color: #606060;
}
.highlight {
	color: #fff100;
}
.errorMsg {
	color: red;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.readonly {
	background-color: rgb(255,255,153);
}
.mandatory {
	background-color: rgb(255,204,204);
}
.row1 {
	background-color: white;
}
.row2 {
	background-color: #f6f6f6;
}
.rowHighlight {
	background-color: #E89D9D;
}
.rowCmd {
	background-color: #0e1b8d;
	color: white;
}

.rowCmd a {
  color:white;
}


.dragable {
	cursor: move
}
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	color: #0e1b8d;
	text-align: left;
	vertical-align: top;
	background-color: #fff86a;
	border-bottom: 1px solid #0e1b8d;
	border-top: 1px solid #0e1b8d;
  font-weight: normal;
}

td.topMenu {
	text-align: center;
	background: url(../images/menu.png) #fff100;
	font-size: 14px;
}

.button {
	border: 1px solid #606060;
	margin-top: 1px;
	background-color: #fff86a;
	color: #0e1b8d;
	height: 17px;
}

h1, .heading1, .heading {
	color: #0e1b8d;
	font-size: 14px;
}
h2, .heading2 {
	color: #0e1b8d;
	font-size: 12px;
}
h3, .heading3 {
	color: #707070;
}

.boxOverHeader {
	-webkit-border-radius: 4px;
	text-align: left;
	height:0;
}
.boxOverBody {
	-webkit-border-radius: 4px;
	text-align: center;
}

#blanket {
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  height:100%;
  position:absolute;
  z-index:5;
  background-color:#666666;
	filter:alpha(opacity=0.6);
	opacity:0.6;

}

#popup {
  width:850px;
  display:none;
  position:absolute;
  z-index:10;
  text-align: center;
}

#popupBanner {
  position:relative;
  height:16px;
  display:block;
}

#popupBody {
  padding:6px;
  display:block;
  -webkit-border-radius: 4px;
  text-align: center;
  overflow:auto;
/*  border-top:1px solid silver;
  border-left:1px solid silver;
  border-bottom:1px solid gray;
  border-right:1px solid gray;*/
}

#popupOuterBody {
  position:relative;
  vertical-align:top;
  display:block;
  text-align: center;
}

.searchButton {
  border:0;
  width:16px;
  height:16px;
  background:url(../images/searchButton.png) no-repeat center;
}

.searchButtonBigger {
  border:0;
  width:20px;
  height:20px;
  background:url(../images/searchButtonBigger.png) no-repeat center top;
}

.padding10 {
  padding:10px;
}

.leftSection {
  width:178px;
  border:1px solid #33348e;
  color:#333333;
  overflow-x:hidden;
  background:white;
}

.leftSectionInner {
  padding:10px;
}

.tooltip {
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px 3px 3px 3px;
}

.productTable {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  background:white;
  margin:3px;

}

.productTableHome {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  background:white;
}

.pointer {
  cursor:pointer;
}

.leftContainer {
  width:210px;
  padding-right:2px;
  background: url(res/images/borderRight.png) repeat-y right #eeeeee;
}

.blueYellowMsg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
	color:#0e1b8d;
  font-size:11px;
	background-color:#fff100;
	padding:5px;
	vertical-align:middle;
}

.yellowBlueMsg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
	color:#fff100;
  font-size:11px;
	background-color:#0e1b8d;
	padding:5px;
	vertical-align:middle;
}

.blueWhiteMsg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
	color:#0e1b8d;
  font-size:11px;
	background-color:white;
	padding:5px;
	vertical-align:middle;
}

.whiteBlueMsg {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
	color:white;
  font-size:11px;
	background-color:#0e1b8d;
	padding:5px;
	vertical-align:middle;
}

.white {
  color:white;
}

.errorMsg {
	font-weight:bold;
	color:rgb(204,0,0);
  font-size:11px;
	background-color:rgb(255,174,174);
	border:1px solid #808040;
	padding:7px;
	vertical-align:middle;
}


.tipMsg {
	font-weight:bold;
	color:#808040;
  font-size:11px;
	background-color:#ffffe1;
	border:1px solid #808040;
	padding:7px;
	vertical-align:middle;
}

.secMsg {
	font-weight:bold;
	color:rgb(204,0,0);
  font-size:11px;
	background-color:rgb(255,174,174);
	border:1px solid #808040;
	padding:7px;
	vertical-align:middle;
}


.statusMsg {
	font-weight:bold;
	color:#009933;
  font-size:11px;
	background-color:#E5FFF8;
	border:1px solid #009933;
	padding:7px;
	vertical-align:middle;
}

.infoMsg {
	color:#606060;
	font-size:11px;
}
