/*
Company:	Wild Ink Press
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/bg.gif) repeat 0 0 #cecece;
}
body {
	font-family: georgia, times, serif;
}
/* @end */

.shop ul.productListing.Simple.Grid li.clear,
.shop ul.productListing.productListingGrid li.clear { clear:both; }

/* @group Layout */
/* Head */
div#hd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

/* Footer */
div#ft, div#ft2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 24px 0;
}
div#ft2 p {
	font-family: Georgia, times, serif;
	font-size: 93%;
	color: #999;
	padding: 6px 0 0 0;
	text-align: center;
}
div#ft p {
	font-family: Georgia, times, serif;
	font-size: 12px;
	color: #999;
	padding: 6px 0 0 20px;
	margin-bottom: 6px;
}
div#ft p a, div#ft p span, div#ft2 p a, div#ft2 p span {
	padding: 0 5px;
}
div#ft p a:link, div#ft p a:visited, div#ft2 p a:link, div#ft2 p a:visited {
	color: #999;
	text-decoration: none;
}
div#ft p a:hover, div#ft2 p a:hover {
	text-decoration: underline;
}
div#ft div.search-box {
	margin-left: 20px;
	margin-right: 7px;
	width: 240px;
}
/*div#ft div.search-field {
	width: 161px;
	height: 28px;
	background: url(../images/search-bkg.png) no-repeat 0 0;
	float: left;
	display: inline;
}*/
div#ft input.searchInput {
	color: #666666;
	font-size: 100%;
	font-family: Georgia, times, serif;
	border: none;
	background-color: transparent;
	width: 149px;
	padding: 7px 6px;
	text-align: left;
	font-style: italic;
	background: url(../images/search-bkg.png) no-repeat 0 0;
	vertical-align: middle;
}
div#ft input.searchButton {
	vertical-align: middle;
	background: url(../images/search-btn.png) no-repeat 0 0 transparent;
	width: 72px;
	height: 29px;
	border: none;
	font-family: Palatino, Times, serif;
	text-transform: uppercase;
	color: #999;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 431px;
	height: 191px;
	background: url(../images/wild-ink-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Content Top */
div.content-top {
	width: 1000px;
	height: 21px;
	background: url(../images/content-top.png) no-repeat 0 0;
}
div.content-mid {
	width: 1000px;
	background: url(../images/content-mid.png) repeat-y 0 0;
	overflow: hidden;
}
div.content-btm {
	width: 1000px;
	height: 21px;
	background: url(../images/content-btm.png) no-repeat 0 0;
}

/* Home Flash */
div.home-flash {
	width: 961px;
	margin-left: 19px;
	margin-bottom: 4px;
}

/* Home Intro */
div.home-intro {
	width: 961px;
	height: 251px;
	margin-left: 19px;
	padding: 1px 0;
}
div.home-intro div.left-box {
	width: 489px;
	margin: 0 0 0 20px;
	padding: 25px 0 0 0;
	text-align: justify;
	float: left;
	display: inline;
}
div.home-intro div.right-box {
	width: 342px;
	padding: 110px 0 0 0;
	margin: 0 42px 0 0;
	text-align: justify;
	float: right;
	display: inline;
}

div.home-intro div.left-box h1 {
	color: #999999;
	font-size: 182%;
	font-family: Palatino, Times, serif;
	font-weight: normal;
	margin: 0 0 7px 0;
	text-align: center;
}
div.home-intro div.left-box p, div.home-intro div.left-box li {
	color: #666666;
	font-family: Georgia, times, serif;
	font-size: 108%;
	font-style: italic;
	line-height: 160%;
}

div.home-intro div.right-box p {
	color: #333333;
	font-size: 108%;
	font-family: Georgia, times, serif;
	line-height: 160%;
}
div.home-intro div.right-box a { color:#357a8b; }
div.home-intro div.right-box a:hover { color:#225865; }

/* Side */
div.side {
	width: 268px;
	height: 470px;
	margin: 0 20px 4px 0;
	padding: 20px 0 0 0;
	color: #ffffff;
	float: right;
	display: inline;
}
div.side-text {
	padding: 0 22px;
}
div.side p, div.side li {
	font-size: 108%;
	line-height: 150%;
}

/* <textEditor> */
.more {
	text-align: right;
	font-style: italic;
}
/* </textEditor> */

/* Subnav */
div.subnav {
	clear: both;
	margin-left: 19px;
	width: 961px;
	height: 49px;
}
div.subnav ul {
	padding: 0;
	width: 961px;
	height: 49px;
	background: url(../images/submenu-bkg.gif) no-repeat 0 0;
	margin: 0 0 0 0;
}
div.subnav ul li {
	list-style: none;
	font-size: 138.5%;
	font-style: italic;
	font-family: Palatino, Times, serif;
	background: url(../images/subnav-div.gif) no-repeat 0 50%;
	padding: 0 10px 0 20px;
	float: left;
	display: inline;
}
div.subnav ul li:first-child {
	background: none;
}
div.subnav ul li a {
	padding: 0 3px;
	display: block;
	line-height: 49px;
}
div.subnav ul a:link, div.subnav ul a:visited {
	color: #fff;
	text-decoration: none;
}
div.subnav ul a:hover {
	text-decoration: none;
	color: #565656;
}

/* Slideshow */
div.slideshow {
	width: 691px;
	height: 490px;
	margin: 0 0 0 19px;
	float: left;
	display: inline;
}
span.sldw_prev a {
	background: url(../images/slideshow-prev.png) no-repeat 0 0!important;
	width: 48px!important;
	height: 48px!important;
}
span.sldw_next a {
	background: url(../images/slideshow-next.png) no-repeat 0 0!important;
	width: 48px!important;
	height: 48px!important;
}

/* IMAGE GALLERY // non drop shadow images (with or without caption/cropped or uncropped) */

/* gallery with mosaic */
.photoGalleryElement .thumbTile .thumbContents img {
        width: 264px!important; 
        height: 264px!important;
}

/* gallery with mosaic, tight */
.photoGalleryElement .thumbTight .thumbContents img {
        width: 164px!important; 
        height: 164px!important;
}

/* Main */
div.main {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/scroll.gif) no-repeat 50% 0;
	padding: 140px 0 40px 0;
}
div.admin {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0 40px 0;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #7b7d78;
}
div.main p {
	line-height: 24px;
	margin-bottom: 12px;
	font-size: 108%;
}

/* <textEditor> */
.bold {font-weight: bold!important;}
.italic {font-style: italic!important;}
.floatRight {margin: 0 0 10px 20px; float: right; display: inline;}
.floatLeft {margin: 0 20px 10px 0; float: left; display: inline;}
.addBorder {background: url(../images/hr.gif) no-repeat 0 100%; padding: 0 0 7px 0!important;}
/* </textEditor> */
/* @end */

/* @group Default Headings */
div.main h1.title {
	text-align: center;
	font-size: 338%;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	font-weight: normal;
	color: #666666;
	font-family: Palatino, Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	background: url(../images/hr.gif) no-repeat 0 100%;
}
div.main h1, body.admin h1 {
	font-size: 308%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #666666;
	font-family: Palatino, Times, serif;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 1px;
}
div.main h2, body.admin h2 {
	font-size: 182%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #999;
	font-family: Palatino, Times, serif;
	text-transform: uppercase;
}
div.main div.blogList li h2 {
	font-style: normal;
	font-size: 174%;
}
div.main h3, body.admin h3 {
	font-size: 138.5%;
	margin: 20px 0 5px 0;
	font-weight: normal;
	color: #666;
	font-family: Palatino, Times, serif;
	text-transform: uppercase;
}
div.main h4, body.admin h4 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #666666;
	font-family: Palatino, Times, serif;
	font-style: italic;
}
div.main h5, body.admin h5 {
	font-size: 138.5%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #5996a2;
	font-family: Palatino, Times, serif;
	font-style: italic;
}
div.main h6, body.admin h6 {
	font-size: 108%;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #999;
	font-family: Palatino, Times, serif;
	font-style: italic;
}
/* @end */

/* @group Default Lists */
div.main ul {
	margin-left: 0; margin-right: 0;
}
div.main li {
	font-size: 108%;
	color: #3b7884;
	font-style: italic;
	list-style: none;
	line-height: 24px;
	background: url(../images/list-bullet.gif) no-repeat 0 5px;
	margin-left: 10px;
	padding-left: 28px;
}

div.main div.blogList li {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}
div.main div.blogList li div.postBody {
	color: #7b7d78;
	font-style: normal;
}
div.main div.blogList li div.postBody p {
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 961px;
	height: 59px;
	background: url(../images/nav-bar-bkg.gif) no-repeat 0 0;
	margin-left: 19px;
	margin-bottom: 4px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 60px;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 0 49%;
	padding: 0 15px 0 21px;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a {
	font-family: Palatino, Times, serif;
	font-size: 108%;
	text-transform: uppercase;
	line-height: 59px;
	display: block;
	letter-spacing: 1px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #8d8d8d;
	text-decoration: none;
}
div#nav ul li:hover a:link, div#nav ul li:hover a:visited, div#nav ul li.sfhover a:link, div#nav ul li.sfhover a:visited, div#nav ul li.selectedPage a:link, div#nav ul li.selectedPage a:visited {
	text-decoration: none;
	color: #4a5356;
	background: url(../images/nav-hover.gif) no-repeat 50% 50%;
}


/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/drop-nav-bkg.png) repeat 0 0;
	z-index: 500;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 5px 3px;
	margin: 0 10px;
	text-transform: lowercase;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border-top: 1px dotted #a49f9f;
	font-style: italic;
	font-family: Georgia, times, serif;
        letter-spacing: 0px;
}
div#nav ul li ul li:first-child a {
	border: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul ul a:link, div#nav ul ul a:visited {
	color: #ffffff!important;
	text-decoration: none;
}
div#nav ul ul a:hover {
	text-decoration: none;
	color: #2c2c2c!important;
}

div#nav ul ul ul { display: none; } 

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
.fieldNote {
	font-size: 93%;
	font-family: Georgia, Times, serif;
	font-style: italic!important;
}
label.fieldName {
	font-size: 93%;
	font-family: Georgia, Times, serif;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #a4c6cf;
	text-decoration: none;
}
a:hover {
	color: #5996a2;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */





/*
	SHOP CSS 
*/
.shop #nav { margin-bottom: 0; }
.shop .main { padding:0; width:962px; background: url(../images/shop/shop-navbg.gif) 0 0 repeat-y; overflow: hidden; zoom:1; }

	/* featured */
	.shop .featured { overflow: hidden; zoom:1; height: 262px; border-top: 4px solid #fff; }
	
	.shop .featured .leftcol { float:left; width:268px; position: relative; }
		.featured .leftcol .image { position: absolute; top:0; left:0; }
		.featured .leftcol .text { position: absolute; top:170px; left:0; padding: 0 30px;
			color: #fff; font-size: 13px; }
		.featured .leftcol .text p { line-height: 20px; text-shadow: 1px 1px 1px #4e9835; filter: dropshadow(color=#4e9835, offx=1, offy=1);  }
		.featured .leftcol a { color:#ffe420; }
		.featured .leftcol a:hover { text-decoration: underline; }
		
	.shop .featured .rightcol { float:right; width:694px; }
	
	/* banner */
	.shop .banner { overflow: hidden; zoom:1; height: 205px; border-top: 4px solid #fff; }
	.shop .banner .leftcol { float:left; width:268px; }
	.shop .banner .rightcol { float:right; width:691px; text-align: right; padding-right: 1px; }

	/* left col */
	.shop .content .leftcol { float:left; width:268px; clear: both; min-height: 300px; background: url(../images/shop/shop-navbg2.gif) 0 0 no-repeat; }
		.shop .cart { padding: 32px 25px 20px 74px; font-size: 12px; line-height: 18px; }
			.shop .cart .cart-items { display: block; }
			.shop .cart .cart-link { }
			.shop .cart a { color:#5097a9; text-decoration: none; }
			.shop .cart a:hover { text-decoration: underline; }
			
		.shop .sidenav { padding: 0 30px; }
			.shop .sidenav h4 { color:#689eab; font-size: 12px; text-transform: uppercase; font-style: normal; margin: 30px 0 2px;  }
			.shop .sidenav ul { margin: 0 0 14px 0; }
				.shop .sidenav li { margin:0; padding-left: 22px; background: url(../images/shop/nav-bullet.gif) 7px 8px no-repeat; font-size: 14px; font-style: normal; }
				.shop .sidenav a { color:#8d8d8d; }
				.shop .sidenav a:hover { color:#8d8d8d; text-decoration: underline; }
				.shop .sidenav li.selectedPage a, .shop .sidenav li.selectedPage a:hover { color:#7b7a7a; font-weight: bold; }
				
				.shop .sidenav li.selectedPage ul.level2 a { color:#8d8d8d; font-weight: normal; }
				
	/* right col */
	.shop .content .rightcol { float:right; width: 618px; padding: 44px 26px 44px 44px; }
		.shop .content .rightcol h1, .shop .content .rightcol h2 { font-size: 26px; color:#666666; text-transform: none; font-style: italic; margin-bottom: 10px;  }
		#element2188714_881927 { padding-bottom: 20px; }
		
		.shop .content .rightcol a { color:#5993a3; font-weight:normal; }
		.shop .content .rightcol a:hover { text-decoration:underline; }

	/* shop home & category pages */
	.shop ul.productListing { overflow: hidden; }
		.shop ul.productListing.Simple.Grid li,
		.shop ul.productListing.productListingGrid li { width:176px; padding-right: 30px; clear:right; }
		
		.shop ul.productListing li span.productImageContainer { padding-bottom: 10px; }
		.shop .content ul.productListing img { border:3px solid #ecece8; }
		
		.shop ul.productListing.Simple.Grid h3,
		.shop ul.productListing.productListingGrid h3 { font-size: 14px; text-transform: none; font-style: normal; font-family: Georgia, serif; line-height: 20px; margin-bottom: 8px; }
		.shop ul.productListing h3 a { color:#5993a3; }
		.shop ul.productListing h3 a:hover { text-decoration: underline; }
		ul.productListing.Simple.Grid li,
		ul.productListing.productListingGrid li { list-style:none; float:left; width:45%; margin:0 0 20px 0; padding:0 4% 0 0; border:0; }
		.shop ul.productListing.Simple li span.productPriceContainer,
		.shop ul.productListing.productListingGrid li span.productPriceContainer { padding-top: 0; }
		.shop ul.productListing.Simple li span.productPriceContainer span.productPrice,
		.shop ul.productListing.productListingGrid li span.productPriceContainer span.productPrice  { font-size: 13px; color:#a4c6cf; font-style: normal; }
	
		.shop .shophome .productPriceContainer input, .shop .shopcategory .productPriceContainer input { display: none; }
		
	.shop div.pagination .pager ul.pages li,
	.shop div.pagination ul li { text-transform: none; font-style: normal; color:#5993a3; margin: 0 8px; padding:0; }
		.shop div.pagination .pager ul.pages li:hover,
		.shop div.pagination ul li:hover { text-decoration: underline; }
		
		.shop div.pagination .pager ul.pages li.page-number,
		.shop div.pagination ul li.page { border:1px solid #e8e8e8; background: #f4f3f3; margin: 0 4px; padding: 0 6px; font-family: Times New Roman, serif; }
		.shop div.pagination ul li.page a { text-decoration: none; color:#5993a3; }
		.shop div.pagination .pager ul.pages li.page-number:hover,
		.shop div.pagination ul li.page:hover { text-decoration: none; background: #e8e8e8; }
		.shop div.pagination .pager ul.pages li.pgCurrent,
		.shop div.pagination ul li.page.current { color:#245866; background: #e8e8e8; }
		.shop div.pagination .pager ul.pages li.pgCurrent:hover,
		.shop div.pagination ul li.page.current:hover { text-decoration: none; }
		
	.shop h3.productTitle { margin-top: 0; }
		
	/* product detail pages */
	.shop div.productDetailImageContainer { width:618px; padding-bottom: 30px; }
	.shop div.productDetailImageContainer ul.productDetailImageList { width:618px; }
	.shop div.productDetailImageContainer ul.productDetailImageList li.productDetailImage { width:492px; height: 330px; overflow: hidden; border:3px solid #ecece8; margin-right: 8px; }
	.shop div.productDetailImageContainer ul.productDetailImageList li.productDetailImage a img { width:492px; }
	.shop div.productDetailImageContainer ul.productDetailImageList li.productDetailImageThumb { padding: 0; margin: 0 0 8px 0; border:3px solid #ecece8; }
	.shop div.productDetailImageContainer ul.productDetailImageList li.productDetailImageThumb a { width:86px; }
	.shop div.productDetailImageContainer ul.productDetailImageList li.productDetailImageThumb img { border:none; }
	
	.shop .content .rightcol h2.productDetailTitle { clear:both; margin-bottom: 0; }
	.shop h3.productDetailTitleType, .shop h3.productDetailType, .shop h4.productDetailDescriptionTitle { display: none; }
	
	.shop p.productDetailPriceContainer { margin-top:0; margin-bottom: 20px; font-family: Palatino, Georgia, serif; }
	.shop p.productDetailPriceContainer span.productDetailPrice { font-size: 18px; color:#77aebc; font-weight: normal; }
	.shop p.productDetailAddToCartContainer,
	.shop div.productDetailAddToCartContainer { padding:10px; border:1px solid #E4F0F3; width:480px; margin-bottom: 20px; overflow: hidden; zoom:1;
		background: #F7F9F9; }
	.shop div.productDetailDescriptionContainer { width:480px; }
	
	.rightcol p.productDetailAddToCartContainer select#productDetailSelectList,
	.rightcol div.productDetailAddToCartContainer select#productDetailSelectList { margin: 6px 20px 0 0; width: 224px; max-width: 224px; float: left; }
	
	.shop p.productDetailAddToCartContainer span.productDetailQuantity, .shop div.productDetailAddToCartContainer span.productDetailQuantity { color:#333; margin: 4px 10px 0 0; float:left; }
	.shop p.productDetailAddToCartContainer #txtQuantity, .shop div.productDetailAddToCartContainer #productDetailCartQuantity { margin-left: 4px; width: 36px; padding: 4px; border: 1px solid #D6D6D6; }
	.shop #productDetailAddToCart,
	.shop input.productDetailAddToCart { background: url(../images/shop/button-addtocart.gif) 0 0 no-repeat; height:31px; width:112px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; float: left; margin: 0; }
	.shop #productDetailAddToCart:hover,
	.shop input.productDetailAddToCart:hover { background-position: bottom left; }
	
	/* shopping cart */
	.shoppingCart { position:relative; }
	#MainContent_0_0_lbContinueShopping { position:absolute; bottom:0; left:0; margin-bottom:24px; }

    .shop div.shoppingCartContainer div.shoppingCart table tbody tr td { border-bottom: 1px solid #f0efeb; }
    .shop div.shoppingCartContainer div.shoppingCart table thead tr th { background:#f0efeb; font-weight:normal; }
    .shop div.shoppingCartContainer div.shoppingCart p.cartItemsCount { margin-bottom:15px; }
    
    .shop .shoppingCart a, .shop div.shoppingCartContainer div.shoppingCart table tbody tr td.cartQuantity a, .shop div.shoppingCartContainer div.shoppingCart table tfoot tr td a.cartUpdate { color:#5993a3; font-weight:normal; }
    .shop .shoppingCart a:hover { text-decoration:underline; }
    
    .shop div.shoppingCartContainer div.shoppingCart a.cartContinueShopping { background: url(../images/shop/button-continue.gif) 0 0 no-repeat; height:31px; width:167px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; box-shadow:none; padding:0; -moz-border-radius:0; -moz-box-shadow:none; filter:none; }
    .shop div.shoppingCartContainer div.shoppingCart a.cartContinueShopping:hover { background: url(../images/shop/button-continue.gif) 0 -31px no-repeat; height:31px; width:167px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; box-shadow:none; padding:0; -moz-border-radius:0; -moz-box-shadow:none; filter:none; }
    .shop div.shoppingCartContainer div.shoppingCart a.cartContinueShopping span { display:none; }
    
    .shop div.shoppingCartContainer div.shoppingCart span.cartCheckoutButton { background: url(../images/shop/button-checkout.gif) 0 0 no-repeat; height:31px; width:105px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; box-shadow:none; padding:0 !important; -moz-border-radius:0; -moz-box-shadow:none; filter:none; }
    .shop div.shoppingCartContainer div.shoppingCart span.cartCheckoutButton:hover { background: url(../images/shop/button-checkout.gif) 0 -31px no-repeat; height:31px; width:105px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; box-shadow:none; padding:0; -moz-border-radius:0; -moz-box-shadow:none; filter:none; } 
    .shop div.shoppingCartContainer div.shoppingCart span.cartCheckoutButton input { background:none; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; width: 95px; height: 31px; padding: 0; margin: 0; }
    
    #MainContent_0_0_lbContinueShopping { display: none; }
    
    /* wholesale */
	.loginform { overflow: hidden; margin-top: 40px; width:320px; }
	.loginform .req { color:red; }
	div.main .loginform h4 { margin-bottom: 14px; }
	.loginform label { display: block; padding-bottom: 5px; }
	.loginform .submitButtonContainer { float:right; }
	.loginform input#password { padding:5px 6px 4px; font-size: 16px; border:1px solid #ccc; float:left; }
	.loginform input.submitButton { background: url(../images/button-submit.gif) 0 0 no-repeat; height:31px; width:95px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; }
    .loginform input.submitButton:hover { background: url(../images/button-submit.gif) 0 -31px no-repeat; }
    
    .back-button { margin-top: 50px; padding-top: 10px; background: url("../images/hr.gif") top center no-repeat; }
    .pdf-icon { position: relative; top:2px; }
    
    /* contact form */
    #MainContent_1_1_pnlViewForm input, #MainContent_1_1_pnlViewForm textarea { font-size: 14px; padding:4px; border:1px solid #ccc; }
    #MainContent_1_1_pnlViewForm .fieldSelected { background: #fff; border:1px solid #fff; }
    #MainContent_1_1_pnlViewForm .submitButton { background: url(../images/button-submit.gif) 0 0 no-repeat; height:31px; width:95px; text-indent:-999px; font-size: 0; display:block; line-height: 0; border:0; cursor: pointer; }
    #MainContent_1_1_pnlViewForm .submitButton:hover { background: url(../images/button-submit.gif) 0 -31px no-repeat; }
    
    /* stores */
    div.main .stores h3 { margin-top: 30px; }
    
    .policiessupport .shop .sidenav .nav-ps { font-weight: bold; color:#7b7a7a; }
