#zotipopup_container {
	width: 400px;
	height: 500px;
	background-color: #FFF;
	-webkit-border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	border-radius: 18px 18px 18px 18px;
	border: 10px solid #000;
	/*background-color: #E3A20B;*/
	background-color: #fff;
	-webkit-box-shadow: #B3B3B3 0px 0px 20px;
	-moz-box-shadow: #B3B3B3 1px 1px 1px;
	box-shadow: #FFF 0px 0px 20px;
}
#zotipopup_container.zotiFreeHeight {
	height: inherit !important;
}

#zotipopup_title {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	background-color: #000;
	color: #FFF;
	text-align: center;
}
#zotipopup_message .info {
	text-align: center;
	color: #666;
}
#zotipopup_container td {
	vertical-align: middle;
	height: 32px;
}
#zotipopup_container table.zotiFreeForm td.ztCol1 {
	padding-left: 61px;
	height: 16px;
	padding-top: 3px;
}
#zotipopup_container td.ztCol1 {
	padding-left: 31px;
	padding-right: 20px;
}
#zotipopup_container table.zotiFreeForm td.ztCol2 {
	padding-left: 90px;
}
#zotipopup_container td.ztCol2 select, select.ztSelect {
	background: transparent;
	-webkit-appearance: none;
	/* width: 239px; */
	width: 270px;
	height: 22px;
	color: #555;
	border: 0;
	cursor: pointer;
}
#zotipopup_container div.styled-select, div.styled-select {
	width: 240px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: url(/webressources/images/selectArrow.png) no-repeat right #ddd;
   
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	-webkit-box-shadow: inset 0 1px 3px #BBB;
	-khtml-box-shadow: inset 0 1px 3px #bbb;
	-o-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #BBB;
	background-color: #F0F0F0;
}
#AddSelectionBT.zotiFreeForm, #CancelSelectionBT.zotiFreeForm {
	position: relative !important;
	left: 181px;
	right: inherit !important;
	bottom: inherit !important;
}
#AddSelectionBT.zotiFreeForm {
	padding-top: 20px;
}
#CancelSelectionBT.zotiFreeForm {
	padding-top: 10px;
	padding-bottom: 10px;
}

#AddSelectionBT {
	position: absolute;
	bottom: 70px;
	right: 10px;
}
#AddSelectionBT A.BTaddToSel {
	outline: 0;
	display: block;
	width: 220px;
	height: 40px;
	background: url('./images/addBT.png') top left no-repeat;

	-webkit-transition: none 0 ease-in;
	-moz-transition: none 0 ease-in;
	-ms-transition: none 0 ease-in;
	-o-transition: none 0 ease-in;
	transition: none 0 ease-in;
}
#AddSelectionBT A:hover.BTaddToSel {
	background: url('./images/addBT.png') bottom left no-repeat;
	cursor: pointer;
}
#CancelSelectionBT {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
#CancelSelectionBT A.BTcancellToSel {
	outline: 0;
	display: block;
	width: 220px;
	height: 40px;
	background: url('./images/cancelBT.png') top left no-repeat;

	-webkit-transition: none 0 ease-in;
	-moz-transition: none 0 ease-in;
	-ms-transition: none 0 ease-in;
	-o-transition: none 0 ease-in;
	transition: none 0 ease-in;
}
#CancelSelectionBT A:hover.BTcancellToSel {
	background: url('./images/cancelBT.png') bottom left no-repeat;
	cursor: pointer;
}
#zotImgPrev {
	position: absolute;
	left: 34px;
	bottom: 10px;
}
#FakColorsSelect a {
	display: block;
	height: 21px;
	width: 21px;
	background: url('./images/emptyBox.png') top left no-repeat;
	float: left;
	cursor: pointer;
}
#FakColorsSelect div.spacerColor {
	float: left;
	display: block;
	width: 10px;
	height: 3px;
}
#FakColorsSelect a.colorBox div {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-left: 2px;
	margin-top: 2px;
}

#fakColorsPanel {
	position: absolute;
	z-index: 99999999;
	display: none;
	/*width: 92.1px;*/
	width: 115.1px;	
	border: 3px solid #FFF;
	background-color: #FFF;
	-webkit-box-shadow: 0px 18px 30px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 18px 30px rgba(50, 50, 50, 1);
	box-shadow: 0px 18px 30px rgba(50, 50, 50, 1);
}
#fakColorsPanel a {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	border: 1px solid #D8D8D8;
}
#fakColorsPanel a:hover {
	border: 1px solid #000;
}
#fakColorsPanel a.emptyColor {
	color: #000;
	text-align: center;
	line-height: 21px;
	/*width: 90px !important;*/
	width: 113px !important;
	font-weight: normal;
	cursor: default;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#fakColorsPanel a:hover.emptyColor {
	font-weight: bold;
}

/* TAG ----------------------------------- */
#zotiTagCart {
	background: url('./images/tags-zip.png') bottom left no-repeat;
	height: 427px;
	width: 213px;
	position: fixed;
	margin-left: 64px;
	z-index: 99900;
	color:#343434;
	visibility: hidden;
}
#zotiTagCart.close {
	top: -357px;
}
#zotiTagCart a {
	color:#343434;
}
#zotiTagCart .reqBot {
	bottom: 23px;
	text-align: center;
	width: 152px;
	font-size: 11px;
	font-weight: bold;
	display: table;
	left: 30px;
	border-left: 4px solid #343434;
	border-right: 4px solid #343434;
	position: absolute;
}
div.tagSmallInfo {
	position: absolute;
	bottom: 42px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 166px;
	left: 27px;
}

/* TAG DETAILS -------------- */
#zotitagdetailContent {
	display:none;
}
#zotitagdetail {
	position: absolute;
	top: 198px;
	left: 31px;
	width: 164px;
	height: 177px;
	font-size: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
#zotitaghide a.zotiOpener {
	cursor: pointer;
}
div.detailRow h1 {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
div.detailRow div {
	margin-left: 8px;
}
#zotitagdetailContent div.btClose {
	position: absolute;
	top: 160px;
	right: 15px;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
}
#zotitagdetailContent a {
	cursor: pointer;
}
#zotitagdetailContent a:hover {
	color:#E53935;
}
#zotitagdetailContent div.btClose a:hover {
	color:#B4312E;
}

/* Big TAG ----------------------------------- */

#zotiBigTagCart {
	background: url('./images/bigTag-zip.png') bottom left no-repeat;
	height: 600px;
	width: 865px;
	position: fixed;
	margin-left: 73px;
	z-index: 99000;
	color: #343434;
	top: -600px;
}
#zotiBigTagCart div.errorPic {
	background: url('./images/alertSmall.png') top left no-repeat;
	width:28px;
	height:25px;
	position: absolute;
	margin-top: -22px;
	margin-left: 177px;
	display: none;
}
#zeraddress {
	margin-top: -88px !important;
	margin-left: 385px !important;
}
#zeracde {
	margin-left: 71px !important;
}

#zotiBigTagDetailContent div.btClose {
	position: absolute;
	top: 153px;
	right: 22px;
	font-size: 27px;
	font-weight: bold;
	cursor: pointer;
}
#zotibigtagTitle {
	position: absolute;
	top: 145px;
	left: 164px;
	width: 531px;
	text-align: center;
	font-size: 37px;
	font-family: 'fakdarling';
}
#zotibigtagdetail {
	position: absolute;
	top: 198px;
	left: 31px;
	width: 346px;
	height: 371px;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
}
a.ztDelete {
	display: block;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url('./images/delete.png') top left no-repeat;
}

/* Big TAG User Info ------------------ */
#zotiBigTagRegistration {
	position: absolute;
	top: 200px;
	left: 420px;
	width: 417px;
	height: 390px;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
	/* background-color: #FFF000; */
}

#zotiBigTagRegistration input, #zotiBigTagRegistration textarea {
	background-color: #F8F8F8;
}
#zotiBigTagRegistration input:focus, #zotiBigTagRegistration textarea:focus {
	background-color: #FFFFFF;
}

#zotiBigTagRegistration p {
	position: relative;
}

#zotiBigTagRegistration fieldset label.infield /* .infield label added by JS */ {
	color: #333;
	text-shadow: 0px 1px 0px #fff;
	position: absolute;
	text-align: left;
	top: 3px !important;
	left: 35px !important;
	line-height: 29px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#zotiBigTagRegistration fieldset label.infield.verifcodelbl {
	left: 10px !important;
}

#RegisterUserForm a.checkboxit {
	color: #343434 !important;
	/* text-shadow: 0px -1px 0px #90960C; */
	font-size: 13px;
	
	-webkit-transition: none 0 ease-in;
	-moz-transition: none 0 ease-in;
	-ms-transition: none 0 ease-in;
	-o-transition: none 0 ease-in;
	transition: none 0 ease-in;
}

#zotiBigTagRegistration fieldset {
    /* padding: 20px; */
	padding: 0px 0px 0px 0px;
	border: none;
}
#zotiBigTagRegistration fieldset p {
	margin: 0px;
	margin-top: 8px;
}

#zotiBigTagRegistration input.setIcon {
	outline: 0;
	font-size: 14px;
	/* width: 360px; */
	width: 160px;
	padding: 7px 8px 7px 30px;

	text-shadow:0px 1px 0px #FFF;

	background-image: url('./images/inputSprite.png');
	background-repeat: no-repeat;
	background-position: 4px 6px;
}
#zotiBigTagRegistration div.divEmail {
	position: absolute;
	left: 210px;
	top: -2px;
}
#zotiBigTagRegistration input#zemail {
	background-position: 4px 3px;
 }
#zotiBigTagRegistration div.divTel {
	position: absolute;
	top: 34px;
}
#zotiBigTagRegistration div.divEnews {
	position: absolute;
	top: 299px;
}
input#ztel {
	background-position: 4px -75px;
	width:160px;
}
A#zotiTelCallBack{
	position: absolute;
	left: 204px;
	top: 5px;
	display: block;
	width: 170px;
	
}
A#zotixEnewsSubscribe{
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	width: 170px;
	
}
#zotiBigTagRegistration div.divName {
	position: absolute;
	top: -2px;
}
#zotiBigTagRegistration input#zname {
   background-position: 4px -46px;
}
#zotiBigTagRegistration div.divClub {
	position: absolute;
	top: 70px;
}
#zotiBigTagRegistration input#zclub {
   background-position: 4px -154px;
}
#zotiBigTagRegistration div.divWeb {
	position: absolute;
	top: 70px;
	left: 210px;
}
#zotiBigTagRegistration input#zweb {
   background-position: 4px -127px;
}
#zotiBigTagRegistration div.divCountry {
	position: absolute;
	top: 106px;
}
#zotiBigTagRegistration input#zcountry {
   background-position: 4px -102px;
}
#zotiBigTagRegistration div.divRequestCat {
	position: absolute;
	top: 111px;
	left: 204px;
}
#zotiBigTagRegistration div.divMessage {
	position: absolute;
	top: 143px;
}
#zmess {
	background-image: url('./images/inputSprite-msg.png');
	background-repeat: no-repeat;
  	background-position: 4px 4px;
	height: 50px !important;
	width: 370px;
	resize: none;
	padding: 7px 8px 7px 30px;
}
#zotiBigTagRegistration div.divAddresst {
	position: absolute;
	top: 214px;
}
#zaddress {
	background-image: url('./images/inputSprite-adr.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	height: 70px !important;
	width: 370px;
	resize: none;
	padding: 7px 8px 7px 30px;
}

#zotiBigTagRegistration div.divCkhack {
	position: absolute;
	top: 345px;
	font-weight: bold;
	right: 0px;
}
#zotiBigTagRegistration input#zckhack {
	width: 40px;
	margin-right: 10px;
	background-color: #F0F0F0;
}
#zotiBigTagRegistration input:focus#zckhack {
	background-color: #FFF;
}
div.divCkhack label {
	cursor: text;
}
#zotibigtagdetail .pointColor {
	height: 21px;
	width: 21px;
	float: left;
	background-image: url('./images/coloursmask.png');
	background-repeat: no-repeat;
}