/* ------------------------------
	Basic
------------------------------ */
body, th, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;}
body.nobg, table.nobg {
	background: #ccc;
	margin: 0;
	padding: 15px;}
body.pop {
	background: #ffffff;
	margin: 0;
	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;}

a{
	color: #ce8e18; 
	font-weight: normal;
	text-decoration: none;
}
a:hover 	{color: #ce8e18;}
a:visited	{color: #ce8e18;}
a:active	{color: #ce8e18;}
	 
/*
hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	background-color: #ccc;
	color: #ccc;}
*/
img {border: 0;}
	
.lgmedb {
	font-weight: bold;
	color: #ce8e18;}
.lgmedb {font-size: 14px; line-height: 1.5em;}


big, .lgmed, .sectionhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #ce8e18;}

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: #00133f;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */	 
#hobbyLogo {
	position: absolute;
	top: 15px;
	left: 152px;
}

/* brainstorm #26 */
#timer {
	background: transparent;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;}

/* brainstorm #26 */
#timer input {
	font-size: 10px;
	font-weight: bold;
	border:0; 
	background-color: transparent;
	color: #f00;}

#container {}

#content {
	background: transparent;
	margin: 0;
	padding: 10px;}

#footer {
	background: #fff;
	border: none;
	padding: 10px;
	font-size: 10px;
	text-align: center;}

#login {
	float: left;
	padding: 10px 10px 10px 0;
}	

#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 #00133f;
	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 #00133f;
	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: #00133f;
	color: #fff;}

/* ------------------------------
	Menu
------------------------------ */
#menu {
	margin: 0;
	padding: 0;		   
	padding-left: 48px;} 
	
/* IE hack */
* html #menu {padding-left: 28px;}	

#menu ul {
	list-style: none;
	/*background: url('../images/vanilla-menuBG.gif') bottom right no-repeat;*/
	margin: 0;
	padding: 0;
	padding-top: 2px;}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;	 

	color: #ffffff;}

#menu li a {
	display: inline;
	margin: 0;
	padding: 0;	   
	padding-right:4px;	
	padding-left:2px;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #ffffff;}

#menu li a:hover {
	color: #edb623;}
	

/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	margin: 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	color: #00133f;}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	/*border: 1px solid #ddd;*/
	padding: 5px;}

.boxedhead, .boxedheadsm, .bgmed {
	color: #ffffff;		
	/*background: url('../images/listhead_bg.gif');*/	
	background: #00133f;
	padding: 2px 5px;
	font-weight: bold;}
						 
#leftColumnContainer td.boxedhead, #leftColumnContainer td.boxedheadsm, #leftColumnContainer td.bgmed {	
	color: #ffffff;		

	padding: 2px 5px;
	font-weight: normal;}
}	 

#leftColumnContainer .carthead  {
	color: #ffffff;
}
	
.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;}

#ada {
	margin: 0 0 1em;
	padding: 5px;
	border: 1px solid #00f;
	font-weight: normal;
	line-height: 21px;
	text-align: center;}
#ada img {
	vertical-align: middle;}
#ada a {
	white-space: nowrap;
	font-weight: bold;
	color: #00f;}

/* 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: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #00133f;}
#eventlistbig li a:hover {
	border: 1px solid #999;
	color: #000;}  
	
#leftColumnContainer .listhead, #leftColumnContainer th {
	color: #ffffff;		
	background: #00133f;
	padding: 5;
	font-size: 11; 
}	

#cartTable th {
	padding: 3px;
}
	

.listeven, .listevenb {
	background-color: transparent;}

.listevenb {
	font-weight: bold;}

.listodd, .listoddb {
	background-color: #eee;}

.listoddb {
	font-weight: bold;}

/* ------------------------------
	Form Table
============================== */
.formTable {
	width: 400px;
	border-collapse: collapse;
	margin: 1.5em auto;
	padding: 0;}
.formTable td.input_label {
	background: transparent;
	padding: 10px 5px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	color: #000;}
.formTable td {
	background: transparent;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;}
.formTable td input {}
.formTable td input[type="radio"] {
	vertial-align: middle;}

.formTable td.labelMax {
	text-align: center;}
.formTable td.labelMax div {
	margin: 0;
	padding: 0;}
.formTable td.labelMax div+div {
	margin-top: 0.5em;}
	
.boxed .formTable {
	width: auto;
	margin: 0;}
.boxed .formTable th,
.boxed .formTable td {
	padding: 0 5px 3px;}

/* ==============================
	Form List
============================== */
.formList {
	clear: both;
	width: 65%;
	border: 1px solid #ccc;
	margin: 0 auto 1em;
	padding: 10px;}
.formList dt {
	margin: 0;
	padding: 0;
	font-weight: bold;}
.formList dd {
	margin: 0.5em 0 1.5em 2em;
	padding: 0;
	font-weight: normal;}

.boxed .formList {
	width: auto;
	border: none;
	margin: 0;}

/* ==============================
	Form: radio/checkbox list
============================== */
.customFormOptions {
	list-style: none;
	margin: 0;
	padding: 0;
	font: inherit;
	text-align: left;}
.customFormOptions li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 2em;
	text-indent: -2em;}
.customFormOptions li+li {
	margin-top: 0.5em;}

.formTable td.labelMax .customFormOptions {
	margin-left: 25%;}

/* ==============================
	Event Info
============================== */
table#eventInfo {
	border-collapse: collapse;
	margin: 0 0 2em;
	padding: 0;}

table#eventInfo td {
	padding: 0 10px 0 0;
	vertical-align: top;}

div#eventInfo {
	padding-bottom: 1em;}
div#eventInfo td {
	padding-right: 1em;}

#eventInfo h2 {
	margin: 0;
	padding: 0;}

#eventInfo p {
	margin: 1em 0 0;
	paddiing: 0;
	font-size: 10px;
	line-height: 1.5em;}

#eventInfo #eventInfo_comments {
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding: 1em 0;
	font-size: 10px;}

#eventInfo strong {
	color: #00133f;}

.mcsSelecttable {
	position: absolute;
	display: none;
	width: 300px;
	z-index: 2000;
	background-color: #fff;
	margin: 0 0 0 10px;
	* margin: 0 0 0 -118px;
	padding: 0px 5px;
}

.mcsOptions tr:hover{ background-color: #FFFF00;}

.mcsRowValue{ display: none;}

.sfhover { 
	background-color: #FFFF00;
	color: #fff !important;
	cursor: default;	
}

/* ==============================
	Event Info CHOCOLATE
============================== */
table#eventInfo_choc {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0 2em;
	padding: 0;}

table#eventInfo_choc td#eventInfo {
	width: 25%;
	padding: 0 10px 0 0;
	padding-right: 10px;
	vertical-align: top;}

table#eventInfo_choc td#eventForm {
	/* background: transparent url('../images/dottedLineGradient.png') top left repeat-y;
	border-top: 1px solid #ccc; */
	padding: 0;
	vertical-align: top;}

table#eventCols {
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: none;
	margin: 0 0 2em;
	padding: 0;}

table#eventCols td.cols {
	width: 25%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;	
	padding: 1em 10px 1.5em;
	text-align: left;
	vertical-align: top;}

table#eventCols td.firstCol {
	/*border-left: none;*/}

table#eventInfo_choc .instructions {
	display: none;}

table#eventInfo_choc .formList {
	width: auto;
	border: none;
	margin: 0 auto 1em;
	padding: 0;
	text-align: left;}

table#eventInfo_choc .formList dt {
	margin-top: 1.5em;
	font-weight: bold;}

table#eventInfo_choc .formList dd {
	margin-left: 0;}

/* ------------------------------
	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;}
*/	

.amount {
	background: #eee;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
p.buttonSet {}
p.buttonSet a+a,
p.buttonSet input+input,
p.buttonSet button+button {
	margin-left: 2em;}

div.clear {
	clear: both;
	height: 0;}

.nowrap {
	white-space: nowrap;}

.attention {
	font-weight: bold;
	color: #0000ff;}
.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}

.checkOut {
	padding: 5px;
	font-size: 13px;}

div.checkoutButton_white input {
	display: block;
	background: #00133f url(../images/icons/checkout_white.png) no-repeat;
	cursor:pointer;
	width: 190px;
	height: 50px;
	border: 5px solid #ccc;
}

div.checkoutButton_black input {
	display: block;
	background: #00133f url(../images/icons/checkout_black.png) no-repeat;
	cursor:pointer;
	width: 190px;
	height: 50px;
	border: 5px solid #ccc;
}

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}

.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;}
.show {display: visible;}

.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 #00133f;
	padding: 5px;}
	
.rdBoxhd {
	background-color:#00133f;	
	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:#00133f;	
	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: #00133f; 
  }  
  
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{
	border-collapse: collapse;
}

.multiColSel Input{
	border: 1px solid #6d6d6d;
	height: 15px;
}	

.multiColSel img{
	margin: 0 0 0 -3px;	
	* margin: 0 0 0 -3px;
    margin /*\**/: 0 0 0 -3px\9 	/*CSS hack for IE8 Standards Mode */
}	




/****************************
 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-x;}



/****************************
 6.93 CrossSell Box		
****************************/

#crossSellrow {
	border-top: 1px solid #e8e8e8;
	padding: 10px 0 0 0;
	background-image: url('../images/topgreybg.gif')!important;
  	background-position: top left;
 	background-repeat: repeat-x;	    
    background-color: #00133f;
} 
/*
html>body #crossSellrow {
  background-image: url('../images/upgrad-w.png')!important;
  background-position: top left;
  background-repeat: repeat-x;	    
} 
*/ 

  
#crossSell {
  	background: transparent; 
} 

#crossSell a:link, #crosell a:visited, #crosell a:active{
	text-decoration: none;
	font-weight: normal;}
	
#crossSell a:hover{
	text-decoration: underline;}

