/* ready mobile styles */

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  margin:0px;
  text-align:center;
  background-color:#dfdfdf;
  background-image: url('images/background_repeater.jpg');
  background-repeat: repeat-x;
}

a {
  color: #0066CC;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  
}


div.holder {
  width:100%;
  margin:auto;
  text-align:center;
  
  background-size:100%;
  height:100%;
}

div.application {
  width:900px;
  margin:auto;
  text-align:left;
  /*border: 1px solid black;
  background-color:#FFFFFF*/
}

div.sub_panel {
  background-color:#FFFFFF;
  background-image:url('images/sub_panel.jpg');
  background-repeat:no-repeat;
  width:193px;
  height:226px;
  margin-left:15px;
  float:left;
}
div.sub_panel table {
  margin-left:1px;
  margin-top:1px;
}
div.sub_panel table td {
  line-height:24px;
}
div.sub_panel a {
  color: #000000;
  text-decoration:none;
}
div.sub_panel a:hover {
  text-decoration:underline;
}

table.navigation td {
  background-color: #A90000;
}
table.navigation td a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
table.navigation td a:hover {
  /*text-decoration: underline;*/
  color:#FFFF00;
}

table.sub_nav {
  background-image:url('images/sub_nav_repeater.jpg');
  background-repeat:repeat-x;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
  width:830px;
  height:34px;
  margin-top:30px;
  margin-bottom:20px;
}
table.sub_nav a {
  color:#000000;
  text-decoration:none;
}
table.sub_nav a:hover {
  text-decoration:underline;
}

td.footer_text {
   color:#666666;
   font-size:12px;
   padding-top:10px;
   padding-bottom:20px;
}
td.footer_text a {
  color:#666666;
  text-decoration:none;
}
td.footer_text a:hover {
  color:#000000;
}

li {
  margin-bottom:20px;
}

p {
  margin-left:10px;
  margin-right:10px;
}

p.breadcrumb {
  margin-left:10px;
  margin-top:0px;
}
p.breadcrumb a {
  color:#990000;
  text-decoration:none;
}
p.breadcrumb a:hover {
  text-decoration:underline;
}

p.disclaimer {
  color:#999999;
  font-size:12px;
}


/* tabbed panel styles */
div.tab_up {
  background-image:url('images/tab_up.jpg');
  background-repeat:no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  width:118px;
  height:25px;
}
div.tab_up a {
  text-decoration:none;
  color:#000000;
  display:block;
  padding-top:5px;
  padding-left:10px;
}
div.tab_up a:hover {
  color:#666666;
}
div.tab_down {
  background-image:url('images/tab_down.jpg');
  background-repeat:no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  width:118px;
  height:25px;
  color:#666666;
}
div.tab_down a {
  text-decoration:none;
  color:#666666;
  display:block;
  padding-top:5px;
  padding-left:10px;
}
div.tab_down a:hover {
  color:#ffffff;
}


/* end of tabbed panel styles */

p.smaller {
  font-size: 12px;
}
p.subtopic {
  font-size: 12px;
  color:#666666;
  margin-left: 20px;
  line-height:16px;
}
table.products td {
  font-size:12px;
}
table.products tr.highlighted {
  background-color:#eeeeee;
}


ul.smaller {
  margin:0px;
  padding-left:15px;
}
ul.smaller li {
  font-size:12px;
  margin:0px;
}
ul.smaller_02 {
  margin: 0px;
  padding-left:30px;
}
ul.smaller_02 li {
  font-size:12px;
  margin:0px;
  margin-top:5px;
}  
div.smaller {
  font-size:12px;
}
div.smaller li {
  font-size:12px;
}
div.smaller p {
  font-size:12px;
}

p.highlighted {
  background-color:#eeeeee;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  font-weight:bold;
}
a.buy_now_btn {
  width: 154px;
  height:34px;
  background-image:url('images/buy_now_btn_up.jpg');
  background-repeat: no-repeat;
  display:block;
}
a.buy_now_btn:hover {
  background-image:url('images/buy_now_btn_over.jpg');
}
a.buy_now_btn span {
  display:none;
}

/*  cs portal */


div.cs_portal {
  padding:10px;
  border:1px solid #cccccc;
  background-color:#f6f6f6;
}
input.portal_input {
  border:1px solid #000000;
  margin:5px;
}
select.portal_input {
  border:1px solid #000000;
  margin:5px;
}
textarea.portal_input {
  border: 1px solid #000000;
  margin:5px;
  padding:5px;
  font-size:12px;
}
table.portal_table td {
  font-size:12px;
}

td.small_description {
	font-size:10px;
}
td.small_description p {
	font-size:10px;
}

td.small_description ul,li {
	padding:0px;
	margin:0px;
}
td.small_description li {
	margin-left:15px;
}

/* end cs portal */