/*System Style - DO NOT REMOVE!*/
body{
margin: 0px;
padding: 0px;
background:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:23px;
color:#3a3939;
}

.metro h1{
	color:#3a3939;
}
.metro h2{
	color:#3a3939;
}
.metro h3{
	color:#3a3939;
}
.metro h4{
	color:#3a3939;
}
.metro h5{
	color:#3a3939;
}
.metro h6{
	color:#3a3939;
}

#CMS_LOADER{
	background: rgba(255, 255, 255, 0.5) url('/images/system/gears.gif') no-repeat top center;
	padding-top: 80px;
	text-align : center;
	position: absolute;
	top: 230px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999999999;
	display: none;
}

.metro .carousel .markers li.active a {
  background-color: #ffffff;
}

.metro .carousel .markers li a {
  background-color: transparent;
  display: block;
  float: left;
  border: 1px #ffffff solid;
}

.metro .sidebar > ul li.active a {
	background-color:#1b6eae !important;
}

.metro .sidebar > ul > li > a:hover {
	background-color:#1b6eae !important;
}

.footer{
width:100%;
background: #141414 url('/images/system/footer_bg.gif') repeat-x top right;
padding-top: 15px;
text-align : center;
font-size: 12px;
color:#E4E4E4;
margin-top: 20px;
padding-bottom: 20px;
}

.footertable{
    border-spacing: 50px 10px !important;
    border-collapse: separate !important; 
    margin-top:20px !important; 
    margin-bottom: 20px !important; 
    margin-left: auto !important; 
    margin-right: auto !important; 
    text-align:center !important; 
    font-size: 14px;
}

.footertable td {
    text-align:center !important;
    padding:10px !important;
}

.footertable a{
    font-size: 18px !important;
}

.productitem{
width:250px; 
height: 400px; 
cursor: pointer;
float:left;
margin: 20px 25px 20px 25px;
border: 1px solid #fff;
color: #000;
}

.productitem:hover{
border: 1px solid #ccc;
box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
}

.productitem:hover > .productbuy{
	display: block;
}

.productitem:hover > .productprice{
	background: url(../images/system/productPrice.gif);
	color: #fff;
}

.productheader{
background: #ccc;
height: 40px;
overflow:hidden;
padding: 10px;
text-align: center;
font-size: 19px;

background: #1B6EAE;
	color: #fff;
}

.productpic{
 border: 1px solid #ccc;
height: 200px;
overflow:hidden;
padding: 10px;
text-align: center;
}

.productpic > img{
	margin:auto;
}

.productprice{
background: #ccc;
height: 40px;
overflow:hidden;
font-size: 19px;
padding: 10px;
text-align: center;
}

.productname{
 
height: 60px;
overflow:hidden;
padding: 10px;
font-size: 15px;
text-align: center;
}

.productbuy{
 display: none;
height: 60px;
overflow:hidden;
padding: 10px;
text-align: center;
}

.mainmenu{
	text-shadow: 0 0 10px #fff; 
	margin-bottom: 15px;
}

.CMS_SYSTEM_Loader_Main {
  width: 16px;
  height: 16px;
  margin-right: 25px;
}
.CMS_SYSTEM_Loader_Main .CMS_SYSTEM_Loader_circle {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: UpdateOrbit;
  animation-duration: 5.5s;
}
.CMS_SYSTEM_Loader_Main .CMS_SYSTEM_Loader_circle:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background: #1b6eae;
  /* Pick a color */
}
.CMS_SYSTEM_Loader_Main .CMS_SYSTEM_Loader_circle:nth-child(2) {
  animation-delay: 240ms;
}
.CMS_SYSTEM_Loader_Main .CMS_SYSTEM_Loader_circle:nth-child(3) {
  animation-delay: 480ms;
}
.CMS_SYSTEM_Loader_Main .CMS_SYSTEM_Loader_circle:nth-child(4) {
  animation-delay: 720ms;
}
.CMS_SYSTEM_Loader_Main .CMS_SYSTEM_Loader_circle:nth-child(5) {
  animation-delay: 960ms;
}
@keyframes UpdateOrbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}

.CMS_SYSTEM_LoaderDark_Main {
  width: 16px;
  height: 16px;
  margin-right: 25px;
}
.CMS_SYSTEM_LoaderDark_Main .CMS_SYSTEM_LoaderDark_circle {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: UpdateOrbit;
  animation-duration: 5.5s;
}
.CMS_SYSTEM_LoaderDark_Main .CMS_SYSTEM_LoaderDark_circle:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background: #1ba1e2;
  /* Pick a color */
}
.CMS_SYSTEM_LoaderDark_Main .CMS_SYSTEM_LoaderDark_circle:nth-child(2) {
  animation-delay: 240ms;
}
.CMS_SYSTEM_LoaderDark_Main .CMS_SYSTEM_LoaderDark_circle:nth-child(3) {
  animation-delay: 480ms;
}
.CMS_SYSTEM_LoaderDark_Main .CMS_SYSTEM_LoaderDark_circle:nth-child(4) {
  animation-delay: 720ms;
}
.CMS_SYSTEM_LoaderDark_Main .CMS_SYSTEM_LoaderDark_circle:nth-child(5) {
  animation-delay: 960ms;
}
@keyframes UpdateOrbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}

.wrapper{
width: 1200px; 
margin:auto;
/*background: #fff;*/
}

.headwrapper{
height: 120px;
}

.wrapperbig{
width: 100%;
margin:auto;
/*background: #fff;*/
}

.headwrapperbig{
height: 60px;
}

.fullscreenwrapper{
width: 100%;
margin:auto;
padding: 10px;
}

.ProductviewPriceFrame{
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	width: 320px;
	text-align: left;
	margin-right: 20px;
}

.BundleBoxSmall{
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	width: 320px;
	text-align: left;
	margin-right: 20px;
	font-size:22px;
	margin-bottom: 10px;
}

.ProductviewTop{
	font-size: 15px;
	margin-left: 450px;
}

.ProductviewDesc{
	font-size: 14px;
	margin: 20px;
}

.viewfilter{
	margin-right: 20px;
}

.headbox{
	width: 400px;
	height: 100px;
}

.headboxm{
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}

.headboxbig{
	left: 400px;
	right: 400px;
	position: absolute;
}

.left{
	float:left;
}

.center{
	margin:auto;
}

.right{
	float:right;
}

.slideinfotop{
	width: 380px; 
	height: 140px; 
	margin-bottom: 20px; 
	margin-left: 20px; 
	padding: 10px;
	overflow:hidden;
}

.slideinfobottom{
	width: 380px; 
	height: 140px; 
	margin-left: 20px;  
	padding: 10px;
	overflow:hidden;
}

.clearfloat{
	clear: both;
}

.HighLightTextFrame{
margin-left: 350px;
}

#CartLoadFrame{
	margin: 10px; 
}

.CartCheckoutRightFrame{
	margin-left: 350px;
	font-size: 16px;
}

.CartPImg{
	width: 150px; 
	padding: 10px; 
	height: 120px;
	overflow: hidden;
}

.CartPImg > img{
	margin:auto;
}

.CartPDesc{
	height: 120px;
	padding: 10px; 
}

.CartPPrice{
	height: 120px;
	width: 200px;
	padding: 10px; 
}

.CartPCounter{
	height: 120px;
	width: 200px;
	padding: 10px; 

}

.CartPDescHeader{
	padding: 10px; 
}

.CartPPriceHeader{
	width: 200px;
	padding: 10px; 
}

.CartPCounterHeader{
	width: 200px;
	padding: 10px; 
}

.CartList{
	margin-right: 320px;
}

.CartPriceFrame{
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
	text-align: left;
	color: #1B6EAE;
	font-size: 14px;
}

.CartPriceFrame > .table > tbody > tr > td{
	color: #1B6EAE;
	font-size: 19px !important;
}

.ProductviewImageFrame{
width: 420px; border: 1px solid #eee; padding: 10px; margin-right: 20px;
}

.ProductviewImageFrame > img{
	margin:auto;
}

.ProductlistFilterFrame{
width: 270px; border: 1px solid #eee; padding: 10px;
}

.ProductlistMainFrame{
border: 1px solid #eee;
margin-left: 290px;
margin-right: 20px;
}


.productitemmed{
width:400px; 
height: 640px; 
cursor: pointer;
float:left;
margin: 30px 20px 30px 20px;
border: 1px solid #fff;
border: 1px solid #ccc;
box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
color: #000;
}

.productitemmed:hover > .productpricemed{
	background: url(../images/system/productPrice.gif);
	color: #fff;
}

.productheadermed{
height: 40px;
overflow:hidden;
padding: 10px;
text-align: center;
font-size: 19px;

background: #1B6EAE;
color: #fff;
}

.productpicmed{
border-bottom: 1px solid #ccc;
height: 250px;
overflow:hidden;
padding: 10px;
text-align: center;
}

.productpicmed > img{
	margin:auto;
}

.productpricemed{
height: 40px;
overflow:hidden;
font-size: 19px;
padding: 10px;
text-align: center;
background: #ccc;
color: #000;
}

.productnamemed{
height: 245px;
overflow:hidden;
padding: 10px;
font-size: 15px;
text-align: left;
color: #000;
}

.productbuymed{
height: 60px;
overflow:hidden;
padding: 10px;
text-align: center;
color: #000;
}


.productitembig{
cursor: pointer;
margin: 30px 25px 30px 25px;
border: 1px solid #ccc;
box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
color: #000;
}


.productitembig:hover > .productpricebig{
	background: url(../images/system/productPrice.gif);
	color: #fff;
}

.productheaderbig{
height: 40px;
overflow:hidden;
padding: 10px;
font-size: 19px;
text-align: left;
background: #1B6EAE;
color: #fff;
}

.productpicbig{
border: 1px solid #ccc;
width: 400px;
overflow:hidden;
padding: 10px;
margin:10px;
float: left;
margin-bottom: 200px;
}

.productpicbig > img{
	margin:auto;
}

.productpricebig{
height: 40px;
overflow:hidden;
font-size: 19px;
padding: 10px;
text-align: right;
background: #ccc;
color: #000;
}

.productnamebig{
overflow:hidden;
padding: 10px;
font-size: 19px;
width:592px;
float:right;
margin-bottom:5px;
color: #000;
}

.productdescbig{
padding: 10px;
margin: 20px;
margin-left: 420px;
color: #000;
}

.productbuybig{
height: 60px;
overflow:hidden;
padding: 10px;
text-align: center;
}

.inputerror{
border-color: #E51400 !important;
}

.loginmsg{
border: 1px solid #7AD61D;
text-align:center;
padding: 10px;
}

.bg-greylight{
    background-color: #EEEEEE !important;
}

.element-divider-dropdown{
    border-bottom: 1px #6E6E6E solid !important;
    height: 1px;
    
}

.ControlCenterMenuFrame{
width: 280px; 
position: absolute;
top: 45px;
left:0px;
bottom: 75px;
}

.ControlCenterMainFrame{
padding:10px;
position: absolute;
top: 45px;
left: 280px;
bottom: 75px;
right: 0px;
overflow:auto;
}
.ControlCenterFooter{
position: absolute;
height: 75px;
left:0px;
bottom: 0px;
right:0px;
width:100%;
background: #141414 url('/images/system/footer_bg.gif') repeat-x top right;
padding-top: 5px;
text-align : center;
font-size: 12px;
color:#E4E4E4;
margin-top: 20px;
padding-bottom: 20px;
}

.indexmsg{
	border: 5px solid #008A00;  
	border-radius: 5px;
	padding:10px 10px 10px 10px;
	margin:10px 0px 10px 0px;
	font-size: 18px;
}

.CC_GameServer_Widget{
	width: 540px;
	height: 380px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
	overflow: none;
	float: left;
	background-color: rgba(255, 255, 255, 0.1);
}

.CC_GameServer_Widget2{
	width: 540px;
	height: 440px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
	overflow: none;
	float: left;
	background-color: rgba(255, 255, 255, 0.1);
}

.CC_GameServer_Widget_IMG{
	width: 500px;
	margin-left: auto;
    margin-right: auto;
}

.CC_GameServer_Widget_popover{
	width: 498px;
	height: 100px;
	z-index: 9999999 !important;
	position: absolute !important;
}

.CC_Widget{
	width: 540px;
	height: 380px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	background-color: rgba(255, 255, 255, 0.1);
}

.CC_Widget2{
	width: 540px;
	height: 435px;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	background-color: rgba(255, 255, 255, 0.1);
}

.CC_Widget_IMG{
	width: 500px;
	margin-left: auto;
    margin-right: auto;
}

.CC_Widget_popover{
	width: 498px;
	height: 100px;
	z-index: 9999999 !important;
	position: absolute !important;
}

#GameServerConsole{
	width: 100%;
	height: 400px;
	resize: none;
	overflow: auto;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
}