@import "style_part_0_std_reset.css";
@import "style_part_1_rounded_box.css";
@import "style_part_2_common_top.css";
@import "style_part_3_common_left.css";
@import "style_part_4_common_footer.css";
@import "style_part_5_research_topupcross_sell.css";
@import "style_part_6_news_block.css";
@import "style_part_7_home_page.css";
@import "style_part_8_intermediate_static.css";
@import "style_part_9_fly.css";

/* ========================================================= 
STEP 11: CART RELATED THINGS
============================================================ */
/* Form elements */

input {
	border: 1px solid #000;
	padding: 1px;
	background-color: white;
}
select {
	background-color: #ffffff;
	border: 1px solid black;
	width: 175px;
	font-size: 12px;
}
.btn {
	padding: 0px;
	border: 0;
	background-color: transparent;
}
.btn-border {
	padding: 2px;
	border: 1px solid black;
	background-color: transparent;
}
.nitems {
	color: yellow;
  font-size: 12px;
  line-height: 14px;
}

}
.buttontexts {
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
}

:focus { outline: 0; }
ol { list-style: none; }
ul { list-style-type: disc;
     list-style-position: inside;
     padding-left: 1em;
     text-indent: -1em;
   }
.errormsg {
  color: red;
}

/*contenbar1 and maincontent are legacy, need to replace them probably.*/
.contentbar1 {
	background-color: #ccebb9;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: inherit;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
}
.contentbar1 a{
	text-decoration: none;
	color: blue;
}

.contentbar2 {
	background-color: #99d47f;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: inherit;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
}
.contentbar2 a{
	text-decoration: none;
}
.contentbar2 img{
	border: 0;
}

.maincontent {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: inherit;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
}
.maincontent sup {
  font-size: 10 px;
  line-height: 6px;
}
.maincontent td a{
	text-decoration: none;
	color: blue;
}
.maincontent a{
	text-decoration: none;
	color: blue;
}
