﻿@charset "UTF-8";
/* 
	Codejunkies
	by Neil Ratcliffe and Stephen grice
	Datel Design 2011

	Version 1.3
*/

/* Resetting Browser-Set Defaults */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd,ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
    padding:0;
}


ul, li 
{

	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* Default Body Styles */
body {  background:#fff; font-family:Lucida Sans Unicode,Lucida Grande,LucidaGrande,Lucida Sans,Geneva,Arial,sans-serif; color: #333; font-size: 12px;}
.hidden { display:none; }
.clear { clear:both;}
a { text-decoration:none; /*color:#f80000;*/ color:#216592; }
a:hover { color:#000;  }
p { padding:5px 0; }
.Spacer { height:150px; }


/* Container - Centered */
#Container { position: relative; padding:0; }
#ContainerTop { position: relative; padding:25px 0 25px 0;  }
#ContainerWhite { position: relative; padding:25px 0 25px 0; color:#000000;  }
#ContainerBlack { position: relative; padding:25px 0 25px 0; background:#000; color:#FFF;  }
#ContainerGrey { position: relative; padding:25px 0 25px 0; background: url("images/bg.png") repeat scroll 0 0 #000000; color:#fff; }


.centerTop {background:#000;margin:0 auto -75px auto;padding:20px;width:960px; position:relative; overflow:visible; top:200px; z-index:1000;
-moz-border-radius-topleft:15px; -moz-border-radius-topright:15px; }
.centerBlack { margin:0 auto -75px auto;padding:20px;width:960px; position:relative; overflow:visible;}
.center { margin: 0px auto; width: 960px;  }

/* Index Bottom */
.Col3 {float:left; Margin:20px 0 10px 0;width:288px; border-left:#000000 solid 1px; border-right:#6b6b6b solid 1px; padding:0 20px; min-height:370px;}
.Col3 h3 { padding:10px 0 10px 0;}
.Col3Left { padding:0 20px 0 0; border-right:#6b6b6b solid 1px; border-left:none;}
.Col3Right {  padding:0px 0 0px 20px; border-left:#000000 solid 1px; border-right:none; }
.Col3Right p { font-size:11px; }
.Col190 { width:190px; float:left; }
.Col770 { width:770px; float:left; }

h1, h2, h3, h4 { padding:15px 0 5px; margin:0; }
h1 { font-size:32px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 {font-size:16px;  }

/* Header Nav */
/*#Header { height:128px; background:url(images/cj_bar.png) 0 0px repeat-x; border-top: 2px solid #000;}*/
#Header {
    height:77px;
    background: #33ccff; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33ccff), color-stop(100%,#2085c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #33ccff 0%,#2085c7 100%); /* Chrome10+,Safari5.1+ */
background: -ms-linear-gradient(top,  #33ccff 0%,#2085c7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #33ccff 0%,#2085c7 100%); /* W3C */

background: rgba(51,204,255,1);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,204,255,1)), color-stop(100%, rgba(32,132,199,1)));
background: -webkit-linear-gradient(top, rgba(51,204,255,1) 0%, rgba(32,132,199,1) 100%);
background: -ms-linear-gradient(top, rgba(51,204,255,1) 0%, rgba(32,132,199,1) 100%);
background: linear-gradient(to bottom, rgba(51,204,255,1) 0%, rgba(32,132,199,1) 100%);

}


#Header .CatNav li {  float:right;  }
#Header ul.CatNav {  list-style:none; float:right; width:630px; }
#Header .CatNav a {  display:inline-block; text-decoration:none; color:#FFFFFF; letter-spacing:-0.5px; font-size:16px; padding:70px 0 0 0; line-height:0; background:url(images/main.png) 0 15px repeat-x; height:0px; width:65px; text-align:center; height:20px;}
#Header .CatNav a.PSP { background:url(images/main.png) 0px 15px repeat-x; }
#Header .CatNav a.PSP:hover { background:url(images/main.png) 0px -83px repeat-x; }
#Header .CatNav a.DS { background:url(images/main.png) 194px 15px repeat-x; }
#Header .CatNav a.DS:hover { background:url(images/main.png) 194px -83px repeat-x; }
#Header .CatNav a.PS2 { background:url(images/main.png) 582px 15px repeat-x; }
#Header .CatNav a.PS2:hover { background:url(images/main.png) 582px -83px repeat-x; }
#Header .CatNav a.PS3 { background:url(images/main.png) 506px 15px repeat-x; }
#Header .CatNav a.PS3:hover { background:url(images/main.png) 506px -83px repeat-x; }
#Header .CatNav a.GCN { background:url(images/main.png) 428px 15px repeat-x; }
#Header .CatNav a.GCN:hover { background:url(images/main.png) 428px -83px repeat-x; }
#Header .CatNav a.Xbox { background:url(images/main.png) 349px 15px repeat-x; }
#Header .CatNav a.Xbox:hover { background:url(images/main.png) 349px -83px repeat-x; }
#Header .CatNav a.Xbox360 { background:url(images/main.png) 272px 15px repeat-x; }
#Header .CatNav a.Xbox360:hover { background:url(images/main.png) 272px -83px repeat-x; }
#Header .CatNav a.Wii { background:url(images/main.png) 119px 15px repeat-x; }
#Header .CatNav a.Wii:hover { background:url(images/main.png) 119px -83px repeat-x; }
#Header .CatNav a.Gadgets { background:url(images/main.png) 56px 15px repeat-x; }
#Header .CatNav a.Gadgets:hover { background:url(images/main.png) 56px -83px repeat-x; }
#Header .CatNav a:hover { color:#000000;}


/*#Header h1.CjLogoEuro { float:left; padding:0; text-indent:-99999px; background:url(images/main.png) -9px -361px repeat-x; width:300px; height:65px; margin:2px 0 0 0; }*/
    #Header h1.CjLogoEuro {
        float: left;
           padding: 10px;
    }

#Header ol.SubNav { list-style:none; float:left; }

#Header ol.SubNavRight { list-style:none; float:right; }

#Header .SubNavWrapper { /*float:left; width:930px;*/ padding:4px 0px 2px 0px; clear:both;height:20px;background-color:#1a1a1a;} 
#Header .SubNav li, #Header ol.SubNavRight li  { display:inline; }


#Header .ShopCart { float:right; font-size:20px;color:#FFFFFF;padding:10px;}
#Header .ShopCart a{ color:#ffffff;padding-left:10px;padding-right:10px;}
#Header .ShopCart a:hover{ color:#000;}
#Header .SubNavWrapper a{
       padding:2px 10px; font-size:14px;color:#FFFFFF;
       font-family: 'Fjalla One', sans-serif;
}


#Header .SubNavWrapper a:hover{
  color:#00b9ff;
}


 a.button, a#blogReadMore { color:#FFFFFF; text-decoration:none; padding:2px 10px; font-size:14px; background:url(images/main.png) 0px -315px repeat-x  #5A5A5A;
-moz-border-radius: 15px; -webkit-border-radius: 15px; -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5); }

a.button:hover {  background:url(images/main.png) 0px -315px repeat-x #b40000;}

a#blogReadMore { float:right; margin:5px 0; }
a#blogReadMore:hover { background:url(images/main.png) 0px -315px repeat-x #b40000;}

/* Mulit Hero */ 
.Shadow { background:url(images/main.png) 0px -274px repeat-x; height:30px;/* position:absolute;*/ width:100%; z-index:25; }
#HeroInfo { position:relative; height:250px; }
#ScrollerHeader { height:250px;  overflow:hidden; left:0; width:100%; z-index:1; /*position:absolute; top:130px; */}
#ScrollerHeader .inner { margin:0 auto; position:relative; height:1000px;}
#ScrollerHeader .slides { width:100%; height:250px; background-position: 50% 0; cursor:pointer; background-repeat:no-repeat;  }



.centerHero p { width:300px; font-size:16px;  }
.centerHero {  margin: 45px auto 0 auto; width: 950px;}
.centerHero h2 { padding:0; }
.BlackBg { background:#2d2d2d; color:#fff; padding:4px 10px ; }
.WhiteBg { background:#fff; color:#2d2d2d; padding:4px 10px; }
#ScrollerNext { }
#ScrollerPrev { }
#ScrollerNav { }

 /* Colours */
 h1.black , h2.black, h3.black, h4.black, h5.black, p.black, ul.black { color:#333333 }
.red { /*color:#ff0000;*/
color:#00bcff;} 
.clsCommentsAuthor{font-size:small;	color:White;}

/* Blog Post */
.BlogCenter { float:left;padding:0 10px 0 0;width:720px; } 
td.postFooter  { border-top:2px solid #2D2D2D;padding:0; }
.post { padding: 0 0 20px 0;}
.post img{ float:left;padding:0 15px 15px 0; } 
.post h2 { background:#e7e7e7;margin:0 0 8px;padding:10px 15px 8px; border-top:1px solid #e7e7e7; }
.post h4, .post h3 { padding: 0 0 5px 0; } 
.post p { padding:5px 0 0 0; font-size:12px; }
.postdate { }
.BlogPage a { color:#f00000;  }
.BlogPage h4.button a { color:#FFFFFF; text-decoration:none; padding:2px 10px; font-size:14px; background:url(images/main.png) 0px -315px repeat-x  #5A5A5A;
-moz-border-radius: 15px; -webkit-border-radius: 15px; -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5); float:right; margin:10px 0 0;}
.BlogPage a:hover {color:#ba0000;text-decoration:underline;}
.BlogPage .postDate { font-size:16px; float:right; } 
.BlogPage  .sidebarText a { letter-spacing:-0.2px; padding:5px 10px; float:left; min-height:20px; width:181px; font-size:11px; border-top:1px solid #161616;border-left:3px solid #555555;border-bottom:1px solid #2D2D2D; }
.BlogPage  .sidebarText a:hover { border-left:3px solid #F00000; color:#000; text-decoration:none;background:#e7e7e7; padding:5px 8px 5px 12px; }
.BlogPage  .sidebarHeading  h3 { background:#e7e7e7;border-left:3px solid #555555;border-top:1px solid #555555;float:left;margin:20px 0 0;padding:5px 0 0 11px;width:190px;}
h4.Blog { position:absolute; padding:10px 0 0 5px; } 

/* New Shopping Cart page 2010  */
#carttitlePage { float:left; width:900px; padding:10px 10px 0;}
#carttitlePage .red { /*color:#FF0000;*/ color:#00bcff; }
#carttitlePage .cartsubtitle { float:left; padding:19px 0 0 12px;   } 
#carttitlePage h1 { font-size:220%; }
#carttitlePage h3 { padding:3px 0 0; font-size:130%; }
#cartPage{ float:left; width:960px; padding:0;  } 
#cartPage .cartitemimage img { padding:3px 20px 5px 10px; }
#cartPage .cartitemimage { float:left; padding:0 0 4px;position:relative; } 
#cartPage .cartsku, a .cartsku { float:left; color:#FFFFFF; font-size:90%; padding:26px 0px 4px 0px;} 

#cartPage .cartproductname { float:left; clear:both; font-size:110%; } 
#cartPage .cartitemdescription { float:left;  }
#cartPage .productcolumn td, .productcolumn { border-bottom:#1a1a1a 1px solid; vertical-align:middle; } 
#cartPage th  { border-bottom:#00bcff 1px solid; font-size:130%;  padding: 0 8px 6px; } 
#largecartfooter { float:left; width:960px; padding:0; }
#largecartfooter .cartupdates { padding:14px 0 0 0; }
#largecartfooter .cartupdates input {     margin: -8px 0; position: absolute;}
#largecartfooter .carttotals { float:right; font-size:180%; padding: 10px 0; }
#cartactionsPage { float:left; width:960px; padding:28px 0; border-top:2px solid #e7e7e7; } 
#cartactionsPage .cartactioncontinue  { float:left; font-size:190%; padding:0; }
#cartactionsPage .cartactioncheckout { float:right; padding:0; width:420px; } 
#cartactionsPage .or { float:right; padding:23px 27px 23px 19px;}
#cartactionsPage .PayPalCheckout { float:left; padding:13px 0 0;}
#cartactionsPage .CjCheckout { float:right; } 
#cartactionsPage h2 { font-size:190%; padding:0 0 20px; text-align:right;}
#cartcouponsPage { text-align:right; float:right; width:960px; border-top:2px solid #e7e7e7; }
#cartcouponsPage .btn input {   margin: 0 0 -5px; padding: 8px 0 0;  }

/* Pager 2010 */
.pager { float:right; width:960px; }
.pager ul { list-style-type:none; font-size:90%; padding:0;  margin:0px 9px 0;  }
.pager li.current a { color:#000; }
.pager li { float:left; padding:0 6px 2px;background:#ececec; }


.AddImages { float:left; border:none; margin:4px 0 0 2px; background:url(images/Buttons/MoreImages.png) no-repeat; margin:-18px 0 0 2px; padding:37px 0 0 0;   } 
.AddImages img { }
.AddImages a { padding:0 2px 0 0; }
#EmailThisPage { }
#CategoryList{ float:left;  margin:0; padding:0; }
#CategoryList .recordimage { margin:0 20px 5px 0px; float:left;  }
#CategoryList a { color:red; text-decoration:none; }
#CategoryList ul { font-size:80%; display:block; margin:0; padding:0; }
#CategoryList li { padding-bottom:15px; list-style-type:none; text-align:left; width:440px; float:left; }
#CategoryList .recordname { display:block; font-size:150%;  float:left;  width:320px; }
#CategoryList .variantprice { display:block; font-size:120%;  float:left;  width:320px; padding:2px 0;  }
#CategoryList .Stock { color:#999999; float:left;  width:320px; padding:0 0 4px; } 
#CategoryList .ShortDes  { font-size:100%; float:left; width:320px; font-size:10px; } 
#CategoryList .ShortDes p { padding:0; margin:0;  }
#CategoryList .recordcontrols { display:block; float:left;  width:320px; padding:0 0 5px;  }
#CategoryList .ListPrice, #CategoryList .ListPrice a { color:#FFFFFF; font-size:100%;  } 

.sidebarAccouncement { margin:15px; width:410px; float:left; }
.sidebarAccouncement .title { font-size:110%; border-bottom:1px solid #1a1a1a; } 
.sidebarAccouncement p {font-size:90%;}

#center { float:left; display:inline; width:500px; margin:0; padding:0 0 0 15px; }
#center .Prices { font-size:200%; font-family:"Myriad Pro",Lucida Sans Unicode,Lucida Grande,LucidaGrande,Lucida Sans,Geneva,Arial,sans-serif; }
#center .Prices input { margin:0 0 -7px; }
/*#center .Prices input:hover { margin:0 0 -6px; }*/
#center .WasPrice { float:left; text-decoration:line-through;  }
#center .ShortDes { font-size:120%; line-height:24px; font-weight:bold; }
#center  .FullDes hr { background:#333333; height:1px; border:0; border-bottom:#484848; } 
#center .StockSaveBar{ padding:3px 0 10px; }
#center .productSubTitle { border-bottom:1px solid #e7e7e7; clear:both; float:left; font-size:120%; font-weight:normal; margin:10px 0; padding:0 0 6px; width:100%; }
.IndexBoxheader {font-size:140%;margin-bottom:10px;}
#indexheader {  width:920px; padding:4px 0 0 0;  }
#indexheader h1 { font-size:300%; letter-spacing:-2.0px;  } 
#indexCon {}
#indexright { background: url("images/bg.png") repeat scroll 0 0 #000000; color:#fff; }
#indexCon .CheatLinks { display:block;  float:left; background:url(images/Top5Images/Bg_Black_fadder.png) no-repeat; margin:5px 0 0;  padding:5px 0; }
#indexCon .Top5Cheats { float:left; width:220px; float:left; padding:0px 0 0 10px; } 
#indexCon .Top5Cheats h2 { padding:7px 0 5px; font-size:170%; } 
#indexCon .Top5Cheats ul { margin:0px; padding:0 0 10px; float:left; list-style:none; font-size:88%; width:200px; letter-spacing:-0.3px;  }
#indexCon .Top5Cheats li { margin:0; padding:0; } 
#indexCon .Top5Cheats li a { color:#FFFFFF; } 
#indexCon .Top5Cheats li a:hover { color:#CCCCCC; }
#indexCon .Top5Cheatslinks {  float:left; width:200px; display:none; } 
#indexCon .Top5Image { float:left; } 
#indexCon .Top5Header { float:left; padding:5px 0px 5px 0px; } 
#indexCon h1, #indexCon h3,#indexCon h4,#indexCon h2, #indexCon h5 { padding:0;} 
#indexCon h4 { font-size:14px;}
#indexCon .TopProdcts  { display:block; width:920px; float:left; background:url(images/Top5Images/Bg_Black_fadder.png) no-repeat #000000; margin:10px 0;  padding:5px 0;  }
#indexCon .TopProdcts h5 { font-size:130%; padding:5px 0 10px 15px; }

#indexheader .videoFloat { left:627px; position:absolute; top:166px;}
#indexheader .ListHeader {   }
#indexheader .NewCodeBox { left:33px; position:absolute; top:166px; font-size:90%; top:200px; line-height:16px; } 
#indexheader .UpdateCodeBox { left:281px; position:absolute; top:166px; font-size:90%; top:200px; line-height:16px;  }
#indexheader .headerInfoOverlay { position:absolute;  }
#indexheader .headerInfoOverlay h1 { font-size:250%; background:#000; padding:3px; padding:3px 10px 3px 15px; }
#indexheader .headerInfoOverlay h2 { background:#fff; padding:3px; padding:3px 10px 3px 15px; color:#93cd46; margin:0; clear:both; float:left; font-weight:400; font-size:150%; }
#indexheader .headerInfoOverlay h3 { background:#fff; padding:3px; padding:3px 10px 3px 15px; color:#000;  margin:0; clear:both; float:left;font-weight:400; letter-spacing:-0.5px; }
#indexheader .headerInfoOverlay h4 {  color:#000; margin:0; font-weight:400; }
#indexheader .headerInfoOverlay .features {background:#fff; padding:3px; padding:3px 10px 3px 15px; color:#93cd46; margin:0; clear:both; float:left; font-weight:400; }
#indexheader .headerInfoOverlay ul { letter-spacing:-0.5px; clear:both; float:left; padding:0; margin:0; list-style-position:inside; }
#indexheader .headerInfoOverlay li { background:#fff; list-style-type:square; color:Black; clear:both; float:left; font-weight:400;  margin:0; padding:3px 10px 3px 15px; }


#indexCon {}
#indexCon .productgrid { float:left; width:760px; }
#indexCon .productgridlink  { padding:110px 10px 0 0; position:absolute; text-align:center; width:150px; }
#indexCon .productgridprice { padding:145px 10px 0 0; position:absolute; text-align:center; width:150px; }
#indexCon .productgridlink a { color:#FFFFFF;  letter-spacing:-0.8px; }
#indexCon .productgridlink a:hover { color:#666666; }
#indexCon .productInfo p {font-size:12px;margin-top:-7px;overflow:auto; text-align:left; margin:0; padding:0;color:#2d2d2d;}
#indexCon .productInfo p a { color:#2d2d2d;  }
#indexCon .productgrid ul { padding:0; display:inline;   }
#indexCon .productInfo {  height:42px;padding:5px 0 0;} 

#indexCon .productText {display:block;overflow:auto; padding:0; width:180px; z-index:1;}
#indexCon .productText p {font-size:12px;margin-top:-7px;overflow:auto; text-align:left; margin:0; padding:0;/*text-indent:2px !important;*/ }
#indexCon .productText p span{font-size:11px; text-align:left; margin:0; padding:0; letter-spacing:-0.2px;}
#indexCon h4.productInfo { padding:3px 0 5px; width:170px; }
#indexCon h4:hover span { color:#fff; }

#indexCon .blockcontent li { float:left; width:180px; min-height:245px; padding:20px 5px 20px 0; background:url(/Images/products/FrontPage/Awating.jpg) 0px 20px  no-repeat; }
#indexCon .blockcontent p { padding:3px 0; } 
#indexCon .blockcontent .productInfo  { background:none; }
#indexCon .blockcontent p.price  { text-indent:0px; padding:3px 0;  font-size:15px; white-space:nowrap; }

/* Mailing Sign up */
.mailinglistsignupform { padding:16px 0 0 16px; margin:25px 0px; height:85px;  background:url(images/news_letter.png) no-repeat; } 
.mailinglistsignupform .Instructions{ float:left;font-size:9px;line-height:18px;padding:11px 0 0; }
input.EnterMail { border:0 none;margin:12px 0 0 4px; width:128px; }
span.errormessage { position:absolute; }
.mailinglistsignupform h4 { font-size:26px; }
input.GoMail  { margin:0px 0 -6px 1px; }
.FrontPageConsole img { padding: 0 0 4px 0; }

.multimailinglistsignupform { padding:16px 0 0 16px; margin:0px; background:url(images/multinewsletter.png) no-repeat;height:300px; } 
.multimailinglistsignupform .Instructions{ float:left;font-size:9px;line-height:18px;padding:11px 0 0; }
.multimailinglistsignupformLnk  a,multimailinglistsignupformLnk:hover,.multimailinglistsignupformLnk:visited{ text-decoration:underline; color:#333;}

/* New Arrivals Front Page Block */
#indexCon  .newArrivalgrid, #indexCon  .mailinglistsignupform { width:190px; float:left;  }
#indexCon  .newArrivalgrid, #indexCon  .multimailinglistsignupform { width:190px; float:left;  }
#indexCon  .newArrivalgrid  li { background:url(images/NA_bg.png);min-height:70px;padding:5px 0 5px 11px;width:179px; }
#indexCon  .newArrivalgrid ul  { list-style:none; float:left; padding:0 0 10px 0; background:url(images/NA_bg_bottom.png) repeat center bottom; } 
#indexCon  .newArrivalgrid h3 { background:url("images/NA_bg_top.png") repeat scroll 0 0 transparent;float:left;font-size:24px;height:26px;padding:23px 47px 10px 10px;width:144px; }
#indexCon .newArrivalgrid p.price { position:absolute; font-size:12px;padding:20px 0 0 7px; letter-spacing:-0.6px;color:#000;   }
#indexCon  .newArrivalgrid h4  { position:absolute; padding:2px 0 0 8px;  color:#000; }
#indexCon  .newArrivalgrid img.lastproductsviewed { float:left; padding:6px 0 0 106px;}
#indexCon .newArrivalgrid p.Details {position:absolute; padding:40px 0 0 7px; color:#000;  } 
#indexCon .newArrivalgrid p.Details:hover { color:#2d2d2d; }



/* Top Codes Block */
.TopCodesBlock {} 
.TopCodesBlock li { border-bottom:solid 1px #8c8c8c; border-left:3px solid #2D2D2D; padding:4px 0px 4px 5px;} 
.TopCodesBlock li a { line-height:9px; }
.TopCodesBlock li a:hover { text-decoration:underline; }
.TopCodesBlock ul { list-style:none; font-size:11px;} 
.TopCodesBlock .console  { font-size:10px; }

/* Product Crousel */
.infiniteCarousel { width: 395px;position: relative; top:30px;}
.infiniteCarousel .wrapper { width: 315px;overflow: auto; min-height: 19em; margin: 0 40px; position: absolute; top: 0; width:376px;}
.infiniteCarousel ul a img { border: 5px solid #000;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.infiniteCarousel .wrapper ul {width: 9999px; list-style-image:none; list-style-position:outside; list-style-type:none;  margin:0; padding:0;  position: absolute;  top: 0;  }
.infiniteCarousel ul li {  display:block;  float:left;  padding: 10px;  height: 85px;  width: 85px;}.infiniteCarousel ul li a img { display:block;}
.infiniteCarousel .arrow { display: block; height: 36px; width: 37px; background: url("Images/buttons/carousel_arrows.png") no-repeat 0 0;text-indent: -9999px;position: absolute;top: 37px;cursor: pointer;}
.infiniteCarousel .forward {background-position: -25px 5px;right:  -69px;}
.infiniteCarousel .back { background-position: 11px 5px;left: 0;}


.FPinfiniteCarousel {width:400px; float:left;}
.FPinfiniteCarousel .wrapper { overflow: auto; min-height:400px; margin: 0 40px; position: absolute; width:670px;}
.FPinfiniteCarousel ul a img{ border: 5px solid #fff;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.FPinfiniteCarousel ul a img:hover { border: 5px solid #d5d5d5;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.FPinfiniteCarousel .wrapper ul {width: 9999px; list-style-image:none; list-style-position:outside; list-style-type:none;  margin:0; padding:0;  position: absolute;   }
.FPinfiniteCarousel ul li {  display:block;  float:left;  height: 88px; text-align:center;   width:112px;}
.infiniteCarousel ul li a img { display:block;}
.FPinfiniteCarousel .arrow { display: block; height: 36px; width: 37px; background: url(Images/buttons/carousel_arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer;}
.FPinfiniteCarousel .forward {background-position: -25px 5px;margin:60px 0 0 730px;position:absolute;}
.FPinfiniteCarousel .back { background-position: 11px 5px; margin:60px 0 0 0px;position:absolute;}
#indexCon  .FPinfiniteCarousel p.price { color:#000; text-align:center; }
.FPinfiniteCarousel h4 { text-align:center; }

/* Carousel */
#CrossSellCarousel { height:400px; float:left;  display:inline; margin:0; padding:10px 0 10px 0; border-top:1px solid #e7e7e7; margin:10px 0; width:460px;  }
#CrossSellCarousel h3 { color:#FFFFFF; font-size:150%; }
#CrossSellCarousel  ul { font-size:80%; display:block; margin:0 0 0 10px; padding:0; }
#CrossSellCarousel  li { padding-bottom:10px; list-style-type:none; text-align:left; width:112px;float:left;display:inline; height:250px; margin:0px; }
#CrossSellCarousel  .recordname { display:block; float:left; width:100px; min-height:45px; }
#CrossSellCarousel  .variantprice { display:block; float:left; margin-bottom:4px; width:100px; }
#CrossSellCarousel  .recordcontrols { display:block; float:left; width:100px; }
#CrossSellCarousel  .recordimage { float:left; margin:9px 0 5px 0;}


#ProductCategoryWebDescription {text-align:justify;padding:0 10px;}
.RelatedProductsBoxStyle {font-size:90%;text-align:left;}

#headerspacer {width:920px;left:30px;float:left;margin-top:15px;height:150px;}
#flashheader {left:15px;margin-top:0;position:absolute;z-index:9;}
 
#categoryWebDescription {width:500px;position:absolute;left:30px;margin-top:4px;font-size:90%;height:140px;z-index:10;}
#categoryWebDescription h3 { font-size:14px; }

/* Product Carousel End */
.BackgroundImage { width:100%; height:1000px; z-index:-1;  position:fixed; left:0; top:0px; } 
.Price {font-size:110%;font-weight:bold;display:block;float:left;padding-right:100px;}
#CatPageRight h1, .CatCodeSearch h1 {font-size:180%; float:left;display:block; text-align:left;margin: 0px;padding: 10px 0; font-weight:normal;}


/* New Catergories 2010 - Codejunkies V2  */ 
#CategoryGrid li { width:220px; float:left; padding:10px; min-height:310px; }
#CategoryGrid ul { list-style:none; }
#CategoryGrid p { font-size:11px; color:#414141; padding:0; }
#CategoryGrid h4 { padding:10px 0 0 0; }

/* Home Page Product Grid */
#HomePageFeatures { float:left; padding:20px 10px 20px 20px; background:url(images/FP_bg.png) no-repeat;  }

/* Product Bar */
#HomePageFeatures .ProductBar,  #CategoryGrid .ProductBar { font-size:11px; background:none repeat scroll 0 0 #2D2D2D;height:32px;position:absolute; }
#HomePageFeatures .ProductBar {margin:0;padding:0 0 0 0;width:160px;}
#CategoryGrid .ProductBar  {margin:107px 0 0 45px;padding:0 0 0 0;width:160px; }
#HomePageFeatures .recordcontrols { position:absolute; padding:0px 0 0 96px; }
#CategoryGrid .recordcontrols { position:absolute; padding:0px 0 0 96px; }
#HomePageFeatures .variantprice,   #CategoryGrid .variantprice { position:absolute; padding:7px 0 0 48px; color:#fff; }
#HomePageFeatures .PLink,  #CategoryGrid .PLink { position:absolute; margin:6px 0 0 6px;padding:2px 5px; background:#fff; z-index:60; text-decoration:underline;  }
#HomePageFeatures .ProductBar a,  #CategoryGrid .ProductBar a { color:#fff; }
#HomePageFeatures .PLink a,  #CategoryGrid .PLink a { color:#2d2d2d; text-decoration:underline;  }
#HomePageFeatures .PLink a:hover,  #CategoryGrid .PLink a:hover { color:#b2b2b2; text-decoration:underline;  }
#HomePageFeatures .PLink, #HomePageFeatures .ProductBar,  #CategoryGrid .PLink, #CategoryGrid .ProductBar  { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.ProductReviews {}
.ProductReviewRating {display:block;margin-bottom:5px;margin-top:5px;vertical-align:text-top;}
.ProductReview {display:block;margin-bottom:10px;font-size:90%;margin-left:5px;}
.ProductReviewLinks { background:url(Images/buttons/Write_review_icon.png)no-repeat 125px 8px; color:#ffffff; font-size:120%; padding:11px 0 0; }
.ProductReviewLinks  a:hover,.ProductReviewLinks  a { cursor:pointer; }
.top { border-bottom:1px solid #d3d3d3;text-align:left; font-size:120%;margin-bottom:10px;padding:15px 0 5px;}
.averageRating {  margin-left:5px; padding-bottom:5px;width:250px;}
#left .top {width:210px;height:16px;float:left;padding:10px;font-size:120%;}
.productgrid ul { float:left; margin:0; padding:0 0 0 10px; list-style:none;  }
.productgrid li { padding:3px 0; font-size:90%;}
#productsection {float:left;width:960px;margin:0;padding:0;}
.productname h1 { padding:0 0 10px; }
.Stock { color:#CCCCCC; font-size:90%;}

#left {text-align:left;float:left;width:230px;display:block;}

#productimage {padding-bottom:10px;float:left;}

#right { float:left; width:200px; padding:30px 0 0 15px; margin:0;}
#right .BestSellers h4, #right .AccountMenu .Title { font-size:150%; padding:5px; border-bottom:solid #e7e7e7 1px; width:190px; }
#right .BestSellers ol, #right .AccountMenu ul { margin:0px; list-style:none; padding:5px 0 10px; }
#right .BestSellers li, #right .AccountMenu li { padding:2px 0 2px 5px; font-size:90%;  border-bottom:solid #e7e7e7 1px; }
.address { border-top:1px solid #e7e7e7; padding:10px 0; margin:10px 0; }


#right .top {width:185px;display:inline;float:left;padding-left:5px;}
#right .topred {width:185px;display:inline;float:left;padding-left:10px;background:url(images/tab_background-red.gif) repeat-x;padding:8px;width:185px;font-size:90%;}
.addressbookpanel .alt {border-top:solid thin #333;}
.shippingdiscount {text-decoration:line-through;}

#PayPalCheckoutPage { padding:20px; } 
#PayPalCheckoutPage h2 { font-size:160%; border-top:#333 thin solid; padding:20px 0 10px; margin:10px 0 0; }
#PayPalCheckoutPage h1 { font-size:250%;  }
#PayPalCheckoutPage table { width:450px; } 
#PayPalCheckoutPage td.formlabel { text-align:right; } 
#PayPalCheckoutPage td { padding:3px 14px 3px 0; }
#PayPalCheckoutPage .Terms { padding:10px 0;  border-top:#333 thin solid; margin:5px 0;  } 
#PayPalCheckoutPage .PlaceOrder { padding:20px 0 0 10px;  border-top:#333 thin solid;  }
#PayPalCheckoutPage .KeepshoppingButton { float:left;}
#PayPalCheckoutPage .PlaceOrderButton { float:right; }

/* New Checkout 2010 */
/* Login */

#LoginWrapper {background:url(images/login_bg.png) 3px 0px no-repeat; height:306px;padding:22px 0 0 0; }
#LoginWrapper input.LoginField { border:2px solid #B0B0B0; line-height:13px; color:#505050; width:200px; background:url(images/WhiteFade.png) bottom repeat-x; padding:8px 6px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
.divSkipLogin, .LogIn{ text-align: center; }
span.loginLabel { float: left; }

.LogIn div {float:left;  padding: 0 80px;}
.LogIn li.errorline { float: left; text-align: left; width:900px; }
.LogIn li.errorline .message { padding:4px;  width: 814px; }
li.errorline .icon { padding:4px; }
.LogIn .messagebox ul { float: left; margin: 0 0 0 -360px; width: 861px; }
.divSkipLogin p, .LogIn { text-align: center; }
.LogIn h2{text-align:left; margin-left:100px;}
.divSkipLogin h2,.LogIn h2  { font-size:30px;}
.LogIn { padding:40px 0 0 220px; padding:40px 0 0 150px;}
#LoginWrapper .PasswordReminder a { color:#198D17; text-decoration:underline; }

/* Checkout */
#ContactSection, #PaymentSection, #ShippingInformation   { background:url("images/Checkout_fade.png") 2px 0px no-repeat; width:920px; padding:0 20px;  }
#CartSection, #NewsletterSection { background:url("images/Checkout_fade_Cart.png") 2px 0px no-repeat; width:920px; padding:0 20px; min-height:230px;  }
#CartSection #ReviewTable, #NewsletterDetails{ width:600px; padding:24px; width:920px; }
#ReviewTable tr.rowheader { border-bottom:1px dotted #A2A2A2; font-size:14px; height:33px; }
#ReviewTable .itemTable td { border-bottom:1px solid #9e9e9e; height:33px; padding:5px; background:url("images/Review_fade.png") repeat-x bottom;  } 
#ReviewTable .totals table { float:right; }
#ReviewTable .totals table td { border-bottom:1px solid #9e9e9e; height:25px; padding:5px 10px; }
#ReviewTable  .grandtotal td { font-size:20px; background:#e2e2e2; height:35px;  }
#ReviewTable td.alignright, #ReviewTable th.alignright { text-align:right; padding:0 6px 0 0;}
#ReviewTable th.center, #ReviewTable td.center { text-align:center; width:40px;}
#CheckoutCon strong { font-weight:normal; }
#CheckoutCon h1 { background:url("images/Checkout_basket.png") 0 12px no-repeat; font-size:250%; padding:23px 0 19px 60px; } 
#CheckoutCon select {border:none;background-color:#FFF;color:#000;margin:0;padding:0;}
#CheckoutCon .checkoutright {margin-left:20px; border-left:solid thin #333; padding-left:20px;}
#CheckoutCon h2 {font-size:160%;margin:0px;padding:15px 0 15px 0;letter-spacing:0px; font-size:200%; }
#CheckoutCon h4 { font-size:160%;margin-bottom:10px;margin-top:5px;}
#CheckoutCon legend { font-size:14px; padding:0 10px;  }
#CheckoutCon input:hover { background:#fffff1; } 
#CheckoutCon  fieldset { border:0; border-top:1px solid #9e9e9e;padding:0px 0 20px 30px; margin:0px 0 0; }
#CheckoutCon input, #CheckoutCon  select {-moz-border-radius:4px 4px 4px 4px;border:1px solid #e2e2e2;font-size:12px;padding:3px;}
#CheckoutCon td.formlabel  { width:100px; height:30px; padding:0 5px 0 0; text-align:right; } 
#CheckoutCon  .buttonrow  { float:left; margin:30px 0 0; width:900px;  padding:20px;  }
#CheckoutCon .DeliverySection {width:350px;float:left;margin:-1px 10px 0 40px;padding:10px; background:url("images/Review_fade.png") repeat-x bottom #fff; border:2px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; } 
#CheckoutCon .DeliverySection h3 { font-size:150%; padding:4px 0 12px 39px; background:url("images/van.png") no-repeat;  }
#CheckoutCon .ShippingAddress { float:left; padding:20px 0; }
#CheckoutCon .checkboxWrapper {  padding:20px 0; }
#CheckoutCon .btnKeepShopping { float:left; }
#CheckoutCon .btnPlaceOrder { float:right; }
#CheckoutCon td.PayPal { padding: 20px 0; }
#CheckoutCon  .PayPalText { padding:5px; font-style:italic;     padding: 10px 0 0; }


/* Site Terms */
#SiteTerms { line-height:22px; float:left;margin:-66px 0 0 48px;padding:15px; background:url("images/Review_fade.png") repeat-x bottom; border:2px solid #198d17; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#SiteTerms  input { margin:0 11px 0 0; }
#SiteTerms a { padding:0 0 0 26px; color:#198D17; }
fieldset.emailaddress {  }
.callToOrder { padding:15px; background:#191919 none repeat scroll 0 0; margin:3px 5px 9px; } 
.callToOrder .red { /*color:#FF0000;*/ color:#00bcff; }


/*Checkout Receipt Page */

#CheckoutReceipt { float:left; width:100%;}
#CheckoutReceipt span.red { /*color:#FF0000;*/ color:#00bcff; }
#CheckoutReceipt h1 { font-size:200%; } 
#CheckoutReceipt  #NewUsersBox { width:900px; }
#CheckoutReceipt .BillingAddressField { font-size:18px; }
#CheckoutReceipt span.lightlabel  { padding:3px 0; font-size:18px; color:#ff0000; }
#CheckoutReceipt .Receipt { background:url("images/Checkout_fade.png") no-repeat scroll 2px 0 transparent; margin:0; padding:20px; }
#CheckoutReceipt #printthispage {  }
#CheckoutReceipt #NewUsersBox  { background:url("images/Checkout_fade.png") no-repeat scroll 2px 0 transparent; margin:0; padding:20px; } 

/*------ Error Messages*/ 
.error ul, .messagebox ul {-moz-border-radius: 10px;-webkit-border-radius: 10px;background:url(images/error_fade.png) repeat-x #600;border:3px red solid;color:#FFF;list-style:none;margin:0;padding:10px 10px 10px 15px;font-style:italic;} 
li.errorline .icon { float: left;width: 20px;}
li.errorline .message  { padding: 10px 40px;}
.errorline a{color:#fff;text-decoration:underline;}
li.errorline { }
messagebox { }

.blockUI h1 { font-size:220%; }
#CheckoutCon .LoadingSubmit {  border:0 none; cursor:pointer;width:165px; height:40px; display:block; float:left; } 
.CheckoutPay {display:block;float:right;width:450px;}

.Receipt { padding:10px; margin:20px 30px; }
.Receipt h1 { font-size:300%; }
.Receipt h3 { font-size:160%; margin:0;padding:5px 0; }
.ViewOrders h3 { font-size:100%; } 
.CheckoutTotal {width:200px;display:block;float:right;margin-top:20px;}
.CheckoutDateField {display:block;height:20px;float:left;width:200px;}

#CheckoutCon .RadioNone input {border:0;margin:0 5px -1px 0;padding:0;}
#processLeft {width:420px;float:left;}
#processRight {width:430px;float:right;}
#nextRow {float:left;clear:left;text-align:right;width:880px;margin:6px 0 20px;}
#checkoutEmailAddress table {width:300px;}
.formField {display:block;float:left;text-align:right;width:620px;padding:5px 0 5px 5px;}
.formField a {color:#FFF;text-decoration:none;padding:2px;}
.formField input,select {border:1px solid #E7E7E7;font-size:12px;font-family:Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Arial, sans-serif;margin-left:5px;padding:2px;}
.formField .formlabel {float:left;width:200px;border:0;}
.formField .formhint {float:right;width:100px;position:relative;display:block;text-align:left;}
.buttonrow {float:left;display:block;margin-top:10px;}
.primaryaddresses .BillTitle { padding:0 0 10px; font-size:120%; font-weight:bold;  } 

/* Footer */
#footer h4 {   font-family: 'Fjalla One', sans-serif;color:#00bcff;font-size:16px;}
#Footer { position: relative; padding:25px 0 25px 0; background:#000; color:#FFF; height:190px; font-family: 'Fjalla One', sans-serif;  }
#Footer ul { text-decoration:none; color:#CCCCCC; list-style:none;  padding:0px; }
#Footer a { color:#CCCCCC; text-decoration:none;   font-family: 'Fjalla One', sans-serif; }
#Footer a:hover { color:#FFFFFF;  }
#Footer li { }
/* V1 footer leave */
#footer h4 { font-size:140%; padding:0 0 10px; margin:0px;}
#footer { width:980px; float:left; margin:0; /*padding:22px 0 10px 0;*/ }
#footer ul { float:left; list-style:none; /*padding:0px 10px; border-right:1px solid #1A1A1A; margin:0;*/ } 
#footer li { /*padding:1px 0 0;*/ font-size:14px;padding:0px 0px 8px 0px; }
#footer a, #footer a:visited, #footer a:link { text-decoration:none; color:#FFF;}
#footer a:hover { text-decoration:none;   color:#00b9ff;}
/*
#footer ul.Categories { width:90px;   }
#footer ul.UsefulLinks { width:205px; }
#footer ul.Contacts { width:175px; }
#footer ul.chooseSite { width:170px; padding:0 20px 0 20px; }
#footer ul.secureInfo { padding:0 0 0 10px; border-right:0;width:275px; } 
    */

    #footer a.datelLogo { background:url(images/footer-icons.png) -271px -258px; width:170px; height:80px; float:left; font-size:1px; text-indent:-9999px;}
    #footer .logo { background:url(images/footer-icons.png) -22px -118px; width:230px; height:30px; float:left; }
    /*

#footer .cardsCom { }
#footer .cards { background:url(images/footer-icons.png) -2px -93px; width:240px; height:75px; float:left; } 

#footer  h4.Share { margin:51px 0 0; padding:0;  } 
#footer a.Twitter { background:url(images/footer-icons.png)  -485px -224px; width:98px; height:35px; float:left; font-size:0; text-indent:-9999px; }
#footer a.Youtube { background:url(images/footer-icons.png) -417px -224px; width:64px; height:35px; float:left; font-size:0;  text-indent:-9999px;}
#footer a.usLinkUS { background:url(images/footer-icons.png) -273px -175px; width:75px; height:35px; float:left; font-size:0; text-indent:-9999px;}
#footer a.usLinkUS:hover { background:url(images/footer-icons.png) -100px -175px; width:75px; height:35px; float:left; font-size:0; text-indent:-9999px;}
#footer a.ukLinkUS { background:url(images/footer-icons.png) -13px -175px; width:75px; height:35px; float:left; font-size:0;text-indent:-9999px; }
#footer a.ukLinkUS:hover { background:url(images/footer-icons.png) -186px -175px; width:75px; height:35px; float:left; font-size:0; text-indent:-9999px;}
#footer a.usLinkUk { background:url(images/footer-icons.png) -92px -175px; width:75px; height:35px; float:left; font-size:0; text-indent:-9999px;}
#footer a.usLinkUk:hover { background:url(images/footer-icons.png) -265px -175px; width:75px; height:35px; float:left; font-size:0; text-indent:-9999px; } 
#footer a.ukLinkUk { background:url(images/footer-icons.png) -186px -175px; width:75px; height:35px; float:left; font-size:0; text-indent:-9999px;}
#footer a.ukLinkUk:hover { background:url(images/footer-icons.png) -13px -175px; width:75px; height:35px; float:left; font-size:0;text-indent:-9999px; }
#footer a.datelLogo { background:url(images/footer-icons.png) -271px -258px; width:170px; height:80px; float:left; font-size:1px; text-indent:-9999px;}
#footer a.secure { background:url(images/footer-icons.png) -358px  -175px; width:266px; height:44px; display:block; font-size:0; text-indent:-9999px; }
        */

    .ft-col-2{
        /*width: 16.6667%;*/
        width:16.6667%;
                 min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
        float:left;
    }

    .ft-col-3{
  
    width:25%;
              min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
        float:left;
    }

    .ft-col-4{
        width: 16%;
          min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
        float:left;
    }
.ft-row{margin-left: -15px;
    margin-right: -15px;}
.ft-row::before {
     content: " ";
    display: table;
}

.ft-row::after {clear:both;
}
/* Cart */
#cartcontainer {background:#1a1a1a;float:left;display:inline;font-size:85%;width:180px;padding:0 10px;}
#cartcontainer .total {font-size:123%;float:right;display:inline;text-align:right;padding:5px 0 10px;}
#cartcontainer .MiniCartCheckoutButton {float:right;display:inline;text-align:right;cursor:pointer;margin:0 0 10px;}
#cartcontainer .ProductImage, #cartcontainer .ProdName,#cartcontainer .minus,.plus {float:left;display:inline; }
#cartcontainer .ProductImage {width:50px;padding:0 10px 0 0;}
#cartcontainer .ProdName {width:118px;padding:6px 0 0;}
#cartcontainer .QtyControl {float:left;width:118px;padding:3px 0;}
#cartcontainer .minus,.plus {cursor:pointer;padding:2px 0 0;}
#cartcontainer .number {float:left;width:12px;padding:0 0 2px 5px;}
#cartcontainer .productimagecolumn {border-bottom:#000 solid 1px;display:block;height:80px;width:180px;margin:0 0 5px;padding:0 0 5px;}
#pnlMain {font-weight:400;text-align:left;vertical-align:middle;}
.addresstypeheader {font-size:110%;color:red;padding-bottom:10px;}

#loginPage h1,#loginPage h2 { text-transform:uppercase; font-size:200%; }
#loginPage h3 { text-transform:uppercase; font-size:150%; }
#loginPage .top { margin-bottom:16px; }
#loginPage table { margin-bottom:14px;}
#loginPage { float:left; display:block; width:920px;}
#loginPage p { width:405px;  } 
#loginPage input.forminput {   margin: 2px 5px; }
#loginPage .PasswordReminder  { padding:2px 4px 10px; font-style:italic; }

#SignInBox { float:left; width:440px; padding:0 10px 0; }
#SignInBox .greyBox { background:#e7e7e7; padding:10px; margin:0px 0px 10px -10px } 
#NewUsersBox { float:left; width:440px; display:inline; padding:10px 0 10px 10px; border-right:#e7e7e7 solid 2px; }
/*#SignInBox .InPutBox input { border:0px #1a1a1a;  background:#1a1a1a; }*/

#loginPage select,#loginPage textarea,#checkoutPage input,#checkoutPage select,#checkoutPage textarea {background-color:#FFF;color:#000;border:2px solid #FFF;margin-left:5px;text-align:left;padding:0;}
#SignInBox .btn input, #SignInBox .btn3 input { text-decoration:none; padding-left:5px; }
#SignInBox .btn input {width:46px;}
#SignInBox .btn3 input {width:124px;}

/* console colour */
.psp, .psp a,.psp a:visited { color:#107ac1; }
.Xbox360 a,.xbox360 a:visited { color:#93cd46; }
/*.ds, .ds a,.ds a:visited { color:#FFC411; }*/
.ds, .ds a,.ds a:visited { color:#E1A900; }
.PS3 a,.PS3 a:visited { color:#EC0000; }
.PS2, .PS2 a,.PS2 a:visited { color:#3096FF; }
.GCN a,.GCN a:visited { color:#7a5ccc; }
.Gadgets a,.Gadgets a:visited { color:#ED257A; }
.Xbox { color:#409C3B;}
.PSP { color:#107AC1;}
.PS3 { color:#EC0000; }
.GCN { color:#7A5CCC; }
.XBox { color:#409C3B; }
.Xbox360 { color:#93cd46; }
.DS, .GBA { color:#FFC411; }
.PS2 { color:#3096FF; }
.Gadgets{ color:#ED257A; }
.Wii, .Wii a,.Wii a:visited { color:#09C2EA; }
.white, .white a { color:#FFFFFF; }

/* Code Search Page */
#CodeSearch { display:block; float:left; width:695px; padding:15px 0 0; min-height:600px; }
#CodeSearch .Results { margin:0 0 20px 0; padding:30px 0 0 0px; }
#CodeSearch h2 { font-size:180%; padding:0px 0px 5px 10px; } 
#CodeSearch .RequestLink { font-size:120%; padding:0 0 12px 10px; }
#CodeSearch .RequestLink img { margin:0px 0px -4px; padding:0px 0px 0px 4px; }
#CodeSearch .SearchBar { -moz-border-radius:4px; background:#ebebeb;display:block;float:left;width:685px;height:30px;margin:18px 0 10px;padding:4px 0 4px 15px;}
#CodeSearch .clsCheatCodesTitleInfo { padding:0 0 0 10px; }
.trigger {background:#000 url(images/buttons/sel-arrow.png) repeat-x right;border:0 solid #CCC;color:#FFF;display:block;text-decoration:none;width:180px;padding:6px;}
.activetrigger {cursor:pointer;background:#000 url(images/buttons/sel-arrow.png) repeat-x right;border:0 solid #CCC;color:#FFF;display:block;text-decoration:none;width:180px;padding:6px;}
.dropcontainer ul {color:#FFF;list-style-type:none;background:url(images/buttons/sel-arrow-2.png);position:absolute;width:200px;cursor:pointer;margin:0;padding:0;}
.dropdownhidden {top:0;left:-999em;}
.dropdownvisible {top:0;left:0;}
#CodeSearch .dropcontainer ul a {display:block;width:182px;text-decoration:none;background-position:right;background-image:none;color:#FFF;padding:6px;}
#CodeSearch .dropcontainer ul a:hover {background-color:red;background-image:none;cursor:pointer;}
.dropcontainer {position:relative;}

#CodeSearch .texta { -moz-border-radius: 4px 4px 4px 4px; border: 1px solid #E2E2E2;font-size: 12px; padding: 3px;float:left;height:19px;width:200px;margin:0 40px 0 0;}
#CodeSearch	.searchdrop {list-style:none;font-variant:normal;cursor:pointer;width:auto;margin:0;padding:0;}
#CodeSearch	.searchdrop ul {background:url(images/buttons/sel-arrow-2.png);background-repeat:repeat;}
#CodeSearch	.searchdrop li {background:url(images/buttons/sel-arrow-2.png);background-repeat:repeat;cursor:pointer;width:100%;margin:0;padding:4px;}
#CodeSearch	.searchdrop li:hover {cursor:pointer;background-image:none;background-color:red;}
#CodeSearch .searchdropitem {cursor:pointer;color:#FFF;}
#CodeSearch .searchdropitemhover {cursor:pointer;background-color:red;background-image:none;}
#CodeSearch .btn { -moz-border-radius: 15px 15px 15px 15px; margin: 2px 0 0 15px; padding: 4px 10px; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); background: url("images/main.png") repeat-x scroll 0 -315px #5A5A5A;
 color: #FFFFFF; text-decoration: none; border:0; }
#CodeSearch .btn:hover {cursor:pointer;background: url("images/main.png") repeat-x scroll 0 -315px #F80000;}
#CodeSearch .top {-moz-border-radius:4px;display:block;float:left;width:340px;background:#ebebeb;margin:0;padding:10px 0 9px 10px;}
#CodeSearch .Columns .top {}
#CodeSearch .SearchReasult {display:block;float:left;width:710px;margin-bottom:20px;}
#CodeSearch .Columns {display:block;float:left;width:355px;height:100%;}
#CodeSearch .Columns a {display:block;background-color:#E2E2E2;width:318px;margin:2px 0 0;padding:4px 15px 4px;font-size:90%;-moz-border-radius: 4px;border-bottom: 1px solid #D3D3D3;}
#CodeSearch .Columns a:hover {background-color:#ccc;color:#000;}
#CodeSearch .Columns li {list-style:none;}
#CodeSearch .SavesColumns {float:left;width:352px;display:block;}
#CodeSearch .SavesColumns li {-moz-border-radius: 4px 4px 4px 4px;list-style:none;background-color:#e7e7e7;float:left;display:block;;margin:3px 0px;padding:3px 10px 5px;}
#CodeSearch .SavesColumns2 {float:left;width:340px;display:block;}
#CodeSearch .SavesColumns2 li {list-style:none;background-color:#1a1a1a;float:left;display:block;width:314px;margin:5px 0;padding:10px;}
#CodeSearch .download {  width:56px;cursor:pointer;float:right;background-image:url(images/Buttons/download-saves.png);-moz-border-radius: 4px; background-repeat:no-repeat; background-position:right; text-align:left; padding:5px 30px 5px 5px;}
#CodeSearch .clsSearchResultsDescription {width:320px; float:left; }
#CodeSearch .clsSearchResultsTitle { margin-bottom:10px; }
#CodeSearch .clsSearchResultsInfo {font-style:italic;width:320px; float:left; }
#CodeSearch .PageCount a {border:1px solid #D3D3D3;display:block;float:left;width:10px;margin:2px;padding:2px 6px;-moz-border-radius: 4px; }

#right .Confused  { padding:0px 0px 0px 5px;  }
#right .Confused h4 { text-transform:uppercase; padding:0; }
#right .Confused p { text-align:left; font-size:90%; }
#right .confusedMove { margin:0 0 0 -45px; position:relative; z-index:50; }
#right .Top5Header h2 { padding:10px 0px 0px 0px; font-size:150%;  } 
#right .Top5Header {  text-transform:uppercase; color:White; padding:5px 0px 0px 0px; }
#right .Top5Cheats ul { float:left; list-style-type:none; margin:0; padding:0 0 0 0px;  }
#right .Top5Cheats li {border-bottom:1px solid #e7e7e7; font-size:11px; padding:3px 0; }
#right .Top5Cheatslinks { display:none; }
#right .Top5Cheats { padding:0px 0px 0px 5px;}


#CodeSearch .PageCount a:hover {background-color:#FFF;color:red;}
#CodeSearch .PageCount b {background-color:#FFF;color:#1a1a1a;font-size:120%;}
#CodeSearch .Label {float:left;clear:both;font-size:160%;width:100%;margin:0 0 15px;}
#CodeSearch .clsSavesSubHeader {float:left;clear:both;width:100%;margin:0 0 15px;}
#CodeSearch .ColumnsTop { padding:0px 0px 5px 10px; float:left; }
#CodeSearch  .PrintButton { padding:10px 0px 10px 0px; }

#CodeSearch .Results li {background-color:#e7e7e7;list-style-type:none;margin:5px 0 0;padding:7px 10px 5px 20px;-moz-border-radius:4px;}
#CodeSearch .Results ol {margin:0;padding:0;}
#CodeSearch .Results img {position:absolute;margin-left:-50px;margin-top:-7px;}
#CodeSearch .Results span.consoleTextColour { color:#000;}

/*.clsHeader {font-size:160%;}*/
.clsItemHeader {font-size:129%;}
#right .CSPanelContent {float:right;width:178px;border:1px solid #520000;background-color:#1A1A1A;font-size:85%;margin:0pt;overflow:auto;padding:0pt 10px;text-decoration:none;}

.SearchLinks { padding:10px 0px 26px; float:left; }
.SearchLinks a { float:left; display:block; margin:3px 0px 0px 5px; color:#FFFFFF; font-size:110%; border-bottom:thin solid #363636; width:160px; padding:2px 0px 11px;}
.SearchLinks a:hover { border-bottom:thin solid  #666666;  }
.SearchLinks img { float:right; margin:-15px 3px 0px 0px; padding:0px 0px 0px 10px; }
.CSproductImage {float:left;padding:5px 0;width:178px;}
.CSProduct {float:left;font-size:140%;width:178px;padding:5px 0;}
.CSProduct a { color:#FFFFFF; }
.CSProduct a:hover { color:red;}
.CSProductcost {float:left;font-size:120%;padding:5px 0;}
.CSproductBody {float:left;width:178px;}
.searchresultspane {margin:15px;}


#placeHolderPadding a,a:visited a:link,#SignInBox a {text-decoration:none;}
#cartcoupons .PromText,#pnlEmailToFriend {display:block;float:left;}

#checkoutPage h1,#checkoutPage h2 {color:red;margin:10px 0 20px;}

#CustomPage h2,#CustomPage h3 {font-size:20px;border-bottom:solid 1px #1a1a1a;margin-bottom:10px;padding:30px 0 10px 0;}
#CustomPage .ColumnOne h2 { padding:0 0 10px 0; }
#CustomPage li { margin:0 0 0 30px; }

#SignInBox .btn input:hover,#SignInBox .btn3 input:hover {background-image:none;}

.Wii a,.wii a:visited,.wii a,.wii a:visited, .wiicolour {color:#09c2ea;}

/*#CodeSearch h1,#ProdSearchPage h1 {font-size:200%; padding:0px 0px 0px 10px; width:650px; }*/
#CodeSearch .game,#ProdSearchPage .game {float:left;display:block;margin-right:10px;margin-top:5px;}
#CodeSearch .Columns ol,#CodeSearch .SavesColumns ol,#CodeSearch .SavesColumns2 ol {display:block;float:left;margin:0;padding:0;}
#CodeSearch .clsTickCode,#CodeSearch .clsRadio {padding-left:50px;}
.searchresultspane h3,#ProdSearchPage h4 {font-size:130%;}
.productRegistrationNote {width:190px; height:104px; padding:60px 120px 0 12px; float:right; margin-left:30px; background-image:url(images/productRegistrationBG.png);}
.greyPostitWide {margin: 12px 0 12px 0; width:480px; background:url(images/grey-postit-wide.png) no-repeat scroll -20px 0px; float:left; padding:14px 14px 10px 14px; border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;}
#ProductDescription {  padding:10px 0 0 0; }
#ProductDescription ul { padding:0px 0 6px 20px; margin:6px 0 10px; }
#ProductDescription li { padding:2px 0; }
#productsection .quantityField { display:none;}
#ProductDescription .arffList li  { padding:0; margin:1px; }
#ProductDescription .arffList li.free { background:url(images/arfree.gif) no-repeat 37% 50%; }
#ProductDescription .arffLis ul { } 

/* Admin Panel */
#adminpanel {font-size:11px;background-color:#303030;color:#999;border-bottom: 1px solid #666;padding:5px;}
#adminpanel a {color:#999;text-decoration:none;}
#adminpanel a:hover {text-decoration:underline;}

/* Codejunkies tv player */

#playerHead { margin:0px; float:left; display:block; width:735px; /*background:url(../../../CJTV/images/play-header.jpg) no-repeat;*/ padding:10px 0; }
#playerHead h1 { font-size:300%; padding:0 0 15px;}
#cjtvLinksSide { padding:15px 0; }
#cjtvLinksSide a { float:left; padding:7px 0 0 0; }


/* Codejunlies tv player over*/

/* support */
#KnowBase { float:left; padding:0 0 20px 0; }
#KnowBase h1 { border-bottom:1px solid #e7e7e7;  margin: 0 0 20px; padding: 0 0 10px; } 
#KnowBase h3,#KnowBase h4 { padding:0 0 23px 0;}
/*#KnowBase .clsHeader { border-bottom:1px solid #1A1A1A; font-size:140%; color:#FF0000; margin:0 0 11px; float:left; width:100%; display:block; text-transform:uppercase; font-family:"Myriad Pro",Lucida Sans Unicode,Lucida Grande,LucidaGrande,Lucida Sans,Geneva,Arial,sans-serif; }*/
#KnowBase .RedBoxMain .clsHeader { color:#FFFFFF; font-size:142%; border-bottom:medium none;  } 
#KnowBase .BigBox { width:970px;  }
#KnowBase ol, #KnowBase ul  { padding: 0 0 0 20px; } 
#KnowBase .BigBoxHeader { background:url(images/main-box.png) repeat 0px 2px; display:block; width:970px; height:37px; float:left; padding:18px 0px 0px 10px;  }
#KnowBase .BigBoxMain {background:#e7e7e7; width:960px; float:left; display:block; padding:15px 10px; -moz-border-radius:4px;}
#KnowBase .BigBoxBottom { background:url(images/main-box.png) no-repeat 0px -130px; width:920px; height:5px; float:left; display:block; }
#KnowBase #divSupportArticlesResults { display:block; float:left; padding:0px 0px 0px 5px; border:1px #e7e7e7 solid; }
/*#KnowBase .formField input, select { background:#ffffff; color:#000000;}*/
#KnowBase .plus { display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -747px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .search {  display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -747px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .most { display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -747px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .download { display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -677px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .question { display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -470px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .articles { display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -548px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .discuss { display:block; width:50px; height:50px; background:url(images/main-box.png) no-repeat scroll -613px -70px; float:left; margin:-13px 7px 0px 0px; }
#KnowBase .HalfBox {  padding:0px 0px 0px 0px; float:left; width:480px;  }
#KnowBase .HalfBoxHeader { background:url(images/main-box.png) no-repeat 0px -3px; display:block; width:480px; height:37px; float:left; padding:13px 0px 0px 10px;  }
#KnowBase .HalfBoxMain {background:#e7e7e7; width:480px; float:left; display:block; padding:10px 5px; }
#KnowBase .HalfBoxBottom { background:url(images/main-box.png) no-repeat 0px -125px; width:451px; height:10px; float:left; display:block; }
#KnowBase .space { display:block; width:10px; float:left; height:270px; background:#fff; }
#KnowBase .TabbedPanelsContent { padding:0px; }
#KnowBase .TabbedPanelsTabGroup { padding:0px 0px 0px 400px; }
#KnowBase .TabbedPanelsTab li { list-style:none; } 
#KnowBase .TabbedPanels { padding:0; }
#KnowBase .RedBox { display:block; padding:10px; float:left;   margin:0;  background:#e7e7e7; width:960px; -moz-border-radius:4px;}
#KnowBase .RedBox h4 {   padding: 0 0 10px 5px;}
#KnowBase .RedBoxHeader { clear:both; display:block;  height:20px; float:left; padding:7px 0px 0px 10px; width:900px;  }
#KnowBase .RedBoxHeader2 { text-transform:uppercase; background:url(../../../support/images/Red-box.png) no-repeat 0px 0px; display:block;  height:20px; float:left; padding:7px 0px 0px 10px; width:920px;  }
#KnowBase .RedBoxMain {  float:left; display:block; padding: 0 0 10px; }
#KnowBase .RedBoxBottom { background:url(../../../support/images/Red-box.png) no-repeat 0px -90px;  height:10px; float:left; display:block; width:920px; }
/*#KnowBase .TabbedPanelsTab { background:url(../../../support/images/red-tabs.png) no-repeat -180px 0px; padding:9px 4px 2px 12px; text-transform: uppercase ; float:right; text-align:center; width:147px;}
#KnowBase .TabbedPanelsTabSelected { background:url(../../../support/images/red-tabs.png) no-repeat 3px 1px; text-transform: uppercase;}
#KnowBase .TabbedPanelsTabHover { color:#000000;  }*/
#KnowBase .row { border-bottom:1px; border-bottom-color:#999999; border-bottom-width:thin; }
#KnowBase .Header { text-transform:uppercase; color:#FFFFFF; }
/*#KnowBase .StopTop { background:transparent url(images/main-box.png) no-repeat scroll -915px -3px; display:block; float:left; height:50px; width:5px; }
#KnowBase .StopBottom { background:transparent url(images/main-box.png) no-repeat scroll -914px -125px; display:block; float:left; height:10px; width:6px; }*/
#KnowBase .BigBox td { border-bottom:1px solid #d0d0d0; border-top:1px solid #f6f6f6; padding:5px; }
/*#KnowBase .BigBox input { background:#000000 none repeat scroll 0% 0%; border:3px solid #1A1A1A; color:white; margin:0px; padding:5px; }*/
#KnowBase .BigBox input {   -moz-border-radius: 4px 4px 4px 4px; border: 1px solid #c7c7c7; padding:5px; clear:left; float:left; margin: 5px 0; }
#KnowBase .BigBox .button { background:#06b1ff; color:#FFFFFF; padding:5px; float:left; -moz-border-radius: 15px; }
#KnowBase .BigBox .button:hover { background:#0189d6; cursor:pointer; }
#KnowBase .answer { color:#FF0000;  }
/*#KnowBase .BigBox .lineItem { border-bottom:1px solid #d3d3d3;  }*/
#KnowBase .BigBox .highlight, #KnowBase .HalfBox .highlight, .highlight .red,#KnowBase .highlight .red  { background:#dddddd; color:#373737; cursor:pointer;  }
/*#KnowBase .HalfBox .lineItem { border-bottom:1px solid #d3d3d3; }*/

#KnowBase .red { /*color:#FF0000;*/ color:#0077a4; }

/*#KnowBase .TabbedPanelsContent { font-size:100%; }*/
#KnowBase ul { padding:6px 0 0 0px;}
#KnowBase li { padding:4px 0 4px 2px; }
#KnowBase .kbInlineImage { width: 220px; float: left;  text-align:center;  margin: 0 0 10px 0; }
#KnowBase p { letter-spacing:-0.4px; margin:6px 0; font-size:110%;}
#KnowBase .NoWrap { padding:7px 100% 17px 0px;  }
#KnowBase .WrapRight { float:right; padding:0 0 0 15px;  }
#KnowBase .DetailsLeft { float:left; padding:0 0 20px 10px; width:250px; margin:0 14px 0 0;border-right: 1px solid #E7E7E7; }
#KnowBase .DetailsLeft h4 { padding:0; }
#KnowBase .Article {	float:left; padding:0 0 0 19px;	width:600px; }
#KnowBase .Email { background:transparent url(images/icons.png) no-repeat -6px -1px; list-style:none;  padding:5px 0px 0px 26px;} 
#KnowBase .Print { background:transparent url(images/icons.png) no-repeat -6px -29px; list-style:none;  padding:5px 0px 0px 26px;} 
#KnowBase .Bookmark { background:transparent url(images/icons.png) no-repeat -6px -59px; list-style:none; padding:5px 0px 0px 26px; } 
#KnowBase  .RedHighlight, #KnowBase  .RedHighlight a  { color:#FFFFFF; background:#990000; cursor:pointer; } 
#KnowBase .clsNoResults { font-size: 14pt; text-align: center; }
#KnowBase .NeedHelpText { line-height:40px; float:left; }
#KnowBase .ArtHeader { border-bottom:1px solid #1A1A1A; font-size:140%; color:#FF0000; margin:0 0 11px; float:left; width:100%; display:block; }
#KnowBase .DetailsHeader { font-size:140%; color:#FFFFFF; margin:0 0 11px; float:left; width:250px; display:block; }
/* Over rides for print */

/* Contact page */
#Contact { float:left; width:920px;  }
#Contact .Header {  margin:0 0 16px; float:left; border-bottom:#0085d2 1px solid; width:900px; }
#Contact .Header a { text-decoration:underline; }
#Contact .LeftBox { float:left; width:450px; }
#Contact .RightBox { float:left; width:450px; border-left:1px solid #0085d2; padding:0 0 0 10px;}
#Contact .FieldText { white-space:nowrap; }
#Contact select { margin:0px; }
#Contact textarea { background:#FFFFFF; color:#1a1a1a; font-family:Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Arial, sans-serif; font-size:90%; }
#Contact .HeadImg{ float:left; padding:0 16px 15px 2px; }
#Contact .TechBold {font-size:170%; text-transform: uppercase; padding:0px 0px 5px 0px; }
#Contact .red { /*color:#FF0000;*/ color:#00bcff; }
#Contact h1 { font-size:200%; padding:12px 0 0; }
#Contact h2 { font-size:140%; }
/*#Contact .highlight { background:#1a1a1a; } */
#Contact td { padding:5px; }
#Contact h4 { padding:0px 0px 5px 0px; font-size:130%; }
#Contact .small { font-size:80%; }
.AboutUsLeftText { float:left;width:740px; }
table#dgOrders  { width:500px; }


/* New Code Search 09 - updated 2010*/ 
/*Cat Search Page Style */
.clsSearchBar .selector { float:left; }
.CatCodeSearch {  width:435px; float:left; padding:0 0 0 15px;}
.CatCodeSearch h1 { width:400px; } 
.CatCodeSearch h3 { font-size:20px; padding:10px 0px; width:315px; } 
.CatCodeSearch .RadioBut { float:left; height:22px; padding:10px 0 10px 10px;  width:370px;}
.CatCodeSearch .SearchSec { float:left; padding:10px 0 0 10px;} 
.RigthSearchBox  input { width:189px; }
.RigthSearchBox  input.hint, .LeftSearchBox input.hint { color:#878787;}
.LeftSearchBox input { width:206px; }
.SearchSec .inputbtn { background:#000000; width:30px; border:1px solid #2c2c2c; color:#FFFFFF; margin:0; padding:1px 3px 4px; height:23px; cursor:pointer;   } 
.SearchSec .inputbtn:hover { background:#FFFFFF; color:#2c2c2c; cursor: pointer;} 
.CatCodeSearch .SlidingPanelsContent  { width:410px; height:500px;}
.CatCodeSearch .PagerBut { float:left; padding:0 0 0 12px; left:425px; margin:-36px 0; width:40px;}  
.CatCodeSearch .PagerBut .Up { background:transparent url(/BVModules/Themes/Codejunkies/images/Category-page/Pager-buttons.png) no-repeat scroll 0px 0; width:37px; height:25px; float:left; cursor:pointer;  }  
.CatCodeSearch .PagerBut .Down { background:transparent url(/BVModules/Themes/Codejunkies/images/Category-page/Pager-buttons.png) no-repeat scroll 0px -30px; width:37px; height:25px;  float:left; cursor:pointer;     }  
.CatCodeSearch .PagerBut .PageNum { font-size:85%; text-align:center;} 
.CodeSearchListAltRow { background:#1a1a1a; padding:4px; font-size:90%;} 
.CodeSearchListAltRow a:hover {  } 
.CodeSearchListRow { padding:4px; font-size:90%; }
.CatCodeSearch .SlidingPanels  { width:410px; height:500px; float:left; }
.game_title_id {font-size:90%; color:gray;}
#placeHolderPadding .CodeSearchListAltRow a,#placeHolderPadding .CodeSearchListRow a { color:#FFFFFF; } 


/* Choose Console Page */ 
#CatChoose {}
#CatChoose h1 { font-size:230%; padding:5px 0 5px 10px; border-bottom:solid #e7e7e7 1px; }
#CatChoose h2 { font-size:150%; padding:15px 0 15px 10px;  }
#CatChoose a {   float:left; padding:0 40px 45px; text-align:center;  }
#CatChoose a:hover {}
#CatChoose img:hover { text-decoration:none; }
#CatChoose .ConName {  } 
#CatChoose h3 a { float:left; margin:0px; padding:15px; border-top:1px solid #e7e7e7; width:100%; text-align:left;  }
#CatChoose h3 img { padding:0 5px; margin:-4px 0; }


.free {background:url("/images/products/label_sprite.png") no-repeat scroll 0  0 transparent;height:50px;position:absolute;left:0px;top:0px;width:50px;z-index:1001;}
#cartPage .cartoffer, a .cartoffer { float:left; font-size:90%; padding:0px 0px 4px 0px;width:410px;color:#93CD46; } 

@media print {

body {text-align:center;color:#FFF;background: #FFFFFF;font-size: small;background-position:center center;margin:0;padding:0;}
#BlackBarckground {height:100%;width:950px;margin-left:auto;margin-right:auto;padding:0;}
#container {display:block;position:relative;min-height:86%;width:100%;margin-left:auto;margin-right:auto;color:#FFF;font-weight:400;color:#000000;}
#placeHolderPadding {text-align:left;display:inline;float:left;min-height:100%;padding:0 15px 15px;}
#CodeSearch {display:block;float:left;width:705px;padding-right:10px;}
#CodeSearch .Label {float:left;clear:both;font-size:160%;width:100%;margin:0 0 15px;}
#CodeSearch  .PrintButton { display:none; }
#CodeSearch .CodeIcon { display:none; }
#Header { display:none; }
#footer { display:none;}
#right { display:none; }
#CodeSearch .clsSearchResultsTitle {color:red;margin-bottom:10px;}
#CodeSearch .CodeIcon { display:none; }
.clsSearchBar  { display:none; }
#CodeSearch .PageCount a {color:#000000;display:block;float:left;width:10px;margin:2px;padding:2px 6px;}
#CodeSearch .PageCount a:hover {background-color:#FFF;color:red;}
#CodeSearch .PageCount b {background-color:#FFF;color:#1a1a1a;font-size:120%;}
#CodeSearch  .PrintButton { display:none; }
#CodeSearch .Label {float:left;clear:both;font-size:160%;width:100%;margin:0 0 15px;}
#CodeSearch .Results li {display:block;float:left;width:100px;list-style-type:none;padding:5px;}
#CodeSearch .Results ol {display:block;float:left;clear:both;margin:0;padding:0;width:900px}
} /* Print End */


.manualTitle{font-size:120%;width:210px;border-bottom: 1px solid #D3D3D3;}
ul.manuallist { margin:15px 0; }
ul.manuallist li {
    background: url("/manual/images/list-item.gif") no-repeat scroll 0 8px transparent;
    padding: 8px 0 10px 35px;
	list-style: none outside none;
	line-height:1.2;
	font-size:90%;

}

ul.manuallist li a{	color:#333;}

.gb{background: url("/images/flags/gb.png") no-repeat scroll 0 8px transparent !important;}
.de{background: url("/images/flags/de.png") no-repeat scroll 0 8px transparent !important;}
.fr{background: url("/images/flags/fr.png") no-repeat scroll 0 8px transparent !important;}
.it{background: url("/images/flags/it.png") no-repeat scroll 0 8px transparent !important;}
.powerracer{background: url("/images/flags/270logo.jpg") no-repeat scroll 0 8px transparent !important;}

.kbcountrycodeHeight{height:30px;}

.kbcountrycode{margin-left:30px;float:left;margin-top:12px;display:block;position:relative;}




#FrontPageProductGrid li { width:220px; float:left; padding:12px; /*min-height:310px;*/ }
#FrontPageProductGrid ul { list-style:none; }
#FrontPageProductGrid p { font-size:11px; color:#414141; padding:0; }
#FrontPageProductGrid h4 { padding:10px 0 0 0; }

#frontPageProductGriditem img 
{
	 transform: scaleY(1);
    transition: all 0.7s ease-in-out;
  
	}
	
	
#frontPageProductGriditem img:hover  {
transform: scale(10);
    opacity: 0;
}

/* Product Bar */
#FrontPageProductGrid {	margin-top:15px;margin-left:-20px;background-color:#F0F0F0; margin-bottom:20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */}
#FrontPageProductGrid .CartBar { font-size:14px; background:none repeat scroll 0 0 #2D2D2D;height:32px;padding:4px;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px; /* future proofing */
-khtml-border-radius: 6px; /* for old Konqueror browsers */
	}


#FrontPageProductGrid .header { margin:20px 12px 0px 12px;}
#FrontPageProductGrid .Cartrecordcontrols {  padding:0px 0px 0 0px;display:inline-block; float:right; }
#FrontPageProductGrid .Cartvariantprice { padding:7px 0 0 6px; color:#fff; display:inline-block;}
#FrontPageProductGrid .PLink { margin:6px 0 0 6px;padding:2px 5px; background:#fff; z-index:60; text-decoration:underline;  display:inline-block; }
#FrontPageProductGrid .PLink a { color:#2d2d2d; text-decoration:underline;  }
#FrontPageProductGrid .PLink a:hover { color:#b2b2b2; text-decoration:underline;  }
#FrontPageProductGrid h4{font-size:16px;}
#FrontPageProductGrid .productText{height:70px;width:100%;}
#indexCon .productgrid { float:left; width:960px; }

#FrontPageProductGrid:before,
#FrontPageProductGrid:after {
    content: "";
    display: table;
} 
#FrontPageProductGrid:after {
    clear: both;
}
#FrontPageProductGrid {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/*
#HomePageFeatures .recordcontrols { position:absolute; padding:0px 0 0 96px; }
#CategoryGrid .recordcontrols { position:absolute; padding:0px 0 0 96px; }
#HomePageFeatures .variantprice,   #CategoryGrid .variantprice { position:absolute; padding:7px 0 0 48px; color:#fff; }
#HomePageFeatures .PLink,  #CategoryGrid .PLink { position:absolute; margin:6px 0 0 6px;padding:2px 5px; background:#fff; z-index:60; text-decoration:underline;  }
#HomePageFeatures .ProductBar a,  #CategoryGrid .ProductBar a { color:#fff; }
#HomePageFeatures .PLink a,  #CategoryGrid .PLink a { color:#2d2d2d; text-decoration:underline;  }
#HomePageFeatures .PLink a:hover,  #CategoryGrid .PLink a:hover { color:#b2b2b2; text-decoration:underline;  }
#HomePageFeatures .PLink, #HomePageFeatures .ProductBar,  #CategoryGrid .PLink, #CategoryGrid .ProductBar  { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
*/


.view {
   /*width: 300px;*/
   width: 220px;
   /*height: 200px;*/
      height: 140px;
   margin: 10px;
   float: left;
   /*border: 10px solid #fff;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   /*
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;*/
}
.view .mask,.view .content {
   /*width: 300px;*/
      width: 220px;
   /*height: 200px;*/
   height: 140px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 15px;
   padding: 5px;
   background: rgba(0, 0, 0, 0.8);
   margin: 10px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 5px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
   filter: alpha(opacity=0.2);
   opacity: 0.2;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
   filter: alpha(opacity=0.9);
   opacity: 0.9;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
				

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.PointsGrid::after {
    clear: both;
    content: " ";
    display: block;
}
.PointsGrid {
    background: #e5e5e5 none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 8px;
    width: 960px;
}

.gray{background-color:#e5e5e5;clear: both;overflow:auto;
}
.white{clear: both;overflow:auto;}



.PointsImageAnchor{display:inline-block; text-align: center;
    width: 100%;}


.PointsImage{width:150px;margin:auto; margin-top:10px;}

.PointsItem
{
background-color:#f0f0f0;
margin-top:13px;
}


.PointsProductTitle
{
    text-align:center;
}

.PointsPrice{
    background-color:#000;
    width: 100%;
        display: inline-block;
}

.PointsDecription {color:#000;
margin:20px 0px;}

.PointsDecription h3 { color:#7b2a8f;
}


.PointsPrice a:hover {      color:#fff; 
}

.PriceAnchor {
        float:right;
          font-size: 14px;
    font-weight: 400;
    color:#fff;          padding: 6px 4px;
    }

.PriceAnchor:hover {
      color:#fff;  
}
    
.PointPriceLabel{float:left;color:#fff;    font-size: 14px;
    font-weight: 400;          padding: 6px 4px;}

.PointsProductTitle {
text-align:center;

}

.PointsProductTitle a{
     font-size: 14px;
    font-weight:bold;          padding: 6px 4px;
    color:#000;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-points {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      color: #fff;
          padding: 6px 0px;
              border: none;

  
background: #b6d331; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZDMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGI1NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b6d331 0%, #38b549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d331), color-stop(100%,#38b549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6d331 0%,#38b549 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6d331 0%,#38b549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d331', endColorstr='#38b549',GradientType=0 ); /* IE6-8*/


}

.btn-points:hover {
    /*
    background-color: #7b298f;
    border-color: #562462;
    color: #fff;
        */
     background-color: #aed133;
    border-color: #562462;
    color: #fff;
}


.btn-points:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #38b549;
  border: solid 1px #38b549;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-pointsl:hover, .btn-points:focus, .btn-points:active {
  color: white;
}
.btn-points:hover:before, .btn-points:focus:before, .btn-points:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.btn-spend-points {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #0087d4;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
   padding: 6px 8px;
   border: 2px solid #c3efff;
}

.btn-spend-points-disabled {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #CCCCCC;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
   padding: 6px 8px;
   border: 2px solid #c3efff;
     pointer-events: none;
   cursor: default;
}

    .btn-spend-points:hover, .btn-spend-points-disabled:hover {
          color: #fff;
    }

.PointsGrid-container {
    /*
    width:714px;
    margin-top:10px;margin-bottom:10px;
    background: #e5e5e5 none repeat scroll 0 0;
    padding-bottom: 8px;
        */
    margin:20px 0px;
}


.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}


.container_12 .grid_12 {
    width: 940px;
}

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}



.container_12 .grid_3
{
 width: 212px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
      width: 460px;
}


.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9{
     width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}


.container_12 .grid_12{
     width: 940px;
}

alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.Categorycenter {
/*width:1200px;   */
 margin: 0 auto;}


.typedisplay{list-style:none;margin-left: -40px;    margin-bottom: 10px;}

.PrimeProductDescription {
    border-top: 0px !important;
    padding: 10px 0 0;
}

.white-bg {
background-color:#fff !important;}

.white-bg-full-width, .gray-bg-full-width {padding: 20px 0px;width:100%}
.white-bg-full-width, .white-bg-full-width-footer {background-color:#fff}
.gray-bg-full-width {background-color:#e5e5e5;}


.white-bg-full-width-footer {padding-top:20px;text-align:center;position:relative;}

.white-bg-full-width-footer img {margin:auto;}

.white-bg-full-width p, .gray-bg-full-width p{ font-size:12pt;}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.codelisttitle{font-family: 'Ubuntu'}

.headerGreen, .headerPurple, .headerRed, .headerBlue, .headerOrange
{
font-family: 'Ubuntu'
}

.headerGreen {
    color:#85c53e;
}

.headerPurple {
   /* color:#7b2a90;*/
        color:#85c53e;
}

.headerRed {
color:#ff0000;
}

.headerBlue{
    color:#0085d2;
}

.headerOrange{
    color:#ffaf07;
}


.prime-btn-blue, 
.prime-btn-orange,
.prime-btn-red,
.prime-btn-purple,
.prime-btn-green
{
 -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 10px;
  font-size:12pt;
  margin-top:10px;
 }

.prime-btn-blue{

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b8fc+0,0a8ad5+100 */
background: #00b8fc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYThhZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #00b8fc 0%, #0a8ad5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b8fc), color-stop(100%,#0a8ad5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b8fc 0%,#0a8ad5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00b8fc 0%,#0a8ad5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00b8fc 0%,#0a8ad5 100%); /* IE10+ */
background: linear-gradient(to bottom, #00b8fc 0%,#0a8ad5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8fc', endColorstr='#0a8ad5',GradientType=0 ); /* IE6-8 */
color:#fff;
}

.prime-btn-blue:hover {
color:#c6efff;}


.prime-btn-orange{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffde00+0,ff9200+100 */
background: #ffde00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffde00 0%, #ff9200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ff9200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffde00 0%,#ff9200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffde00 0%,#ff9200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffde00 0%,#ff9200 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffde00 0%,#ff9200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff9200',GradientType=0 ); /* IE6-8 */
color:#fff;
border:2px solid #ffde00;
}

.prime-btn-orange:hover{color:#ffedd5;}

.prime-btn-red{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf0000+0,bf0000+0,fd0000+0,bf0000+100 */
background: #bf0000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #bf0000 0%, #bf0000 0%, #fd0000 0%, #bf0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0000), color-stop(0%,#bf0000), color-stop(0%,#fd0000), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */
color:#fff;
border:2px solid #ffeaea;
}

.prime-btn-red:hover{color:#ffeaea;}


.prime-btn-purple{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c074b1+0,7b2990+100 */
background: #c074b1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwNzRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjI5OTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #c074b1 0%, #7b2990 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c074b1), color-stop(100%,#7b2990)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c074b1 0%,#7b2990 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c074b1 0%,#7b2990 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c074b1 0%,#7b2990 100%); /* IE10+ */
background: linear-gradient(to bottom, #c074b1 0%,#7b2990 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c074b1', endColorstr='#7b2990',GradientType=0 ); /* IE6-8 */
color:#fff;
border:2px solid #f7ebfa;
}

.prime-btn-purple:hover {
    color:#f7ebfa;
    }
.prime-btn-green{
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6d331+0,38b549+100 */
background: #b6d331; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZDMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGI1NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b6d331 0%, #38b549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d331), color-stop(100%,#38b549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6d331 0%,#38b549 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6d331 0%,#38b549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d331', endColorstr='#38b549',GradientType=0 ); /* IE6-8*/
color:#fff;
border:2px solid #eff5d3;
}

.prime-btn-green:hover{color:#eff5d3;}


.prime-right-align{text-align:right;}


 .BlockGridCartBarRed {
     
     position: absolute;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        z-index:5000;

         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf0000+0,bf0000+0,fd0000+0,bf0000+100 */
background: #bf0000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #bf0000 0%, #bf0000 0%, #fd0000 0%, #bf0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0000), color-stop(0%,#bf0000), color-stop(0%,#fd0000), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */

    }

  .BlockGridCartBarRed .BlockGridTitle{font-size:12pt;text-align:center;}
  .col-md3-3-marginfix{margin-left: 13px !important;margin-right:0px;}
.alpha {
margin-left:0px !important;}

.btn-fp{font-size:16px;white-space:unset !important;font-weight:bold;}






.btn-fp-red {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf0000+0,bf0000+0,fd0000+0,bf0000+100 */
background: #bf0000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #bf0000 0%, #bf0000 0%, #fd0000 0%, #bf0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0000), color-stop(0%,#bf0000), color-stop(0%,#fd0000), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */


  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      color: #fff;
          padding: 6px 0px;
              border: none;
}

.btn-fp-red:hover {
    background-color: #bf0000;
    border-color: #562462;
    color: #fff;
}


.btn-fp-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bf0000;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-fp-red:hover, .btn-fp-red:focus, .btn-fp-red:active {
  color: white;
}
.btn-fp-red:hover:before, .btn-fp-red:focus:before, .btn-fp-red:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





.btn-fp-orange {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  
background: #ff9200; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffde00 0%, #ff9200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffde00), color-stop(100%,#ff9200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffde00 0%,#ff9200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffde00 0%,#ff9200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffde00 0%,#ff9200 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffde00 0%,#ff9200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff9200',GradientType=0 ); /* IE6-8 */


  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      color: #fff;
          padding: 6px 0px;
              border: none;
}

.btn-fp-orange:hover {
    background-color: #ff9200;
    border-color: #562462;
    color: #fff;
}


.btn-fp-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff9200;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-fp-orange:hover, .btn-fp-orange:focus, .btn-fp-orange:active {
  color: white;
}
.btn-fp-orange:hover:before, .btn-fp-orange:focus:before, .btn-fp-orange:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}








.btn-fp-blue {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  
background: #00b8fc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjhmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYThhZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #00b8fc 0%, #0a8ad5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b8fc), color-stop(100%,#0a8ad5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b8fc 0%,#0a8ad5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00b8fc 0%,#0a8ad5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00b8fc 0%,#0a8ad5 100%); /* IE10+ */
background: linear-gradient(to bottom, #00b8fc 0%,#0a8ad5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8fc', endColorstr='#0a8ad5',GradientType=0 ); /* IE6-8 */


  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      color: #fff;
          padding: 6px 0px;
              border: none;
}

.btn-fp-blue:hover {
    background-color: #0a8ad5;
    border-color: #562462;
    color: #fff;
}


.btn-fp-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0a8ad5;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-fp-blue:hover, .btn-fp-blue:focus, .btn-fp-blue:active {
  color: white;
}
.btn-fp-blue:hover:before, .btn-fp-blue:focus:before, .btn-fp-blue:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}







.Prime-Countdown-Logo {
    width: 212px;
    height: auto;
    top: -65px;
    position: relative;
    left:-7px;
}

.Prime-Countdown-Wrapper
{
    margin-top:75px;
       margin-bottom:15px;
    border: 2px solid red;
    padding: 0px 5px 5px 5px;
}

.Prime-Countdown-Game-Available{ font-family: 'Fjalla One', sans-serif;    font-size: 16px;}
.Prime-Countdown-Game{margin-bottom:10px;text-align:center;top:-35px;    position: relative;}





.Prime-Countdown-Game-Title{margin-top:20px;color:#000;font-weight:bold;font-family: 'Fjalla One', sans-serif;    font-size: 18px;}




.Prime-Countdown-Game-header::before {

    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.Prime-Countdown-Game-header {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    clear: right;
    display: block;
    float: right;
   
    padding: 15px;
    text-align: right;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    width: 280px;
    text-align:center;
    background-color: rgba(255, 255, 255, 0.6);
    ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";

    border-radius:50%;
  
        height: 250px;
        margin-top:10px;
}

.Prime-Countdown-Game-header .Prime-Countdown-Game-Title {margin-bottom:35px;}

.Prime-Countdown-Game-header .Prime-Countdown-Game-Title-free{color:#fff; font-size:30px;margin-top:12px;
                                                             /*-webkit-text-stroke: 2px black;*/
   text-shadow:
       2px 2px 0 #000,
     -2px -2px 0 #000,  
      2px -2px 0 #000,
      -2px 2px 0 #000,
       2px 2px 0 #000;}


.Prime-Countdown-Game-header .Prime-Countdown-Game-Available{color:#fff; font-size:30px;margin-top:12px;
                                                            /* -webkit-text-stroke: 2px black;*/
   text-shadow:
       2px 2px 0 #000,
     -2px -2px 0 #000,  
      2px -2px 0 #000,
      -2px 2px 0 #000,
       2px 2px 0 #000;}

.Prime-Countdown-Game-Title-free{

    position:relative;
    top:78px;
}

.CDTheader {
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    color: #fff;
    margin: 6px 0 0;
    font-weight: bold;
}

.CDTheader .number-wrapper {
    margin: 4px;
    /*
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;*/
    position: relative;
     display: inline-block;
}

.CDTheader .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    /*
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;*/
}
       
.CDTheader .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;

    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  
}


.CDTheader .countdown-caption {
   font-family: 'Fjalla One', sans-serif;
   font-size: 18px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   margin: 0;
 color:#fff;
                                                               /* -webkit-text-stroke: 1px black;*/
   text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;

    /*
    -moz-text-shadow: 0 0px 5px #000000;
    -webkit-text-shadow: 0 0px 5px #000000;
    text-shadow: 0px 0px 5px #000000;*/
    }



/************/
.CDT {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 6px 0 0;
    font-weight: bold;
}

.CDT .number-wrapper {
    margin: 4px;
    /*
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;*/
    position: relative;
     display: inline-block;
}

.CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #555;


    /*
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;*/
}
       
.CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;

    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  
}


.countdown-divider{color:#000;}

.countdown-caption {
   font-family: 'Fjalla One', sans-serif;
   font-size: 14px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   margin: 0;
    color: #000;
    /*
    -moz-text-shadow: 0 0px 5px #000000;
    -webkit-text-shadow: 0 0px 5px #000000;
    text-shadow: 0px 0px 5px #000000;*/
    }



.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#fff;text-shadow:0 1px 0 #fff;opacity:.5;filter:alpha(opacity=50)}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.9;filter:alpha(opacity=90)}
button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}
.modal-open{overflow:hidden}
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px;/*background-color:#222*/background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(51, 204, 255, 1) 0%, rgba(32, 132, 199, 1) 100%) repeat scroll 0 0;}
.modal-header .close{margin-top:-2px;color:#fff}
.modal-title{margin:0;line-height:1.428571429;color:#fff}
.modal-body{position:relative;padding:20px}
.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5;/*background-color:#222*/background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(51, 204, 255, 1) 0%, rgba(32, 132, 199, 1) 100%) repeat scroll 0 0;}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}

@media (min-width:768px){
    .modal-dialog{width:600px;margin:30px auto}
    .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
    .modal-sm{width:300px}

}
@media (min-width:992px){
    .modal-lg{width:900px}

}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .codelistDetails{overflow-x:auto;max-height:500px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .CodeSaveList{color:#333}
   .codelistDetails{overflow-x:auto;max-height:500px;}

.CodeSaveList { color:#333; }
.CodeSaveList ul { font-size:18px; }
.CodeSaveList ul li { }



/* Framework start from here */
.tree {margin-bottom:40px;}
.tree li {
      padding:10px 5px 0 5px;
      color:#555555;
}

.treefirst{position:relative; left:-5px;font-weight:bold;font-size:14px;}
.subtreeitem{font-weight:normal;font-size:12px;}
.tree ul{  border-left:1px solid #999;    position:relative; left:-25px;}

.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 0px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree ul:before{
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px;
    left:-20px;
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
     height:20px;
    top:25px;
    width:25px
}


.tree li:last-child::before {
    height:30px
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: ~"url('@{icon-font-path}@{icon-font-name}.eot')";
  src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')",
       ~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')",
       ~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')",
       ~"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')";
}

// Catchall baseclass
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

// Individual icons
.glyphicon-asterisk               { &:before { content: "\2a"; } }
.glyphicon-plus                   { &:before { content: "\2b"; } }
.glyphicon-euro                   { &:before { content: "\20ac"; } }
.glyphicon-minus                  { &:before { content: "\2212"; } }
.glyphicon-cloud                  { &:before { content: "\2601"; } }
.glyphicon-envelope               { &:before { content: "\2709"; } }
.glyphicon-pencil                 { &:before { content: "\270f"; } }
.glyphicon-glass                  { &:before { content: "\e001"; } }
.glyphicon-music                  { &:before { content: "\e002"; } }
.glyphicon-search                 { &:before { content: "\e003"; } }
.glyphicon-heart                  { &:before { content: "\e005"; } }
.glyphicon-star                   { &:before { content: "\e006"; } }
.glyphicon-star-empty             { &:before { content: "\e007"; } }
.glyphicon-user                   { &:before { content: "\e008"; } }
.glyphicon-film                   { &:before { content: "\e009"; } }
.glyphicon-th-large               { &:before { content: "\e010"; } }
.glyphicon-th                     { &:before { content: "\e011"; } }
.glyphicon-th-list                { &:before { content: "\e012"; } }
.glyphicon-ok                     { &:before { content: "\e013"; } }
.glyphicon-remove                 { &:before { content: "\e014"; } }
.glyphicon-zoom-in                { &:before { content: "\e015"; } }
.glyphicon-zoom-out               { &:before { content: "\e016"; } }
.glyphicon-off                    { &:before { content: "\e017"; } }
.glyphicon-signal                 { &:before { content: "\e018"; } }
.glyphicon-cog                    { &:before { content: "\e019"; } }
.glyphicon-trash                  { &:before { content: "\e020"; } }
.glyphicon-home                   { &:before { content: "\e021"; } }
.glyphicon-file                   { &:before { content: "\e022"; } }
.glyphicon-time                   { &:before { content: "\e023"; } }
.glyphicon-road                   { &:before { content: "\e024"; } }
.glyphicon-download-alt           { &:before { content: "\e025"; } }
.glyphicon-download               { &:before { content: "\e026"; } }
.glyphicon-upload                 { &:before { content: "\e027"; } }
.glyphicon-inbox                  { &:before { content: "\e028"; } }
.glyphicon-play-circle            { &:before { content: "\e029"; } }
.glyphicon-repeat                 { &:before { content: "\e030"; } }
.glyphicon-refresh                { &:before { content: "\e031"; } }
.glyphicon-list-alt               { &:before { content: "\e032"; } }
.glyphicon-lock                   { &:before { content: "\e033"; } }
.glyphicon-flag                   { &:before { content: "\e034"; } }
.glyphicon-headphones             { &:before { content: "\e035"; } }
.glyphicon-volume-off             { &:before { content: "\e036"; } }
.glyphicon-volume-down            { &:before { content: "\e037"; } }
.glyphicon-volume-up              { &:before { content: "\e038"; } }
.glyphicon-qrcode                 { &:before { content: "\e039"; } }
.glyphicon-barcode                { &:before { content: "\e040"; } }
.glyphicon-tag                    { &:before { content: "\e041"; } }
.glyphicon-tags                   { &:before { content: "\e042"; } }
.glyphicon-book                   { &:before { content: "\e043"; } }
.glyphicon-bookmark               { &:before { content: "\e044"; } }
.glyphicon-print                  { &:before { content: "\e045"; } }
.glyphicon-camera                 { &:before { content: "\e046"; } }
.glyphicon-font                   { &:before { content: "\e047"; } }
.glyphicon-bold                   { &:before { content: "\e048"; } }
.glyphicon-italic                 { &:before { content: "\e049"; } }
.glyphicon-text-height            { &:before { content: "\e050"; } }
.glyphicon-text-width             { &:before { content: "\e051"; } }
.glyphicon-align-left             { &:before { content: "\e052"; } }
.glyphicon-align-center           { &:before { content: "\e053"; } }
.glyphicon-align-right            { &:before { content: "\e054"; } }
.glyphicon-align-justify          { &:before { content: "\e055"; } }
.glyphicon-list                   { &:before { content: "\e056"; } }
.glyphicon-indent-left            { &:before { content: "\e057"; } }
.glyphicon-indent-right           { &:before { content: "\e058"; } }
.glyphicon-facetime-video         { &:before { content: "\e059"; } }
.glyphicon-picture                { &:before { content: "\e060"; } }
.glyphicon-map-marker             { &:before { content: "\e062"; } }
.glyphicon-adjust                 { &:before { content: "\e063"; } }
.glyphicon-tint                   { &:before { content: "\e064"; } }
.glyphicon-edit                   { &:before { content: "\e065"; } }
.glyphicon-share                  { &:before { content: "\e066"; } }
.glyphicon-check                  { &:before { content: "\e067"; } }
.glyphicon-move                   { &:before { content: "\e068"; } }
.glyphicon-step-backward          { &:before { content: "\e069"; } }
.glyphicon-fast-backward          { &:before { content: "\e070"; } }
.glyphicon-backward               { &:before { content: "\e071"; } }
.glyphicon-play                   { &:before { content: "\e072"; } }
.glyphicon-pause                  { &:before { content: "\e073"; } }
.glyphicon-stop                   { &:before { content: "\e074"; } }
.glyphicon-forward                { &:before { content: "\e075"; } }
.glyphicon-fast-forward           { &:before { content: "\e076"; } }
.glyphicon-step-forward           { &:before { content: "\e077"; } }
.glyphicon-eject                  { &:before { content: "\e078"; } }
.glyphicon-chevron-left           { &:before { content: "\e079"; } }
.glyphicon-chevron-right          { &:before { content: "\e080"; } }
.glyphicon-plus-sign              { &:before { content: "\e081"; } }
.glyphicon-minus-sign             { &:before { content: "\e082"; } }
.glyphicon-remove-sign            { &:before { content: "\e083"; } }
.glyphicon-ok-sign                { &:before { content: "\e084"; } }
.glyphicon-question-sign          { &:before { content: "\e085"; } }
.glyphicon-info-sign              { &:before { content: "\e086"; } }
.glyphicon-screenshot             { &:before { content: "\e087"; } }
.glyphicon-remove-circle          { &:before { content: "\e088"; } }
.glyphicon-ok-circle              { &:before { content: "\e089"; } }
.glyphicon-ban-circle             { &:before { content: "\e090"; } }
.glyphicon-arrow-left             { &:before { content: "\e091"; } }
.glyphicon-arrow-right            { &:before { content: "\e092"; } }
.glyphicon-arrow-up               { &:before { content: "\e093"; } }
.glyphicon-arrow-down             { &:before { content: "\e094"; } }
.glyphicon-share-alt              { &:before { content: "\e095"; } }
.glyphicon-resize-full            { &:before { content: "\e096"; } }
.glyphicon-resize-small           { &:before { content: "\e097"; } }
.glyphicon-exclamation-sign       { &:before { content: "\e101"; } }
.glyphicon-gift                   { &:before { content: "\e102"; } }
.glyphicon-leaf                   { &:before { content: "\e103"; } }
.glyphicon-fire                   { &:before { content: "\e104"; } }
.glyphicon-eye-open               { &:before { content: "\e105"; } }
.glyphicon-eye-close              { &:before { content: "\e106"; } }
.glyphicon-warning-sign           { &:before { content: "\e107"; } }
.glyphicon-plane                  { &:before { content: "\e108"; } }
.glyphicon-calendar               { &:before { content: "\e109"; } }
.glyphicon-random                 { &:before { content: "\e110"; } }
.glyphicon-comment                { &:before { content: "\e111"; } }
.glyphicon-magnet                 { &:before { content: "\e112"; } }
.glyphicon-chevron-up             { &:before { content: "\e113"; } }
.glyphicon-chevron-down           { &:before { content: "\e114"; } }
.glyphicon-retweet                { &:before { content: "\e115"; } }
.glyphicon-shopping-cart          { &:before { content: "\e116"; } }
.glyphicon-folder-close           { &:before { content: "\e117"; } }
.icon-folder-open            { &:before { content: "\e118"; } }
.glyphicon-resize-vertical        { &:before { content: "\e119"; } }
.glyphicon-resize-horizontal      { &:before { content: "\e120"; } }
.glyphicon-hdd                    { &:before { content: "\e121"; } }
.glyphicon-bullhorn               { &:before { content: "\e122"; } }
.glyphicon-bell                   { &:before { content: "\e123"; } }
.glyphicon-certificate            { &:before { content: "\e124"; } }
.glyphicon-thumbs-up              { &:before { content: "\e125"; } }
.glyphicon-thumbs-down            { &:before { content: "\e126"; } }
.glyphicon-hand-right             { &:before { content: "\e127"; } }
.glyphicon-hand-left              { &:before { content: "\e128"; } }
.glyphicon-hand-up                { &:before { content: "\e129"; } }
.glyphicon-hand-down              { &:before { content: "\e130"; } }
.glyphicon-circle-arrow-right     { &:before { content: "\e131"; } }
.glyphicon-circle-arrow-left      { &:before { content: "\e132"; } }
.glyphicon-circle-arrow-up        { &:before { content: "\e133"; } }
.glyphicon-circle-arrow-down      { &:before { content: "\e134"; } }
.glyphicon-globe                  { &:before { content: "\e135"; } }
.glyphicon-wrench                 { &:before { content: "\e136"; } }
.glyphicon-tasks                  { &:before { content: "\e137"; } }
.glyphicon-filter                 { &:before { content: "\e138"; } }
.glyphicon-briefcase              { &:before { content: "\e139"; } }
.glyphicon-fullscreen             { &:before { content: "\e140"; } }
.glyphicon-dashboard              { &:before { content: "\e141"; } }
.glyphicon-paperclip              { &:before { content: "\e142"; } }
.glyphicon-heart-empty            { &:before { content: "\e143"; } }
.glyphicon-link                   { &:before { content: "\e144"; } }
.glyphicon-phone                  { &:before { content: "\e145"; } }
.glyphicon-pushpin                { &:before { content: "\e146"; } }
.glyphicon-usd                    { &:before { content: "\e148"; } }
.glyphicon-gbp                    { &:before { content: "\e149"; } }
.glyphicon-sort                   { &:before { content: "\e150"; } }
.glyphicon-sort-by-alphabet       { &:before { content: "\e151"; } }
.glyphicon-sort-by-alphabet-alt   { &:before { content: "\e152"; } }
.glyphicon-sort-by-order          { &:before { content: "\e153"; } }
.glyphicon-sort-by-order-alt      { &:before { content: "\e154"; } }
.glyphicon-sort-by-attributes     { &:before { content: "\e155"; } }
.glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
.glyphicon-unchecked              { &:before { content: "\e157"; } }
.glyphicon-expand                 { &:before { content: "\e158"; } }
.glyphicon-collapse-down          { &:before { content: "\e159"; } }
.glyphicon-collapse-up            { &:before { content: "\e160"; } }
.glyphicon-log-in                 { &:before { content: "\e161"; } }
.glyphicon-flash                  { &:before { content: "\e162"; } }
.glyphicon-log-out                { &:before { content: "\e163"; } }
.glyphicon-new-window             { &:before { content: "\e164"; } }
.glyphicon-record                 { &:before { content: "\e165"; } }
.glyphicon-save                   { &:before { content: "\e166"; } }
.glyphicon-open                   { &:before { content: "\e167"; } }
.glyphicon-saved                  { &:before { content: "\e168"; } }
.glyphicon-import                 { &:before { content: "\e169"; } }
.glyphicon-export                 { &:before { content: "\e170"; } }
.glyphicon-send                   { &:before { content: "\e171"; } }
.glyphicon-floppy-disk            { &:before { content: "\e172"; } }
.glyphicon-floppy-saved           { &:before { content: "\e173"; } }
.glyphicon-floppy-remove          { &:before { content: "\e174"; } }
.glyphicon-floppy-save            { &:before { content: "\e175"; } }
.glyphicon-floppy-open            { &:before { content: "\e176"; } }
.glyphicon-credit-card            { &:before { content: "\e177"; } }
.glyphicon-transfer               { &:before { content: "\e178"; } }
.glyphicon-cutlery                { &:before { content: "\e179"; } }
.glyphicon-header                 { &:before { content: "\e180"; } }
.glyphicon-compressed             { &:before { content: "\e181"; } }
.glyphicon-earphone               { &:before { content: "\e182"; } }
.glyphicon-phone-alt              { &:before { content: "\e183"; } }
.glyphicon-tower                  { &:before { content: "\e184"; } }
.glyphicon-stats                  { &:before { content: "\e185"; } }
.glyphicon-sd-video               { &:before { content: "\e186"; } }
.glyphicon-hd-video               { &:before { content: "\e187"; } }
.glyphicon-subtitles              { &:before { content: "\e188"; } }
.glyphicon-sound-stereo           { &:before { content: "\e189"; } }
.glyphicon-sound-dolby            { &:before { content: "\e190"; } }
.glyphicon-sound-5-1              { &:before { content: "\e191"; } }
.glyphicon-sound-6-1              { &:before { content: "\e192"; } }
.glyphicon-sound-7-1              { &:before { content: "\e193"; } }
.glyphicon-copyright-mark         { &:before { content: "\e194"; } }
.glyphicon-registration-mark      { &:before { content: "\e195"; } }
.glyphicon-cloud-download         { &:before { content: "\e197"; } }
.glyphicon-cloud-upload           { &:before { content: "\e198"; } }
.glyphicon-tree-conifer           { &:before { content: "\e199"; } }
.glyphicon-tree-deciduous         { &:before { content: "\e200"; } }


.cjCodeList{
    list-style:none;
     padding-left: 2px;
}

.cjCodeList li {
    padding-left: 2px;
}

.cjCodeListTitle{
    font-family:ub
}


.btn-fp-green {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  
background: #b6d331; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZDMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGI1NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b6d331 0%, #38b549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d331), color-stop(100%,#38b549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6d331 0%,#38b549 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6d331 0%,#38b549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d331', endColorstr='#38b549',GradientType=0 ); /* IE6-8*/


  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      color: #fff;
          padding: 4px 4px;
              border: none;
              margin-bottom:3px;
}

.btn-fp-green:hover {
    background-color: #aed133;
    border-color: #562462;
    color: #fff;
}


.btn-fp-green:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #38b549;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-fp-green:hover, .btn-fp-green:focus, .btn-fp-green:active {
  color: white;
}
.btn-fp-green:hover:before, .btn-fp-green:focus:before, .btn-fp-green:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





.btn-fp-green-xs {
    font-size:12px;
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  
background: #b6d331; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZDMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGI1NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b6d331 0%, #38b549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d331), color-stop(100%,#38b549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6d331 0%,#38b549 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6d331 0%,#38b549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d331', endColorstr='#38b549',GradientType=0 ); /* IE6-8*/


  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      color: #fff;
          padding: 4px 4px;
              border: none;
              margin-bottom:3px;
}

.btn-fp-green-xs:hover {
    background-color: #aed133;
    border-color: #562462;
    color: #fff;
}


.btn-fp-green-xs:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aed133;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-fp-green-xs:hover, .btn-fp-green-xs:focus, .btn-fp-green-xs:active {
  color: white;
}
.btn-fp-green-xs:hover:before, .btn-fp-green-xs:focus:before, .btn-fp-green-xs:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.codelisttbl tr:hover{background-color:#f4fbe6;}

.btn-xl{padding:10px;margin-top:10px;}


.prime-footer-text {
     font-family: 'Fjalla One', sans-serif;
    font-size:30px;
    margin: auto;
  position: absolute;
  top: 155px; left: 0; bottom: 0; right: 0; height:50px;width:600px;  padding-top: 16px;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6d331+0,38b549+100 */
background: #b6d331; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZDMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGI1NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b6d331 0%, #38b549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d331), color-stop(100%,#38b549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6d331 0%,#38b549 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6d331 0%,#38b549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d331', endColorstr='#38b549',GradientType=0 ); /* IE6-8*/


            -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

.prime-footer-text:hover {    
    background-color: #ff9200;
    border-color: #562462;
    color: #fff;}

.prime-footer-text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #38b549;
  border: solid 1px #38b549;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.prime-footer-text:hover, .prime-footer-text:focus, .prime-footer-text:active {
  color: white;
}
.prime-footer-text:hover:before, .prime-footer-text:focus:before, .prime-footer-text:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.prime-footer-text a{ vertical-align:middle;color:#fff;}



.AccountsGrid::after {
    clear: both;
    content: " ";
    display: block;
}
.AccountsGrid {
    background: #e5e5e5 none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 8px;
    width: 960px;
}

.AccountsItem
{
background-color:#f0f0f0;
}



.PointsTitle{
    background-color:#000;
    width: 100%;
        display: inline-block;
        text-align:center;
}

.PointsDecription {color:#000;
margin:20px 0px;}

.PointsDecription h3 {  color:#85c53e;font-family:'Ubuntu';font-size:26px;
}


.PointsPrice a:hover {      color:#fff; 
}

.PriceAnchor {
        float:right;
          font-size: 14px;
    font-weight: 400;
    color:#fff;          padding: 6px 4px;
    }

.PriceAnchor:hover {
      color:#fff;  
}
    
.PointPriceLabel{float:left;color:#fff;    font-size: 14px;
    font-weight: 400;          padding: 6px 4px;}

.PointsProductTitle {
text-align:center;
padding:5px 0px;

}

.PointsProductTitle a{
     font-size: 14px;
    font-weight:bold;          padding: 6px 4px;
    color:#000;
}



.alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size:12px;

     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    display: inline-block;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success:hover {
    color: #3c763d;
}

.alert-success {
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger {
    background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.prime-img{margin:10px 0px;width:100%;height:auto;}
.flg {padding-right:5px;width:auto;height:20px;
}


.SeeAllCheats{
      width: 432px;
    background: #b6d331; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZDMzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOGI1NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b6d331 0%, #38b549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d331), color-stop(100%,#38b549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b6d331 0%,#38b549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b6d331 0%,#38b549 100%); /* IE10+ */
background: linear-gradient(to bottom, #b6d331 0%,#38b549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d331', endColorstr='#38b549',GradientType=0 ); /* IE6-8*/
    padding:10px;
    float:right;
    margin-top:20px;
        display:block;
        clear:right;
        text-align:right;

            -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.WhatisPrime
{
    -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

        clear:right;
    display:block;
    width:460px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf0000+0,bf0000+0,fd0000+0,bf0000+100 */
background: #bf0000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #bf0000 0%, #bf0000 0%, #fd0000 0%, #bf0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0000), color-stop(0%,#bf0000), color-stop(0%,#fd0000), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* IE10+ */
background: linear-gradient(to bottom, #bf0000 0%,#bf0000 0%,#fd0000 0%,#bf0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-8 */
    padding:15px;
    float:right;
    margin-top:30px;
            text-align:right;
}

.btn-fp-red:hover {
    background-color: #bf0000;
    border-color: #562462;
    color: #fff;
}


.WhatisPrime:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bf0000;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.WhatisPrime:hover, .WhatisPrime:focus, .WhatisPrime:active {
  color: white;
}
.WhatisPrime:hover:before, .WhatisPrime:focus:before, .WhatisPrime:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.SeeAllCheats:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #38b549;
  border: solid 1px 7b298f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.SeeAllCheats:hover, .SeeAllCheats:focus, .SeeAllCheats:active {
  color: white;
}
.SeeAllCheats:hover:before, .SeeAllCheats:focus:before, .SeeAllCheats:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.WhatisPrime a{color:#fff; font-family: 'Fjalla One', sans-serif;font-size:40px;}

.SeeAllCheats a{color:#fff; font-family: 'Fjalla One', sans-serif;font-size:40px;}

.CategoryContainer{position:relative;}


.yokaicountdownbkg{
    background:#fff url(/images/prime/countdown/banner/prime-countdown-yokai-watch.jpg) no-repeat 50% 0;
    height:300px;
}

.MysteryDungeoncountdownbkg{
    background:#fff url(/images/prime/countdown/banner/prime-countdown-mystery-dungeon.jpg) no-repeat 50% 0;
    height:300px;
}

.Mario-Luigi-PaperJam-Broscountdownbkg{
    background:#fff url(/images/prime/countdown/banner/Mario-Luigi-PaperJam-Bros.jpg) no-repeat 50% 0;
    height:300px;
}

.primebgk{
    background:#fff url(/images/prime/prime-what-is-banner.jpg) no-repeat 50% 0;
    height:225px;
}

.cheatsnsavesbgk
{
    background:#fff url(/images/banners/Banner_CheatsAndSaves.jpg) no-repeat 50% 0;
    height:225px;
}

.buypointsbgk{
    background:#fff url(/images/banners/Banner_BuyPoints.jpg) no-repeat 50% 0;
    height:225px;
    
}

.productsbgk{
    background:#fff url(/images/banners/Banner_ProductPage.jpg) no-repeat 50% 0;
    height:225px;
    
}

#ctl00_Header1_PointsMenu1_litPoints{color:#fff;}


.formfield {display:block;float:left;text-align:right;padding:5px 0 5px 5px;}
.formfield a {color:#FFF;text-decoration:none;padding:2px;}
.formfield input,select {border:1px solid #E7E7E7;font-size:12px;font-family:Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans, Geneva, Arial, sans-serif;margin-left:5px;padding:2px;}
.formfield .formlabel {float:left;width:200px;border:0;}
.formfield .formhint {float:right;width:100px;position:relative;display:block;text-align:left;}


.formlabel input, select {
    border: 1px solid #e7e7e7;
    font-family: Lucida Sans Unicode,Lucida Grande,LucidaGrande,Lucida Sans,Geneva,Arial,sans-serif;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px;
}

.btn-login-right{float:right;margin-top:10px;}



.bstable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bstable > thead > tr > th,
.bstable > tbody > tr > th,
.bstable > tfoot > tr > th,
.bstable > thead > tr > td,
.bstable > tbody > tr > td,
.bstable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bstable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bstable > caption + thead > tr:first-child > th,
.bstable > colgroup + thead > tr:first-child > th,
.bstable > thead:first-child > tr:first-child > th,
.bstable > caption + thead > tr:first-child > td,
.bstable > colgroup + thead > tr:first-child > td,
.bstable > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.bstable th{text-align:left;}

.bstable > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bstable .bstable {
  background-color: #ffffff;
}

.bstable-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.bstable-hover > tbody > tr:hover {
  background-color: #e3f5fd;
}


.AccountMenu{background-color:#efefef;
             padding:0px  0px 5px 0px;
}
.AccountMenuHeader {padding:20px;
background-color: #1a1a1a;}
.AccountMenutitle{font-size:16px;font-family: 'ubuntu', sans-serif;font-weight:bold;color:#fff; }
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu{list-style:none;padding:0;}
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu li{padding:10px}
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu .selected{background-color:#959595;color:#fff;}
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu .selected a{background-color:#959595;color:#fff;color:#fff;font-size:14px;}
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu a{font-family: 'Ubuntu', sans-serif;color:#000;font-size:14px;}
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu li:hover{  background-color: #e3f5fd;}
#ctl00_MainContentHolder_MyAccountMenu_lstMyAccountMenu .selected:hover{background-color:#959595;}

.hideme {
visibility:hidden;
display:none;
}

.TitleMinHeightFix {
min-height:66px;}

.ForgotPs {
color:red;}