/* shell styles */
h1 { color: #555; }
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #8e102d;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding-right: 10px;
	color: #8e102d;
}
h2.contrast, h3.contrast { color: #8e102d; }
h2.minor, h3.minor { color: #666; }
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding-right: 10px;
	color: #8e102d;
}
body {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-left: 9px;
	color: #535353;
	font: 12px Verdana, sans-serif;
	background-color: #666;
}
a {
	color: #8e102d;
	font: 12px Verdana, sans-serif;
	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #8e102d;
	
	font-weight: bold;
	text-decoration: underline;
}
input, select, textarea {
	color: #535353;
	font: 12px Verdana, sans-serif;
}
input:focus, textarea:focus { background-color: #fffedb; cursor: text; }
select:focus { background-color: #fffedb; }
.disabled { text-decoration: line-through;  }

#container {
		margin: 0 auto;
		margin-bottom: 20px;
	width: 937px;
	background-color: #666;
	z-index: 100;
}

/* homepage styles */
table#homeBoxes { border-collapse: separate; border-spacing: 4px; padding: 0; border: 0; }
td.majorBox, td.minorBox, td.contrastBox, td.productBox {
	text-align: center;
	height: 90px;
	width: 90px;
}
td.majorBox { background-color: #8e102d; }
td.minorBox {	background-color: #666; }
td.contrastBox { background-color: #8e102d; }
td.productBox {
	background-color: #fff;
	border: 1px solid #ccc;
}

/* pager bar styles */
div.innerNav, form.innerNav {
	margin-bottom: 20px;
	color: #535353;
	font-weight: bold;
}
form.innerNav span.pageTotals { padding-top: 4px; float: left; }
form.innerNav span.pageJump { font-weight: normal; }
form.innerNav input { width: 35px; }
form.innerNav input.submit {
	color: #fff;
	font-weight: bold;
	height: 19px;
	padding: 0;
	padding: 1px 0 2px 0;
	background-color: #8e102d;
}
form.innerNav input#go {
		height: 23px;
	}

/* rollovers for menus - same code for all templates */
#sidenav ul li:hover ul.tier1, #sidenav ul li.over ul.tier1 { display: block; z-index: 10000; }
#sidenav ul.tier1 li:hover ul.tier2, #sidenav ul.tier1 li.over ul.tier2  { display: block; z-index: 10000; }
#sidenav ul.tier2 li:hover ul.tier3, #sidenav ul.tier2 li.over ul.tier3  { display: block; z-index: 10000; }

/* sitemap css for lists */
div.sitemap ul {
	margin: 0 2px 10px 0;
	padding: 0;
	width: 135px;
	float: left;
	display: inline;
	list-style-type: none;
}
div.sitemap ul ul {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}
div.sitemap ul ul ul {
	padding: 0;
	margin: 2px 0;
	float: none;
	display: block;
	border: none;
	width: auto;
}

/* list styles for sitemap */
div.sitemap ul li {	margin: 0; padding: 0 0 10px 0; }
div.sitemap ul ul li { margin: 0; padding: 0 0 2px 15px; }
div.sitemap ul ul ul li { margin: 0; padding: 0 0 0 15px; }

/* link styles for sitemap */
div.sitemap ul a { font-size: 18px; font-weight: bold; padding-bottom: 10px; display: block; }
div.sitemap ul ul a { padding: 0; font-size: 11px; font-weight: bold; }
div.sitemap ul ul ul a { padding: 0; margin: 0; font-size: 11px; font-weight: normal; }

/* print all button themes */
a.defaultButton {
	display: block;
	margin: 0 auto;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #666;
	border: 1px solid #666;
}
a.defaultButton:hover { color: #fff; background-color: #8e102d; }


/* DEMO SITE ENROLL BUTTON */
a.enrollNow {
	width: 114px;
	height: 25px;
	background: transparent url(/images/enroll_now.jpg) no-repeat top left;
}

a.link16 {
	width: 16px;
	height: 16px;
}
a.link16:hover { background-position: 0 -16px; }
a.add,
a.remove {
	float: left;
	width: auto;
	margin-top: 3px;
	padding: 2px 0 0 24px;
	font-weight: bold;
	height: 14px;
	background: transparent url(/images/cart_remove.png) no-repeat top left;
}
a.add {
	font-weight: normal;
	background: transparent url(/images/buttons/add.png) no-repeat top left;
}
a.rem {
	float: left;
	margin: 3px 4px;
	background: transparent url(/images/rem.gif) no-repeat top left;
}
a.pdf32 { background: transparent url(/images/buttons/pdf32.png) no-repeat top left; width: 32px; height: 32px; float: left; }
a.info { background: transparent url(/images/buttons/info.png) no-repeat top left; margin: 0 5px 10px 0; position: relative; z-index: 600; float:left;  }

a.withText32 {
	padding: 7px 0 0 40px;
	margin-right: 20px;
	width: auto;
	height: 25px;
	float: left;
}
a.withText32:hover { background-position: 0 -32px; }

span.helpInfo {
	display: none;
	width: 160px;
	padding: 10px;
	border: 1px solid #888;
	background-color: #fffedb;
	margin: 7px 0 0 6px;
	position: absolute;
	z-index: 700;
	color: #24739C;
	font-weight: normal;
	cursor: pointer;
}
a.checkout { float: left; margin: 0; }
a.update   { float: right; margin: 0; }

#catalogContent dl.twoProds { width: 220px; }


/* quicksearch default to display none so stores that don't have the CSS for it	don't display it by default */
#modal_quicksearch_container {
	display: none;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}
#modal_quicksearch_link {
	height: 25px;
	background: transparent url(/images/template_images/view.gif) no-repeat top left;
	padding: 5px 0 5px 25px;
}
#modal_quicksearch {
	position: absolute;
	top:0px;
	left:0px;
	width:400px;
	z-index:900;
	background-color:#8e102d;
	border:2px solid #666;
	padding:10px;
	display:none;
}
#modal_quicksearch_container.quicksearch_home #modal_quicksearch { left:-225px; }
#modal_quicksearch label {
	display:block;
	float:left;
	width:75px;
	padding-top:2px;
	color: #fff;
	
	font-weight: bold;
	text-decoration: none;
}
#close_modal_quicksearch {
	float:right;
	margin-right:5px;
	background-image:url();
	width:25px;
	color: #fff;
}
#quicksearch_adv_search {
	font-size:10px;
	color: #fff;
	display:block;
	margin-top:5px;
}

.invTable {
	background-color: #999;
	margin: 10px 0;
	text-align: center;
	width: 99%;
}
.invTable td {
	padding: 3px;
	background-color: #fff;
	text-align: center;
}
.invTable th {
	padding: 5px 3px;
	color: #fff;
	font-weight: bold;
	background-color: #8e102d;
}
.invTable th.stock {
	background-color: #8e102d;
}
.invTable td.label {
	font-weight: bold;
	text-align: left;
}
div#formMessage {
	color: #8e102d;
	margin: 20px auto 0 auto;
	font: bold 18px Arial;
	text-align: center;
	width: 300px;
	display: none;
}
/* basic form styles */
form.pageForm label { font-weight: bold; }
form.pageForm label.noTxt { width: 5px; }
form.pageForm input.checkbox, form.cart input.checkbox { border: none; width: 20px; height: 20px; margin: 0 0 10px 0; background-color: transparent; }
form.pageForm input.hidden { border: none; float: none; background-color: transparent; height: 0px; cursor: default; }
form.pageForm input.file { width: 228px; margin: 0 7px 10px 0; }

span.inputDesc { font-weight: bold; color: #999; padding: 4px 10px 0 6px; float: left; }
.checkoutLabal { font-weight: bold; color: #666; padding: 2px 10px 5px 4px; float: left; width: 120px; }
form.pageForm {
	padding: 10px;
	background-color: #eee;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
}
div.formElement {
	padding: 10px;
	background-color: #eee;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
	line-height: 1.1;
}
table.formElement {
	background-color: #eee;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
	line-height: 1.1;
	width: 100%;
}
table.formElement td { 	padding: 10px; }
table.formHeader {
	color: #fff;
	width: 100%;
	font-weight: bold;
	background-color: #8e102d;
	border: 1px solid #545454;
}
table.formHeader td { padding: 5px 10px; }
div.formHeader {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #8e102d;
	border: 1px solid #545454;
}
table.formFooter {
	height: 4px;
	width: 100%;
	background-color: #8e102d;
	border: 1px solid #545454;
}
div.formFooter {
	padding: 3px;
	margin-bottom: 4px;
	background-color: #8e102d;
	border: 1px solid #545454;
}
div.formControls { text-align: center; }


/* request form styles */
form.request { background: #eaeaea url(/images/background_request.gif) repeat-y top left; }
form.request label {
	padding: 3px 0 2px 0;
	margin-right: 10px;
	float: left;
	display: inline;
}
form.request input,
form.request select {
	width: 175px;
	float: right;
	display: inline;
	margin-bottom: 10px;
}
form.request textarea { width: 98%; height: 95px; margin: 0; }
div#requestProduct { 
	width: 180px;
	float: left;
	display: inline;
	text-align: center;
}
div#requestForm { 
	width: 290px;
	float: right;
	display: inline;
}

form#quickSearch { margin: 0 10px 15px 10px; background-color: #758591; width: 156px; }
div.quickBox { padding: 5px; }
form#quickSearch label {
	color: #fff;
	font-weight: bold;
	margin: 0 0 4px 0;
	display: block;
}
form#quickSearch input,
form#quickSearch select {
	width: 130px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
	border: 1px solid #083E6A;
}
form#quickSearch input.price { width: 35px; float: left; margin: 0 0 3px 3px; }
form#quickSearch input.submit { width: 55px; margin-top: 10px; float: right; background-color: #D8EEFF; font-weight: bold; text-align: center; color: #666; }
form#quickSearch span { color: #fff; width: 35px; float: left; text-align: right; padding-top: 2px; }

/* search form styles */
form.search label {
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
form.search input {
	float: left;
	display: inline;
	width: 172px;
	margin: 0 10px 40px 0;
}
form.search select { width: 172px; margin-bottom: 10px; }
form.search input.price { width: 58px; }
form.search span {
	margin: 1px 3px 0 0;
	color: #888;
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}
form.search p {
	float: left;
	display: inline;
	text-align: left;
	width: auto;
}

/* email results form styles */
div#searchTerms {
	padding: 5px;
	margin-bottom: 20px;
	background-color: #fffeeb;
	border: 1px solid #ccc;
}
div#searchTerms h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}
div#searchTerms span { font-size: 11px; font-weight: normal; }
a.searchnew, a.searchrefine, a.searchemail {
	padding: 5px 0 0 30px;
	height: 19px;
	float: left;
}
a.searchnew    { background: transparent url(/images/buttons/search_new.png) no-repeat top left; width: 28%; }
a.searchrefine { background: transparent url(/images/buttons/search_refine.png) no-repeat top left; width: 28%; }
a.searchemail  { background: transparent url(/images/buttons/search_email.png) no-repeat top left; width: 25%; }

/* email results form styles */
form.results { background: #eaeaea url(/images/background_results.gif) repeat-y top right; }
form.results label {
	padding: 2px 15px 0 0;
	float: left;
	display: inline;
	width: 80px;
}
form.results input, form.results select {
	width: 190px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}
form.results textarea { width: 300px; height: 100px; }
div#resultsTxt { 
	width: 205px;
	float: right;
	display: inline;
}
div#resultsForm { 
	width: 300px;
	float: left;
	display: inline;
}
div.resultsURL {
	padding: 10px;
	border: 1px solid #666;
	border-top: none;
	background-color: #fffeeb;
	line-height: 12pt;
}

/* cart styles */
form.cart {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
form.cart label {
	float: left;
	padding: 0 0 2px 0;
	margin: 0;
	font-weight: bold;
}
form.cart label.R { float: right; padding-right: 10px; }
form.cart input.qty {
	width: 35px;
	float: right;
	text-align: center;
	margin-bottom: 2px;
}
form.cart input { margin-bottom: 14px; width: 95%; }
form.cart select { margin-bottom: 3px; width: 160px; float: left; }
form.cart textarea { width: 99%; height: 60px; background-color: #eaeaea; }
form.cart textarea#cards { width: 140px; height: 40px; background-color: #eaeaea; float: left; display: inline; }
form.cart div.formFooter { margin: 0; }
a.productImg {
	float: left;
	width: 105px;
	text-align: center;
	border: 1px solid #666;
	background-color: #fff;
	cursor: pointer;
}
div.cartColumn,
div.cartColumnRight {
	width: 210px;
	float: left;
	display: inline;
	margin-left: 10px;
}
div.cartColumn span,
div.cartColumnRight span { margin-top: 2px; }
div.cartColumnRight { margin-left:20px; width: 160px; }
div.cartTotal {
	float:right;
	color: #fff;
	font-weight: bold;
	padding: 4px 15px;
	background-color: #666;
	border: 1px solid #666;
	border-top: none;
	text-align: center;
	margin-bottom: 20px;
}
table.total {
	width: 100%;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	background-color: #8e102d;
	border: 1px solid #545454;
}
table.total td { padding: 5px 10px; }
table.minor { background-color: #666; }
table.major { background-color: #8e102d; }
div.qtyContainer {
	float: right;
	display: inline;
	width: 95px;
	margin-bottom: 12px;
}
span.multiQty,
span.sampleQty {
	padding-top: 2px;
	float: right;
	width: 40px;
	text-align: center;
}
div.UPCartOptions input {
	width: 30px;
	margin: 0 2px 0 2px;
	text-align: center;
	float: left;
	display: inline;
}
div.UPlabels label { width: 39px; text-align: center; }
div.UPlabels label.color { width: 150px; text-align: left; }
div.UPCartOptions select { width: 147px; }
div.UPCartOptions input.hidden { border: none; float: left; background-color: transparent; height: 0px; width:0px; cursor: default; }

/* checkout form styles */
form.checkout label {
	padding: 4px 0 0 0;
	float: left;
	display: inline;
	width: 140px;
}
form.checkout input, form.checkout select {
	width: 145px;
	float: left;
	display: inline;
	margin-bottom: 5px;
}
form.checkout div.multi label { width: 85px; }
form.checkout div.multi input { width: 135px; }
form.checkout h3.margin { margin-top: 15px; }
form.checkout textarea { width: 190px; height: 58px; margin: 0 0 8px 0; }
div.addrCheckout {
	float: right;
	display: inline;
	width: 235px;
}
div.addrCheckout input { width: 190px; }
div.addrCheckout select { width: auto; }
.checkoutMSG {
	text-align: right;
	padding-right:10px;
}

/* cc form styles */
form.cc label {
	padding: 3px 0 0 0;
	width: 100px;
	float: left;
	display: inline;
}
form.cc input, form.cc select {
	width: 135px;
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}
form.cc input.cvv2 { width: 60px; }
form.cc select { width: 141px; }
form.cc select.exp { width: 68px; }

/* login form styles */
form.login label {
	padding: 3px 15px 0 0;
	width: 175px;
	float: left;
	display: inline;
	text-align: right;
}
form.login input {
	width: 150px;
	float: left;
	display: inline;
}

form button {
	margin-top: 30px;
	padding: 3px;
	width: 150px;
	color: #fff;
	background-color: #666;
	font: bold 12px Verdana, sans-serif;
	text-align: center;
	cursor: pointer;
	border: 1px solid #545454;
}
/* Idea Store */


#container {
	background-image:url(/images/custom/ideastore/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin-bottom:50px;
}

#wrapper {
	width:864px;
	position:relative;
	left:41px;
}	


#header {
	background-image:url(/images/custom/bsacks/header.jpg);
	height:144px;
}

#logo_link {
	display:block;
	float:left;
	width:400px;
	height:119px;
}
#nav_wrapper ul {
	text-align:center;
	left:190px;
}

#main_nav {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	left:34px;
}

#main_nav li {
	display:inline;
	margin:0;
	padding:0;
}

#main_nav a {
	display:block;
	float:left;
	height:22px;
}

#main_nav a:hover {
	background-position:0 -22px ;
}

#home_btn {
	width:109px;
	background-image:url(/images/custom/ideastore/buttons/home_btn.jpg);
}

#enter_cat_btn {
	width:188px;
	background-image:url(/images/custom/ideastore/buttons/enter_cat_btn.jpg);
}

#eco_friendly_btn {
	width:243px;
	background-image:url(/images/custom/ideastore/buttons/eco_btn.jpg);
}

#news_btn {
	width:243px;
	background-image:url(/images/custom/ideastore/buttons/newsletter_btn.jpg);
}/* Idea Store */

#columns {
	position: relative;
	background-color: #8e102d;
	z-index: 200;
}
#outerContent {
	position: relative;
	left: 160px;
	width: 704px;
	background-color: #fff;
}
#innerContent {
	padding:10px 10px 0 10px;
	background-color: #fff;
}
#sidenav {
	position: absolute;
	padding-top: 30px;
	width: 160px;
	top: 0px;
	z-index: 300;
}
/* style for base menu (ul) */
#sidenav ul {
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
	padding-bottom: 20px;
}
/* style for base menu (li) */
#sidenav ul li {	
	position: relative;
	width: 160px;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #fff;
}
/* styles for submenus (ul) */
#sidenav li ul {
	position: absolute;
	width: 140px;
	top: -1px;
	padding: 0;
	display: none;
	background-color: #8e102d;
	border: 1px solid #fff;
	border-bottom: none;
}
/* styles for submenus (ul) */
#sidenav li ul.tier1 { z-index: 300; left: 160px; }
#sidenav li ul.tier2 { z-index: 400; left: 140px; }
#sidenav li ul.tier3 { z-index: 500; left: 140px; }

/* styles for submenus (li) */
#sidenav ul.tier1 li,
#sidenav ul.tier2 li,
#sidenav ul.tier3 li { width: 140px; }

/* menus A tags */
#sidenav li a {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 0;
	color: #fff;
	
	font-weight: bold;
	text-decoration: none;
}
#sidenav li a:hover {
	color: #fff;
	
	font-weight: bold;
	text-decoration: none;
	background-color: #666;
}
#sidenav li a.recent, #sidenav li a.advsearch { background-color: #666; }

/* Idea Store Footer */


#footer {
	background-image:url(/images/custom/ideastore/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:69px;
	margin-top:0px;
	padding-bottom:60px;
	background-color:#666666;
}

#footer a {
	height:69px;
	display:block;
	float:left;
}

#footer_email {
	margin-left:210px;
	width:111px;
	background-image:url(/images/custom/ideastore/footer_email.jpg);
}

#footer_contact {
	margin-left:10px;
	width:133px;
	background-image:url(/images/custom/ideastore/footer_contact.jpg);
}

#copyright {
	margin:20px 35px 0 0;	
	float:right;
	font-size:10px;
	color:#FFF;
}

#catalogContent dl {
	padding: 1px 0 0 0;
	margin: 0 0 25px 0;
	width: 155px;
	float: left;
	display: inline;
	cursor: pointer;
	text-align: center;
	background: transparent url(/images/css/35/catalog_top.gif) no-repeat top center;
}
#catalogContent dl.margin { margin-left: 20px; }
#catalogContent dt {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	background-color: #fff;
}
#catalogContent dl a {
	padding-top: 3px;
	font-weight: normal;
	color: #535353;
	display: block;
	background-color: transparent;
	text-decoration: none;
}
#catalogContent dd { background-color: transparent; }
#catalogContent dd.product a {
	color: #8e102d;
	font-weight: bold;
	padding: 7px 0 3px 0;
	border-top: 1px solid #d1d1d1; 
}
#catalogContent dl.fourProds { width: 120px; }
#catalogContent dl.sixProds { width: 130px; }
#catalogFooter {
	padding: 30px 0 15px 0;
	text-align: center;
	position: relative; 
}
.catalogPager {
	float: left;
	display: inline;
	font-weight: bold;
	text-align: center;
}
span.catalogPager {
	padding-top: 5px;
	width: 250px;
}
/* css for view product  */
div#productImage {
	width: 365px;
	float: right;
	display: inline;
	margin-bottom: 20px;
}
div#leftColumn {
	width: 150px;
	float: left;
	display: inline;
	padding-top: 33px;
	background: transparent url(/images/css/37/pricing_info.gif) no-repeat top left;
}
div#leftColumn table {
	margin-bottom: 30px;
	width: 150px;
	padding: 4px 0;
	border: 1px solid #9c9c9c;
	border-top: none;
	text-align: center;
	background: #eaeaea url(/images/css/37/pricing_back.gif) repeat-y top left;
}
div#leftColumn td { padding: 4px 2px; width: 50%;  }

div#lowerLeftColumn {
	width: 353px;
	float: left;
	display: inline;
	padding-top: 30px;
	background: transparent url(/images/css/37/product_info.gif) no-repeat top left;
}


/* Added by gw 10/23/08 for single image prod page */
#lowerLeftColumn_one_img {
	width: 353px;
	float: right;
	background: transparent url(/images/css/37/product_info.gif) no-repeat top left;
	padding-top:30px;
}
/* end */

div#productGroupImage {
	width: 170px;
	float: right;
	display: inline;
}
div#productDetails {
	padding: 10px 10px 0 10px;
	background-color: #eaeaea;
	border: 1px solid #9c9c9c;
	border-top: none;
}
div#productDetails dl {
	margin: 0;
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 164px;
	line-height: 11pt;
}
div#productDetails dl.product { width: 328px; text-align: justify; }
div#productDetails dt { font-weight: bold; }

/* css for view product  */
div#productImage {
	width: 365px;
	float: right;
	display: inline;
	margin-bottom: 20px;
}
div#leftColumn {
	width: 150px;
	float: left;
	display: inline;
	padding-top: 33px;
	background: transparent url(/images/css/37/pricing_info.gif) no-repeat top left;
}
div#leftColumn table {
	margin-bottom: 30px;
	width: 150px;
	padding: 4px 0;
	border: 1px solid #9c9c9c;
	border-top: none;
	text-align: center;
	background: #eaeaea url(/images/css/37/pricing_back.gif) repeat-y top left;
}
div#leftColumn td { padding: 4px 2px; width: 50%;  }

div#lowerLeftColumn {
	width: 353px;
	float: left;
	display: inline;
	padding-top: 30px;
	background: transparent url(/images/css/37/product_info.gif) no-repeat top left;
}
div#productGroupImage {
	width: 170px;
	float: right;
	display: inline;
}
div#productDetails {
	padding: 10px 10px 0 10px;
	background-color: #eaeaea;
	border: 1px solid #9c9c9c;
	border-top: none;
}
div#productDetails dl {
	margin: 0;
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 164px;
	line-height: 11pt;
}
div#productDetails dl.product { width: 328px; text-align: justify; }
div#productDetails dt { font-weight: bold; }
div.cartButtons { margin: 0 auto 0 auto; width: auto; }
div.cartButtons a.buttonTheme { margin-bottom: 15px; }
/* IdeaStore Homepage */
ul {
	margin:0;
}

#svn_cue {
	display:none;
}

#content_wrapper {
	height:1390px;
}

#content_container {
	width:824px;
	position:absolute;
	top:0;
	left:-160px;
	padding:20px;
	background-color:#FFF;
}

#content_container.home {
	font-size:14px;
}

#content_container.home h2 {
	color:#333;
	margin-top:15px;
}

#content_container.home ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#content_container.home a {
	font-size:14px;
}

#content_container.home h2 a {
	font-size:18px;
	font-weight:bold;
}

#content_container.home li {
	background-image: url(/images/custom/ideastore/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin:0 10px 0 0;
}

#content_container.home ul.tall li {
	padding:0 0 10px 10px;
}

#content_container img {
	padding: 0 10px 0 10px;
}

#flash_container div {
	float:left;
}

.horiz_devider {
	background-image:url(/images/custom/ideastore/horizontal_devider.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:3px;
	margin:10px 0 10px 0;
}

.green {
	color:#390;
}

#why_choose_list {
	float:left;
	width:400px;
	font-weight:bold;
}

#why_choose_list li {
	padding:0 0 10px 10px;
}

#movie_container {
	width:405px;
	height:345px;
	margin:0 0 10px 0;
	float:right;
	color:#FFF;
}

#movie_frame {
	width:405px;
	height:345px;
	border:0px solid #FFF;
	border-width:0px;
	margin:0;
	padding:0;
}

#hp_image_rotation {
	float:left;
	width:97px;
	height:96px;
	margin:0 10px 0 0;
}

#hp_image_rotation img {
	display:none;
}


#content_container.home {
	
}

#content_container.home h2.home_header, #content_container.home h2.home_header a {
	font-size:24px;	
}

#content_container.home h3.home_header {
	color:#333333;
}

#content_container.home h2.with_link {
	width:375px;
	text-align:center;
	margin:0 0 15px 0;
	font-weight:normal;
}

#content_container.home h2.with_link a {
	text-decoration:underline;
	font-weight:normal;
}

h2.home_header span {
	font-size:26px;
}

h2.why_choose {
	font-weight:normal;
}

h2.why_choose span {
	font-weight:bold;
}

h3.home_header {
	font-size:20px;
	width:300px;
	text-align:center;
	font-weight:Normal;
}

ul li {
}


/* blank */

/* blank */

/* Idea store other */
h2.inner_header {
	margin:20px 0 10px 0;
}

#catalog_home {
	font-weight:bold;
}

.horiz_devider_sm {
	background-image:url(/images/custom/ideastore/horizontal_devider_sm.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:3px;
	margin:5px 0 10px 0;
}

#contact_left_col {
	position:relative;
	left:135px;
	top:50px;
	float:left;
}

#contact_right_col {
	position:relative;
	left:165px;
	top:50px;
	float:left;
}

#requestc a.defaultButton  {
	background-color:#8E102D;
}

#ps_logo {
	text-align:center;
}

.major {
	color:#8e102d;
}

form#requestc label {
	width: 120px;
	margin-right: 5px;
	padding-top: 3px;
	margin-bottom: 6px;
	float: left;
}

form#requestc input {
	width: 120px;
	margin-bottom: 6px;
	float: left;
}

form#requestc select {
	float: left;
	width: 50px;
	margin-right: 6px;
}
/* Idea store other */
h2.inner_header {
	margin:20px 0 10px 0;
}

#catalog_home {
	font-weight:bold;
}

.horiz_devider_sm {
	background-image:url(/images/custom/ideastore/horizontal_devider_sm.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:3px;
	margin:5px 0 10px 0;
}

#contact_left_col {
	position:relative;
	left:135px;
	top:50px;
	float:left;
}

#contact_right_col {
	position:relative;
	left:165px;
	top:50px;
	float:left;
}

#requestc a.defaultButton  {
	background-color:#8E102D;
}

#ps_logo {
	text-align:center;
}

.major {
	color:#8e102d;
}

form#requestc label {
	width: 120px;
	margin-right: 5px;
	padding-top: 3px;
	margin-bottom: 6px;
	float: left;
}

form#requestc input {
	width: 120px;
	margin-bottom: 6px;
	float: left;
}

form#requestc select {
	float: left;
	width: 50px;
	margin-right: 6px;
}