/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

html {
	margin:0; padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
/*	Verdana, Helvetica, Arial, sans-serif; */

	font-size: 62.5%;
	color: #111111;
	background: #EEEEEE url(../images/bg_html.gif) bottom left fixed repeat-x;
	
	}
	
body {font-size: 13px;}

a img {border: none; margin: 0; padding: 0}

a:link, #navEZPagesTOC ul li a {
	color: #1E1E99;						/* old one: #1E1E99; */
	text-decoration: none;
	font-weight: bold;
	}
 
a:visited {
	color: #1E1E99;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active {color: #990000; text-decoration: none;}


#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #990000; text-decoration: none;
	}

.centerColumn a:hover {text-decoration: underline}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

h1 {
	font-size: 22px;
	line-height: 22px;
	margin: 1.2em 0 0.6em 0;
	color: #000000;
	}

h1.productGeneral {margin-top: 0}

h2 {
	font-size: 1.4em;
	color: #990000;
	}

h3 {
	font-size: 1.3em;
	color: #000000;
	margin: 2em 0 0.2em 0;
	}

.insert h3, .insert .highlight h3 {margin: 0}

h4 {
	font-size: 14px;
	color: #990000;
	margin: 25px 0 0 0;
	}
	
h5 {
	font-size: 14px;
	color: #333333;
	margin: 0;
	}

h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 14px;
	}


.centerColumn ul, .centerColumn .highlight ul {margin: 0 0 1.0em 0; padding: 0; list-style-type: none}	
.centerColumn ul li, .centerColumn .highlight ul li {margin: 0 0 0.5em 0; padding: 0}	

.centerColumn ul.bullets li, .centerColumn .highlight ul.bullets li {
	background: transparent url(../images/bullet_arrow.gif) left 2px no-repeat;
	margin: 0 0 0.5em 0; padding: 0 0 0 25px;
	}

.centerColumn ol, .centerColumn .highlight ol {margin: 0 0 1.0em 30px; padding: 0}
.centerColumn ol li, .centerColumn .highlight ol li {margin: 0 0 0.5em 0; padding: 0 0 0 3px}

.biggerText {
	font-size: 15px;
	}



/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 13px;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	margin: 0 0 1.0em 0;
	padding: 0;
	line-height: 17px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #960000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/

#headerWrapper, #navMainWrapper, #logoWrapper, #logo, #taglineWrapper, #tagline, #navEZPagesTop, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0; padding: 0; position: relative}

#mainWrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	vertical-align: top;
	}

#headerWrapper{
	background: #FFFFFF url(../images/bg_banner_city.jpg) left top no-repeat;
	height: 170px;
	margin: 0 20px;
	}

#navMainWrapper, #navCatTabsWrapper {
	background: none;
	font-weight: bold;
	color: #1DAECB;
	height: 20px;
	}
		
		#navMainSearch {
		float: right;
		font-size: 10px;
		position: relative; top: 115px;
		}

#logoWrapper{
	background: none;
	height:75px}
		
		#logo {float: left}
		#tagline {display: none}
		#bannerTwo {float: right; margin-top: 7px}


#navEZPagesTop {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url("../images/bg_navEZPagesTop.jpg") left top no-repeat;
	color: #FFCCCC;
	font-size: 13px;
	font-weight: bold;
	width: 940px; height: 27px;
	float: left;
	text-align: center;
	position: absolute; bottom: 0;
	}

		#navEZPagesTop span {margin: 0 12px 0 0; padding: 6px 6px; font-weight: bold; color: #FFFFFF; float: left}

		#navEZPagesTop ul {margin:0; padding:0; list-style:none}
		#navEZPagesTop li {display:inline; margin:0; padding: 3px 0 3px 6px; background-image:none; text-indent:0}
		
		#navEZPagesTop a {float:left; display:block; color: #FFCCCC; padding:5px 9px; font-size:13px; line-height:19px; text-decoration:none; white-space:nowrap;}
		#navEZPagesTop a:hover {color:#FFFFFF; background: transparent url("../images/bg_navEZPagesTop_hover.jpg") top center no-repeat; text-decoration:none}
	
	
	
#navColumnOneWrapper {
	background: none;
	margin: 0 0 0 20px;
	position: relative;
	}
	
#navColumnTwoWrapper {
	background: none;
	margin: 0 20px 0 0;
	position: relative;
	}
	
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}


.wrapperAttribsOptions {
	margin: 0.3em 0;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0;
	font-size: 12px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
	}


#navSuppWrapper  {
	margin: 0.5em 0 0 0;
	background: transparent url(../images/bg_footer.gif) top left repeat-x;
	padding: 0.6em 0.2em 0.5em 0.2em;
	color: #41484A;
	height: 50px;
	position: relative;
	border-bottom: 4px solid #990000;
	font-size: 12px;
	}


#siteinfoLegal {position: relative; top: 0; left: 10px; width: 234px; text-align: left; padding: 0}

#navSupp {position: absolute; top: 10px; left: 280px; width: 430px}
	#navSupp ul, #GeneralLinks ul {
		margin: 0;
		padding:  0;
		list-style-type: none;
		text-align: left;
		line-height: 1.2em;
		font-weight: bold;
		}

#navSupp a, #navSupp a:visited, #GeneralLinks a, #GeneralLinks a:visited  {
	text-decoration: none;
	white-space: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #414141;
	}

#navSupp a:hover, #navSupp a:active, #GeneralLinks a:hover, #GeneralLinks a:active {
	color: #990000;
	}


#GeneralLinks {position: absolute; top: 1.5em; left: 510px; width: 230px}


#siteinfoCredits {position: absolute; top: 10px; left: 680px; width: 190px; height: 50px; padding: 0 100px 0 0; margin: 0; text-align: right; background: url(../images/bg_bl.gif) right top no-repeat}
#siteinfoCredits a, #siteinfoCredits a:visited {color: #414141; font-weight: bold; margin: 0; padding: 0} 
#siteinfoCredits a:hover, #siteinfoCredits a:active {color: #990000} 



#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	font-weight: bold;
	}

#navMain ul li a, #navCatTabs ul li a  {
	text-decoration: none;
	padding: 0 0.5em;
	margin: 0;
	color: #41484A;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}


#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}



#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	}



#navColumnOne, #navColumnTwo {
	background-color: #FFFFFF;
	margin-top: 0; padding-top: 30px}

#contentMainWrapper {margin: 0; padding: 20px 0 0 0; position: relative; background: #FFFFFF}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	}


.alert {
	color: #960000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}

/* centerColumn is 730px overall width (670px width with 30px margin on left/right)
   Two column format introduced with left_50 and right_50, or left_66 and right_33
   	
*/

.centerColumn, #productGeneral {padding: 10px 36px 3em 36px}


.left_50 {width:340px; float:left}
.right_50 {width:340px; float:right}
.left_66 {width:454px; float:left}
.right_33 {width:226px; float:right}
.clear {clear:both; height:1px; font-size:1px; line-height:1px}



.smallText, #siteinfoStatus, #siteinfoIP {font-size: 0.9em}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #990000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #960000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0;
	} 

#shoppingcartContent a:hover, #shoppingcartContent a:active {color: #1EAECB}


#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 1em 1em 0 ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 13px;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 12px;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.centerBoxHeading {
	margin: 0;
	background-color: #1EAECB;
	padding: 0.5em 0.2em;
	}


.leftBoxContainer, .rightBoxContainer {
	margin: 0;
	margin-top: 0.5em;
	}

.sideBoxContent {
	background: none;
	padding: 0.4em;
	}


.sidebarID_5 {}

#ezpages .sideBoxContent, #information .sideBoxContent {
	background: transparent;
	padding: 0 0 20px 0;
	vertical-align: top;
	color: #FFCCCC;
	}
	
		#ezpages ul li {background: transparent url(../images/bg_navEZPages.gif) top left no-repeat; padding: 0.4em; margin: 0.1em 0}
	
		#ezpages ul li a, #ezpages ul li a:visited {color: #FFCCCC} 		/* 1E1E99 */
		#ezpages ul li a:hover, #ezpages ul li a:active {color:#FFFFFF; background: transparent url("../images/bg_navEZPages_hover.gif") top center no-repeat; text-decoration:none}
		#ezpages a, #ezpages a:visited {color: #990000} 
		#ezpages a:hover, #ezpages a:active {color: #990000} 


		
		#information a, #information a:visited {color: #990000} 
		#information a:hover, #information a:active {color: #990000} 
		

	
#bannerbox2 .sideBoxContent {
	background: #990000;
	width: 160px;
	padding: 5em 0 2em;
	vertical-align: top;
	text-align: center;
	color: #414141;
	}	

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.productListing-rowheading {display: none;}

.productListing-data {
  text-align: left;
  padding: 0 0 4px 8px;
  border: 1px dotted #c63;  
 }

.listingBuyNowButton {
margin-bottom: 10px;
}

.navNextPrevCounter {
display: none;
}

#bestsellers .wrapper {
	margin: 0 0 0 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0 0.3em 0;
	}

#bannerboxHeading {
	background-color: #1E1E99;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
  color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #960000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #ccc;
	background-image: none;
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	}
	
#siteMapList ul {margin: 0; padding-left: 20px}	
#siteMapList ul li {margin: 0; padding: 0}	



.ratingRow {
	margin: 1em 0 1.5em 0;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}


#productDetailsList {margin:0; padding:0; list-style:none}

	
/* Bright Launch Styles */	
	
.left {float:left; margin: 0 25px 10px 0}
.right {float:right; margin: 0 0 10px 25px}
.center {text-align: center}

.insert {margin: 0; padding: 0 0 0 20px; background: #FFFFFF}


.centerColumn img.frame {
	background-color: #DDDDDD;
	padding: 3px; border: 1px solid #999999;
	margin-bottom: 10px;
	}  

.centerColumn img.left, .centerColumn img.right {
	margin-top: 5px;
	} 


img.border {border: 8px solid #DDEFFD}  




.rule_of_five {background: #E0E0E0 url(../images/rule_of_five.jpg) top left no-repeat; margin: 0 0 0.7em 0; padding: 2em 1em 25px 220px}
.rule_of_five2 {background: #E0E0E0 url(../images/rule_of_five2.jpg) top left no-repeat; margin: 0 0 0.7em 0; padding: 1em 1em 1em 290px}

.health_insurance {background: #E0E0E0 url(../images/health_insurance.jpg) top left no-repeat; margin: 25px 0 25px 0; padding: 1em 1em 1em 280px}
.health_insurance h3 {padding: 0 0 12px 0; margin: 0}


.relative {position: relative}

.datestamp {color: #6F7795; font-style: italic; font-size: 11px}
.zero_top_margin {margin-top: 0; padding-top: 0}

.attention {background: url(../images/bg_attention.gif) top left no-repeat; margin: 0; padding-left: 35px}


.highlight {background: #EEEEEE url(../images/bg_topleft_corner.gif) top left no-repeat; margin: 0 0 0.7em 0; padding: 10px 20px 10px 10px}
.highlight h4, .subwaymap h4 {padding: 0 0 12px 0; margin: 0; font-size: 16px}

.light {background: #F3F3F3 url(../images/bg_topleft_corner_light.gif) top left no-repeat; margin: 0 0 0.7em 0; padding: 10px 20px 10px 10px}

.insert .highlight {background: #E0E0E0; margin: 0.7em 0 0.7em 0; padding: 1em 1em 25px 1em}
.highlight_new {background: #EEEEEE url(../images/bg_highlight_new.jpg) top right no-repeat; margin: 0 0 0.7em 0; padding: 1em 1em 25px 1em}
.highlight_plain {background-color: #EEEEEE; margin: 18px 0 0.7em 0; padding: 1em 1em 25px 1em}
.highlight_new h2 {margin-top: 20px}
.highlight_new p {margin-right: 20px}


#highlight_sidebar {background: #EEEEEE; margin: 0 0 1.5em 0; padding: 0.3em 0.3em 1em 0.3em; text-align: left; position: relative}
#highlight_sidebar h2 {background: #EEEEEE; margin-top: 5px; text-align: center}
#highlight_sidebar ul {background: #EEEEEE; margin: 0 3px 0.5em 18px; padding: 0}
#highlight_sidebar p {background: #EEEEEE; margin: 0 3px 0.5em 3px; padding: 0}

.subwaymap {background: #EEEEEE url(../images/bg_subwaymap.jpg) top left no-repeat; margin: 0 0 0.7em 0; padding: 10px 20px 10px 10px}

.mapping_budget {background: #E0E0E0 url(../images/bg_mapping_budget.jpg) top left no-repeat; margin: 0 0 0.7em 0; padding: 230px 20px 10px 10px}

.businesstools {background: #EEEEEE url(../images/bg_businesstools.jpg) top left no-repeat; margin: 0 0 0.7em 0; padding: 0 10px 10px 230px}
.businesstools h4 {padding: 0 0 12px 0; margin: 0; font-size: 16px}

.traveldeals {background: #EEEEEE url(../images/bg_traveldeals.jpg) top right no-repeat; margin: 0 0 0.7em 0; padding: 10px 250px 10px 10px}
.traveldeals h4 {padding: 0 0 12px 0; margin: 0; font-size: 16px}

.paperwork {background: #DEE9FD url(../images/bg_paperwork.jpg) top right no-repeat; margin: 20px 0 20px 0; padding: 10px 340px 10px 10px}
.paperwork h3 {margin: 0}


.redtext {color: #990000; font-weight: bold}


.AuthorizeNetSeal {text-align: center}

/* -- THIS IS FOR BURST -- */

/* .productListing-data h3.itemTitle {background: transparent url(../images/bg_special_price.jpg) top left no-repeat; padding: 10px 0 0 65px; margin: 5px 0 5px 0; height: 60px} */

/* -- THIS IS FOR BURST -- */

/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

#contactUsForm {position: relative; height: 1%}

#contactUsForm #contactname   {width: 350px; position: absolute; left: 150px}
#contactUsForm #email-address {width: 350px; position: absolute; left: 150px}
#contactUsForm #enquiry {width: 350px; height: 100px; position: absolute; left: 150px}

#contactUsForm .buttonRow {margin-top: 100px}

