/* ------------------------------
	Menu
------------------------------ */
/* Pac Menu Classes no used - Refer to Portland Specific */
#menu {
	background: #B0B0B0;
	margin: 0;
	padding: 0 0 100px 0}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;}
#menu li a {
	display: block;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;}
#menu li a:hover {
	background: #CC2222;}

/* ------------------------------
	Basic
------------------------------ */
/* ---- global ---- */

* { padding: 0; margin: 0; outline: none; }

body {
	background: #000 url('../images/rq_bg.jpg') repeat-x top center;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
}

p, td {
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
		}

img { border: 0; 
	outline: none; 
	}

ul li { list-style-type: disc; list-style-position: inside; }

/* ---- global: hyperlinks ---- */

a, a:link, a:active, a:visited { outline: none;	color: #fff; text-decoration: none; }
a:hover { color: #999; text-decoration: none; }

/* ---- global: other (classes) ---- */

.clear { clear: both; }

.bold { font-weight: bold; }

body.nobg, body.pop {
	margin: 0;
	background: #000;
	padding: 15px;}

input, select {color: #000;}
input.inputright {text-align: right;}

/* brainstorm #26 */
input.disabled {
	border:0; 
	background-color: transparent;}

/* brainstorm #26 */
input.inputrightdisabled { 
	border:0; 
	background-color: transparent;
	text-align: right;
	color:#fff;}

hr {
	height: 1px;
	color: #ccc;}

h1 {font-family:"Helvetica Neue",Helvetica,Arial,"Trebuchet MS","Lucida Grande",sans-serif;
	font-size:20px;
	}
h2, .lgmedb {
	font-size: 16px;
	font-weight: bold;
	color: #CC2222;}
h3 {
	font: bold 12px Arial, sans-serif;
	letter-spacing: 1px;
	color: #FFF;}

big, .lgmed, .sectionhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	font: bold 14px Arial, sans-serif;
	color: #CC2222;}

small, 
.small, 
.small p, 
.small div, 
.small td, 
.small span,
.smallbold, 
.smallmedbold, 
.errorsm {
	font-size: 11px;
	color:#FFF;}

.small b, 
.small strong, 
.smallbold, 
.smallmedbold {
	font-weight: bold;
	color:#FFF;
	}

.small strong, 
.smallmedbold {
	color: #FFFFFF;}
.small.spaceout{padding: 10px;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */
.tableAlign {margin: 0 auto;} /* Fix IE alignment issue */
#welcome {
	text-align: right;}
#timer {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
	color :#FFF;}
#timer input {
	font-size: 10px;
	color: #000;}
/* Right Padding for FireFox */
/*
#content {
	margin: 0;
	padding: 0 20px 25px 0;
	background: #fff;}
*/
#pleasewait {
	background: #fff;
	border: 10px double #999;
	width: 400px;
	text-align: center;
	color: #666;}
/*
#footer {
	background: #CC2222;
	margin: 0;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	color: #fff;}
*/
/* ------------------------------
	Top Menu
------------------------------ */
#topmenu {
	background: #000;
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #fff;}
#topmenu a {
	margin: 0;
	padding: 5px 15px;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	color: #fff;}
#topmenu a:hover {
	background: #CC2222;}
/* ------------------------------
	Portland Specific
------------------------------ */

/* ---- global: button close menu ---- */

.menuClose { background: url('../images/rq_nav_close.gif') no-repeat; position: relative; left: 885px; bottom: 30px; width: 30px; height: 30px; cursor: pointer; }
.menuClose:hover { background-position: 0 -30px; }

/* ---- global: inline styling ---- */

.float-left { float: left; margin-right: 5px; }
.bold-white { font-weight: bold; color: #fff; }
.small-print { font-size: 9px; }

/* ---- global: main architecture ---- */

#mainContainer { width: 920px; left: 50%; margin-left: -460px; position: absolute; }

#constraint { width: 920px; }

/* ---- global: navigation ---- */

#navigation { width: 505px; margin: 40px 0 0 0; }

#navContainer { height: 80px; margin-top: 30px; }
#navContainer div .nav { display: inline-block;	cursor: pointer; float: right; }
#navContainer div .nav:hover { background-position:0 -40px; }

.nav_home { background: url('../images/navigation/home.gif') no-repeat; }
.nav_events { background: url('../images/navigation/eventcalendar.gif') no-repeat; }
.tab .stretcher { display: none; position: absolute; z-index: 35; left: 0; width: 920px; }
.nav_tb { background: url('../images/navigation/trailblazers.gif') no-repeat; }
.nav_wh { background: url('../images/navigation/winterhawks.gif') no-repeat; }
.nav_comcast { background: url('../images/navigation/comcast.gif') no-repeat; }

div .nav.shift, div .tab.shift { background-position: 0 -40px; }

#logo { width: 415px; height: 75px; padding-top: 5px; }
#navContainer #logo, #navigation { float: left; }

/* ---- global: footer ---- */

#footer { background: #000 url('../images/rq_footer.gif') no-repeat top; height: 79px; margin-bottom: 15px; }
#footer #footer-logo { float: left; width: 165px; text-align: center; }
#footer #footer-nav { float: left; width: 535px; padding: 30px 10px; }
#footer #footer-nav ul li { float: left; margin-left: 8px; font-size: 10px; font-weight: bold; text-transform: uppercase; }
#footer #footer-nav ul li.first { list-style: none; }
#footer #footer-nav p { margin: 5px 0 0 8px; font-size: 11px; }
#cert {float: right; padding: 20px 10px; }

/* ---- SECONDARY PAGES ---- */

.secondary .skyscraper { background: #000; width: 160px; height: 600px; float: left; margin-left: 10px; }
.secondary .line { background: url('../images/rq_line.gif') repeat-x; width: 100%; height: 2px; margin: 5px 0 5px 0; }
.secondary .line-alt { background: url('../images/rq_line_alt.gif') repeat-x; width: 100%; height: 2px; margin: 5px 0; }

/* ---- secondary: content ---- */

.secondary #content { float: left; background: #222 url('../images/rq_event_content_bg.jpg') no-repeat; width: 920px; height: 100%; min-height: 450px; padding-top: 15px; }

.secondary #content a { color: #cc2222; font-weight: bold; }
.secondary #content a:hover { color: #aaa; }
.secondary #content ul li { padding-left: 15px; }
.secondary #content .top { margin-left: 5px; font-size: 10px; color: #aaa; text-transform: uppercase; }
.secondary #content .top:hover { color: #fff; }
.secondary #content .header { font-size: 20px; color: #fff; }
.secondary #content .header:hover { color: #fff; }

/* ---- secondary: pac ---- */

.secondary #pac-logo { text-align: center; margin-top: 20px; }
.secondary .step { font-size: 14px; font-weight: bold; }
.secondary .tickets { width: 460px; margin-left: 140px; }
.secondary .tickets.alt { margin-left: 115px; }
.secondary .tickets ul { float: left; margin: 10px 1px 10px 0; }
.secondary #content .tickets ul li { background: #111; height: 25px; list-style: none; margin: 1px 0 0 0; padding: 5px 8px 5px 8px; font-weight: bold; }
.secondary #content .tickets.alt ul li { height: 24px; }
.secondary .tickets ul h1 { background: #000; font-size: 12px; padding: 3px 8px 3px 8px; }
.secondary .tickets ul li input { width: 30px; height: 15px; text-align: center; font-size: 12px; font-weight: bold; }
.secondary .tickets ul li input.button { width: 100px; height: auto; font-size: 10px; font-weight: normal; cursor: pointer; }
/*
.secondary input.button.available { background: url('../images/rq_button_available.gif') no-repeat; width: 101px; height: 24px; border: 0; text-indent: -9999px; cursor: pointer; }
.secondary .tickets input.button.cart { background: url('../images/rq_button_addtocart.gif') no-repeat; width: 79px; height: 24px; border: 0; text-indent: -9999px; }
*/
.secondary .center { text-align: center; }
.secondary #eventPicture img { border: 1px solid #000; }
.secondary #promo { font-weight: bold; margin-top: 10px; }
.secondary #promo input { background: #444; color: #fff; height: 27px; margin-top: 5px; border: 0; }
.secondary #promo input.field { background: url('../images/rq_input.gif') no-repeat; width: 190px; height: 21px; margin-right: 5px; padding: 3px 5px 3px 5px; }
.secondary #promo input.button { background: url('../images/rq_button_go.gif') no-repeat; width: 40px; }

input.field { background: url('../images/rq_input.gif') no-repeat; width: 190px; height: 21px; margin-right: 5px; padding: 3px 5px 3px 5px; color:FFF;}
input.button.go { background: url('../images/rq_button_go.gif') no-repeat; width: 40px; cursor:pointer;}
input.buttonAvailable { background: url('../images/rq_button_available.gif') no-repeat; width: 101px; height: 24px; border: 0; cursor: pointer; display:block; text-indent: -9999px; }
input.buttonCart { background: url('../images/rq_button_addtocart.gif') no-repeat; width: 79px; height: 24px; border: 0; cursor:pointer; display:block; text-indent: -9999px; }
input.button { background: #CC2222; color:#FFF; width: auto; height: auto; font-size: 12px; font-weight: normal; cursor: pointer; padding: 2px; }

/* ---- secondary: columns ---- */

.columns { margin-left: 15px; }
.columns .column { width: 710px; float: left; margin-right: 15px; }
.columns .column.left { width: 156px; }

/* ---- secondary: quick links ---- */

.secondary #quick-links { background: url('../images/rq_quicklinks_bg_repeat.gif') repeat-y; }
.secondary #quick-links .i { background: url('../images/rq_quicklinks_bg.gif') no-repeat; padding: 35px 0 0 10px; }
.secondary #quick-links .i ul.links { list-style: none; }
.secondary #quick-links .i ul.links li { list-style: none; margin: 0; padding: 0; margin-top: 5px; }
.secondary #quick-links .i ul.links li a { color: #fff; font-weight: normal; }
.secondary #quick-links .i ul.links li a:hover { color: #aaa; }

/* ---- secondary: forms ---- 

.form .inputs span { display: block; float: left; width: 150px; margin-bottom: 5px; }
.form .inputs input, .form .inputs textarea, .form .inputs select { margin-bottom: 5px; }*/
/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	color: #CC2222;}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	border: 1px solid #eee;
	padding: 5px;}

.boxedhead, .boxedheadsm, .bgmed {
	background-color: #CC2222;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;}

.boxedheadsm {
	font-size: 10px;}

/* brainstorm # 25 */
.boxedheadlink, a.boxedheadlink, a.boxedheadlink:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;}

a.boxedheadlink:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;}

/* brainstorm # 22 */
.label {
	text-align: right;
	padding: 0 5px 0 0;}	
	
.acctInfo {
	text-align: left;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;}	
	
.myacct a:link{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px;
}	
/* end of brainstorm #22 */

/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
	/* list-style-image: url('../images/bullet.gif'); */
	list-style:none;
	background:#000;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:0;
	}
/* p#eventlistbig {
	margin: 10px 0;
	padding: 0;
	text-align: center;}
p#eventlistbig img {
	margin: 10px;
	padding: 0;} */

#eventlistbig {
	list-style: none;
/*	margin: 2em 0; */
	padding: 0;
	text-align: center;}
#eventlistbig {
	list-style-type:none;}
#eventlistbig  a {
	border: 1px solid #666;
/*	padding: 5px 10px; */
	font: 16px 'Arial Black', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #CC2222;}
#eventlistbig  a:hover {
	border: 1px solid #ccc;
	background: #CC2222;
	color: #fff;}

th, .listhead {
	background-color: #000;
	font-weight: bold;
	font-size:12px;
	color: #fff;
	text-transform:capitalize;
	}

.listeven, .listevenb {
	background-color: #000;}

.listevenb {
	font-weight: bold;
	font-size:12px;}

.listodd, .listoddb {
	background-color: #000;}

.listoddb {
	font-weight: bold;
	font-size:12px;}
	
/* ------------------------------
	Cart Display
------------------------------ */
.sectionhead {
	background: #666;
	color: #FFF;
	border: 1px solid #666;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;}
.cartbox {
	border: 1px solid #CC2222;
	padding: 4px;
	font-size: 10px;}
.carthead {
	/* background-color: #CC2222; */
	background-color: #000;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bolder;
	color: #fff;}
.amounthead {
	background-color: #000;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amount {
	background: transparent;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
.attention {
	font-weight: bold;
	color: #CC0000;}
/*
.button {
	background-color: #CC2222;
	border: 2px solid #FFF; 
	font-weight: bold;
	color: #000;
	cursor:pointer;
	}
*/
.buttonAda {
	background-color: #27478E;
	border: 2px solid #DEDEDD;
	padding:4px 7px 3px 7px;
	font-size:10px;
	text-transform: uppercase;
	color: #fff;
	cursor:pointer;
	background-image:url('../images/opacityHeader2.png');
	background-position:top;
	background-repeat:repeat-x;
	}

.buttonPark {
	cursor:pointer;
	}

.searchbutton { cursor: pointer; }

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}

.checkOut {
	padding: 5px;
	font-size: 13px;}

.error, .errorsm, .req  {
	font-weight: bold;
	color: #c00;}
ul.extended li,
ol.extended li
	{margin-bottom: 1em;}

ul.extended ul,
ul.extended ol,
ol.extended ul,
ol.extended ol
	{margin-top: 1em;}

.hide {display: none;}
.medbold {font-weight: bold;}
span.secret {color: #fff;}

.secret, a.secret, a.secret:hover, a.secret:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;}

.spaceOut {line-height: 1.2em;}

.white {background: #fff;}

/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
	font-size: 11pt;
	font-weight: bold;}

.checkamountbox {
	border: 1px solid #000;
	padding: 4px;}

.checki {
	font-size: 7pt;
	font-style: italic;}

.checkmain {
	font-size: 10pt;}

.checkmaini {
	font-size: 10pt;
	font-style: italic;}

.checksmall {
	font-size: 7pt;}

.maincheck {
	background-image: url('../images/echeck-bg.gif');
	border: 2px solid #000;
	padding: 4px;}
	
	
/* ------------------------------
	10px font fix
	(use when global font is arial
	instead of verdana)
------------------------------ */
/*
small, .small, .small p, .small div, .small td, .smallbold, .smallmedbold, .errorsm,
#timer,
#footer b, #footer strong,
#breadcrumbs,
.boxedheadsm,
.sectionhead,
.cartbox,
.carthead,
.amounthead{
	font-family: Verdana, Geneva, sans-serif;}
*/
/* ------------------------------
	Mini Cart - left lower corner version
------------------------------ */
#minicartContainer {
	margin: 1em 0.5em 1em 0.5em;
}

#minicart {}

#minicart td {
	padding: 5px 0;
	/*border-bottom: 1px solid #ccc;*/
	font-size: 10px;}

#minicart td img {
	float: left;
	margin-right: 5px;}

#minicartTimer {
	background: maroon;
	font-size: 10px;
	text-align: center;
	color:#FFF;}

#minicartTimer input {
	background: transparent;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	}
	
#minicartContainer a:link{
	font-size: 9px;
	text-decoration: none;}

#minicartContainer a:hover{
	text-decoration: underline;}
	
/*   ----------------------
		end of mini cart
--------------------------*/ 


/* ------------------------------
	LOGOS: toggle fullsize
------------------------------ */
.thumbShow, .thumbHide {
	display: block;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #00f;}

.thumbShow span, .thumbHide span {
	position: absolute;
	top: -50%;
	left: -50%;
	display:block;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0.5em;
	background: #fff;
	border: 3px solid #999;
	color: #00f;}
	
.thumbShow span {
	cursor: pointer;}

.thumbHide span {
	display:none;}
	
.rdBox {
	border: 1px solid #CC2222;
	padding: 5px;}
	
.rdBoxhd {
	background-color:#CC2222;	
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;} 	
	
html>body .rdBoxhd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;} 		
	
/*---------------------------------
		POPUP : windows
----------------------------------*/
/* brainstorm (captcha/pleasewait lightbox) added 'layer2' BELOW */
#layer,
#layer2 {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

/* brainstorm (captcha/pleasewait lightbox) added 'box2' BELOW */
#box,
#box2 {
	background-color: transparent;
	font-size: 100%;
	position: absolute;
	z-index: 101;
	}		
	
#box .hd {
	background-color:#CC2222;	
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;
	} 	
	
html>body #box .hd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;	  	
	} 	
	
	
*html #box .hd {
	height: 28px;
	} 	
	
	
#box .content {
	background-color: #fff;
	margin: 0;
	padding: 10px 10px;
	overflow: auto;	
	} 		

#box .ft {
	background-color: #505050;
	position: relative;
	text-align: center;
	padding: 10px 10px 10px 10px;;
	color: #fff;
	} 
	
#box .button{
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: #eee;
	color: #000;
	border: 1px outset #666666;
	margin: 2px 5px;
}	

#box a:hover{
	color: #cc0000;
}	

html>body .button{
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;		
} 
	


/* form validation */

.errors{
	background: #ffcece url('../images/error-bkg.gif')top right scroll no-repeat;
	padding: 3px 10px 3px 2px;
	margin: 0;
	height: 19px;
	font-size: 0.9em;
	z-index:10;
	position:absolute;	
	}

.acctMenu {margin: 8px 0px;}

/* brainstorm (captcha/pleasewait lightbox) */
#box2 {}
#box2 iframe {
	background: #fff;
	margin: 0;
	padding: 0;}
#box2 table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background: #fff;
	margin: 0;}
#box2 td {
	padding: 0;
	text-align: center;
	vertical-align: middle;}
#simpleContainer {
	width: 100%;
	height: 100%;
	border: 2px solid #1187a7;
	margin: 0;
	padding: 0;}
/* end bstorm (captcha/pleasewait lightbox) */

/*****************/
/* round corners */
/*****************/

.hdCorner, .ftCorner {display:block}
.hdCorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  /*background-image: url('../media/image/2ColorHeader.png')!important; */
 /* background-image: url('../images/opacityHeader2.png')!important;*/
  background-color: #CC2222; 
  }  
  
html>body .hdCorner *{
  background-image: url('../images/opacityHeader2.png')!important;
  background-position: top left;
  background-repeat: repeat-x;	    
}  
  
  
.ftCorner *{ 
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  background:#505050;}
  
.Corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  }
.Corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  }
.Corner3{
  margin-left:1px;
  margin-right:1px;
  }
.Corner4{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }
.Corner5{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }

 
.whtCornerfg{
  padding: 3px 6px 3px 6px;  }
  

/*****************/
/* shadow		 */
/*****************/
  

.x1, .x1a, .x2, .x2a {
   display:block;
   background:url('../images/glow2.png') no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:90%;
   position:absolute;
}
.x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0px;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
   height:95%;  
   * height: 105%;       
}

.x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:0px;
   * bottom: -35px;
   right:-10px;
   padding:10px 0 0 10px;
}

.x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:10px;
}

  
/*****************************/
/* Multi Column Select 		 */
/*****************************/

.multiColSel{
	width: 100%;
	padding-left: 15px;
}

.multiColSel input{
	border: 1px solid #6d6d6d;
	height: 15px;
}	

.multiColSel img{
	margin:-3px 0 0 -2px;	
	*margin: -3px 0 0 -2px;	  /*IE6*/	
}	
.multiColSel img{margin /*\**/: -3px 0 0 -2px\9;} /*IE7*/
.multiColSel img{margin:-3px 0 0 -2px\0/ }/*IE8* only/	



/****************************
 cart actions
****************************/

#cartActions {
	line-height: 20px;
	background-color:#333333;
	} 

#cartActions a:link, #crosell a:visited{
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;}
	
#cartActions a:hover{
	text-decoration: underline;}
	
#cartActions img{
	height: 15px;	
	width: 15px;
} 	

a.cartNav {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;}

a.cartNav:hover {
	text-decoration: underline;}

.cartNav img{
	width: 18px;
	height: 18px;}

/*****************/
/* Upsell		 */
/*****************/

.upsell{
	padding:10px 0;
	/* background: transparent url('../images/topgreybg.gif') top left repeat; */
	background-color:#333;
	}
#pcont {
color:#000;	
}
#pcont p {
color:#000;	
}
#pcont * {
color:#000;		
}
/****************************
 6.93 CrossSell Box		
****************************/

  
#crossSell {
  	background: transparent; 
} 

#crossSell a:link, #crosell a:visited, #crosell a:active{
	text-decoration: none;
	font-weight: normal;}
	
#crossSell a:hover{
	text-decoration: underline;}
	
#mapDiv {
	float:left;
	width:550px;
}

#mapInfo {
	/*background-color:#ddd;*/
	/*padding:5px;*/
	/*border:1px solid #CC232A;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*box-shadow: 0px 0px 5px #000;*/
	margin: 0px auto;
	float:left;
	width:115px;
}

.mapInfoHeader {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin: 7px auto;
}

