#AppContentBox {
	text-align: left;
	width: 600px;
	margin: 10px auto;
	/*padding-top: 10px;*/
	/*margin-top: 20px;*/
	/*min-height: 440px;
  	height: auto !important; 
 	height: 440px;*/
	/*border: 1px solid #000;*/
}
#AdLayout {
	margin-left: 4px;
}

#AdTitle {
	margin-top: 7px;
	margin-bottom: 7px;
}
#AdPrice {
	margin-top: 7px;
	margin-bottom: 7px;
}

#AdCategoryBox {
	width: 96%;
	margin-top: 7px;
	margin-bottom: 7px;
}
#AdCategoryInfo{
	border: 2px solid #E5E5E5;
}

#AdSellerBox {
	width: 96%;
	margin-top: 7px;
	margin-bottom: 7px;
}
#AdSellerInfo{
	border: 2px solid #E5E5E5;
}

#AdCategoryHead, #AdSellerHead, #AdDescriptionHead, #AdCustomFieldsHead {
	background-color: #606060;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}
#AdCategory, #AdSellerName, #AdContactEmail, #AdContactPhone, #AdLocation, #AdWebURL {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

#AdBookmarkBox {
	margin-top: 21px;
	margin-bottom: 7px;
}

#AdPrimaryImage {
	margin: auto;
	margin-top: 10px;
}
#AdImages {
	margin: auto;
	margin-top: 7px;
}
#AdDescriptionHead {
	margin: auto;
	margin-top: 14px;
	width: 99%;
}
#AdDescription {
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 99%;
}
#AdCustomFieldsBox {
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 99%;
}

.customFieldsLabel, .customFieldsValue {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
}
.sellerLabel {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}


table.stripeTable {
	/*border: 2px solid #E5E5E5;*/
}
#AdCustomFields table {
	border: 2px solid #E5E5E5;
}
tr.alt td {
	background-color: #F5F5F5;
}

.ad-img-previews {
	/*font: 10px Verdana, Geneva, sans-serif;*/
	/*background-color: #F5F5F5;
	border: 3px solid #E5E5E5;*/
	/*margin-top: 5px;
	padding: 10px;
	margin: 5px 0 4px 0;*/
	min-width: 400px;
  	width: auto !important; 
 	width: 400px;
	/*position: absolute;
	float: left;*/
}
img.ad-img-thumbs {
	border: 3px solid #606060;
	/*padding: 10px;*/
	/*margin: 5px 2px 4px 2px;*/
}

/* START - SEND EMAIL DIALOG BOX */
div#emailDialog { font-size: 62.5%; }
#emailDialog label, #dialog input { display:block; }
input.text { margin-bottom:10px; width:95%; padding: .2em; }
textarea.textarea { margin-bottom:10px; width:95%; padding: .2em; }
#emailDialog fieldset { padding:0; border:0; margin-top:20px; }
#emailDialog ul { margin: 0; margin-left: 4px; padding:0;  list-style: none; }
.ui-button { outline: 0; margin:0; text-decoration:none; !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

#emailDialog label.error {
  /*padding-left: 16px;
  padding-bottom: 2px;*/
  font-weight: bold;
  color: #FF0000;
}

#emailDialog .error {
  font-weight: bold;
  color: #FF0000;
}

#emailDialog .success {
  font-size: 12px;
  font-weight: bold;
  color: #0060BF;
}

/*#emailDialog label.error {
  background: transparent url("../images/unchecked-red.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #FF0000;
  color: #EA5200;
}*/

/*#emailDialog label.checked {
  background: transparent url("../images/checked.gif") no-repeat 0px 0px;
  background-position-y: top;
}*/
/* END  -SEND EMAIL DIALOG BOX */


/*********** PACKAGE STYLES ***********/
#pkgWrapper {
	width: 670px;
 	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	/*border: #000 1px solid; */
}
.pkgBox {
	float: left;
	width: 150px;
	border: 2px solid #aaaaaa;
	margin: 7px 0 7px 7px;
	padding: 3px 3px 3px 3px;
	min-height: 180px;
  	height: auto !important; 
 	height: 180px;
}
.pkgBoxDisabled {
	border: 2px solid #aaaaaa;
	color: #aaaaaa;
	background-color: #f4f4f4;
}
.pkgBoxDisabled .smalltext {
	color: #aaaaaa;
}

.pkgDetails {
	margin-top: 3px;
}

.pkgPriceBox {
	/*background-color: #f4f4f4;*/
	/*border: 1px solid #aaaaaa;*/
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}
.pkgPromoText {
	margin-top: 10px;
}
.pkgPromoPrice {
	
}
.pkgPrice {
	
}
.pkgBuy {
	margin-top: 10px;
}