/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { height: 100%; }

body {
	background-color:#04214b;
	background-image:url(../img/scuba/v2/background_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-family: Verdana;
	font-size:.8em;
	
	height: 100%;
	
}
p {
	padding: 5px 0 5px 0;
}

/* infinite scuba v2 default layout */

#v2_main_outer {
	position: absolute;
	margin: 0 0 0 -480px;
	padding: 0px;
	width: 960px;
	left: 50%;
	top: 0px;
	bottom: 0px;
	height: 100%;
}

#v2_top_outer {
	position: relative;
	margin-left: -465px;
	width: 930px;
	height:170px;
	left: 50%;
	top: 0px;
	background-image:url(../img/scuba/v2/top_background.jpg);
	background-position: top center;
}

#v2_main_inner_topshadow {
	width: 960px;
	height: 40px;
	background-image:url(../img/scuba/v2/main_shadow_top.png);

}
#v2_main_inner_bottomshadow {
	width: 960px;
	height: 15px;
	background-image:url(../img/scuba/v2/main_shadow_bottom.png);

}
#v2_main_inner {
	position: relative;
	top:0px;
	bottom: 0px;
	background-image:url(../img/scuba/v2/main_shadow_middle.png);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	min-height: 100%;

}
#v2_content {
	position: relative;
	top: 0px;
	left: 27px;
	width: 900px;
	margin:0;
	padding:0;
	min-height: 100%;
	padding-bottom: 150px;
	
}
#v2_news_widget {
	position: relative;
	width: 930px;
}

#news_widget_wrapper
{
	height: 270px;
	overflow:hidden;
}

#v2_nowidget {
	position: relative;
	width: 930px;
	height: 10px;
	background-color: #323941;
	margin-left: 15px;
}

#v2_logo {
	background-image:url(../img/scuba/v2/logo_main_registered.png);
	background-repeat:no-repeat;	
	position:absolute;
	top: 15px;
	left: 15px;
	width: 200px;
	height: 111px;
	z-index: 100;
}
#v2_topbits {
	background-color: #dfe9f0;
	color: #8495ab;
	position: absolute;
	top: 0px;
	right: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 6px 6px 8px 6px;
	
}

#lang-select {
	cursor: pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */

}

#language_picker {
	display:none;
	position: absolute;
	top: 20px;
	right: 0px;

	background-color: #dfe9f0;
	color: #8495ab;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 6px 0 6px 0;
}

#language_picker ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#language_picker li {
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}

#language_picker li:hover {
	background-color: #8495ab;
	color: #dfe9f0;
}


#news_widget_hide {

	background-color: #dfe9f0;
	color: #8495ab;
	position: absolute;
	top: 404px;
	left: 30px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 6px;
	font-size: 0.8em;
	cursor: pointer;
	
}

#news_widget_show {

	display: none;
	background-color: #dfe9f0;
	color: #8495ab;
	position: absolute;
	top: 170px;
	left: 30px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 6px;
	font-size: 0.8em;
	cursor: pointer;
	z-index: 100;
	
}

#v2_navbits {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 930px;
	background:url(../img/scuba/v2/threequartertone_black.png);
	text-align:right;
	padding: 0px;
	border-bottom: 1px solid #8A98AC;
}
 
#v2_navbits a {
	color: #DDD;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Verdana;
	font-size: 14px;
	margin: 0 5px 0 0;
	line-height: 30px;
	height: 30px;
	padding: 5px 5px 7px 5px;;
	
}

#v2_navbits a:hover {

}

#v2_content h2 {
	width: 100%;
	text-align:center;
	color: #003; 
	text-decoration: none;
	font-family:Verdana;
	font-size: 20px;
	padding: 5px 0 15px 0px;
    -webkit-font-smoothing: antialiased;
}

#v2_content h2 a {
	color: #04204b;
	text-decoration: none;
}


#v2_content h3 {
	color: #04204b;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Verdana;
	font-size: 16px;
	padding: 5px 0 5px 0px;
    -webkit-font-smoothing: antialiased;
}

#v2_content h3 a {
	color: #04204b;
	text-decoration: none;
}

h4.v2_system_req_header {
	color: #04204b;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Verdana;
	font-size: 12px;
	padding: 5px 0 5px 0px;
    -webkit-font-smoothing: antialiased;
	text-align:center;
	display:block;
	font-weight: bold;
}

h4.v2_system_req_header a {
	color: #04204b;
	text-decoration: none;
}

#v2_rightcolumn {
	
	width: 263px; 
	float: right;
	margin: 0px 15px 0px 15px;
	min-height: 100%;
}
.v2_infobox {
	
	width: 263px; 
	margin-bottom: 15px;
	background-color: #8a98ac;
	padding: 10px;
	
}

.v2_infobox_wide {
	
	width: 100%; 
	margin-top: 10px;
	background-color: #8a98ac;
	padding: 10px 0 10px 0;
	
}

.v2_infobox_h3 {
	color: #fff!important;  
	text-align: center;
}

.v2_infobox_h4 {
	color: #fff!important;  
	text-align: center;
}

.v2_infobox_h3 a {
	color: #FFF!important;
}

#v2_footerbar {
	position: absolute;
	bottom: 0;
	top: auto!important;
	left: 15px; 
	width: 930px;
	height: 150px;
	clear:both;
}

#v2_legalbox {
	
	position: absolute;
	top: 0px;
	right: 165px;
	
	width: 650px;
	margin-top: 15px;

	padding: 10px;	
	
	color: #000;
	font-family: Verdana;
	font-size:11px;
	text-align:center;
}

#v2_legalbox a {

	color: #04204b;
	text-decoration:none;
	font-weight:bold;
}

#v2_legalbox_logo {
	cursor: pointer;
	float: left;
	width: 70px;
	height: 100px;
	background-image:url(../img/scuba/v2/logo_bottom.png);
	
	
}
#v2_comodo_logo {
	cursor: pointer;
	float: right;
	width: 70px;
	height: 100px;
	background-image:url(../img/scuba/comodo_secure_52x63_transp.png);
	background-position: center center;
	background-repeat:no-repeat;
	
	
}


#v2_trailer {
	background-image:url(../img/scuba/v2/view_trailer.jpg);
	width: 283px;
	height: 155px;	
	cursor: pointer;
	margin-bottom: 15px;

}

div.atclear { 
display: none !important;
}

div.addthis_toolbox {
	width: 400px!important;
	text-align:right!important;
}

/* bx slider customization */

.bx-prev {
	left: -5px!important;
	background:url(../img/scuba/v2/news_widget_left.png)!important;
	width:81px!important;
	height:100%!important;
	top:0!important; 
	margin-top:0px!important;
	
}
.bx-next {
	right: -5px!important;
	background:url(../img/scuba/v2/news_widget_right.png)!important;
	width:81px!important;
	height:100%!important;
	top:0!important; 
	margin-top:0px!important;
}
.bx-wrapper {
	top: 0px;
}
.bx-viewport {
	background-color:#323941!important;
	border-color:#323941!important;
}
.bx-caption {
	font-size: 1.2em;
	text-transform:uppercase;	
}
.bx-viewport {
	box-shadow: 0 0 0 #CCCCCC!important; 
}

.slide {
	cursor: pointer;
}
/*
.bx-loading {
	background-color: transparent !important;
}
*/
/* legacy css */

table.store {

	width: 100%;
	background-color: #006CB6;
	color: #FFF;
	
}

table#storeList td {
	
	padding: 10px;
	
}

.desccol {
	text-align: left;
	padding: 5px;	
}

.buycol {
	text-align: right;
	padding: 5px;	
}

#purchaseForm {
	display:none;
}

.ui-dialog-title { line-height: 1em; text-transform:uppercase; }
.ui-state-active { background-color: #EEE!important; }
.ui-state-default { background-color: #CCC!important; }

#wrapper_outer {
	position: relative;
	width:1024px;
	left:50%;
	top:0;
	bottom:0;
	height:100%;
	margin-left:-512px;
}

#logo_main {
	width:172px;
	height:101px;
	background-image:url(../img/scuba/logo_main_blue.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 20px;
	left: 20px;
}
	
#nav_bar {
	width:812px;
	height: 30px;
	background-image:url(../img/scuba/background_content.png);
	position: absolute;
	top: 91px;
	left: 212px;
	text-align: right;
	line-height: 30px;
}

#nav_bar_left {
	width: 172px;	
	position: absolute;
	top: 141px;
	left: 20px;
	bottom: 140px;	
}

#content {
	width:772px;
	background-image:url(../img/scuba/background_content.png);
	position: absolute;
	top: 141px;
	left: 212px;
	bottom: 140px;
	overflow-y:auto;
	font-size:18px;
	color:000;
	font-weight:bold;
	padding: 20px;
}

#content_footer {
	position: absolute;
	top: 15px;
	right: 100px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:right;
}

#content_footer a {
	color: #DEDEDE;
	text-decoration:none;
}

#foot_bar {
	width:100%;
	height:120px;
	background-image:url(../img/scuba/background_content.png);
	position: absolute;
	bottom:0;
	left:0;
}

#logo_footer {
	width:70px;
	height:100px;
	position:absolute;
	top: 10px;
	right: 20px;
}

#nav_bar_left img {
	margin: 10px 0px 10px 0px;
	padding-bottom:-5px;
}

img#nav_selected_top {
	border-bottom: 4px solid #000; 
}

img#nav_selected {
	border-bottom: 5px solid #FFF; 
}
#flashMessage {
	
	background-color:#006CB6;
	font-size:0.8em;
	font-weight: bold;
	
	color:#fff;
	padding: 5px;
	width: 920px;
	
	margin-left: 15px;
	
}

div.form {
	width: 500px;
	position: relative;
	left: 50%;
	margin-left:-250px;
	font-size: .8em;
	padding: 10px;
	margin-bottom: 20px;
}

div.formRow {
	width: 100%;
	clear: both;
}

div.formRow label {
	display:block;
	width: 200px;
}

div.formRow input {
	float:right;
	width: 200px;
}

div.formRow select {
	float:right;
	width: 206px;
}

div.formRow select.halfwidth {
	float:right;
	width: 103px;
}

p.giftCodeFormRow input {

	width: 400px;
	font-size: 18;
	font-weight: bold;
	text-align:center;	
	
}

#eula {
	
	width: 510px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #CCC;
	background-image:url(../img/scuba/background_content.png);
	padding: 10px;

}

.genericForm {
	background-image:url(../img/scuba/background_content.png);
	padding: 0 10px 10px 10px;
	font-size:.8em;
	border: 1px solid #999;
}

.login_message, .signup_message {
	color:#C00;
	display:none;
}
	
.ajax_indicator {
	margin: 4px 0 0 4px;
	display:none; 
}

#login, #register {
	font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
}

.gv_galleryWrap {
	
	position:relative;
	left: 50%;
	margin-left: -365px;	
	
}

.partner_logo {
	margin:10px 20px 10px 20px;
}

#partner_table {
	width: 100%;
}
#partner_table td {
	vertical-align:middle;
	text-align:center;
}


.news_date {
	display:block;
	font-size:.8em;
	margin-bottom: 10px;
	color: #8A98AC;
	width: 100%;
	border-bottom: 1px solid #8A98AC;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
}

hr {
	border: 0;
	color: #8A98AC;
	background-color: #8A98AC;
	height: 2px;
}

/* ADMIN */
.admin {
	font-size: 0.8em;
	border: 1px solid #333;
	background-color:#CCC;
}
.admin td {
	font-size: 0.8em;
	padding: 5px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	text-align:center;
}

.admin th, .admin th a {
	background-color:#333;
	color:#fff;
	text-decoration:none;
	padding: 5px;
}

#transactionSummary {
	width: 100%;
	background-color:#FFF;
}
#transactionSummary td {
	border-top: 1px solid #CCC;
	padding: 3px;
}

.productInfoTable {
	width: 100%;
	background-color:#FFF;
}
.productInfoTable td {
	border-top: 1px solid #CCC;
	padding: 3px;
}

td.table_loading_progress {
	text-align: center;
}

td.rightColumn {
	text-align: right;
}

#tr_loading_products {
	display:none;
}
	
label.error {
	font-size:.8em;
	color:#900;
	float:right;
	text-align:right;
	padding: 2px 5px 0 0;
	width: 300px;
}

#gift_code_validator label.error {
	font-size:.8em;
	color:#900;
	float:none;
	text-align:center;
	width: 100%;
	display:block;
}

.visible {
	display: block!important;
}
#v2_content #sysreq_mac {
	display:none;
}

.sysreq td {
	text-align: left;
}



#message_giftcode_invalid {
	display:block;
}

#rotatorimg_thumb {
	width: 300px;
	height: 224px;
	border: 1px solid #ccc;
	background-color: #CCC;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
}

table.admin_edit label {
    display: block;
    float: left;
    width: 150px;
}

table.admin_edit input, table.admin_edit select {
	width: 250px
}

table.admin_edit th {
	background-color: #DEDEDE;
	padding: 5px;
	text-align: left;
}

#save_button {
	width: 100%;
}

#cancel_button {
	width: 100%;
}

table.admin_edit_list {
	width: 90%;
}

table.admin_edit_list th {
	background-color: #ccc;
	padding: 5px;
	text-align: left;
}

table.admin_edit_list td {
	padding: 5px;
	text-align: left;
}

td.admin_edit_list_row_1 {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
}

td.admin_edit_list_row_0 {
	border-bottom: 1px solid #ccc;
}

p.faq_item {
	padding: 10px;
}
div#screenshots_frame{
	
	width: 80%;
	height: 320px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	position: relative;
		
}

img.screenshot_thumb {

}
.screenshot_thumb_container {
	position: relative;	
	width: 200px;
	margin: 10px;
	border: 1px solid #ccc;
	float: left;
}

a.screenshot_thumb_delete {
	position: absolute;
	left: 5px;
	bottom: 5px;
	color:#fff;
}

#reset, #download, #login, #cvvinfo, #register, #processing, #gallery {
	
	display: none;	
	
}

div.news {
	padding: 0 20px 0 20px;
}

a#nav_selected {
	background-color: #323941;
	border-top: 1px solid #8A98AC;
	border-left: 1px solid #8A98AC;
	border-right: 1px solid #8A98AC;
	border-bottom: 2px solid #323941;
}


div#newswrapper {
	
	width: 615px;	
	
}

div#newswrapper_full {
	
	width: 850px;
	margin-left: 30px;	
	
}


div#newswrapper div.news {
	background-color: #DFE9F0;
	margin: 20px 15px 0 15px;
	padding: 20px;
}

div#newswrapper_full div.news {
	background-color: #DFE9F0;
	margin: 20px 15px 0 15px;
	padding: 20px;
}

div#newswrapper h2 {
	
	width: 565px;
	background-color: #DFE9F0;
	padding: 10px;
	margin-left: 15px;
}

div#newswrapper_full h2 {
	
	width: 750px;
	background-color: #DFE9F0;
	padding: 20px;
	text-decoration: none;
}

div#newswrapper_full a {
	
	text-decoration: none;
}

#message_giftcode_invalid {
	display:block;
}

div#ingame_news_container a {
	text-decoration: none;
	font-weight: bold;
	color: #042072;
}

.download_link {
	width: 250px;
}

#v2_trailerpopup {
	display: none;
}

.downloadImg {

	float: right;
	margin: -6px -5px 0 0;

}

#download_box {
	cursor: pointer;
}

.downloadType {
	width: 255px;
	background-color: #DFE9F0;
	border: 1px solid #DFE9F0;
	padding: 4px;
	margin: 0 0 5px 0;
	background-image:url(../img/scuba/v2/downloadicon_sm.png);
	background-position:center right;
	background-repeat: no-repeat;
	color: #04204b;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 11px;
	display:none;
	cursor: pointer;
}

.downloadType_hover {
	width: 255px;
	background-color: #eff8ff;
	border: 1px solid #eff8ff;
	padding: 4px;
	margin: 0 0 5px 0;
	background-image:url(../img/scuba/v2/downloadicon_sm.png);
	background-position:center right;
	background-repeat: no-repeat;
	color: #04204b;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 11px;
	cursor: pointer;
}

.downloadTypevisible {
	display:block!important;
	cursor:default!important;
}

#purchaseHeader h3 {
	color: #04204b;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Verdana;
	font-size: 16px;
	padding: 5px 0 5px 0px;
    -webkit-font-smoothing: antialiased;
}

#purchaseHeader h3 a {
	color: #04204b;
	text-decoration: none;
}

#giftcode_invalid {
	color: #F00;
	font-weight: bold;
}

.prod_summarybox {
	
	width: 320px; 
	margin: 0 auto;
	background-color: #dfe9f0;
	padding: 10px;
	overflow: auto;
	border: 1px solid #ccc;
	
}

.prod_summarybox_wide {
	
	background-color: #dfe9f0;
	padding: 10px;
	overflow: auto;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	color: #000!important;
	
}

.prod_summarybox_wide div {

	padding: 4px 0 0 0!important;

}

.prod_summarybox img {

	float: left;
	margin: 0 15px 0 0;

}


.prod_summarybox_wide img {

	float: left;
	margin: -4px 15px 0 0;

}

.ui-dialog { z-index: 5000 !important ;}

#YoutubeChannelPlayer {

	width: 900px!important;
	height: 450px!important;

}

.string-select {
	width: 200px;
	margin: 15px 15px 0 0;
}

/* SQUARE INTEGRATION BELOW */

#squarePurchaseForm {

  width: 380px;
  margin: 0 auto;
  display: none;

}

.third {

  float: left;

  width: calc((100% - 32px) / 3);

  padding: 0;

  margin: 0 16px 16px 0;

}



.third:last-of-type {

  margin-right: 0;

}

/* Define how SqPaymentForm iframes should look */
.sq-input {
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #E0E2E3;
  background-color: white;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: border-color .2s ease-in-out;
     -moz-transition: border-color .2s ease-in-out;
      -ms-transition: border-color .2s ease-in-out;
          transition: border-color .2s ease-in-out;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.sq-input--focus {
  border: 1px solid #6E4EEC;
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.sq-input--error {
  border: 1px solid #E02F2F;
}

#sq-card-number {
  margin-bottom: 16px;
}

/* Customize the "Pay with Credit Card" button */
.button-credit-card {
  border-radius: 50px;
  box-shadow:
    0px 2px 8px rgba(0, 0, 0, 0.08),
    0px 1px 3px rgba(0, 0, 0, 0.04);
  height: auto;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-top: 16px;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg,#8E72FF -57.14%,#6E4EEC 125%);
  border: none;
  color: #fff;
}

.button-credit-card:hover {
  background: linear-gradient(180deg,#a791ff -57.14%,#856aef 125%);
  color: #fff;
}