/*****_GENERAL_*****/
html, body
{ width: 100%; height: 100%; }
html, body, table, thead, tbody, tfoot, tr, th, td, div, span, ul, ol, li, h1, h2, h3, h4, a, input, textarea, label, p
{
  padding: 0;
  margin: 0;
  outline: 0px none;
}
table
{ border-collapse: collapse; }
a img
{ border: 0px none; }
body
{
/*  */
  color: #000;
  font-size: 10px;
  font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
}
input, textare, label
{
  font-size: 10px;
  font-family: Tahoma, Trebuchet MS,Arial, sans-serif;
}


/*****_TXT_STYLING_*****/
h1, h2, h3
{
  font-family: Tahoma,Trebuchet MS, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
}
h1
{ color: #000; }

h3
{
  font-weight: bold;
  font-family: Tahoma, Trebuchet MS, Arial, sans-serif;
  font-size: 16px;
}
h4
{
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2em;
  padding: 3px 0 6px 0;
}
a:link, a:active, a:visited, a:hover
{
  font-family: Tahoma;
  color: #048caa;
}

/*****_SUBSIDINARY CLASSES_*****/
/*Floats*/
.fLeft { float: left; }
.fRight { float: right; }
.cBoth { clear: both; }
/*Margins and Paddings*/
.mR0 { margin-right: 0px !important; }
.mL0 { margin-left: 0px !important; }
.mB25 { margin-bottom: 25px !important; }
/*Positioning and Display prop's*/
.dNone { display: none !important; }
.dBlock { display: block !important; }
.pRel { position: relative; }
/*Txt-aligns*/
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
/*****_MAKE_UP_*****/
div#fix
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background: url(/images/artefacts/topGradientBg.jpg) repeat-x top #fff;
}

div#linkToMain
{
  width: 120px;
  height: 180px;
  position: absolute;
  top: 75px; left: 0;
  z-index: 50;
}

table#mainTable
{
  width: 100%;
  height: 100%;
  background: url(/images/artefacts/artBg.jpg) no-repeat top left;
}
/*_Subtitle_*/
h1.subTitle
{
  color: #000;
  font-size: 30px;
}
/***---_Left column_---***/
td#leftTd
{
  width: 163px;
  padding-left: 20px;
}
tr#topTr td
{ vertical-align: top; }


/***_Authorization form_***/
div#auth
{
  margin-top: 305px;
  width: 163px;
}
div#auth label
{
  display: block;
  font-size: 13px;
}
div#auth input
{ font-size: 12px; }
input.authInput
{
  width: 138px;
  height: 17px;
  padding: 1px 0 0 2px;
}
div#auth ul
{
  list-style: none;
  line-height: 1.3em;
  font-size: 12px;
}
/***---_Catalog menu_---***/
ul#left_menu
{
  padding: 40px 0 0 0;
  font-size: 13px;
  list-style: none;
}
ul#left_menu li.first_level
{
  background: url('/images/artefacts/blue_dash.gif') no-repeat top left;
  padding: 0 0 5px 15px;
}
ul#left_menu_level_2
{
  padding: 3px 0;
  list-style: none;
}
ul#left_menu_level_2 li.second_level
{
  margin: 0 0 2px 10px !important;
}
/*************/
ul.simpleUl
{
  list-style: none;
  padding: 10px 0 20px 0;
  font-size: 13px;
}
ul.simpleUl li
{
  line-height: 1.2em;
  padding: 0 0 3px 0;
}
/***************/
div.partner
{
  width: 130px;
  overflow: hidden;
  margin: 0 0 20px 0;
}



/***---_Right column_---***/
td#rightTd
{
  position: relative;
  padding: 0 0 100px 85px;
  font-size: 13px;
}
div.mainCenterBlock
{
  width: 100%;
  position: relative;
}
div.mainCBleft
{ width: 100%; }
div.mainCBright
{
  margin-left: -220px;
}


h1.topH
{
  color: #048caa;
  font-size: 22px;
  text-align: center;
  padding: 10px 65px 0 0;
}
/*_Navigation_*/
div#navigation
{
  width: 63px;
  height: 12px;
  position: absolute;
  right: 35px; top: 20px;
}
div#navigation div
{
  float: left;
  text-align: center;
  width: 21px;
  height: 12px;
}
/***_Top banners_***/
div#topBanners
{
  padding-left: 65px;
  height: 60px;
  margin: 20px 0 50px 0;
}
div#topBanners div
{ width: 50%; }


/***********************/
div#mainBlock
{ padding: 0 0 0 3px; }
/***_Basket_***/
div#basketOnPage
{
  width: 200px;
  border: 1px solid #ccc;
  font-size: 13px;
  float: left;
  position: absolute;
  top: 0; right: 20px;

}
div.cart_add
{
  height: 55px;
  padding-top: 5px;
  padding-left: 50px;
  background: url(/images/artefacts/cart_add.png) no-repeat #fff;
  background-position: 10px 5px;
}
div.cart
{
  height: 40px;
  padding-top: 20px;
  padding-left: 50px;
  background: url(/images/artefacts/cart.png) no-repeat #fff;
  background-position: 10px 5px;
}
/***_Search_***/
div#search
{
  width: 200px;
  height: 50px;
  position: absolute;
  top: 120px; right: 20px;
}
div#search input
{
  font-size: 13px;
  float: left;
}
input.searchInp
{
  width: 132px;
/*  height: 16px !important;*/
  padding: 2px 0 1px 5px;
  margin: 2px 2px 0 0; 
  font-size: 11px !important;
  color: #333;
}


/**************/
h1.header
{
  font-size: 20px;
  font-weight: bold;
}
h2.subHeader
{
  font-size: 19px;
  font-weight: bold;
}

/*_Top menu_*/
div#topMenu ul
{
  list-style: none;
  padding: 10px 0 35px 0;
}
div#topMenu ul li
{
  float: left;
  padding-right: 20px;
}
/***---_CONTENT_---***/
div#content
{
  padding: 15px 300px 0 0;
}
div#content p
{
  line-height: 1.4em;
  padding-bottom: 1.3em;
}
div#content ul
{
  list-style: none;
  padding-bottom: 1.3em;
}
div#content ul li
{
  line-height: 1.3em;
  padding-bottom: 0.3em;
}


/***---_LEADERS_AND_NOVELTIES_---***/
div.leaders
{ width: 600px; }
div.allLeaders
{
  overflow: hidden;
  width: 600px;
  margin-top: 10px;
}
div.leader
{
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 25px 25px 25px;
  overflow: hidden;
}
div.leaderImg
{
  width: 150px;
  height: 150px;
}
div.leaderLink
{
  width: 150px;
  text-align: center;
}






/***---_Footer_---***/
tr#footerTr td
{
  height: 78px;
  border-top: 1px solid #048caa;
}
td.footBL
{
  width: 163px;
  height: 78px;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
}
div.footBC
{
  width: 100%;
  text-align: center;
}
div.footBR
{
  margin-left: -180px;
  width: 160px;
  padding: 0 20px 0 0;
  text-align: right;
  font-size: 13px;
}




.textinputs
{
  width: 144px;
  padding: 0 2px;
  font-size: 12px;
  margin: 0 0 5px 5px;
}


.contentWrap
{
  padding: 0 0 10px 0;
}

