stew 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.gitignore +18 -0
  2. data/.rspec +2 -0
  3. data/Gemfile +4 -0
  4. data/Guardfile +6 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +97 -0
  7. data/Rakefile +9 -0
  8. data/lib/stew.rb +58 -0
  9. data/lib/stew/community/profile.rb +23 -0
  10. data/lib/stew/community/profile_friends.rb +18 -0
  11. data/lib/stew/community/profile_game.rb +28 -0
  12. data/lib/stew/community/profile_games.rb +17 -0
  13. data/lib/stew/community/steam_id.rb +52 -0
  14. data/lib/stew/community_client.rb +42 -0
  15. data/lib/stew/store/app.rb +76 -0
  16. data/lib/stew/store/app_offer.rb +38 -0
  17. data/lib/stew/store/app_offer_sale.rb +23 -0
  18. data/lib/stew/store/app_offers.rb +25 -0
  19. data/lib/stew/store_client.rb +39 -0
  20. data/lib/stew/version.rb +3 -0
  21. data/lib/stew/web_client.rb +30 -0
  22. data/lib/stew/xml_client.rb +49 -0
  23. data/spec/fixtures/profiles/4d.txt +16 -0
  24. data/spec/fixtures/profiles/76561197992917668.txt +122 -0
  25. data/spec/fixtures/profiles/76561197992917668.yml +94 -0
  26. data/spec/fixtures/profiles/friends/76561197992917668.yml +36 -0
  27. data/spec/fixtures/profiles/games/76561197992917668.yml +616 -0
  28. data/spec/fixtures/store/apps/16870.txt +1078 -0
  29. data/spec/fixtures/store/apps/211400_offers_sale.txt +46 -0
  30. data/spec/fixtures/store/apps/211400_sale.txt +1327 -0
  31. data/spec/fixtures/store/apps/211420.txt +1320 -0
  32. data/spec/fixtures/store/apps/211420_us.txt +1306 -0
  33. data/spec/fixtures/store/apps/219150.txt +1134 -0
  34. data/spec/fixtures/store/apps/2290.txt +1059 -0
  35. data/spec/fixtures/store/apps/49520.txt +1471 -0
  36. data/spec/fixtures/store/apps/49520_offers.txt +111 -0
  37. data/spec/fixtures/store/apps/no_app.txt +5 -0
  38. data/spec/integration/community_integration_spec.rb +50 -0
  39. data/spec/integration/store_integration_spec.rb +129 -0
  40. data/spec/lib/stew/community/profile_friends_spec.rb +38 -0
  41. data/spec/lib/stew/community/profile_game_spec.rb +37 -0
  42. data/spec/lib/stew/community/profile_games_spec.rb +36 -0
  43. data/spec/lib/stew/community/profile_spec.rb +18 -0
  44. data/spec/lib/stew/community/steam_id_spec.rb +116 -0
  45. data/spec/lib/stew/community_client_spec.rb +88 -0
  46. data/spec/lib/stew/store/app_offer_sale_spec.rb +36 -0
  47. data/spec/lib/stew/store/app_offer_spec.rb +47 -0
  48. data/spec/lib/stew/store/app_offers_spec.rb +64 -0
  49. data/spec/lib/stew/store/app_spec.rb +142 -0
  50. data/spec/lib/stew/store_client_spec.rb +58 -0
  51. data/spec/lib/stew/web_client_spec.rb +25 -0
  52. data/spec/lib/stew/xml_client_spec.rb +36 -0
  53. data/spec/lib/stew_spec.rb +4 -0
  54. data/spec/spec_helper.rb +23 -0
  55. data/stew.gemspec +38 -0
  56. metadata +412 -0
@@ -0,0 +1,46 @@
1
+ <div class="game_area_purchase_game">
2
+ <form name="add_to_cart_17638" action="http://store.steampowered.com/cart/" method="POST">
3
+ <input type="hidden" name="snr" value="1_5_9__403">
4
+ <input type="hidden" name="action" value="add_to_cart">
5
+ <input type="hidden" name="subid" value="17638">
6
+ </form>
7
+ <div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
8
+ <h1>Buy Deadlight</h1>
9
+ <script type="text/javascript"> Event.observe( document, 'dom:loaded', function() { var discountCountdownDiv = $( '17638_countdown_0' ); if ( discountCountdownDiv ) InitDailyDealTimer( discountCountdownDiv, 1359676980 ); } );</script><p class="game_purchase_discount_countdown">MIDWEEK MADNESS! Offer ends in <span id=17638_countdown_0></span></p>
10
+
11
+ <div class="game_purchase_action" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
12
+ <div class="game_purchase_action_bg">
13
+ <div class="discount_block game_purchase_discount"> <div class="discount_pct">-50%</div> <div class="discount_prices"> <div class="discount_original_price">11,99&#8364; </div> <div class="discount_final_price" itemprop="price">5,99&#8364; </div> </div> </div> <div class="btn_addtocart">
14
+ <div class="btn_addtocart_left"></div>
15
+
16
+ <a class="btn_addtocart_content" href="javascript:addToCart( 17638);">Add to Cart</a>
17
+ <div class="btn_addtocart_right"></div>
18
+ </div>
19
+ </div>
20
+ </div>
21
+ </div>
22
+ </div>
23
+ <div class="game_area_purchase_game_wrapper">
24
+ <div class="game_area_purchase_game">
25
+ <form name="add_to_cart_17640" action="http://store.steampowered.com/cart/" method="POST">
26
+ <input type="hidden" name="snr" value="1_5_9__403">
27
+ <input type="hidden" name="action" value="add_to_cart">
28
+ <input type="hidden" name="subid" value="17640">
29
+ </form>
30
+ <div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
31
+ <h1>Buy Deadlight: Soundtrack Edition</h1>
32
+ <p>Includes the full game and Soundtrack</p>
33
+ <script type="text/javascript"> Event.observe( document, 'dom:loaded', function() { var discountCountdownDiv = $( '17640_countdown_1' ); if ( discountCountdownDiv ) InitDailyDealTimer( discountCountdownDiv, 1359676980 ); } );</script><p class="game_purchase_discount_countdown">MIDWEEK MADNESS! Offer ends in <span id=17640_countdown_1></span></p>
34
+
35
+ <div class="game_purchase_action">
36
+ <div class="game_purchase_action_bg">
37
+ <div class="discount_block game_purchase_discount"> <div class="discount_pct">-50%</div> <div class="discount_prices"> <div class="discount_original_price">14,99&#8364; </div> <div class="discount_final_price" itemprop="price">7,49&#8364; </div> </div> </div> <div class="btn_addtocart">
38
+ <div class="btn_addtocart_left"></div>
39
+
40
+ <a class="btn_addtocart_content" href="javascript:addToCart( 17640);">Add to Cart</a>
41
+ <div class="btn_addtocart_right"></div>
42
+ </div>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ </div>
@@ -0,0 +1,1327 @@
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
+ "http://www.w3.org/TR/html4/loose.dtd">
4
+ <html>
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7
+ <title>Save 50% on Deadlight on Steam</title>
8
+ <link href="http://cdn.store.steampowered.com/public/css/styles_storev5.css?v=605909703" rel="stylesheet" type="text/css">
9
+ <!--[if lte IE 6]> <link href="http://cdn.store.steampowered.com/public/css/styles_storev5_ie6.css?v=2526402532" rel="stylesheet" type="text/css">
10
+ <![endif]-->
11
+ <!--[if lte IE 7]> <style type="text/css"> .iepopupfix{ display: block; } </style> <![endif]-->
12
+ <link href="http://cdn.store.steampowered.com/public/css/styles_linux.css?v=4130945887" rel="stylesheet" type="text/css">
13
+ <link href="http://cdn.store.steampowered.com/public/css/styles_gamev5.css?v=3028087060" rel="stylesheet" type="text/css">
14
+ <link href="http://cdn.store.steampowered.com/public/css/styles_recommended.css?v=3669185169" rel="stylesheet" type="text/css">
15
+ <link href="http://cdn.store.steampowered.com/public/shared/css/apphub.css?v=3597625768" rel="stylesheet" type="text/css">
16
+ <link href="http://cdn.store.steampowered.com/public/shared/css/buttons.css?v=777997768" rel="stylesheet" type="text/css">
17
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/swfobject.js?v=3816786344&amp;l=english"></script>
18
+
19
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/prototype-1.7.js?v=1879158345&amp;l=english"></script>
20
+
21
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/scriptaculous/scriptaculous.js?v=2605761387&amp;l=english&amp;load=effects,controls,slider"></script>
22
+
23
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/javascript.js?v=835551046&amp;l=english"></script>
24
+
25
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/main.js?v=594385535&amp;l=english"></script>
26
+
27
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/jserrorreport.js?v=2719817279&amp;l=english"></script>
28
+
29
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/header.js?v=3755887123&amp;l=english"></script>
30
+
31
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/search.js?v=3621829282&amp;l=english"></script>
32
+
33
+ <script type="text/javascript">
34
+ var _gaq = _gaq || [];
35
+ _gaq.push(['_setAccount', 'UA-33786258-1']);
36
+ _gaq.push(['_setCustomVar', 1, 'Logged In', 'false', 2]);
37
+ _gaq.push(['_setCustomVar', 2, 'Client Type', 'External', 2]);
38
+ _gaq.push(['_trackPageview']);
39
+ _gaq.push(['_setSessionCookieTimeout', 900000]);
40
+ (function() {
41
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
42
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
43
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
44
+ })();
45
+ </script>
46
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/modal.js?v=3995118001&amp;l=english"></script>
47
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/gamehighlightplayer.js?v=1164026444&amp;l=english"></script>
48
+ <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/comments.js?v=1692965998&amp;l=english"></script>
49
+ <link rel="image_src" href="http://cdn.steampowered.com/v/gfx/apps/211400/capsule_231x87.jpg?t=1355882290">
50
+ <meta name="description" content="The world has ended. There is no hope. No new beginning. Only the survivors. DEADLIGHT follows the journey of Randall Wayne, a man searching for his family across Seattle during the aftermath of a 1980s event that has decimated life on earth.">
51
+ <script language="JavaScript">
52
+ <!--
53
+ function screenshot_popup( url, width, height )
54
+ {
55
+ var append = '?';
56
+ if ( url.indexOf( '?' ) >= 0 )
57
+ append = '&';
58
+ if ( screen.width >= 1280 && screen.height >= 1024 )
59
+ popup( url+append+'size=1024', 1044, 803, 1, 1 );
60
+ else
61
+ popup( url+append+'size=800', 820, 635, 1, 1 );
62
+ }
63
+
64
+ Event.observe( window, 'load', function() {
65
+ if ( Prototype.Browser.IE )
66
+ {
67
+ //trick IE6 into putting some things in the correct spot
68
+ $$('.discount_block').invoke( 'hide' );
69
+ $$('.discount_block').invoke( 'show' );
70
+ }
71
+ } );
72
+ -->
73
+ </script>
74
+ </head>
75
+
76
+ <body>
77
+
78
+ <div id="global_header">
79
+ <div class="content">
80
+
81
+ <div class="logo">
82
+ <span id="logo_holder">
83
+ <a href="http://store.steampowered.com/">
84
+ <img src="http://cdn.store.steampowered.com/public/images/v5/globalheader_logo.png" width="176" height="44">
85
+ </a>
86
+ </span>
87
+ <!--[if lt IE 7]>
88
+ <style type="text/css">
89
+ #logo_holder img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
90
+ #logo_holder { display: inline-block; width: 176px; height: 44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.store.steampowered.com/public/images/v5/globalheader_logo.png'); }
91
+ </style>
92
+ <![endif]-->
93
+ </div>
94
+
95
+ <a class="menuitem active" href="http://store.steampowered.com/">
96
+ <div class="activebg">&nbsp;</div> STORE </a>
97
+ <a class="menuitem" href="http://steamcommunity.com/">
98
+ Community </a>
99
+ <a class="menuitem " href="http://store.steampowered.com/news/?snr=1_5_9__10">
100
+ NEWS </a>
101
+ <a class="menuitem " href="http://store.steampowered.com/about/?snr=1_5_9__10">
102
+ ABOUT </a>
103
+ <a class="menuitem" href="http://support.steampowered.com/">
104
+ SUPPORT </a>
105
+ <a class="menuitem " href="http://store.steampowered.com/stats/?snr=1_5_9__10">
106
+ STATS </a>
107
+
108
+ <div id="global_actions">
109
+ <a href="http://steamcommunity.com/profiles/76561197992917668/" class="user_avatar friend_status_offline">
110
+ <div class="friend_block_avatar">
111
+ <img src="http://media.steampowered.com/steamcommunity/public/images/avatars/3f/3fa6fcddcca7825ee0a77f4f4b8f4e10543a13cd.jpg" />
112
+ </div>
113
+ </a>
114
+ <div id="global_action_menu">
115
+ <div class="header_installsteam_btn header_installsteam_btn_gray">
116
+ <div class="header_installsteam_btn_leftcap"></div>
117
+ <div class="header_installsteam_btn_rightcap"></div>
118
+ <a class="header_installsteam_btn_content" href="http://store.steampowered.com/about/?snr=1_5_9__11">
119
+ Install Steam </a>
120
+ </div>
121
+ <!-- notification inbox area -->
122
+ <div id="header_notification_area">
123
+ <div id="header_notification_link" class="header_notification_btn header_notification_empty"onclick="ShowMenu( this, 'header_notification_dropdown', 'right' );">
124
+ </div>
125
+ <div class="popup_block" id="header_notification_dropdown" style="display: none;">
126
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
127
+ <a class="popup_menu_item header_notification_comments " href="http://steamcommunity.com/profiles/76561197992917668/commentnotifications/">
128
+ <span class="notification_icon"></span>0 new comments </a>
129
+ <div class="header_notification_dropdown_seperator"></div>
130
+ <a class="popup_menu_item header_notification_items " href="http://steamcommunity.com/profiles/76561197992917668/inventory/">
131
+ <span class="notification_icon"></span>0 new items in your inventory </a>
132
+ <div class="header_notification_dropdown_seperator"></div>
133
+ <a class="popup_menu_item header_notification_invites " href="http://steamcommunity.com/profiles/76561197992917668/home/invites/">
134
+ <span class="notification_icon"></span>0 new invites </a>
135
+ <div class="header_notification_dropdown_seperator"></div>
136
+ <a class="popup_menu_item header_notification_gifts " href="http://steamcommunity.com/profiles/76561197992917668/inventory/#pending_gifts">
137
+ <span class="notification_icon"></span>0 new gifts </a>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ <span class="pulldown global_action_link" id="account_pulldown" onclick="ShowMenu( this, 'account_dropdown', 'right', 'bottom', true );">mournman's account</span>
142
+ <div class="popup_block" id="account_dropdown" style="display: none;">
143
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
144
+ <a class="popup_menu_item" href="http://store.steampowered.com/logout/">Logout</a>
145
+ <a class="popup_menu_item" href="http://store.steampowered.com/account/">Account details</a>
146
+ <span class="popup_menu_item" id="account_language_pulldown">Change language</span>
147
+ <div class="popup_block" id="language_dropdown" style="display: none;">
148
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
149
+ <a class="popup_menu_item tight" href="?l=bulgarian">Български (Bulgarian)</a>
150
+ <a class="popup_menu_item tight" href="?l=czech">čeština (Czech)</a>
151
+ <a class="popup_menu_item tight" href="?l=danish">Dansk (Danish)</a>
152
+ <a class="popup_menu_item tight" href="?l=dutch">Nederlands (Dutch)</a>
153
+ <a class="popup_menu_item tight" href="?l=finnish">Suomi (Finnish)</a>
154
+ <a class="popup_menu_item tight" href="?l=french">Français (French)</a>
155
+ <a class="popup_menu_item tight" href="?l=greek">Ελληνικά (Greek)</a>
156
+ <a class="popup_menu_item tight" href="?l=german">Deutsch (German)</a>
157
+ <a class="popup_menu_item tight" href="?l=hungarian">Magyar (Hungarian)</a>
158
+ <a class="popup_menu_item tight" href="?l=italian">Italiano (Italian)</a>
159
+ <a class="popup_menu_item tight" href="?l=japanese">日本語 (Japanese)</a>
160
+ <a class="popup_menu_item tight" href="?l=koreana">한국어 (Korean)</a>
161
+ <a class="popup_menu_item tight" href="?l=norwegian">Norsk (Norwegian)</a>
162
+ <a class="popup_menu_item tight" href="?l=polish">Polski (Polish)</a>
163
+ <a class="popup_menu_item tight" href="?l=portuguese">Português (Portuguese)</a>
164
+ <a class="popup_menu_item tight" href="?l=brazilian">Português-Brasil (Portuguese-Brazil)</a>
165
+ <a class="popup_menu_item tight" href="?l=russian">Русский (Russian)</a>
166
+ <a class="popup_menu_item tight" href="?l=romanian">Română (Romanian)</a>
167
+ <a class="popup_menu_item tight" href="?l=schinese">简体中文 (Simplified Chinese)</a>
168
+ <a class="popup_menu_item tight" href="?l=spanish">Español (Spanish)</a>
169
+ <a class="popup_menu_item tight" href="?l=swedish">Svenska (Swedish)</a>
170
+ <a class="popup_menu_item tight" href="?l=tchinese">繁體中文 (Traditional Chinese)</a>
171
+ <a class="popup_menu_item tight" href="?l=thai">ไทย (Thai)</a>
172
+ <a class="popup_menu_item tight" href="?l=turkish">Türkçe (Turkish)</a>
173
+ <a class="popup_menu_item tight" href="http://translation.steampowered.com" target="_blank">Help us translate Steam</a>
174
+ </div>
175
+ </div>
176
+ <a class="popup_menu_item" href="http://steamcommunity.com/profiles/76561197992917668/">View profile</a>
177
+ </div>
178
+ </div>
179
+ <script type="text/javascript">
180
+ RegisterFlyout( 'account_language_pulldown', 'language_dropdown', 'leftsubmenu', 'bottomsubmenu', true );
181
+ </script>
182
+ <div id="header_wallet_ctn">
183
+ <a class="global_action_link" id="header_wallet_balance" href="http://store.steampowered.com/account/?snr=1_5_9__global-account-wallet">46,42&#8364; </a>
184
+ </div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <div id="game_background_holder"><div id="game_background" style="background-image: url(http://cdn.steampowered.com/v/gfx/apps/211400/page.bg.jpg?t=1355882290);"></div></div>
191
+ <div id="store_header">
192
+ <div class="content">
193
+ <div id="store_controls">
194
+ <div id="cart_status_data">
195
+
196
+ <div class="store_header_btn_gray store_header_btn">
197
+ <div class="store_header_btn_caps store_header_btn_leftcap"></div>
198
+ <div class="store_header_btn_caps store_header_btn_rightcap"></div>
199
+ <a id="wishlist_link" class="store_header_btn_content" href="http://steamcommunity.com/profiles/76561197992917668/wishlist">
200
+ Wishlist (<span id="wishlist_item_count_value">8</span>)
201
+ </a>
202
+ </div>
203
+ <div class="store_header_btn_green store_header_btn" id="store_header_cart_btn" style="display: none;">
204
+ <div class="store_header_btn_caps store_header_btn_leftcap"></div>
205
+ <div class="store_header_btn_caps store_header_btn_rightcap"></div>
206
+ <a id="cart_link" class="store_header_btn_content" href="http://store.steampowered.com/cart/?snr=1_5_9__12">
207
+ Cart (<span id="cart_item_count_value">0</span>)
208
+ </a>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ <div id="store_nav_area">
213
+ <div class="store_nav_leftcap"></div>
214
+ <div class="store_nav_bg">
215
+ <div class="store_nav">
216
+ <a class="tab " href="http://store.steampowered.com/?snr=1_5_9__12">
217
+ <span>Featured Items </a>
218
+ <div class="tab " id="genre_tab" onmouseover="FlyoutMenu( 'genre_tab', 'genre_flyout', 'left', 'bottom' );" onmouseout="HideFlyoutMenu( event, 'genre_tab', 'genre_flyout' );">
219
+ <span class="pulldown">Games<span ></span></span>
220
+
221
+ </div>
222
+ <div class="popup_block" id="genre_flyout" style="display: none;" onmouseout="HideFlyoutMenu( event, 'genre_tab', 'genre_flyout' );">
223
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
224
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Free%20to%20Play/?snr=1_5_9__12">
225
+ Free to Play </a>
226
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Action/?snr=1_5_9__12">
227
+ Action </a>
228
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Adventure/?snr=1_5_9__12">
229
+ Adventure </a>
230
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Strategy/?snr=1_5_9__12">
231
+ Strategy </a>
232
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/RPG/?snr=1_5_9__12">
233
+ RPG </a>
234
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Indie/?snr=1_5_9__12">
235
+ Indie </a>
236
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Massively%20Multiplayer/?snr=1_5_9__12">
237
+ Massively Multiplayer </a>
238
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Casual/?snr=1_5_9__12">
239
+ Casual </a>
240
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Simulation/?snr=1_5_9__12">
241
+ Simulation </a>
242
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Racing/?snr=1_5_9__12">
243
+ Racing </a>
244
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Sports/?snr=1_5_9__12">
245
+ Sports </a>
246
+ <div class="hr"></div>
247
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/mac/?snr=1_5_9__12">
248
+ Mac OS X </a>
249
+ </div>
250
+ </div>
251
+ <a class="tab " href="http://store.steampowered.com/software/?snr=1_5_9__12">
252
+ <span>Software</span>
253
+ </a>
254
+ <a class="tab " href="http://store.steampowered.com/freestuff/demos/?snr=1_5_9__12">
255
+ <span>Demos</span>
256
+ </a>
257
+ <a class="tab " href="http://store.steampowered.com/recommended/?snr=1_5_9__12">
258
+ <span>Recommended</span>
259
+ </a>
260
+ <a class="tab " href="http://store.steampowered.com/news/?snr=1_5_9__12">
261
+ <span>NEWS</span>
262
+ </a>
263
+ <a class="tab " href="http://store.steampowered.com/browse/linux/?snr=1_5_9__12">
264
+ <span>Linux</span>
265
+ </a>
266
+
267
+ <div id="store_search">
268
+ <form id="searchform" name="searchform" method="get" action="http://store.steampowered.com/search/" onsubmit="return SearchSuggestCheckTerm(this);">
269
+ <input type="hidden" name="snr" value="1_5_9__12" >
270
+ <div class="searchbox">
271
+ <input id="store_nav_search_term" name="term" type="text" class="default" value="search the store" size="22" autocomplete="off">
272
+ <a href="#" id="store_search_link" onclick="var form = $(this).up('form'); if ( form.onsubmit() ) form.submit(); return false;"><img src="http://cdn.store.steampowered.com/public/images/blank.gif"></a>
273
+ </div>
274
+ </form>
275
+ </div>
276
+ <div id="searchterm_options" class="search_suggest popup_block" style="display: none;">
277
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body shadow_content" style="border-top: none;">
278
+ <div id="search_suggestion_contents">
279
+ </div>
280
+ </div>
281
+ </div>
282
+ <script language="JavaScript">
283
+ <!--
284
+ EnableSearchSuggestions( $('searchform').elements['term'], '1_5_9_', 'SE', 'english' );
285
+ //-->
286
+ </script>
287
+
288
+ </div>
289
+ </div>
290
+ <div class="store_nav_rightcap"></div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ <script type="text/javascript">
295
+ var g_SteamID = 76561197992917668;
296
+
297
+ function GetUserTimeDelta()
298
+ {
299
+ var cookies = document.cookie.split(";");
300
+ for( var i = 0; i < cookies.length; i++ )
301
+ {
302
+ var key = cookies[i].substr( 0, cookies[i].indexOf( "=" ) );
303
+ key = key.replace( /^\s+|\s+$/g, "" );
304
+
305
+ if( key == "user_time_delta" )
306
+ {
307
+ var value = unescape( cookies[i].substr( cookies[i].indexOf( "=" ) + 1 ) );
308
+
309
+ var parts = value.split("|");
310
+ if (parts.length != 2)
311
+ {
312
+ return null;
313
+ }
314
+
315
+ var utd =
316
+ {
317
+ lastServerTime: parseInt(parts[0]),
318
+ timeDelta: parseInt(parts[1])
319
+ };
320
+
321
+ if ( utd.lastServerTime == 0)
322
+ {
323
+ return null;
324
+ }
325
+
326
+ return utd;
327
+ }
328
+ }
329
+ return null;
330
+ }
331
+
332
+ function SetUserTimeDelta( utd )
333
+ {
334
+ var expirationDate = new Date();
335
+ expirationDate.setDate( expirationDate.getDate() + 365 );
336
+ var cookieValue = escape( utd.lastServerTime.toString() + '|' + utd.timeDelta.toString() ) + "; expires=" + expirationDate.toUTCString() + "; path=/";
337
+
338
+ document.cookie = "user_time_delta=" + cookieValue;
339
+ }
340
+
341
+ var curServerTime = 1359633492;
342
+
343
+ var userTimeDelta = GetUserTimeDelta();
344
+
345
+ var g_ServerTime = 0;
346
+
347
+ if ( userTimeDelta !== null && userTimeDelta.lastServerTime >= curServerTime )
348
+ {
349
+ g_ServerTime = Math.round( new Date().getTime() / 1000 ) + userTimeDelta.timeDelta;
350
+ }
351
+ else
352
+ {
353
+ g_ServerTime = curServerTime;
354
+ var utd =
355
+ {
356
+ lastServerTime: curServerTime.toString(),
357
+ timeDelta: (curServerTime - Math.round( new Date().getTime() / 1000 )).toString()
358
+ };
359
+
360
+ SetUserTimeDelta(utd);
361
+ }
362
+ </script><!-- Main Background -->
363
+ <div id="main">
364
+
365
+
366
+ <div id="main_content" itemscope itemtype="http://schema.org/Product">
367
+ <meta itemprop="image" content = "http://cdn.steampowered.com/v/gfx/apps/211400/capsule_231x87.jpg?t=1355882290"/>
368
+ <div class="page_title_area game_title_area">
369
+ <div class="breadcrumbs">
370
+ <div class="blockbg">
371
+ <a href="http://store.steampowered.com/search/?term=&snr=1_5_9__205">All Games</a>
372
+ &gt; <a href="http://store.steampowered.com/genre/Action/?snr=1_5_9__205">Action Games</a>
373
+ &gt; <a href="http://store.steampowered.com/app/211400/?snr=1_5_9__205"><span itemprop="name">Deadlight</span></a>
374
+
375
+ </div>
376
+ <div style="clear: left;"></div>
377
+ </div>
378
+ <div class="apphub_HeaderStandardTop">
379
+ <div class="apphub_OtherSiteInfo">
380
+ <a class="btn_darkblue_white_innerfade btn_medium" href="http://steamcommunity.com//app/211400">
381
+ <span>Community Hub</span>
382
+ </a>
383
+ </div>
384
+ <div class="apphub_AppIcon"><img src="http://media.steampowered.com/steamcommunity/public/images/apps/211400/9a2dc288d16b2b46c4c235e0fc09e2acda030944.jpg"><div class="overlay"></div></div>
385
+ <div class="apphub_AppName">Deadlight</div>
386
+ <div style="clear: both"></div>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="block">
391
+ <div class="block_content" id="game_highlights">
392
+ <div class="leftcol">
393
+ <div class="highlight_ctn">
394
+ <div class="highlight_overflow">
395
+ <div id="highlight_player_area" >
396
+ <div class="highlight_player_item highlight_movie" id="highlight_movie_82151" style="display: none;">
397
+ <div id="movie_82151" class="highlight_flash_player_notice" style="display: none;">
398
+ <p>You will need to <a href="http://www.adobe.com/go/getflashplayer" target="_blank">Install</a> the latest Flash plugin to view this page properly.</p>
399
+ </div>
400
+ </div>
401
+ <div class="highlight_player_item highlight_movie" id="highlight_movie_82167" style="display: none;">
402
+ <div id="movie_82167" class="highlight_flash_player_notice" style="display: none;">
403
+ <p>You will need to <a href="http://www.adobe.com/go/getflashplayer" target="_blank">Install</a> the latest Flash plugin to view this page properly.</p>
404
+ </div>
405
+ </div>
406
+
407
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_a9bbe8539446edd3812021c6ba47954216627832.jpg" style="display: none;">
408
+ <div class="screenshot_holder">
409
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_a9bbe8539446edd3812021c6ba47954216627832.1920x1080.jpg?t=1355882290" target="_blank"">
410
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
411
+ </a>
412
+ </div>
413
+ </div>
414
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_ca1d94c00a24e77bd5d5c24dec7abca4ac899efb.jpg" style="display: none;">
415
+ <div class="screenshot_holder">
416
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_ca1d94c00a24e77bd5d5c24dec7abca4ac899efb.1920x1080.jpg?t=1355882290" target="_blank"">
417
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
418
+ </a>
419
+ </div>
420
+ </div>
421
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_97f58ccbdf759fb7509604efb3b0cc8a948d12e6.jpg" style="display: none;">
422
+ <div class="screenshot_holder">
423
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_97f58ccbdf759fb7509604efb3b0cc8a948d12e6.1920x1080.jpg?t=1355882290" target="_blank"">
424
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
425
+ </a>
426
+ </div>
427
+ </div>
428
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_9f7656a1107af305dfdf44fc76081a7c7f434194.jpg" style="display: none;">
429
+ <div class="screenshot_holder">
430
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_9f7656a1107af305dfdf44fc76081a7c7f434194.1920x1080.jpg?t=1355882290" target="_blank"">
431
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
432
+ </a>
433
+ </div>
434
+ </div>
435
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_04e8bd9cc8952b952b7985aa1ea6a5351a604d1b.jpg" style="display: none;">
436
+ <div class="screenshot_holder">
437
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_04e8bd9cc8952b952b7985aa1ea6a5351a604d1b.1920x1080.jpg?t=1355882290" target="_blank"">
438
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
439
+ </a>
440
+ </div>
441
+ </div>
442
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_85e9ff2e1149d6b94f0c83f8de7a4ec80a2858b4.jpg" style="display: none;">
443
+ <div class="screenshot_holder">
444
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_85e9ff2e1149d6b94f0c83f8de7a4ec80a2858b4.1920x1080.jpg?t=1355882290" target="_blank"">
445
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
446
+ </a>
447
+ </div>
448
+ </div>
449
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_4c34714c16d9fa96a49759bf98efa47e100f336d.jpg" style="display: none;">
450
+ <div class="screenshot_holder">
451
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_4c34714c16d9fa96a49759bf98efa47e100f336d.1920x1080.jpg?t=1355882290" target="_blank"">
452
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
453
+ </a>
454
+ </div>
455
+ </div>
456
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_b6f76e9efa683d461c72512f3391102d04ddc11e.jpg" style="display: none;">
457
+ <div class="screenshot_holder">
458
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_b6f76e9efa683d461c72512f3391102d04ddc11e.1920x1080.jpg?t=1355882290" target="_blank"">
459
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
460
+ </a>
461
+ </div>
462
+ </div>
463
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_87a0c53225e7f2c9d45af9d25939b06d9a9dc5fc.jpg" style="display: none;">
464
+ <div class="screenshot_holder">
465
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_87a0c53225e7f2c9d45af9d25939b06d9a9dc5fc.1920x1080.jpg?t=1355882290" target="_blank"">
466
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
467
+ </a>
468
+ </div>
469
+ </div>
470
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_7ef8dc02a90ead2cf132ec669ab6068f925142af.jpg" style="display: none;">
471
+ <div class="screenshot_holder">
472
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_7ef8dc02a90ead2cf132ec669ab6068f925142af.1920x1080.jpg?t=1355882290" target="_blank"">
473
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
474
+ </a>
475
+ </div>
476
+ </div>
477
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_7676937f8eab0ae2323e3acb4f03741f264ad2d3.jpg" style="display: none;">
478
+ <div class="screenshot_holder">
479
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_7676937f8eab0ae2323e3acb4f03741f264ad2d3.1920x1080.jpg?t=1355882290" target="_blank"">
480
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
481
+ </a>
482
+ </div>
483
+ </div>
484
+ <div class="highlight_player_item highlight_screenshot" id="highlight_screenshot_ss_3f2deb63f0eca19ecc816939a31a0f2472ceacb9.jpg" style="display: none;">
485
+ <div class="screenshot_holder">
486
+ <a href="http://cdn.steampowered.com/v/gfx/apps/211400/ss_3f2deb63f0eca19ecc816939a31a0f2472ceacb9.1920x1080.jpg?t=1355882290" target="_blank"">
487
+ <img src="http://cdn.store.steampowered.com/public/images/blank.gif">
488
+ </a>
489
+ </div>
490
+ </div>
491
+ <script type="text/javascript">
492
+ var rgMovieFlashvars = {
493
+ 'movie_82151': {
494
+ FILENAME: "http://media.steampowered.com/steam/apps/82151/movieLrg.flv?t=1351021448",
495
+ MOVIE_NAME: "Deadlight+Trailer"
496
+ },
497
+ 'movie_82167': {
498
+ FILENAME: "http://media.steampowered.com/steam/apps/82167/movieLrg.flv?t=1351184238",
499
+ MOVIE_NAME: "Deadlight+Fear+the+End+Trailer"
500
+ },
501
+ '' : ''
502
+ };
503
+ var rgCommonFlashVars = {
504
+ clientLanguage: "english",
505
+ capsuleSize: "huge",
506
+ STAGE_WIDTH: 600,
507
+ STAGE_HEIGHT: 338,
508
+ AUTO_PLAY: "true",
509
+ ALLOW_JSPAUSE: "true",
510
+ TRACK_MUTE: "true",
511
+ CHECKBOX_AUTOPLAY_SHOW: "true",
512
+ CHECKBOX_AUTOPLAY_TEXT: "Autoplay+videos"
513
+ };
514
+ var rgScreenshotURLs = {
515
+ 'ss_a9bbe8539446edd3812021c6ba47954216627832.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_a9bbe8539446edd3812021c6ba47954216627832.600x338.jpg?t=1355882290',
516
+ 'ss_ca1d94c00a24e77bd5d5c24dec7abca4ac899efb.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_ca1d94c00a24e77bd5d5c24dec7abca4ac899efb.600x338.jpg?t=1355882290',
517
+ 'ss_97f58ccbdf759fb7509604efb3b0cc8a948d12e6.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_97f58ccbdf759fb7509604efb3b0cc8a948d12e6.600x338.jpg?t=1355882290',
518
+ 'ss_9f7656a1107af305dfdf44fc76081a7c7f434194.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_9f7656a1107af305dfdf44fc76081a7c7f434194.600x338.jpg?t=1355882290',
519
+ 'ss_04e8bd9cc8952b952b7985aa1ea6a5351a604d1b.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_04e8bd9cc8952b952b7985aa1ea6a5351a604d1b.600x338.jpg?t=1355882290',
520
+ 'ss_85e9ff2e1149d6b94f0c83f8de7a4ec80a2858b4.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_85e9ff2e1149d6b94f0c83f8de7a4ec80a2858b4.600x338.jpg?t=1355882290',
521
+ 'ss_4c34714c16d9fa96a49759bf98efa47e100f336d.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_4c34714c16d9fa96a49759bf98efa47e100f336d.600x338.jpg?t=1355882290',
522
+ 'ss_b6f76e9efa683d461c72512f3391102d04ddc11e.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_b6f76e9efa683d461c72512f3391102d04ddc11e.600x338.jpg?t=1355882290',
523
+ 'ss_87a0c53225e7f2c9d45af9d25939b06d9a9dc5fc.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_87a0c53225e7f2c9d45af9d25939b06d9a9dc5fc.600x338.jpg?t=1355882290',
524
+ 'ss_7ef8dc02a90ead2cf132ec669ab6068f925142af.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_7ef8dc02a90ead2cf132ec669ab6068f925142af.600x338.jpg?t=1355882290',
525
+ 'ss_7676937f8eab0ae2323e3acb4f03741f264ad2d3.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_7676937f8eab0ae2323e3acb4f03741f264ad2d3.600x338.jpg?t=1355882290',
526
+ 'ss_3f2deb63f0eca19ecc816939a31a0f2472ceacb9.jpg' : 'http://cdn.steampowered.com/v/gfx/apps/211400/ss_3f2deb63f0eca19ecc816939a31a0f2472ceacb9.600x338.jpg?t=1355882290',
527
+ '' : ''
528
+ };
529
+ </script>
530
+ </div>
531
+ <div id="highlight_strip">
532
+ <div id="highlight_strip_scroll" style="width: 1682px;">
533
+ <div class="highlight_selector"></div>
534
+
535
+ <div class="highlight_strip_item highlight_strip_movie" id="thumb_movie_82151" >
536
+ <img class="movie_thumb" src="http://cdn.steampowered.com/v/gfx/apps/82151/movie.184x123.jpg?t=1351021448">
537
+ <div class="highlight_movie_marker"></div>
538
+ </div>
539
+ <div class="highlight_strip_item highlight_strip_movie" id="thumb_movie_82167" >
540
+ <img class="movie_thumb" src="http://cdn.steampowered.com/v/gfx/apps/82167/movie.184x123.jpg?t=1351184238">
541
+ <div class="highlight_movie_marker"></div>
542
+ </div>
543
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_a9bbe8539446edd3812021c6ba47954216627832.jpg" >
544
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_a9bbe8539446edd3812021c6ba47954216627832.116x65.jpg?t=1355882290">
545
+ </div>
546
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_ca1d94c00a24e77bd5d5c24dec7abca4ac899efb.jpg" >
547
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_ca1d94c00a24e77bd5d5c24dec7abca4ac899efb.116x65.jpg?t=1355882290">
548
+ </div>
549
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_97f58ccbdf759fb7509604efb3b0cc8a948d12e6.jpg" >
550
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_97f58ccbdf759fb7509604efb3b0cc8a948d12e6.116x65.jpg?t=1355882290">
551
+ </div>
552
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_9f7656a1107af305dfdf44fc76081a7c7f434194.jpg" >
553
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_9f7656a1107af305dfdf44fc76081a7c7f434194.116x65.jpg?t=1355882290">
554
+ </div>
555
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_04e8bd9cc8952b952b7985aa1ea6a5351a604d1b.jpg" >
556
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_04e8bd9cc8952b952b7985aa1ea6a5351a604d1b.116x65.jpg?t=1355882290">
557
+ </div>
558
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_85e9ff2e1149d6b94f0c83f8de7a4ec80a2858b4.jpg" >
559
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_85e9ff2e1149d6b94f0c83f8de7a4ec80a2858b4.116x65.jpg?t=1355882290">
560
+ </div>
561
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_4c34714c16d9fa96a49759bf98efa47e100f336d.jpg" >
562
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_4c34714c16d9fa96a49759bf98efa47e100f336d.116x65.jpg?t=1355882290">
563
+ </div>
564
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_b6f76e9efa683d461c72512f3391102d04ddc11e.jpg" >
565
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_b6f76e9efa683d461c72512f3391102d04ddc11e.116x65.jpg?t=1355882290">
566
+ </div>
567
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_87a0c53225e7f2c9d45af9d25939b06d9a9dc5fc.jpg" >
568
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_87a0c53225e7f2c9d45af9d25939b06d9a9dc5fc.116x65.jpg?t=1355882290">
569
+ </div>
570
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_7ef8dc02a90ead2cf132ec669ab6068f925142af.jpg" >
571
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_7ef8dc02a90ead2cf132ec669ab6068f925142af.116x65.jpg?t=1355882290">
572
+ </div>
573
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_7676937f8eab0ae2323e3acb4f03741f264ad2d3.jpg" >
574
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_7676937f8eab0ae2323e3acb4f03741f264ad2d3.116x65.jpg?t=1355882290">
575
+ </div>
576
+ <div class="highlight_strip_item highlight_strip_screenshot" id="thumb_screenshot_ss_3f2deb63f0eca19ecc816939a31a0f2472ceacb9.jpg" >
577
+ <img src="http://cdn.steampowered.com/v/gfx/apps/211400/ss_3f2deb63f0eca19ecc816939a31a0f2472ceacb9.116x65.jpg?t=1355882290">
578
+ </div>
579
+ </div>
580
+ </div>
581
+ <div>
582
+ <div class="slider" id="highlight_slider" >
583
+ <div class="slider_bg">
584
+ </div>
585
+ <div class="handle">
586
+ </div>
587
+ </div>
588
+ </div>
589
+ <script type="text/javascript">
590
+
591
+ Event.observe( document, 'dom:loaded', function() {
592
+ new HighlightPlayer( {
593
+ elemPlayerArea: 'highlight_player_area',
594
+ elemStrip: 'highlight_strip',
595
+ elemStripScroll: 'highlight_strip_scroll',
596
+ elemSlider: 'highlight_slider',
597
+ rgMovieFlashvars: rgMovieFlashvars,
598
+ rgScreenshotURLs: rgScreenshotURLs,
599
+ rgDefaultMovieFlashvars: rgCommonFlashVars
600
+ } );
601
+ } );
602
+
603
+ </script>
604
+ </div>
605
+ </div>
606
+ </div>
607
+ <div class="rightcol">
608
+ <div class="glance_ctn">
609
+ <div class="game_header_image_ctn">
610
+ <img class="game_header_image" src="http://cdn.steampowered.com/v/gfx/apps/211400/header_292x136.jpg?t=1355882290">
611
+ </div>
612
+ <div class="game_description_snippet">
613
+ The world has ended. There is no hope. No new beginning. Only the survivors. DEADLIGHT follows the journey of Randall Wayne, a man searching for his family across Seattle during the aftermath of a 1980s event that has decimated life on earth. </div>
614
+
615
+ <div class="inner_rule"></div>
616
+
617
+
618
+ <div class="glance_details">
619
+ <div>
620
+ Genre: <a href="http://store.steampowered.com/genre/Action?snr=1_5_9__400/">Action</a>, <a href="http://store.steampowered.com/genre/Adventure?snr=1_5_9__400/">Adventure</a>, <a href="http://store.steampowered.com/genre/Indie?snr=1_5_9__400/">Indie</a>, <a href="http://store.steampowered.com/genre/Platformer?snr=1_5_9__400/">Platformer</a><br>
621
+ </div>
622
+ <div>
623
+ Release Date: 25 Oct 2012 </div>
624
+ </div>
625
+
626
+ <div class="inner_rule"></div>
627
+
628
+ <a class="linkbar" href="javascript:screenshot_popup('http://store.steampowered.com/screenshot/view/211400/0?snr=1_5_9__400', 800, 635, 0, 0);">
629
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_screenshots.png"></div>
630
+ View all 12 screenshots </a>
631
+
632
+
633
+ <a class="linkbar" href="http://store.steampowered.com/video/211400?snr=1_5_9__400">
634
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_trailers.png"></div>
635
+ Watch all 2 trailers </a>
636
+
637
+
638
+ </div>
639
+ </div>
640
+ <div style="clear: both;"></div>
641
+ </div>
642
+ </div>
643
+
644
+ <div class="leftcol game_description_column">
645
+
646
+
647
+
648
+ <div id="game_area_purchase">
649
+
650
+
651
+
652
+ <div class="game_area_purchase_game_wrapper">
653
+ <div class="game_area_purchase_game">
654
+ <form name="add_to_cart_17638" action="http://store.steampowered.com/cart/" method="POST">
655
+ <input type="hidden" name="snr" value="1_5_9__403">
656
+ <input type="hidden" name="action" value="add_to_cart">
657
+ <input type="hidden" name="subid" value="17638">
658
+ </form>
659
+ <div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
660
+ <h1>Buy Deadlight</h1>
661
+ <script type="text/javascript"> Event.observe( document, 'dom:loaded', function() { var discountCountdownDiv = $( '17638_countdown_0' ); if ( discountCountdownDiv ) InitDailyDealTimer( discountCountdownDiv, 1359676980 ); } );</script><p class="game_purchase_discount_countdown">MIDWEEK MADNESS! Offer ends in <span id=17638_countdown_0></span></p>
662
+
663
+ <div class="game_purchase_action" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
664
+ <div class="game_purchase_action_bg">
665
+ <div class="discount_block game_purchase_discount"> <div class="discount_pct">-50%</div> <div class="discount_prices"> <div class="discount_original_price">11,99&#8364; </div> <div class="discount_final_price" itemprop="price">5,99&#8364; </div> </div> </div> <div class="btn_addtocart">
666
+ <div class="btn_addtocart_left"></div>
667
+
668
+ <a class="btn_addtocart_content" href="javascript:addToCart( 17638);">Add to Cart</a>
669
+ <div class="btn_addtocart_right"></div>
670
+ </div>
671
+ </div>
672
+ </div>
673
+ </div>
674
+ </div>
675
+ <div class="game_area_purchase_game_wrapper">
676
+ <div class="game_area_purchase_game">
677
+ <form name="add_to_cart_17640" action="http://store.steampowered.com/cart/" method="POST">
678
+ <input type="hidden" name="snr" value="1_5_9__403">
679
+ <input type="hidden" name="action" value="add_to_cart">
680
+ <input type="hidden" name="subid" value="17640">
681
+ </form>
682
+ <div class="game_area_purchase_platform"><img class="platform_img" src="http://cdn.store.steampowered.com/public/images/v5/platforms/platform_win.png" width="22" height="22"></div>
683
+ <h1>Buy Deadlight: Soundtrack Edition</h1>
684
+ <p>Includes the full game and Soundtrack</p>
685
+ <script type="text/javascript"> Event.observe( document, 'dom:loaded', function() { var discountCountdownDiv = $( '17640_countdown_1' ); if ( discountCountdownDiv ) InitDailyDealTimer( discountCountdownDiv, 1359676980 ); } );</script><p class="game_purchase_discount_countdown">MIDWEEK MADNESS! Offer ends in <span id=17640_countdown_1></span></p>
686
+
687
+ <div class="game_purchase_action">
688
+ <div class="game_purchase_action_bg">
689
+ <div class="discount_block game_purchase_discount"> <div class="discount_pct">-50%</div> <div class="discount_prices"> <div class="discount_original_price">14,99&#8364; </div> <div class="discount_final_price" itemprop="price">7,49&#8364; </div> </div> </div> <div class="btn_addtocart">
690
+ <div class="btn_addtocart_left"></div>
691
+
692
+ <a class="btn_addtocart_content" href="javascript:addToCart( 17640);">Add to Cart</a>
693
+ <div class="btn_addtocart_right"></div>
694
+ </div>
695
+ </div>
696
+ </div>
697
+ </div>
698
+ </div>
699
+ <div class="game_area_dlc_section">
700
+ <h2 class="gradientbg">Downloadable Content For This Game</h2> <form name="add_all_dlc_to_cart" action="http://store.steampowered.com/cart/?snr=1_5_9_" method="POST">
701
+ <input type="hidden" name="action" value="add_to_cart">
702
+ <div class="gameDlcBlocks">
703
+ <a class="game_area_dlc_row odd" id="dlc_row_211419" href="http://store.steampowered.com/app/211419/?snr=1_5_9__405" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;211419&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
704
+
705
+ <div class="game_area_dlc_price">
706
+ <div class="discount_block discount_block_inline"> <div class="discount_pct">-50%</div> <div class="discount_prices"> <div class="discount_original_price">4,99&#8364; </div> <div class="discount_final_price" itemprop="price">2,49&#8364; </div> </div> </div> </div>
707
+ <div class="game_area_dlc_name">
708
+ Deadlight Original Soundtrack </div>
709
+ <input type="hidden" name="subid[]" value="17639">
710
+ </a> </div>
711
+
712
+ <div id="dlc_purchase_action" class="game_purchase_action game_purchase_action_bg" style="">
713
+ <div class="game_purchase_price price">
714
+ 2,49&#8364; </div>
715
+ <div class="btn_addtocart">
716
+ <div class="btn_addtocart_left"></div><div class="btn_addtocart_right"></div>
717
+ <a class="btn_addtocart_content" href="javascript:addAllDlcToCart();">Add all DLC to Cart</a>
718
+ </div>
719
+ <div style="clear: both;"></div>
720
+ </div>
721
+ <div style="clear: right;"></div>
722
+
723
+ </form>
724
+ </div>
725
+
726
+ </div>
727
+ <!-- game_area_purchase -->
728
+
729
+
730
+ <div id="game_area_reviews" class="game_area_description">
731
+ <h2>Reviews</h2>
732
+ <p><p>"A fantastic game that stands out far more than many big budget titles"<br>A- <a href="http://www.1up.com/reviews/deadlight-review">1UP.COM</a></p>
733
+ <p>"Just when you think we've seen everything the zombie genre has to offer, Deadlight lurches forth"<br>8/10 - <a href="http://www.gameinformer.com/games/deadlight/b/xbox360/archive/2012/07/30/fun-platforming-action-meets-intense-zombie-outbreak.aspx">GAME INFORMER</a></p>
734
+ <p>“Probably the best downloadable title on the market right now.”<br>9/10 – Eurogamer.se</p></p>
735
+ </div>
736
+
737
+
738
+ <div class="game_area_description">
739
+ <h2>Steam Big Picture</h2>
740
+ <p><a href="http://store.steampowered.com/bigpicture/"><img src="http://storefront.steampowered.com/v/gfx/apps/108500/extras/check_it_out.png"></a></a></p>
741
+ </div>
742
+ <div id="game_area_description" class="game_area_description">
743
+ <h2>About the Game</h2>
744
+ <p><p>The world has ended. There is no hope. No new beginning. Only the survivors. DEADLIGHT follows the journey of Randall Wayne, a man searching for his family across Seattle during the aftermath of a 1980s event that has decimated life on earth. This visually stunning Cinematic Survival Platformer will challenge you to run, jump, climb, and struggle for your life as you look for answers and the ones you love.</p>
745
+ <h2>Key Features:</h2>
746
+ <ul>
747
+ <li>A beautiful deadly world where a misstep means death. Sharpen your surviving instinct and learn to turn the environment from foe to ally. In this hopeless world, an ordinary man, Randall Wayne, will reveal himself as a natural born survivor.
748
+ <li>Think. Mindless shooting is never a good idea: there are much more walking corpses than bullets. Be smart and avoid direct confrontations whenever you can.
749
+ <li>A suggestive world of darkness. 3D highly detailed models and environments mixed with 2D sidescroller old school gameplay to create a vintage 2.5D Cinematic Platformer. Unable to escape from the horror of this dying world, Randall Wayne's journey will lead him to Seattle, in a strange search beyond his own survival.
750
+ <li>HD graphics that enhance the immersion and atmosphere of a dead world
751
+ <li>New NIGHTMARE difficulty mode from the 80s. Totally rad!
752
+ <li>Tons of extras, making of videos, unreleased concept art and more!
753
+ </ul></p>
754
+ </div>
755
+
756
+ <div id="game_area_sys_req" class="game_area_description">
757
+ <h2>
758
+ System Requirements </h2>
759
+
760
+ <div id="game_area_sys_req_leftCol">
761
+ <ul>
762
+ <p><strong>Minimum:</strong></p>
763
+ <ul>
764
+ <li><strong>OS:</strong>Microsoft® Windows XP SP3 / Vista / 7</li>
765
+ <li><strong>Processor:</strong>2GHz+ or better</li>
766
+ <li><strong>Memory:</strong>2 GB RAM</li>
767
+ <li><strong>Graphics:</strong>Shader model 3.0 support</li>
768
+ <li><strong>DirectX&reg;:</strong>9.0c</li>
769
+ <li><strong>Hard Drive:</strong>5 GB HD space</li>
770
+ <li><strong>Sound:</strong>DirectX 9 compatible sound card</li>
771
+ <li><strong>Additional:</strong>Supports Microsoft® Xbox 360 controller</li>
772
+ </ul> </ul>
773
+ </div>
774
+
775
+ <div id="game_area_sys_req_rightCol">
776
+ <ul>
777
+ <p><strong>Recommended:</strong></p>
778
+ <ul>
779
+ <li><strong>OS:</strong>Microsoft® Windows XP SP3 / Vista / 7</li>
780
+ <li><strong>Processor:</strong>Intel Core 2 Duo 2GHz+ or better</li>
781
+ <li><strong>Memory:</strong>4 GB RAM</li>
782
+ <li><strong>Graphics:</strong>512MB Video Card or better</li>
783
+ <li><strong>DirectX&reg;:</strong>9.0c</li>
784
+ <li><strong>Hard Drive:</strong>5 GB HD space</li>
785
+ <li><strong>Sound:</strong>100% DirectX 9 compatible sound card</li>
786
+ <li><strong>Additional:</strong>Supports Microsoft® Xbox 360 controller</li>
787
+ </ul> </ul>
788
+ </div>
789
+
790
+
791
+ <div style="clear: both;"></div>
792
+ </div>
793
+
794
+
795
+ <div id="game_area_legal">
796
+ <p>Deadlight © 2012, Tequila Works, S.L.
797
+ Microsoft Game Studios, Xbox Live and related logos, and distinctive likenesses thereof are the exclusive property of Microsoft and used under exclusive license from Microsoft.
798
+ Deadlight and related logos, characters, names, and distinctive likenesses thereof are the exclusive property of TEQUILA WORKS, S.L. and used under exclusive license.
799
+ Published and distributed by Microsoft Game Studios. All Rights Reserved.
800
+ DEADLIGHT and TEQUILA WORKS are trademarks and/or registered trademarks of TEQUILA WORKS, S.L. All rights reserved.
801
+ All other trademarks, logos and copyrights are property of their respective owners.</p>
802
+ </div>
803
+
804
+
805
+ <div class="block">
806
+ <div class="block_header">
807
+ <h4>Recommended</h4>
808
+ </div>
809
+ <div class="block_content nopad">
810
+ <a class="small_cap" id="recommendation_cap_0" href="http://store.steampowered.com/app/214250/?snr=1_5_9__300" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;214250&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
811
+ <img class="small_cap_img" src="http://cdn.steampowered.com/v/gfx/apps/214250/capsule_184x69.jpg?t=1357761943" border="0" width="184" height="69"/>
812
+ <h4>I Am Alive</h4>
813
+ <h5>14,99&#8364; </h5>
814
+ </a>
815
+ <a class="small_cap" id="recommendation_cap_0" href="http://store.steampowered.com/app/223220/?snr=1_5_9__300" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;223220&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
816
+ <img class="small_cap_img" src="http://cdn.steampowered.com/v/gfx/apps/223220/capsule_184x69.jpg?t=1359402731" border="0" width="184" height="69"/>
817
+ <h4>Giana Sisters: Twisted Dreams</h4>
818
+ <h5>14,99&#8364; </h5>
819
+ </a>
820
+ <a class="small_cap" id="recommendation_cap_0" href="http://store.steampowered.com/app/211180/?snr=1_5_9__300" onmouseover="GameHover( this, event, $('global_hover'), {&quot;type&quot;:&quot;app&quot;,&quot;id&quot;:&quot;211180&quot;} );" onmouseout="HideGameHover( this, event, $('global_hover') )">
821
+ <img class="small_cap_img" src="http://cdn.steampowered.com/v/gfx/apps/211180/capsule_184x69.jpg?t=1356047792" border="0" width="184" height="69"/>
822
+ <h4>Unmechanical</h4>
823
+ <h5>8,99&#8364; </h5>
824
+ </a>
825
+ <div style="clear: left;"></div>
826
+ </div>
827
+ </div>
828
+
829
+ </div>
830
+
831
+ <!-- Right Column -->
832
+ <div class="rightcol">
833
+
834
+
835
+ <div class="block" id="demo_block">
836
+ <div class="block_content block_content_inner underlined_links">
837
+ <div class="demo_area_button">
838
+ <div id="add_to_wishlist_area">
839
+ <a class="game_area_wishlist_btn" href="javascript:AddToWishlist( 211400, 'add_to_wishlist_area', 'add_to_wishlist_area_success', 'add_to_wishlist_area_fail', '1_5_9__407' );">
840
+ Add to your wishlist </a>
841
+ </div>
842
+ <div id="add_to_wishlist_area_success" style="display: none;">
843
+ <div class="game_area_wishlist_btn disabled" >
844
+ Add to your wishlist </div>
845
+ <p>
846
+ <span class="wishlist_area_success_text">Added!</span>
847
+ Now on <a href="http://steamcommunity.com/profiles/76561197992917668/wishlist">your wishlist</a> </p>
848
+ </div>
849
+ <div id="add_to_wishlist_area_fail" style="display: none;">
850
+ <b>Oops, sorry!</b>
851
+ </div>
852
+ </div>
853
+ <div class="demo_area_button">
854
+ <div class="share">Share:&nbsp; <a href="http://store.steampowered.com/share/facebook/app/211400" target="_blank" title="Share on Facebook"><img src="http://cdn.store.steampowered.com/public/images/v5/social/facebook.gif"></a>&nbsp; <a href="http://store.steampowered.com/share/twitter/app/211400" target="_blank" title="Share on Twitter"><img src="http://cdn.store.steampowered.com/public/images/v5/social/twitter.gif"></a>&nbsp; <a href="http://store.steampowered.com/share/reddit/app/211400" target="_blank" title="Share on Reddit"><img src="http://cdn.store.steampowered.com/public/images/v5/social/reddit.gif"></a></div> </div>
855
+ </div>
856
+ </div>
857
+
858
+
859
+ <div class="block communitylink">
860
+ <div class="block_header">
861
+ <h4>Community</h4>
862
+ </div>
863
+ <div class="block_content">
864
+ <div class="block_content_inner">
865
+ <a class="linkbar" href="http://steamcommunity.com/app/211400/discussions/">
866
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_forums.gif" width="16" height="16" border="0" align="top" /></div>
867
+ Visit the forums </a>
868
+ <a class="linkbar" href="http://steamcommunity.com/games/211400" target="_blank">
869
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/v5/ico_community.gif" width="16" height="16" border="0" align="top" /></div>
870
+ Visit Official Game Group
871
+ </a>
872
+ <a class="linkbar" href="http://steamcommunity.com/actions/Search?T=ClanAccount&K=Deadlight">
873
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/v5/ico_find.png" width="16" height="16" border="0" align="top" /></div>
874
+ Find Community Groups </a>
875
+ </div>
876
+
877
+
878
+ <div class="rule"></div>
879
+ <div class="block_content_inner">
880
+ <p>
881
+ <a href="http://steamcommunity.com/profiles/76561197992917668/friendsthatplay/211400">1 friend</a> wants this game: </p>
882
+ <div class="friend_blocks_twoxtwo">
883
+ <a href="http://steamcommunity.com/profiles/76561197996738173/" class="friend_block_holder friend_status_offline" title="LydMus">
884
+ <div class="friend_block_avatar"><img id="friend_avatar_img_36472445" src="http://media.steampowered.com/steamcommunity/public/images/avatars/d8/d83ae5e8f8df321ee96952ca5fbe3aa88807f914.jpg" /></div>
885
+ <div class="friend_name">
886
+ LydMus </div>
887
+ </a>
888
+ <div style="clear: left;"></div>
889
+ </div>
890
+ </div>
891
+
892
+
893
+ <div class="rule"></div>
894
+ <div class="block_content_inner">
895
+ <img src = "http://cdn.store.steampowered.com/public/images/recommended/thumb_big.png" style="float:left; padding:10px 15px 10px 0;" />
896
+ <div style = "padding-top: 6px">
897
+ 2,595 players recommend this game to their friends </div>
898
+ <div style="clear: left;"></div>
899
+ </div>
900
+
901
+ <div class="rule"></div>
902
+ <div class="block_content_inner">
903
+ <div class="communitylink_achievementblock">
904
+ <div class="communitylink_achievement_inner">
905
+ <p>Includes 31 Steam Achievements</p>
906
+ <div class="communitylink_achievement_images">
907
+ <div class="communitylink_achievement">
908
+ <img class="communitylink_achievement" title="Holding out for a Hero" src="http://media.steampowered.com/steamcommunity/public/images/apps/211400/beff141ef942f03ea99f26945d388efdccb38a9d.jpg">
909
+ </div>
910
+ <div class="communitylink_achievement">
911
+ <img class="communitylink_achievement" title="What's on your mind" src="http://media.steampowered.com/steamcommunity/public/images/apps/211400/5346eba6ffc143e70d4c277345176d46f08e080c.jpg">
912
+ </div>
913
+ <div class="communitylink_achievement">
914
+ <img class="communitylink_achievement" title="Don't Lose Your Head" src="http://media.steampowered.com/steamcommunity/public/images/apps/211400/e74e619761bb51ac33b22fcf3209414fdba1ad42.jpg">
915
+ </div>
916
+ <div class="communitylink_achievement communitylink_achivement_plusmore">
917
+ +28 </div>
918
+ <div style="clear: left;"></div>
919
+ </div>
920
+ <a class="linkbar" href="http://steamcommunity.com/stats/211400/achievements">
921
+ <div class="rightblock">
922
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_achievements.gif">
923
+ </div>
924
+ View Achievements </a>
925
+ </div>
926
+ </div>
927
+ </div>
928
+ </div>
929
+ </div>
930
+
931
+ <div class="block game_details underlined_links">
932
+ <div class="block_header">
933
+ <h4></h4>
934
+ </div>
935
+ <div class="block_content">
936
+ <div class="block_content_inner" itemprop="review" itemscope itemtype="http://www.schema.org/Review">
937
+ <div id="game_area_metascore">
938
+ 77 <meta itemprop="reviewRating" content = "3.85"/>
939
+ <meta itemprop="author" content = "Metacritic"/>
940
+ </div>
941
+ <div id="game_area_metalink"><a href="http://www.metacritic.com/game/pc/deadlight" target="_blank">Read Critic Reviews</a> <img src="http://cdn.store.steampowered.com/public/images/ico/iconExternalLink.gif" border="0" align="bottom"></div>
942
+ <div class="inner_rule"></div>
943
+
944
+
945
+ <div class="details_block">
946
+ <b>Title:</b> Deadlight<br>
947
+
948
+ <b>Genre:</b> <a href="http://store.steampowered.com/genre/Action/?snr=1_5_9__408">Action</a>, <a href="http://store.steampowered.com/genre/Adventure/?snr=1_5_9__408">Adventure</a>, <a href="http://store.steampowered.com/genre/Indie/?snr=1_5_9__408">Indie</a>, <a href="http://store.steampowered.com/genre/Platformer/?snr=1_5_9__408">Platformer</a><br>
949
+
950
+ <b>Developer:</b>
951
+ <a href="http://store.steampowered.com/search/?developer=Tequila%20Works%2C%20S.L.&snr=1_5_9__408">Tequila Works, S.L.</a>
952
+ <br>
953
+
954
+ <b>Publisher:</b>
955
+ <a href="http://store.steampowered.com/search/?publisher=Microsoft%20Studios&snr=1_5_9__408">Microsoft Studios</a> <br>
956
+
957
+
958
+ <b>Release Date:</b> 25 Oct 2012<br>
959
+ <b>Languages:</b> English<strong>*</strong>, German, French, Italian, Spanish, Japanese<br><strong>*</strong>languages with full audio support </div>
960
+
961
+
962
+
963
+ <div class="game_rating_area details_block">
964
+ <table cellpadding="0" cellspacing="0">
965
+ <tr>
966
+ <td valign="top"><p><img src="http://cdn.store.steampowered.com/public/images/ratings/PEGI/18.gif"></p></td>
967
+ <td width="10"></td>
968
+ <td valign="top"><p id="descriptorText">Bad Language<br />
969
+ Violence</p></td>
970
+ </tr>
971
+ </table>
972
+ </div>
973
+
974
+ <div class="details_block">
975
+ <div class="game_area_details_specs">
976
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_singlePlayer.gif" align="top" /></div>
977
+ <div class="name">Single-player</div>
978
+ </div>
979
+ <div class="game_area_details_specs">
980
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_achievements.gif" align="top" /></div>
981
+ <div class="name">Steam Achievements</div>
982
+ </div>
983
+ <div class="game_area_details_specs">
984
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_cloud.gif" align="top" /></div>
985
+ <div class="name">Steam Cloud</div>
986
+ </div>
987
+ <div class="game_area_details_specs">
988
+ <div class="icon"><img src="http://cdn.store.steampowered.com/public/images/ico/ico_controller.gif" align="top" /></div>
989
+ <div class="name">Full controller support</div>
990
+ </div>
991
+ </div>
992
+
993
+
994
+
995
+ <div class="details_block">
996
+ <a class="linkbar" href="http://www.deadlightgame.com" target="_blank">
997
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_web.gif" width="16" height="16" border="0" align="top" ></div>
998
+ Visit the website <img src="http://cdn.store.steampowered.com/public/images/v5/ico_external_link.gif" border="0" align="bottom">
999
+ </a>
1000
+
1001
+
1002
+ <a class="linkbar" href="http://cdn.steampowered.com/v/../Manuals/211400/Deadlight_manual_[ENGLISH].pdf?t=1355882290" target="_blank">
1003
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_manual.gif" width="16" height="16" border="0" align="top" /></div>
1004
+ View the manual <img src="http://cdn.store.steampowered.com/public/images/v5/ico_external_link.gif" border="0" align="bottom">
1005
+ </a>
1006
+
1007
+
1008
+
1009
+ <a class="linkbar" href="http://store.steampowered.com/news/?feed=steam_updates&appids=211400">
1010
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_history.gif" width="16" height="16" border="0" align="top" /></div>
1011
+ View update history </a>
1012
+ <a class="linkbar" href="http://store.steampowered.com/news/?appids=211400">
1013
+ <div class="rightblock"><img src="http://cdn.store.steampowered.com/public/images/ico/link_news.gif" width="16" height="16" border="0" align="top" /></div>
1014
+ Read related news </a>
1015
+ </div>
1016
+ </div>
1017
+ </div>
1018
+ </div>
1019
+
1020
+
1021
+
1022
+ <br>
1023
+
1024
+
1025
+ </div>
1026
+ <!-- End Right Column -->
1027
+ <div style="clear: both;"></div>
1028
+
1029
+ <div class="hover" id="global_hover" style="display: none; left: 0px; top: 0px;">
1030
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="hover_box shadow_content">
1031
+ <div class="content" id="global_hover_content">
1032
+ </div>
1033
+ </div>
1034
+ <div class="hover_arrow_left"></div>
1035
+ <div class="hover_arrow_right"></div>
1036
+ </div>
1037
+ </div>
1038
+ </div>
1039
+
1040
+ <div id="gotSteamModal" style="display:none;">
1041
+ <div id="top_band">
1042
+ <div id="modal_close"><a href="javascript:hideModal('gotSteamModal')"><img src="http://cdn.store.steampowered.com/public/images/x9x9.gif" width="9" height="9" border="0" /></a></div>
1043
+ </div>
1044
+ <div id="got_steam_box">
1045
+ <h1>Got Steam?</h1>
1046
+ <p>You need to have Steam installed to get <strong id="gotSteam_AppName"></strong></p>
1047
+ <div id="gotsteam_buttons">
1048
+ <a id="gotSteam_SteamURL" href="" class="btn_white leftbtn">
1049
+ <h3>Yes, I have Steam</h3>
1050
+ <h5>OPEN STEAM</h5>
1051
+ </a>
1052
+ <a href="http://store.steampowered.com/about/" class="btn_white">
1053
+ <h3>No, I do not have Steam</h3>
1054
+ <h5>FREE 1.5 MB DOWNLOAD</h5>
1055
+ </a>
1056
+ <div style="clear: left;"></div>
1057
+ </div>
1058
+ <div id="low_block">
1059
+ <div id="steam_ico"><img src="http://cdn.store.steampowered.com/public/images/steam_ico.gif" width="40" height="40" border="0" /></div>
1060
+ Steam is the premiere desktop gaming platform. It's free to join and easy to use. <a href="http://store.steampowered.com/about/">Learn more about Steam.</a>
1061
+ </div></div>
1062
+ </div>
1063
+ <div id="modalBG" style="display: none;"></div>
1064
+ <!-- Footer -->
1065
+ <div id="footer">
1066
+ <div class="footer_content">
1067
+ <div class="rule"></div>
1068
+
1069
+ <div id="footer_nav">
1070
+
1071
+
1072
+ <span class="pulldown" id="footer_genre_pulldown">
1073
+ SHOP BY GENRE </span>
1074
+ <div class="popup_block" id="footer_genre_dropdown" style="display: none;">
1075
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1076
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Free%20to%20Play?snr=1_44_44__20">
1077
+ Free to Play </a>
1078
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Action?snr=1_44_44__20">
1079
+ Action </a>
1080
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Adventure?snr=1_44_44__20">
1081
+ Adventure </a>
1082
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Strategy?snr=1_44_44__20">
1083
+ Strategy </a>
1084
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/RPG?snr=1_44_44__20">
1085
+ RPG </a>
1086
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Indie?snr=1_44_44__20">
1087
+ Indie </a>
1088
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Massively%20Multiplayer?snr=1_44_44__20">
1089
+ Massively Multiplayer </a>
1090
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Casual?snr=1_44_44__20">
1091
+ Casual </a>
1092
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Simulation?snr=1_44_44__20">
1093
+ Simulation </a>
1094
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Racing?snr=1_44_44__20">
1095
+ Racing </a>
1096
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Sports?snr=1_44_44__20">
1097
+ Sports </a>
1098
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Accounting?snr=1_44_44__20">
1099
+ Accounting </a>
1100
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Animation%20%26%20Modeling?snr=1_44_44__20">
1101
+ Animation & Modeling </a>
1102
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Audio%20Production?snr=1_44_44__20">
1103
+ Audio Production </a>
1104
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Design%20%26%20Illustration?snr=1_44_44__20">
1105
+ Design & Illustration </a>
1106
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Education?snr=1_44_44__20">
1107
+ Education </a>
1108
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Photo%20Editing?snr=1_44_44__20">
1109
+ Photo Editing </a>
1110
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Software%20Training?snr=1_44_44__20">
1111
+ Software Training </a>
1112
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Utilities?snr=1_44_44__20">
1113
+ Utilities </a>
1114
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Video%20Production?snr=1_44_44__20">
1115
+ Video Production </a>
1116
+ <a class="popup_menu_item" href="http://store.steampowered.com/genre/Web%20Publishing?snr=1_44_44__20">
1117
+ Web Publishing </a>
1118
+ </div>
1119
+ </div>
1120
+ <span class="pulldown" id="footer_category_pulldown">
1121
+ SHOP BY CATEGORY </span>
1122
+ <div class="popup_block" id="footer_category_dropdown" style="display: none;">
1123
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1124
+ <a class="popup_menu_item" href="http://store.steampowered.com/freestuff/demos/?snr=1_44_44__21">
1125
+ Demos </a>
1126
+ <a class="popup_menu_item" href="http://store.steampowered.com/freestuff/videos/?snr=1_44_44__21">
1127
+ Videos </a>
1128
+ <a class="popup_menu_item" href="http://store.steampowered.com/search/?category2=21&snr=1_44_44__21">
1129
+ Downloadable Content </a>
1130
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/publishers?snr=1_44_44__21">
1131
+ Game Publisher Catalogs </a>
1132
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/under10?snr=1_44_44__21">
1133
+ Games Under 10&#8364; </a>
1134
+ <a class="popup_menu_item" href="http://store.steampowered.com/browse/under5?snr=1_44_44__21">
1135
+ Games Under 5&#8364; </a>
1136
+ </div>
1137
+ </div>
1138
+ <span class="pulldown" id="footer_steam_pulldown">
1139
+ ABOUT STEAM </span>
1140
+ <div class="popup_block" id="footer_steam_dropdown" style="display: none;">
1141
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1142
+ <a class="popup_menu_item" href="http://store.steampowered.com/about/?snr=1_44_44__22">
1143
+ What is Steam? </a>
1144
+ <!--
1145
+ <a class="popup_menu_item" href="">
1146
+ Download Steam now </a>
1147
+ -->
1148
+ <a class="popup_menu_item" href="https://support.steampowered.com/kb_article.php?p_faqid=549#gifts" target="_blank">
1149
+ Gifting on Steam </a>
1150
+ <a class="popup_menu_item" href="https://steamcommunity.com/?snr=1_44_44__22">
1151
+ The Steam Community </a>
1152
+ </div>
1153
+ </div>
1154
+
1155
+ <span class="pulldown" id="footer_valve_pulldown">
1156
+ ABOUT VALVE </span>
1157
+ <div class="popup_block" id="footer_valve_dropdown" style="display: none;">
1158
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1159
+ <a class="popup_menu_item" href="http://www.valvesoftware.com/about.html" target="_blank">
1160
+ About Valve </a>
1161
+ <a class="popup_menu_item" href="http://www.valvesoftware.com/business/" target="_blank">
1162
+ Business Solutions </a>
1163
+ <a class="popup_menu_item" href="http://www.steampowered.com/steamworks/" target="_blank">
1164
+ Steamworks </a>
1165
+ <a class="popup_menu_item" href="http://source.valvesoftware.com/" target="_blank">
1166
+ Source Engine </a>
1167
+ <a class="popup_menu_item" href="https://cafe.steampowered.com" target="_blank">
1168
+ Cyber Caf&eacute;s </a>
1169
+ <a class="popup_menu_item" href="http://www.valvesoftware.com/jobs.html" target="_blank">
1170
+ Jobs </a>
1171
+ </div>
1172
+ </div>
1173
+
1174
+
1175
+ <span class="pulldown" id="footer_help_pulldown">
1176
+ HELP </span>
1177
+ <div class="popup_block" id="footer_help_dropdown" style="display: none;">
1178
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1179
+ <a class="popup_menu_item" href="http://support.steampowered.com/" target="_blank">
1180
+ Support </a>
1181
+ <a class="popup_menu_item" href="http://store.steampowered.com/forums/?snr=1_44_44__23" target="_blank">
1182
+ Forums </a>
1183
+ <a class="popup_menu_item" href="http://store.steampowered.com/stats/?snr=1_44_44__23" target="_blank">
1184
+ Stats </a>
1185
+ </div>
1186
+ </div>
1187
+
1188
+
1189
+ <span class="pulldown" id="footer_tools_pulldown">
1190
+ TOOLS </span>
1191
+ <div class="popup_block" id="footer_tools_dropdown" style="display: none;">
1192
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1193
+ <a class="popup_menu_item" href="http://storefront.steampowered.com/download/hldsupdatetool.exe">
1194
+ Windows HLDS Update Tool </a>
1195
+ <a class="popup_menu_item" href="http://storefront.steampowered.com/download/hldsupdatetool.bin">
1196
+ Linux HLDS Update Tool </a>
1197
+ </div>
1198
+ </div>
1199
+
1200
+
1201
+ <span class="pulldown" id="footer_feeds_pulldown">
1202
+ NEWS FEEDS </span>
1203
+ <div class="popup_block" id="footer_feeds_dropdown" style="display: none;">
1204
+ <div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="iepopupfix"><img class="iepopupfix_img" src="http://cdn.store.steampowered.com/public/images/blank.gif" alt =""></div> <div class="popup_body popup_menu shadow_content">
1205
+ <a class="popup_menu_item" href="http://store.steampowered.com/feeds/news.xml">
1206
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Steam News </a>
1207
+ <a class="popup_menu_item" href="http://store.steampowered.com/feeds/newreleases.xml">
1208
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Game Releases </a>
1209
+ <a class="popup_menu_item" href="http://store.steampowered.com/feeds/daily_deals.xml">
1210
+ <img src="http://cdn.store.steampowered.com/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Daily Deals </a>
1211
+ </div>
1212
+ </div>
1213
+ <div style="clear: left;"></div>
1214
+
1215
+ <script type="text/javascript">
1216
+ RegisterFlyout( 'footer_genre_pulldown', 'footer_genre_dropdown', null, null, true );
1217
+ RegisterFlyout( 'footer_category_pulldown', 'footer_category_dropdown', null, null, true );
1218
+ RegisterFlyout( 'footer_steam_pulldown', 'footer_steam_dropdown', null, null, true );
1219
+ RegisterFlyout( 'footer_valve_pulldown', 'footer_valve_dropdown', null, null, true );
1220
+ RegisterFlyout( 'footer_help_pulldown', 'footer_help_dropdown', null, null, true );
1221
+ RegisterFlyout( 'footer_tools_pulldown', 'footer_tools_dropdown', null, null, true );
1222
+ RegisterFlyout( 'footer_feeds_pulldown', 'footer_feeds_dropdown', null, null, true );
1223
+ </script>
1224
+ </div>
1225
+
1226
+ <div class="footer_box">
1227
+ <h3>Publisher Catalogs</h3>
1228
+ <div class="publishercol">
1229
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/1C Company?snr=1_44_44__24">1C Company</a></div>
1230
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/2K Games?snr=1_44_44__24">2K Games</a></div>
1231
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Activision?snr=1_44_44__24">Activision</a></div>
1232
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Akella?snr=1_44_44__24">Akella</a></div>
1233
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Bethesda Softworks?snr=1_44_44__24">Bethesda</a></div>
1234
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Big Fish Games?snr=1_44_44__24">Big Fish Games</a></div>
1235
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/bitComposer Games?snr=1_44_44__24">bitComposer Games</a></div>
1236
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Bohemia Interactive?snr=1_44_44__24">Bohemia Interactive</a></div>
1237
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Capcom?snr=1_44_44__24">Capcom</a></div>
1238
+ </div>
1239
+ <div class="publishercol">
1240
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/City Interactive?snr=1_44_44__24">City Interactive</a></div>
1241
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Codemasters?snr=1_44_44__24">Codemasters</a></div>
1242
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Deep Silver?snr=1_44_44__24">Deep Silver</a></div>
1243
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Electronic Arts?snr=1_44_44__24">Electronic Arts</a></div>
1244
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Epic Games, Inc.?snr=1_44_44__24">Epic Games</a></div>
1245
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Focus Home Interactive?snr=1_44_44__24">Focus</a></div>
1246
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Funcom?snr=1_44_44__24">Funcom</a></div>
1247
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Her Interactive?snr=1_44_44__24">Her Interactive</a></div>
1248
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/id Software?snr=1_44_44__24">id Software</a></div>
1249
+ </div>
1250
+ <div class="publishercol">
1251
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Interplay Inc.?snr=1_44_44__24">Interplay</a></div>
1252
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/iWin?snr=1_44_44__24">iWin</a></div>
1253
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Kalypso Media Digital?snr=1_44_44__24">Kalypso</a></div>
1254
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Konami Digital Entertainment, Inc.?snr=1_44_44__24">Konami</a></div>
1255
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/LucasArts?snr=1_44_44__24">LucasArts</a></div>
1256
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Meridian4?snr=1_44_44__24">Meridian4</a></div>
1257
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/MumboJumbo?snr=1_44_44__24">MumboJumbo</a></div>
1258
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Namco Bandai Games?snr=1_44_44__24">Namco Bandai Games</a></div>
1259
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Nexon America Inc.?snr=1_44_44__24">Nexon</a></div>
1260
+ </div>
1261
+ <div class="publishercol">
1262
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Nordic Games?snr=1_44_44__24">Nordic Games</a></div>
1263
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/NovaLogic?snr=1_44_44__24">NovaLogic</a></div>
1264
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Paradox Interactive?snr=1_44_44__24">Paradox Interactive</a></div>
1265
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Perfect World Entertainment?snr=1_44_44__24">Perfect World Entertainment</a></div>
1266
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/PlayFirst?snr=1_44_44__24">PlayFirst</a></div>
1267
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/PopCap Games, Inc.?snr=1_44_44__24">PopCap</a></div>
1268
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Prima Games?snr=1_44_44__24">Prima Games</a></div>
1269
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/RailSimulator.com?snr=1_44_44__24">RailSimulator.com</a></div>
1270
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Rockstar Games?snr=1_44_44__24">Rockstar Games</a></div>
1271
+ </div>
1272
+ <div class="publishercol">
1273
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Sandlot Games?snr=1_44_44__24">Sandlot Games</a></div>
1274
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/SEGA?snr=1_44_44__24">SEGA</a></div>
1275
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Sony Online Entertainment?snr=1_44_44__24">Sony Online</a></div>
1276
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/SouthPeak Games?snr=1_44_44__24">SouthPeak Games</a></div>
1277
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/SQUARE ENIX, Eidos Interactive?snr=1_44_44__24">SQUARE ENIX, Eidos Interactive</a></div>
1278
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Stardock Entertainment?snr=1_44_44__24">Stardock Entertainment</a></div>
1279
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Strategy First?snr=1_44_44__24">Strategy First</a></div>
1280
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Team17 Software Ltd.?snr=1_44_44__24">Team17 Software</a></div>
1281
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Telltale Games?snr=1_44_44__24">Telltale Games</a></div>
1282
+ </div>
1283
+ <div class="publishercol">
1284
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/THQ?snr=1_44_44__24">THQ</a></div>
1285
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Tilted Mill Entertainment, Inc.?snr=1_44_44__24">Tilted Mill</a></div>
1286
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Topware Interactive?snr=1_44_44__24">Topware</a></div>
1287
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Ubisoft?snr=1_44_44__24">Ubisoft</a></div>
1288
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Valve?snr=1_44_44__24">Valve</a></div>
1289
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Viva Media?snr=1_44_44__24">Viva Media</a></div>
1290
+ <div class="ellipsis"><a href="http://store.steampowered.com/publisher/Warner Bros. Interactive Entertainment?snr=1_44_44__24">Warner Bros.</a></div>
1291
+ </div>
1292
+ <div style="clear: left;"></div>
1293
+ </div>
1294
+
1295
+ <div class="btn_client_small get_game_on_steam">
1296
+ <a href="http://steamcommunity.com/greenlight" target="_blank">Get your game on Steam</a>
1297
+ </div>
1298
+
1299
+ <div>
1300
+ <a href="http://www.valvesoftware.com/about.html" target="_blank">About Valve</a>
1301
+ | <a href="http://www.valvesoftware.com/business/" target="_blank">Business Solutions</a>
1302
+ | <a href="http://www.steampowered.com/steamworks/" target="_blank">Steamworks</a>
1303
+ | <a href="http://source.valvesoftware.com/" target="_blank">Source Engine</a>
1304
+ | <a href="https://cafe.steampowered.com" target="_blank">Cyber Caf&eacute;s</a>
1305
+ | <a href="http://www.valvesoftware.com/jobs.html" target="_blank">Jobs</a>
1306
+ </div>
1307
+
1308
+
1309
+ <div class="rule"></div>
1310
+ <div id="footer_logo"><a href="http://www.valvesoftware.com" target="_blank"><img src="http://cdn.store.steampowered.com/public/images/logo_valve_footer.jpg" alt="Valve Software" border="0" /></a></div>
1311
+ <div id="footer_text">
1312
+ <div>&copy; 2013 Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.</div>
1313
+ <div>VAT included in all prices where applicable.</div>
1314
+ <div class="valve_links">
1315
+ <a href="http://store.steampowered.com/privacy_agreement/" target="_blank">Privacy Policy</a>
1316
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1317
+ <a href="http://www.valvesoftware.com/legal.htm" target="_blank">Legal</a>
1318
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1319
+ <a href="http://store.steampowered.com/subscriber_agreement/" target="_blank">Steam Subscriber Agreement</a>
1320
+ </div>
1321
+ </div>
1322
+ </div>
1323
+ </div><!-- End Footer -->
1324
+
1325
+
1326
+ </body>
1327
+ </html>