body {
	margin:  0;
	padding:  0;
	font: 12px/16px Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #333333;
	background:  url('./graphics/homeMain_bk.gif') top left repeat-x #a3d14f;
	text-align: center;
}

#mainwrapper {
	margin: 0 auto;
	width:972px;
	padding: 0;
	text-align:left;
	background: url('./graphics/MainWrap_bk.gif') top left repeat-y #ffffff;
	}

#bodywrapper {
	margin: 0;
	padding: 0;
	
}



/* -------------- MAIN SITE HEADER -------------- */

#header {
	width: 972px;
	height: 100px;
	background: url('./graphics/Main_header.gif') top left no-repeat;
	overflow: hidden;
}

#header .logo { text-indent: -10000px; margin: 0; padding: 0;}
#header .logo a {width: 400px; height: 85px; background: url(./graphics/1pix.gif) no-repeat; cursor: hand; float: left;}
#header .logo a:hover {width: 400px; height: 85px; background: url(./graphics/1pix.gif) no-repeat bottom; cursor: hand;  float: left; text-decoration: none;}


#AccountNav { float: right; padding: 15px 10px; width: 550px; }
#navlist { text-align: right; margin: 0; }
#navlist li { display:inline; padding:0 5px 0 5px; border-right: 1px solid #FFFFFF; color: #FFFFFF; font: 13px Lucida Sans Unicode, Lucida Grande, sans-serif;}
#navlist li.nodiv { border: none; padding: 0 0 5px 5px;}
#navlist a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
#navlist a:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold; }

#SearchBox { float: right; padding: 2px 10px 0 0;}

.giftcards { float: left; padding: 0px 20px 0px 40px; width: 100px; }

.HeaderSpacer {
	clear: both;
}



/* -------------- MAIN SITE FOOTER -------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 0 10px;
	width: 972px;
	_width: 952px;
	height: 195px;
	background: url('./graphics/Main_footer_bk.gif') bottom left no-repeat;
}

#footerHdr { 
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding: 26px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	}

#footerHdr .line { 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: 0em;
}

#footer ul li {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3366cc;
	font-weight: bold;
}

#footer ul li a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}

#footer ul li a.HeaderLink {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footerServiceBox {
	width: 150px;
	float: left;
}

#footerDeptBox {
	width: 110px;
	float: left;
}

#footerDeptBoxNext {
	width: 100px;
	float: left;
}

#footerCatalogBox {
	width: 135px;
	float: left;
}

#footerCommitBox {
	width: 155px;
	float: left;
}

#footerEmailBox {
	width: 280px;
	float: left;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

#footerEmailBox h3 {font-size: 12px; color: #3366cc; font-weight: bold; margin: 0; padding: 0; line-height: 16px;}


#btmfooter {
	clear: both;
	overflow: hidden;
	margin: 5px auto 20px;
	padding: 0;
	width: 960px;
	color: #ffffff;
}

#payment {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 595px;
	text-align: left;
}

#payment img {
	margin-right: 10px;
}

#copyright {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	width: 350px;
	text-align: right;
}


/* -------------- MAIN SITE CENTRAL CONTENT AREA -------------- */

#contentarea {
	display: inline;
	width: 952px;
	float: left;
	padding: 0 10px;
	margin-top: 5px;
}

#contentarea h1 {
	line-height: 28px;
	font-size: 24px;
	font-weight:bold;
	color: #3366cc;
	margin: 0;
}

#MainSidebar { 
	float: left;
	width: 220px;
	background: url('./graphics/Side_top.gif') top left no-repeat;
	margin-right: 20px;
	margin-left: 5px;
	display: inline;
	}

ul#mainnav {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 15px;
	border-bottom: 1px solid #9bb8d7;
	background: url('./graphics/Side_bk.gif') top left repeat-y #f6fedd;
	}

ul#mainnav ul {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -15px;
	margin: 5px 15px;
	padding: 0;
}

ul#mainnav li {
	line-height: 18px;
	font-size: 14px;
	font-weight:bold;
	color: #3366cc;
}

ul#mainnav li li {
	font-size: 10px;
	font-weight: normal;
}

ul#mainnav a {
	font-size: 14px;
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

ul#mainnav ul li a {
	font-size: 12px;
	color: #3366cc;
	padding-left: 5px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}


ul#mainnav ul li a.active {
	color: #003399;
	font-weight: bold;
}

ul#mainnav ul li a:hover {
	color: #003399;
	text-decoration: underline;
}

#MainContent {
	float: left;
	width: 700px;
	}

#MainContent h1 {
	line-height: 28px;
	font-size: 24px;
	font-weight:bold;
	color: #3366cc;
	margin: 10px 0 0 0;
}

#MainContent h1.dept {
	line-height: 16px;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	margin: 10px 0 0 0;
	text-align:center;
}

#MainContent h2 {
	line-height: 24px;
	font-size: 16px;
	font-weight:bold;
	color: #3366cc;
	margin: 10px 0 0 0;
}



/* -------------- MAIN SITE GENERAL STYLES -------------- */

a {color:#3366cc; text-decoration:underline; border: 0px; }
a:visited {color:#003399; border: 0px; }
a:hover {color:#003399; text-decoration:underline; border: 0px; }

select { background: #cccccc !important; font: 12px/14px Lucida Sans Unicode, Lucida Grande, sans-serif; color: #333333; vertical-align: middle; }
textarea { background: #ffffff !important; font: 12px/14px Lucida Sans Unicode, Lucida Grande, sans-serif; color:#333333; padding: 6px;}
form { padding: 0px; margin: 0px; }
img { border: none;}

p, td, ul, li { font: 12px/16px Lucida Sans Unicode, Lucida Grande, sans-serif; }

.redbold { color: #cc0000; font-weight: bold; }

.small { font : 10px/12px Lucida Sans Unicode, Lucida Grande, sans-serif; }

input.text {
	font : 12px/14px Lucida Sans Unicode, Lucida Grande, sans-serif;
	voice-family: "\"		}\"";
	voice-family:inherit;
	border : 1px solid #666;
	padding : 3px;
	background : #FFF !important;
	margin: 0;
	}

em { font-weight: bold; font-style: italic; }

.clearBoth { clear:both; }

hr {
background-color:#9BB8D7;
border:0pt none;
color:#9BB8D7;
height:1px;
width:100%;
}

.Stock {
font-size: 10px;
line-height: 11px;
font-style: italic;
}

.StockRed {
font-size: 10px;
line-height: 11px;
font-style: italic;
color: #f00;
}

/* -------------- HOMEPAGE STYLES -------------- */

p.HP_first { padding: 10px 15px 35px 15px; font-size: 12px; line-height: 16px; margin: 0;}

.box {
	width: 200px;
	height: 250px;
	text-align: center;
	background: url('./graphics/div-bottom.gif') no-repeat bottom left;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}

.box h3 {
	margin: 0;
	padding: 6px 0 4px 0;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	}

.box h3.one {
	background: url('./graphics/h3-one-bg.gif') no-repeat top left;
	}

.box h3.two {
	background: url('./graphics/h3-two-bg.gif') no-repeat top left;
	}

.box h3.three {
	background: url('./graphics/h3-three-bg.gif') no-repeat top left;
	}

.box h3.one a { color: #ffffff; text-decoration: none; }
.box h3.two a { color: #ffffff; text-decoration: none; }
.box h3.three a  { color: #ffffff; text-decoration: none; }

#HPThumbRow {
	width: 462px;
	background: url('./graphics/HP_center_bk.gif') repeat-y;
}

#HPThumbBox {
	width: 200px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

.HPThumbImage {
	text-align: center;
}

.HPThumbImage img {
	width: 200px;
	height: 200px;
}

.HPThumbTitle {
	font-size: 12px;
	text-align: center;
}

.HPThumbTitle a {
	color: #c2571c;
}

.HPThumbTitle a:hover {
	text-decoration:underline;
}

.HPThumbSalePrice {
	width: 170px;
	font-size: 16px;
	font-weight: bold;
	color: #B53550;
	padding-top: 10px;
	padding-bottom: 3px;
}

.HPThumbRegPrice {
	font-size: 10px;
	width: 150px;
	padding-bottom: 5px;
}



/* -------------- DEPARTMENT PAGE STYLES -------------- */

#deptPagingBottom, #deptPagingTop { text-align: right; width:680px; }

#deptBreadcrumb {
	width: 694px;
	text-align: left;
	font-size: 10px;
}

#deptSortNumberRow {
	width: 684px;
	height: 20px;
	background-color: #99CC66;
	padding: 5px;
	color: #ffffff;
}

#deptSortNumberRow a { color: #ffffff; }

#deptSort {
	text-align: left;
	float: left;
	vertical-align: middle;
}

#deptNumber {
	text-align: right;
	float: right;
	vertical-align: middle;
}

#deptNarrowResults {
	width: 694px;
	text-align: left;
	line-height: 22px;
	margin-top: 10px;
}

#deptArrows { 
	width: 694px;
	text-align: right;
}

#deptThumbwrapper {
	width: 694px;
}

.deptSpaceHor {
	width: 10px;
	height: 10px;
	clear: both;
}

#deptThumbRow {
	width: 100%; 
	height: 300px; 
	background: url('./graphics/DeptPageProd_bk.gif') repeat-x; 
	padding-top: 15px;
}

.deptThumbBox {
	width: 150px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}

.deptThumbImage {
	width: 150px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.deptThumbTitle {
	width: 150px;
}

.deptThumbTitle a {
	color: #5e6304;
}

.deptThumbTitle a:hover {
	text-decoration:underline;
}

.deptThumbSalePrice {
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #B53550;
	padding-top: 10px;
	padding-bottom: 3px;
}

.deptThumbRegPrice {
	width: 150px;
	font-size: 12px;
	padding-bottom: 5px;
}

.deptSpaceHorLine {
	height: 25px;
	background: url('./graphics/deptSpaceHorLine_bk.gif') no-repeat;
	width: 100%;
	clear: both;
}



/* -------------- CUSTOMER SERVICE PAGE STYLES -------------- */

#ServiceSidebar { 
	float: left;
	width: 220px;
	background: url('./graphics/ServiceSide_top.gif') top left no-repeat;
	margin-right: 20px;
	margin-left: 5px;
	display: inline;
	}

#ServiceContent {
	float: left;
	width: 694px;
	}

#ServiceContent h1 {
	line-height: 28px;
	font-size: 24px;
	font-weight:bold;
	color: #3366cc;
	margin-top: 10px;
}

#ServiceContent h2 {
	line-height: 24px;
	font-size: 16px;
	font-weight:bold;
	color: #3366cc;
	margin: 10px 0 0 0;
}


ul#ServiceNav {
	list-style-type: none;
	margin: 35px 0 0 0;
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #9bb8d7;
	background: url('./graphics/Side_bk.gif') top left repeat-y #f6fedd;
	}

ul#ServiceNav ul {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px;
	padding: 0;
}

ul#ServiceNav li {
	line-height: 26px;
	font-size: 14px;
	color: #3366cc;
}

ul#ServiceNav a {
	font-size: 14px;
	color: #3366cc;
	text-decoration: none;
	outline: none;
}

ul#ServiceNav a:active {
	font-weight:bold;
}


/*****************************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Lucida Sans Unicode", Lucida Grande, Arial, sans-serif;
    font-size: 9px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 2px 0 0;
    min-width: 14px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 8px;
    background: url(/app_themes/gimbelscollectibles.com/graphics/tab.png) no-repeat;
    color: #ffffff;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #ffffff;
}
.ui-tabs-nav a span {
    width: 14px; /* IE 6 treats width as min-width */
    min-width: 14px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
    color: #ffffff;
    text-decoration: none;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.content {
	background-color:#f6fedd;
	border:1px solid #9bb8d7; 
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
	width: 218px;
	margin: 0;
	padding: 0;
}

#content_2, #content_3 { display:none; }

.content ul {
	text-align: left;
	list-style-position: inside;
	text-indent: -15px;
	margin: 5px 25px;
	padding: 5px;
}
.content ul li {
	line-height: 18px;
	font-size: 14px;
	font-weight:bold;
	color: #3366cc;
}

.content ul li a {
	font-size: 12px;
	color: #3366cc;
	padding-left: 5px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}

.content ul li a:hover {
	color: #003399;
	text-decoration: underline;

}

.content ul li a.active {
	color: #003399;
	font-weight: bold;
}

.MenuHdr {
	background-color: #dcf1b4;
	font-size: 14px;
	color: #3366cc;
	padding: 10px; 
	font-weight: bold;
	margin: 0;
}

#container-1 { 
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-left: 5px;
	display: inline;
}