 html,body {
   margin: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #ffffff;
   background-color: #dfdee2;
 }
 table, img, iframe, form, div, span, p {
   border: 0px;
   margin: 0px;
   padding: 0px;
 }
 input, select, option  {
   font: 8pt Verdana, sans-serif;
 }
 textarea  {
   font: 8pt Verdana, sans-serif;
 }
 td {
   vertical-align: top;
 }
 a {
   color: #E5E5E5;
   text-decoration: none;
 }
 a:hover {
   color: #ffffff;
   text-decoration: underline;
 }
 h1, h2, h3, h4, h5, h6 {
   padding: 0px;
   margin: 0px;
 }

 /* BODY */
 .main {
  width: 780px;
  border-right: 1px solid #65737e;
  float: left;
 }
 .main_container {
  width: 780px;
 }

 .top_logo  {
  width: 780px;
  height: 148px;
  background: #dfdee2 url(../design/template_1/top_logoi.jpg) no-repeat;
 }
 .top_separate  {
  width: 780px;
  height: 20px;
  background: #dfdee2 url(../design/template_1/top_separate.jpg) repeat-x;
 }

 .right_shadow  {
  width: 18px;
  background: #c5be9f url(../design/template_1/right_shadow.jpg) repeat-y;
 }
 .content {
  padding: 0px;
  padding-bottom: 10px;
  margin: 0px;
  display: block;
  position: relative;
  float: left;
  background: #65737e;
 }
 .left_content {
  left: 0px;
  width: 158px;
  display: block;
  position: relative;
  padding: 0px;
  float: left;
  background: url(../design/template_1/left_bg.jpg) repeat-y;
 }
 .main_content {
  width: 620px;
  display: block;
  position: relative;
  float: left;
  padding: 0px;
 }
 .main_top_shadow {
  width: 620px;
  height: 7px;
  display: block;
  position: relative;
  float: left;
  padding: 0px;
  background: url(../design/template_1/top_shadow.jpg) repeat-x;
 }
 .right_top_shadow {
  width: 160px;
  height: 7px;
  display: block;
  position: relative;
  float: left;
  padding: 0px;
 }

 .right_content {
  width: 160px;
  display: block;
  position: relative;
  float: left;
  padding: 0px;
  background: url(../design/template_1/right_bg.jpg) repeat-y;
 }
 .bottom {
  float:left;
  background: #444f57;
  width: 780px;
  border-right: 1px solid #65737e;
 }
 .bottomLeft {
  float:left;
 }
 .bottomRight {
  float:right;
 }

 .clr {
  clear:both;
 }
 .searchINPUT {
   font-size: 7pt;
   font-family: Verdana, sans-serif;
   background: #c1c1c3;
   border: 1px solid #223f55;
   padding-left: 2px;
 }
 select.searchSELECT, option.searchSELECT {
   font-size: 7pt;
   font-family: Verdana, sans-serif;
   background: #c1c1c3;
   padding-left: 2px;
 }

 .defbutton {
  font-size: 7pt;
  color: #223f55;
  background: #c1c1c3;
  width: 62px;
  height: 16px;
  text-align: center;
  padding-bottom: 2px;
  margin-top: 0px;
  border: 1px solid #223f55;
 }
 .defbutton_over {
  font-size: 7pt;
  color: #223f55;
  background: #c1c1c3;
  width: 62px;
  height: 16px;
  text-align: center;
  padding-bottom: 2px;
  margin-top: 0px;
  border: 1px solid #ffffff;
 }

 .listContainer {
  margin: 0px 1px 0px 14px;
  padding: 5px 0px 0px 0px;
  list-style-image: url(../design/template_1/list_icon.jpg);
 }
 .listItem {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
 }
 .listItem a:link,
 .listItem a:visited,
 .listItem a:active {
   font-size: 7pt;
   font-family: Verdana;
   color: #242d34;
   text-decoration: none;
 }
 .listItem a:hover {
   color: #ffffff;
   text-decoration: underline;
 }

 .listContainer2 {
  margin: 0px 0px 0px 2px;
  padding: 5px 0px 0px 0px;
  list-style:none;
 }
 .listItem2 {
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
 }
 .listItem2 a:link,
 .listItem2 a:visited,
 .listItem2 a:active {
   font-size: 7pt;
   font-family: Verdana;
   color: #ffffff;
   text-decoration: none;
 }
 .listItem2 a:hover {
   color: #ffffff;
   text-decoration: underline;
 }


 .StaticContainer {
  padding:1px;
 }
 .StaticHeader {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  padding: 0px 0px 10px 5px;
 }
 .StaticContent {
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-align:left;
  padding: 10px 10px 10px 5px;
 }
 /* BODY */

 /* RIGHT */
 .RBoxContainer {
  width: 145px;
  padding-right: 0px;
  margin-left: 5px;
 }
 .RBoxHeader {

 }
 .RBoxHeaderTitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  padding: 2px 0px 0px 5px;
 }
 .RBoxContent {

 }
 .RBoxContentContent {
  color: #c1c0c5;
  font-size: 7pt;
  font-weight: normal;
  text-align:left;
  padding: 2px 4px 0px 5px;
 }
 .RBoxBottom {
  height: 5px;
 }
 .RBoxesClose {
  height: 10px;
  width: 160px;
  margin: 0px;
  padding: 0px;
  font-size: 1pt;
  background: url(../design/template_1/right_bottom_close.jpg) no-repeat;
 }
 .RBoxBottomSP {
  height: 5px;
  width: 145px;
  margin-top: 5px;
  padding: 0px;
  font-size: 1pt;
  background: url(../design/template_1/right_spr.jpg) repeat-x;
 }

 .rightBanner {
  text-align: left;
  padding-top: 8px;
  padding-left: 5px;
 }
 .rightSearchLine {
  padding: 2px 0px 0px 0px;
 }
 .rightSearchLine2 {
  padding: 1px 0px 3px 0px;
 }
 .rightSearchLine3 {
  padding: 5px 5px 0px 0px;
 }
 .rightSearchLine4 {
  font-size:8pt;
  color: #ffffff;
  padding: 2px 0px 0px 0px;
 }

 .rightFloatBanner {
  background: #c1c1c3;
  border: 1px solid #64727d;
  padding: 0px 5px 5px 5px;
  position: absolute;
  left: 784px;
  top: 0px;
 }
 .rightFloatBannerTitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  padding: 0px 0px 4px 0px;
 }
 /* RIGHT */

 /* CONTENT */
 .LBoxContainer {
  width: 150px;
  padding-left:3px;
 }
 .LBoxHeader {
  height: 23px;
  border-right: 1px solid #707e89;
  border-left: 1px solid #707e89;
  border-top: 1px solid #617077;
  background: #c1c0c5 url(../design/template_1/left_header_bg.jpg) repeat-x;
 }
 .LBoxHeaderTitleIcon {
  height: 23px;
  width: 24px;
  float: left;
  background: #c1c0c5 url(../design/template_1/left_header_icon.jpg) no-repeat;
 }
 .LBoxHeaderTitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  padding: 4px 0px 0px 2px;
  float: left;
 }
 .LBoxHeaderTitle a:link,
 .LBoxHeaderTitle a:visited,
 .LBoxHeaderTitle a:active,
 .LBoxHeaderTitle a:hover {
  font-family: Verdana;
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
 }

 .LBoxContent {
  background: #c1c0c5;
  border-left: 1px solid #a9aeb4;
  border-right: 1px solid #a9aeb4;
 }
 .LBoxContentContent {
  color: #242d34;
  font-size: 7pt;
  font-weight: normal;
  text-align:left;
  padding: 4px 0px 0px 5px;
 }
 .LBoxBottom {
  height: 10px;
  background: #c1c0c5;
  border-left: 1px solid #a9aeb4;
  border-right: 1px solid #a9aeb4;
  border-bottom: 1px solid #a9aeb4;
 }
 .LBoxesClose {
  height: 4px;
  width: 158px;
  margin: 0px;
  padding: 0px;
  font-size: 1pt;
  background: #c1c0c5 url(../design/template_1/left_bottom_close.jpg) no-repeat;
 }

 .mainTitle {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-align:center;
  vertical-align:top;
  padding: 5px 0px 5px 5px;
  letter-spacing: 1px;
 }
 .pathTitle {
  color: #ffffff;
  font-size: 7pt;
  font-weight: normal;
  text-align:left;
  vertical-align:top;
  padding-left: 5px;
 }
 .pathTitle a:link,
 .pathTitle a:visited,
 .pathTitle a:active {
   color: #ffffff;
   font-size: 7pt;
   font-weight: normal;
   text-decoration: none;
 }
 .pathTitle a:hover {
   text-decoration: underline;
 }


 .mainTitle a:link,
 .mainTitle a:visited,
 .mainTitle a:active,
 .mainTitle a:hover {
   font-size: 8pt;
   font-family: Verdana;
   color: #756b62;
   text-decoration: none;
 }
 .MBoxHeaderFooter {
  width: 580px;
  height: 1px;
  background: url(../design/template_1/middle_box_hf.jpg) no-repeat;
  font-size: 0px;
  position:absolute;
 }
 .MBoxContainer {
  width: 580px;
  background: url(../design/template_1/middle_box_bg.jpg) repeat-y;
 }
 .MBoxList {
  margin: 0px;
  padding: 5px 10px 5px 10px;
  display: block;
 }
 .MBoxListItemContainer{
  margin: 0px;
  padding: 4px 0px 0px 5px;
  float:left;
  white-space:nowrap;
 }
 .MBoxListItem {
  margin: 0px;
  padding: 0px 0px 0px 5px;
 }
 .MBoxListItem a:link,
 .MBoxListItem a:visited,
 .MBoxListItem a:active,
 .MBoxListItem a:hover {
   font-size: 8pt;
   font-family: Verdana;
   color: #756b62;
   text-decoration: none;
 }

 /* CONTENT */

 /* P LIST */
 .PList {
  padding-left: 5px;
  float:left;
 }
 .PListContainer {
  padding: 5px;
  float:left;
 }

 .PListColumn_1 {
  width:110px;
  display:block;
  position:relative;
  float:left;
 }
 .PListColumn_2 {
/*  width:335px; */
  width:335px;
  display:block;
  position:relative;
  float:left;
 }
 .PListImage {
  width:100px;
  border: 1px solid #c1c1c3;
 }
 .PListInfoLine {
  padding-top: 4px;
 }
 .PListInfoTitle {
  font-size: 8pt;
  color: #c1c1c3;
  font-weight:bold;
 }
 .PListInfoContent {
  font-size: 8pt;
  color: #ffffff;
  padding-left: 5px;
 }

 .PListEmpty {
  border: 1px solid #c1c1c3;
  font-weight:bold;
  padding: 5px;
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  width: 220px;
 }

 .PagerContainer {
  color: #ffffff;
  width: 452px;
  padding: 0px;
  margin: 0px;
 }

 .spr {
  font-size: 1pt;
  background: url(../design/template_1/white_space.jpg) repeat-x;
  height:1px;
  width: 446px;
 }

 .pager {
  font-size: 7pt;
  color: #ffffff;
 }
 .pager a:link,
 .pager a:visited,
 .pager a:active {
   font-size: 7pt;
   color: #ffffff;
   font-family: Verdana;
 }
 .pager a:hover {
   color: #ffffff;
   text-decoration: underline;
 }

 /* P LIST */

 /* inerHTML */
 .info_body {
   background: #faf5d8;
   padding: 2px 2px 4px 2px;
 }
 .info_caption {
   background: #756b62;
   padding: 0px 2px 1px 2px;
 }
 .info_title {
   font-size: 7pt;
   font-family: Verdana;
   font-weight: bold;
   color: #ffffff;
   padding: 0px 0px 0px 0px;
 }
 .info_text {
   font-size: 7pt;
   font-family: Verdana;
   font-weight: normal;
   padding: 0px 0px 0px 0px;
 }
 /* inerHTML */

 /* PRODUCT */
 .PHeaderLink {
  margin: 0px;
  padding: 0px 0px 0px 0px;
 }
 .PHeaderLink a:link,
 .PHeaderLink a:visited,
 .PHeaderLink a:active {
   font-size: 7pt;
   font-family: Verdana;
   color: #756b62;
   text-decoration: underline;
 }
 .PHeaderLink a:hover {
   color: #000000;
   text-decoration: underline;
 }
 .PInfo {
  padding: 5px;
  width: 445px;
 }
 .PImage {
  width:200px;
  border: 1px solid #c1c1c3;
  margin-right: 10px;
  margin-bottom: 5px;
 }
 .PSmallImage {
  width:120px;
  border: 1px solid #c1c1c3;
  margin: 0px;
 }
 .PTitle {
  font-size: 9pt;
  color: #ffffff;
  padding-bottom:5px;
  font-weight: bold;
 }
 .PInfoText {
  font-size: 8pt;
  color: #ffffff;
  text-align: justify;
 }
 .PInfoLine {
  padding: 5px 0px 0px 0px;
 }
 .PInfoText2 {
  font-size: 8pt;
  color: #c1c1c3;
  font-weight: bold;
 }
 .PInfoText3 {
  font-size: 8pt;
  color: #ffffff;
  padding: 0px 0px 0px 5px;
 }

 .PInfoTextTitle {
  font-size: 8pt;
  font-weight: bold;
 }
 .PInfoTitle {
  color: #756b62;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  vertical-align:top;
  padding: 0px 0px 0px 0px;
 }
 .PBigImage {
  width:400px;
  border: 1px solid #b4a97b;
 }

 .PInfoPartnersContainer {
  padding: 5px;
  margin-top: 5px;
 }
 .PInfoPartners {
  background: #ffffff;
  border: 1px solid #b4a97b;
  /* float: left; */
 }
 .PInfoDetails {
  padding: 5px;
  font-size: 8pt;
 }

 .PInfoPartnersBtn {
  font-size: 8pt;
  color: #ffffff;
  background: #b4a97b;
  width: 84px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  margin-top: 4px;
  float: left;
 }
 .PInfoPartnersBtn_over {
  font-size: 8pt;
  color: #ffffff;
  background: #c5be9f;
  width: 84px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  margin-top: 4px;
  float: left;
 }
 /* PRODUCT */

 /* ONLINE REG */
 .onlineRegLine {
  padding-top: 2px;
  padding-left: 50px;
  margin: 0px;
 }
 .onlineRegLine2 {
  padding-top: 10px;
  padding-left: 50px;
  margin: 0px;
 }
 .onlineRegLine3 {
  padding-top: 10px;
  padding-left: 50px;
  margin: 10px;
 }
 .onlineRegFieldTitle {
  font-size: 8pt;
  color: #ffffff;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  text-align: right;
  width: 120px;
  float:left;
 }
 .onlineRegFieldContainer {
  padding-left: 5px;
  margin: 0px;
  float:left;
 }
 .onlineRegFieldContainer2 {
  padding: 0px;
  margin: 0px;
  width: 120px;
  float:left;
  text-align: right;
 }
 .onlineRegFieldContainer3 {
  padding-left: 75px;
  margin: 0px;
  float:left;
  text-align: right;
 }
 .onlineRegFieldContainer4 {
  padding-left: 5px;
  margin: 0px;
  float:left;
  text-align:right;
 }
 .onlineRegBtnContainer {
  padding-top: 5px;
  margin: 0px;
  width:328px;
  text-align:right;
 }
 .onlineRegErrorContainer {
  width:320px;
  margin: 0px;
  /*float:left;*/
  position: relative;
  color: #65737e;
 }
 .onlineRegError {
  font-size: 8pt;
  background: #ffffff;
  border: 1px solid #B3171C;
  padding: 5px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  width:320px;
  text-align:left;
 }
 .onlineRegInput {
  font-size: 7pt;
  font-family: Verdana, sans-serif;
  background: #c1c1c3;
  border: 1px solid #223f55;
  padding-left: 2px;
  margin: 0px;
  width: 200px;
 }

 .small_info {
  color: #ffffff;
  font-size: 7pt;
  font-family: Verdana, sans-serif;
 }
 /* ONLINE REG */

 /* BASKET */

 .BasketHeader {
  color: #ffffff;
  font-size: 9pt;
  font-weight: bold;
  text-align:left;
  padding: 5px 0px 10px 5px;
 }

 .BasketRowHeader {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  float:left;
  border-bottom: 1px solid #c1c1c3;
 }
 .BasketRowHeaderItem {
  color: #c1c1c3;
  font-weight: bold;
  font-size: 7pt;
 }
 .BasketRow_1 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  float:left;
  border-bottom: 1px solid #c1c1c3;
 }
 .BasketRow_2 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  float:left;
  background: #7b8b98;
  border-bottom: 1px solid #c1c1c3;
 }
 .BasketCol_1 {
  color: #c1c1c3;
  font-weight: bold;
  float:left;
  width: 20px;
 }
 .BasketCol_2 {
  color: #ffffff;
  float:left;
  padding-left: 4px;
  width: 240px;
 }
 .BasketCol_3 {
  color: #ffffff;
  float:left;
  padding-left: 4px;
  width: 40px;
 }
 .BasketCol_4 {
  color: #ffffff;
  float:left;
  padding-left: 4px;
  font-weight: bold;
  font-size: 8pt;
  width: 100px;
  text-align: right;
 }
 .BasketCol_5 {
  color: #ffffff;
  float:left;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  width: 40px;
  text-align: center;
 }

 .BasketCol_6 {
  color: #ffffff;
  float:left;
  padding-left: 4px;
  font-weight: bold;
  width: 308px;
  font-size: 8pt;
  text-align: right;
 }

 .BasketBottomHeader {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  text-align:left;
  padding: 0px 0px 0px 0px;
  margin-top: 2px;
 }

 .BasketBottomLine {
  text-align:right;
  padding: 10px 4px 0px 0px;
 }

 .BasketSeparate {
  font-size: 1pt;
  height: 4px;
  background: url(../design/template_1/basket_spr.jpg) repeat-x;
 }

 /* BASKET */
