
* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 4pt; line-height: 4px; }

#main { width: 1000px; min-height: 100%; position: relative; margin: 0px auto; }
* html #main { height: 100%; }

/*
* html #main { width:expression((document.compatMode && document.compatMode == 'CSS1Compat')?
			(document.documentElement.clientWidth < 1000 ? "1000px" : "100%"):
			(document.body.clientWidth < 1000 ? "1000px" : "100%")); }
*/

body { font-family: arial; font-size: 8pt; color: #464646; line-height: 16px; background: #f2fbfe url("/images/main_bg2.png") no-repeat 0 0; }
a { color: #464646; text-decoration: underline; }
a:hover { text-decoration: none; }
p { padding: 0 0 10px 0; }
h1, h2, h3, h4, h5, h6 { font-size: 14pt; font-weight: normal; line-height: 18px; color: #78b00e; padding: 0 0 10px 0; } 

h2 a { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

h4 { display: block; width: 220px; height: 30px; line-height: 30px; padding: 0 0 0 10px; background: url("/images/tit_grn.png") no-repeat; color: #fff; font-size: 10.5pt; font-weight: normal; }
* html h4 { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tit_grn.png", sizingMethod="crop"); }

ul, ol, dl { padding: 0 0 0px 0px; }
li, dt, dd { list-style-type: none; background: url("/images/sqr_grn.gif") 0 5px no-repeat; padding: 0 0 4px 10px; }
* html li, dt, dd { background-position: 0 4px; }

input, select, textarea { font-family: tahoma; font-size: 8pt; color: #464646; line-height: 16px; }

table { border-collapse: collapse; }



/*------------------------------------------- header -------------------------------------------------*/

#header { width: 100%; height: 186px; position: relative; }

/* ----- head menu ----- */
.hmenu { width: 100%; height: 44px; padding: 0; left: 0px; top: 0px; position: absolute; background: url("/images/hmenu_bg2.gif") 0 0 repeat-x; }

.hmenu table { width: 1000px; }
.hmenu td { padding: 0 5px; }
.hmenu td.hmenu_td_l { padding-left: 0; }
.hmenu td.hmenu_td_r { padding-right: 0; }

.hmenu a { text-decoration: none; }

.hmenu .hitem { float: left; display: inline; height: 44px; font-size: 10.5pt; color: #fff; width: 100%; text-align: center; }
.hmenu .hitem .hitem_c { float: left; display: inline; height: 30px; padding: 14px 0 0 0; width: 100%; }
.hmenu .hitem a { color: #fff; }

.hmenu .act { background: url("/images/hmenu_act.gif") repeat-x center 0; }
.hmenu .act_l { background-position: 0 0; }
.hmenu .act_r { background-position: right 0; }
.hmenu .act .hitem_l {  }
.hmenu .act .hitem_r {  }
.hmenu .act .hitem_c {  }
.hmenu .act a { color: #fff; }


/* ----- logo ----- */
.logo { left: 11px; top: 75px; position: absolute; }

/* ----- buttons ----- */
.buttons { right: 107px; top: 84px; position: absolute; }
.buttons a { display: block; float: left; display: inline; height: 23px; padding-left: 27px; line-height: 23px; color: #9f9f9f; margin-right: 14px; }
.buttons a.reg { background: url("/images/buttons.gif") 0 0 no-repeat; }
.buttons a.enter { background: url("/images/buttons.gif") 0 -23px no-repeat; }

/* ----- user ----- */
.user { right: 125px; top: 86px; position: absolute; color: #9f9f9f; line-height: 20px; padding-right: 95px; }
.user a { color: #363535; font-weight: bold; margin-left: 5px; }
.user img { right: 0px; top: 0px; position: absolute; }

/* ----- langs ----- */
.langs { right: 0px; top: 72px; position: absolute; }
.langs .lang { width: 30px; height: 21px; padding-top: 12px; margin: 0 0 0 8px; float: left; display: inline; }
.langs .act { background: url("/images/lang_act.gif") 10px 0 no-repeat; }
.langs a { display: block; width: 30px; height: 21px; }
.langs .en { background: url("/images/langs.gif") 0 0 no-repeat; }
.langs .de { background: url("/images/langs.gif") 0 -21px no-repeat; }
.langs .ru { background: url("/images/langs.gif") 0 -42px no-repeat; }

/* ----- rss ----- */
.rss_link { right: 145px; top: 165px; position: absolute; font-size: 7.5pt; color: #fff; }
.rss_ic { width: 93px; height: 67px; right: 23px; top: 119px; position: absolute; }
.rss_ic .rss_bg { width: 93px; height: 67px; left: 0px; top: 0px; position: absolute; background: url("/images/ic_rss2.png") no-repeat; }
.rss_ic .rss_cont { width: 93px; height: 67px; left: 0px; top: 0px; position: absolute; }
* html .rss_ic .rss_bg { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ic_rss2.png", sizingMethod="crop"); }

/* ----- twitter ----- */
.twt_ic { width: 89px; height: 67px; right: 117px; top: 119px; position: absolute; }
.twt_ic .twt_bg { width: 89px; height: 67px; left: 0px; top: 0px; position: absolute; background: url("/images/ic_twt.png") no-repeat; }
.twt_ic .twt_cont { width: 89px; height: 67px; left: 0px; top: 0px; position: absolute; }
* html .twt_ic .twt_bg { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ic_twt.png", sizingMethod="crop"); }







/*------------------------------------------- content ------------------------------------------------*/

#content { width: 100%; position: relative; padding-bottom: 65px; min-height: 382px; }
* html #content { height: 382px; }



/* ----- left column ----- */
#c-left { width: 230px; padding-left: 20px; position: relative; float: left; margin-left: -100%; }

/* ----- shadow box ----- */
.shadow_box { width: 210px; background: url("/images/shadow.gif") 0 0 repeat-x #fff; padding: 8px 10px 0px 10px; line-height: 13px; }
.shadow_box a { text-decoration: none; color: #616161; }
.shadow_box a:hover { text-decoration: underline; }

.no_shad { background: none; background-color: #fff; padding-top: 4px; position: relative; height: 210px; margin-bottom: 12px; }
.no_shad * { position: relative; }
.no_shad img { right: 0px; bottom: 0px; position: absolute; }

.shadow_top { width: 230px; height: 7px; background: url("/images/shad_top.png") 0 0 no-repeat; font-size: 0; margin: 0; }
* html .shadow_top { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/shad_top.png", sizingMethod="crop"); }

.shadow_btm { width: 230px; height: 7px; background: url("/images/shad_btm.png") 0 0 no-repeat; font-size: 0; margin: 0 0 12px 0; }
* html .shadow_btm { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/shad_btm.png", sizingMethod="crop"); }

.shadow_box h5 { font-size: 13.5pt; color: #787878; line-height: 22px; padding-bottom: 15px; }
.shadow_box b { font-style: normal; font-size: 22pt; color: #aed75f; }
.shadow_box p { padding-bottom: 12px; }
.no_shad a { text-decoration: underline; }
.no_shad a:hover { text-decoration: none; }


/* ----- banner pic ----- */
.banner_pic { margin-bottom: 12px; }



/* ----- center column ----- */
#for-center { float: left; width: 100%; }
#c-center { margin: 0 240px 0 0; position: relative; }

#c-center a { color: #78b00e; }

#c-center h3 { font-size: 10.5pt; color: #929292; padding: 10px 0 5px 0; }


/* ----- title blue ----- */
.tit_blue { width: 100%; height: 30px; position: relative; line-height: 30px; color: #fff; font-size: 10.5pt; font-weight: normal; }
.tit_blue .tit_blue_l { width: 7px; height: 30px; left: 0px; top: 0px; position: absolute; background: url("/images/tit_blue_l.png") no-repeat; }
.tit_blue .tit_blue_r { width: 473px; height: 30px; right: 0px; top: 0px; position: absolute; background: url("/images/tit_blue_r.png") no-repeat; }
.tit_blue .tit_blue_c1 { width: 100%; height: 30px; left: 0px; top: 0px; position: absolute; }
.tit_blue .tit_blue_c2 { margin: 0 473px 0 7px; padding-left: 3px; height: 30px; background: url("/images/tit_blue_c.png") repeat-x; }
.tit_blue .tit_blue_cont { left: 10px; top: 0px; position: absolute; height: 30px; }

* html .tit_blue .tit_blue_l { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tit_blue_l.png", sizingMethod="crop"); }
* html .tit_blue .tit_blue_r { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/tit_blue_r.png", sizingMethod="crop"); }



/* ----- white_box ----- */
.white_box { padding: 10px 10px 0 10px; background: url("/images/shadow.gif") 0 0 repeat-x #fff; position: relative; z-index: 100; font-size: 9pt; }
.white_box_btm { width: 100%; position: relative; height: 6px; font-size: 0; line-height: 0; z-index: 50; }
.white_box_btm .wb_l { left: 0px; top: 0px; position: absolute; width: 100%; height: 6px; background: url("/images/wb_l.png") 0 0 no-repeat; }
.white_box_btm .wb_r { right: 0px; top: 0px; position: absolute; width: 6px; height: 6px; background: url("/images/wb_r.png") right 0 no-repeat; }
.white_box_btm .wb_c { margin: 0 6px; height: 6px; background-color: #fff; }

* html .white_box_btm .wb_l { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wb_l.png", sizingMethod="crop"); }
* html .white_box_btm .wb_r { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wb_r.png", sizingMethod="crop"); }


/* ----- text_box ----- */
.text_box img { margin: 0 auto; display: block; }


/* ----- news ----- */
.new {  }
.new img { margin: 0 auto; display: block; }
.read_more { padding-left: 12px; background: url("/images/read_m.gif") 0 4px no-repeat; }

/* ----- date ----- */
.date { height: 25px; line-height: 25px; padding-left: 10px; border-left: 4px solid #00aff0; background-color: #f2f2f2; font-size: 7.5pt; color: #777; position: relative; margin-bottom: 10px; }
.date .tags { right: 10px; top: 0px; position: absolute; padding-left: 25px; background: url("/images/ic_tags.gif") 0 4px no-repeat; color: #78b00e; }
.date .tags a { color: #78b00e; }

/* ----- links ----- */
.new .links { width: 100%; height: 35px; padding-top: 10px; background: url("/images/links_bg.gif") 0 0 repeat-x; font-size: 7.5pt; line-height: 19px; position: relative; clear: both; }
.new .links img { margin: 0; display: inline; float: left; }
.new .links .add_mem { margin-right: 11px; display: inline; float: left; }
.new .links span { display: inline; float: left; margin: 0 6px 0 2px; }
.new .article_links { display: inline; float: left; width: 220px; }
.new .article_id, #vote_action { display: none; }


.add_comments { right: 0px; top: 10px; position: absolute; }
.add_comments .comm_l { width: 3px; height: 27px; font-size: 0; float: right; display: inline; background: url("/images/comm_l.gif") no-repeat; }
.add_comments .comm_r { width: 3px; height: 27px; font-size: 0; float: right; display: inline; background: url("/images/comm_r.gif") no-repeat; }
.add_comments .comm_c { padding: 0 5px; height: 27px; float: right; display: inline; background: url("/images/comm_c.gif") 0 0 repeat-x; line-height: 22px; font-size: 7.5pt; position: relative; }
.add_comments .comm_c .angle { left: 50%; top: 22px; position: absolute; margin-left: -5px; width: 10px; height: 5px; background: url("/images/comm_ang.gif") no-repeat; }
#c-center .add_comments a { color: #565656; margin: 0 2px; }
.new .add_comments span { float: right; display: inline; line-height: 22px; }

/* ----- prev and next buttons ----- */
.buttons_pn { text-align: center; }


/* ----- comments_box ----- */
.comments_box { padding: 25px 0 15px 0; }
.comments_box h5 { font-size: 18pt; color: #00aff0; padding: 0 0 35px 25px; background: url("/images/comm_tit.gif") 0 6px no-repeat; }
#c-center .comments_box h5 a { color: #00aff0; text-decoration: none; }
#c-center .comments_box h5 a:hover { text-decoration: underline; }

/* ----- comment_one ----- */
.comment_one { width: 100%; margin-bottom: 15px; }
.comment_one td { vertical-align: top; }
.comment_one p { padding-bottom: 3px; }
.comment_one .avatar { width: 50px; padding-top: 3px; }
.comment_one .avatar img { border: 1px solid #e1e1e1; }
.comment_one .author { color: #777; font-size: 7.5pt; }
.comment_one .author span { font-size: 8pt; font-weight: bold; margin-right: 10px; color: #78b00e; text-decoration: underline; }
.comment_one .author a { font-weight: bold; margin-right: 10px; font-size: 8pt; }
#c-center .comment_one .answer { color: #00aff0; padding-left: 18px; background: url("/images/comm_plus.gif") 0 1px no-repeat; }
.comment_one textarea { width: 99%; height: 125px; border: 1px solid #adadad; margin-bottom: 5px; }
.comment_one form { display: none; }
#c-center .comment_one form a { color: #00aff0; }


/* ----- add comment ----- */
.comments_add { padding-bottom: 10px; width: 100%; }
.comments_add h6 { font-size: 13.5pt; color: #00aff0; padding: 0 0 10px 32px; background: url("/images/comm_add.gif") 0 3px no-repeat; }
* html .comments_add h6 { background-position: 0 2px; }
.comments_add textarea { width: 99%; height: 125px; border: 1px solid #adadad; margin-bottom: 10px; }
.comments_add .send_btn { margin: 0 auto; display: block; }


/* ----- faq ----- */
.faq {  }
.faq .faq_item { background: url("/images/links_bg.gif") 0 bottom repeat-x; }
.faq .faq_question { font-size: 9pt; color: #7d7d7d; font-weight: bold; padding: 6px 0 8px 0; width: 100%; }
#c-center .faq .faq_question a { color: #7d7d7d; text-decoration: none; }
#c-center .faq .faq_question a.active { color: #78b00e; }

#c-center .faq .faq_question a:hover { text-decoration: underline; }
#c-center .faq .faq_answer { display: none; padding-bottom: 8px; padding: 5px 9px 17px 9px; background-color: #f2f2f2; position: relative; height: 1%; }
#c-center .faq .faq_answer a { color: #78b00e; }
#c-center .faq .faq_link { right: 9px; bottom: 5px; position: absolute; }


/* ----- tabs ----- */
.tabs { width: 100%; height: 23px; }
.tabs .tab { float: left; display: inline; margin-right: 3px; width: 120px; height: 23px; line-height: 23px; color: #fff; text-align: center; background: url("/images/tab_p.gif") 0 0 repeat-x; }
.tabs .tab_act { background: url("/images/tab_a.gif") 0 0 repeat-x; font-weight: bold; }
#c-center .tabs .tab a { display: block; width: 120px; height: 23px; color: #fff; text-decoration: none; }
#c-center .tabs .tab_act a { cursor: default; }

/* ----- tabs_cont ----- */
.tabs_cont { width: 100%; position: relative; }
.tabs_cont2 { padding: 7px 0 5px 0; width: 100%; }

/* ----- headset ----- */
.headset { width: 193px; height: 320px; float: left; display: inline; margin: 0 26px; position: relative; overflow: hidden; background-color: #fff; }
.headset h4 { font-size: 10.5pt; color: #7d7d7d; background: none; display: block; height: 36px; width: auto; line-height: 18px; text-align: center; padding: 0 0 2px 0; }
.headset .headset_t { width: 193px; height: 6px; font-size: 0; background: url("/images/headset_t.gif") no-repeat; }
.headset .headset_b { width: 193px; height: 6px; font-size: 0; background: url("/images/headset_b.gif") no-repeat; margin-bottom: 3px; }
.headset .headset_m { width: 183px; padding: 5px 5px 5px 5px; background: url("/images/headset_m.gif") repeat-y; position: relative; }
.headset .headset_m table { margin-bottom: 3px; }
.headset .headset_m table td { width: 193px; height: 145px; vertical-align: middle; text-align: center; }
.headset .info_box { position: relative; width: 191px; height: 33px; left: -4px; }
.headset .info_box .price { float: left; display: inline; height: 33px; padding: 0 6px; background: url("/images/price_bg.gif") 0 0 repeat-y #88daf7; font-size: 18pt; color: #fff; line-height: 33px; }
.headset .info_box .view { right: 9px; top: 3px; position: absolute; height: 22px; padding-left: 25px; background: url("/images/glasses.gif") 0 0 no-repeat; line-height: 22px; font-size: 9pt; }
#c-center .headset .info_box .view a { color: #b1b1b1; }
.headset .buy_btn { width: 193px; height: 42px; text-align: center; }

.hs_tit { height: 30px; border-bottom: 1px solid #ebebeb; margin-bottom: 20px; }
.hs_tit_l { width: 8px; height: 30px; background: url("/images/hs_tit_l.gif") no-repeat 0 0; font-size: 0; float: left; display: inline; }
.hs_tit_r { width: 8px; height: 30px; background: url("/images/hs_tit_r.gif") no-repeat 0 0; font-size: 0; float: left; display: inline; }
.hs_tit_c { height: 30px; background-color: #ebebeb; float: left; display: inline; padding: 0 5px; font-size: 13.5pt; color: #5f5f5f; line-height: 30px; }

#tab_cont_Phones, #tab_cont_Webcams, #tab_cont_Headsets { margin-bottom: 25px; }

.tabs_cont2 h1, .tabs_cont2 h2 { padding-left: 18px; }

/* ----- leaders ----- */
.leader { width: 193px; height: 215px; float: left; display: inline; margin: 0 18px 20px 18px; position: relative; overflow: hidden; background-color: #fff; }
.leader .leader_tbl table { margin-bottom: 3px; }
.leader .leader_tbl table td { width: 193px; height: 145px; vertical-align: middle; text-align: center; }
.leader h4 { font-size: 9pt; color: #000; background: none; display: block; height: auto; width: auto; line-height: 18px; text-align: center; padding: 0 0 10px 0; }
.leader h6 { font-size: 18pt; color: #00aff0; text-align: center; }

/* ----- categories ----- */
.categories { padding: 13px; background-color: #f2f2f2; border-top: 2px solid #7b7b7b; border-bottom: 2px solid #7b7b7b; }
.categories table { width: 100%; }
.categories td { vertical-align: top; }
.categories .pic { width: 70px; }
.categories .text { padding-right: 10px; }
#c-center .categories a { font-size: 9pt; color: #00aff0; font-weight: bold; }
#c-center .categories p { padding: 0 0 5px 0; }


/* ----- downloads ----- */
.downloads { width: 720px; margin: 0 auto; padding: 20px 10px 0 10px; position: relative; }
.downloads table { width: 100%; position: relative; margin-bottom: 30px; }
.downloads td { vertical-align: top; position: relative; }
.downloads .pic { width: 85px; text-align: center; padding-right: 15px; }
#c-center .downloads h3 { font-size: 13.5pt; color: #78b00e; padding: 0 0 10px 0; background: url("/images/links_bg.gif") 0 bottom repeat-x; margin-bottom: 10px; }
.downloads .wnew { padding: 0 10px 0 20px; background: url("/images/ic_wnew.gif") 0 2px no-repeat; color: #929292; position: relative; float: left; z-index: 100; cursor: pointer; margin-bottom: 7px; clear: both; }
#c-center .downloads .wnew a { color: #929292; }
#c-center .downloads .wnew a:hover { text-decoration: underline; }

.downloads .wnew .wnew_text { right: -190px; top: 0px; position: absolute; padding: 5px; border: 1px solid #78b00e; width: 180px; background-color: #fff; display: none; cursor: default; }
#c-center .downloads .review { background: url("/images/ic_review.gif") 0 2px no-repeat; }

.download_sep { width: 100%; height: 30px; }

* html .downloads .wnew { margin-bottom: 0px; }
*+html .downloads .wnew { margin-bottom: 0px; }

.dn_item { width: 330px; height: 145px; padding: 20px 10px; margin-bottom: 20px; float: left; display: inline; background: url("/images/dn_bg.gif") no-repeat 0 0; }
.dn_item_sep { width: 20px; height: 185px; float: left; display: inline; }



/* ----- go top link ----- */
.go_top { width: 100%; height: 25px; }
.go_top a { padding-left: 34px; background: url("/images/go_top.gif") no-repeat; display: block; float: right; height: 23px; line-height: 22px; }










/* ----- right column ----- */
#c-right { width: 230px; padding-right: 0px; margin-left: -230px; position: relative; float: left; }

/* ----- search ----- */
.search { width: 230px; height: 47px; position: relative; margin-bottom: 12px; }
.search .search_bg { width: 230px; height: 47px; left: 0px; top: 0px; position: absolute; background: url("/images/src_bg.png") no-repeat; }
.search .search_cont { width: 220px; height: 35px; padding: 12px 0 0 10px; left: 0px; top: 0px; position: absolute; }
.search .field { width: 168px; height: 17px; padding: 2px 5px 0 5px; border: 1px solid #adadad; background: url("/images/src_fld.gif") 0 0 repeat-x; float: left; display: inline; margin: 1px 8px 0 0; }
.search .find_btn { float: left; display: inline; }
* html .search .search_bg { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/src_bg.png", sizingMethod="crop"); }

/* ----- cloud ----- */
.cloud { width: 210px; font-size: 9pt; }
.cloud a { color: #00aff0; text-decoration: none; margin-right: 2px; }
.cloud a:hover { border-bottom: 1px dashed #00aff0; text-decoration: none; }
.cloud .size1 { font-size: 9pt; line-height: 20px; }
.cloud .size2 { font-size: 13.5pt; line-height: 28px; }
.cloud .size3 { font-size: 18pt; line-height: 35px; }

/* ----- ljbanner ----- */
.ljbanner { margin-bottom: 12px; }



/*------------------------------------------- footer ------------------------------------------------*/

#footer { width: 1000px; height: 45px; clear: both; margin: 0px auto; min-width: 1000px; position: relative; margin-top: -45px; background: url("/images/foot_bg2.gif") 0 0 no-repeat; color: #fff; line-height: 45px; }

/*
* html #footer { width:expression((document.compatMode && document.compatMode == 'CSS1Compat')?
			(document.documentElement.clientWidth < 1000 ? "1000px" : "100%"):
			(document.body.clientWidth < 1000 ? "1000px" : "100%")); }
*/

/* ----- rights ----- */
#footer .rights { left: 20px; top: 0px; position: absolute; }

/* ----- legal ----- */
#footer .legal { width: 140px; height: 30px; margin-left: -70px; left: 50%; top: 0px; position: absolute; text-align: center; z-index: 100; }
#footer .legal #legal_popup { left: -153px; bottom: 20px; position: absolute; border: 1px solid #78b00e; background-color: #fff; width: 426px; padding: 7px; text-align: left; color: #464646; line-height: 18px; display: none; }
#footer .legal a { color: #fff; }

/* ----- feedback ----- */
#footer .feedback { width: 140px; height: 30px; margin-left: 0px; left: 50%; top: 0px; position: absolute; text-align: center; z-index: 100; }
#footer .feedback a { color: #fff; }

/* ----- tlogic ----- */
#footer .tlogic_link { right: 20px; top: 5px; position: absolute; height: 40px; overflow: hidden; }
#footer .tlogic_link a { color: #fff; float: right; display: inline; margin: 4px 0 0 5px; }
#footer .tlogic_link span { float: right; display: inline; margin-top: -2px; }




/*------------------------------------------- popups ------------------------------------------------*/
#popups { width: 100%; height: 100%; left: 0px; top: 0px; position: fixed; display: none; z-index: 100; }
* html #popups { position: absolute; }

/* ----- popups bg ----- */
#popups .popups_bg { width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; background-color: #000; opacity: 0.7; -moz-opacity: 0.7; filter: alpha(opacity=70); z-index: 100; }

/* ----- popups content ----- */
#popups .popups_content { width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 200; }
#popups .for_center { visibility: hidden; width: 100%; height: 50%; margin-top: -243px; float: left; }

/* ----- enter ----- */
#popups .popup_enter { width: 340px; height: 260px; padding: 10px 15px; border: 3px solid #78b00e; margin: 0 auto; clear: both; background-color: #fff; position: relative; z-index: 200; top: -133px; /* IE4ever Hack: Hide from IE4 **/ position: static; /** end hack */ }
#popups .height2 { height: 290px; }
#popups .height3 { height: 445px; }

/* ----- user ----- */
#popups .popup_user { width: 340px; height: 550px; padding: 10px 15px; border: 3px solid #78b00e; margin: 0 auto; clear: both; background-color: #fff; position: relative; z-index: 200; top: -285px; /* IE4ever Hack: Hide from IE4 **/ position: static; /** end hack */ }


#popups h5 { font-size: 12pt; color: #2f2f2f; text-align: center; font-weight: bold; padding-top: 5px; position: relative; width: 340px; }
#popups h5.hgray { color: #888; }
#popups h5.hgreen { color: #78b00e; }
#popups h5 a { color: #78b00e; }
#popups h6 { font-size: 10.5pt; color: #00aff0; text-align: left; font-weight: bold; padding: 5px 0 0px 30px; margin-top: 10px; display: block; width: 310px; height: 22px; line-height: 17px; position: relative; }
#popups h6.pass { background: url("/images/ic_pass.gif") no-repeat; }
#popups h6.mail { background: url("/images/ic_mail.gif") 0 3px no-repeat; }
#popups h6.avatar { background: url("/images/ic_avatar.gif") 0 3px no-repeat; }
#popups .sep { width: 340px; height: 5px; background: url("/images/links_bg.gif") 0 0 repeat-x; font-size: 0; }

#popups .avatar_pic { width: 70px; float: left; display: inline; padding-top: 3px; }
#popups .avatar_pic img { border: 1px solid #e1e1e1; }
#popups .avatar_field { width: 270px; float: left; display: inline; }
#popups .avatar_field img { margin-top: 1px; float: left; display: inline; }
#popups .avatar_field .small { font-size: 7.5pt; color: #989898; }

#popups table { width: 340px; }
#popups table td { padding-bottom: 15px; vertical-align: top; }
#popups table .td_l { width: 180px; }
#popups p { padding: 0; }
#popups .field { width: 148px; height: 17px; padding: 2px 5px 0 5px; border: 1px solid #adadad; background: url("/images/src_fld.gif") 0 0 repeat-x; float: left; display: inline; margin: 1px 8px 0 0; }
#popups .long { width: 315px; }

#popups .captcha { padding-top: 2px; }
#popups .captcha img { border: 1px solid #adadad; }
#popups .captcha .reload { color: #989898; font-size: 7.5pt; }
#popups .captcha .for_reload { text-align: center; padding: 0; }

#popups .pop_links { text-align: center; }
#popups .pop_links a { color: #989898; margin: 0 3px; }
#popups .with_btn { padding-bottom: 0; }

#popup_enter, #popup_reg, #popup_user, #popup_forgot, #popup_msg_notreg, #popup_pass_send, #popup_feedback, #popup_feedback_send { display: none; }

#popups .cent_fields { width: 160px; margin: 0 auto; padding-bottom: 5px; }
#popups .cent_fields .field { margin: 1px 0 5px 0; float: none; }
#popups .cent_fields .fld_dis { color: #777; }

#popup_feedback textarea { width: 328px; height: 195px; border: 1px solid #adadad; background: url("/images/tarea_bg.gif") 0 0 repeat-x; }

.close_btn_enter { right: -10px; top: -5px; position: absolute; cursor: pointer; }

.save_btn { display: block; margin: 8px auto 0 auto; }

#popups .error td { padding-bottom: 0px; text-align: center; color: #f00; }

#popups #error_box, #popups #error_box2, #popups #error_box3, #popups #error_box4, #popups #error_box5 { color: #f00; padding-bottom: 10px; text-align: center; }
#popups #error_box4 { padding-bottom: 2px; }

#popups #pop_reg_pass_ok, #popups #pop_reg_pass_no { left: 165px; top: 21px; position: absolute; display: none; }
#popup_reg form, #popup_reg table { position: relative; }

.rel { position: relative; }

#popups #pop_user_pass_ok, #popups #pop_user_pass_no { left: 165px; top: 21px; position: absolute; display: none; }

