a {
	color: #000;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

input{ margin: 0; padding: 0; }

b, strong{ font-weight: bold; }

blockquote{ margin: 1em; }

dd{ margin: 0 0 0 10px; }

dl{ margin: 5px 0; }

em, i{ font-style: italic; }

img{ border: 0; }

li{
	margin: 0 0 0 15px;
	padding: 0;
}

ol, ul{
	list-style: disc outside;
	margin: 0;
	padding: 0;
}

p{ margin: 10px 0; padding: 0; }

tr, td{ vertical-align: top; }

form{
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 15px;
	color: #000;
}

h3 {
	color: #999;
	padding-top: 0;
}

body {
	background-color: #fff;
	font: 11px Tahoma, Verdana, sans-serif;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/*Common Classes*/
#header .links,
#footer .links{
	padding: 5px;
	margin:0;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	list-style: none;
}

#header h1#brandmark {
	background: url("/lib/shopcassell-wood/logo.gif") no-repeat left top;
	font-size: 16px;
	float: left;
	overflow: hidden;
	height: 84px;
	width: 379px;
	margin: 0;
	padding: 0;
}

#header h1#brandmark a {
	display: block;
	padding-top: 84px;
}

.links {
	display: inline;
}

.links a,
.links li {
	color: #6B606F;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

.links a {
	padding: 0 6px;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

.links li {
	border-right: 1px solid #6B606F;
}

.links li.cart img {
	margin-left: 6px;
	vertical-align: middle;
}

.links li.last {
	border-right: none;
}

/*End Common Classes*/

/*Main Structure Style*/
#container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	float: left;
	background-color: #F9F6F9;
	text-align: right;
}

#header .headLinksBox {
	padding: 6px 0 0;
}

#header .links {
	padding: 0 0px;
}

#header form,
#header fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#header div.headForm {
	padding: 4px 4px 3px 4px;
	float: left;
	width: 375px;
	text-align: left;
}

#header div.headForm select.dropdown {
	padding: 2px;
	width: 180px;
}

#header div.headForm input#searchIn {
	width: 116px;
	padding: 2px;
}

#header div.headForm * {
	vertical-align: top;
	font-size: 11px;
}

#header #promos ul {
	margin: 0;
	padding: 6px 5px 10px;
}

#header #promos li {
	margin: 0;
	display: inline;
	list-style: none;
	padding: 0 0 0 36px;
}

#header #promos li a {
	color: #8D2335;
	font-weight: bold;
	text-decoration: underline;
}

#header #promos li a:hover {
	text-decoration: none;
}

#bodyshell #sc-top-nav {
	position: relative;
	float: right;
	width: 801px;
	background-color: #6B606F;
	border: solid 2px #8B7D90;
	color: #fff;
	border-left: none;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 6px 0;
}

#bodyshell #sc-top-nav li {
	margin: 0;
	display: inline;
	list-style: none;
	padding: 0 12px;
}

#bodyshell #sc-top-nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#bodyshell #sc-top-nav li a:hover {
	color: #E8DDE7;
}

#bodyshell {
	/*border-left: 157px solid #D7D995;*/
	background: #FFF url(/lib/shopcassell-wood/main-body-bg.gif) repeat-y;
	float: left;
	margin: 0;
	width: 960px;
}

#nav-product {
	float: left;
	/*margin-left: -157px;*/
	/*overflow: hidden;*/
	position: relative;
	width: 157px;
	z-index: 100;
	text-align: center;
	padding: 1px 0 20px;
}

#nav-product a {
	color: #000;
}

#footer {
	width: 100%;
	float: left;
	background-color: #808080;
	clear: both;
}

#header:after,
#bodyshell:after,
#footer:after,
#footer .text:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/*End Main Structure Style*/

#bodycontent {
	position: relative;
	width: 803px;
	float: right;
}

#bodycontent #bodypad {
	padding-left: 10px;
}

#bodycontent #bodyPadInner {
	width: 783px;
}

#footer .text { margin: 5px; }

#footer .text .copyright { float: right; }

/*Nav Area*/
ul#sc-left-nav {
	padding: 0;
	margin: 0 0 40px;
	background-color: #EDEED0;
	text-align: left;
	width: 157px;
	float: left;
}

ul#sc-left-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 157px;
	font-size: 12px;
}

ul#sc-left-nav li ul {
	margin: 0;
	padding: 4px 8px;
	background-color: #D7D995;
}

ul#sc-left-nav li ul li {
	/*font-size: 11px;*/
	width: 141px;
}

ul#sc-left-nav li a {
	color: #000;
	display: block;
	padding: 6px 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

ul#sc-left-nav li a:hover {
	text-decoration: underline;
}

ul#sc-left-nav li li a {
	font-weight: normal;
}

/*End Nav Area*/

#footer #sc-bottom-nav {
	background-color: #8B7D90;
	padding: 6px;
	margin-bottom: 1px;
	text-align: center;
}

#footer #sc-bottom-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 24px 0 16px;
	background: url("foot-nav-dot.gif") no-repeat right center;
}

#footer #sc-bottom-nav li.last {
	padding: 0 16px;
	background: none;
}

#footer #sc-bottom-nav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer #sc-bottom-nav li a:hover {
	color: #ddd;
}

#footerSub {
	/*border-left: 157px solid #fff;*/
	background-color: #FFF;
	float: left;
	margin: 0;
	width: 960px;
}

#footer .badges {
	float: left;
	/*margin-left: -157px;*/
	/*overflow: hidden;*/
	position: relative;
	width: 157px;
	z-index: 100;
	text-align: center;
	padding: 1px 0 20px;
	background-color: #fff;
	font-size: 10px;
	color: #999999;
}

#footer .badges a {
	color: #999999;
	text-decoration: none;
}

#footer .badges a:hover {
	text-decoration: underline;
}

#footer .badges img {
	margin: 10px auto;
}

#footer #footerBlock { 
	position: relative;
	float: left;
	padding: 20px;
	width: 763px;
	background-color: #E8DDE7;
}

* html #footer #footerBlock { 
	width: 803px;
}

#footer .searchForm {
	width: 200px;
	float: right;
	text-align: right;
}

#footer .searchForm  * {
	vertical-align: middle;
	font-size: 11px;
}

#footer .searchForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#footer .searchForm input#searchIn {
	padding: 2px;
	width: 116px;
}

#footer .links {
	display: block;
	padding: 4px 10px 10px;
	text-align: left;
	text-transform: lowercase;
}

#footer .links li.cart img {
	display: none;
}

#footer .copyright { 
	color: #8B858B;
	text-align: center;
	margin: 20px auto;
	clear: right;
}

body#mainBody #bodyContentInner,
body#sectionBody #bodyContentInner {
	width: 555px;
	float: left;
}

body#mainBody #bodypad {
	padding: 0;
}

body#mainBody #bodyPadInner {
	width: 555px;
}

body#sectionBody #bodyPadInner {
	width: 535px;
}

/*body#mainBody #bodyshell,
body#sectionBody #bodyshell {
	background: #fff url("cs-body-bg.gif") repeat-y 555px top;
}*/

body#mainBody div.msgPad {
	padding: 16px;
}

div#crossSell {
	width: 247px;
	float: right;
}

div#crossSell div#crossSellPad {
	padding: 12px 6px;
	border-left:1px solid #DFDBDF;
}

div#crossSell div#crossSellPad div#crossSellPadInner {
	width: 235px;
}

table#recent-items,
table.contents-table {
	border-collapse: collapse;
	width: 100%;
}

table#recent-items td,
table.contents-table td {
	font-size: 11px;
}

table#recent-items td.recent-items-photo,
table.contents-table td.imgBlock {
	width: 110px;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}

table#recent-items td {
	vertical-align: middle;
}

table#recent-items td table td,
table.contents-table td.textBlock {
	vertical-align: middle;
	padding: 6px;
	color: #000;
}

table#recent-items div.recent-items-name,
table.contents-table div.name {
	padding-bottom: 12px;
}

table#recent-items div.recent-items-name a,
table.contents-table div.name a {
	color: #000;
	text-decoration: none;
}

table#recent-items div.recent-items-name a:hover,
table.contents-table div.name a:hover {
	text-decoration: underline;
}

table#recent-items div.recent-items-price,
table.contents-table div.price {
	color: #69616D;
	font-weight: bold;
}

table#recent-items div.recent-items-saleprice,
table.contents-table div.sale-price {
	color: #8D2335;
	font-weight: bold;
}

#crossSell table.contents-table td.table-spacer-horizontal {
	border-bottom: solid 1px #E3DFE3;
}

div.imgHolster {
	float: left;
	width: 200px;
	text-align: center;
	padding: 10px;
}

div.sc-breadcrumbs {
	color: #69616D;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

body#itemBody div.sc-breadcrumbs {
	margin-bottom: 12px;
}

div.sc-breadcrumbs a {
	color: #69616D;
	text-decoration: underline;
}

div.sc-breadcrumbs a:hover {
	text-decoration: none;
}

#paging {
	clear: both;
	margin: 12px auto;
}

#paging table td {
	font-size: 11px;
}

#paging div.ctrls table {
	border-collapse: collapse;
	border-bottom: solid 1px #000;
}

#paging div.ctrls table.ctrlsTop {
	background-color: #F8F6F9;
	border-bottom: none;
}

#paging div.ctrls table td {
	color: #7E7E7E;
	padding: 4px;
}

#paging div.ctrls table td a {
	color: #7E7E7E;
	text-decoration: none;
}

#paging div.ctrls table td a:hover {
	text-decoration: underline;
}

#paging div.ctrls table div#pageof {
	margin-right: 12px;
}

#paging div.ctrls div#pagelinks .chosen {
	font-weight: bold;
}

#paging div.ctrls span.leftArrowDiv img,
#paging div.ctrls span.rightArrowDiv img {
	vertical-align: bottom;
}

#paging #contents {
	margin: 12px 0;
	text-align: center;
}

#paging #contents table {
	margin: 0 auto;
	width: 100%;
}

#paging #contents table table {
	margin: 0;
	width: auto;
}

#paging #contents a {
	font-weight: bold;
	color: #000;
}

#paging #contents td div.price {
	font-weight: bold;
}

#paging #contents td div.saleprice {
	font-weight: bold;
	color: #D70000;
}

#paging #contents td form {
	margin: 0;
	padding: 4px 0 0;
}

#paging #contents td form * {
	vertical-align: middle;
}

#paging #contents td form input.qtybox {
	font-size: 11px;
	width: 16px;
	margin-right: 4px;
}

body#itemBody div.imgHolster {
	width: 280px;
	border: solid 1px #e0e0e0;
	margin-bottom: 12px;
}

* html body#itemBody div.imgHolster {
	width: 300px;
}

div.pitHolster {
	float: right;
	width: 472px;
	margin-bottom: 12px;
}

div.pitHolster h2 {
	padding-left: 8px;
	border-bottom: solid 1px #e1dfe2;
}

div.pitHolster div.pitPad {
	padding: 8px 0 8px 8px;
}

div.pitHolster div.pitPad * {
	font-size: 12px;
}

div.pitHolster div.pitPad a {
	color: #6b606f;
	text-decoration: underline;
}

div.pitHolster a:hover {
	text-decoration: none;
}

div.pitHolster form.pit-of {
	margin: 0;
	padding: 8px 0;
}

div.pitHolster table#product-info-table {
	width: 464px;
	border-collapse: collapse;
}


div.pitHolster table#product-info-table th,
div.pitHolster table#product-info-table td {
	background-color: #f4f1f4;
	font-weight: normal;
	border-bottom: solid 1px #fff;
	padding: 4px 10px;
}

div.pitHolster table#product-info-table th { text-align: left; width: 68px; }
	* html div.pitHolster table#product-info-table th { width: 48px; }
div.pitHolster table#product-info-table td.right { width: 215px; }

div.pitHolster table#product-info-table th.qty-price-headline {
	width: auto;
	color: #6b606f;
	font-weight: bold;
	background-color: #e1dfe2;
}

div.pitHolster table#product-info-table td.banner {
	background-color: #6b606f;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	border-left: solid 10px #fff;
	width: 116px;
}

div.pitHolster table#product-info-table tr.price td,
div.pitHolster table#product-info-table tr.sale-price td {
	color: #8d2335;
	font-weight: bold;
}

div.pitHolster table#product-info-table tr.quantity-pricing th {
	width: auto;
	color: #6b606f;
	font-weight: bold;
	background-color: #e1dfe2;
}

div.pitHolster table#product-info-table tr.quantity-pricing td {
	border-bottom: none;
	color: #6b606f;
	font-weight: bold;
	padding: 0;
}

div.pitHolster table#product-info-table tr.quantity-pricing td table {
	width: 100%;
}

div.pitHolster table#product-info-table tr.quantity-pricing td td {
	border-bottom: solid 1px #fff;
	padding: 4px 10px;
}

div.pitHolster table#product-info-table td.add-to-cart * {
	vertical-align: middle;
}

div.pitHolster table#product-info-table td.add-to-cart input.quantity-input {
	text-align: right;
	margin-right: 8px;
}

div.caption {
	clear: both;
	margin-bottom: 20px;
}

div#seo-related-links {
	border-top: solid 1px #e1dfe3;
	border-bottom: solid 1px #e1dfe3;
	padding: 12px 12px 20px;
	margin-bottom: 70px;
	float: left;
	width: 759px;
}

* html div#seo-related-links {
	width: 783px;
}

div#seo-related-links ul {
	margin: 0;
	padding: 0;
	width: 759px;
	font-size: 11px;
	float: left;
}

div#seo-related-links ul li {
	width: 49%;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

div#seo-related-links ul li a {
	display: block;
	background: url("related-dot.gif") no-repeat 20px 7px;
	padding: 2px 2px 2px 36px;
	text-decoration: none;
}

div#seo-related-links ul li a:hover {
	text-decoration: underline;
}

div#recentItems,
body#itemBody div#crossSell {
	width: 783px;
	float: none;
	border-top: solid 1px #e1dfe3;
}

div#recentItems div#recentItemsPad,
body#itemBody div#crossSell div#crossSellPad {
	padding: 12px 12px 20px;
}

div#recentItems div#recentItemsPad div#recentItemsPadInner,
body#itemBody div#crossSell div#crossSellPad div#crossSellPadInner {
	width: 759px;
}





.sitemap-header {
    font-size: 14px;
    color: #000000;
    display: block;
    padding-top:  15px;
	text-align:left;
}
.sitemap-1      {
    font-size: 12px;
    color: #6B606F;
    display: block;
    padding-left: 25px;
	text-align:left;
}
.sitemap-2      {
    font-size: 12px;
    color: #8D2335;
    display: block;
    padding-left: 50px;
	text-align:left;
}
.sitemap-3      {
    font-size: 10px;
    color: #B17FA0;
    display: block;
    padding-left: 75px;
	text-align:left;
}
.sitemap-4      {
    font-size: 8px;
    color: #8B7D90;
    display: block;
    padding-left: 100px;
	text-align:left;
}

/* Multi add styles */

.clearer{width: 100%; height: 1px; font-size: 0; overflow: hidden; clear: both;}


#multi-add td.mad-top{font-size: 11px; color: #6B606F; padding-bottom: 10px;}
#multi-add table table{width: 680px;}
#multi-add .madd-bottom{text-align: right; margin-bottom: 5px;}
#multi-add .madd-bottom .order-button{margin: 0 0 -8px 15px; padding-top: 20px;}
#multi-add .madd-stock{background-color: #E6E4E5; padding: 5px 8px; color: #737278; font-weight: bold;}

#multi-add a{font-weight: bold; text-decoration: none; font-size: 15px;}

#multi-add .madd-price-display{display: inline; margin-right: 25px; font-size: 13px;}
#multi-add .madd-item-no{font-size: 13px;}
#multi-add .price-each{color: #8D2335; font-weight: bold;}
#multi-add td.item-no-cell{text-align: right; background-color: #F5F0F4; padding-right: 30px;}
#multi-add td.price-cell{background-color: #F5F0F4; padding-left: 10px; color: #72696E; font-weight: bold;}
#multi-add td.qty-cell{background-color: #F5F0F4; font-size: 13px; padding-left: 3px;}
#multi-add .item-no-text{float: left; margin-left: 10px; display: inline;}

/* Testimonials styles */

#crossSell #scTestimonials{margin-top: -5px; padding-bottom: 10px;}
#crossSell #testiConts ul, #crossSell #testiConts li{list-style-type: none; margin: 0; padding: 0;}
#crossSell #testiConts li{font-size: 13px;}
#crossSell #testiConts a{float: right; color: #8A7D92;}

#nav-product .test-header{background-color: #6B606F; padding: 3px 0 3px 15px;}
#nav-product h3{color: #fff; margin: 0; padding: 0; text-align: left; font-size: 12px;}
#nav-product #scTestimonials{text-align: left; border-bottom: 18px solid #6B606F; background-color: #F4F1F4; padding-bottom: 10px;}
#nav-product #scTestimonials p{margin: 10px;}
#nav-product #scTestimonials #testiConts p.quote{margin: 0 5px 0 10px; padding: 0;}
#nav-product #testiConts ul, #nav-product #testiConts li{list-style-type: none; margin: 0; padding: 0;}
#nav-product #testiConts ul{padding: 10px 0; background-color: #F4F1F4;}
#nav-product #testiConts li{font-size: 12px; background-color: #F4F1F4;}
#nav-product #testiConts a{margin: 0 0 5px 10px; color: #8B7D90;}

#test-div{width: 600px; font-size: 14px; padding: 10px 0 0 10px;}

.clearer{width: 100%; height: 1px; clear: both; overflow: hidden;}


/* MODIFICATIONS 8-11-09 */

ul#sc-left-nav li ul
{
	padding: 4px 2px;
}

ul#sc-left-nav li
{
	font-size: 0;
}

ul#sc-left-nav li a
{
	display: block;
	font-size: 11px;
}

ul#sc-left-nav li a:hover, ul#sc-left-nav li:hover, ul#sc-left-nav li.sfhover
{
	text-decoration: none;
	background: #EDEED0;
}

ul#sc-left-nav li ul li 
{
	width: 153px;
	position: relative;
	background: transparent;
}

ul#sc-left-nav li ul.subNav
{
	padding: 0 2px;
}

ul#sc-left-nav li ul.subNav li ul.cascNav
{
	display: none;
	padding: 0;
	width: 160px;
	position: absolute;
	top: 0;
	left: 150px;
	background: #6B6070;
}

ul#sc-left-nav li ul.subNav li:hover ul.cascNav, ul#sc-left-nav li ul.subNav li.sfhover ul.cascNav
{
	display: block;
}

ul#sc-left-nav li ul.subNav li ul.cascNav li
{
	width: 100%;
	background: #6B6070;
}

ul#sc-left-nav li ul.subNav li ul.cascNav li a
{
	color: #FFFFFF;
	background: #6B6070 url(ln-bullet.gif) 9px center no-repeat;
	padding: 6px 6px 6px 26px;
}

ul#sc-left-nav li ul.subNav li ul.cascNav li a:hover
{
	text-decoration: underline;
	background: #6B6070 url(ln-bullet.gif) 9px center no-repeat;
}

/* box styles */
.navbox table {  border-collapse: collapse; background: #6B6070;}.navbox td {  border-bottom: 0;  padding: 0; background: #6B6070;}.navbox .body { background: #6B6070; 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');}

.navbox
{
	float: left;
	width: 760px;
}

.navbox content {background: #6B6070;}

/* shown nav */
.navdropdown{
	margin:0;
	padding:0;
	width: 189px;
}

	.navdropdown li.mainli{
		width: 189px; xborder-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:5px;
	left:150px;
	background-color:#6B6070;
	border: 1px solid #FFFAFF;
	/*width: 180px;*/
}

/*.navdropdown li.mainli:hover div.navbox,.navdropdown li.mainli.sfhover div.navbox{*/
ul#sc-left-nav li ul.subNav li:hover div.navbox, ul#sc-left-nav li ul.subNav li.sfhover div.navbox
{
	display:block;
}

ul#sc-left-nav li ul.subNav li ul.subnav
{
	background: #6B6070;
}

body ul#sc-left-nav li ul.subNav li ul.subnav li a.subheader:hover
{
	background: #6B6070 !important;
	color: #FFFAFF !important;
	text-decoration: none !important;
}

ul#sc-left-nav li ul.subNav li ul.subsubnav li
{
	width: 100%;
}

.navbox ul{
	float:left;
	margin:0;
	padding:0;
}

	.navbox li{
		list-style:none;
	}

.navbox a.subheader{
	display:block;
	color:#FFFAFF !important;
	font-size:11px !important;
	font-weight:bold !important;
	padding:4px !important;
	text-decoration:none;
	border-bottom:solid 1px #FFFAFF !important;
	/*background: #FFFAFF;*/
	background: #6B6070 !important;
	text-align: center !important;
}

.navbox ul.subnav
{
	margin-bottom: 5px !important;
}


.navbox a.subheader:hover,.navbox a.hover, .navbox li:hover{
	background: #6B6070;
}

.navbox ul li table td a.sublink{
	font-size:11px;
	color:#FFFAFF !important;
	background: #6B6070 url(ln-bullet.gif) 6px center no-repeat !important;
	padding:1px 0px 1px 22px !important;
	text-decoration:none;
	display:block;
}

.navbox ul li table td a.sublink:hover
{
	text-decoration: underline !important;
}

.subsubnav table{
	/*margin-top:4px;*/
}

.subsubnav, .subsubnav li{
	font-size:0;
	background: #6B6070 !important;
}

	.navbox a.sublink:hover, a.subheader:hover{
		background: #6B6070;
		color:#FFFAFF !important;
	}
	
.hspacer{
	padding:2px;
}

.navhtml{
	font-size:10px;
	padding:2px 0px;
	text-align:center;
}


/* FRAMEWORK STYLES */
div#scATCwrapper{position:absolute;background-color:#000;opacity:.75;filter:alpha(opacity=75);z-index:20000;}div#scATCmsg{position:absolute;background-color:#fff;border:solid 1px #000;text-align:center;z-index:20001;width:400px;padding:16px;font:normal 13px/1.2 Helvetica,"Trebuchet MS",sans-serif;}body.scATCtemplate1 div#scATCwrapper{display:none;}body.scATCtemplate1 div#scATCmsg img{margin-right:4px;vertical-align:middle;}body.scATCtemplate1 div#scATCmsg{background-color:#CE1700;color:#fff;border:solid 1px #fff;width:auto;top:2px;left:2px;padding:2px 8px;}body.scATCinProgress form input,body.scATCinProgress form select{opacity:.25;filter:alpha(opacity=25);}select.scHideSelect{visibility:hidden;}iframe#scCookieTestFrame,iframe#scFrameWorkFrame,iframe#scHddnIFrame{overflow:hidden;height:0;width:0;border:none;}
/* END FRAMEWORK STYLES*/


/* -- 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.pop-0036 .tabContsCaption-0036 ul{
	margin: 1em 0;
	list-style-position: inside;
}

div.popMid-0036{
	background-color: #fff;
	float: left;
	border: solid 1px #A3A3A3;
	position: relative;
	top: -2px;
	left: -2px;
}

div.popTop-0036{
	background: #A3A3A3 url(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(scSSdragCorner.png) no-repeat 0 0;
	width: 546px;
	height: 27px;
	float: left;
}

div.loading-0036 div.popTopInner-0036{
	background: url(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(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;
	opacity: .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(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: #000;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: solid 1px #000;
}

div.pop-0036 h2 a{
	float: right;
	padding-left: 12px;
	font: normal 11px/1.7 Verdana,sans-serif;
	color: #000;
	text-decoration: none;
}

div.pop-0036 h2 b{ text-decoration: none; }

ul.tabsHd-0036{
	float: left;
	width: 532px;
	background: url(scSStabsTop.gif) no-repeat 0 bottom;
}

ul.tabsHd-0036 li{
	list-style: none;
	float: left;
	width: 131px;
	margin-right: 2px;
	background: #D7D7D7 url(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: #000;
	cursor: pointer;
	display: block;
	padding-bottom: 3px;
	background: url(scSStabBtm.png) no-repeat -131px bottom;
	text-decoration: none;
}

ul.tabsHd-0036 li.currTab-0036 a{
	background-position: -393px bottom;
	color: #000;
}

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(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: 134px;
}

ul.tabsHd-0036 li.viewCartTab-0036 a,
ul.tabsHd-0036 li.viewCartTab-0036 a span{
	background: none;
	color: #000;
	font-weight: bold;
}

div.tabContsPad-0036{
	clear: both;
	float: left;
	border: solid 1px #92B5CD;
	border-top: none;
	background: #fff url(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;
}

table.prodInfoTable-0036 tr.infoSale-0036 th,table.prodInfoTable-0036 tr.infoSale-0036 td{ color: #474747; }

/*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 #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	padding: 4px 8px;
	text-align: left;
	vertical-align: middle;
}

table.prodInfoTable-0036 th{
	text-align: right;
	width: 76px;
	border-right: solid 1px #E5E5E5;
}

input.qtyIn-0036{
	width: 50px;
	text-align: right;
	background-color: #FCFDB1;
	color: #000;
}

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(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#confirmAtcPop{
	position: absolute;
	background-color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 20000;
}

div#confirmAtcPopMsg{
	position: absolute;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	z-index: 20001;
	width: 400px;
	padding: 16px;
	font: normal 13px/1.2 Helvetica,"Trebuchet MS",sans-serif;
}

div#confirmAtcPopMsg{
	font: normal 1em "Tahoma",Verdana,Geneva,Arial,Helvetica,sans-serif;
}

div#confirmAtcPopMsg input,
div#confirmAtcPopMsg label{ vertical-align: middle; }

div#confirmAtcPopMsg label{ cursor: pointer; }

div#confirmAtcPopMsg .confirmAtcPopTitle{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

div#confirmAtcPopMsg .confirmAtcPopActions{ padding: 10px; }

div#confirmAtcPopMsg .confirmAtcPopActions a{ margin: 5px 10px; }

div#confirmAtcPopMsg label{ padding: 0 7px; }
/* -- End SC Snap Shop v2 -- */


/* MINI CART */
div#scMCholster-0061 {
	float: left;
	height: 26px;
	padding-left: 10px;
	width: 318px;
	text-align: left;
	position: relative;
	z-index: 1;
	/*background-color: #D8E1C4;*/
	color: #000;
	font: normal 10px Tahoma, Verdana, sans-serif;
}

div#scMCholster-0061.open-0061 {
	z-index: 10000;
}

div#scMCholster-0061 a {
	color: #000;
}

div#ctrlPad-0061 { /*Do not add float otherwise ie 6 will not display properly*/
	/*background: url('scMCcartIcon.gif') no-repeat 5px 7px;*/
	padding: 3px 3px 0px;
	width: 312px;
}

div#minCart-0061 {
	width: 127px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #B5B67C;
	padding:1px 0pt;
	display:inline;
}

* html div#minCart-0061
{
    width: 125px;
}

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: 2px 3px;
	text-align: center;
}

div#minCart-0061 span.itemCnt-0061,
div#minCart-0061 span.itemTtl-0061 {
	float: right;
	width: 53px;
	text-align: left;
}

div#minCart-0061 span.itemCnt-0061 {
	float: left;
	text-align: left;
	width: 60px
}

div#minCart-0061 span.itemCnt-0061 span {
	font-weight: normal;
}

div#ctrlBox-0061 {
	xclear: both;
	xpadding-top: 4px;
	float: right;
	width: 180px;
	text-align: right;
}

div#ctrlBox-0061 span {
	display: block;
	padding-top: 20px;
	height: 0;
	font-size: 0;
	cursor: pointer;
}

a#toggLink-0061 {
	display: block;
	overflow: hidden;
	height: 21px;
	width: 94px;
	background: url('scMCtoggCart.png') no-repeat 0 0;
	float: left;
}

a#checkoutLink-0061 {
	display: block;
	overflow: hidden;
	height: 21px;
	width: 83px;
	background: url('scMCcheckout.png') no-repeat 0 0;
	float: right;
}

div.open-0061 a#toggLink-0061 {
	background-position: 0 -21px;
}

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: 26px; 
	right: 0;
	border: solid 1px #E0E0DE;
	width: 344px;
	background: #EDEECF 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;
}
/* END MINI CART */


.headerBottom
{
    float:left;
    background: #D8D995;
    border-top: 2px solid #fff;
    width:100%;
    height: 30px;
}

.mcArea
{
    float: right;
    width: 329px;
    padding: 2px 4px 0px 4px;
    height: 26px;
	display:inline;
    background: url(mc-bag.gif) 0 center no-repeat;
}

#freeShipCountDownBanner1
{
    padding: 5px 10px;
    width: auto;
    border: 1px solid #E5E3E4;
    background: #FDFDFD;
    color: #58505D;
    font-size: 12px;
}

.fscd
{
    padding: 1px;
    border: 1px solid #E5E3E4;
    float: right;
    width: auto;
    margin-bottom: 5px;
    margin-right: 5px;
    font-family: Arial;
}

input.searchBtn
{
    margin-top: 1px;
}

table.prodInfoTable-0036 tr.infoSale-0036 th, table.prodInfoTable-0036 tr.infoSale-0036 td{
	color:#8D2335 !important;
}
