@charset "UTF-8";
#inboxZone {
	min-height: 500px;
	background-color: #FFEFD5;
	display: block;
	position: relative;
	width: 914px;
	margin-top: 8px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	overflow: hidden;
	padding-bottom: 30px;
	float: none;
	z-index: 1;
}



.main {
	min-height: 100px;
	background-color: #FFEFD5;
	z-index: 700;
	display: block;
	position: relative;
	width: 914px;
	margin-top: 8px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	overflow: hidden;
	padding-bottom: 30px;
	text-align: center;
}



#orderZone {
	min-height: 500px;
	background-color: #FFEFD5;
	z-index: 70;
	display: block;
	position: relative;
	width: 914px;
	margin-top: 8px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.0),
            0 0 8px rgba(0,0,0,0.5);
	overflow: hidden;
	padding-bottom: 30px;
}


#sideMenu {
	height:100%;
	background-color: #000;
	display: block;
	width: 30px;
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	color: #CC6;
	top: 0px;
	right: 0px;
	z-index: 800;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


#sideSlide {
	z-index: 0;
	background-color: #000;
	height: 180px;
	width: 150px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
	position: absolute;
	top: 177px;
	border: 1px solid #FFF;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	right: -150px;
	display: none;
	float: right;
}



#slideMenu {
	background-color: #000;
	height: 50px;
	width: 150px;
	padding: 5px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
	position: absolute;
	z-index: 1100;
	display:none;
}

#slideMenuShipped {
	background-color: #000;
	height: 50px;
	width: 150px;
	padding: 5px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
	position: absolute;
	z-index: 1100;
	display:none;
}

#slideMenuShipped ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}




#layout #bodycontainer #inboxZone .inboxRow {
	background-color: #FFEFD5;
	display: block;
	height: 80px;
	width: 884px;
	float: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #633;
	z-index: 1000;
	clear: left;
}

#orderZone .contentRow {
	background-color: #FFEFD5;
	display: block;
	height: 80px;
	width: 884px;
	float: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #633;
	z-index: 1000;
	clear: left;
}

#orderZone .contentRow .cell {
	float: left;
	height: 70px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #95652B;
	border-right-color: #95652B;
	border-bottom-color: #95652B;
	border-left-color: #95652B;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #70433A;
	text-align: center;
}



#layout #bodycontainer #inboxZone .inboxRow .cell {
	float: left;
	height: 70px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #95652B;
	border-right-color: #95652B;
	border-bottom-color: #95652B;
	border-left-color: #95652B;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #70433A;
	text-align: center;
}

#slideMenu ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}


#sideSlide ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 35px;
	width: 150px;
	/*
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0px 0px 5px #797979;
	  */
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 14px;
	padding-top: 5px;
	cursor: pointer;
}
#layout #bodycontainer #inboxZone #sideMenu #toggleSpot {
	background-color: #000;
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../images/menuSpot.png);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	position: relative;
	z-index: 700;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#layout #bodycontainer #head {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	height: 30px;
	width: 914px;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.head {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	height: 30px;
	width: 914px;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#layout #bodycontainer #navZone {
	background-color: #000;
	height: 30px;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 100;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	bottom: 0px;
}
#layout #bodycontainer #navZone ul {
	list-style-type: none;
}
#layout #bodycontainer #navZone ul li {
	display: inline;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 3px;
	padding-left: 3px;
}
#layout #bodycontainer #navZone ul li.active {
	font-weight: bold;	
}

input {
	border: 3px solid white;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	;
	height: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 5px;
	background-color: #FFFFF0;
	float: left;
	position: relative;
}
input.error {
	background-color: #EBAFC2;
}
textarea {
	border: 3px solid white;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	;
	height: 150px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 5px;
	background-color: #FFFFF0;
	float: left;
	position: relative;
	resize: none;
}


#orderZone input[type="radio"] {
	height: 42px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	background-color: #FFFFF0;
	float: left;
	position: relative;
	width: 20px;
}



select {
	border: 3px solid white;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	;
	height: 40px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 5px;
	background-color: #FFFFF0;
	float: left;
	position: relative;
}

option {
	border: 3px solid white;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	;
	height: 25px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 5px;
	background-color: #FFFFF0;
	float: left;
	position: relative;
}

label {
	display: block;
	height: 30px;
	width: 110px;
	position: relative;
	float: left;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 3px;
}
#layout #bodycontainer #orderZone #packageContentZone .contentRow .cell .remove {
	background-image: url(../images/delete.png);
	height: 32px;
	width: 32px;
	margin-top: 15px;
	cursor: pointer;
}
#layout #bodycontainer #orderZone .row {
	display: block;
	height: 50px;
	width: 800px;
	clear: left;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#layout #bodycontainer #orderZone #receiverZone {
	margin-top: 20px;
}
#layout #bodycontainer #orderZone #customsZone {
	margin-top: 20px;
}
#layout #bodycontainer #inboxZone #mainZone .inboxRow .cell.itemMenu .pack {
	background-image: url(../images/add.png);
	height: 32px;
	width: 32px;
	margin-top: 15px;
}




#layout #bodycontainer #orderZone #orderSuccess {
	background-color: #CCC;
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 15000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}


#layout #bodycontainer #orderZone #orderError {
	background-color: #CCC;
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 15000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}


#layout #bodycontainer #sideSlide ul li a {
	text-decoration: none;
	color: #FFF;	
	
}
#layout #bodycontainer #sideSlide ul li a:visited {
	text-decoration: none;
	
}
#layout #bodycontainer div .main #addressZone {
	height: 80px;
	width: 200px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#pictureOrderDialog {
	display: none;
	height: 300px;
	width: 400px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
	position: absolute;
	z-index: 15000;
	left: 300px;
	top: 300px;
	background-color: #948372;
	padding: 7px;
	border: 2px solid #FFF;
	text-align: center;
}
#pictureOrderDialog p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#pictureOrderDialog #postOrderMessage {
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
}
#pictureOrderDialog img {
	margin-top: 20px;
	margin-bottom: 20px;
}
#pictureOrderDialog hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#pictureOrderDialog #close {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	cursor:pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.thumb {
	background-color: #333;
	padding: 3px;
	display: block;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 3px;
	-webkit-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 4px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.5),
            0 0 4px rgba(0,0,0,0.5);
	border-radius: 3px;	
}
.pack{
	cursor: pointer;	
	
	
	}

#toggleSpot {
	cursor: pointer;
}
.itemMenuToggle {
	display: block;
	float: left;
	height: 30px;
	width: 20px;
	position: relative;
	top: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -1px;
	background-image: url(../images/itemToggle.png);
	left: 4px;	
}



.itemMenuToggle:hover{
	background-position: -21px;
	
}

.sentPackageMenuToggle {
	display: block;
	float: left;
	height: 30px;
	width: 20px;
	position: relative;
	top: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -1px;
	background-image: url(../images/itemToggle.png);
	left: 4px;	
}



.sentPackageMenuToggle:hover{
	background-position: -21px;
	
}



#packageContentDialog {
	display: none;
	min-height: 300px;
	width: 600px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.5),
            0 0 8px rgba(0,0,0,0.5);
	border-radius: 3px;
	position: absolute;
	z-index: 15000;
	left: 300px;
	top: 300px;
	background-color: #948372;
	padding: 7px;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
}

packageContentDialog p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#packageContentDialog #postOrderMessage {
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
}
#packageContentDialog img {
	margin-top: 20px;
	margin-bottom: 20px;
}
#packageContentDialog hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.close {
	position: absolute;
	top: -18px;
	right: -18px;
	display: block;
	cursor:pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 25px;
	width: 25px;
	background-image: url(../images/close.png);
	background-position: -0px 0px;
}
.close:hover{
	background-position: -31px 0px;	
}

#packageContentDialog #contentZone {
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
	height: auto;
	width: 100%;
	overflow: hidden;
	color: #FFF;
}

#packageContentDialog .row {
	display: block;
	clear: left;
	float: left;
	height: 50px;
	width: 100%;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#packageContentDialog .row .cell {
	float: left;
	height: 20px;
	position: relative;
	display: block;
	padding-right: 3px;
	padding-top: 18px;
}



#layout #bodycontainer  .tagZone input {
	-webkit-box-shadow: 
      inset 0 0 0px  rgba(0,0,0,0.1),
            0 0 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 
      inset 0 0 0px  rgba(0,0,0,0.1),
            0 0 0px rgba(0,0,0,0.1);
	box-shadow: 
      inset 0 0 0px  rgba(0,0,0,0.1),
            0 0 0px rgba(0,0,0,0.1);
	;
	
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 14px;
	width:auto;
}
.tagZone {
	display: block;
	position: absolute;
	bottom: 0px;
	height:30px;
}
 .tagZone .tag .main {
	background: black;
    border: 2px solid white;
	padding: 3px 5px;
    color: white;
    border-radius: 5px;
    font: bold 10px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
	height:10px;
	width:150px;
	z-index:20000;
}


span.tooltip {
	position: absolute;
	width: auto;
	height: 24px;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 0px 3px 3px 0px;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
	/*box-shadow: #BD7525 3px 0px 5px 0px;*/
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F90;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	

}

span.tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 12px;
      border-style: solid;
      border-color: transparent #F90 transparent transparent;
      top: 0px;
      left: -24px;
	  
	  
}

.tagZone .tag .tooltip input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
	outline: none;
}
 .tagZone .tag .addTag {
	height: 32px;
	width: 32px;
	display: block;
}

.tagZone .tag .toolTipZone {
	background-color: #3FC;
	height: 20px;
	width: 100px;
	position: absolute;
}
