/* ==============================
	Basic
============================== */
html, body {
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;}
body {
	background: #000 url('../images/unlv/unlv2-BG.jpg') top center no-repeat;
	margin: 0;
	padding: 0;}
body, th, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;}
body.nobg, table.nobg {
	height: auto;
	margin: 0;
	padding: 15px;}
body.pop {
	height: auto;
	background: #fff;
	margin: 0;
	padding: 15px;}
body.simpleBody {
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;}

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: #c00; font-weight: bold;}
a:hover 	{color: #f00;}
a:visited	{color: #c00;}
a:active	{color: #f00;}

hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	background-color: #666;
	color: #666;}

img {border: 0;}

small,
.small,
.small p,
.small div,
.small td,
.smallbold,
.smallmedbold,
.small input,
.small select,
.small textarea,
.small td,
.errorsm {
	font-size: 10px;}

.small b,
.small strong,
.smallbold,
.smallmedbold {
	font-weight: bold;}

.small strong,
.smallmedbold {
	color: #c00;}

div {margin: 0; padding: 0;}

p, h1, h2, h3, h4 {
	margin: 0 0 1em;
	padding: 0;}

table+div,
table+p,
table+h1,
table+h2,
table+h3 {
	margin-top: 1em;}

h1, h2, .lgmedb, h3, h4, h5 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	color: #000;}
h1 {font-size: 16px;}
h2, .lgmedb {font-size: 16px; line-height: 1.5em;}
.lgmedb a {font-size: 14px; text-decoration: none;} /* custom code */
h3 {font-size: 13px;}

big, .lgmed, .sectionhead {
	font: bold 14px 'Arial Narrow', Arial, sans-serif;
	line-height: 1.5em;
	color: #000;}

strong {color: #c00;} /* custom code */

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

/* ==============================
	Layout
============================== */
#container {}

#content {
	background: #fff;
	margin: 0;
	padding: 10px 10px 6em;}

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

/* ==============================
	Top Menu
============================== */
#topmenu {}
	
/* ==============================
	Menu
============================== */
#menu {
	background: #fff;
	margin: 0;
	padding: 5px;}
#menu ul {
	list-style: none;
	background: #f1f1f2;
	border: 1px solid #000;
	margin: 0;
	padding: 5px;}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}
#menu li a {
	white-space: nowrap;
	margin: 10px;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
	text-transform: capitalize;
	color: #000;}
#menu li a:hover {
	text-decoration: underline;}

#menu li.hide {
	display: none;}
#menu li a.attention {
	color: blue;}

/* ==============================
	Bottom Menu
============================== */
#bottommenu {
	background: #fff;
	margin: 0;
	padding: 5px;}
#bottommenu ul {
	list-style: none;
	background: #f1f1f2;
	border: 1px solid #000;
	margin: 0;
	padding: 5px;}
#bottommenu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}
#bottommenu li a {
	white-space: nowrap;
	margin: 10px;
	padding: 0;
	line-height: 20px;
	text-decoration: none;
	text-transform: capitalize;
	color: #000;}
#bottommenu li a:hover {
	text-decoration: underline;}

#bottommenu li.hide {}
#bottommenu li a.attention {
	color: blue;}

/* ==============================
	Other Layout Elements
============================== */
div#timer {
	background: #eee;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;}
div#timer input {
	font-size: 10px;
	/* brainstorm #26 */
	background-color: transparent;
	border: 0;
	font-weight: bold;
	color: #f00;}

div#shopper {
	margin: 0 0 5px;
	padding: 0;}

#menu div#shopper {
	float: none;
	margin: 1em 0;
	padding: 0;
	line-height: auto;
	text-align: center;}

#pleasewait {
	background: #fff;
	border: 6px double #ccc;
	width: 400px;
	text-align: center;
	color: #666;}

#miniLoginContainer {
	margin: 0 0 75px;
	padding: 0;
	font-size: 11px;
	text-align: center;}
#miniLoginContainer p {
	margin: 0;
	padding: 0;}
#miniLoginContainer p+p {
	margin-top: 1em;}
#miniLoginContainer input{}

/* ==============================
	Hover Timer
============================== */
#timer_hover {
	z-index: 99;
	float: right;
	position: relative;
	white-space: nowrap;
	background: #eee;
	width: 200px;
	height: 48px;
	margin: 0 0 1em 1em;
	padding: 0;}

#timer_hover_minicart {
	position: absolute;
	top: 0;
	left: -99999em;
	margin-left: -25px;}
#timer_hover.sfhover #timer_hover_minicart {
	left: 0;}

#timer_hover_minicart td {
	font-size: 10px;
	text-align: center;
	color: #fff;}
#timer_hover_minicart td p {
	margin: 0 10px;
	padding: 0;}
#timer_hover_minicart td a {
	display: block;
	background: #eee;
	border-bottom: 1px solid #9a9a9a;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: #f00;}
#timer_hover_minicart td a:hover {
	background: #f00;
	color: #fff;}

#timer_hover_countdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 48px;
	font-weight: bold;
	text-align: center;
	color: #000;}
#timer_hover_countdown input {
	width: 55px;
	border: 1px solid #ccc;
	margin-left: 0.5em;
	font-weight: bold;
	text-align: center;
	color: #f00;}
#timer_hover.sfhover #timer_hover_countdown,
#timer_hover.sfhover #timer_hover_countdown td {
	color: #fff;}

/* ==============================
	Menu Timer
============================== */
#timer_menu {
	margin: 1em;
	padding: 0;}

#timer_menu th {
	padding: 3px;
	font-size: 10px;}
#timer_menu th input {
	background: transparent;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;}

#timer_menu td {
	background: #eee;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
	text-align: center;}
#timer_menu td p {
	margin: 0;
	padding: 0;}
#timer_menu td p+p {
	margin-top: 5px;}

/* ==============================
	Mini Cart
============================== */
body.minicartBody {
	background-color: #fff;
	padding: 0;}

div#minicart {}

table#minicart {
	margin: 0;
	padding: 0;}

#minicart td,
#minicart div {
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;}

#minicart td {
	white-space: nowrap;
	border-left: 1px solid #ccc;
	padding: 0 10px;}

#minicart div {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;}

#minicart td img,
#minicart div img {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	width: 30px;
	height: 30px;}

#minicart td input,
#minicart div input {
	margin: 5px auto 0;
	padding: 0;
	font-size: 10px;}

/* ==============================
	Breadcrumbs
============================== */
#breadcrumbs {
	margin: 0 0 15px;
	padding: 0;
	font-size: 10px;
	text-align: left;
	color: #666;}
#breadcrumbs a {
	font-weight: normal;
	color: #666;}
#breadcrumbs strong a {
	font-weight: bold;
	color: #c00;}

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

div.boxed + div.boxed {
	margin-top: 1em;}

.boxedhead, .boxedheadsm, .bgmed {
	background-color: #c00;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;}

.boxedheadsm {
	font-size: 10px;}

/* brainstorm # 25 */
.boxedhead td {
	background: transparent;
	font-weight: bold;
	color: #fff;}

.boxedhead a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;}

.boxed p.eventDate {
	text-indent: -7em;
	margin-left: 7em;}

#ada {
	margin: 0 auto 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;}

/* ==============================
	BoxedShadow
============================== */
.boxedShadow {
	background-color: #fff;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	margin: 0 0 1.5em;
	padding: 0;}

.boxedShadow th {
	white-space: nowrap;
	padding: 0;}
.boxedShadow th img {
	width: 10px;
	height: 10px;
	border: 0;}

/* edges */
.boxedShadow th.edge12 {background-image: url('../images/boxedShadow/12.gif'); background-position: bottom left; 	background-repeat: repeat-x;}
.boxedShadow th.edge21 {background-image: url('../images/boxedShadow/21.gif'); background-position: top right; 		background-repeat: repeat-y;}
.boxedShadow th.edge23 {background-image: url('../images/boxedShadow/23.gif'); background-position: top left; 		background-repeat: repeat-y;}
.boxedShadow th.edge32 {background-image: url('../images/boxedShadow/32.gif'); background-position: top left; 		background-repeat: repeat-x;}
/* corners */
.boxedShadow th.corner11 {width: 10px; height: 10px; text-align: right; 	vertical-align: bottom;}
.boxedShadow th.corner13 {width: 10px; height: 10px; text-align: left; 		vertical-align: bottom;}
.boxedShadow th.corner31 {width: 10px; height: 10px; text-align: right; 	vertical-align: top;}
.boxedShadow th.corner33 {width: 10px; height: 10px; text-align: left; 		vertical-align: top;}

.boxedShadow td {
	height: 100%;
	padding: 0;
	text-align: left;
	vertical-align: top;}

/* ==============================
	My Account
============================== */
/* brainstorm # 22 */
#myaccount .label {
	white-space: nowrap;
	text-align: right;}

#myaccount .acctInfo {
	font-weight: bold;}

#myaccount a {
	text-decoration: none;}

#myaccount a:hover {
	text-decoration: underline;}

/* ==============================
	Main: Chocolate
============================== */
#mainContainer_chocolate {
	margin: 2em auto;
	padding: 0;}

td.main_chocolate {
	position: relative;
	width: 200px;
	background: url('../images/chocolate/frame-mainBG.gif') top center no-repeat;}

td.main_chocolate h3 {
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 13px;}

td.main_chocolate ul {
	margin: 0 5px 0 25px;
	padding: 0;
	font-size: 11px;}

td.main_chocolate ul li {
	margin: 0 0 5px;
	padding: 0;}

td.main_chocolate ul li a {
	text-decoration: none;}

td.main_chocolate ul li a:hover {
	text-decoration: underline;}

/* ==============================
	Event List Style
============================== */
ul.eventlist li {
	list-style-image: url('../images/bullet.gif');
	margin-bottom: 1em;}

/* custom code */
ul.mainlist {
	margin: 0;
	padding: 0;}
ul.mainlist li {
	list-style-type: none;
	margin: 0 0 0 2em;
	padding: 0;}

table.eventlist {
	border-collapse: collapse;
	border-bottom: 2px solid #ddd;
	margin: 1em auto;}
table.eventlist th {
	padding: 2px 10px;
	text-align: left;}
table.eventlist th+th {
	border-left: 1px solid #fff;}
table.eventlist td {
	padding: 10px;}
table.eventlist td p {
	margin: 0;
	padding: 0;}
table.eventlist td p+p {
	margin-top: 1em;}
table.eventlist td input {
	text-align: right;}

ul#eventlistbig {
	width: 300px;
	list-style: none;
	margin: 2em auto;
	padding: 0;
	text-align: center;}
ul#eventlistbig li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}
ul#eventlistbig li a {
	display: block;
	border: 1px solid #eee;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #6a6869;}
ul#eventlistbig li a:hover {
	border: 1px solid #999;
	color: #000;}
ul#eventlistbig li a span {}

p#eventlistbig {
	margin: 2em 0;
	padding: 0;
	text-align: center;}
p#eventlistbig a {
	margin: 10px;}

th, .listhead {
	background-color: #6a6869;
	font-weight: bold;
	color: #fff;}
.listeven, .listevenb {
	background-color: transparent;}

.listevenb {
	font-weight: bold;}

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

.listoddb {
	font-weight: bold;}

div.toggleIcon {
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
	font-size: 10px;
	text-align: center;}
div+div.toggleIcon {
	margin-top: 1em;}
div.toggleIcon a {
	text-decoration: none;}
div.toggleIcon img {}

/* ==============================
	Form Table
============================== */
.formTable {
	width: 400px;
	border-collapse: collapse;
	margin: 1.5em auto;
	padding: 0;}
.formTable td.input_label,
.formTable th {
	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;}

/* ==============================
	Multi-user update
============================== */
div.guestFormContainer {
	border: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 5px;}

/* div.guestFormContainer + div.guestFormContainer {
	border-top: 2px solid #ccc;} */

div.guestFormLabel {
	background: #c00;
	margin: 0 0 1em;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	color: #fff;}

div.guestFormContainer table {
	width: 100%;
	margin: 0;
	padding: 0;}

div.guestFormContainer table div.guestFormLabel {
	margin: 0;}

/* ==============================
	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: #333;}

/* ==============================
	Event Info MINT
============================== */
td#eventInfo_mint {
	width: 50%;}

td#eventInfo_mint p.eventDate {
	text-indent: -7em;
	margin-left: 7em;}

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

table#eventInfo_choc td#eventInfo {
	width: 35%; /* custom code */
	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;
	font-size: 10px;
	text-align: left;}

table#eventInfo_choc .formList dt {
	font-weight: bold;}

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

table#eventInfo_choc .formList dd small {
	color: #999;}

/* ==============================
	Event Info Group Seating
============================== */
table#groupSeating {
	border-collapse: collapse;
	margin: 1em 0 0;
	padding: 0;}

table#groupSeating th {
	white-space: nowrap;
	background: none;
	padding: 0 1em 0 0;
	vertical-align: top;}

table#groupSeating td {
	padding: 0 0 1em;
	vertical-align: top;}

/* ==============================
	Event Info PL Dropdown
============================== */
#plContainer {
	width: 185px;
	position: relative;
	margin: -2.5em auto 2em;
	padding: 0;}

#plContainer #colorBox {
	width: 25px;
	padding: 0;}

#plContainer #colorBox .colorBox {
	margin: 0;}

#plContainer p {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: center;}

#plValue {
	width: 120px;
	height: 17px;
	border: 1px solid #666;
	border-right: none;
	margin: 0;
	padding: 0;}

#plTable {
	position: absolute;
	z-index: 99;
	top: 19px;
	left: -99999em;
	width: 250px;
	background: #fff;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
	padding: 0;}
#plTable.sfhover {
	left: auto;}
#plTable * {
	font-size: 11px;}

#plTable tr:hover,
#plTable tr.sfhover {
	cursor: pointer;
	background: yellow;}

#plTable tr.active {
	background: #ccc;}

#plTable th {
	padding: 1px 3px;
	vertical-align: bottom;}

#plTable td {
	padding: 5px 3px;
	vertical-align: middle;}

.plDesc {
	text-align: left;}
.plPrice {
	text-align: right;}

/* ==============================
		Qty table
============================== */
table.qtyTable {
	border-collapse: collapse;
	border-bottom: 2px solid #ddd;
	margin: 0 auto 1em;}
table.qtyTable th {
	padding: 2px 5px;
	text-align: center;}
table.qtyTable th+th {
	border-left: 1px solid #fff;}
table.qtyTable td {
	padding: 2px 5px;}
table.qtyTable td input {
	text-align: right;}
.ptDesc {
	width: 40%;
	padding-right: 2em;
	text-align: left;}
.ptQty {
	text-align: center;}
.ptPrice {
	overflow: hidden;
	width: 110px;
	white-space: nowrap;
	text-align: right;}

table.qtyTable_choc th {
	background: transparent;
	border-bottom: 2px solid #ddd;
	padding: 2px 0;
	font-weight: normal;
	text-align: left;
	color: #000;}

/* ==============================
	Upsell
============================== */
#upsellTable {
	height: 100%;}

#upsellTable td {
	font-family: Verdana, sans-serif;
	font-size: 10px;}
#upsellTable td+td {
	border-left: 1px solid #ccc;}
#upsellTable td.listodd,
#upsellTable td.listeven {
	background: transparent;}

#upsellTable table {}

#upsellTable table td {
	border: none;
	width: auto;
	padding: 3px;}

#upsellTable td div {
	width: 120px;
	padding: 3px;
	text-align: center;}
#upsellTable td div img.logo {
	width: 40px;
	height: 40px;}

/* ==============================
	Cart Display CHOCOLATE
============================== */
#cartdisplay_choc {}
#cartdisplay_choc td {}

#cartdisplay_choc td.boxed {
	background: transparent;
	border: 1px solid #ddd;}

#cartdisplay_choc td.boxed td {
	padding: 0 0 0.5em;
	white-space: nowrap;}
#cartdisplay_choc td.boxed td.amount {
	background: transparent;}

/* ==============================
	Cart Display
============================== */
.sectionhead {
	background: #eee;
	border: 1px solid #666;
	padding: 4px;
	color: #000;}
.cartbox {
	border: 1px solid #666;
	padding: 4px;
	font-size: 10px;
	line-height: 1.5em;}
.cartbox img {
	float: left;
	padding-right: 10px;}
.carthead {
	background-color: #666;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amounthead {
	background-color: #c00;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.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;}

button,
.button {
	cursor: pointer;
	background: #fff url('../images/unlv/unlv-buttonBG.gif') top left repeat-x;
	border: 2px solid #868686;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #000;}

/* frickin IE */
button,
.button {
	width: auto;
	overflow:visible;}
* html button,
* html .button {
	width: 1; }
/* end frickin IE */

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

button.checkOut,
input.checkOut {
	background: #c00;
	padding: 6px;
	font-size: 16px;
	color: #fff;}

td.checkOut {
	background: #eee;
	text-align: right;}
td.checkOut img {
	border: 5px solid #333;
	padding: 0;}

.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;}

.bold { font-weight: bold;}

*.reset {
	margin: 0;
	padding: 0;}

table.reset {
	border-collapse: collapse;}
table.reset th,
table.reset td{
	padding: 0;}

table.padding10 th,
table.padding10 td{
	padding: 10px;}

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

/* ==============================
	LOGOS: toggle fullsize
============================== */
.thumbShow, .thumbHide {
	display: block;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #00f;}

.thumbShow span, .thumbHide span {
	z-index: 100;
	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 #c00;
	padding: 5px;}

.rdBoxhd {
	background-color: #c00;
	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;}

/* ==============================
	Mini Login/Account
============================== */
#miniAccount {
	background: #ddd;
	margin: 1em auto 2em;
	padding: 5px;
	font-size: 11px;
	text-align: center;}

#miniAccount input[type="text"] {
	width: 150px;}

#miniAccount small {
	font: 9px verdana, sans-serif;
	font-size: 9px;}

#miniAccount ul {
	margin: 1em 0;
	padding: 0;}
#miniAccount ul li {}
#miniAccount ul li a {
	display: inline;
	font-size: 11px;}

/* ==============================
	Showbox
============================== */
/* brainstorm (captcha/pleasewait lightbox) added 'layer2' BELOW */
#layer,
#layer2 {
	z-index: 9999;
	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: 99999;}

#box .hd {
	background-color: #c00;
	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 .contentFrame {
	padding: 0;
	overflow: visible;}

#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 {
	border: 2px solid #333;}
#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%;
	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: #c00;}

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: 0 0 0 -2px;/*IE6*/}
.multiColSel img {margin /*\**/: 0 0 0 -2px\9;} /*IE7*/
.multiColSel img {margin: -8px 0 0 -2px\0/}/*IE8* only/

/* ==============================
	cart actions
============================== */
#cartActions {
	background: #eee;
	padding: 0;}

#cartActions table {}
#cartActions td {
	text-align: center;}
#cartActions td span+span {
	margin-left: 15px;}

#cartActions td#cartCheckOut {
	text-align: right;}

#cartActions td#cartCheckOut a {
	margin: 0;}

/* ==============================
	cart actions: chocolate
============================== */
#cartActions_choc {
	text-align: center;
	padding: 10px;}
#cartActions_choc div {
	display: block;
	margin: 0 0 20px;
	padding: 0;}
#cartActions_choc span {
	white-space: nowrap;
	display: block;
	margin: 0 0 6px;
	padding: 0;}

/* ==============================
	cart links
============================== */
a.cartNav {
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;}

a.cartNav:hover {
	text-decoration: underline;}

a.cartNav img {
	margin: 0;
	padding: 0;
	vertical-align: middle;}

/* ==============================
	Upsell
============================== */
.upsell {
	padding: 10px 0;
	background: transparent url('../images/topgreybg.gif') top left repeat;}

/* ==============================
	6.93 CrossSell Box
============================== */
#crossSell {
	background: transparent;}

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

#crossSell a:hover {
	text-decoration: underline;}

/* ==============================
	Input Date
============================== */
#inputDate_container {
	z-index: 100;
	position: absolute;
	width: 225px;
	background: #fff;
	border: 1px solid #c00;
	margin: 0;
	padding: 5px;
	text-align: center;}

#inputDate_container * {
	font-size: 10px;}

#inputDate_container a {
	text-decoration: none;}

#inputDate_container a:hover {
	background-color: yellow;}

#inputDate_container div {
	margin: 0 0 0.5em;
	padding: 0;}

#inputDate_container div a {
	border: 1px solid #ccc;
	padding: 0 5px;
	line-height: 12px}

#inputDate_container div input,
#inputDate_container div select {
	border: 1px solid #ccc;}
	
#inputDate_container div span+span {
	margin-left: 2em;}

#inputDate_calendar {
	width: 90%;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;}
#inputDate_calendar th {
	width: 14%;
	background-color: transparent;
	padding: 1px 3px;
	font-weight: bold;
	text-align: center;
	color: #c00;}
#inputDate_calendar td {
	padding: 0;
	text-align: center;}
#inputDate_calendar td a {
	display: block;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	color: #000;}
#inputDate_calendar td a:hover {}
	
/* ==============================
	10px font fix
	(use when global font is arial
	instead of verdana)
============================== */
small, .small, .small p, .small div, .small td, .smallbold, .smallmedbold, .errorsm,
#timer,
#timer input,
#footer b, #footer strong,
#breadcrumbs,
#eventInfo p,
.boxedheadsm,
.sectionhead,
.cartbox,
.carthead,
.amounthead {
	font-family: Verdana, Geneva, sans-serif;}
