/**
----------------------------------------------------------------------------------------
(c) WATERMELON CORPORATION
WRITTEN BY GWENAEL GODDE, OCTOBER 2011
----------------------------------------------------------------------------------------
NOTE: When editing this file, edit _en file first, then duplicate in other language
and do search&repleace for _en > _xx (language of the file)
*/
/**GENERAL ASPECT*/
html
  {height:100%;}
body.home
  {
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    background-color: #606060;
    background-image:url(/skin/pics/css_bgzag.gif);
    background-attachment: fixed;
    background-position:center;
    text-align:center; /* for IE */
    height:100%;
  }
body.std
  {
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    background-color: #606060;
    background-image:url(/skin/pics/css_bgzag_static.gif);
    background-attachment: fixed;
    background-position:center;
    text-align:center; /* for IE */
    height:100%;
  }


body.admin
  {
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    background-color: #FFFFFF;
    text-align:center; /* for IE */
    height:100%;
  }
body.popup
  {
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    background-color:transparent;
    text-align:center; /* for IE */
    height:100%;
  }
/**IE FIX*/
img
  {border:0px;}
/**Default Font*/
td,div,input,select,textarea
  {font-family:Arial,Helvetica,sans-serif;font-size:11px;}
/**Main layout*/
div.mainbody
  {margin-left:auto;margin-right:auto;width:976px;background-color:#505050;}
div.mainbody_std
  {vertical-align:top;text-align:left;width:960px;background-color:#F0F0F0;}/*background:url(/skin/pics/css_bgstd2.png);background-repeat:no-repeat;background-color:white;*/
div.mainbody_admin
  {vertical-align:top;text-align:left;width:960px;background-color:white;}
div.mainbody_fact
  {vertical-align:top;text-align:left;width:960px;background-color:white;}
div.mainbody_home
  {vertical-align:top;text-align:left;width:960px;background-color:#F0F0F0;}/*background:url(/skin/pics/css_bghome2_en.png);background-repeat:no-repeat;*/
div.mainbody_sup
  {vertical-align:top;text-align:left;width:960px;background-color:#F8F9B9;}
div.mainbody_content
  {margin-left:120px;width:720px;min-height:380px;}
div.mainbody_content2
  {margin-left:32px;width:720px;min-height:380px;}




/**ComBody*/

div.std_autosh2
  {background-color:#9AF78F;}
div.std_autosh2:hover
  {background-color:#F784A5;background-image:url(/skin/pics/css_bgpinkstripe.gif);}

.std_autosh2 div.std_autoshow2
  {visibility:hidden;}
.std_autosh2:hover div.std_autoshow2
  {visibility:visible;}

.std_autosh2 div.std_autohide2
  {visibility:visible;}
.std_autosh2:hover div.std_autohide2
  {visibility:hidden;}




/**Popups */

div.std_popupfg
  {visibility:hidden;position:absolute;left:0px;top:0px;width:0px;height:0px;overflow:hidden;z-index:6;}
div.std_popupld
  {visibility:hidden;padding:0px;position:absolute;left:0px;top:0px;width:16px;height:16px;z-index:5;}
div.std_popupbg_mask
  {visibility:hidden;padding:0px;position:absolute;left:0px;top:0px;width:0px;height:0px;overflow:hidden;z-index:4;}
div.std_popupbg
  {visibility:hidden;padding:0px;position:absolute;left:0px;top:0px;width:0px;height:0px;overflow:hidden;background:url(/skin/pics/css_popshadow.png);z-index:3;cursor:pointer;}


div.std_langselectbox
  {position:absolute;top:0px;left:0px;visibility:hidden;z-index:2;width:100px;background-color:white;padding-top:0px;padding-bottom:10px;text-align:center;font-size:11px;color:#424242;border-bottom:2px solid #c0c0c0;}
img.std_langselectbox
  {width:18px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -241px -457px;margin-top:-9px;margin-bottom:10px;}
/**Hint */
div.std_microhint
  {font-style:normal;padding:0px;padding-left:3px;padding-right:3px;margin:0px;margin-left:2px;display:inline-block;font-size:11px;color:#F282A7;cursor:help;font-weight:bold;border-width:1px;border-style:dashed;border-color:#F282A7;}
div.std_microhintl
  {font-style:normal;padding:0px;padding-left:3px;padding-right:3px;margin:0px;margin-left:2px;display:inline-block;font-size:11px;color:#F282A7;font-weight:bold;border-width:1px;border-style:dashed;border-color:#F282A7;}

/**Links */

a.std_linksmall
  {font-size:11px;color: black;text-decoration: none;background: url(/skin/pics/css_underline0normal.gif) repeat-x 100% 100%;padding-bottom: 3px;white-space: nowrap;}
a.std_linksmall:hover
  {color:#F70056;background: url(/skin/pics/css_underline0hover.gif) repeat-x 100% 100%;}

a.std_linkmed
  {font-size:13px;color: black;text-decoration: none;background: url(/skin/pics/css_underline0normal.gif) repeat-x 100% 100%;padding-bottom: 3px;white-space: nowrap;}
a.std_linkmed:hover
  {color:#F70056;background: url(/skin/pics/css_underline0hover.gif) repeat-x 100% 100%;}

a.std_linkmedsup
  {font-size:16px;color: #95956B;font-weight:bold;font-style:italic;text-decoration:underline;padding-bottom: 2px;white-space: nowrap;}
a.std_linkmedsup:hover
  {color:#F70056;}

a.std_linkbig
  {font-size:20px;color:black;font-weight:bold;font-style:italic;text-decoration: none;background: url(/skin/pics/css_underline0normal.gif) repeat-x 100% 100%;padding-bottom: 2px;white-space: nowrap;}
a.std_linkbig:hover
  {color:#F70056;background: url(/skin/pics/css_underline0hover.gif) repeat-x 100% 100%;}

a.std_linkmedgray
  {font-size:16px;color:#808080;font-weight:bold;font-style:italic;text-decoration: none;background: url(/skin/pics/css_underline1normal.gif) repeat-x 100% 100%;padding-bottom: 2px;white-space: nowrap;}
a.std_linkmedgray:hover
  {color:#F70056;background: url(/skin/pics/css_underline0hover.gif) repeat-x 100% 100%;}

a.std_linksmallgray
  {font-size:11px;color:#606060;text-decoration: underline;}
a.std_linksmallgray:hover
  {color:#F70056;}

/*Link with forced hover opacity*/
a.std_hoverfx:hover img
  {opacity: 0.7;filter:alpha(opacity=70);}

a.std_inherit
  {color:inherit;text-decoration:none;}
a.std_inherit:hover
  {color:#F70056;text-decoration:underline;}

a.std_inheritu
  {color:inherit;text-decoration:underline;}
a.std_inheritu:hover
  {color:#F70056;text-decoration:none;}

a.std_inheritusmall
  {color:inherit;font-size:11px;text-decoration:underline;}
a.std_inheritusmall:hover
  {color:#F70056;text-decoration:underline;}

a.std_inheritn
  {color:inherit;text-decoration:none;}
a.std_inheritn:hover
  {color:inherit;text-decoration:none;}

a.std_linkmeddgray
  {font-size:13px;color:#424242;font-weight:bold;text-decoration: underline;}
a.std_linkmeddgray:hover
  {color:#F70056;}

a.std_linkbigboard0
  {font-size:18px;color:#339CCD;text-decoration: underline;}
a.std_linkbigboard0:hover
  {color:#F70056;}

a.std_linkbigboard1
  {font-size:18px;color:#808080;text-decoration: underline;}
a.std_linkbigboard1:hover
  {color:#F70056;}

a.std_linkmedboard0
  {font-size:13px;color:#339CCD;text-decoration: underline;}
a.std_linkmedboard0:hover
  {color:#F70056;}

a.std_linkmedboard1
  {font-size:13px;color:#808080;text-decoration: underline;}
a.std_linkmedboard1:hover
  {color:#F70056;}

a.std_linksmallboard0
  {font-size:11px;color:#339CCD;text-decoration: underline;}
a.std_linksmallboard0:hover
  {color:#F70056;}

a.std_linksmallboard1
  {font-size:11px;color:#808080;text-decoration: underline;}
a.std_linksmallboard1:hover
  {color:#F70056;}

/*Board link*/
a.std_boardlk
  {color:#606060;font-size:11px;text-decoration:underline;}
a.std_boardlk:hover
  {color:#F70056;text-decoration:underline;}
/*Board link ext*/
a.std_boardlkext
  {color:#606060;font-size:11px;text-decoration:underline;}
a.std_boardlkext:hover
  {color:#F70056;text-decoration:underline;}
/*Board link file*/
a.std_boardlkfile
  {color:#606060;font-size:11px;text-decoration:underline;}
a.std_boardlkfile:hover
  {color:#F70056;text-decoration:underline;}



a.std_linkfbmed
  {font-size:13px;color: #E5E9F3;text-decoration: none;font-style:italic;}
a.std_linkfbmed:hover
  {color:white;text-decoration: underline;}


/**Field*/
div.std_fieldtext
  {height:28px;display:inline-block;margin:0px;padding:0px;}
div.std_fieldtextl
  {height:28px;float:left;margin:0px;padding:0px;background:url(/skin/pics/css_spritesheet0.png) 0px -6px;}
div.std_fieldtextr
  {width:3px;height:28px;float:left;background:url(/skin/pics/css_spritesheet0.png) -376px -6px;margin:0px;padding:0px;}
div.std_fieldtextt
  {height:28px;float:right;margin:0px;margin-left:4px;margin-top:7px;padding:0px;color:#525252;font-style:italic;font-size:13px;}
/*Input*/
input.std_fieldtexti
  {font-style:normal;font-size:16px;letter-spacing:1px;word-spacing:5px;margin:0px;margin-left:4px;margin-right:1px;margin-top:3px;border:0px;color:#525252;background-color:transparent;}
input.std_fieldtexti:focus
  {color:black;}
/*Select*/
select.std_fieldtexti
  {font-style:normal;font-size:16px;letter-spacing:1px;word-spacing:5px;margin:0px;margin-left:4px;margin-right:1px;margin-top:3px;border:0px;color:#525252;background-color:transparent;}
select.std_fieldtexti:focus
  {color:black;}
/*Checkbox*/
div.std_fieldcheck
  {height:28px;display:inline-block;margin:0px;padding:0px;}
div.std_fieldcheckl
  {height:21px;width:21px;float:left;margin:0px;margin-top:4px;padding:0px;background:url(/skin/pics/css_spritesheet0.png) -364px -608px;}
input.std_fieldchecki
  {padding:0px;float:left;margin:0px;margin-left:4px;margin-top:4px;border:0px;color:#525252;background-color:transparent;}
div.std_fieldcheckt
  {height:28px;float:right;display:inline-block;margin:0px;margin-left:4px;margin-top:7px;padding:0px;color:#525252;font-style:italic;font-size:13px;}
/*Textarea?!*/
div.std_fieldtextarea
  {display:inline-block;margin:0px;padding:0px;}
div.std_fieldtextareal
  {background-color:#DFDFDF;margin:0px;padding:0px;padding-top:8px;}
textarea.std_fieldtextareai
  {padding:0px;margin:8px;border:0px;color:#525252;background-color:transparent;}
textarea.std_fieldtextareai
  {font-style:normal;font-size:16px;letter-spacing:1px;word-spacing:5px;color:#525252;border:0px;background-color:transparent;}
textarea.std_fieldtextareai:focus
  {color:black;}
div.std_fieldtextareat
  {height:13px;margin:0px;margin-right:8px;margin-bottom:-4px;padding:0px;color:#525252;font-style:italic;font-size:13px;text-align:right;}
div.std_fieldtextareac
  {display:inline-block;font-size:inherit;}

div.std_fieldtextarear
  {height:1px;background:url(/skin/pics/css_bgset0.png) 0px -64px;}

/**Buttons*/
/*Regular gray button*/
a.std_buttongray
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;width:124px;height:36px;background:url(/skin/pics/css_spritesheet0.png) 0px -77px;}
a.std_buttongray:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_buttongray:active
  {background:url(/skin/pics/css_spritesheet0.png) -0px -75px;}
a.std_buttongray div
  {text-align:center;color:#FFFFFF;text-shadow:1px 1px 0px #727272;font-size:18px;font-style:italic;margin-top:4px;-moz-user-select: none;user-select:none;}
/*Regular purple button*/
a.std_buttonpurple
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;width:124px;height:36px;background:url(/skin/pics/css_spritesheet0.png) 0px -39px;}
a.std_buttonpurple:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_buttonpurple:active
  {background:url(/skin/pics/css_spritesheet0.png) -0px -37px;}
a.std_buttonpurple div
  {text-align:center;color:#FFFFFF;text-shadow:1px 1px 0px #770FB8;font-size:18px;font-style:italic;margin-top:4px;-moz-user-select: none;user-select:none;}
/*Regular green button*/
a.std_buttongreen
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;width:124px;height:36px;background:url(/skin/pics/css_spritesheet0.png) 0px -115px;}
a.std_buttongreen:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_buttongreen:active
  {background:url(/skin/pics/css_spritesheet0.png)  0px -113px;}
a.std_buttongreen div
  {text-align:center;color:#FFFFFF;text-shadow:1px 1px 0px #239998;font-size:18px;font-style:italic;margin-top:4px;-moz-user-select: none;user-select:none;}

/*Form button*/
img.buttonform_bold
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -131px -121px;}
img.buttonform_quote
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -162px -121px;}
img.buttonform_spoil
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -193px -121px;}
img.buttonform_picture
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -224px -121px;}
img.buttonform_right
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -255px -121px;}
img.buttonform_center
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -286px -121px;}
img.buttonform_upload
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -317px -121px;}
img.buttonform_assoc
  {width:29px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -348px -121px;}


/*Subscription button*/
a.std_butsubscri0
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:36px;background-color:#FFF8BC;border-bottom:2px solid #C9C7A5;}
a.std_butsubscri0:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butsubscri0:active
  {margin-top:2px;border-bottom:none;}
a.std_butsubscri0 div
  {text-align:center;color:#6D6C4F;font-size:16px;font-style:italic;margin-top:8px;margin-left:12px;margin-right:20px;-moz-user-select: none;user-select:none;}
/*subscribtions*/
img.pictosu_med
  {width:28px;height:22px;background:url(/skin/pics/css_spritesheet0.png) -153px -573px;}
img.pictosu_ok
  {width:22px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -95px -266px;cursor:help;margin-left:-16px;margin-bottom:4px;margin-top:-8px;}


/*Regular green button*/
a.std_butsection0
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:32px;background:url(/skin/pics/css_spritesheet0.png) -131px -39px;}
a.std_butsection0:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butsection0:active
  {background:url(/skin/pics/css_spritesheet0.png)  -131px -37px;}
a.std_butsection0 div
  {text-align:center;color:#424242;font-size:16px;font-style:italic;margin-top:3px;margin-left:20px;margin-right:20px;-moz-user-select: none;user-select:none;}

a.std_butsection1
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:32px;background:url(/skin/pics/css_spritesheet0.png) -131px -77px;}
a.std_butsection1:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butsection1:active
  {background:url(/skin/pics/css_spritesheet0.png)  -131px -75px;}
a.std_butsection1 div
  {text-align:center;color:#4C6349;font-size:16px;font-style:italic;margin-top:3px;margin-left:20px;margin-right:20px;-moz-user-select: none;user-select:none;}


a.std_butpage0
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:32px;background:url(/skin/pics/css_spritesheet0.png) -131px -39px;}
a.std_butpage0:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butpage0:active
  {background:url(/skin/pics/css_spritesheet0.png)  -131px -37px;}
a.std_butpage0 div
  {text-align:center;color:#424242;font-size:16px;font-style:italic;margin-top:3px;margin-left:5px;margin-right:5px;-moz-user-select: none;user-select:none;}

a.std_butpage1
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:32px;background:url(/skin/pics/css_spritesheet0.png) -131px -77px;}
a.std_butpage1:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butpage1:active
  {background:url(/skin/pics/css_spritesheet0.png)  -131px -75px;}
a.std_butpage1 div
  {text-align:center;color:#4C6349;font-size:16px;font-style:italic;margin-top:3px;margin-left:5px;margin-right:5px;-moz-user-select: none;user-select:none;}

a.std_butpagem0
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:14px;background-color:#DFDFDF;border-bottom:2px solid #BEBEBE;}
a.std_butpagem0:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butpagem0 div
  {text-align:center;color:#606060;font-size:11px;font-style:italic;margin-left:3px;margin-right:3px;-moz-user-select: none;user-select:none;}

a.std_butpagem1
  {cursor:pointer;display:inline-block;text-decoration:none;margin:0px;padding:0px;height:14px;background-color:#98F690;border-bottom:2px solid #79D970;}
a.std_butpagem1:hover
  {opacity: 0.7;filter:alpha(opacity=70);}
a.std_butpagem1 div
  {text-align:center;color:#606060;font-size:11px;font-style:italic;margin-left:3px;margin-right:3px;-moz-user-select: none;user-select:none;}


/**Misc interfacee */
img.isonline0
  {vertical-align:middle;width:9px;height:10px;background:url(/skin/pics/css_spritesheet0.png) -66px -296px;}
img.isonline1
  {vertical-align:middle;width:9px;height:10px;background:url(/skin/pics/css_spritesheet0.png) -55px -296px;}
/*Arrows*/
img.arrowleft_bluefat
  {width:26px;height:130px;background:url(/skin/pics/css_spritesheet0.png) -322px -194px;}
img.arrowright_bluefat
  {width:26px;height:130px;background:url(/skin/pics/css_spritesheet0.png) -356px -194px;}


img.arrowleft_redmicro
  {vertical-align:middle;width:4px;height:6px;background:url(/skin/pics/css_spritesheet0.png) 0px -265px;}
img.arrowleft_redsmall
  {vertical-align:middle;width:6px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -6px -263px;}
img.arrowleft_redmed
  {vertical-align:middle;width:8px;height:14px;background:url(/skin/pics/css_spritesheet0.png) -14px -261px;}
img.arrowleft_redbig
  {vertical-align:middle;width:16px;height:28px;background:url(/skin/pics/css_spritesheet0.png) -0px -278px;}
img.arrowleft_graybig
  {vertical-align:middle;width:16px;height:28px;background:url(/skin/pics/css_spritesheet0.png) -0px -308px;}
img.arrowup_graybig
  {vertical-align:middle;width:28px;height:16px;background:url(/skin/pics/css_spritesheet0.png) -50px -311px;}

img.arrowright_redmicro
  {vertical-align:middle;width:4px;height:6px;background:url(/skin/pics/css_spritesheet0.png) -43px -265px;}
img.arrowright_redsmall
  {vertical-align:middle;width:6px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -35px -263px;}
img.arrowright_redmed
  {vertical-align:middle;width:8px;height:14px;background:url(/skin/pics/css_spritesheet0.png) -25px -261px;}
img.arrowright_redbig
  {vertical-align:middle;width:16px;height:28px;background:url(/skin/pics/css_spritesheet0.png) -31px -278px;}
img.arrowright_graybig
  {vertical-align:middle;width:16px;height:28px;background:url(/skin/pics/css_spritesheet0.png) -31px -308px;}

img.arrowright_redemail
  {vertical-align:middle;width:18px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -60px -328px;}
img.arrowright_redext
  {vertical-align:middle;width:18px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -60px -340px;}


/*pages*/
img.pictopage_small
  {width:11px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -55px -284px;}
img.pictopage_big
  {width:22px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -55px -263px;}



/*preorder*/
img.pictopreorder_wait
  {width:10px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -83px -266px;}
img.pictopreorder_ready
  {width:22px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -95px -266px;}
img.pictomega_ready
  {width:44px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -229px -381px;}
img.pictomed_ready
  {width:33px;height:27px;background:url(/skin/pics/css_spritesheet0.png) -184px -563px;}

/*cartop*/
img.pictocart_noavail
  {width:48px;height:48px;background:url(/skin/pics/css_spritesheet0.png) -6px -528px;}
img.pictocart_refresh
  {width:22px;height:23px;background:url(/skin/pics/css_spritesheet0.png) -118px -266px;}
img.pictocart_remove
  {width:22px;height:23px;background:url(/skin/pics/css_spritesheet0.png) -139px -266px;}
/*miscothers*/
img.picto_viewcom
  {width:11px;height:10px;background:url(/skin/pics/css_spritesheet0.png) -161px -268px;}
img.picto_addcom
  {width:11px;height:10px;background:url(/skin/pics/css_spritesheet0.png) -175px -268px;}
img.picto_profile
  {width:9px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -190px -268px;}
img.picto_clock
  {width:9px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -201px -268px;}
img.picto_quote1l
  {width:7px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -212px -268px;}
img.picto_quote1r
  {width:7px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -221px -268px;}
img.picto_quote2l
  {width:7px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -230px -268px;}
img.picto_quote2r
  {width:7px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -239px -268px;}
img.picto_infinite
  {width:18px;height:10px;background:url(/skin/pics/css_spritesheet0.png) -274px -320px;}
img.picto_assoc
  {width:11px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -252px -307px;}

/*ThreadThings*/
img.pictothread_locked
  {width:21px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -124px -324px;}
img.pictothread_pined
  {width:21px;height:30px;background:url(/skin/pics/css_spritesheet0.png) -151px -324px;}

/*Flags*/
img.flag_0
  {width:15px;height:9px;}
img.flag_1
  {width:15px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -58px -465px;}
img.flag_2
  {width:15px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -58px -477px;}
img.flag_3
  {width:15px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -58px -489px;}
img.flag_4
  {width:15px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -58px -501px;}
img.flag_5
  {width:15px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -58px -513px;}
img.flag_6
  {width:15px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -58px -525px;}

/*wmlogo*/
img.picto_wmred
  {vertical-align:middle;width:33px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -248px -244px;}
img.picto_wmgray
  {vertical-align:middle;width:33px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -280px -244px;}


/*loves*/
img.pictolove_redmed
  {width:14px;height:13px;background:url(/skin/pics/css_spritesheet0.png) -250px -257px;}
img.pictolove_dgraymed
  {width:14px;height:13px;background:url(/skin/pics/css_spritesheet0.png) -266px -257px;}
img.pictolove_graymed
  {width:14px;height:13px;background:url(/skin/pics/css_spritesheet0.png) -282px -257px;}
img.pictolove_redsmall
  {vertical-align:middle;width:7px;height:6px;background:url(/skin/pics/css_spritesheet0.png) -250px -272px;}
img.pictolove_dgraysmall
  {vertical-align:middle;width:7px;height:6px;background:url(/skin/pics/css_spritesheet0.png) -258px -272px;}
img.pictolove_graysmall
  {vertical-align:middle;width:7px;height:6px;background:url(/skin/pics/css_spritesheet0.png) -266px -272px;}
/*loves*/
img.pictovote_redmed
  {width:14px;height:13px;background:url(/skin/pics/css_spritesheet0.png) -301px -257px;}

/*edit*/
img.pictocmd_editmed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -160px -280px;}
img.pictocmd_delmed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -180px -280px;}
img.pictocmd_lockmed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -200px -280px;}
img.pictocmd_ulockmed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -220px -280px;}
img.pictocmd_pinmed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -240px -280px;}
img.pictocmd_upinmed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -260px -280px;}
img.pictocmd_movemed
  {width:20px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -280px -280px;}

/*social*/
div.pictorss
  {width:54px;height:58px;background:url(/skin/pics/css_spritesheet0.png) 0px -344px;}
img.pictorss_med
  {width:36px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -141px -204px;}
img.pictorss_small
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -141px -243px;}

div.pictotweet
  {width:54px;height:58px;background:url(/skin/pics/css_spritesheet0.png) 0px -405px;}
img.pictotweet_med
  {width:36px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -181px -204px;}
img.pictotweet_small
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -163px -243px;}

div.pictofb
  {width:54px;height:58px;background:url(/skin/pics/css_spritesheet0.png) 0px -466px;}
img.pictofb_med
  {width:36px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -221px -204px;}
img.pictofb_small
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -185px -243px;}



div.pictofb
  {width:54px;height:58px;background:url(/skin/pics/css_spritesheet0.png) 0px -466px;}
img.pictofb_med
  {width:36px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -221px -204px;}
img.pictofb_small
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -185px -243px;}

img.pictogplus_med
  {width:36px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -261px -204px;}
img.pictogplus_small
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -207px -243px;}

img.pictomess_small
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -124px -353px;}



/*some stuff*/
div.pointertweet
  {width:30px;height:22px;background:url(/skin/pics/css_spritesheet0.png) -176px -349px;}




/*Cocarde, NEW/PROMO*/
div.cocardepromo0
  {margin-left:auto;margin-right:0px;width:79px;height:81px;}
div.cocardepromo1
  {margin-left:auto;margin-right:0px;width:79px;height:81px;background:url(/skin/pics/css_spritesheet0.png) -59px -379px;}
div.cocardepromo2
  {margin-left:auto;margin-right:0px;width:79px;height:81px;background:url(/skin/pics/css_spritesheet0.png) -140px -379px;}

div.cocardeblog0
  {width:0px;height:0px;visibility:hidden;}
div.cocardeblog1
  {margin-left:auto;margin-right:0px;margin-top:-30px;margin-bottom:-35px;width:78px;height:78px;background:url(/skin/pics/css_spritesheet0.png) -306px -516px;}
div.cocardeblog2
  {margin-left:auto;margin-right:0px;margin-top:-30px;margin-bottom:-35px;width:78px;height:78px;background:url(/skin/pics/css_spritesheet0.png) -224px -516px;}

div.cocardeblogb0
  {width:0px;height:0px;visibility:hidden;}
div.cocardeblogb1
  {margin-left:auto;margin-right:0px;margin-top:-60px;margin-bottom:0px;width:78px;height:78px;background:url(/skin/pics/css_spritesheet0.png) -306px -516px;}
div.cocardeblogb2
  {margin-left:auto;margin-right:0px;margin-top:-60px;margin-bottom:0px;width:78px;height:78px;background:url(/skin/pics/css_spritesheet0.png) -224px -516px;}


/**/
img.cotcot3x
  {width:48px;height:48px;background:url(/skin/pics/css_spritesheet0.png) -164px -512px;}



/**AVATAR & Grade */
img.avatarmed
  {width:96px;height:96px;}
img.avatarsmall
  {width:48px;height:48px;image-rendering:-moz-crisp-edges;-ms-interpolation-mode:nearest-neighbor;}
img.std_grade
  {width:24px;height:24px;cursor:help;}

/**Counter (other values reached by 41+23*?? */
img.counter_x
  {width:22px;height:37px;background:url(/skin/pics/css_spritesheet0.png) 0px -154px;}
img.counter_d
  {width:11px;height:37px;background:url(/skin/pics/css_spritesheet0.png) -24px -154px;}
img.counter_s
  {width:2px;height:37px;background:url(/skin/pics/css_spritesheet0.png) -37px -154px;}
img.counter_09
  {width:21px;height:37px;background:url(/skin/pics/css_spritesheet0.png) -41px -154px;}
img.counter_end
  {width:38px;height:37px;background:url(/skin/pics/css_spritesheet0.png) -294px -154px;}

/**Gems */
img.picto_gemsmicro
  {width:9px;height:13px;background:url(/skin/pics/css_spritesheet0.png) -79px -244px;}
img.picto_gemssmall
  {width:11px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -90px -212px;}

img.picto_gemsmed
  {width:16px;height:24px;background:url(/skin/pics/css_spritesheet0.png) -89px -233px;}
img.picto_gemsbig
  {width:30px;height:46px;background:url(/skin/pics/css_spritesheet0.png) -106px -211px;}

/**Stars */
img.picto_starsmall
  {width:11px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -5px -229px;}
img.picto_starmed
  {width:22px;height:22px;background:url(/skin/pics/css_spritesheet0.png) -18px -226px;}
img.picto_starbig
  {width:33px;height:33px;background:url(/skin/pics/css_spritesheet0.png) -43px -223px;}

/**Alert */
img.pictocmd_alertsmall
  {width:9px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -132px -311px;}
img.pictocmd_alertmed
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -139px -291px;}
img.pictocmd_alertbig
  {width:36px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -81px -291px;}

/**Like*/
img.pictocmd_likesmall
  {vertical-align:middle;width:9px;height:9px;background:url(/skin/pics/css_spritesheet0.png) -121px -311px;}
img.pictocmd_likemed
  {width:18px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -119px -291px;}
img.pictocmd_likebig
  {width:36px;height:32px;background:url(/skin/pics/css_spritesheet0.png) -81px -329px;}

div.std_nblikes
  {display:inline-block;margin-right:4px;color:#9D6306;font-size:13px;}
div.std_nbalerts
  {display:inline-block;margin-right:4px;color:#9D072A;font-size:13px;}


/**tags*/
div.tagpreorder
   {display:inline-block;width:100px;height:14px;text-align:center;font-size:13px;color:#167184;background-color:#42E4DE;padding:5px;border-bottom:1px solid #2BC9CF;}

/**Message boxes*/

div.diagbox_preorder
  {width:410px;}
.diagbox_preorder div.diagbox_content
   {display:block;text-align:left;font-size:16px;color:#167184;background-color:#42E4DE;padding:15px;border-bottom:2px solid #2BC9CF;}
.diagbox_preorder div.db_hr
  {width:370px;height:1px;margin-top:10px;margin-bottom:10px;background-color:#2BC9CF;}


div.diagbox_convopts
  {width:410px;}
.diagbox_convopts div.diagbox_content
   {display:block;text-align:left;font-size:16px;color:#5C177F;background-color:#C36DE7;padding:15px;border-bottom:2px solid #7708BA;}


div.diagbox_orange
  {width:300px;margin:20px;margin-left:auto;margin-right:auto;}
.diagbox_orange div.diagbox_content
   {display:block;text-align:center;font-size:13px;color:#5D4115;background-color:#F2C284;padding:15px;border-bottom:2px solid #E8B060;}
.diagbox_orange div.diagbox_bottom
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -294px -474px;margin-top:-2px;}
.diagbox_orange div.diagbox_top
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -294px -457px;}


div.diagbox_red
  {width:300px;margin:20px;margin-left:auto;margin-right:auto;}
.diagbox_red div.diagbox_content
   {display:block;text-align:center;font-size:13px;color:#5F1519;background-color:#F182A6;padding:15px;border-bottom:2px solid #E86090;}
.diagbox_red div.diagbox_bottom
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -294px -474px;margin-top:-2px;}
.diagbox_red div.diagbox_top
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -294px -457px;}


div.diagbox_green
  {width:300px;margin:20px;margin-left:auto;margin-right:auto;}
.diagbox_green div.diagbox_content
   {display:block;text-align:center;font-size:13px;color:#3D6638;background-color:#9AF78F;padding:15px;border-bottom:2px solid #80C375;}
.diagbox_green div.diagbox_bottom
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -350px -474px;margin-top:-2px;}
.diagbox_green div.diagbox_top
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -350px -457px;}

div.diagbox_admin
  {width:300px;margin:20px;margin-left:auto;margin-right:auto;}
.diagbox_admin div.diagbox_content
   {display:block;text-align:center;font-size:13px;color:#686848;background-color:#F8F9B9;padding:15px;border:1px solid #CCCD89;border-bottom:2px solid #CCCD89;}
.diagbox_admin div.diagbox_bottom
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -350px -446px;margin-top:-2px;}
.diagbox_admin div.diagbox_top
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -350px -429px;}



div.diagbox_gray
  {width:300px;margin:20px;margin-left:auto;margin-right:auto;}
.diagbox_gray div.diagbox_content
   {display:block;text-align:center;font-size:13px;color:#606060;background-color:#e0e0e0;padding:15px;border-bottom:2px solid #D0D0D0;}
.diagbox_gray div.diagbox_bottom
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -322px -474px;margin-top:-2px;}
.diagbox_gray div.diagbox_top
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -322px -458px;}




div.diagbox_white
  {width:300px;margin:20px;margin-left:auto;margin-right:auto;}
.diagbox_white div.diagbox_content
   {display:block;text-align:center;font-size:13px;color:#606060;background-color:#FFFFFF;padding:15px;border-bottom:2px solid #C0C0C0;}
.diagbox_white div.diagbox_bottom
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -238px -474px;margin-top:-2px;}
.diagbox_white div.diagbox_top
  {margin-left:auto;margin-right:auto;display:block;width:24px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -238px -457px;}


div.std_counterdesc
  {color:#808080;font-style:italic;}

/**VoteBody*/
div.votebody
  {width:410px;background-color:#E0E0E0;border-bottom:1px solid #808080;}
div.vby_counter
  {float:right;margin-top:-50px;margin-right:-10px;}
div.vby_cntpad
  {width:15px;height:15px;}
div.vby_cntpad2
  {margin-left:15px;}
div.vby_gosocial
  {float:right;margin-right:15px;}
div.vby_who
  {color:#606060;}
div.vby_title
  {margin-top:2px;font-size:22px;color:#000000;}
div.vby_intro
  {margin-left:5px;margin-top:5px;margin-right:25px;font-size:16px;color:#424242;}
div.vby_continue
  {width:340px;text-align:right;}
div.vby_polls
  {padding-top:10px;padding-bottom:20px;margin-left:5px;}
div.vby_pbartitle
  {color:#707070;font-size:13px;margin-top:2px;font-style:italic;}
div.vby_pbar
  {margin-top:2px;margin-bottom:8px;}
div.vby_pbarothers
  {display:inline-block;height:16px;background-color:gray;}
div.vby_pbaryou
  {display:inline-block;height:16px;background-color:gray;background-image:url('/skin/pics/css_bgset0.png');}
div.vby_pbarstar
  {display:inline-block;height:22px;margin-left:-4px;}
div.vby_votebtn
  {margin-left:200px;margin-top:30px;}
div.vby_foot
  {width:410px;background:url(/skin/pics/css_bgset1.png);}
div.vby_footstripe
  {width:410px;height:17px;background-color: #424242;border-bottom:1px solid #202020;}
div.vby_footstripecnt
  {font-size:11px;color:#808080;padding-left:15px;padding-top:2px;float:left;}
div.vby_footendstripe
  {float:right;margin-right:-25px;width:35px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -198px -492px;}
div.vby_footcnt
  {margin-left:20px;margin-top:10px;padding-bottom:10px;line-height:20px;}

img.picto_ended
  {width:28px;height:36px;background:url(/skin/pics/css_spritesheet0.png) -349px -155px;}

/**FB boxes*/
div.fbbox
  {width:410px;background-color:#7D93C1;border-bottom:1px solid #3B5998;padding-bottom:6px;padding-top:6px;}
div.fbb_cntpad
  {margin-left:27px;margin-right:8px;font-size:13px;color:#FFFFFF;}




/**Blog boxes*/
div.anybox_arrowup
  {margin-left:52px;width:44px;height:20px;background:url(/skin/pics/css_spritesheet0.png) -326px -492px;background-color:#E0E0E0;}
div.blogbox
  {width:410px;background-color:#E0E0E0;border-bottom:1px solid #808080;padding-bottom:10px;}
div.bb_cntpad
  {width:15px;height:15px;}
div.bb_cntpad2
  {margin-left:15px;}
div.bb_gosocial
  {float:right;margin-right:15px;}
div.bb_who
  {color:#606060;}
div.bb_title
  {margin-top:2px;font-size:22px;color:#000000;}
div.bb_intro
  {padding-right:15px;margin-top:5px;font-size:16px;color:#424242;}
div.bb_continue
  {width:340px;text-align:right;margin-top:10px;}

/**Comment tags*/
div.std_comgray
  {width:150px;height:25px;background:url(/skin/pics/css_spritesheet0.png) -76px -462px;}
.std_comgray div
  {text-align:left;margin-left:45px;padding-top:7px;color:#808080;}
div.std_comgray2
  {width:80px;height:25px;background:url(/skin/pics/css_spritesheet0.png) -76px -537px;}
.std_comgray2 div
  {text-align:left;margin-left:45px;padding-top:7px;color:#808080;}

div.std_comdgray
  {width:150px;height:25px;background:url(/skin/pics/css_spritesheet0.png) -76px -487px;}
.std_comdgray div
  {text-align:left;margin-left:45px;padding-top:7px;color:#808080;}
div.std_comdgray2
  {width:80px;height:25px;background:url(/skin/pics/css_spritesheet0.png) -76px -512px;}
.std_comdgray2 div
  {text-align:left;margin-left:45px;padding-top:7px;color:#808080;}

/**SYSTEMS*/
img.system_MORE
  {width:50px;height:35px;background:url(/skin/pics/css_systemlogo.png) 0px 0px;}
img.system_SNES
  {width:38px;height:35px;background:url(/skin/pics/css_systemlogo.png) -50px 0px;}
img.system_N64
  {width:36px;height:35px;background:url(/skin/pics/css_systemlogo.png) -88px 0px;}
img.system_MD
  {width:44px;height:35px;background:url(/skin/pics/css_systemlogo.png) -124px 0px;}
img.system_XBOX360
  {width:40px;height:35px;background:url(/skin/pics/css_systemlogo.png) -168px 0px;}
img.system_PCE
  {width:56px;height:35px;background:url(/skin/pics/css_systemlogo.png) -208px 0px;}
img.system_IOS
  {width:58px;height:35px;background:url(/skin/pics/css_systemlogo.png) -264px 0px;}
img.system_MCD
  {width:52px;height:35px;background:url(/skin/pics/css_systemlogo.png) -324px 0px;}
img.system_32X
  {width:52px;height:35px;background:url(/skin/pics/css_systemlogo.png) -376px 0px;}
img.system_WIIU
  {width:54px;height:35px;background:url(/skin/pics/css_systemlogo.png) -428px 0px;}
img.system_3DS
  {width:64px;height:35px;background:url(/skin/pics/css_systemlogo.png) -482px 0px;}

/**Comsky*/
div.comsky
  {width:280px;}
div.cs_cntpad
  {width:280px;background-color:#606060;border-bottom:1px solid #202020;padding-top:20px;padding-bottom:5px;}
div.cs_comment
  {margin-left:38px;width:222px;background-color:#e0e0e0;border-bottom:2px solid #202020;margin-bottom:16px;}
div.cs_container
  {display:inline-block;vertical-align:top;padding-top:10px;padding-bottom:10px;}
div.cs_avatarsmall
  {width:48px;height:48px;margin-right:8px;margin-left:-28px;margin-top:-10px;display:inline-block;}
img.cs_avatarsmall
  {width:48px;height:48px;}
div.cs_text
  {color:#424242;font-size:13px;margin-top:2px;width:182px;}
div.cs_details
  {color:#808080;}

/**ComBody*/
div.combody
  {width:410px;}
div.cby_cntpad
  {width:410px;background-color:#E8E8E8;border-bottom:1px solid #A0A0A0;padding-top:10px;padding-bottom:10px;margin-bottom:20px;}
div.cby_comment
  {margin-left:15px;width:380px;}
div.cby_text
  {color:#202020;font-size:13px;margin-top:6px;padding-bottom:15px;text-align:justify;line-height:18px;}
div.cby_details
  {color:#606060;font-size:13px;}
.cby_cntpad div.cby_autohide
  {visibility:hidden;float:right;text-align:right;}
.cby_cntpad:hover div.cby_autohide
  {visibility:visible;}

/**Blog Body*/
div.blogstripe
  {width:490px;margin-bottom:20px;}
div.blogbody
  {width:490px;background-color:#E8E8E8;border-bottom:1px solid #a0a0a0;}
div.bby_cntpad
  {width:15px;height:15px;}
div.bby_cntpad2
  {margin-left:15px;}
div.bby_gosocial
  {float:right;margin-right:15px;}
div.bby_who
  {color:#606060;font-size:13px;}
div.bby_title
  {margin-top:2px;font-size:28px;color:#000000;}
div.bby_intro
  {margin-left:5px;margin-top:15px;margin-right:20px;font-size:16px;color:#606060;line-height:24px;}
div.bby_body
  {width:445px;margin-left:5px;margin-top:15px;font-size:13px;color:#202020;text-align:justify;padding-bottom:30px;line-height:18px;}
.bby_cntpad2 div.bby_autohide
  {display:inline-block;visibility:hidden;}
.bby_cntpad2:hover div.bby_autohide
  {visibility:visible;}

div.bby_foot
  {width:490px;margin-top:-1px;border-bottom:1px solid #202020;}
div.bby_footstripe
  {width:490px;height:17px;background-color: #424242;border-bottom:1px solid #202020;}
div.bby_footstripecnt
  {font-size:11px;color:#808080;padding-left:15px;padding-top:2px;float:left;}
div.bby_footendstripe
  {float:right;margin-right:-25px;width:35px;height:18px;background:url(/skin/pics/css_spritesheet0.png) -198px -492px;}
div.bby_footcnt
  {width:490px;background-color:#606060;padding-top:25px;padding-bottom:10px;}


/**Tweetbox*/
div.tweetsky
  {width:280px;}
div.ts_cntpad
  {width:250px;background-color:#E0E0E0;border-bottom:1px solid #808080;float:right;padding-top:10px;padding-bottom:10px;}
div.ts_tweet
  {margin-left:10px;}
div.ts_text
  {width:230px;font-size:13px;color:#F70056;margin-top:5px;}
div.ts_hr
  {border-bottom:1px solid #c0c0c0;margin:10px;}


/**Option details*/
div.opt0_title
  {color:#4E644A;font-size:36px;/*width:240px;*/word-wrap:break-word;}

div.opt0_desc
  {color:#4E644A;font-size:16px;/*width:230px;*/margin-top:4px;margin-left:10px;margin-right:10px;margin-bottom:6px;}

.opt0_desc h7
  {color:#4E644A;font-size:13px;margin-top:5px;display:block;}

div.opt0_avail
  {display:inline-block;font-size:13px;margin-left:10px;margin-top:6px;margin-right:10px;width:210px;padding-top:5px;padding-bottom:5px;padding-left:10px;}



div.opt0_price
  {margin-left:10px;}
div.opt0_price0
  {margin-right:5px;font-size:16px;display:inline-block;color:#4E644A;}
div.opt0_price1
  {font-size:64px;display:inline-block;color:#2BC9CF;}
div.opt0_price2
  {margin-left:-2px;font-size:16px;display:inline-block;color:#2BC9CF;}

div.opt0_promo
  {margin-left:10px;font-size:16px;display:inline-block;color:#4E644A;}
div.opt0_new
  {margin-left:10px;font-size:16px;display:inline-block;color:#4E644A;}


/**ProjectSkyscraper*/
div.projsky
  {width:280px;}
div.ps_cntpad
  {height:384px;background-color:#E0E0E0;border-bottom:1px solid #808080;}
div.ps_cntpad2
  {height:384px;text-align:center;background:url(/skin/pics/css_bgzigzag.png);background-repeat:repeat-y;background-position:right;}
div.ps_title
  {color:#424242;font-size:22px;height:90px;}

/**MORE LINK*/
div.std_morelink
  {text-align:right;margin-top:8px;padding-right:10px;}


/**ShopSkyscraper*/
div.shopsky
  {width:280px;}
div.ss_cntpad
  {height:384px;text-align:center;background-color:#E0E0E0;border-bottom:1px solid #808080;}
div.ss_title
  {color:#424242;font-size:13px;height:16px;}
div.ss_title2
  {color:#424242;font-size:22px;height:150px;}
div.ss_details
  {text-align:center;height:135px;}


/**VisualSkyscraper*/
div.visualsky
  {width:280px;}
img.vs_visual
  {height:208px;width:280px;background-color:#202020;border-bottom:1px solid #808080;margin-top:10px;}

/**Boardstuff*/


div.std_boardlist0
  {width:345px;background:url(/skin/pics/css_bgset0.png) no-repeat 0px -74px;padding-top:10px;padding-bottom:10px;}
div.std_boardsplit0
  {width:345px;height:1px;background-color:#d0d0d0;}
.std_boardsplit0 div
  {width:40px;height:1px;background-color:#C0C0C0;}


div.std_boardlist1
  {width:720px;height:56px;background:url(/skin/pics/css_bgset0.png) no-repeat 0px -74px;}
div.std_boardlist1b
  {width:720px;height:56px;}
div.bl1_part0
  {float:left;margin-top:15px;margin-left:13px;width:42px;}
div.bl1_part0b
  {float:left;width:16px;background-color:#E0E0E0;height:56px;}
div.bl1_part1
  {float:left;margin-top:8px;width:384px;margin-left:16px;}
div.bl1_part1a
  {font-size:16px;}
div.bl1_part1b
  {font-size:11px;color:#606060;margin-top:4px;}
div.bl1_part2
  {float:left;margin-top:8px;width:120px;}
div.bl1_part2a
  {font-size:13px;color:#606060;}
div.bl1_part2b
  {}
div.bl1_part3
  {float:left;margin-top:8px;height:38px;border-left:1px solid #E0E0E0;width:0px;}
div.bl1_part4
  {float:left;width:183px;height:56px;}
div.bl1_part4a
  {margin-left:15px;margin-top:10px;font-size:11px;color:#606060;}
div.bl1_part4b
  {margin-left:15px;font-size:13px;}
div.std_boardsplit1
  {width:720px;height:1px;background-color:#e0e0e0;}
.std_boardsplit1 div
  {width:40px;height:1px;background-color:#C0C0C0;}

div.std_boardsplitlv
  {width:720px;height:15px;background:url(/skin/pics/css_bgset0.png) 0px -32px;}



/**Boardstuff*/
div.std_boardlist2
  {width:720px;padding-bottom:10px;padding-top:10px;}
div.bl2_part0
  {width:140px;float:left;margin-left:10px;}
div.bl2_part0who
  {margin-left:6px;margin-top:8px;font-size:13px;color:#424242;}
div.bl2_part0date
  {margin-bottom:10px;margin-left:6px;margin-top:2px;font-size:11px;color:#808080;}
div.bl2_part1
  {background-color:#e0e0e0;width:1px;height:100px;margin-top:4px;float:left;}
div.bl2_part2
  {width:465px;float:right;margin-right:80px;color:#202020;font-size:13px;padding-top:20px;padding-bottom:20px;}
div.bl2_part2autohide
  {float:right;visibility:hidden;margin-top:-20px;margin-right:-75px;}
.std_boardlist2:hover div.bl2_part2autohide
  {visibility:visible;}
div.bl2_part3
  {text-align:right;margin-right:50px;font-size:13px;color:#97984E;margin-top:20px;margin-bottom:20px;}
div.std_boardsplit2
  {width:720px;height:1px;background-color:#e0e0e0;}
div.std_quote
  {display:inline-block;padding:10px;padding-left:20px;padding-right:20px;margin:10px;font-size:13px;background-color:#FFFFFF;font-style:italic;color:#808080;border:1px solid #e0e0e0;border-bottom:2px solid #e0e0e0;}
div.std_spoiler
  {display:inline;font-size:inherit;color:#8CEF7F;background-color:#8CEF7F;padding-top:1px;padding-bottom:1px;}
div.std_spoiler:hover
  {display:inline;font-size:inherit;color:inherit;background-color:inherit;}
.std_spoiler img
  {opacity: 0;filter:alpha(opacity=0);}
.std_spoiler:hover  img
  {opacity: 1;filter:alpha(opacity=100);}


/*Special stuff*/
img.std_boardimg
  {max-width:500px;}
iframe.std_boardytube
  {width:500px;height:385px;background-color:#424242;border:0px;z-index:1;}
div.std_boarddiv
  {font-size:inherit;color:inherit;}
img.std_boardlk
  {vertical-align:middle;width:6px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -35px -263px;}
img.std_boardlkext
  {vertical-align:middle;width:18px;height:12px;background:url(/skin/pics/css_spritesheet0.png) -60px -340px;}
img.std_boardlkfile
  {vertical-align:middle;width:6px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -35px -263px;}



/**Disp stuff*/
div.std_titleblue
  {font-size:50px;color:#68BCE2;}
div.std_introgray
  {font-size:16px;color:#424242;width:350px;margin-top:30px;line-height:24px;}
div.std_introgray2
  {font-size:13px;color:#424242;width:300px;margin-top:10px;}

/**Footer stuff*/
img.wmlogo_large
  {width:508px;height:48px;background:url(/skin/pics/css_spritesheet0.png) 0px -629px;}
img.wmlogo_med
  {width:360px;height:34px;background:url(/skin/pics/css_spritesheet0.png) 0px -596px;}
div.pagefooter
  {width:720px;height:240px;margin-left:120px;margin-top:100px;}
div.pf_logo
  {float:left;}
div.pf_links
  {float:right;margin-top:18px;}
div.pf_body
  {margin-top:15px;width:720px;font-size:11px;color:#606060;text-align:justify;}

/**Admin*/
div.std_adminopblock
  {vertical-align:top;display:inline-block;width:120px;height:40px;padding:5px;margin:5px;background-color:#CCCD89;}

/**Factory*/
div.std_fsubtitle
  {color:#202020;font-size:24px;}
div.std_fintro
  {color:#202020;font-size:16px;line-height:24px;}
div.std_fbody
  {color:#202020;font-size:13px;text-align:justify;line-height:18px;}

img.sprite_blinkomatic
  {width:16px;height:32px;background:url(/skin/pics/css_blinkomatic.gif);}

/**EMOTICONS*/
img.emot_frog0
  {width:26px;height:34px;background:url(/skin/pics/css_emots.gif) no-repeat -35px -21px;}
img.emot_frog1
  {width:26px;height:28px;background:url(/skin/pics/css_emots.gif) no-repeat -65px -23px;}
img.emot_frog2
  {width:36px;height:32px;background:url(/skin/pics/css_emots.gif) no-repeat -94px -23px;}
img.emot_cotcot
  {width:34px;height:34px;background:url(/skin/pics/css_emots.gif) no-repeat 0px -21px;}
img.emot_fish
  {width:34px;height:18px;background:url(/skin/pics/css_emots.gif) no-repeat -60px -55px;}
img.emot_fourmi
  {width:16px;height:26px;background:url(/skin/pics/css_emots.gif) no-repeat -2px -55px;}
img.emot_captain
  {width:34px;height:32px;background:url(/skin/pics/css_emots.gif) no-repeat 0px -81px;}
img.emot_dead
  {width:34px;height:32px;background:url(/skin/pics/css_emots.gif) no-repeat -34px -81px;}
img.emot_gen
  {width:26px;height:32px;background:url(/skin/pics/css_emots.gif) no-repeat -68px -81px;}
img.emot_murto
  {width:26px;height:32px;background:url(/skin/pics/css_emots.gif) no-repeat -94px -81px;}
img.emot_wmred
  {vertical-align:middle;width:33px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -248px -244px;}
img.emot_wmgray
  {vertical-align:middle;width:33px;height:11px;background:url(/skin/pics/css_spritesheet0.png) -280px -244px;}

/**Message Tags*/
img.mtag_0
  {width:44px;height:42px;}
img.mtag_1
  {width:44px;height:42px;background:url(/skin/pics/css_emots.gif) no-repeat 0px -114px;}
img.mtag_2
  {width:44px;height:42px;background:url(/skin/pics/css_emots.gif) no-repeat -44px -114px;}
img.mtag_3
  {width:44px;height:42px;background:url(/skin/pics/css_emots.gif) no-repeat -88px -114px;}
img.mtag_4
  {width:44px;height:42px;background:url(/skin/pics/css_emots.gif) no-repeat -132px -114px;}

/**UPLOAD FILE THINGS*/
div.file_inprogressskin
  {overflow:hidden;width:46px;height:36px;border:0px;margin:0px;padding:0px;background-color:gray;background:url(/skin/pics/css_loaderwhitebg.gif) no-repeat 0 0;}
div.file_newskin
  {overflow:hidden;width:46px;height:36px;border:0px;margin:0px;padding:0px;background-color:gray;cursor:pointer;background:url(/skin/pics/css_spritesheet0.png) no-repeat -224px -419px;}
div.file_newskin:hover
  {opacity: 0.6;filter:alpha(opacity=60);}
div.file_container
  {overflow:hidden;width:46px;height:36px;border:0px;margin:0px;padding:0px;opacity: 0.01;filter:alpha(opacity=1);}
input.file_field
  {cursor:pointer;border:0px;margin:0px;padding:0px;height:100%;width:100%;}

/**GOOGLE SEARCH*/
img.std_googlesearch
  {width:180px;height:27px;border:0px;margin:0px;padding:0px;background-image:url(/skin/pics/css_googlesearch.png);}
img.std_cotcotline
  {width:180px;height:103px;border:0px;margin:0px;padding:0px;background-image:url(/skin/pics/css_cotcotline.png);}

