﻿ 
/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(../images/bg.gif) repeat-x;	
}

strike { text-decoration: line-through; }

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
.hh1, h3, .hh2 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	/*display:none;*/
	 margin-left: -7500px;
}

.hh1 {
	font-size: 26px;
	/*letter-spacing: .5px;*/
}

h2 {
	display:none;
	margin-left: -7500px;
}

.hh2 {
	font-size: 115%;	
	text-transform: uppercase; 
}

h3 {
	font-size: 115%;
	color: #003366;		
}

/* images */
/*img {
	border: 2px solid #CCC;
}*/
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

.hh1, h3, p, .hh2 {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input
{
    padding: 2px;
    border: 1px solid #C0C0C0;
    font: normal 1em Verdana, sans-serif;
    color: #777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}
/* search form 
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}*/
form.search input.textbox
{
    margin: 0;
    width: 120px;
    border: 1px solid #000000;
    background: #FFF; /*color: #333;*/
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(../images/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 70px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs */
#header ul {
	position: absolute;
   margin:0;
   list-style:none;
	right:-18px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	float: right;
	margin: 0; padding: 0;
	width: 525px;	
}
#main .hh2 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	background-color: #CC0000;	
	display:block;
	letter-spacing: .5px;
	text-transform:none;
}

#main1 {
	
	margin: 0; padding: 0;
	width: 780px;	
}
#main1 h2, .hh2 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	background-color: #CC0000;	
	letter-spacing: .5px;
	text-transform:none;
	display:block;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h3 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
	/*height:100px;*/
}
#sidebar .left-box-shop {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
	text-align: center;
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0px; 
	padding: 0px;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(../images/bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a
{
    font-weight: bold;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(../images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; width: 330px;}
.right { float: right;}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

.buynow
{
    display: block;
    width: 140px;
    height: 33px;
    background: url(   "../images/buy-fake-id.png" ) no-repeat 0 0;
    float: right;
    margin-right: 20px;
    border:0px;
}

.buynow:hover
{
background-position: 0 -33px;
}

.remove
{
    display: block;
    width: 50px;
    height: 15px;
    background: url("../images/btn-remove.gif" ) no-repeat 0 0; /*float: right;
    margin-right: 20px;*/
    border: 0px;
    text-decoration:none;
}

.remove:hover
{
background-position: 0 -15px;
}



.buynowcart

{
    display: block;
    width: 50px;
    height: 20px;
    background: url(   "../images/viewbtn.png" ) no-repeat 0 0;
    float: left;
    margin-left: 20px;
}
.buynowcart:hover
{
background-position: 0 -20px;
}

.buynowcheckout

{
    display: block;
    width: 95px;
    height: 20px;
    background: url("../images/checkoutbtn.png" ) no-repeat 0 0;
    float: right;
    margin-right: 20px;
}
.buynowcheckout:hover
{
background-position: 0 -20px;
}

.emptycart
{
    width: 500px;
    height: 200px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}



.submit
{
  display: block;
  width: 142px;
  height: 35px;
  background: url("../images/submit.png") no-repeat 0 0;
}

.submit:hover
{
background-position: 0 -37px;






  /*display: block;
  width: 140px;
  height: 33px;
  background: url("../images/buy-fake-id.png") no-repeat 0 0;
  Float:right;*/

}

.buynow span
{
  display: none;
}

.shoppingcart  {
width: 500px;
border-collapse: collapse;
Float:left;
height:200px;
}

.shoppingcart th {
    color: #FFF;
	background-color: #CC0000;
	padding:10px 4px 8px 4px;
}

.shoppingcart .order
{
    width: 300px;
    text-align: center;
}

.shoppingcart .quantity
{
    width: 100px;
    text-align: center;
   
}

 .shoppingcart .price {
    width: 100px;
  /*  text-align: center;
 margin:auto;*/
 }

.shoppingcart .cardimagesmall {
Float:left;
padding:10px;

}

.shoppingcart .CardName
{
   
    font-weight: bold;
    vertical-align:middle;
}


.red-big {

	color:#c10000;
	font-size:18px;
	text-decoration:none;

}

.big {

	font-size:16px;
	display:block;
    font-weight: bold;
}

#login  {

width:400px;
Float:right;
}


#createacount  {

width:300px;
Float:left;
}

.btn-red
{
  display: block;
  width: 130px;
  height: 40px;
  background: url(http://www.myfakeid.co.uk/images/btn-red.gif) no-repeat 0 0;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  padding-right: 13px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold;
}

.btn-red:hover  { 
   
  color: Black; 
  text-decoration: none;
  cursor: pointer;
}

.btn-edit
{
    display: block;
    width: 50px;
    height: 20px;
    background: url(http://www.myfakeid.co.uk/images/btn-edit.gif) no-repeat 0 0;
    font-size: 12px;
    text-align: center; /*padding-top: 2px;
  padding-right: 13px;*/
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    bottom: 0px;
}

.btn-edit:hover  { 
   
  color: Black; 
  text-decoration: none;
  cursor: pointer;
  background-position:0 -20px;
}


.trackorder {

color: #FFFFFF;
background-color:Red;
}

.trackorder:hover  { 
   
  color: Black; 
  text-decoration: none;
  cursor: pointer;
  background-color:Red;
}


.magnifier a
{
    display: block;
    padding: 14px 8px 13px 38px; /*color:#FFFFFF;
		text-decoration:none;*/
    background: url(http://www.myfakeid.co.uk/images/magnifier-icon.jpg) no-repeat 10px;
    float: left;
    vertical-align: middle;
     font-size: 14px;
  text-align: center;
}

.buynowbackgd
{
display:block;
    padding: 10px;
    background: url(../images/buynowbg.jpg) no-repeat 0 0;
    width: 320px;
    height: 116px;
}

.cost
{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 10px;
}
.cost1
{
    font-size: 20px;
    color: #333;
}


.inputtable {width: 300px;}

inputtable1 {width: 400px;}

.inputtable td, .inputtable1 td {
	padding: 6px;
}

.validationsummary {
font-size: 10px;
}

.textbox
{
    border-width: 1px;
    border-color: #C0C0C0;
}

#printtext {
display:none;

}
/*##########################   POPUP STYLE   ###################################*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}


  /*	--[ content - deals list ]------------------------------ */	

.orderList {
		width:100%;
		border-collapse: collapse;
		margin-top:10px;
	}
	
	.orderList tr.alternate {
		background-color:#f4f7fb;
	}
	
	.orderList th {
		color:#FFFFFF;
		background-color: #000000;
		padding:10px 4px 8px 4px;
	}
	
	.orderList th.orderreference {
		background:url(../images/deal_list_th.png) #000000 no-repeat left top;
	}
	.orderList th.carddetails {
		background:url(../images/deal_list_th.png) #000000 no-repeat left top;
	}
	.orderList th.actions {
		background:url(../images/deal_list_th.png) #000000 no-repeat right top;
	}

	
	.orderList td {
		padding:4px;
		border-bottom:1px solid #000000;
	}
	.orderList td.orderreference {
		border-left:1px solid #000000;
	}
	.orderList td.carddetails {
		border-left:1px solid #000000;
		border-right:1px solid #000000;
	}
	.orderList td.actions {
		border-right:1px solid #000000;
		width:200px;
	}
		.orderList td.cards {
		width:200px;
	}
	
	.orderList .orderreference,
	.orderList .cards,
	.orderList .date,
	.orderList .status,
	.orderList .actions {
		text-align: center;
	}
	
	.orderList .actions a.moreInfo {width:98px;height:28px;display: block;text-indent:-1000px;margin:10px auto;background:url(../images/content/btn_more_info.png) transparent no-repeat left top;overflow: hidden;}
	.orderList .actions a.moreInfo:hover {background-position: left bottom;}
	
	.Btnsubmitphoto, .Btnchangeit, .Btnphotocontinue, .Btndontagree, .Btnagree, .Btnsendphoto, .Btnmoreinfo, .BtnConvert, .Btnnothanks  {display: block;width: 90px;height: 30px;}	
.BtnConvert {background: url("../images/btn-convert.gif") no-repeat 0 0;float :right;}
.BtnConvert:hover   {background-position:0 -30px;}
.Btnnothanks {background: url("../images/btn-nothanks.gif") no-repeat 0 0;float :left;}
.Btnnothanks:hover   {background-position:0 -30px;}


.Btnsubmitphoto   {background: url("../images/btn-upload-photo.gif") no-repeat 0 0;float :left;}
.Btnsubmitphoto:hover   {background-position:0 -30px;}
.Btnchangeit   {background: url("../images/btn-changeit.gif") no-repeat 0 0;float :left;}
.Btnchangeit:hover   {background-position:0 -30px;}
.Btnphotocontinue   {background: url("../images/btn-photocontinue.gif") no-repeat 0 0;float :right;}
.Btnphotocontinue:hover   {background-position:0 -30px;}

.Btndontagree   {background: url("../images/btn-dont-agree.gif") no-repeat 0 0;float :left; margin-left:200px;}
.Btndontagree:hover   {background-position:0 -30px;}
.Btnagree   {background: url("../images/btn-agree.gif") no-repeat 0 0;float :right; margin-right:200px;}
.Btnagree:hover   {background-position:0 -30px;}
.Btnsendphoto   {background: url("../images/btn-sendphoto.gif") no-repeat 0 0;float :left;}
.Btnsendphoto:hover   {background-position:0 -30px;}
.Btnmoreinfo   {background: url("../images/btn-moreinfo.gif") no-repeat 0 0;float :right; margin-right:200px; margin-top:120px;}
.Btnmoreinfo:hover   {background-position:0 -30px;}

.Breadcrumb {

Float:left;
width:100%;


}
/*Customer account*/

#btn-edit-order   {display: block;width: 90px;height: 30px;background: url("../images/btn-edit-order-details.gif") no-repeat 0 0;float :left;}
#btn-edit-order:hover   {background-position:0 -30px;}

#ctl00_ContentPlaceHolder1_BtnUpdateOrderItem   {display: block;width: 140px;height: 40px;background: url("../images/btn-update.gif") no-repeat 0 0;float :left;}
#ctl00_ContentPlaceHolder1_BtnUpdateOrderItem:hover   {background-position:0 -40px;}

#btn-return-to-order   {display: block;width: 120px;height:25px;background: url("../images/btn-return-to-order.gif") no-repeat 0 0;float :right;}
#btn-return-to-order:hover   {background-position:0 -25px;}
#btn-return-to-orders   {display: block;width: 120px;height:25px;background: url("../images/btn-return-to-orders.gif") no-repeat 0 0;float :right;margin:20px 20px 0px 0px;}
#btn-return-to-orders:hover   {background-position:0 -25px;}

#btn-reprint-order-form   {display: block;width: 90px;height: 30px;background: url("../images/btn-reprint-order-form.gif") no-repeat 0 0;float :right;}
#btn-reprint-order-form:hover   {background-position:0 -30px;}
#btn-edit-this-card   { display: block; width: 90px; height: 30px; background: url("../images/btn-edit-this-card.gif") no-repeat 0 0;}
#btn-edit-this-card:hover   {background-position:0 -30px;}
#leftViewdetails{float: left;width: 200px;padding-top: 30px;padding-left: 20px;}
#middleViewdetails {float :left;padding-top: 30px;}
#rightViewdetails{padding: 60px 30px 0px 0px;float: right;}

#btn-reprint-edit   {display: block;width: 180px;height:30px;background: url("../images/btn-reprint-edit.gif") no-repeat 0 0;}
#btn-reprint-edit:hover   {background-position:0 -30px;}



