body
{
	padding: 5px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #000000;
	background-image:url("../images/background.png");
	background-repeat: no-repeat;
	background-position: top center;
} 
p
{
	margin-top: 0px;
	margin-bottom: 10px;
}
table
{
	margin: 0px;
	border-collapse: collapse;
}
table tr
{
	vertical-align: top;
}

table th, td
{
	padding: 0px;
	font-size: 11px;
}

p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 0px;
}

a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color:#999999;
}

/* WEBSITE */
div.OutermostDiv
{
	/*width: 1500px;*/
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: Transparent;
	/*background-position: 50% 0%;*/
}


/* MENU ROW */
div.HeaderMenuRow
{
	height: 38px;
	width: 100%;
	background-image:url("../images/menuBackground.png");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
}

/* Header logo row */
div.HeaderLogoRow
{
	width: 100%;
	height: 153px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/repeatXredOutsideHeader.png" );
	background-repeat: repeat-x;
	background-position: left top;
}
div.HeaderLogoInner
{
	width: 100%;
	height: 153px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/headerLogoRow.png" );
	background-repeat: no-repeat;
	background-position: center top;
}

div.ShadowBelowHeader
{
	width: 1500px; /*100%;*/
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/repeatXshadowBelowHeader.png" );
	behavior: url("../images/pngfix/iepngfix.htc"); /* This is a hack for MSIE 6 */
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 12px;
	padding-top: 3px;
}

/* Main content */
div.MainContentContainerOuter
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

/* MAIN CONTENT DATA */
div.MainContentData
{
	float: left;
	width: 660px;
	padding: 0px;
}
div.MainContentDataTopShadow
{
	width: 660px;
	height: 10px;
	background-image: url("../images/shadowTopContentBelowMenu.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
div.MainContentDataOuter
{
	padding-left: 20px;
	padding-right: 19px;
	padding-top: 8px;
	padding-bottom: 6px;

	width: 621px;

	background-color: #ffffff;
}
div.MainContentDataInner
{
	width: 621px;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div.MainContentDataAboveFooter
{
	width: 660px;
	height: 10px;
	background-image: url("../images/shadowBottomContentAboveFooter.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}
div.MainContentDataBottomFooterOuter
{
	width: 658;
	height: 52px;
	padding: 1px;
	padding-top: 2px;
	background-color: #ffffff;
}
div.MainContentDataBottomFooterInner
{
	width: 656px;
	height: 50px;
	padding: 1px;
	background-color: #1c59a1;
}
div.MainContentDataBottomFooterTextOuter
{
	width: 656px;

	height: 30px;
	padding-top: 9px;

	overflow: hidden;
	background-image: url("../images/footerBlueGlassBG.jpg");
	background-position: top left;
	background-repeat: repeat-x;
}

div.MainContentDataBottomFooterTextInner
{
	color: #ffffff;
	text-align: center;
}

div.MainContentDataPaddingBelowFooter
{
	width: 100%;
	height: 30px;
	color: #FFFFFF;
}

div.NonHomeContentOuter
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
div.NonHomeContentCaptionOuter
{
	width: 940px;
	height: 63px;
	background-image: url("../images/nonHomeContentBgTop.png" );
	background-position: top left;
	background-repeat: no-repeat;
	behavior: url("../images/pngfix/iepngfix.htc"); /* This is a hack for MSIE 6 */
}
div.NonHomeCaptionInner
{
	padding-top: 25px;
	padding-left: 60px;
	color: #636363;
	font-size: 12px;
	font-weight: bold;
}
div.NonHomeContentBottom
{
	width: 940px;
	height: 41px;
	background-image: url("../images/nonHomeContentBgBottom.png");
	background-position: top left;
	background-repeat: no-repeat;
	behavior: url("../images/pngfix/iepngfix.htc"); /* This is a hack for MSIE 6 */
}

/* Non Home */
div.NonHomeContentDataOuter 
{
	width: 940px;
	background-image: url("../images/nonHomeContentBgRepeatY.png");
	background-position: top left;
	background-repeat: repeat; /* do not repeat x or y, only simple repeat works for the hack */
	behavior: url("../images/pngfix/iepngfix.htc"); /* This is a hack for MSIE 6 */
}
div.NonHomeContentDataInner 
{
	width: 820px;
	padding-left: 60px;
	padding-right: 60px;
}
div.NonHomeContentDataInner2
{
	width: 796px;

	/* This causes min-height to work for Firefox, MSIE 6 and MSIE 7 */
	min-height: 400px;
	height: auto !important;
	height: 400px;

	text-align:left;
	background-color: #ffffff;
	
	padding: 12px;
}

div.NonHomeCol1Of2
{
	float: left;
	width: 480px;
	height: 350px;
}
div.NonHomeColVerticalSeparator
{
	float: left;
	width: 31px;
	height: 200px;
}
div.NonHomeCol2Of2
{
	float: left;
	width: 110px;
}


/* spacer */
div.MainContentRightSpacer
{
	float: left;
	width: 30px;
	height: 200px;
}

/* Menu Container */
div.MenuContainer
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 884px;
	height: 38px;
}
div.MenuContainerContent
{
	width: 884px;
	height: 38px;
	background-image: url("../images/menuSprite.png");
	background-position: top left;
	background-repeat: no-repeat;
}

/* Top Menu specifics */
div.MenuContainerContent a
{
	text-decoration: none;
}
div.MenuContainerContent a:hover
{
	text-decoration: none;
}
/* Top graphic menu images */

/* All level 1 menu anchors */
div.MenuContainerContent div.MenuItem_L1 .Label a
{
	display: block;
	height: 38px;
	overflow: hidden;
}
/* Home */
div.MenuContainerContent div.MenuItem_L1_I1 .Label a
{
	margin-left: 0px;
	width: 78px;
}
div.MenuContainerContent div.MenuItem_L1_I1 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I1 .SELECTED a
{
	background: url("../images/menuSprite.png") -0px -38px no-repeat;
}
/* Calendar */
div.MenuContainerContent div.MenuItem_L1_I2 .Label a
{
	margin-left: 0px;
	width: 90px;
}
div.MenuContainerContent div.MenuItem_L1_I2 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I2 .SELECTED a
{
	background: url("../images/menuSprite.png") -78px -38px no-repeat;
}

/* Tickets */
div.MenuContainerContent div.MenuItem_L1_I3 .Label a
{
	margin-left: 0px;
	width: 82px;
}
div.MenuContainerContent div.MenuItem_L1_I3 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I3 .SELECTED a
{
	background: url("../images/menuSprite.png") -168px -38px no-repeat;
}

/* Advertising */
div.MenuContainerContent div.MenuItem_L1_I4 .Label a
{
	margin-left: 0px;
	width: 108px;
}
div.MenuContainerContent div.MenuItem_L1_I4 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I4 .SELECTED a
{
	background: url("../images/menuSprite.png") -250px -38px no-repeat;
}

/* About AESC */
div.MenuContainerContent div.MenuItem_L1_I5 .Label a
{
	margin-left: 0px;
	width: 115px;
}
div.MenuContainerContent div.MenuItem_L1_I5 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I5 .SELECTED a
{
	background: url("../images/menuSprite.png") -358px -38px no-repeat;
}

/* Group Sales */
div.MenuContainerContent div.MenuItem_L1_I6 .Label a
{
	margin-left: 139px;
	width: 120px;
}
div.MenuContainerContent div.MenuItem_L1_I6 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I6 .SELECTED a
{
	background: url("../images/menuSprite.png") -612px -38px no-repeat;
}

/* Promoter's Guide */
div.MenuContainerContent div.MenuItem_L1_I7 .Label a
{
	margin-left: 0px;
	width: 125px;
}
div.MenuContainerContent div.MenuItem_L1_I7 .Label a:hover, 
div.MenuContainerContent div.MenuItem_L1_I7 .SELECTED a
{
	background: url("../images/menuSprite.png") -732px -38px no-repeat;
}

/* -------------------*/
/* Prevent top level menu background images from trickling down to lower levels */
div.MenuContainerContent div.MenuItem_L2 .Label a:hover
{
	background-image: none;
}
/* Make the all of the sub menu heights shorter than the top level */
div.MenuContainerContent .Menu_L1 .MenuItem_L1 .Menu_L2 .MenuItem_L2 .Label_L2 a
{
	height: 18px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 3px;
	color: #ffffff;
	background-color: #761D0A;
}

div.MenuContainerContent .Menu_L1 .MenuItem_L1 .Menu_L2 .MenuItem_L2 .Label_L2 a:hover
{
	color: #ffffff;
	background-color: #CF3513;
}

/* SUB MENU WIDTHS */

/* Tickets sub menu */
div.MenuContainerContent .MenuItem_L1_I3 .Menu_L1_I3_L2 .Label a
{
	width: 110px;
}

/* Advertising sub menu */
div.MenuContainerContent .MenuItem_L1_I4 .Menu_L1_I4_L2 .Label a
{
	width: 240px;
}

/* About AESC sub menu */
div.MenuContainerContent .MenuItem_L1_I5 .Menu_L1_I5_L2 .Label a
{
	width: 130px;
}

/* Group Sales sub menu */
div.MenuContainerContent .MenuItem_L1_I6 .Menu_L1_I6_L2 .Label a
{
	width: 144px;
}

/* From shared.css */

/* CSS MENU (see http://svn.eventbooking.com/cgi-bin/trac.cgi/wiki/CssMenus) */
/* ie6/ie7/firefox */

/* Specificity = 2, 14 */
.MenuItem .Menu,
.MenuItem:hover .Menu .MenuItem .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem .Menu
{
    display: none; 
    position: relative;
}

/* Specificity = 12, 24 */
.MenuItem:hover .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu,
.MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu .MenuItem:hover .Menu
{
    display: block;
    z-index: 999;
    position: absolute;
}

/* Specificity = 2 */
.Horizontal .Menu .MenuItem
{
    float: left;
}

/* Specificity = 5 */
.Horizontal .Menu .MenuItem .Menu .MenuItem
{
    float: none;
}

/* Specificity = 1 */
.Horizontal
{
    height: 20px;
}

/* Specificity = 2 */
.Menu
{ 
    display: inline;
}

/* Paciolan CSS script */

hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	background-color: #ccc;
	color: #ccc;}

img {border: 0;}

h1, h2, .lgmedb, h3, h4, h5 {
	font-weight: bold;
	color: #93230D;}
h1 {
	border-bottom: 2px solid #93230D;
	font-size: 16px;}
h2, .lgmedb {font-size: 14px; line-height: 1.5em;}
h3 {font-size: 12px;}

big, .lgmed, .sectionhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #93230D;}

small, 
.small, 
.small p, 
.small div, 
.small td, 
.smallbold, 
.smallmedbold, 
.errorsm {
	font-size: 10px;}

.small b, 
.small strong, 
.smallbold, 
.smallmedbold {
	font-weight: bold;}

.small strong, 
.smallmedbold {
	color: #93230D;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */
/* ------------------------------
	Mini Cart - top hover version
------------------------------ */

#cartIcon{
	background-color: transparent; 
	color: #333;  
	width: 170px; 
	z-index: 10; 
	position: absolute;
	margin-top: 60px;
	padding: 0;
	left: 500px;}

#carttimer {  
	font-size: 11px;
	color: #000;
	padding: 2px 4px;
	text-align: center;}

#mCart{
	padding:10px 0;}
	
#timer {
	background-color: #eee;
	margin: 0 0 0 0;
	padding: 5px 5px;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	color: #fff;}
	
#timer input {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;}

#timer a:link, #timer a:active, #timer a:visited{	
  color: #09326f;
  text-decoration: none;}  

#timer a:hover{	
  color: #cc0000;}    
	
.timer {
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;
	padding: 3px 5px;}
	
a.timer:link{
	font-size: 10px;
	color: #09326f;
	border: 1px outset #808080;
	text-decoration: none;
	padding: 3px 8px;}

a.timer:hover{
	color: #cc0000;
	text-decoration: none;}	
/*   ----------------------
		end of mini cart - top hover
--------------------------*/ 

/* ------------------------------
	Mini Cart - left lower corner version
------------------------------ */
#minicartContainer {
	/*margin: 1em 0.5em 1em 0.5em;*/
}

#minicartContainer tr td {
	padding:0px;
	margin:0px;
	height:25px;
}

#minicart {}

#minicart td {
	padding: 5px 0; 
	border-bottom: 1px solid #ccc;
	font-size: 10px;}

#minicart td img {
	float: left;
	margin-right: 5px;}

#minicartTimer {
	background: yellow;
	font-size: 10px;
	text-align: center;}

#minicartTimer input {
	background: transparent;
	border: none;
	font-size: 13px;
	font-weight: bold;}
	
#minicartContainer a:link{
	font-size: 9px;
	text-decoration: none;}

#minicartContainer a:hover{
	text-decoration: underline;}
	
/*   ----------------------
		end of mini cart
--------------------------*/ 
input, select {
	font-size: 11px;
	}
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:#000;}

#container {}

#content {
	background: #fff;
	border-left: 15px solid #d7d7d7;
	border-right: 15px solid #d7d7d7;
	margin: 0;
	padding: 10px 10px 75px;}

#footer {
	background: #fff;
	border: 15px solid #d7d7d7;
	border-top: none;
	padding: 10px;
	font-size: 10px;
	text-align: center;}

#pleasewait {
	background: #fff;
	border: 6px double #ddd;
	width: 400px;
	text-align: center;
	color: #666;}

/* ------------------------------
	Top Menu
------------------------------ */
#topmenu {
	background: #d7d7d7;
	padding: 0 15px 0 129px;
	font-size: 10px;}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;}

#topmenu ul li ul {
	position: absolute;
	left: -999em;
	width: 13em;
	height: auto;
	background: #fff;
	border: 1px solid #93230D;
	border-top: none;}

#topmenu ul li ul li ul {
	margin: -2.3em 0 0 13em;}

/* IE hack */
* html #topmenu ul li ul li ul {margin-left: 12.8em;}

#topmenu li:hover ul ul,
#topmenu li:hover ul ul ul,
#topmenu li.sfhover ul ul,
#topmenu li.sfhover ul ul ul
	{left: -999em;}

#topmenu li:hover ul, 
#topmenu li li:hover ul, 
#topmenu li li li:hover ul, 
#topmenu li.sfhover ul,
#topmenu li li.sfhover ul,
#topmenu li li li.sfhover ul
	{left: auto;}

#topmenu ul li {
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;}

#topmenu ul li ul li {
	display: inline;
	float: none;}

#topmenu ul li a {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #000;}

#topmenu ul li a:hover {
	background-color: #999;
	color: #fff;}

#topmenu ul li ul li a {
	display: block;
	white-space: normal;
	border-top: 1px solid #93230D;
	margin: 0;
	padding: 0.5em 5px;
	color: #666;}

/* IE hack */
* html #topmenu ul li ul li a {width: 100%;}

#topmenu ul li ul li a:hover {
	background-color: #93230D;
	color: #fff;}

/* ------------------------------
	Menu
------------------------------ */ 
#menu {
	margin: 0;
	padding: 0 0 3em 0;}

#menu ul {
	list-style: none;
	background: url('../images/vanilla-menuBG.gif') bottom right no-repeat;
	margin: 0;
	padding: 0 5px 24px;}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}

#menu li a {
	display: block;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	margin: 0;
	padding: 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #93230D;}

#menu li a:hover {
	background: #fff;
	color: #000;}

/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	margin: 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	color: #F9A541;}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 11px;	
	}

.boxedhead, .boxedheadsm, .bgmed {
	background-color: #93230D;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;	
	}

.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');
	margin-bottom: 1.5em;}

ul#eventlistbig {margin: 0 180px;}
p#eventlistbig {margin: 0; text-align: center;}
#eventlistbig {
	list-style: none;
	padding: 2em 0;
	text-align: center;}
#eventlistbig img {
	margin: 5px;}
#eventlistbig li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}
#eventlistbig li a {
	display: block;
	border: 1px solid #eee;
	margin: 10px 0;
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #93230D;}
#eventlistbig li a:hover {
	border: 1px solid #999;
	color: #000;}

th, .listhead {
	background-color: #93230D;
	font-weight: bold;
	color: #fff;}
.listeven, .listevenb {
	background-color: transparent;}

.listevenb {
	font-weight: bold;}

.listodd, .listoddb {
	background-color: #eee;}

.listoddb {
	font-weight: bold;}

/* ------------------------------
	Cart Display
------------------------------ */
.sectionhead {
	background: #eee;
	border: 1px solid #666;
	padding: 4px;
	color: #000;}
.cartbox {
	border: 1px solid #514da1;
	padding: 4px;
	font-size: 10px;
	line-height: 1.5em;}
.cartbox img {
	float: left;
	padding-right: 10px;}
.carthead {
	background-color: #ddd;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #93230D;}
.amounthead {
	background-color: #93230D;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amount {
	background: #eee;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
.attention {
	font-weight: bold;
	color: #0000ff;}

.button {
	background: #FFFFFF;
	border: 2px solid #F9A541;
	/*border-right: 2px solid #107d9a;
	border-bottom: 2px solid #107d9a;*/
	cursor:pointer;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #93230D;}
	
.searchbutton { cursor:pointer; }

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}

.checkOut {
	padding: 5px;
	font-size: 13px;}

.error, .errorsm, .req  {
	font-weight: bold;
	color: #cc0000;}
	
.req  {	font-weight: normal; font-size: 9px}	
	
		
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.5em;}

.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;}
*/

/* ------------------------------
	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 #F9A541;
	padding: 5px;}
	
.rdBoxhd {
	background-color:#F9A541;	
	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
----------------------------------*/

#layer {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#box {
	background-color: transparent;
	font-size: 100%;
	position: absolute;
	z-index: 101;
	}		
	
#box .hd {
	background-color:#F9A541;	
	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;}

/*****************/
/* 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: #F9A541; 
  }  
  
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;	
} 

#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: #fff;}

/****************************
 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;
}

/****************************
 new map	
****************************/

#mapDiv {
	background-color:#fff;
	text-align:center;
}

#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;
}

.mapInfoHeader {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin: 7px auto;
}

