@charset "utf-8";
body {
	background: white !important;
	margin: 0px;
	padding: 0px;
}
#customer_dev_notice {
	display: none;
}
.showforprint {
	display: block !important;
}
#bgcontainer {
	width: 100% !important;
	min-width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
	background: #ffffff !important;
}
#maincontainer {
	width: 100% !important;
	overflow: visible;
	margin: 0px !important;
	float: none !important;
}
#maincontainer #mainpage { /* everything below the header fold except for the footer */
	width: 100% !important;
	margin: 0px !important;
	float: none !important;
}
#maincontainer #mainpage #pageheader {
	width: 100% !important;
	margin: 0px !important;
	background: white !important;
}
#maincontainer #mainpage #pageheader #lhs { /* Hide the entire left hand column */
	display: none !important;
}
 /* LOGO */
h1 {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	float: none !important;
	z-index: auto !important;
	width: 100% !important;
	height: 40px !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: normal !important;
	margin-bottom: 0px !important;
	background: white !important;
}
h1 a {
	height: auto !important;
	width: 100% !important;
}

h1 .showforprint {
	display: block !important;
	color: #9670a2 !important;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	color: #999999 !important;
	font-size: 16px;
	font-weight: bold;
}
#maincontainer #mainheader { /* block contains everything above the header fold line (main menu, logo, shopping bag etc) */
	margin: 0px !important; padding: 0px !important;
	background: white !important;
	height: auto !important;
	width: 100% !important;
	float: none !important;
}
#mainmenu { /*hide the main menu */
	position: relative !important;
	left: auto !important; top: auto !important;
	display: none !important;
}
#maincontainer #mainheader #customermenu { /* hide the login menu */
	display: none !important;
}
#crumbtrail, #shoppingbag, p#crumbtrail, p.backnext {
	display: none !important;
}
#maincontainer #mainpage #pageheader #rhs { /* contains all elements to the right of the menu */
	width: 100% !important;
	height: auto !important;
	min-height: 150px !important;
	margin: 0px !important;
	background: white !important;
	float: none !important;
}
#bgcontainer #maincontainer #mainpage #pageheader #rhs .top {
	width: 100% !important;
	float: none !important; /*this one stops the printout from having a massive gap before the footer*/
	background: white !important;
	height: auto !important;
	min-height: 400px !important;
	padding: 0px !important;
	margin: 0px !important;
}
#rhs h2 {
	background: white !important;
	background-image: url("http://cdn.sockdreams.com/gfx/blank.gif?c=4PX6EBZI37TCVPWFA87UZ5") !important;
	color: #666666 !important;
	width: 100% !important;
	height: auto !important;
	padding: 10px 0px !important;
	margin: 10px 0px !important;
	border-bottom: 1px dashed #cccccc !important;
	border-top: 1px dashed #cccccc !important;
}
.contentblock, .pagepostmain {
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 100% !important;
}

/* all types of boxes */

div#catlist, div#searchresults_list {
	float: none !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}
div#catlist div.row, div#searchresults_list div.row {
	float: none !important;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}
div#catlist.box1 a, div#searchresults_list div.box1 a {
	border: 1px solid #cccccc;
	margin-right: 20px !important;
}
div#catlist.box2 a, div#searchresults_list div.box2 a {
	border: 1px solid #cccccc;
	margin-right: 20px !important;
}
div#catlist h3, div#searchresults_list h3 {
	text-align: center;
	width: 100% !important;
	padding: 10px 0px 10px 0px !important;
	color: #666666;
}
div#catlist p, div#searchresults_list p {
	width: 100% !important;
	padding: 0px !important;
}
div#catlist, div#searchresults_list {
	float: none !important;
	margin-left: 20px;
}
div#catlist.box1 span {
	margin: 0px !important;
}

/* COMMENTS & PAGING */
#paging, .listingform, .commentform, .leavecomments { /*hide paging and comments form*/
	display: none !important;
}
/* REMOVE DIVIDERS */
div.footeredge { /* shifts the graphic down so that it cuts between the edges of the canvas and the footer bg */
	display: none !important;
}
.topedge, .bottomedge, .edge {
	display: none !important;
}
/* PRODUCT PAGE */
.contentblock.productdetail div#productinfo {
	width: 440px !important;
}

/* ALL THE FOOTER STUFF */

#pagefooter {
	display: none !important;
}
#footerlinks { /* tiny links below the graphical footer */
	border-top: 1px dashed #cccccc;
	float: none !important;
	width: 100% !important;
	text-align: center;
	margin: 20px 0px 0px 0px !important;
	padding: 20px 0px 0px 0px !important;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666 !important;
	background: white !important;
}
#footerlinks p {
	color: #666666 !important;
	background: white !important;
}
#footerlinks a {
	color: #666666 !important;
	background: white !important;
}

/*CHECKOUT STUFF*/
.paperclip-padding {
	border: 1px dashed #cccccc;
}
#cartpane.toppane {
	border: 1px solid #cccccc;
}
div.bagitem-left {
	border: 1px solid #cccccc;
	width: 298px;
}

/* BLOG STYLES */
.postauthorthumb {
	background-image: none;
	background-color: #ffffff;
	border: 1px dashed #cccccc;
}
.postauthorthumb img {
	border: 1px solid #cccccc;
}
.centerdivider_1 {
	background: #ffffff;
	border-bottom: 1px dashed #cccccc;
	margin: 0px 0px 10px 0px; padding: 0px;
	height: 10px;
}

/* HOMEPAGE STUFF */
#compass {
	display: none;
}
#introcopy {
	position: relative;
	float: none !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
#introcopy h2 {
	width: 100% !important;
	margin: 0px !important;
}
.toptext {
	margin: 0px !important;
}
#rhs .introtext {
	margin: 0px !important;
}
.indent10, .indent20 {
	margin: 0px !important;
}
#rhs .toptext {
	margin: 0px !important;
	line-height: normal !important;
}
#homejournal {
	float: none !important;
	width: 100% !important;
	background: white !important;
	margin: 0px !important;
}
#homejournal .pagetop {
	margin: 0px !important;
	float: none;
	width: 100%;
	background: white !important;
}
#homejournal .pagebottom {
	float: none;
	width: 100%;
	background: white !important;
	margin: 0px !important;
	padding: 0px 0px 20px 0px !important;
}
#homejournal .journalleft {
	width: 300px;
	margin: 20px 20px 20px 0px !important;
	padding: 10px !important;
	border: 1px dashed #cccccc;
	background-color: #EBEBEB;
	height: 300px;
}
#homejournal .journalright {
	width: 300px;
	margin: 20px 0px !important;
	padding: 10px !important;
	border: 1px dashed #cccccc;
	height: 300px;
	background-color: #EBEBEB;
}
#homejournal .journalleft h3.linknews a {
	height: 30px;
	width: 290px;
	padding: 0px !important;
}
#homejournal .journalright h3.linkjournal a {
	height: 30px;
	width: 290px;
	padding: 0px !important;
}
.columnleft {
	width: 320px !important;
}
.columnright {
	width: 320px !important;
	padding-left: 20px !important;
}
#acceptedcards {
	display: none !important;
}
div.accredlogos {
	float: none;
}

/* STORE PAGE */
#storefeature {
	margin: 20px 0px !important;
	top: auto !important;
	background-image: url("http://cdn.sockdreams.com/gfx/features/info-store.jpg?c=4PX6EBZI37TCVPWFA87UZ5");
	background-position: 20px -610px !important;
	background-repeat: no-repeat;
	width: 100%;
	height: 190px !important;
	float: left !important;
	clear: both;
}
#storefeature a {
	float: none !important;
	height: auto !important;
	width: 100% !important;
	top: auto !important;
}

/* ADVANCED PRINT */
#graypane, #graypane2 {
	float: none !important;
	width: 100% !important;
}
#graypane.grey-split, #graypane2.grey-split {
	border: 1px dashed #cccccc !important;
}
