/*  -- Common Classes --  */

body {
	margin: 0 auto;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #710000;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 802px;
	text-align: left;
	background: url(body-bkgd.gif) repeat-y 0px 0px;
}

#container-bkgd {
	background: url(parchment-bkgd.jpg) no-repeat 0px 0px;
	width:802px;
}

#header:after,
#container:after,
#footer:after {
	clear: both;
	display: block;
	height: 0;
	content: ".";
	visibility: hidden;
}

a {
	text-decoration: underline;
	color: #710000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

b, strong {
	font-weight: bold;
}

form, ul, li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

/*  -- End Common Classes --  */


/*  -- Header --  */

div#header {
	width: 802px;
	height: 171px;
}

div.header-pad {
	padding: 38px 0 0 35px;
}

div#logo {
	float: left;
	width: 390px;
	height: 50px;
}

div#logo img {
	display: block;
}

div#search-area {
	float: left;
	padding: 15px 0 0 0;
	width: 215px;
	text-align: right;
}

div#search-area fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

div#search-area .searchIn {
	padding: 2px 5px 0 5px;
	width: 119px;
	height: 23px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: middle;
	background-color: #ffffff !important;
	border: 2px inset #808080;
}

div#search-area .searchGo {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

div#cart-link {
	float: left;
	padding: 12px 0 0 0;
	width: 145px;
	text-align: right;
	xbackground: url(cart.gif) right 17px no-repeat;
}

* html div#cart-link {
	position:absolute;
	top:35px;
}

*:first-child+html div#cart-link {
	position:absolute;
	top:35px;
}

div#cart-link a {
	padding: 0 0 0 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

div#cart-link a:hover {
	text-decoration: underline;
}

div#header-links {
	clear: both;
	padding: 14px 70px 20px 0;
	text-align: right;
}

div#header-links a {
	padding: 4px 21px 20px 22px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url(header-links-divider.gif) 0px 0px no-repeat;
}

div#header-links a.home {
	background: none;
}

div#header-links a:hover {
	text-decoration: underline;
}

div#header-button-area {
	padding: 0 25px 0 176px;
	min-height: 36px;
	text-align: center;
	background: url(header-button-area-bkgd.gif) 14px 14px no-repeat;
}

* html div#header-button-area {
	height: 36px;
}

div.header-button {
	float: left;
	margin: 0 8px 0px 8px;
	width: 125px;
	height: 22px;
	background: url(header-button.gif) 0px 0px no-repeat;
}

div#header-button-area a {
	display: block;
	padding: 4px 12px 0 10px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div#header-button-area a:hover {
	text-decoration: underline;
}

/*  -- End Header --  */


/*  -- Body --  */

div#bodyshell {
	clear: both;
	float: left;
	width: 802px;
	min-height: 698px;
}

* html #bodyshell {
	height: 698px;
}

div#bodycontent {
	float: right;
	width: 591px;
}

div#bodycontent-padding {
	width: 552px;
}

div.page-heading {
	clear: both;
	padding: 5px 15px 5px 15px;
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(page-heading-bkgd.gif) 0px 0px repeat-x;
}

h1#contenttitle {
	margin: 0;
	padding: 0 0 10px 15px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #7e0000;
}

/*  -- End Body --  */


/*  -- Index Page --  */

div#welcome-area {
	float: left;
	padding: 0 25px 10px 15px;
}

div#welcome-heading {
	padding: 0 0 5px 0;
	font: normal 19px Arial, Helvetica, sans-serif;
	color: #3d1103;
}

div#welcome-text {
	float: left;
	width: 305px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

div#free-shipping {
	padding: 8px 0 0 38px;
	width: 236px;
	height: 25px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(free-shipping.gif) 0px 0px no-repeat;
}

* html div#free-shipping {
	width: 274px;
	height: 33px;
}

div#free-shipping span {
	color: #470000;
}

div#welcome-image {
	float: right;
	width: 194px;
	text-align: center;
}

div#welcome-image img {
	border: 1px solid #dcd6c4;
}

/*  -- End Index Page --  */


/*  -- Section Page --  */

div#section-info {
	float: left;
	padding: 0 15px 10px 15px;
	font-size: 13px;
}

#section-image {
	float: right;
	margin: 0 0 0 20px;
}

/*  -- End Section Page --  */


/*  -- Item Page --  */

div#item-info {
	float: left;
	padding: 0 15px 10px 15px;
}

div#item-caption {
	padding: 10px;
	font-size: 12px;
}

div#item-caption ul {
	margin: 0 0 0 15px
}

div#image-area {
	float: left;
	width: 200px;
	text-align: center;
}

div#info-table-area {
	float: right;
	width: 300px;
}

div#popup-link {
	padding: 2px 0 0 0;
}

/*  -- End Item Page --  */


/*  -- Left Navigation --  */

div#left-nav {
	float: left;
	padding: 0 0 350px 0;
	width: 211px;
}

div#left-nav-padding {
	float: right;
	width: 162px;
}

div#left-nav-bkgd {
	/*min-height: 337px;*/
	background: #741b1b url(left-nav-bkgd.gif) 0px bottom no-repeat;
	padding-bottom: 50px;
}

* html div#left-nav-bkgd {
	height: 337px;
}

ul#nav {
	list-style-type: none;
	padding: 0 0 75px 0;
	background: url(nav-bkgd.gif) 0px 0px no-repeat;
}

ul#nav li {
	position: relative;
	z-index: 999;
	padding: 0 0 10px 0;
	width: 162px;
	background: url(li-bkgd.gif) 0px bottom no-repeat;
}

ul#nav .a-bkgd {
	padding: 0 0 0 8px;
	background: url(a-bkgd.gif) 8px bottom no-repeat;
}

ul#nav a {
	display: block;
	padding: 7px 7px 8px 19px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #513300;
	text-decoration: none;
	background: url(a-blt.gif) 8px center no-repeat;
}

ul#nav a:hover {
	text-decoration: underline;
}

/*ul#nav li table {
	display: none;
	position: absolute;
	z-index: 999;
	top: -2px;
	left: 162px;
	padding: 0;
	background-color: #7e0000;
	border: 10px solid #7e0000;
}*/

ul#nav li div.navbox {
	display: none;
	position: absolute;
	z-index: 999;
	top: -2px;
	left: 162px;
	padding: 0;
	background-color: #7e0000;
	border: 10px solid #7e0000;
}

ul#nav li:hover div.navbox, ul#nav li.sfhover div.navbox {
	display: block;
}

ul.subnav {
	list-style:none;
}

ul#nav li table td {
	margin: 0;
	padding: 0;
	xborder-right: 10px solid #7e0000;
	xborder-left: 10px solid #7e0000;
}

ul#nav li table td li {
	background:none;
	/*border-bottom:1px solid #9C3B3B;*/
	margin-bottom:6px;
	padding:0;
}

ul#nav li table td.casc-divider {
	height: 1px;
	background: url(casc-divider.gif) 0px 0px no-repeat;
}

ul#nav li td a {
	display: block;
	padding: 5px 5px 5px 15px;
	width: 130px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #efb43b;
	background: url(a-blt-2.gif) 2px center no-repeat;
}

ul#nav .navbox .content .subnav li a {
	background-color:#EFB43B ;
	background-image:none ;
	color:#7E0000 ;	
}

ul#nav .subsubnav {
	
}
ul#nav .navbox .content .subsubnav li {
	list-style:none;
	border-bottom:none !important;
	display:inline !important;
}
ul#nav .navbox .content .subsubnav li a {
	color:#EFB43B;
	background: url(a-blt-2.gif) 2px center no-repeat;
}

.leftnav-free-shipping {width: 130px; text-align: left; margin: 0 0 0 10px; padding: 8px 0 8px 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #815139;
	border: 1px #fff dotted;
}

* html .leftnav-free-shipping {width: 142px;}
	
.leftnav-free-shipping span {color: #470000;}

div#send-to-friend {
	padding: 22px 0 12px 0;
	text-align: center;
	background: url(send-to-friend.gif) 0px 0px no-repeat;
}

div#send-to-friend a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #efb43b;
	text-decoration: none;
}

div#send-to-friend a:hover {
	text-decoration: underline;
}

/*  -- End Left Navigation --  */


/*  -- Footer --  */

div#footer {
	position: relative;
	z-index: 999;
	clear: both;
	width: 802px;
	height: 31px;
}

div#badges {
	position: absolute;
	top: -310px;
	left: 35px;
	z-index: 999;
	width: 175px;
	height: 310px;
	text-align: center;
}

div#badges img {
	margin: 0 0 19px 0;
}

div#copyright {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

div#designby {
	float: left;
	width: 211px;
	height: 31px;
	background: url(designby-bkgd.gif) 0px 0px no-repeat;
}

div#designby span {
	display: block;
	padding: 10px 0 0 54px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

div#final-text {
clear:both;
color:#000000;
font-weight:bold;
height:154px;
margin-left:-155px;
padding-top:25px;
position:relative;
text-align:center;
width:700px;
}

div#designby span a {
	color: #ffffff;
	text-decoration: none;
}

div#designby span a:hover {
	text-decoration: underline;
}

div#footer-links {
	float: left;
	padding: 8px 0 9px 0;
	width: 552px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	background: url(footer-links-bkgd.gif) 0px 0px no-repeat;
}

div#footer-links a {
	padding: 0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}

div#footer-links a:hover {
	text-decoration: underline;
}

/*  -- End Footer --  */


/*  -- Contents --  */

div#contents {
	clear: both;
	padding: 6px;
	background-color: #710000;
}

div#contents td {
	padding: 10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #d89939;
	text-align: center;
}

div#contents td.img-cell {
	padding-bottom: 0;
}

div#contents td .name {
	font: bold 12px Arial, Helvetica, sans-serif;
}

div#contents td .name a {
	color: #d89939;
	text-decoration: none;
}

div#contents td .name a:hover {
	text-decoration: underline;
}

div#contents td .price-bold,
div#contents td .sale-price {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

div#contents td.horizontal-divider {
	padding: 0;
	height: 3px;
	background-color: #73160b;
}

/*  -- End Contents --  */

#newsletter{
	font-size: 12px;
}

/*  -- Breadcrumbs --  */

div.scBreadcrumbs {
	padding: 0 0 10px 15px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #43381e;
}

div.scBreadcrumbs a {
	color: #7e0000;
}

div.scBreadcrumbs span {
	font-weight: bold;
	color: #f5f5f5;
}

/*  -- End Breadcrumbs --  */


/*  -- Dynamic Paging --  */

div#paging {
	clear: both;
	padding: 12px 0;
}

div#paging div.ctrls td {
	padding: 4px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #3b120a;
}

div#paging div.ctrls td a {
	color: #ffffff;
	text-decoration: none;
}

div#paging div.ctrls td a:hover {
	text-decoration: underline;
}

div#paging div.ctrls .chosen {
	font-weight: bold;
	color: #efb43b;
}

div#paging div.ctrls span.pageof {
	margin: 0 12px;
}

div#paging .sortlinks {
	font-weight: bold;
}

div#paging .sortlinks a {
	font-weight: normal;
}

div#paging .sortlinks img {
	padding: 0 0 2px 0;
}

div#paging .leftArrowDiv img,
div#paging .rightArrowDiv img {
	padding: 0 0 1px 0;
	vertical-align: bottom;
}

div#paging div#contents table {
	width: 540px;
}

div#paging div#contents table td.imgCell {
	padding-bottom: 0;
}

div#paging div#contents table td.verticalSpacer {
	padding: 0 1px 0 0;
	background-color: #77190e;
}

div#paging div#contents table td.horizontalSpacer {
	padding: 0;
	height: 23px;
	background: url(paging-divider.gif) 0px 0px repeat-x;
}


div#paging div#contents table div.saleprice {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/*  -- End Dynamic Paging --  */


/*  -- Snap Shop --  */

/* Snap Shop v1.0.001 */
select.hideSelect {
	visibility: hidden;
}

img.scSSpopple {
	/* used to vertically center the SS icon... could cause problems with default styles */
	vertical-align: top;
}

div#scSSiconHolster {
	/* background-color: #b02020; */
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

div#scSSiconHolster img#scSSicon {
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	border: none;
}

div.scSSpop {
	float: left;
	position: absolute;
	z-index: 1000;
	cursor: move;
	width: 540px;
	background-color: #fff;
	border: solid 4px #efb43b;
	border-top: solid 17px #efb43b;
}

div.scSSpopInner {

	float: left;
	cursor: auto;
	padding-bottom: 14px;
	width: 540px;
	color: #6B6B6B;
	background-color: #fff;
}

/*
div.scSSpop * {
	cursor: auto;
} 

div.scSSpop a {
	cursor: pointer;
}
*/

div.scSSpop.loading div.scSSpopInner {
	height: 50px;
	background: #fff url("loading.gif") center center no-repeat;
}

div.scSSpop a.closeX {
	float: right;
	position: relative;
	top: -17px;
	right: -4px;
	display: block;
	padding: 1px 5px 2px;
	font: bold 12px Verdana, sans-serif;
	color: #efb43b;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #3e140c;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

div.scSSpop a.closeX:hover {
	text-decoration: none;
}

div.scSSpop h2 {
	margin: 0;
	padding: 12px 16px 8px;
	font-size: 14px;
	color: #6B6B6B;
	text-align: left;
}

div.scSSpop div.scSSimgHolster {
	float: left;
	padding-left: 16px;
	width: 222px;
	text-align: center;
}

div.scSSpop div.scSSimgHolster img {
	border: 0;
}

div.scSSpop form.scSSinfoHolster {
	float: right;
	padding-right: 16px;
	width: 262px;
	text-align: right;
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	height: 20px;
	font-size: 11px;
	list-style: none;
	overflow: hidden;
/*	background: #CECECE url("scSStabL.gif") no-repeat left bottom; */
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li a {
	float: left;
	display: block;
	margin: 0 0 0 2px;
	padding: 3px 6px;
	height: 14px;
	font-weight: bold;
	color: #efb43b;
	text-decoration: none;
	background-color: #3e140c;
/*	background: url("scSStabR.gif") no-repeat right bottom; */
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li.scSScurrTab {
/*	background: #D00000 url("scSStabL.gif") no-repeat left top; */
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li.scSScurrTab a {
/*	color: #fff; */
	background-color: #7e0000;
/*	background: url("scSStabR.gif") no-repeat right top; */
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li.scSSviewMoreTab {
	background: none;
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li.scSSviewMoreTab a {
	color: #3e140c;
	background-color: transparent;
}

div.scSSpop form.scSSinfoHolster ul.scSStabsHd li.scSSviewMoreTab a:hover {
	text-decoration: underline;
}

div.scSSpop form.scSSinfoHolster div.scSStabs div.scSStabConts {
	clear: both;
	margin-bottom: 4px;
	padding: 3px 6px;
	text-align: left;
	border: solid 1px #7e0000;
}

div.scSSpop form.scSSinfoHolster div.scSStabs div.scSStabConts div.scSStabContsMain,
div.scSSpop form.scSSinfoHolster div.scSStabs div.scSStabConts div.scSStabContsCaption {
	width: 248px;
}

div.scSSpop form.scSSinfoHolster div.scSStabs div.scSStabConts div.scSStabContsCaption {
	height: 134px;
	overflow: auto;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable {
	width: 100%;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr {
	background: url("scSSpitSep.gif") repeat-x 0 0;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr.scSSinfoCode {

	background: none;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable td,
div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable th {
	padding: 4px 6px;
	font-size: 11px;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable th {
	text-align: right;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable th label {
	display: block;
	width: 84px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable th label:hover {
	position: relative;
	text-overflow: inherit;
	-o-text-overflow: inherit;
	overflow: visible;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable th label:hover span {
	background-color: #fff;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable td {
	width: 120px;
	text-align: left;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr.scSSinfoOpts td {
	padding: 2px 6px;
}

div.scSSpop form.scSSinfoHolster table.scSSselectsHidden tr.scSSinfoOpts {
	display: none;
}

div.scSSpop form.scSSinfoHolster table.scSSselectsHidden tr.scSSselMsgTr td {
	width: auto;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable select,
div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable input {
	font-size: 11px;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr.scSSinfoOpts select,
div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr.scSSinfoOpts input {
	width: 140px;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr.scSSinfoOpts input.monogram {
	width: auto;
}

div.scSSpop form.scSSinfoHolster table.scSSprodInfoTable tr.scSSinfoQty input {
	width: 30px;
	text-align: right;
}

div.scSSpop input.scSSatcBttn {
	float: right;
	margin-left: 12px;
}

div.scSSpop div.scSSatcMsg {
	padding: 0 6px;
	font-size: 11px;
	text-align: left;
}

div.scSSpop div.scSSatcMsg a {
	font-size: 11px;
	font-weight: bold;
	color: #3e140c;
	text-decoration: none;
}

div.scSSpop div.scSSatcMsg a:hover {
	text-decoration: underline;
}

div.scSSpop form.scSSinfoHolster input.scSSatcDim {
	opacity: 0.2;
	filter: alpha(opacity = 20);
	cursor: default;
}

div.scSSpop iframe {
	display: none;
}

/*  -- End Snap Shop --  */


/*  -- Framework --  */

div#scATCwrapper {
	opacity: .75;
	filter: alpha(opacity=75);
	background-color: #000000;
}

div#scATCmsg {
	padding: 16px;
	width: 400px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #000000;
}

select.scHideSelect {
	visibility:hidden;
}

/*  -- End Framework --  */


/*  -- Click to Enlarge v3 --  */

.enlarge-icon {
	margin: 10px 0 0 0;
}

div#scPage-insets {
	padding: 5px 0 5px 0;
}

div#scPage-insets img {
	margin: 5px;
}

/*Editable Style Sheets*/
#scWrapper {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background: #000000;
}

#scImgBox {
	font: 11px normal Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #CACACA; /*background color of the image box normally same as border color*/
	border: 10px solid #CACACA;
}

#scImgTitle {
	padding-bottom: 5px;
	font: 12px normal Georgia, "Times New Roman", Times, serif; /*fonts and settings for image description shown above the image*/
	text-align: left;
}

#scImgBox-insets {
	padding: 10px 75px 0 0;
	background: #CACACA;
}

#scImgBox-insetPreview img {
	display: none;
	border: 2px solid #000000; /*border color for inset preview*/
}

#scImgBox-insets a {
	margin: 0 5px 0 0;
	padding: 0 5px 1px 5px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #3F3F3F;
	border: 1px solid #FFFFFF;
}

#scImgBox-insets .absClose {
	font: normal 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif; /*styles for close in inset area*/
}

#scImgBox .close {
	margin: -15px -15px 0 0;
	padding: 0 5px 1px 5px;
	font: bold 14px Arial, Helvetica, sans-serif; /*close on upper right corner*/
	color: #FFFFFF;
	text-decoration: none;
	background: #3F3F3F;
	border: 1px solid #FFFFFF;
}

/*Styles Not to be Edited*/
.relativePos { position: relative; }
.absolutePos { position: absolute; }
.hideSelect { visibility: hidden; }

#scWrapper {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 800px;
	cursor: hand;
}

#scImgBox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	text-align: center;
}

#scImgBox-mainImg {
	background: #FFFFFF url(loading.gif) center center no-repeat;
	text-align: center;
}

#scImgBox-mainImg.schidebg { background: #FFFFFF; }

#scImgBox-mainImg img { vertical-align: middle; }

#scImgBox-insets {
	clear: both;
	position: relative;
	left: 0;
	text-align: left;
}

/*#scImgBox-insets img{ display: none; }*/
#scImgBox-insets .absClose {
	position: absolute;
	right: 0;
}

#scImgBox .close {
	position: absolute;
	top: 0;
	right: 0;
}

#scImgBox-insetPreview {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	text-align: center;
}

#scPage-insets .scMainImgLnk { display: none; }

/*  -- End Click to Enlarge v3 --  */


/*  -- Product Info Table --  */

#product-info-table th {
	padding: 5px;
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #efb43b;
	text-align: right;
	vertical-align: top;
	background-color: #7e0000;
}

#product-info-table td {
	padding: 5px;
	width: 197px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cc7272;
}

#product-info-table td #pitSalePriceBx {
	font-weight: bold;
}

#product-info-table .options td {
	padding: 3px 5px 3px 5px;
}

#product-info-table .options input {
	padding: 1px 5px 1px 5px;
	width: 197px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 2px inset #808080;
}

#product-info-table .options input.mono {
	margin-right: 1px;
	padding: 1px 0 1px 0;
	width: auto;
	text-align: center;
}

#product-info-table .options select {
	width: 197px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 2px inset #808080;
}

#product-info-table .quantity td {
	padding: 3px 5px 3px 5px;
}

#product-info-table .quantity input#quantity-box {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	border: 2px inset #808080;
}

#product-info-table td.add-to-cart {
	width: 298px;
	text-align: center;
	background-color: #443a24;
}

#product-info-table td.add-to-cart .outofstock {
	display: block;
	font-weight: bold;
	color: #ffffff;
}

/*  -- End Product Info Table --  */


/*  -- Related Items --  */

#seo-related-links {
	clear: both;
	padding: 20px 0 10px 0;
	width: 552px;
}

#seo-related-links:after {
	clear: both;
	display: block;
	height: 0;
	content: ".";
	visibility: hidden;
}

#seo-related-links ul {
	list-style: none;
	float: left;
	padding: 12px 0 12px 0;
	width: 552px;
}

#seo-related-links ul.seo-links li {
	display: inline;
	float: left;
	margin: 0 0 0 15px; 
	padding: 0 0 5px 0;
	width: 260px;
	background: url(dot.gif) left 5px no-repeat;
}

#seo-related-links ul.seo-links li a {
	display: block;
	padding-left: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7e0000;
	text-decoration: none;
}

#seo-related-links ul.seo-links li.viewMore a {
	font-weight: bold;
}

#seo-related-links ul.seo-links li a:hover {
	text-decoration: underline;
}

/*  -- End Related Items --  */


/*  -- Recently Viewed Items --  */

#recent-items {
	clear: both;
	padding: 20px 0 0 0;
	width: 552px;
}

#recent-items th {
	text-align: left;
}

#recent-items td {
	padding: 0 10px 0 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

#recent-items td.recent-items-name a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7e0000;
	text-decoration: none;
}

#recent-items td.recent-items-name a:hover {
	text-decoration: underline;
}

#recent-items td.recent-items-saleprice {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7e0000;
}

/*  -- End Recently Viewed Items --  */


/*  -- Categorized Site Map --  */

.sitemap-header {
	display: block;
	padding: 15px 0 0 25px;
	font: bold 14px Tahoma, Arial, sans-serif;
	color: #b06363;
}

.sitemap-1 {
	display: block;
	padding: 5px 0 0 50px;
	font: bold 12px Tahoma, Arial, sans-serif;
	color: #7e0000;
}

.sitemap-2 {
	display: block;
	padding: 3px 0 0 75px;
	font: bold 12px Tahoma, Arial, sans-serif;
	color: #43381e;
}

.sitemap-3 {
	display: block;
	padding: 3px 0 0 100px;
	font: normal 10px Tahoma, Arial, sans-serif;
	color: #000000;
}

.sitemap-4 {
	display: block;
	padding: 2px 0 0 125px;
	font: normal 8px Tahoma, Arial, sans-serif;
	color: #000000;
}

/*  -- End Categorized Site Map --  */


div#scMCholster-0061 {
	float: right;
	width: 145px;
	text-align: left;
	position: relative;
	z-index: 1;
	xbackground-color: #D8E1C4;
	color: #000;
	font: bold 10px Tahoma, Verdana, sans-serif;
}


* html div#scMCholster-0061 {
	width:150px;
}

*:first-child+html div#scMCholster-0061 {
	width:150px;
}

div#scMCholster-0061.open-0061 {
	z-index: 10000;
}

div#scMCholster-0061 a {
	color: #000;
}

div#ctrlPad-0061 {
	xbackground: url('scMCcartIcon.gif') no-repeat 5px 7px;
	padding: 3px;
}

div#minCart-0061 {
	width: 125px;
	float: right;
	padding-right:5px;
}

* html div#minCart-0061 {
	width:140px;
}

*:first-child+html div#minCart-0061 {
	width:140px;
}

div#minCart-0061 a#emptyCook-0061,
div#minCart-0061 span.emptyMsg-0061,
div#minCart-0061 span.itemCnt-0061,
div#minCart-0061 span.itemTtl-0061 {
	background-color: #F4F7EC;
	display: block;
	padding: 1px 3px;
	text-align: center;
}

div#minCart-0061 span.itemCnt-0061,
div#minCart-0061 span.itemTtl-0061 {
	float: right;
	width: 53px;
	border:1px solid #710100;
}

*:first-child+html div#minCart-0061 span.itemCnt-0061{
	width:65px;
}

* html div#minCart-0061 span.itemCnt-0061{
	width:65px;
}

div#minCart-0061 span.itemCnt-0061 {
	float: left;
}

div#minCart-0061 span.itemCnt-0061 span {
	xfont-weight: normal;
}

div#ctrlBox-0061 {
	clear: both;
	padding-top: 2px;
	float: right;
	width: 140px;
}

div#ctrlBox-0061 span {
	display: block;
	padding-top: 20px;
}

a#toggLink-0061 {
	display: block;
	overflow: hidden;
	height: 15px;
	width: 70px;
	background: url('scMCtoggCart.png') no-repeat 0 0;
	float: left;
}

a#checkoutLink-0061 {
	display: block;
	overflow: hidden;
	height: 15px;
	width: 67px;
	background: url('scMCcheckout.png') no-repeat 0 0;
	float: right;
}

div.open-0061 a#toggLink-0061 {
	background-position: 0 -15px;
}

div.emptyCart-0061 a#checkoutLink-0061,
div.open-0061 a#checkoutLink-0061 {
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: default;
}

div#smCart-0061 {
	position: absolute;
	/* top: 20px; */
	right: 0;
	border: solid 1px #720000;
	width: 344px;
	background: #720000 url('scMCloading.gif') no-repeat center center;
	z-index: 10000;
}

div.closed-0061 div#smCart-0061 {
	height: 0;
	width: 0;
	overflow: hidden;
	border: none;
}

iframe#cartViewer-0061 {
	border: none;
	width: 344px;
	height: 0;
	vertical-align: top;
}

div.loading-0061 div#smCart-0061 {
	height: 60px;
}

div.loading-0061 iframe#cartViewer-0061 {
	height: 1px !important;
}

div.clearer-0061 {
	clear: both;
}

/* -- SC Snap Shop v2 -- */
img.popImg-0036{ vertical-align: top; }

div#iconHolster-0036{
	text-align: center;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

div#iconObj-0036{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

div#iconHolster-0036.hover-0036 div#iconObj-0036{ top: auto; bottom: 0; }

div.pop-0036{
	position: absolute;
	width: 548px;
	background-color: #D6D6D6;
	float: left;
	z-index: 1000;
}

div.pop-0036 *{ padding: 0; margin: 0; }

div.pop-0036 a{
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

div.pop-0036 a:hover{ text-decoration: none; }

div.popMid-0036{
	background-color: #fff;
	float: left;
	border: solid 1px #A3A3A3;
	position: relative;
	top: -2px;
	left: -2px;
}

div.popTop-0036{
	background: #A3A3A3 url(/lib/yhst-19591638237513/scSSdragBar.png) repeat-x 0 0;
	float: left;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: move;
}

div.dragging-0036{
	opacity: .75;
	filter: alpha(opacity=75);
}

div.activePop-0036 div.popTop-0036,
div.activePop-0036 div.popAccess-0036{
	opacity: 1;
	filter: alpha(opacity=100);
}

div.popTopInner-0036{
	background: url(/lib/yhst-19591638237513/scSSdragCorner.png) no-repeat 0 0;
	width: 546px;
	height: 27px;
	float: left;
}

div.loading-0036 div.popTopInner-0036{
	background: url(/lib/yhst-19591638237513/scSStopLoading.gif) no-repeat center center;
}

div.popInner-0036{
	clear: both;
	border-top: solid 1px #A3A3A3;
	width: 546px;
	float: left;
	font: normal 11px/1.2 Verdana,sans-serif;
	text-align: left;
}

div.popInner-0036 th,
div.popInner-0036 td{
	font: normal 11px/1.2 Verdana,sans-serif;
}

div.popInner-0036 th,
div.popInner-0036 tr.infoSale-0036 td{ font-weight: bold; }

div.popInner-0036 tr.infoSale-0036 span.youSave-0036{
	font-weight: normal;
	color: #474747;
}

div.pop-0036 a.closeX-0036{
	float: right;
	margin: 3px 3px 0 0;
	display: block;
	color: #fff;
	background-color: #424242;
	text-decoration: none;
}

div.accessBox-0036 a,
div.pop-0036 a.closeX-0036:hover{ text-decoration: none; }

div.pop-0036 a.closeX-0036 img{
	vertical-align: top;
	border: none;
}

div.dragTip-0036{
	position: absolute;
	top: -34px;
	left: -28px;
}

div.pop-0036 div.popBody-0036{
	background: #F6F6F6 url(/lib/yhst-19591638237513/scSSbg.gif) repeat-x 0 0;
	float: left;
	width: 546px;
	cursor: auto;
}

div.loading-0036 div.popBody-0036{ display: none; }

div.pop-0036 div.popBodyPad-0036{
	float: left;
	padding: 8px 7px 4px;
}

div.pop-0036 div.popBodyInner-0036{ float: left; width: 532px; }

div.popAccess-0036,
div.onlyPop-0036 div.popAccess-0036{
	float: left;
	width: 228px;
	padding-top: 4px;
	xopacity: .5;
	filter: alpha(opacity=50);
}

div.popAccess-0036 img{ vertical-align: middle; }

div.popAccessFoot-0036 img{ margin-right: 4px; }

div.accessBoxOuter-0036{
	float: left;
	display: none;
	width: 228px;
	position: absolute;
	bottom: -3px;
	left: 1px;
	background-color: #D6D6D6;
}

div.accessBox-0036{
	float: left;
	width: 228px;
	background: url(/lib/yhst-19591638237513/scSSaccessBg.png) repeat-x left bottom;
	position: relative;
	top: -2px;
	left: -2px;
}

div.accessBoxPad-0036{
	float: left;
	border: solid 1px #A4A4A4;
	padding: 4px 7px;
}

div.accessBoxInner-0036{ float: left; width: 212px; }

ul.accessBoxList-0036{
	margin-bottom: 4px;
	overflow: auto;
}

ul.accessBoxList-0036 li{ list-style: none; }

ul.accessBoxList-0036 li a{
	display: block;
	padding: 3px 7px;
	color: #000;
}

ul.accessBoxList-0036 li a:hover{ color: #B40001; }

ul.accessBoxList-0036 li.currentPop-0036 a{
	border: none;
	color: #888;
	cursor: default;
}

ul.accessBoxList-0036 li.currentPop-0036 a:hover{
	color: #888;
	text-decoration: none;
}

div.accessBoxFoot-0036{
	float: left;
	width: 212px;
	border-top: solid 1px #CFCFCF;
	padding-top: 4px;
	font-size: 10px;
}

div.accessBoxFoot-0036 img{ float: left; cursor: pointer; }

div.accessBoxFoot-0036 a{
	display: block;
	float: right;
	color: #2B2B2B;
}

div.accessBox-0036 a:hover,
div.pop-0036 h2 a:hover,
ul.tabsHd-0036 li a:hover{ text-decoration: underline; }

div.accessBoxFoot-0036 a *{ vertical-align: middle; }

div.accessBoxFoot-0036 a img{ margin-left: 4px; float: none; }

div.pop-0036 h2{
	font: bold 14px/1.2 Tahoma,Verdana,sans-serif;
	color: #710100;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: solid 1px #710100;
}

div.pop-0036 h2 a{
	float: right;
	padding-left: 12px;
	font: normal 11px/1.7 Verdana,sans-serif;
	color: #710100;
	text-decoration: none;
}

div.pop-0036 h2 b{ text-decoration: none; }

ul.tabsHd-0036{
	float: left;
	width: 532px;
	background: url(/lib/yhst-19591638237513/scSStabsTop.gif) no-repeat 0 bottom;
}

ul.tabsHd-0036 li{
	list-style: none;
	float: left;
	width: 131px;
	margin-right: 2px;
	background: #7F4E33 url(/lib/yhst-19591638237513/scSStabMid.gif) repeat-y -131px 0;
	text-transform: uppercase;
	color: #6E6E6E;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

ul.tabsHd-0036 li.currTab-0036{
	background-color: #fff;
	background-position: 0 0;
}

ul.tabsHd-0036 li a{
	color: #FFF;
	cursor: pointer;
	display: block;
	padding-bottom: 3px;
	background:url(/lib/yhst-19591638237513/scSStabBtm.png) no-repeat -131px bottom;
	text-decoration: none;
}

ul.tabsHd-0036 li.currTab-0036 a{
	background-position: -393px bottom;
	color: #710000;
}

ul.tabsHd-0036 li a.tabMain-0036{
	background-position: -262px bottom;
}

ul.tabsHd-0036 li.currTab-0036 a.tabMain-0036{ background-position: 0 bottom; }

ul.tabsHd-0036 li a span{
	display: block;
	padding: 5px;
	background: url(/lib/yhst-19591638237513/scSStabTop.gif) no-repeat -131px 0;
}

ul.tabsHd-0036 li.currTab-0036 a span{ background-position: 0 0; }

ul.tabsHd-0036 li.viewCartTab-0036{
	float: right;
	background: none;
	text-align: right;
	font-weight: normal;
	text-transform: none;
	width:86px;
}

ul.tabsHd-0036 li.viewCartTab-0036 a,
ul.tabsHd-0036 li.viewCartTab-0036 a span{
	background: none;
	color: #710000;
	font-weight: bold;
	font-size:14px;
	height:22px;
}

div.tabContsPad-0036{
	clear: both;
	float: left;
	border: solid 1px #92B5CD;
	border-top: none;
	background: #CCB9AE url(/lib/yhst-19591638237513/scSSbgInner.png) repeat-x;
	padding: 8px;
}

div.tabConts-0036{ float: left; width: 514px; }

div.imgHolster-0036{
	float: left;
	width: 202px;
	text-align: center;
}

div.imgHolster-0036 img{
	border: solid 1px #BBB;
	background-color: #fff;
}

div.tabContsMain-0036,
div.tabContsShipCalc-0036,
div.tabContsCaption-0036,
div.tabContsInsets-0036{
	float: right;
	width: 296px;
	display: none;
}

div.tabContsMain-0036 form{ padding: 0; margin: 0; }

input.text-0036,
div.tabContsMain-0036 select{
	border: solid 1px #B6B6B6;
	background-color: #fff;
	color: #717171;
	font-size: 10px;
	width: 172px;
}

div.tabContsMain-0036 select{ width: 184px; }

input.monogram-0036{
	width: auto;
	margin-right: 2px;
}

input.text-0036,
div.tabContsMain-0036 select option{ padding: 1px 6px; }

div.tabContsMain-0036 table{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

table.prodInfoTable-0036{
	border: none;
	margin-bottom: 10px;
	color:#710100;
}

table.prodInfoTable-0036 tr.infoSale-0036 th,table.prodInfoTable-0036 tr.infoSale-0036 td{ color: #D89939; }

/*Turned alternating colors off by default */
/*table.prodInfoTable-0036 tr.odd-0036{
background-color:#F7F7F7;
}*/

table.prodInfoTable-0036 tr.priceUpdated-0036{
	background-color: #FCFDB1 !important;
}

table.prodInfoTable-0036 th,
table.prodInfoTable-0036 td{
	border-top: solid 1px #D6BAB7;
	border-bottom: solid 1px #D6BAB7;
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
}

table.prodInfoTable-0036 th{
	text-align: right;
	width: 76px;
	border-right: solid 1px #D6BAB7;
}

input.qtyIn-0036{
	width: 50px;
	text-align: right;
	background-color: #FCFDB1;
	color: #000;
}

tr.infoOpts-0036 a{
	font-size: 10px;
	color: #710100 !important;
	display: block;
}

table.qtyTable-0036{
	border: solid 1px #E2E2E2;
	margin-bottom: 10px;
}

table.qtyTable-0036 th,
table.qtyTable-0036 td{
	width: 20%;
	text-align: right;
	padding: 4px 8px;
	vertical-align: middle;
}

table.qtyTable-0036 th,
table td.qtyCell-0036{
	font-weight: bold;
	background-color: #eee;
}

table.qtyTable-0036 th{
	text-align: center;
	border-bottom: solid 1px #E2E2E2;
}

div.bttnHol-0036{ text-align: right; }

a.shipLink-0036,
a.orderLink-0036,
a.cancelLink-0036,
a.editLink-0036{
	float: left;
	margin-top: 6px;
	font-weight: bold;
}

input.atcBttn-0036,
input.updateBttn-0036{ padding: 2px 8px; }

a.editLink-0036,
input.updateBttn-0036{ float: right; }

div.shipFormPad-0036{
	clear: both;
	padding: 12px;
	margin-bottom: 10px;
}

div.shipCalcRow-0036{ padding: 6px 0; }

div.shipCalcRow-0036 label{
	float: left;
	width: 60px;
	margin: 2px 4px 0 0;
}

div.shipCalcRow-0036 input.zip-0036,
div.shipCalcRow-0036 input.state-0036{ width: 60px; }

a.orderLink-0036,
a.editLink-0036{ margin: 0 0 10px; }

div.shipTablePad-0036{
	clear: both;
	padding: 6px 12px;
}

div.shipTableRow-0036{ padding: 3px 0; }

div.shipTableRow-0036 label{
	float: left;
	width: 172px;
	margin-right: 4px;
}

div.shipTableRow-0036 span{ float: right; }

div.shipTableHd-0036{
	padding: 3px 0;
	font-weight: bold;
	border-bottom: solid 1px #000;
	margin-bottom: 6px;
}

div.emptyRates-0036{
	padding: 3px 0;
	font-style: italic;
	text-align: center;
}

div.shipCalcDisclaimer-0036{
	font-style: italic;
	padding: 6px 12px;
}

div.knowDrag-0036 div.dragTip-0036,
div.shipTable-0036,
div.showShip-0036 form.pitHolster-0036,
div.shipCalcBox-0036,
div.shipLoading-0036 form,
div.shipDone-0036 form{ display: none; }

div.accessOpen-0036 div.accessBoxOuter-0036,
div.tabConts-0036 div.currTab-0036,
div.showShip-0036 div.shipCalcBox-0036,
div.shipDone-0036 div.shipTable-0036{ display: block; }

div.shipFormPad-0036,
div.shipTablePad-0036,
div.shipLoading-0036{ background-color: #EBEBEB; }

div.shipLoading-0036{
	background: url(/lib/yhst-19591638237513/scSSloading.gif) no-repeat center center;
}

div.tabContsInsets-0036 a{
	display: block;
	float: left;
	margin: 4px;
	border: solid 1px transparent;
}

div.tabContsInsets-0036 img{
	border: solid 1px #C4C2C3;
	vertical-align: top;
}

div.tabContsInsets-0036 a.currInset-0036,
div.tabContsInsets-0036 a.currInset-0036 img{ border: solid 1px #616161; }

div.clearer-0036{ clear: both; }

div#iconHolster-0036{
	height:31px !important;
}
/* -- End SC Snap Shop v2 -- */

li.tabCaption-0036{
	background-color:#7C4C32;
}

#popup-link a{
color: black;
	}

	
#insCharge{
	display:none;
}	
	
	
/*********************************************************************/

/* box styles */
/*.navbox table {  border-collapse: collapse;}.navbox td {  border-bottom: 0;  padding: 0;}.navbox .body { padding:5px 5px;}.navbox .loading {  text-align: center;}.navbox .image {  text-align: center;}.navbox img {  border: 0;  margin: 0;}.navbox .tl, .navbox .tr, .navbox .bl, .navbox .br {  height: 5px;  width: 5px;  overflow: hidden;  padding: 0;}.navbox .content{	float:left;	width:100%;}.navbox_overlay {  position: fixed;  top: 0px;  left: 0px;  height:100%;  width:100%;}.facebox_hide {  z-index:-100;}.facebox_overlayBG {  background-color: #000;  z-index: 99;}* html .navbox_overlay {*/ /* ie6 hack */  /*position: absolute;  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
*/
/* shown nav */
/*.navdropdown{
	margin:0;
	padding:0;
	width: 189px;
}

	.navdropdown li.mainli{
		width: 189px; border-bottom: 1px #5c090d solid; float: left;
		position:relative;
	}
	
		.navdropdown li a.mainlink{
			display: block; padding: 4px 10px 4px 20px; color: #ece9d4; font-weight: bold; font-size: 0.8462em; *font-size: 0.8258em; width: 159px;
		}
			
			.navdropdown li:hover{
			}
			
			.navdropdown li:hover a{
				text-decoration: none; color: #fff;			
			}
		
			.navdropdown li a.mainlink:hover{
				text-decoration:underline;
			}
			*/
/* end shown nav */	
		
/*.navdropdown div.navbox{
	display:none;
	position:absolute;
	z-index:20;
	top:-2px;
	left:189px;
	background-color:#7E0000;
	xborder:solid 1px #EFB43B;
}

.navdropdown li.mainli:hover div.navbox,.navdropdown li.mainli.sfhover div.navbox{
	display:block;
}

.navbox ul{
	float:left;
	margin:0;
	padding:0;
}

	.navbox li{
		list-style:none;
	}

.navbox a.subheader{
	display:block;
	background:none !important;
	color:#EFB43B !important;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	border-bottom:solid 1px #9C3B3B;
	padding-left:15px;
	background:url(a-blt-2.gif) no-repeat 2px center;
}

.navbox a.subheader:hover,.navbox a.hover, .navbox li:hover{

}

.navbox a.sublink{
	font-size:11px;
	color:#EFB43B;
	padding:5px 0px;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

.subsubnav table{
	margin-top:4px;
}

.subsubnav{
	font-size:0;
}

	.navbox a.sublink:hover, a.subheader:hover{

	}
	
.hspacer{
	padding:2px;
}

.navhtml{
	font-size:10px;
	padding:2px 0px;
	text-align:center;
}*/
