/* GLOBAL */

body
{
margin: 0px;
padding: 0px;
width: 100%;
/*height: 100%;*/
font-size: 13px;
font-family: arial;
line-height: 16px;
background: #ffffff;
/*overflow:scroll*/
}
p,center,div,form,img,input,table,td,tr,input,h1,h2,h3,a
{
margin: 0px;
padding: 0px;
border: 0px
}
input
{
border: 1px solid #516070;
padding-right: 3px;
color: #8d9baa;
font-size: 12px
}
h1
{
font-size: 28px;
line-height: 28px;
padding: 15px 0px 20px 0px;
font-weight: normal;
color: #BBBE32;
}
h2
{
font-size: 25px;
line-height: 22px;
font-weight: normal;
color: #BBBE32;
margin-bottom: 5px
}
.main
{
height: 100%;
width: 845px;

}
a
{
color: #2C66AD;
}
a:hover
{
color: #bbbe32;
}
.clear
{
clear:both;
padding: 0px;
margin: 0px;
height: 0px;
width: 0px;
}
.white
{
background: #ffffff;
}
.blueLight
{
background: #f5f9fb;
}
.grey
{
background: #e5e9eb
}
.nomargin
{
margin: 0px
}
.nopadding
{
padding: 0px
}
.itemsLine 
{
clear:both;/*added by haim*/
padding: 15px;
margin-top: 5px;
width: 755px;
}

/* HEADER */

.headerDiv
{
width:845px;
clear: both
}
.headerDiv p
{
/*margin-top: 20px;*/
margin-bottom: 10px;
}
.logoDiv
{
height: 100px;
float: right;
width: 300px;
}
.sloganDiv
{
font: bold 33px arial;/*was 25px*/
height: 40px;
padding-top: 35px;
width: 545px;
/*width: 470px;*/
float: left;
color:  #4A6382;
}
.languageDiv
{
height: 30px;
padding-top: 30px;
width: 70px;
/*width:55px;*/
float: left;
text-align: left;
}
/*.favoritesDiv
{
height: 30px;
padding-top: 30px;
width:90px;
float: left;
text-align: right;
}*/
.headerDiv a
{
font-weight: bold;
font-size: 13px;
}
.headerMainDiv
{
clear: both;
height: 170px;
width: 845px;
background: url("../image/header_bg.gif");
background-repeat: repeat-x;
}
.flashDiv
{
margin: 14px 0px 0px 5px;
float: left;
width: 608px;
height: 142px;
background: #e7eaef
}
.flashDiv p
{
text-align: right;
float: right;
width: 220px;
padding: 20px 40px 10px 20px
}
.flashDiv img
{
float: left
}
.headerMainRightDiv
{
padding-top: 15px;
float: right;
width: 225px;
}

/* LOGIN  */

table.loginDiv
{
margin:0px;
padding: 0px;
width: 210px;
height: 89px;
background: url("../image/login_bg.gif");
background-repeat: no-repeat;
}
.loginDiv td.title
{
font-weight: bold;
color: #516070;
text-align: right;
padding-right: 15px;
padding-top: 1px;
}
.loginDiv td.registr
{
text-align: left;
padding-left: 10px;
}
.loginDiv td.registr a
{
font-size: 12px;
color: #5C9BB4;
font-weight: bold
}
.loginDiv td.tdUser
{
text-align: right;
margin: 0px;
padding: 0px;
padding-right: 15px;
padding-top: 6px;
font-size: 16px;
font-weight: bold;
color: #516070
}
.tdLoggedUser
{
text-align: right;
padding-right: 15px;
padding-bottom: 2px;
font-size: 16px;
font-weight: bold;
color: #516070
}
.tdLoggedUser p
{
margin-bottom: 2px
}
.tdLoggedUser a
{
font-size: 13px;
font-weight: normal
}
.loginDiv td.tdPass
{
text-align: right;
margin: 0px;
padding: 0px;
padding-right: 15px;
}
.loginDiv input
{
margin: 0px;
font-size: 12px;
width: 107px;
}
.loginDiv td.loginPassForgot
{
text-align: right;
padding-right: 15px;
}
.loginDiv td.loginBtn
{
text-align: left;
padding-left: 18px;
padding-bottom: 3px
}
.loginDiv td.logoutBtn
{
text-align: left;
padding-left: 18px;
padding-top: 20px
}
input.loginSubmit
{
padding-bottom: 5px;
background-image: url("../image/btn_login.gif");
background-repeat: no-repeat;
width: 38px;
height: 19px;
padding-top: 1px;
border: 0px;
cursor: pointer;
font-size: 12px;
font-weight: bold;
color: white;
font-family: arial;
padding-left: 5px;
}

.loginMessage{
color:red;
}

/* BASKET  */

.basketDiv
{
width: 210px;
height: 38px;
background: url("../image/search_bg.gif");
background-repeat: no-repeat;
margin-top: 14px;
padding-top: 10px;
}
.basketDiv a
{
font-size: 18px;
text-decoration: none;
color: #3a3b0a
}
.basketDiv a:hover
{
color: #ffffff
}
.basketDiv img
{
margin-left: 5px
}
/* TABS MENU */

.tabsDiv
{
clear: both;
}
.tabsDiv p
{
float: left;
text-align: center;
cursor: pointer;
padding-top: 11px;
width: 127px;
height: 31px;
background: url("../image/menu_bg.gif");
background-repeat: no-repeat;
}
.tabsDiv p.tabActive
{
width: 200px;
background: url("../image/menu_active_bg.gif");
background-repeat: no-repeat;
font-size: 23px;
font-weight: normal;
}
.tabsDiv p.basketTab
{
width: 131px;
background: url("../image/menu_basket_bg.gif");
background-repeat: no-repeat;
}
.tabsDiv p.basketTab_Active
{
width: 203px;
background: url("../image/menu_active_basket_bg.gif");
background-repeat: no-repeat;
font-size: 23px;
font-weight: normal;
}
.tabsDiv p.lastTab
{
width: 133px;
background: url("../image/menu_last_bg.gif");
background-repeat: no-repeat;
}
.tabsDiv p.lastTab_Active
{
width: 205px;
background: url("../image/menu_active_last_bg.gif");
background-repeat: no-repeat;
font-size: 23px;
font-weight: normal;
}
.tabsDiv p.tabLogo
{
padding-top: 0px;
width: 127px;
height: 45px;
background: url("../image/menu_logo_bg.gif");
background-repeat: no-repeat;
}
.tabsDiv p.tabLogo_Active
{
cursor: pointer;
padding-top: 0px;
width: 200px;
height: 45px;
background: url("../image/menu_active_logo_bg.gif");
background-repeat: no-repeat;
}
.tabsDiv a
{
text-decoration: none;
font-family: arial;
font-size: 16px;
color: white;
font-weight: bold 
}
.tabsDiv a:hover
{
color: #bbbe32;
}
.tabsDiv a:active
{
color: #0584e1;
}
.tabBottom
{
width: 845px;
height: 7px !important;
background: url("../image/tab_bg_bottom.gif") top;
background-repeat: no-repeat;
}
.ItemDescription span
{
font-size: 13px;
font-weight: bold;
margin-bottom: 4px;
}
.ItemDescription a
{
text-decoration: underline
}
.ItemDescription a.basket
{
color: #0066CC;
clear: both
}
.ItemDescription a.basket:hover
{
color: #bbbe32
}
.ItemDescription a.more
{
color: #555555;
clear: both
}
.ItemDescription a.more:hover
{
color: #bbbe32
}
.ItemDescription p
{
margin-top: 4px
}

/* MAIN PAGE */

.tabMain
{
background: url("../image/tab_bg_border.gif") right top;
background-repeat: repeat-y;
width: 845px;
text-align: left;
text-align: right;
padding-bottom: 10px;
clear: both
}
div.greyBG
{
background: url("../image/title_bg.gif") no-repeat right top;
padding: 3px 15px 0px 0px;
width: 770px;
height: 34px;
color: #000000;
font-size: 23px;
line-height: 23px;
margin-top: 20px;
font-weight: bold
}
div.greyBG h1
{
padding: 3px 15px 0px 0px;
width: 770px;
height: 34px;
color: #000000;
font-size: 23px;
line-height: 23px;
margin-top: 20px;
font-weight: bold;
display:inline;
}
div.greyBG h2
{
padding: 3px 15px 0px 0px;
width: 770px;
height: 34px;
color: #000000;
font-size: 23px;
line-height: 23px;
margin-top: 20px;
font-weight: bold;
display:inline;
}

.greyBG_lable 
{
font-size:14px;
font-color:#000000;
font-weight: normal;
}


/* SALE PRODUCTS */

.saleItems
{
padding: 0px 40px 10px 40px;
}
.saleItem
{
width: 106px;
float: right;
margin-left: 21px;
}
.saleItemPic
{
width: 106px;
height: 106px;
text-align: center;
padding-top: 2px;
background: url("../image/sale_icon_bg.gif") top;
background-repeat: no-repeat;
}
.saleItem div.ItemDescription
{
margin: 10px 15px 5px 0px;
}
.divButton
{
width: 740px;
height: 24px;
text-align: left;
margin: 20px 0px 10px 0px
}
.divButton p.button
{
float: left;
width: 89px;
height: 24px;
cursor: pointer;
text-align:center;
padding-top: 4px;
background-image: url("../image/button_bg.gif");
background-repeat: no-repeat;
}
.button a
{
font-size: 16px;
font-weight: bold;
color: white;
text-decoration: none;
}

/* SUB MAIN CONTENT */
/*
.submainContent
{
margin: 0px 10px 0px 10px;
width: 825px
}
.submainBlock
{
padding: 25px 50px 20px 0px;
width: 210px;
float: right
}
.submainBlock h2
{
margin-bottom: 20px
}
.submainBlock p
{
margin-top: 10px
}
.submainBlock p.question
{
font-weight: bold
}
*/
.submainContent
{
margin: 0px 10px 0px 10px;
padding: 20px 30px 25px 30px;
width: 765px;
height:215px;
}
.submainContent .rightSide{
width:530px;
height:200px;
background: transparent url("../image/chinese.jpg") no-repeat;
float:right;
text-align:right;
}
.submainContent .rightSideContent{
margin: 35px 40px 15px 10px;
width:175px;
float:right;
}
.submainContent .leftSide{
width:205px;
height:205px;
float:left;
margin-top:15px;
position:relative;
}
.submainContent .leftSide ul{
}
.submainContent .leftSide li{
width:205px;
}
.submainContent .leftSide .moreLink{
position:absolute;
bottom:3px;
right:0px;
}

/* INNER PAGE */
.product_title{
line-height: 30px;
margin-top:0px;
padding-top:0px;
padding-bottom: 20px;
}
.innerPageContent
{
margin: 0px 30px 30px 30px;
}
.about_div, .advantages_div{
margin-right:40px;
padding-left:200px;
}
.innerPageContent 
{
font-weight: normal;
padding-top: 15px;
}
.innerPageContent  .innerPageContent h1 span
{
font-size: 15px;
font-weight: bold
}
.innerPageContent  .path
{
font-size: 12px;
text-decoration: none;
}
.innerPageContent  a.search
{
font-size: 14px;
}
.innerPageContent span
{
font-size: 15px;
font-weight: bold;
color: #2C66AD
}
.innerPageContent h2
{
font-size: 15px;
font-weight: bold;
background: url("../image/title_bg.gif") no-repeat right top;
padding: 3px 20px 3px 0px;
width: 765px;
height: 23px;
color: #000000;
}
.descriptionText
{
color: #1f70a3;
}
.descriptionText a
{
text-decoration: none
}
.symbol
{
padding-bottom: 240px;/*modify from 240 by haim*/
margin-bottom: 15px;
background-image: url("../image/symbol.gif");
background-position: bottom left;
background-repeat: no-repeat;
}
.symbol2 /*added 240 back by dmitry*/
{
padding-bottom: 240px;
margin-bottom: 15px;
background: url("../image/symbol.gif") no-repeat left bottom;
height: 100%
}
.navig
{
/*width: 95%;*/
padding: 30px 0px 5px 25px;
text-align: center;
}
.navigTop
{
/*width: 95%;*/
padding: 10px 0px 10px 25px;
text-align: center;
}
.navig a, .navigTop a
{
color: #555555;
margin: 5px;
clear: both;
border: 1px solid #e5e9eb;
}
.navig a.active, .navigTop a.active
{
color: #000000;
margin: 5px;
text-decoration: none;
font-weight: bold
}
.navig a:hover, .navigTop a:hover
{
color: #bbbe32;
}
.HeaderMain{
float:right;
}
.HeaderDescription{
position:relative;
top:31px;
right:30px;
}

/* SEARCH */
.productSearch
{
background: url("../image/pr_search_bg.gif") no-repeat right top;
padding: 6px 23px 0px 0px;
width: 762px;
height: 34px;
margin-right: auto;
margin-left: auto;
color: #777777;
font-size: 12px;
font-weight: bold;
text-align: right
}
.search_prd
{
border: 1px solid #777777;
width: 230px;
font-size: 14px;
height: 19px;
*margin-left: 3px
}
.prSearchBtn
{
background: url("../image/btn_search_pr.gif") no-repeat top;
text-align: right;
width: 69px;
height: 21px;
color: white;
cursor: pointer;
border: 0px;
font-size: 11px;
padding-bottom: 3px;
*padding-right: 5px;
font-weight: bold;
}
.prSearchBtn_long
{
background: url("../image/btn_catalog.gif") no-repeat top;
text-align: right;
width: 115px;
height: 21px;
color: white;
cursor: pointer;
border: 0px;
font-size: 11px;
padding-bottom: 3px;
*padding-right: 5px;
font-weight: bold;
}

/* CATEGORIES */
.categoryItem
{
float: right;
width: 220px;
margin-left: 30px
}
.categoryIcon
{
width: 60px;
height: 81px;
float: right;
}
.categoryPic
{
width: 60px;
height: 59px;
padding: 0px;
margin: 0px;
}
/*
.categoryCounter
{
padding: 0px;
margin: 0px;
width: 60px;
height: 22px;
text-align: center;
padding-top: 4px;
background-image: url("../image/category_icon_count_bg.gif");
background-repeat: no-repeat;
}
.categoryCounter a
{
color: black;
text-decoration: none
}*/

.categoryCounter
{
padding: 0px;
margin: 0px;
width: 60px;
height: 35px;/*was 22px*/
text-align: center;
padding-top: 4px;
background-image: url("../image/category_icon_count_bg.gif");
background-repeat: no-repeat;
font-size:11px;/*added by haim*/
line-height:13px;/*added by haim*/
}
.categoryCounter a
{
color: black;
font-size:13px;/*added by haim*/
font-weight:bold;/*added by haim*/
text-decoration: none
}
.categoryDescription
{
float: left;
text-align: right;
width: 150px;
margin-right: 10px
}
.categoryDescription a
{
text-decoration: none
}
.categoryDescription h3
{
font-size: 14px;
font-weight: bold;
}

/* SUBCATEGORIES */
.subcategoryList h1.greyBG
{
background: url("../image/sub_title_bg.gif") no-repeat right top;
padding: 3px 15px 0px 0px;
width: 662px;
height: 34px;
color: #000000;
font-size: 23px;
line-height: 23px;
margin-top: 0px;
font-weight: bold
}
.subcategoryList .listContent
{
border: 1px solid #d8dde0;
width: 675px
}
.subcategoryListIcon
{
width: 89px;
height: 122px;
float: right
}
.subcategoryListPic
{
width: 89px;
height: 89px;
padding: 0px;
margin: 0px;
}
/*.subcategoryListCounter
{
padding: 0px;
margin: 0px;
width: 89px;
height: 33px;
text-align: center;
padding-top: 5px;
background-image: url("../image/category_big_icon_count_bg.gif");
background-repeat: no-repeat;
}
.subcategoryListCounter a
{
color: black;
font-size: 15px;
font-weight: bold;
text-decoration: none
}*/
.subcategoryListCounter
{
padding: 0px;
margin: 0px;
width: 89px;
height: 42px;
text-align: center;
padding-top: 7px;
background-image: url("../image/category_big_icon_count_bg.gif");
background-repeat: no-repeat;
font-size: 13px;
}
.subcategoryListCounter a
{
color: black;
font-size: 16px;
font-weight: bold;
text-decoration: none
}
.subcategoryList
{
float: left
}
.subcategoryLine 
{
padding: 15px;
margin-top: 5px;
width: 190px;
display:inline-block; 
*zoom:1;
*display:inline;
vertical-align: top;
}
.subcategoryLine p
{
margin-top: 10px
}
.subcategoryLine h3
{
background: url("../image/subcat_title.gif") repeat-x top;
padding: 3px 10px 5px 0px
}
.subcategoryLine h3 a
{
color: white;
text-decoration: none
}
.subcategoryLine  ul
{
margin: 7px 5px 0px 0px;
padding: 0px;
list-style: none
}
.subcategoryLine  li
{
padding-bottom: 3px;
}
.subcategoryLine  li a
{
text-decoration: none;
}
/* PRODUCTS LIST */
.productsList
{
}

.productsList div.itemsLine
{

}
.prd_itm_hght{
height: 230px;
}
.productItem
{
width: 90px;
margin-right: 45px;
margin-top: 5px;

}
.productItemPic
{
width: 95px;
height: 95px;
text-align: center;
padding-top: 2px;
background: url("../image/product_small_bg.gif") top;
background-repeat: no-repeat;
}
.productItemPic_img{
width: 88px;
height: 66px;
padding-top: 12px;
}
.productItem div.ItemDescription
{
margin: 0px 7px 0px 0px;
}

/* PRODUCTS LIST */
.productDiv
{
}
.productPage h1
{
}
.productDiv p.iconZoom
{
position: relative;
background: none;
width: 15px;
height: 15px;
top: -30px;
left: -17px;
margin: 0px;
padding: 0px
}
* html .productDiv p.iconZoom
{
top: 265px;
left: 278px;
}
*:first-child+html .productDiv p.iconZoom
{
top: 265px;
left: 278px;
}
.productPic
{
width: 297px;
height: 297px;
float: right
}
.productPic p.productPicture
{
width: 297px;
height: 297px;
text-align: center;
padding-top: 2px;
background: url("../image/product_big_bg.gif") top;
background-repeat: no-repeat;
}
.productPicture_img
{
width: 280px;
height: 210px;
padding-top: 40px;
}
.productPic p.navig
{
width: 295px;
text-align: left;
margin: 0px;
padding: 0px;
margin-top: 15px;
color: #555555
}
.productDescription
{
float: left;
text-align: right;
margin-left: 100px;
margin-right: 30px;
width: 350px
}
.productDescription .productDescriptionComments{
margin:20px 0px 20px 0px;
}
.productDescriptionComments p.productDescriptionComment
{
font-size: 12px;
/*font-weight: bold;*/ /*removed by haim*/
margin: 0px 0px 8px 0px
}
.productDescription .productDescriptionLink a
{
font-size: 17px;
margin-top:20px;
}
.productDescriptionPriceNumber{
color:#BBBE32;
font-weight:bold;
}
.open_pic{
font-size: 17px;
float:right;
}

/* FOOTER */
.basketItemsList
{
/*width: 750px;/*was 615*/
}
.basketTitlesLine
{
padding-top: 5px;
padding-bottom: 5px;
height:30px;/*added by haim*/
}
.basketTitlesLine p
{
float: right;
color: #005d8f;
font-weight: bold;
text-align: right;
}
.basketTitlesLine p.total
{
float: right;
color: #005d8f;
font-weight: bold;
margin-right:5px;
width: 65px;
}
.basketTitlesLine p.sum
{
float: right;
color: #005d8f;
font-weight: bold;
margin-left:5px;
width: 80px;
}
.basketTitlesLine p.basketPic
{
width: 145px;
}
.basketTitlesLine p.basketItemName
{
margin-top:7px;/*added by haim*/
width: 100px;
}
.basketTitlesLine p.basketKartons
{
margin-top:7px;/*added by haim*/
width: 80px;
}
.basketTitlesLine p.basketKartonUnits
{
width: 72px;
}
.basketTitlesLine p.basketTotalUnits
{
width: 72px;
}
.basketTitlesLine p.basketUnitPrice
{
width: 72px;
}
.basketTitlesLine p.basketTotalPrice
{
width: 72px;
}
.basketTitlesLine p.basketTotalCbm
{
width: 72px;
}
.basketItemsLine
{
border-bottom: 1px solid #e5e9eb
}
.basketItemsLine div.basketPic
{
padding-top: 30px;
width: 100px;
float: right;
padding: 15px;
padding-right: 30px
}
.basketItemPic
{
padding-top: 2px;
width: 66px;
height: 66px;
text-align: center;
background: url("../image/product_basket_bg.gif") top;
background-repeat: no-repeat;
}
.basketItemPic img{
width:60px;
height:45px;
padding-top:8px;
}
.basketItemsLine div.basketItemName
{
padding-top: 30px;
float: right;
width: 72px;
}
.basketItemsLine div.basketKartons
{
padding-top: 28px;/*was 35*/
margin-right: 30px;
float: right;
width: 80px;
}
.basketItemsLine div.basketKartonUnits
{
padding-top: 30px;
float: right;
width: 72px;
}.basketItemsLine div.basketTotalUnits
{
padding-top: 30px;
float: right;
width: 72px;
}.basketItemsLine div.basketUnitPrice
{
padding-top: 30px;
float: right;
width: 72px;
}.basketItemsLine div.basketTotalPrice
{
padding-top: 30px;
float: right;
width: 72px;
}.basketItemsLine div.basketTotalCbm
{
padding-top: 30px;
float: right;
width: 72px;
}.basketItemsLine div.basketBtn
{
padding-top: 35px;
float: right;
}
.basketFooterLine
{
font-weight: bold;
color: #005d8f;
}
.basketKartons input
{
text-align: center;
width: 50%;
padding-bottom: 2px;
color: black
}
.basketBtn p.removeItemBtn
{
padding-bottom: 5px;
background-image: url("../image/btn_remove.gif");
background-repeat: no-repeat;
width: 34px;
height: 19px;
padding-top: 1px;
border: 0px;
cursor: pointer;
text-align: center;
}
.removeItemBtn a
{
font-size: 12px;
font-weight: bold;
color: white;
text-decoration: none;
}
.removeItemBtn a:hover
{
color: #bbbe32;
}
.basketMainBtns
{
width: 100%;
float:left;
margin-top: 25px
}
.basketMainBtns div.containerPercents
{
float:right;
text-align:right;
color: #005d8f;
width: 400px;
}
.basketMainBtns p{
margin-right:15px;
}
.basketMainBtns p.priceBtn
{
float:left;
background-image: url("../image/btn_price.gif");
background-repeat: no-repeat;
width: 144px;
height: 28px;
padding-top: 5px;
border: 0px;
cursor: pointer;
text-align: center;
}
.basketMainBtns p.registrBtn
{
float:left;
background-image: url("../image/btn_basket_registr.gif");
background-repeat: no-repeat;
width: 146px;
height: 52px;
padding-top: 10px;
margin-top: 10px;
border: 0px;
cursor: pointer;
text-align: center;
}
.basketMainBtns a
{
font-size: 16px;
font-weight: bold;
color: white;
text-decoration: none;
}
.basketMainBtns a:hover
{
color: #bbbe32;
}

/* FOOTER */
.footerDiv
{
background: none;
clear: both;
margin-top: 25px;
padding-bottom: 40px;
text-align: center;
width:845px
}
.footerDiv p
{
padding: 0px 15px 0px 15px ;
height: 14px;
border-left: 1px solid black;
float: left;
}
.footerDiv p.footerLastLink
{
border-left: 0px;
}
.footerDiv p.footerSide
{
width: 5px;
border-left: 0px;
}
.footerDiv a
{
text-decoration: none;
color: black;
font-family: arial;
font-size: 12px;
font-weight: bold 
}
.footerDiv a:hover
{
color: #bbbe32;
text-decoration: underline
}

/* SEARCH RESULT HEADER */
.search_result_header_main{
float:right;
}
.search_result_header_count{
margin-top:20px;
margin-left:10px;
float:left;
}

/* FORM */
.form_div input{
width:120px;
color:#000000;
}
.form_div label{
display:inline-block;
width:100px;
margin-bottom:2px;
}

/* REGISTRATION */
.sendBtnDiv{
width: 400px;
padding-right: 256px;
margin-top: 25px
}
.sendBtn{
background-image: url("../image/btn_price.gif");
background-repeat: no-repeat;
width: 144px;
height: 28px;
padding-top: 5px;
border: 0px;
cursor: pointer;
text-align: center;
}
.sendBtn a{
font-size: 16px;
font-weight: bold;
color: white;
text-decoration: none;
}


/* CONTACT */
.contact_div{
margin-right:40px;
}
.contact_div input{
color:#000000;
}
textarea{
font-family:arial;
}

/* MEASUREMENTS TABLE */
.measurementsTable{
width:250px;
}
.measurementsTable thead{
}
.measurementsTable td{
border-bottom:1px solid #2C66AD;
}

/* PRICE NUMBER */
.priceNumber{
font-weight:bold;
color:#005d8f;
}

/* CONTACT FORM */

.contactFormDiv
{
width: 400px
}
.contactFormText
{
width: 110px;
float: right;
margin-left: 10px;
margin-top: 20px;
padding: 3px 10px 6px 5px
}
.textAreaHeight
{
height: 65px;
}
.formTextbg
{
background: #EFF4F7
}
.phoneTextMargin
{
margin-top: 26px;
}
.contactFormInput
{
width: 260px;
float: left;
margin-top: 20px;
}
.contactFormPhoneInputs
{
width: 260px;
float: left;
margin-top: 10px;
}
.contactFormPhoneInputs
{
margin-top: 10px;
}
.contactFormInput input
{
width: 100%;
height: 20px
}
input.contactFormInpt
{
width: 100%;
height: 20px
}
.contactFormInput textarea
{
width: 100%;
_width: 98%;
height: 70px
}

.sendButton
{
width: 405px;
_width: 400px;
height: 24px;
text-align: right;
margin: 10px 0px 10px 0px;
_margin-top: 30px;
*margin-top: 30px;
}

.contactFormDiv table
{
width: 99%;
font-size: 11px;
}

.contactFormDiv td
{
padding-right: 12px;
text-align: center;
width: 31px;
}

.contactFormDiv td.number
{
padding-right: 0px;
text-align: center;
width: 145px;
}

label
{
clear: both
}

/* ADVANTAGES */
.advantages
{
margin: 0px 40px 30px 30px;
padding-left:200px;
}
.advantages h1
{
font-weight: normal
}
.advantages h2
{
font-size: 19px;
font-weight: bold;
color: #1f70a3;
margin-bottom: 3px;
}
.advantages li
{
font-size: 17px;
line-height: 25px;
}
.scrollPageUp
{
margin-right:400px;
float:right;
}

.resultsReturnBtn
{
margin-right:320px;
margin-top:15px;
background-image: url("../image/btn_search_return.gif");
background-repeat: no-repeat;
width: 160px;
height: 28px;
padding-top: 7px;
border: 0px;
cursor: pointer;
text-align: center;
}
.resultsReturn a
{
font-size: 16px;
font-weight: bold;
color: white;
text-decoration: none;
}
.resultsReturn a:hover
{
color: #bbbe32;
}
.orders_history
{
float:left;
margin-top:25px;
padding-left:35px;
}
.back_to_list
{
float:left;
}
.back
{
padding-bottom: 15px;
}
.bold_font{
font-weight: bold;
}
.saleItemPic_img{
width: 88px;
height: 66px;
margin-top: 16px;
}
a.no_link{
text-decoration:none;
color:black;
}
.copyright {
color:#BFBFBF;
font-size:11px;
text-align:center;
}
.center_c{
text-align: center;
}
#imgShopCartProduct{
display:none;position:absolute;z-index:2000;
}
.prdt_name{
height: 50px;
}