
@font-face
{
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: local('Orbitron-Black'), url(http://themes.googleusercontent.com/static/fonts/orbitron/v3/FyvTORElv6iWeP2Jf9yG3YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

body
{
	background-color:#444;
	margin:0;
}

body, th, td, h1, h2, h3, h4
{
	font-family:arial;
	color:#ddd;
}

.green244,
.orderprice
{
	color:#a5ff00;
}

.ordername
{
	color:#A5FF00;
}

.orderpageprice,
.orderpageoldprice,
.multipageprice,
.multipageoldprice,
.store-button
{
	color:#FB142B;
	font-size:32px;
	font-weight:bold;
	text-shadow: 0 0 3px rgba(0,0,0,1);
}

.orderpageoldprice,
.multipageoldprice
{
	color:#ddd;
	font-size:22.5px;
}

.multipageprice,
.multipageoldprice,
.store-button
{
	font-weight:normal;
	font-size:16px;
}

.orderpageoldprice
{
	font-size:22.5px;
}

.multiPack
{
	font-size:30px;
}

.orderdetails
{
	color:#777;
}

.orderindie
{
}

.orderdesc
{
	font-size:12;
}

.buy-now
{
	background:transparent url('img/btn.png') 0 0 no-repeat;
	display:inline-block;
	margin:0 0px;
	padding:0;
	width:202px;
	height:56px;
}

.buy-now:hover{background-position:0 -66px;}

.buy-now-multi,
.buy-now-multi:hover
{
	background:transparent url('i/buy-red.png') 0 0 no-repeat;
	background-size: 150px 35px;
	display:inline-block;
	margin:0 0px;
	padding:0;
	width:150px;
	height:35px;
}
.buy-now-multi:hover
{
	background:transparent url('i/buy-red-hover.png') 0 0 no-repeat;
	background-size: 150px 35px;
}

img
{
	border-color:black;
}

a
{
	color:#ccc;
}

a:hover
{
	color:#A5FF00;
}

/*
h1:after
{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	border-radius: 0px;
}

h1:after { background: #ccc; }

h1 {
	color:#A5FF00;
	margin: 1em 0 .6em 0;
	padding: 0 0 0 20px;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	position: relative;
	font-size: 30px;
	line-height: 30px;
}

h1.top
{
	font-weight:bold;
	font-size:80%;
	color:#BBBBBB;
	margin-bottom:0;
}*/


h1{
	font-size:30px;
	text-shadow: 0 0 2px rgba(0,0,0,1);
	color:#A5FF00;
    background: transparent url('i/bgTitle.png') 0 0 repeat-x;
    background-position:100% 100%;
    position:relative;
    display: inline-block;
    margin:0 10px;
    height:40px;
    width:100%;
}

h1:before,h1:after {
    content:'';
    display: inline-block;
    position:absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background:inherit;
    background-position:100% 100%;
}
h1:before {
    left:-10px;
    background-position: 0 100%;
}

h2
{
}

h2.sunglasses
{
	margin-bottom:-2;
	color:#CCCCCC;
}


h3
{
	font-weight:bold;
	position:relative;
    margin:0 10px;
}

.featureDrm{
	position:absolute;
	top:350px;
	left:280px;
	width:30px;
	height:30px;
	display:block;
	z-index:3;
}

footerMsg
{
}

.nounderline{text-decoration:none;}
.nounderline:hover{text-decoration:underline;}
.nu{text-decoration:none;}
.nu:hover{text-decoration:underline;}
.nuh{text-decoration:none;}


.justify
{
	text-align:justify;
}


.indexLink
{
	font-family:arial;
	font-weight:bold;
}
.indexLink:hover{text-decoration:underline;}

.indexTitle
{
	font-size:150%;
	font-family:arial;
	font-weight:bold;
}

.indexTitleBig
{
	font-size:220%;
	font-family:arial;
	font-weight:bold;
}

.indexDesc
{
	font-family:arial;
}

.indexClass
{
	font-size:60%;
	font-family:arial;
	font-weight:bold;
	color:white;
	text-align:center;
}


.navF
{
	text-decoration:none;
	font-family: Orbitron, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
}
.navF:hover
{
    text-decoration:underline;
}

.pageTitleF
{
	font-weight:bold;
	font-size:large;
}
.sectionTitleF,
.orderTitle
{
	font-weight:bold;
	font-size:22px;
	color:#A5FF00;
	text-shadow: 0 0 2px rgba(0,0,0,1);
}
.orderTitle
{
	margin-left: auto;
	margin-right: auto;
}
.orderTable,
.multiTable,
.multiExtraTable
{
    border: 1px solid transparent;
    width:550px;
	padding:8px;
    background-color:#3c3c3c;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.multiTable
{
	width:316px;
	padding:5px;
	text-align:center;
}
.multiTable:hover
{
	/*border: 1px solid #ddd;	*/
}
.multiExtraTable
{
	width:980px;
	padding:8px;
}

.orderFeature
{
	width:30;
	height:30;
	border:0;
}

.imageEffects,
.orderImage,
.multiImage     
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-shadow: 0 0 4px rgba(0,0,0,1);
}

.orderImage
{
	width:550px;
	height:252px;
}

.multiImage
{
	width:300px;
	height:138px;
}

.luckyBundle
{
	width:200px;
	height:100px;
}

.sectionContent
{
    background-color:#3a3a3a;
    padding:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.headerInF
{
}

.store-button 
{
	text-align:center;
	text-decoration:none;
	width:68;
	height:30;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 4px;
    display: inline-block;
    background: none repeat scroll 0% 0% #3a3a3a;
    border: 1px solid #FB142B;
    position: relative;
    z-index: 30;
    cursor:pointer;
}

.store-button:hover
{
    border: 1px solid #fff;
    color: #fff;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:240px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #ddd;  color:#ddd;
    background:#333 url(i/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}

/*
table
{
	margin:0;
	border:0;
	border-style:solid;
	border-collapse:collapse;
	border-width:0;
}

td
{
	padding:4;
}
*/
.statsLevelLink
{
	font-size:70%;
}

.rowEven
{
    background-color:#555;
    height:30px;
    vertical-align:middle;
}

.rowOdd
{
    background-color:#4d4d4d;
    height:30px;
    vertical-align:middle;
}

.tableHeader
{
    height:30px;
    font-weight:bold;
    color:#444;
    background-color:#999;
	/*background-image:url("i/bgColumnBar.png");*/
	vertical-align:middle;
}

.newsDateF
{
	font-weight:bold;
	font-size:x-small;
	color:red;
	font-family:verdana;
}
.footerInF
{
    font-size:x-small;
    color:#000000;
    font-family:verdana;
}
.footerF
{
    font-size:x-small;
    color:#000000;
    font-family:verdana;
}
.mainDetailF
{
    font-size:x-small;
    color:#5a5ae7;
    font-family:tahoma;
    text-decoration:none;
}
.buyDetails
{
    font-size:xx-small;
    font-family:verdana;
	font-weight:bold;
}
.userQuotes
{
    font-size:xx-small;
    font-family:verdana;
}
.caption
{
    font-size:xx-small;
    color:#606060;
    font-family:tahoma;
	font-weight:bold;
}
.awardLink
{
	font-family:tahoma;
    font-size:xx-small;
}
.saleF
{
	font-weight:bold;
	font-size:medium;
	color:#ff0000;
	font-family:tahoma;
	text-decoration:none;
}
.New
{
	font-weight:bold;
	color:#ff0000;
}
.Updated
{
	font-weight:bold;
	color:#ff0000;
}
.orderingProcess
{
	font-size:smaller;
}
.screencap
{
	font-family:tahoma;
	font-size:xx-small;
	font-weight:bold;
	color:#888888;
}
.signUp
{
    font-size:xx-small;
    /*color:#606060;*/
    font-family:verdana;
}
.smallLinks
{
	font-weight:bold;
}
.copyright
{
    font-size:13px;
    color:#686868;
    text-align:right;
}

.pollQuestion
{
	font-weight:bold;
}
.pollOption
{
}
