.boxText {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

.errorBox {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background: #ffb3b5;
font-weight: bold;
}

.stockWarning {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #cc0033;
}

.productsNotifications {
background: #f2fff7;
}

.orderEdit {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #70d250;
text-decoration: underline;
}

BODY {
 background: #ffffff;
 color: #333333;
 margin: 0px;
 padding: 0px;
 scrollbar-dark-shadowcolor:#3959A2; 
 scrollbar-light-shadow-color:#3959A2;
 scrollbar-base-color:#333333; 
 scrollbar-arrow-color:#333333;
 scrollbar-face-color:#3959A2; 
 scrollbar-shadow-color:#3959A2;
 scrollbar-3d-light-color:#3959A2;
}

.header_contact_r {
 color: #3959A2;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 padding-left: 5px;
 width: 40%;
}

#header_contact_data {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
 color: #E8741B;
 font-weight: bold;
}

.header_contact_l {
 color: #3959A2;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 text-align: right;
 padding-right: 7px;
 border-right: 1px solid #3959A2;
 width: 40%;
}

/* Ссылки */
A {
 color: #5D5D5D;
 text-decoration: none;
}

A:link.yellow {
 color: #CC6635;
 text-decoration: underline;
}

A:link {
 color: #5D5D5D;
 text-decoration: none;
}

A:hover {
 color: #66A4B5;
 text-decoration: underline;
}

A.decorL {
 color: #336699;
 font-size: 10px;
 padding-left: 3px;
 padding-right: 3px;
 text-decoration: none;
}

A.decorL:link {
 font-size: 10px;
 color: #336699;
 padding-left: 3px;
 padding-right: 3px;
 text-decoration: none;
}

A.decorL:hover {
 font-size: 10px;
 color: #336699;
 background: #FFFF33;
 padding-left: 3px;
 padding-right: 3px;
 border-bottom: 1px dashed #336699;
}

A.headerNavigation { 
 color: #2B2B2C;
}

A.headerNavigation:hover {
 color: #333333;
}

a.paramInfo:hover span {
display: block;
position: absolute;
top: 2em; 
left: 2em; 
width: 30em;
border: 1px solid #CDDDDD;
background-color: #FFFF99; 
color: #000;
text-align: left;
text-decoration: none;
padding: 6px;
}

A.pageResults {
 color: #8EA6D7;
/*for JS links*/
 cursor: pointer;
 cursor: hand;
}

A.pageResults:hover {
 color: #8EA6D7;
 background: #FFFF33;
/*for JS links*/
 cursor: pointer;
 cursor: hand;
}

.accPopProds {
padding-left: 9px;
color: #60747A;
background-color: #CDDDDD;
font-size: 12px;
font-weight: bold;
}

.accCat {
cursor: pointer;
cursor: hand;
padding: 3px;
margin-top: 18px;
color: #3959A2;
border-top: 1px dotted #8EB3B3;
font-size: 16px;
background-color: #FFFFEA;
}

.accProd {
border-bottom: 1px dotted #8EB3B3;
margin: 5px;
text-align: center;
background-color: #F2F2F2;
width: 33%;
padding: 9px;
}

A.categoriesList {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #60747A;
  font-weight: bold;
}
/* Ссылки */

FORM {
display: inline;
}

/* Таблицы */
TABLE.productListing {
 border: 1px;
 border-style: solid;
 border-color: #b6b7cb;
 border-spacing: 1px;
}

/* Links Manager v1.22 begin */
TABLE.linkListing {
 border: 1px;
 border-style: solid;
 border-color: #b6b7cb;
 border-spacing: 1px;
}

.linkListing-heading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #b6b7cb;
 color: #FFFFFF;
 text-align: center;
}

TD.linkListing-data {
 border-right: 1px solid #b6b7cb;
 border-bottom: 1px solid #b6b7cb;
 padding: 4px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

TR.linkListing-odd {
 background: #f8f8f9;
}

TR.linkListing-even {
 background: #F5F5F5;
}
/* Links Manager v1.22 end */

TR.header {
 background: #ffffff;
}


TR.headerNavigation {
/* background: #3959A2; */
 background: #F1F1F1;
}

TD.headerNavigationLogoPart {
 background: #ffffff;
 color: #ffffff;
}

TD.headerNavigation {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
/* background: #3959A2; */
 background: #F1F1F1;
 color: #2B2B2C;
 font-weight : bold;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3959A2;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #8EB3B3; */
  border-left: dashed #8EB3B3 1px;
  border-right: dashed #8EB3B3 1px;
}

.infoBoxContents {
  background: #FFFFF0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.headerProdDescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #3E9161;
  color: #666666;
  font-weight : bold;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #3959A2;
  color: #ffffff;
}

.inftxt {
  font-family: Verdana, Arial, sans-serif;
  text-align: justify;
  font-size: 11px;
  padding: 5px;
  width: 100%;
  background: #FFFFF0;
  border-top: 1px solid #8EB3B3;
  border-bottom: 1px solid #8EB3B3;
/*  font-weight: bold;
  background: #CDDDDD;
  color: #666666;*/
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFF9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFF0;

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3959A2;
  color: #ffffff;
  font-weight: bold;
}

.headingMain_1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: oblique;
  color: #60747A;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #333333;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productRecommendedName {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

.ListingPrice {
  color: #3959A2;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.productRecommendedPrice {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #0600F0;
  font-size: 11px;
}

.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #E33434;
  font-size: 11px;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { background-color: #E8E8E8; cursor: pointer; cursor: hand; }
.moduleRowOver { background-color: #CDDDDD; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #CDDDDD; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 font-weight: bold;
 font-style: italic;
 color: #3959A2;
 margin: 0;
 padding: 0;
 padding-left: 5;
}

/*NEW*/

h1.pn, h3.pn, h2.pn {
 font-family: verdana, arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
 color: #ffffff;
 padding: 0;
 margin: 0;
 margin-left: 9;
}

h1.pd, h2.pd, h3.pd{
 font-weight: bold;
 font-size: 12px;
 color: #666669;
 font-family: verdana, arial, sans-serif;
 text-align: left;
 margin: 0;
 padding: 0;
}

TD.productDescription{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
COLOR: #666666;
FONT-FAMILY: Verdana;
TEXT-ALIGN: left
}

TH.d {
BORDER-LEFT: #8EB3B3 1.5px solid;
BORDER-BOTTOM: #8EB3B3 1.5px solid;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
BACKGROUND: #3959A2;
COLOR: #ffffff;
FONT-FAMILY: Verdana;
TEXT-ALIGN: center
}

TD.d {
BORDER-LEFT: #8EB3B3 1px solid;
FONT-SIZE: 7pt;
BACKGROUND: #FFFFF0;
VERTICAL-ALIGN: middle;
COLOR: #000000;
BORDER-BOTTOM: #8EB3B3 1px solid;
FONT-FAMILY: Verdana;
FONT-STYLE: normal;
TEXT-ALIGN: center;
}

TD.d1 {
BORDER-RIGHT: #8EB3B3 1px solid;
BORDER-BOTTOM: #8EB3B3 1px solid;
FONT-SIZE: 8pt;
BACKGROUND: #FFFFF0;
VERTICAL-ALIGN: middle;
COLOR: #000000;
FONT-FAMILY: Verdana;
FONT-STYLE: normal;
TEXT-ALIGN: left;
}

B.sdo {
FONT-SIZE: 11px;
COLOR: #666666;
FONT-FAMILY: Verdana;
TEXT-ALIGN: left
}

TD.title {
 FONT-FAMILY: "Times New Roman", Times, serif;
 FONT-STYLE: oblique;
 FONT-SIZE: 18px;
 FONT-WEIGHT: bold;
 TEXT-ALIGN: left;
 COLOR: #CDDDDD;
 PADDING-TOP: 0px;
 PADDING-RIGHT: 0px;
 PADDING-LEFT: 0px;
 PADDING-BOTTOM: 0px;
 MARGIN: 0px;
}

.main_title {
 FONT-FAMILY: "Times New Roman", Times, serif;
 FONT-STYLE: oblique;
 FONT-SIZE: 17px;
 FONT-WEIGHT: bold;
 TEXT-ALIGN: right;
 COLOR: #E33434;
 MARGIN: 1px;
}

.infoBoxCLCat, #ml div {
padding-bottom: 1px;
font-size: 10px;
font-weight: bold;
border-bottom: dashed #8EB3B3 1px;
}

.infoBoxCLCat_g{
padding-top: 3px;
padding-bottom: 1px;
font-size: 11px;
font-weight: bold;
background-color: #CDDDDD;
}

.infoBoxCRCat{
padding-right: 0px;
padding-bottom: 0px;
font-size: 10px;
}

TD.loginBoxGreeting{
BORDER-RIGHT: #B6B7CB 1px solid;
BORDER-LEFT: #B6B7CB 1px solid;
BORDER-BOTTOM: #B6B7CB 1px solid;
FONT-SIZE: 8pt;
BACKGROUND: #fafafa;
VERTICAL-ALIGN: middle;
COLOR: #000000;
FONT-FAMILY: Verdana;
FONT-STYLE: normal;
TEXT-ALIGN: center;
}

TD.loginBoxContents{
FONT-SIZE: 8pt;
BACKGROUND: #fafafa;
VERTICAL-ALIGN: middle;
COLOR: #000000;
FONT-FAMILY: Verdana;
FONT-STYLE: normal;
TEXT-ALIGN: center;
}

TD.pd_split {
  background: #ffffff;
  background-image: url(images/h-sep.gif);
  background-repeat: repeat-x;
  background-position: center;
  height: 5px;
  width: 100%;
}

.zagCheckout {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12.5px;
  color: #067F9D;
  font-weight: bold;
}

.filterAlpha {
  filter: Alpha(Opacity=60);
}

.filterGray {
  filter: Gray;
}

.NotificationsText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #067F9D;
  font-weight: bold;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  padding: 10;
}

.grp_row {
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #3959A2;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.wiz_param {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  BORDER-RIGHT: #8EB3B3 1px solid;
  BORDER-BOTTOM: #8EB3B3 1px solid;
}

.wiz_val {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  BORDER-LEFT: #8EB3B3 1px solid;
  BORDER-BOTTOM: #8EB3B3 1px solid;
  vertical-align: middle;
}


TD.pdt_b {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #E6E6FF;
  text-align: left;
}

TD.pdt_w {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  text-align: left;
}

TD.pdt_g {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #CDDDDD;
  color: #000000;
  text-align: center;
}

.reg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CC6635;
  text-align: center;
}

/* ------------------------ */

TD.blueBorder_right {
  border-right: solid 1px #3959A2;
}

A.nactLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #3959A2;
  text-decoration: none;
}

A:hover.nactLink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #3959A2;
  text-decoration: underline;
}

TD.notselectedProductPage {
  background: #FFFFF0;
  TEXT-ALIGN: right;
}

TD.selectedProductPage {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #CC6635;
  background: #FFFFB3;
  border: 1px solid #8EB3B3;
  padding: 2px;
}

.infopageBlock {
 width: 192px;
 border: 1px solid #8EB3B3;
 padding: 2px;
 text-align: right;
}

A.plml {
 color: #CC6635;
}

A:hover.plml {
 color: #CC6635;/*#5092A5;*/
 text-decoration: none;
}

.plmc {
 border: 1px solid #8EB3B3;/*#EF9D5F;*/
 padding: 1px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 background: #FFFFF0;
 TEXT-ALIGN: center;
}

.addcmp {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #CC6635;
 padding: 0px;
 width: 8.5em;
 cursor: pointer;
 cursor: hand;
}

.life-action-title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold; 
  color: #FF0000;
  background: #FFFFFF;
  border-bottom: 1px dashed #FF0000;
  padding-bottom: 7px;
  margin: 1px;
}

.life-action-text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold; 
  color: #000000;
  background: #FFFFFF;
  padding-left: 5px;
}

.ch {
 cursor: pointer; cursor: hand;
}

.chh {
 cursor: help;
}

.pselector {
 background: #FFFFF0;
 border: 1px dashed #006699;
 margin-top: 5px;
 padding: 5px;
 width: 400px;
 text-align: center;
}

.pselectortext {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold; 
 color: #CC6635;
}

.txtJSbtn {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
 color: #CC6635;
 background: #FFFFF0;
 border: 1px solid #8EB3B3;
 padding: 1px;
 padding-left: 5px;
 padding-right: 5px;
 margin: 5px;
 cursor: pointer; cursor: hand;
}

.jsLgnBox {
 border: 2px solid #006699;
 border-left: 3px solid #006699;
 border-bottom: 3px solid #006699;
 padding: 10px;
 background: #FFFFF0 none repeat scroll 0%;
 font-family: Verdana;
 width: 500px;
 height: 205px;
 position: absolute;
 z-index: 99;
}

.ajaxLoadBox {
 border: 1px solid rgb(0, 0, 0);
 padding: 10px;
 background: rgb(255, 255, 255) none repeat scroll 0%;
 display: block;
 font-family: Verdana;
 font-size: 11px;
 width: 200px;
 height: 50px;
 -moz-background-clip:
 -moz-initial;
 -moz-background-origin:
 -moz-initial;
 -moz-background-inline-policy:
 -moz-initial;
 text-align: center;
 position: absolute;
 z-index: 99;
}

.lgnreg {
width: 231px;
float: left;
padding: 8px;
font-size: 9px;
}

.lgnentr {
font-size: 11px;
padding: 8px;
border-left: 1px dashed #006699;
width: 231px;
float: left;
}

#loginmsgbox {
text-align: center;
color: #FF0000;
font-weight: bold;
padding-bottom: 9px;
}

.crFormBOX {
 border: 2px solid #006699;
 border-left: 3px solid #006699;
 border-bottom: 3px solid #006699;
 padding: 10px;
 background: #FFFFF0 none repeat scroll 0%;
 font-family: Verdana;
 width: 660px;
 position: absolute;
 z-index: 99;
 text-align: center;
}

.crFormGrp {
 border: 1px dashed #006699;
 padding: 10px;
 margin: 10px;
 background: #FFFFFF;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-align: left;
 color: #666669;
}

.crFormHdr {
 padding: 5px;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 color: #3959A2;
}

.crFormSubHdr {
 padding-bottom: 9px;
 font-size: 12px;
 text-align: center;
 color: #3959A2;
}

.crFormItm {
 padding: 3px;
 width: 180px;
}

.notice {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-style: italic;
 text-align: center;
 color: #60747A;
 background: #FFFFF0;
 border: 1px dashed #006699;
 margin: 27px;
 padding: 9px;
}

.iBox {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #60747A;
 background: #FFFFF0;
 border: 1px dashed #006699;
 margin: 9px;
 padding: 9px;
}

.iBoxF {
 text-align: left;
 margin: 5px;
}

.iBoxFN {
 font-weight: bold;
 margin-right: 9px;
}

.iBoxFV {
 font-weight: normal;
 font-size: 10px;
 color: #3959A2;
 margin-left: 9px;
}

.txtHdr {
 font-size: 14px;
 font-weight: bold;
 color: #3959A2;
 text-align: center;
 padding-bottom: 7px;
}

.imgsBx {
 display: none;
 position: absolute;
 z-index: 99;
 padding: 9px;
 background: #FFFFF0;
 border: 1px solid #006699;
 text-align: center;
}

.cmFltr {
 color: #0E4C92;
 font-family: Verdana, Arial, sans-serif;
 font-size: 9px;
 font-weight: bold;
 text-align: center;
 background: #FFFFF0;
 border: 1px dotted #0E4C92;
 margin: 6px;
 padding: 6px;
}

.sd_opt {
 FONT-FAMILY: Verdana, Arial, sans-serif;
 FONT-SIZE: 11px;
 COLOR: #000;
 TEXT-ALIGN: left;
 padding-bottom: 3px;
 margin-top: 3px;
 border-bottom: dotted #8EB3B3 1px;
}

.pKitsBox {
padding-right: 5px;
border: 1px solid #8EB3B3;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #B95B2F;
height: 70px;
overflow: auto;
}

.kitsdsc {
border-bottom: 1px dashed #8EB3B3;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 15px;
color: #FF0D0D;
}

.kitprice {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 10px;
color: #407D48;
}

.kiteconomy {
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 10px;
color: #FF0D0D;
}

.errDsc {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #FF6901;
text-align: center;
padding: 5px;
}

.pInf {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 background-color: #FFFFB3;
 border: 1px dashed #006699;
 width: 300px;
 padding: 5px;
 display: none;
 position: absolute;
 z-index: 99;
}

.spec_hdr {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold; 
 color: #CC6635;
 background-color: #FFFFF0;
 padding: 2px;
 border: solid #B6B7CB 1px;
}

.pkb {
 font-family: Verdana, Arial, sans-serif;
 font-size: 9px;
 color: #CC6635;
}

.infBxHdr {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold; 
 color: #FFF;
 background-color: #3959A2;
 padding: 2px;
}

table.infoBoxContents tr td.smallText table td.plmc {
background-color: #FFF;
}

.infBx {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #FFFFF0;
 padding: 3px;
 border-left: dashed #8EB3B3 1px;
 border-right: dashed #8EB3B3 1px;
 border-bottom: dashed #8EB3B3 1px;
}

table.infBx img {
 cursor: help;
}

table.infBx td {
 width: 25%;
 vertical-align:top;
 text-align:left;
}

table.infBx td a {
 font-size: 10px;
 color: #336699;
 padding-left: 3px;
 padding-right: 3px;
 text-decoration: none;
}

table.infBx td a:hover {
 background: #FFFF33;
 border-bottom: 1px dashed #336699;
}

.prb {
color: #CC6635;
background-color: #FFFFF0;
font-weight: bold;
font-size: 12px;
text-align: center;
border: 1px #8EB3B3 dashed;
padding: 3px;
margin-top: 5px;
width: 150px;
}

.croHdr {
color: #CA016C;
border: 1px #CA016C solid;
background-color: #FFFFF0;
font-weight: bold;
font-size: 12px;
text-align: center;
padding: 5px;
}

.ccrHdr {
color: #ED0271;
border: 1px #ED0271 solid;
background-color: #FFFFF0;
font-weight: bold;
font-size: 12px;
text-align: center;
padding: 5px;
}

.lbc {
background: #FFFFF0;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #8EB3B3;
border: 1px #8EB3B3 dashed;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}

#uct ul {
margin-left:3px;
padding-left:3px;
list-style: square inside;
}

#uct ul li {
padding: 3px;
}

a img { border: none; }

.tblhdr{
background-color:#3959A2;
font-size:12px;
font-weight:bold;
text-align:center;
color:#FFFFFF;
padding:5px;
}

table.tblm td{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 1.5;
vertical-align: top;
}