/*\*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*\*/
/*\																			    						\*/
/*\																			    						\*/
/*\							             SOLID THEME CSS								    			\*/
/*\																			    						\*/
/*\																			    						\*/
/*\*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*\*/

/*********************************************************************************************************/
/* BROWSER RESET																     */
/*********************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*********************************************************************************************************/
/* HTML5 display-role reset for older browsers											     */
/*********************************************************************************************************/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************************************************************************************************/
/* CSS START						 											     */
/*********************************************************************************************************/
/*  * html p, * html div { height: 1%; } *:first-child+html p, *:first-child+html div { min-height: 0%; }  */
body {
	font-size: 0.75em;
	line-height:1.3em;
	position: relative;
	text-align: center;
}
body, p, table {
	color: #222;
	font-family: Helvetica, sans-serif;
}
img { border: none;}
em { font-style: italic; }
strong { font-weight: bold; }
hr {
	background-color: #e5e5e5;
	border-top: 0px;
}
.rf {float: right;}
.lf {float: left;}
b,.b {font-weight: bold;}
i,.i {font-style: oblique;}
.clear { clear:both; line-height: 1px; overflow:hidden; display:block;}
.margin0 {margin: 0;}
.width410 {width: 410px;}
/*********************************************************************************************************/
/* MAIN ANCHOR						 											     */
/*********************************************************************************************************/
a {cursor: pointer;}
a,a:link {	color: #888; text-decoration: none;}
a:visited {	color: #888; text-decoration: none;}
a:hover {	color: #222;text-decoration: underline;}
a:active {	color: #222; outline: none; }
/*********************************************************************************************************/
/* HEADINGS						 											     */
/*********************************************************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {text-transform: uppercase;}
h1,
.h1 {
	font-size: 1.6em;
	line-height: 1.6em
}
h2,
.h2 {
	font-size: 1.4em;
	line-height: 1.4em
}
h3,
.h3 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h4,
.h4 {
	font-size: 1.0em;
	line-height: 1.5em;
}
h5,
.h5 {font-size: .8em;}
h6,
.h6 {font-size: .6em;}
p {
	font-size: 1em;
	margin: 1em 0;
}
#top-menu {font-size: .9em;}
#header {font-size: .9em;}
#menu {font-size: 1.1em;}
#main-col {font-size: 1em;}
#nav-horizontal {font-size: .9em;}
#main-breadcrumb {
	font-size: .9em;
	padding: 5px 0 15px 5px;
}
#footer ul {font-size: .85em;}
.side-box h3 {font-size: 1.1em;}
.category-tree a {font-size: .9em;}
.nav-strip {font-size: .9em;}
.tabbernav a {font-size: .9em;}
.thumb-name a {font-size: 1em;}
.thumb-retail,
.thumb-yousave,
.thumb-descr {font-size: .9em;}
.prod-table th {font-size: .9em;}
.prod-table td,
.prodrow-total th,
.prodrow-subtotal th {font-size: 1em;}
.cart-items-added h3 {font-size: 1.2em;}
input,
select,
textarea {font-size: 1em;}
input:focus,
textarea:focus,
select:focus {outline:none;}
select {cursor: pointer;}
select:focus + span.custom-select-box {border: 1px solid #888;}
/*********************************************************************************************************/
/* INPUTS  						 											     */
/*********************************************************************************************************/
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="phone"]{
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.8rem;
	margin: 0px;
	padding: 5px 5px 7px 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-box-sizing: content-box; /* Fixes the webkit width problem */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
input.small {
	font-size: 0.6rem;
	padding: 5px 5px 4px 5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="phone"]:focus {	border: 1px solid #888;}
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input[type="phone"]:disabled {background: #f3f3f3;}
.long-input-box input[type="text"],
.long-input-box input[type="password"],
.long-input-box input[type="datetime"],
.long-input-box input[type="datetime-local"],
.long-input-box input[type="date"],
.long-input-box input[type="month"],
.long-input-box input[type="time"],
.long-input-box input[type="week"],
.long-input-box input[type="number"],
.long-input-box input[type="email"],
.long-input-box input[type="url"],
.long-input-box input[type="search"],
.long-input-box input[type="tel"],
.long-input-box input[type="color"],
.long-input-box input[type="phone"],
.long-input-box textarea {width: 398px;}
.long-input-box input[type="radio"],
.long-input-box input[type="checkbox"] {width: auto;}
.long-input-box select{width: 410px;}
.long-input-box input[type="checkbox"]{width: auto;}
.input350 input[type="text"],
.input350 input[type="password"],
.input350 input[type="datetime"],
.input350 input[type="datetime-local"],
.input350 input[type="date"],
.input350 input[type="month"],
.input350 input[type="time"],
.input350 input[type="week"],
.input350 input[type="number"],
.input350 input[type="email"],
.input350 input[type="url"],
.input350 input[type="search"],
.input350 input[type="tel"],
.input350 input[type="color"],
.input350 input[type="phone"],
.input350 textarea {width: 348px;}
.input350 input[type="radio"],
.input350 input[type="checkbox"] {width: auto;}
.input350 select{width: 360px;}
.input350 input[type="checkbox"]{width: auto;}
.input180 {width: 180px!important;}
.input160 {width: 160px!important;}
.select190 {width: 190px!important;}
.select170 {width: 170px!important;}
/*********************************************************************************************************/
/* BUTTONS						 											     */
/*********************************************************************************************************/
.button {
	border: 0px;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
	/*box-shadow: 1px 1px 1px 0px #c5c5c5;*/
	color: #fff!important;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 1px;
	padding: 9px 15px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	background: #788388;
}
.button:hover {
	background: #646d72;
	color: #fff!important;
}
a.button {
   color: #222;
   display: inline-block;
   /*padding: 9px 15px 8px 15px;*/
   vertical-align: middle;
}
a.button:hover {text-decoration: none;}
.button.x-small {
	font-size: 0.7em;
	line-height: 0.7em;
	padding: 5px 7px;
}
.button.small {
	font-size: 0.8em;
	line-height: 0.8em;
	padding: 6px 10px;
}
.button.medium {
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 7px 12px;
}
.button.red {background: #b00000;}
.button.red:hover {background: #8b0000;}
.button.green {background: #037f31;}
.button.green:hover {background: #026a28;}
.button.blue {background: #637b97;}
.button.blue:hover {background: #001180;}
.button.orange {background: #e16319;}
.button.orange:hover {background: #d65d17;}
.add-to-cart {
	padding: 9px 40px 9px 15px;
	position: relative;
}
.add-to-cart img {
	position: absolute;
	right: 15px;
	top: 6px;

}
vr {background-color: #000;}
label {
	cursor: pointer;
	display: block;
	line-height: 1.4rem;
	padding: 10px 0 0 5px;
}
label.inline {
	display: inline;
	padding: 0px;
}
label[for="opt_in"]{display: inline;}
label.pt10 {padding: 10px 0 0;}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline;
	padding: 0px;
}
select,
textarea {border: 1px solid #ccc;}
#feeds-selector {
	margin-left: 4px;
	width: 180px;
}
/*********************************************************************************************************/
/* ANCHORS						 											     */
/*********************************************************************************************************/
a.refresh {
	background: url(images/refresh.png) no-repeat;
	display: inline-block;
	height: 15px;
	margin: 0 0 -1px 10px;
	width: 20px;
}
a.icon-button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin: 0 3px;
	padding: 5px 6px 6px;
	width: 18px;
}
a.email {background: #e5e5e5 url(images/envelope.png) no-repeat center center;}
a.print {
	background: #e5e5e5 url(images/print.png) no-repeat center center;
	padding: 6px 6px 5px 6px;
}
a.remove {
	background: url(images/remove.png) no-repeat center center;
	display: inline-block;
	height: 10px;
	margin-bottom: -1px;
	width: 10px;
}

.print-order-pdf {
	background: url(images/pdf-icon.png) no-repeat left center;
	display: inline-block;
	width: 16px;
	margin-left: 10px;
	vertical-align: middle;
	height: 16px;
}
/* Scroll to top button */

#scroll-to-top {
	background: url(images/scroll-arrow2.png) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	bottom: 30px;
	cursor: pointer;
	display: none;
	height: 40px;
	position: fixed;
	filter: alpha(opacity=35);
	opacity: 0.35;
	right: 30px;
	width: 40px;
	z-index: 80;
}
#scroll-to-top:hover{
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.breadcrumbs { display: block; }
.errortext { color: #cc431f !important; }
.error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	color: #b94a48;
	display: block;
	font-size: 1.0em;
	padding: 10px !important;
	margin: 0 0 10px 0 !important;
}
.red {color: #b94a48;	}
.status-box {
	background-color: #c8f0cc;
	border:  1px solid  #bee1c5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	color: #489f4c;
	display: block;
	font-size: 1.0em;
	padding: 10px !important;
	margin: 0 0 20px 0 !important;
}
.error p,
.status-box p {margin: 0px;}
.status-box ul {
	float: none;
	list-style: disc;
	margin-left: 20px;
	width: auto;
}

.narrow {letter-spacing: -1px !important;}
.wider {letter-spacing: 1px !important;}
.allcaps {text-transform: uppercase;}
img.floatleft {margin-right: 10px;}
img.floatright {margin-left: 10px;}
.center {text-align: center;}
.nomargin {margin: 0;}
.strong {font-weight: bold;}
.nobr {white-space: nowrap;}
.plainlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plainlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dl li {
	clear: both;
	margin: 0;
	padding: 3px 0;
}
.dl li span {
	float: left;
	font-weight: bold;
	overflow: hidden;
	width: 30%;
}
.dl li strong {
	float: left;
	font-weight: normal;
	overflow: hidden;
	padding: 0 0 0 5%;
	width: 65%;
}
.dl li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
/*********************************************************************************************************/
/* WIDE HEADER AND FOOTER															     */
/*********************************************************************************************************/
#layout.wide,
#layout.wide .outer-box {width: 100%;}
#layout.wide .inner-box,
#layout.wide #top,
#layout.wide #content,
#layout.wide .header-tree-wrap,
#layout.wide #footer {
	margin: 0 auto;
	width: 965px;
}
#layout.wide #top-wrap,
#layout.wide #footer-wrap {background: #f3f3f3;}
#layout.wide #footer-wrap #footer {border-top: 0px;}
#layout.wide #top #header-search input#q {background: #f3f3f3;}
#layout.wide #shop-by-category-tree {
	background: #f3f3f3;
	height: 35px;
}
#layout.wide #top-menu-wrap {background: #222;}
#layout.wide #top-menu {border-bottom: 0px;}
#layout.wide #top-menu li a {color: rgb(179, 179, 179);}
#layout.wide #top-menu li a:hover {color: #fff;}
/*********************************************************************************************************/
/* Shop by category tree															     */
/*********************************************************************************************************/
#shop-by-category-tree #shop-by-category,
#shop-by-category-tree #shop-by-brand,
#shop-by-category-tree #shop-by-category li.shop-cat-sublevel-1,
#shop-by-category-tree #shop-by-category li.shop-cat-sublevel-2 {position: relative;}
#shop-by-category-tree #shop-by-category a.heading,
#shop-by-category-tree #shop-by-brand a.heading {
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 1.3em;
	padding: 10px 20px;
}
#shop-by-category-tree #shop-by-category:hover a.heading,
#shop-by-category-tree #shop-by-brand:hover a.heading {
	background: #222;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	text-decoration: none;
}
#shop-by-category-tree #shop-by-category ul,
#shop-by-category-tree #shop-by-brand ul {
	background: #fff;
	border: 1px solid #222;
	display: none;
	left: 0px;
	list-style: none;
	position: absolute;
	top: 35px;
	width: 200px;
	z-index: 22;
}
#shop-by-category-tree #shop-by-category:hover ul.shop-cat-level-1,
#shop-by-category-tree #shop-by-brand:hover ul,
#shop-by-category-tree #shop-by-category li.shop-cat-sublevel-1:hover ul.shop-cat-level-2,
#shop-by-category-tree #shop-by-category li.shop-cat-sublevel-2:hover ul.shop-cat-level-3 {display: block;}
#shop-by-category-tree #shop-by-category ul.shop-cat-level-1 li a,
#shop-by-category-tree #shop-by-brand ul li a {
	display: block;
	padding: 10px 20px;
}
#shop-by-category-tree #shop-by-category ul.shop-cat-level-1 li a:hover,
#shop-by-category-tree #shop-by-brand ul li a:hover {
	background: #f3f3f3;
	text-decoration: none;
}
#shop-by-category-tree #shop-by-category  ul.shop-cat-level-2,
#shop-by-category-tree #shop-by-category  ul.shop-cat-level-3 {
	left: 200px;
	top: -1px;
}
#content {
	margin-bottom: 20px;
	min-height: 450px;
}
#fixed-bar {
	background-color: #e5e5e5;
	height: 40px;
	position: fixed;
	text-align: left;
	top: 0px;
	width: 100%;
	z-index: 100;
}
#fixed-bar #fixed-bar-inner {
	margin: 0 auto;
	padding: 5px;
	position: relative;
	width: 965px;
}
#layout {
	margin: 0px auto 0 auto;
	position: relative;
	text-align: left !important;
	width: 965px;
}
#top {width: 965px;}
#top-menu {
	/*border-bottom: 1px solid #e5e5e5;*/
	padding: 3px 0;
	text-align: right;
	list-style: none;
}
#top-menu li {
	display: inline;
	padding: 0 3px;
}
#top-menu li a {
	text-decoration: none;
	text-transform: uppercase;
}
#header {
	padding: 10px 0 20px 0;
	position: relative;
}
#header-logo big {
	font-family: "Inder", sans-serif;
	font-size: 36px;
	letter-spacing: -2px;
	padding: 0;
	margin: 0;
}
#header-logo small {
	font-size: 16px;
	letter-spacing: 3px;
}
#header-search {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#header-search form,
#lists-search form {display: inline;}
#lists-search {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	display: inline-block;
}
#lists-search input#q,
#header-search input#q {
	border: 0px;
	font-size: 1.1em;
	margin: 0;
	padding: 5px;
	width: 142px;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lists-search input#q {width: 215px;}
#lists-search input[type="submit"],
#header-search input[type="submit"]{
	border: 0px;
	background: url(images/zoom.png) no-repeat;
	cursor: pointer;
	margin-top: 4px;
	width: 20px;
}
#lists-search ul,
#header-search ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 380px;
}
#lists-search li,
#header-search li {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
}
#header-cart {text-align: right;}
#header-cart .cart-link {
	background: #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #222;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 10px 4px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: bottom;
}
#header-cart .h-checkout-btn {padding: 6px 12px 8px!important;}
#header-cart ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
	width: 110px;
}
#header-cart-links {text-align: right;}
#header-cart li {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#header-cart li a {margin: 0;}
#header-cart h4 {
	margin: 0;
	padding: 0;
}
#header-logo {
	padding: 10px 0 0 20px;
	width: 400px;
}
#header-links ul{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: block;
	font-size: 0.9em;
	list-style: none;
	padding: 3px 0;
}
#header-links ul li {
	display: inline;
	padding: 0 3px;
}
#header-links ul li a {
	text-decoration: none;
	text-transform: uppercase;
}
#menu-login {
	font-size: 1.2em;
	padding-top: 5px;
	position: relative;
	margin-right: 10px;
}
#menu-login a.welcome-link:hover + .header-account-links {display: block;}
#menu-login .header-account-links {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: none;
	left: 0px;
	list-style: none;
	position: absolute;
	top: 24px;
	width: 99%;
	z-index: 99;
}
#menu-login .header-account-links:hover {display: block;}
#menu-login .header-account-links:hover::before{background: #000;}
#menu-login .header-account-links li a {
	border-top: 1px solid #f3f3f3;
	display: block;
	padding: 5px 10px;
	text-decoration: none;

}
#menu-login .header-account-links h4 {
	background: #f3f3f3;
	font-size: 0.9em;
	padding: 5px 10px 4px 10px;
}
#menu-login p {
	color: white;
	float: left;
	line-height: 12px;
	margin: 0;
	width: 70px;
}
#menu-login p input {
	background: white url(images/th-grad-lite-minitopleft.png) no-repeat top left;
	display: block;
	height: 14px;
	position: relative;
	top: -2px;
	width: 60px;
}
/* HEADER CATEGORY TREE */
.header-tree-wrap {/*border-bottom: 1px solid #e5e5e5;*/}
ul.header-category-tree {
	display: block;
	font-family: "Inder", sans-serif;
	height: 28px;
	list-style: none;
	width: auto;
	z-index: 99;
}
ul.header-category-tree a {
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}
ul.header-category-tree a.active {color: #222!important;}
ul.header-category-tree li {
	margin: 0px;
	padding: 7px;
	position: relative;
}
ul.header-category-tree.cat-level-1 li.cat-sublevel-1 {	float: left;}
ul.header-category-tree.cat-level-1 li.cat-sublevel-1 ul.cat-level-2 {
	border-top: 5px solid #000;
	box-shadow: 0px 0px 6px 0px #e5e5e5;
	display: none;
	left: 0px;
	position: absolute;
	top: 28px;
}
ul.header-category-tree.cat-level-1 li.cat-sublevel-1 ul.cat-level-2 li {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 150px;
	}
ul.header-category-tree.cat-level-1 li.cat-sublevel-1:hover ul.cat-level-2,
ul.header-category-tree.cat-level-1 li ul.cat-level-2 li:hover ul.cat-level-3 {
	display: block;
	height: auto;
}
ul.header-category-tree.cat-level-1 li.cat-sublevel-1 ul.cat-level-2 li ul.cat-level-3 {
	background-color: #e5e5e5;
	border-top: 5px solid #000;
	box-shadow: 0px 0px 6px 0px #e5e5e5;
	display: none;
	position: absolute;
	left: 165px;
	top: -5px;
}
#main-col {
	width: 740px;
	float: right;
	position: relative;
}
#left-col {
	width: 200px;
	float: left;
	position: relative;
}
#left-col-wrap {padding: 3px 0 10px 0;}
#right-col {
	width: 170px;
	float: left;
	display:block;
	padding: 0 0 0 4px;
}
.side-title {
	color: #4682B4;
	margin: 20px 10px 10px;
	text-align: center;
	border-top: 1px solid #EEE;
}
#main-col h1 {
	font-size: 1rem;
	line-height: 30px;
}
#main-col h1#home-title {margin-bottom: 5px;}
#left-col h2 {
	background: #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-size: 1.2em;
	line-height: 2em;
	text-indent: 10px;
}
#main-col h1 a:link, #main-col h1 a:visited {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
#main-col h1 a:hover, #main-col h1 a:active {
	color: #ADD8E6;
	font-size: 12px;
}
#main-col h1 small {font-size: 12px;}
#main-content { padding: 0 5px; position: relative;}
#footer {
	/*border-top: 1px solid #e5e5e5;*/
	clear: both;
	padding-bottom: 10px;
	text-align: left;
}
#footer #footer-links {
	padding: 3px 0px;
	list-style: none;
}
#footer li {
	padding: 0 3px;
	display: inline;
}
#footer li a {
	text-decoration: none;
	text-transform: uppercase;
}
.footer-social-block {
	/*background: #f3f3f3;*/
	border-bottom: 1px solid #e5e5e5;
	padding: 7px;
}
.footer-subscribe {position: relative;}
.footer-subscribe .error {
	display: none;
	padding: 5px !important;
}
.footer-subscribe input {
	margin-left: 5px;
	padding: 4px 40px 4px 4px;
}
.footer-subscribe input:focus + button {border-left: 1px solid #888;}
.footer-subscribe button {
	background: none;
	border: 0px;
	border-left: 1px solid #e5e5e5;
	bottom: 2px;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 2px;
}
/*Socials*/
.social-block a {
	display: inline-block;
	height: 30px;
	width: 30px;
}
.fb-btn {background: url(images/socials.png) no-repeat 0 0;}
.fb-btn:hover {background: url(images/socials.png) no-repeat -30px 0;}
.tw-btn {background: url(images/socials.png) no-repeat 0 -60px;}
.tw-btn:hover {background: url(images/socials.png) no-repeat -30px -60px;}
.yt-btn {background: url(images/socials.png) no-repeat 0 -30px;}
.yt-btn:hover {background: url(images/socials.png) no-repeat -30px -30px;}
.insta-btn {background: url(images/socials.png) no-repeat 0 -120px;}
.insta-btn:hover {background: url(images/socials.png) no-repeat -30px -120px;}
.pin-btn {background: url(images/socials.png) no-repeat 0 -90px;}
.pin-btn:hover {background: url(images/socials.png) no-repeat -30px -90px;}
#copyright {
	padding: 3px;
	float: right;
}
#fontchooser {
	float: right;
	width: 100px;
	height: 32px;
	padding: 10px;
}
#fontchooser a {
	text-decoration: none;
	 margin: 0 1px;
	 padding: 2px 5px 0;
	 border: 1px solid #fff;
	 vertical-align: bottom;
}
#fontchooser a:hover {background: black;}
/*********************************************************************************************************/
/* Homepage																	     */
/*********************************************************************************************************/
#homepage-slider {
	position: relative;
	width: 100%;
}
#homepage-slider .slide img {width: 965px;}
#homepage-slider .slider-caption {
	font-family: 'Oswald';
	font-size: 3em;
	line-height: 1em;
	position: absolute;
	margin: 0px;
	right: 30px;
	text-transform: uppercase;
	top: 170px;
}
#homepage-slider .pagination {
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 10;
}
#homepage-slider .pagination li {
	display: inline;
	margin-right: 5px;
}
#homepage-slider .pagination li a {
	background: #999;
	display: inline-block;
	height: 12px;
	width: 20px;
}
#homepage-slider .pagination li a:hover {
	background: #fff;
	border: 4px solid #999;
	height: 4px;
	width: 12px;
}
#homepage-slider .pagination li.current a {
	background: #fff;
	border: 1px solid #999;
	height: 10px;
	width: 18px;
}
.homepage .info-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
	float: left;
	margin: 15px 0 0;
}
.homepage .info-box img {width: 100%;}
.homepage .info-box.first {
	padding: 0 2% 0 0;
	width: 32.6%;
}
.homepage .info-box.second {
	padding: 0 2%;
	width: 34.6%;
}
.homepage .info-box.third {
	border-right: 0px;
	padding: 0 0 0 2%;
	width: 32.6%;
}
/*********************************************************************************************************/
/* CATEGORY TREE																     */
/*********************************************************************************************************/
.category-tree {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-tree li {
	border-bottom: 1px solid #f3f3f3;
	margin: 0;
	padding: 8px 5px;
	text-transform: uppercase;
}
.category-tree li img.subbutton {padding-right: 10px;}
.category-tree li a {
	font-weight: normal;
	margin: 0;
	padding-left: 5px;
	text-decoration: none;
}
.category-tree li a:hover {text-decoration: none;}
.category-tree li a.active, .category-tree li a:visited.active {
	border: none;
	color: #222;
	left: 0px;
	position: relative;
}
.category-tree li a.active:hover {
	left: 0px;
	position: relative;
}
.category-tree li.last {
	left: 1px;
	position: relative;
}
.category-tree li li a.active {
	background: transparent;
	color: #222;
	font-weight: bold;
	left: 0px;
	position: relative;
}
.category-tree li li a.active:hover {
	color: #222;
	font-weight: bold;
	left: 0px;
	position: relative;
}
.category-tree li ul {
	list-style: none;
	margin: 5px 0 0 0;
}
.category-tree li ul ul {border: none;}
.category-tree li li {
	border-bottom: 0px;
	font-weight: normal;
	padding: 5px 0 5px 25px;
	text-transform: capitalize;
}
.category-tree li li a {
	background: transparent !important;
	border-bottom: none !important;
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0 !important;
}
.category-tree li li ul {
	background: transparent !important;
	margin: 0;
	padding: 0;
}
.category-tree li li a.active {border: none;}
.category-tree li li li {padding: 5px 0 5px 15px;}
#state_id {line-height: normal;}
.mini {width: 20px;}
.short {width: 36px;}
.mid {width: 78px;}
.formgroup p {
	background: #E3F1FF;
	padding: 5px;
}
#shipping_quote { padding-top: 20px; }
#shipping table {width: 100%;}
#shipping table input {width: 200px;}
#shipping table select {width: 212px;}
#shipping table tr td:last-child {text-align: right;}
.radio,
.checkbox {
	background: transparent !important;
	border: none !important;
}
#registration {
	border: 1px solid silver;
	margin: auto;
	padding: 10px;
	width: 90%;
}
#countries-edit-cart label {display: inline-block;}
#countries-edit-cart {
	background: #f3f3f3;
	margin-top: 10px;
	padding: 10px;
}
#countries-edit-cart h4 {
	cursor: pointer;
	text-transform: none;
}
.spelling_suggestion {color: red;}
.spelling_suggestion strong {font-style: italic;}
#tax-estimate-box {
	background: #f3f3f3;
	padding: 10px;
	margin-top: 10px;
	width: 96%;
}
#tax-estimate-box h4 {
	cursor: pointer;
	text-transform: none;
}
.address-name {
	display: block;
	height: 14px;
}
div.info {
	background-color: #3377af;
	color: #fff;
	padding: 10px;
}

div.info p {
	color: #fff;
	margin: 0;
	padding: 0;
}
#currency_change_mask { display:none !important; }
.onsale-item-badge {
	background: url(images/sale-badge.png) no-repeat;
	color: #fff;
	left: -6px;
	line-height: 1em;
	padding: 4px 12px 9px 12px;
	position: absolute;
	top: 6px;
	z-index: 1;
}
.free-shipping-badge {
	background: url(images/shipping-badge.png) no-repeat;
	color: #fff;
	font-size: 0.7em;
	padding: 3px 10px 7px 10px;
	position: absolute;
	left: -6px;
	text-transform: uppercase;
	top: 6px;
	z-index: 1;
}
.new-arrival-badge {
	left: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
}
/*********************************************************************************************************/
/* BUNDLES																	     */
/*********************************************************************************************************/
.bundle {
	padding:7px;
	width: 100%;
}
.bundle_title {
	font-size:11pt;
	font-weight:bold;
	line-height:15pt;
}
.bundle_saving {
	font-weight:bold;
	color:#cc0000;
	font-size:9pt;
	margin-bottom:10px;
}
.bundle_items {margin:2px 0;}
.tabbertab-in table.bundle_prices_box {width:250px;}
.bundle_prices_box {
	float:right;
	font-family:tahoma;
	margin-left:5px;
}
.clip {
	position:relative;
	top:-10px;
	right:0px;
}
* html .clip{
	position:static;
	top:24px;
	right:0px;
}
.bundle_prices_box td {padding:2px 5px;}
.bundle_separate_price{text-align:right;}
.bundle_total_savings{
	text-align:right;
	color:#cc0000;
}
.bundle_total{
	border-top:1px solid #dddddd;
	text-align:right;
	font-weight:bold;
	font-size:9pt;
}

#item-grid table {border-top: 0px;}
#item-grid th, #item-grid td {font-size: 1em;}
#item-grid .quantity {width: 30px;}
#item-grid .price {width: 30px;}
span.highlight {
	color: #F39A1E;
	font-style: italic;
}
div.widget {
	border: solid 0px white;
	background: black;
	color: white;
	font-size: .9em;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius:  8px 8px 8px 8px;
}
div.widget h4 {
	margin: 0;
	padding: .5em 1em 0;
}
div.widget div.widget-content {padding: 1em;}
#bottom-widgets {margin: 0;}
#bottom-widgets div.widget {
	width: 226px;
	float:left;
	margin: 0 0 1em 1em;
	min-height: 200px;
}
/*********************************************************************************************************/
/* LEFT SIDEBAR WIDGETS															     */
/*********************************************************************************************************/
#left-col div.widget {
	border: solid 0px white;
	background: transparent;
	color: black;
	font-size: inherit;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius:  0px 0px 0px 0px;
}
#left-col div.widget h4 {
	padding: 0;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	background: #4682B4 url(images/th-col-m-head.png) no-repeat;
	margin: 0 3px;
	color: white;
	width: 183px;
	line-height: 30px;
	height: 30px;
	text-indent: 10px;
}
#left-col div.widget div.widget-content {padding: 1em;}
#left-col div.smarty_widget_category div.widget-content,
#left-col div.smarty_widget_carousel div.widget-content {padding: 0;}
#left-col div.smarty_widget_cart div.widget-content {
	margin: 1em;
	text-align: center;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius:  8px 8px 8px 8px;
	background-color: #C6ECFF;
}
/*********************************************************************************************************/
/* PDP -TABS																	     */
/*********************************************************************************************************/
div.item-tab {
	clear: both;
	display: block;
	padding: .5em 0;
	margin: 1em 0 0 0;
	border-top: dashed 1px silver;
}
div.item-tab h4 {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.25em;
	cursor: default;
}
div.item-tab h4 a {
	color: brown;
	cursor: pointer;
}
div.item-tab h4 a:hover {color: #FFA500;}
div.item-tab div.item-tab-content {
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 1em;
}
div.item-tab div.item-tab-content div.item-tab-spinner {
	padding-left: 35px;
	line-height: 30px;
	height: 30px;
	background: url(../../toolkit/autocomplete/loading/7.gif) no-repeat left center;
	display:none; /* it is visable only under loaded tabs */
}
div.item-tab-loaded {
	border-top: 0;
	background: url(images/th-display-infobox2-back.png) repeat-y top left;
	width: 450px;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
}
#pdp-tabs div.item-tab-loaded {width:560px;}
div.item-tab-loaded div.item-tab-content {
	margin-top: 0;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}
div.item-tab-loaded div.item-tab-content div.clear {
	clear:both;
	height: 20px;
	line-height: 20px;
	margin: 0 -20px;
}
div.item-tab-loaded div.item-tab-content div.item-tab-spinner {display:block;}
#item-tabs {
	background: white;
	height: 30px;
	padding: 0 5px;
	margin: 0 0 -10px 0;
}
h4.item-tab-nav {
	background: #fff;
	float: left;
	padding: 0;
	font-size: 1em;
	position: relative;
	bottom: -1px;
}
h4.item-tab-nav a {
	display: block;
	text-decoration: none;
	float: left;
	margin: 0;
	padding: 5px 10px 2px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
}
h4.item-tab-selected {
	border: 1px solid #e5e5e5;
	z-index: 1;
	border-bottom: 0px solid white;
}
h4.item-tab-selected a,
h4.item-tab-selected a:hover {color: #222;}
/*********************************************************************************************************/
/* MODALS																	     */
/*********************************************************************************************************/
a.modalCloseImg {
	height: 20px;
	width: 20px;
	background: white url(images/close.png) no-repeat center center;
	top: 10px;
	right: 10px;

}
div.store-box {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 100%;
	min-width: 400px;
}
div.store-box h1.store-box-title {
	font-size: 1.6em;
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #222;
	margin: 0 0 4px 10px;
	height: 30px;
	overflow: hidden;
	padding: 0 30px 0 0;
	cursor: default;
}
div.store-box div.store-box-content {
	border: 0px;
	max-height: 600px;
	padding: 10px 20px 10px 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*********************************************************************************************************/
/* AJAX CART																     */
/*********************************************************************************************************/
#shopping-cart-container {
	background: #ffffff;
	border: solid 2px #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	max-height: 420px;
	overflow: auto;
	padding:5px;
	position: absolute;
	right: 0px !important;
	text-align:left;
	top: 35px !important;
	width:480px;
	z-index:333;
}
/* ie 7 */
*+html #shopping-cart-container {top: 113px !important;}
#shopping-cart-container a {text-decoration: none !important;}
#shopping-cart-container a.close {
	cursor: pointer;
	float:right;
	width:20px;
	background: white;
	color:black !important;
	padding: 2px;
	text-align:center;
	line-height: 20px;
	margin: 2px;
}
#shopping-cart-container a.checkout {color: #ffffff !important;}
#shopping-cart-container.loading {
	background: white url(../../toolkit/autocomplete/loading/2.gif) no-repeat center center;
	min-height: 40px;
}
#shopping-cart-container.submitting {
	background: white url(../../toolkit/autocomplete/loading/2.gif) no-repeat 50% 95%;
	border-bottom: solid 3px black;
}
#shopping-cart-container h1 {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	letter-spacing: normal;
	padding: 0px;
	position: static;
	margin: 0 0 5px 0;
}
#shopping-cart-container table {font-size: 1.1em;}
#shopping-cart-container table .subtotal {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	text-align: right;
}
#shopping-cart-container table .item-image {
	margin-right: 10px;
	width: 60px;
}
#shopping-cart-container table input[name*="qty"] {width: 20px}
/*********************************************************************************************************/
/* AUTOCOMPLETE																     */
/*********************************************************************************************************/
div.ui-autocomplete-thumb-price {
	margin-right: 10px;
	float: right;
}
div.ui-autocomplete-suggestions,
div.ui-autocomplete-products {
	color: #555555;
	display: block;
	font-family: 'Franklin Gothic Medium';
	font-size: 15px;
	font-weight: normal;
	margin: 3px 3px 3px 3px;
	text-decoration: none;
	text-transform: uppercase;
}
div.ui-autocomplete-item-container {cursor: pointer;}
span.ui-autocomplete-search_str {
	color: black;
	font-weight: bold;
}
.ui-autocomplete-item-container > a > img {width: 80px;}
/* Category pages */
#category-image {width: 100%;}
.navigation {padding: 10px !important; }
.nav-subcats {
	padding: 0px;
	position: absolute;
	top: 7px;
	right: 10px;
}
.nav-subcatsbox {
	background-color: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}
.nav-subcatsbox h5 { margin: 0; }
.nav-subcatsbox ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.nav-subcatsbox li {
	margin: 1px 1px 0 0;
	padding: 0 0 0 10px;
	width: 30%;
	height: 16px;
	line-height: 16px;
	float: left;
}
.nav-layout a {
	display: block;
	height: 17px;
	width: 50px;
	float: left;
	text-decoration: none;
	position: relative;
}
.nav-layout a img { margin-right: 5px; }
.nav-layout a span {
	position: absolute;
	bottom: 0px;
}
.nav-strip {
	margin-top: 10px;
	position: relative;
 }
.nav-strip:after {
	content: ".";
	visibility: hidden;
	line-height: 0px;
	height: 0px;
	display: block;
	clear: both;
}
.nav-strip div,
.nav-strip p {
	margin: 0;
	line-height: 1.2em;
}
.nav-strip .nav-pages {
	float:right;
	text-align: right;
	padding: 4px 0;
}
.nav-strip .nav-results {
	text-align: left;
	margin-bottom: 5px;
	float: left;
}
.nav-strip .nav-results form{display: inline;}
.nav-strip .nav-results span, .nav-strip .nav-results select { margin-right: 5px;}
.links-per-page a {
	padding: 0px 3px;
	text-decoration: none;
}
.links-per-page .selected {
	color: #222;
	font-weight: bold;
}
.nav-strip .nav-btns {
	width: 120px;
	float:right;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 2px;
}
.nav-strip .nav-btns a { float:left; }
.nav-strip .grid-view,
.nav-strip .list-view {
	display: inline-block;
	height: 18px;
	margin-left: 10px;
	width: 18px;
}
.nav-strip .grid-view {background: url(images/category/grid.png) no-repeat;}
.nav-strip .grid-view:hover {background: url(images/category/grid.png) top right no-repeat;}
.nav-strip .list-view {
	background: url(images/category/list.png) no-repeat;
	margin-left: 5px;
}
.nav-strip .list-view:hover {	background: url(images/category/list.png) top right no-repeat;}
.nav-order {
	float: right;
	position: absolute;
	top: 0;
	right: 20px;
}
.navigation .thumb,
.navigation .thumb2 {margin: 5px !important;}
.subcats-thumbs-heading {
	background: #f3f3f3;
	margin-top: 10px;
	padding: 10px;
}
/* Best Sellers Infinite Scroll */
.infinite-loading{
	background: url('../../toolkit/autocomplete/loading/2.gif') no-repeat center center;
	display: none;
	height: 32px;
	padding: 40px;
}
/*********************************************************************************************************/
/* Category Landing page														     */
/*********************************************************************************************************/
.landing-page {position: relative;}
.lp-image {width: 100%;}
.lp-caption {
	font-family: 'Oswald';
	font-size: 3em;
	line-height: 1em;
	position: absolute;
	right: 30px;
	top: 30px;
}
.lp-info-box,
.lp-info-box2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #e5e5e5;
	float: left;
	margin: 20px 0 0;
}
.lp-info-box img,
.lp-info-box2  img {width: 100%;}
.lp-info-box img + p,
.lp-info-box2 img + p {margin: 1em 0 0;}
.lp-info-box p,
.lp-info-box2 p {margin-top: 0;}
.lp-info-box.first {
	padding: 0 2% 0 0;
	width: 32.6%;
}
.lp-info-box.second {
	padding: 0 2%;
	width: 34.6%;
}
.lp-info-box.third {
	border-right: 0px;
	padding: 0 0 0 2%;
	width: 32.6%;
}
.lp-info-box2 {
	background: #f3f3f3;
	border-right: 1px solid #fff;
}
.lp-info-box2.first {
	padding: 2%;
	width: 33.33%;
}
.lp-info-box2.second {
	padding: 2%;
	width: 33.33%;
}
.lp-info-box2.third {
	border-right: 0px;
	padding: 2%;
	width: 33.33%;
}
#lp-slider {
	position: relative;
	width: 100%;
}
#lp-slider img {width: 740px;}
#lp-slider .pagination {
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 10;
}
#lp-slider .pagination li {
	display: inline;
	margin-right: 5px;
}
#lp-slider .pagination li a {
	background: #999;
	display: inline-block;
	height: 12px;
	width: 20px;
}
#lp-slider .pagination li a:hover {
	background: #fff;
	border: 4px solid #999;
	height: 4px;
	width: 12px;
}
#lp-slider .pagination li.current a {
	background: #fff;
	border: 1px solid #999;
	height: 10px;
	width: 18px;
}
/*********************************************************************************************************/
/* Product Description PAge														     */
/*********************************************************************************************************/
.display-box {position: relative;}
.display-pic {
	float: left;
	text-align: center;
	position: relative;
}
.display-pic > a {margin: 0 auto;}
#item-image-thumbnails {float: left;}
#item-image-thumbnails a {
	float: left;
	margin: 0 10px 0 0;
	background: white;
	display: block;
	width: 100px;
	height: 100px;
}
#item-image-thumbnails a img {
	margin: 0 auto;
	vertical-align: middle;
}
#item-image-thumbnails .thickbox-gallery {	display: none;}
/* Image carousel */
#item-image-thumbnails .jcarousel-clip {
	overflow: hidden;
	width: 440px;
}
#item-image-thumbnails .jcarousel-prev,
#item-image-thumbnails .jcarousel-next  {
	cursor: pointer;
	height: 20px;
	position: absolute;
	top: 65px;
	width: 20px;
}
#item-image-thumbnails .jcarousel-prev {
	background: url(images/page_prev.png) center center no-repeat;
	background-size: 20px 20px;
	right: -30px;
}
#item-image-thumbnails .jcarousel-next {
	background: url(images/page_next.png) center center no-repeat;
	background-size: 20px 20px;
	right: -55px;
}
#item-image-thumbnails .jcarousel-prev-disabled,
#item-image-thumbnails .jcarousel-next-disabled {
	cursor: not-allowed;
	opacity: 0.1;
}
/* Recommended items */
#item-recommendations-wrap .jcarousel-prev,
#item-recommendations-wrap .jcarousel-next  {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	cursor: pointer;
	height: 30px;
	position: absolute;
	top: 145px;
	width: 30px;
}
#item-recommendations-wrap .jcarousel-prev {
	background: url(images/page_prev.png) 6px center no-repeat;
	background-size: 25px 25px;
	left: -30px;
	padding: 5px 8px 4px 0;
}
#item-recommendations-wrap .jcarousel-next {
	background: url(images/page_next.png) 8px center no-repeat;
	background-size: 25px 25px;
	right: -30px;
	padding: 5px 8px 4px 0;
}
#item-recommendations-wrap .jcarousel-prev-disabled,
#item-recommendations-wrap .jcarousel-next-disabled {
	cursor: default;
	opacity: 0;
}
#item-recommendations-wrap .jcarousel-prev:hover {
	background: #e5e5e5 url(images/page_prev.png) 6px center no-repeat;
	background-size: 25px 25px;
}

#item-recommendations-wrap .jcarousel-next:hover {
	background: #e5e5e5 url(images/page_next.png) 8px center no-repeat;
	background-size: 25px 25px;
}
#fullscreen {
	background: #eee url(images/fullscreen2.png) center center no-repeat;
	background-size: 30px 30px;
	border: 1px solid #788388;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	margin: 15px 0 35px 16px;
	width: 30px;
}
#fullscreen:hover {
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2); /* IE 9 */
	-webkit-transform: scale(1.2,1.2); /* Safari and Chrome */
}
.product-information {
	float: right;
	width: 440px;
}
.product-information .item-sku {margin: 0.5em 0 0;}
.product-information .price{
	font-size: 1.3em;
	line-height: 1.2em;
}
.product-information  .price-retail,
.product-information .price-our,
.product-information .price-onsale,
.product-information .price-ousave {padding-right: 20px;}
.product-information .price-reward {display: inline-block;}
.product_variants ul {
	line-height: 2em;
	list-style: none;
}
.product-information .price-reward a {
	color: #222;
	font-weight: normal;
}
.display-info li {
	border-bottom: 1px solid #30597C;
	border-top: 1px solid #6f9bc0;
}
.display-buy:after {
	content: ".";
	visibility: hidden;
	height: 1px;
	display: block;
	clear: both;
}
.display-buy p { line-height: 20px;}
.display-buy-btns input[name*="qty"] {margin-right: 15px;}
input[name*="qty"] {
	margin: 0px;
	width: 40px;
}
.display-buy-btns .buy {
	margin-left: 15px;
	vertical-align: middle;
}
.rating-box {margin: 10px 0px;}
.rating-box .reviews-stars {
	display: inline;
	padding: 10px 0px 10px 100px;
}
#regular-price {float:left;}
#volume-price {float:right;}
.display-price {
	background: url(images/th-display-infobox1-star.png) no-repeat;
	color: #B22222;
	display: none;
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	height: 51px;
	letter-spacing: -1px;
	line-height: 51px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 25px;
	width: 85px;
}
.price-our {font-weight: bold;}
.price-onsale {
	color: #9d3517 !important;
	display: inline-block;
	font-weight: bold;
}
.display-box p {margin: 0; }
#currency_change { color: #333; }
.display-details {
	background: white url(images/th-display-infobox2-back.png) repeat-y top left;
	margin: 10px 0;
	position: relative;
	width: 560px;
}
.display-details h4 {
	border-bottom: 1px solid #30597C;
	color: #30597C;
	font-weight: normal;
	margin: 2px 0 10px;
}
.display-details-in {
	background: url(images/th-display-infobox2-top.png) no-repeat top left;
	padding: 10px;
}
.display-details-btm {
	background: url(images/th-display-infobox2-btm.png) no-repeat bottom left;
	height: 9px;
}
.display-details-tabs {
	background: white;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
.display-details-tabs li {
	background: url(images/th-display-tab2-right.png) no-repeat bottom right;
	float: left;
	margin: 0 1px;
	padding: 0;
}
.display-details-tabs a {
	background: url(images/th-display-tab2-left.png) no-repeat bottom left;
	float: left;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 0;
	text-decoration: none;
}
.display-details-tabs li.active-tab,
.display-details-tabs li:hover {
	background: url(images/th-display-tab1-right.png) no-repeat bottom right;
	float: left;
	margin: 0 1px;
	padding: 0;
}
.display-details-tabs li.active-tab a,
.display-details-tabs li:hover a {
	background: url(images/th-display-tab1-left.png) no-repeat bottom left;
	float: left;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 10px 10px 0;
	text-decoration: none;
}
.bookmarks {width: 300px;}
#item-thumbnails {
	overflow: hidden;
	text-align: left;
}
#item-thumbnails a {display: block;}
.variant_text_input {width: 100px;}
.product-description p {
	margin: 15px 0;
	line-height: 1.4em;
}
#solid-accordion ul {list-style: none;}
#solid-accordion h3 {cursor: pointer;}
#solid-accordion h3 + div {
	display: none;
	margin-top: 1em;
}
#solid-accordion h3 img {
	height: 12px;
	margin: 0 5px -1px 0;
}
#solid-accordion h3 img:last-child {display: none;}
#solid-accordion h3:first-child + div {display: block;}
#solid-accordion h3:first-child img:first-child {display: none;}
#solid-accordion h3:first-child img:last-child {display: inline;}
/* Review votes */
a.review-vote {
	cursor: pointer;
	color: #888;
	text-transform: capitalize;
}
a.review-vote-yes {
	font-weight: normal;
	padding: 0px 3px;
	background: none;
}
a.review-vote-yes:hover {color: #222;}
a.review-vote-no {
	padding: 0px 3px;
	background: none;
}
a.review-vote-no:hover {color: #222;}


/* PDP with tabs */
#pdp-tabs #item-image-thumbnails .jcarousel-clip {
	overflow: hidden;
	width: 320px;
}
#pdp-tabs .product-information {width: 560px;}
/*******************************************************************************

	Shopping Cart Pages

********************************************************************************/
.cart {margin-top: 20px;}
.cart-itemname {font-weight: bold;}
.cart-link-editcart {margin: 10px auto; }
/* Items Added To Cart */
.cart-items-added {
	background: #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	position: relative;
	float: left;
	width: 170px;
	margin-right: 10px;
	padding: 10px;
}
.cart-items-added p {
	margin: 5px 0;
	text-transform: capitalize;
}
.cart-items-added-upsell {	float: left;}
.cart-justadded-info {margin: 0;}
.cart-itemsincart-info {
	border-top: 1px solid #fff;
	margin: 0;
}
.cart .thumbs-box {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow: 1px 1px 2px 0 #e5e5e5;
	padding: 15px 10px 0 10px;
	width: 740px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;}
.cart .thumbs-box .thumb {	margin: 2px;}
/*******************************************************************************

	Checkout

********************************************************************************/
/* Shipping */
.multiple-shipping-page .cart-lines-wrap {margin-top: 10px;}
.multiple-shipping-page .cart-line .split-box {
	display: none;
	margin-bottom: 10px;
}
.multiple-shipping-page .cart-line .split-box label {padding-top: 0px;}
.multiple-shipping-page .cart-line .split-box .split-input {width: 40px;}

.checkout-methods {
	margin: 20px auto 0;
	width: 600px;
}
.cstdetails {width: 290px;}
.cstdetails .formgroup {
	background: white url(images/grad1-btm.gif) repeat-x bottom;
	padding: 10px 0 10px 10px;
}
.payment .formgroup {
	left: 60px;
	position: relative;
	width: 400px;
}
.edit-payment-box {width: 450px;}
.prod-table {
	background: white url(images/grad1-btm.gif) repeat-x bottom;
	border: 1px solid silver;
	margin: 20px auto;
	width: 650px;
}
.prod-table tr td div {	overflow: hidden;}
.prod-table tr td div img {
	float: left;
	margin: 0 15px 0 0;
}
.prod-table p {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.prod-table p span {font-weight: normal;}
.prod-table td, .prod-table th {padding: 5px;}
.prod-table tr:first-child {text-align: center;}
.prod-table th {
	background: url(images/grad1-btmthin.gif) repeat-x bottom;
	border-bottom: 2px solid #FFA500;
}
.prod-table td {
	background: url(images/grad1-tophalo.gif) repeat-x top left;
	background-position: 280px 0px;
	border-bottom: 1px solid #DDD;
}
.prod-table tr:hover td {background: #ADD8E6;}
.prodrow-subtotal td, .prodrow-subtotal th {
	background: transparent;
	border: none;
	border-top: 1px solid #eeeeee;
	font-weight: bold;
	vertical-align: top;
}
.prodrow-subtotal td p {
	margin: 0;
	padding: 0 0 10px 0;
}
.prodrow-total td, .prodrow-total th {
	background: transparent;
	border: none;
	border-top: 1px solid #DDD;
	color: tomato;
	font-weight: bold;
}
.prodrow-total th, .prodrow-subtotal th {text-align: right;}
.checkout-enteremail {
	font-weight: normal;
	text-align: center;
}
.checkout-enteremail input {width: 200px;}
.checkout-btn {
	float: right;
    font-size: 0.85rem;
	padding: 15px 30px;
}
#additional-checkout-options td {
	background: none;
	padding: 0 1.5em 0 0;
}
#additional-checkout-options td a img {vertical-align: middle;}
/**/
.checkout-box {
	float: left;
	width: 70%;
}
.sidebar_summary {
	margin-top: 35px;
	float: right;
	width: 27%;
}
.opc_wrap .sidebar_summary {margin-top: 10px;}
#checkout-summary-box-loading {margin: 90px 0 0 105px;}
#checkout-summary-box {
	background: #f3f3f3;
	/*border: 2px solid #f3f3f3;*/
	padding: 7%;
	width: 86%;
}
#checkout-summary-box h3 {margin-bottom: 10px;}
#checkout-summary-box .csb-item-wrap {
	max-height: 300px;
	overflow: auto;
}
#checkout-summary-box .csb-item {
	border-top: 1px solid #fff;
	padding: 10px 0;
}
#checkout-summary-box .csb-item img {
	float: left;
	/*height: 70px;*/
	width: 35%;
}
#checkout-summary-box .csb-item .csb-item-info {
	float: right;
	width: 60%;
}
#checkout-summary-box .csb-item .csb-item-info .csb-item-qty {
	float: right;
	margin-top: 10px;
}
#checkout-summary-box .csb-item .csb-item-info .csb-item-sku {
	color: #bbb;
	display: block;
}
#checkout-summary-box .total-info {
	border-top: 1px solid #fff;
	width: 100%;
}
#checkout-summary-box .total-info td {
	padding: 10px 0 0 0;
	text-align: right;
}
.checkout-thank-you {
	background: url(../../toolkit/autocomplete/loading/2.gif) no-repeat left top;
	float: right;
	padding: 8px 8px 8px 40px;
}
.fake-spinner {
	background: url(../../toolkit/autocomplete/loading/2.gif) no-repeat left top;
	width: 0px;
	height: 0px;
}
/*******************************************************************************

	Payments

********************************************************************************/
#wallet td {padding: 2px;}
.wallet_card input,
.wallet_echeck input {border: 1px solid #ccc;}

.cc-icons{
    background: url(images/smlcreditcards.png) no-repeat;
    background-position: -160px 0px;
    display: inline-block;
    height: 13px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.cc-number-field {
    position: relative;
}
.cc-number-field .cc-icons{
    bottom: 8px;
    position: absolute;
    right: 15px;
}
.cc-icons.V{
    background-position: 0px 0px;
}
.cc-icons.MC{
    background-position: -20px 0px;
}
.cc-icons.AE{
    background-position: -40px 0px;
}
.cc-icons.JCB{
    background-position: -80px 0px;
}
.cc-icons.D{
    background-position: -100px 0px;
}
.cc-icons.DC{
    background-position: -120px 0px;
}
.cc-icons.SW{
    background-position: -160px 0;
}
.cc-icons.S{
    background-position: -140px 0px;
}
/* Gift Card and Coupon code boxes */
.gc-cc-add {
	background: #f3f3f3;
	float: left;
	padding: 1%;
	margin-right: 0.3%;
	width: 47.6%;
}
.gc-cc-add h4 {cursor: pointer;}
.gc-cc-add h4.closed {
	background: url(images/arrow.png) right center no-repeat;
	background-size: 15px 15px;
}
.gc-cc-add h4.closed.opened {
	background: url(images/arrow-down.png) right center no-repeat;
	background-size: 15px 15px;
}
.gc-cc-add .gc-cc-add-cnt {
	display: none;
	padding-bottom: 1%;
}
#payment .paypal-checkout{
	float: right;
}
.paypal-checkout,
.paypal-checkout{
    width:200px;
}
/*.owned-gc {
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
	margin-right: 30px;
	max-width: 600px;
}*/
/*******************************************************************************

	Account

********************************************************************************/
.account-links {
	display: block;
	height: auto;
	list-style: none;
	margin: 15px 0;
}
.account-links li {
	margin: 4px 0;
	padding: 0;
}
.account-links h4 {margin: 0 0 5px 0;}
.account-menu {
	background: #f3f3f3;
	border-top: 5px solid #000;
	padding: 10px;
	width: 170px;
}
.account-menu li a {text-decoration: none;}
.account-content {width: 755px;}
.account-content.recent-items {
	margin-right: -45px;
	width: 800px;
}
.view-all-orders-btn {
	display: block;
	padding: 5px;
}
.account-gift-certificates .gc-code {padding-right: 20px;}
.wallets-container {width: 450px;}
/*******************************************************************************

	RMA

********************************************************************************/
.rma-confirmation .va-top {vertical-align: top;}
/*******************************************************************************

	FAQ

********************************************************************************/
.faq-list  {margin: 0 10px;}
.faq-list ol {margin-left: 20px;}
.faq-list li {padding: 2px 0;}
.faq-answers  {
	margin: 40px 0 0 0;
	padding: 0 20px 0 10px;
}
.faq-answers h2 {font-size: 1em;}
.faq-answers p {
	margin: 0;
	padding: 10px 0 0 15px;
}
.faq-answers hr {margin-bottom: 2em;}
/*******************************************************************************

	Gift registry

********************************************************************************/
#registry-main {
	border-right:1px solid #e5e5e5;
	width: 740px;
	padding-right: 30px;
	clear: none !important;
	float: left;
}
.registry-item form {margin: 0;}
.registry-image {
	float: right;
	text-align: center;
	width: 160px;
}
.registry-actions {
	float: left;
	width: 400px;
	margin: 0 5px 0 0;
	overflow: visible;
}
.registry-actions table {
	border-right: 0px solid #ddd;
	padding-right: 5px;
	width: 100%;
}
.registry-actions th {
	text-align: left;
	background: #f3f3f3;
}
.registry-actions th, .registry-actions td {padding: 2px 4px;}
.registry-actions select {width: 200px;}
.registry-control {float: right !important;}
.registry-search-box {width: 450px;}
#registry-search-table {
	width: 100%;
	margin: 0 0 20px 0;
}
#registry-search-table th {text-align: left;}
.coregistrant-box {width: 362px;}
textarea[name="registry[description]"] {
	margin-top:10px;
	width:500px;
}
.whatisthis {
	font-size: 12px;
	margin-left: 10px;
}
#wishlist-index-table {
	width: 100%;
	margin: 0 0 20px 0;
}
#wishlist-index-table th {text-align: left;}
#wishlist-list-table {
	width: 100%;
	margin: 0 0 20px 0;
}
#wishlist-list-table th {text-align: left;}
#wishlist-list-table td {
	vertical-align: top;
	border-bottom: 1px solid silver;
	padding: 10px 0;
}
#wishlist-list-table td a {margin: 0 0 5px 0;}
.wishlist-edit-box {width: 450px;}
.wishlist-page .created-box {padding: 9px 0 0 10px;}
#giftreg-index-table {
	width: 100%;
	margin: 0 0 20px 0;
}
#giftreg-index-table th {text-align: left;}
#giftreg-form-table {width: 100%;}
#giftreg-form-table td {
	width: 50%;
	padding-right: 10px;
}
.gift-reg-value {
	float: right;
	margin-top: 3px;
	width: 50%;
}
.sm-txt {font-size: 10px;}
#giftreg-list-table {
	width: 100%;
	margin: 0 0 20px 0;
}
#giftreg-list-table th {	text-align: left;}
#giftreg-list-table td {
	vertical-align: top;
	border-bottom: 1px solid silver;
	padding: 10px 0;
}
#giftreg-list-table td a {margin: 0 0 5px 0;}
#giftreg-message {padding: 20px;}
.giftreg-info {margin-left: 20px;}
#thankyou-table {
	width: 100%;
	margin: 0 0 20px 0;
}
#thankyou-table th {text-align: left;}
#thankyou-table td {
	vertical-align: top;
	border-bottom: 1px solid silver;
	padding: 10px 0;
}
#thankyou-table td a {margin: 0 0 5px 0;}
/* ---------------------------- Thumbnails  -------------------------------*/
.thumb-simple {
	background: white url(images/grad1-btmhalo.gif) no-repeat bottom right;
	border: 1px solid #EEE;
	border-bottom: 1px solid silver;
	float: left;
	margin: 5px;
	overflow: hidden;
	position: relative;
	width: 170px;
}
.thumbs-wrap {width: 800px;}
.thumb {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	float:left;
	margin: 10px;
	/*width: 235px; was */
	width: 220px;
	/*overflow:hidden;*/
	text-align: left;
}
.thumb .thumb-top {
	overflow: hidden;
	padding: 8px;
	position: relative;
}
.thumb .thumb-img {
	clear: both;
	display: block;
}
.thumb .thumb-content {
	height: 180px;
	padding: 5px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.thumb .thumb-name {
	line-height: 14px;
	margin: 0;
}
.thumb .thumb-name a {
	text-decoration: none;
	text-transform: uppercase;
}
.thumb .thumb-name .brand {
	color: #555;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}
.thumb .thumb-name .model {
	color: #222;
	display: block;
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 5px;
}
.thumb .thumb-sku {margin: 0;}
.thumb .thumb-descr {
	color: #808080;
	margin: 5px 0;
	padding-bottom: 4px;
	display:block;
	height: 22px;
	line-height: 13px;
	overflow: hidden;
}
.thumb .prices-wrap {
	bottom: 10px;
	left: 0px;
	position: absolute;
}
.thumb .thumb-retail {
	color: gray;
	font-size: 1.1em;
	margin: 0;
	padding-bottom: 10px;
}
.thumb .thumb-price {
	color: #222;
	display: inline-block;
	margin: 0;
}
.thumb .thumb-price strong {color: #222;}
.thumb .thumb-onsale {color: #7C332A;}
.thumb .thumb-onsale strong {color: #7C332A;}
.thumb .thumb-yousave {
	color: #4682B4;
	display: block;
	margin: 0;
}
.thumb .thumb-rating {
	margin: 5px 0 0 0;
	padding: 0;
}
.thumb .thumb-actions {
	bottom: 10px;
	left: 0;
	position: absolute;
	width: 220px;
}
.thumb .thumb-actions li {
	display: inline;
	float: left;
	line-height: 16px;
	margin: 2px 2px 0 0;
	padding: 0;
}
/* Thumb Grid
------------ */
.thumbs-grid-wrap { width: 740px; }
.thumb-grid {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	margin: 10px;
	/*overflow: hidden;*/
	position: relative;
	text-align: left;
	width: 128px;
}
.thumb-grid .thumb-top {
	overflow: hidden;
	padding: 8px;
	position: relative;
}
.thumb-grid .thumb-img {
	clear: both;
	display: block;
	height: 128px;
	width: 128px;
}
.thumb-grid .thumb-img img {
	height: 128px;
	width: 128px;
}
.thumb-grid .thumb-content {
	height: 160px;
	padding: 5px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.thumb-grid .thumb-name {
	line-height: 14px;
	margin: 0;
}
.thumb-grid .thumb-name a {
	text-decoration: none;
	text-transform: uppercase;
}
.thumb-grid .thumb-name .brand {
	color: #555;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}
.thumb-grid .thumb-name .model {
	color: #222;
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 5px;
}
.thumb-grid .thumb-sku { margin: 0; }
.thumb-grid .thumb-descr {
	color: #808080;
	display: block;
	height: 22px;
	line-height: 13px;
	margin: 5px 0;
	overflow: hidden;
	padding-bottom: 4px;
}
.thumb-grid .prices-wrap {
	bottom: 10px;
	left: 0px;
	position: absolute;
}
.thumb-grid .thumb-retail {
	color: gray;
	font-size: 0.9em;
	margin: 0;
	padding-bottom: 0px;
}
.thumb-grid .thumb-price {
	color: #222;
	display: inline-block;
	font-size: 1.1em;
	margin: 0;
}
.thumb-grid .thumb-price strong { color: #222; }
.thumb-grid .thumb-onsale {
	color: #7C332A;
	display: block;
}
.thumb-grid .thumb-onsale strong { color: #7C332A; }
.thumb-grid .thumb-yousave {
	color: #4682B4;
	display: block;
	margin: 0;
}
.thumb-grid .thumb-rating {
	margin: 5px 0 0 0;
	padding: 0;
}
.thumb-grid .thumb-actions {
	bottom: 10px;
	left: 0;
	position: absolute;
	width: 128px;
}
.thumb-grid .thumb-actions li {
	display: inline;
	float: left;
	line-height: 16px; /*border-right: 1px solid gray;*/
	margin: 2px 2px 0 0;
	padding: 0;
}
/* THUMB SOLID

--------------*/
.thumb-solid {
	background: #f3f3f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin: 2px;
	padding: 10px;
	/*overflow: hidden;*/
	position: relative;
	text-align: left;
	width: 242px;
}
.thumb-solid .thumb-img {
	clear: both;
	display: block;
	height: 222px;
	width: 222px;
}
.thumb-solid .thumb-img img {
	height: 222px;
	width: 222px;
}
.thumb-solid .thumb-content {
	height: 130px;
	padding: 5px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
.thumb-solid .thumb-name {
	line-height: 14px;
	margin: 0;
}
.thumb-solid .thumb-name a {
	text-decoration: none;
	text-transform: uppercase;
}
.thumb-solid .thumb-name .brand {
	color: #555;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
.thumb-solid .thumb-name .model {
	color: #222;
	display: block;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 5px;
}
.thumb-solid .prices-wrap {
	bottom: 10px;
	left: 0px;
	position: absolute;
}
.thumb-solid .thumb-retail {
	color: gray;
	font-size: 0.9em;
	margin: 0;
	padding-bottom: 0px;
}
.thumb-solid .thumb-price {
	color: #222;
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0;
}
.thumb-solid .thumb-price strong { color: #222; }
.thumb-solid .thumb-onsale {
	color: #7C332A;
	display: block;
}
.thumb-solid .thumb-onsale strong { color: #7C332A; }
.thumb-solid .thumb-yousave {
	color: #4682B4;
	display: block;
	margin: 0;
}
.thumb-solid .thumb-rating {
	margin: 5px 0 0 0;
	padding: 0;
}
.thumb-solid .thumb-actions {
	bottom: 10px;
	left: 0;
	position: absolute;
	width: 128px;
}
.thumb-solid .thumb-actions li {
	display: inline;
	float: left;
	line-height: 16px; /*border-right: 1px solid gray;*/
	margin: 2px 2px 0 0;
	padding: 0;
}
/*

	Thumb grid end

*/
.thumb-brand .thumb-img {
	position: relative;
	overflow: hidden;
}
/*

	Thumb list

*/
.thumb-list {
	background: url(images/th-thumb-lite-back-large.png) repeat-y top left;
	float: left;
	margin: 5px;
	/*overflow: hidden;*/
	position: relative;
	text-align: left;
	width: 725px;
}
.thumb-list .thumb-top-list {
	background: url(images/th-thumb-lite-top-large.png) no-repeat top left;
	overflow: hidden;
	padding: 8px;
	position: relative;
}
.thumb-list .thumb-image-wrapper {
	float: left;
	text-align: center;
	width: 170px;
}
.thumb-list .thumb-image-wrapper p {
	font-size: .8em;
	margin: 0;
	padding: 0;
}
.thumb-list .thumb-btm {
	background: url(images/th-thumb-lite-btm-large.png) no-repeat bottom left;
	bottom: 0;
	height: 6px;
	left: 0;
	position: absolute;
	width: 725px;
}
.thumb-list .thumb-img {
	border: 1px solid #8CB8DC;
	clear: both;
	display: block;
	float: left;
	height: 150px;
	margin: 10px;
	text-align: center;
	width: 150px;
}
.thumb-list .thumb-content {
	float: left;
	margin: 15px 0 0 0;
	padding: 5px 0;
	position: relative;
	text-align: left;
	width: 530px;
}
.thumb-list .thumb-name {
	line-height: 14px;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-list .thumb-name a {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-weight: bold;
	text-decoration: none;
}
.thumb-list .thumb-sku { margin: 0; }
.thumb-list .thumb-descr {
	display: block;
	font-style: italic;
	line-height: 13px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.thumb-list .thumb-retail {
	color: gray;
	display: block;
	font-size: 1em;
	margin: 0;
	text-decoration: line-through;
}
.thumb-list .thumb-price {
	color: maroon;
	display: block;
	font-size: 1em;
	margin: .4em 0;
}
.thumb-list .thumb-price strong { color: #B22222; }
.thumb-list .thumb-onsale {
	background-color: #F9F9ED;
	border: 1px solid #F9F9ED;
	color: #7C332A;
	display: block;
	margin: 3px;
	padding: 2px;
	text-align: center;
	width: 160px;
}
.thumb-list .thumb-onsale strong { color: #7C332A; }
.thumb-list .thumb-yousave {
	color: #4682B4;
	display: block;
	font-size: 1em;
	margin: .4em 0;
}
.thumb-list .thumb-rating {
	margin: 5px 0;
	padding: 0;
}
.thumb-list .thumb-actions {
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.thumb-list .thumb-actions li {
	display: inline;
	float: left;
	line-height: 16px; /*border-right: 1px solid gray;*/
	margin: 2px 2px 0 0;
	padding: 0;
}
/* Thumb recommended*/
.thumb-rec {
	border-bottom: 0px;
	position: relative;
	float:left;
	width: 181px;
	overflow:hidden;
	margin: 5px;
	text-align: center;
}
.thumb-rec .thumb-img img {
	height: 150px;
	width: 150px;
}
.thumb-rec .thumb-name {
	height: 70px;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
}
.thumb-rec .thumb-content { height: 60px;}
.thumb-rec .thumb-content p {padding-bottom: 5px;}
.thumb-rec .thumb-retail {font-size: 0.9em;}
.thumb-rec .thumb-price {font-size: 1.2em;}
.thumb2 {
	border-bottom: 0px;
	position: relative;
	float:left;
	width: 180px;
	overflow:hidden;
	margin: 5px;
	text-align: center;
}
.thumb2 .thumb-name {
	height: 90px;
	margin-top: 10px;
	overflow: hidden;
}
.thumb2 .thumb-top {
	height: auto;
	padding: 8px;
}
.thumb2 .thumb-btm {background: url(images/th-thumb-dark-btm.png) no-repeat bottom left;}
.thumb2 p,
.thumb2 div {text-align: left;}
.thumb2 .thumb-content {height: auto;}
.thumb2 .thumb-content p.rating-stars {
	margin: 5px 0;
	padding: 0;
}
.thumb2 .thumb-retail {color: silver;}
.thumb2 .thumb-price {
	line-height: 1.5em;
	margin: 0;
}
.thumb2 .thumb-yousave {color: #ADD8E6;}
.thumb2 .thumb-actions {
	margin-top: 10px;
	position: static;
	width: 160px;
}
.thumb2 .btn-s {margin-right: 5px;}
#main-col .thumb2 .thumb-descr {display: block;}
.thumb-mid {
	background: white url(images/grad1-btm.gif) repeat-x bottom;
	border: 1px solid #ccc;
	float: left;
	height: 30em;
	margin: -1px 0 0 -1px;
	position: relative;
	text-align: center;
	width: 33.1%;
}
.thumb-mid .thumb-btm {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.thumb-mid .thumb-img {
	display: block;
	height: 150px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
.thumb-mid .thumb-img img {margin: auto;}
.thumb-mid .thumb-content {margin: 5px;}
.thumb-mid .thumb-name {
	height: 2.4em;
	line-height: 1.0em;
	margin: 5px;
	overflow: hidden;
}
.thumb-mid .thumb-name a {
	font-weight: bold;
	text-decoration: none;
}
.thumb-mid .thumb-retail {
	color: gray;
	display: block;
	margin: 0 2px;
	text-decoration: line-through;
}
.thumb-mid .thumb-price {
	color: maroon;
	display: block;
	margin: 0 2px;
}
.thumb-mid .thumb-price strong {color: #B22222;}
.thumb-mid .thumb-yousave {
	color: #4682B4;
	display: block;
	margin: 0 2px;
}
.thumb-mid .thumb-descr {
	height: 3.6em;
	line-height: 1.2em;
	overflow: hidden;
}
.thumb-mid .thumb-actions {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 158px;
}
.thumb-mid .thumb-actions li {
	display: inline;
	float: left;
	line-height: 16px;
	margin: 1px;
	padding: 0;
}
.thumb-wide {
	width: 49.8%;
	height: 250px;
	float: left;
	border-bottom: 1px solid #ccc;
	margin: -1px 0 0 -1px;
	position: relative;
}
.thumb-wide .thumb-top {padding: 4em 5px 5px 5px;}
.thumb-wide .thumb-img {
	display: block;
	float: left;
	height: 150px;
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
}
.thumb-wide .thumb-name {
	height: 2.4em;
	left: 5px;
	line-height: 1.2em;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.thumb-wide .thumb-name a {
	line-height: 1em;
	text-decoration: none;
}
.thumb-wide .thumb-name .brand {
	color: #555;
	font-weight: bold;
	margin-right: 5px;
	text-transform: uppercase;
}
.thumb-wide .thumb-name .model {color: #222;}
.thumb-wide .thumb-retail {
	color: gray;
	display: block;
	margin: 0 2px;
}
.thumb-wide .thumb-price {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 2px;
}
.thumb-wide .thumb-onsale {
	color: #7C332A;
	display: block;
}
.thumb-wide .thumb-yousave {
	color: #4682B4;
	display: block;
	margin: 0 2px;
}
.thumb-wide .thumb-descr {
	height: 5em;
	line-height: 1em;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.thumb-wide .thumb-actions {
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.thumb-wide .thumb-actions li {
	display: inline;
	float: left;
	line-height: 16px;
	margin: 1px;
	padding: 0;
}
.thumb-wide .add-to-wishlist,
.thumb-wide .added-to-wishlist {margin-left: 10px;}
.thumb-row {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	padding: 10px 0;
	width: 100%;
}
.thumb-row .thumb-btm {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.thumb-row .thumb-img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
.thumb-row .thumb-name a {text-decoration: none;}
.thumb-row .thumb-name .brand {
	color: #555;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.thumb-row .thumb-name .model {
	color: #222;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 5px;
}
.thumb-row .thumb-content {
	float: left;
	width: 350px;
}
.thumb-row .thumb-action {
	float: right;
	padding: 10px 10px 0 0;
	width: 180px;
}
.thumb-row .thumb-retail,
.thumb-row .thumb-price,
.thumb-row .thumb-onsale,
.thumb-row .thumb-yousave {
	font-size: 1em;
	line-height: 1.5em;
	padding-right: 20px;
}
.thumb-row .thumb-price {font-weight: bold;}
.thumb-row .thumb-onsale {
	color: #9d3517;
	font-weight: bold;
}
.thumb-row .price {font-size: 1.3em;}
/********************************************************************************

Thumb for Category

*********************************************************************************/
.thumb-cat {
	background: #fafafa;
	border-bottom: 0px;
}
.thumb-cat img {
	height: 204px;
	width: 204px;
}
.thumb-cat .thumb-name {
	font-weight: bold;
	padding: 5px 0;
}
.thumb-cat .thumb-content {
	height: 100px;
	padding: 5px 0px;
	overflow: auto;
}
.thumb-cat .thumb-content p {
	padding: 0px;
	margin: 0px;
}
#left-col .thumb, #left-col .thumb2 {
	float: none !important;
	margin: 0 auto 10px !important;
}
#left-col .thumb-actions {height: 20px;}
#left-col .thumb-descr,
#left-col .thumb-link-wishlist,
#left-col .thumb-yousave,
#left-col .thumb-retail {display: none !important;}
#right-col .thumb,
#right-col .thumb2 {
	float: none !important;
	margin: 0 auto 10px !important;
}
#right-col .thumb-descr,
#right-col .thumb-link-wishlist,
#right-col .thumb-yousave,
#right-col .thumb-retail,
#right-col .thumb-actions {display: none !important;}
.upsell .thumb-yousave {display: none;}
.our-price-sale {text-decoration: line-through;}
.sale-price-label {color: #028431;}
/*-------------- WL & GR -----------------*/
.myaccount-content, .registry-related-content {
	float: left;
	width: 100%;
}
.myaccount-content h1, .registry-related-content h1 {
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}
.myaccount-content, .registry-related-content .clear-btn {margin-top: 20px;}
#giftreg-index-table,
#giftreg-list-table,
#wishlist-list-table,
#registry-search-table,
#wishlist-index-table,
#thankyou-table {
	border: 0px solid red;
	border-collapse: separate;
	margin: 20px 0;
}
#giftreg-index-table thead th,
#giftreg-list-table thead th,
#wishlist-list-table thead th,
#registry-search-table thead th,
#wishlist-index-table thead th,
#thankyou-table thead th {
	background: #f3f3f3;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}
#giftreg-index-table tbody td,
#giftreg-list-table tbody td,
#wishlist-list-table tbody td,
#registry-search-table tbody td,
#wishlist-index-table tbody td,
#thankyou-table tbody td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
	vertical-align: middle;
}
#giftreg-index-table tbody td .co-registrant,
#giftreg-index-table tbody td .days-left,
#registry-search-table tbody td .co-registrant,
#registry-search-table tbody td .days-left {	color: #888;}
#giftreg-index-table tbody td.alignright,
#giftreg-list-table tbody td.pricenumber,
#giftreg-list-table tbody td.alignright,
#wishlist-list-table tbody td.pricenumber,
#wishlist-list-table tbody td.alignright,
#wishlist-index-table tbody td.alignright {text-align: right;}
#giftreg-list-table tbody td.qtynumber,
#wishlist-list-table tbody td.qtynumber,
#wishlist-index-table tbody td.qtynumber {text-align: center;}
a.inline-link {
	background: #555;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	margin-left: 0px;
	padding: 3px 5px;
	text-decoration: none;
}
a.inline-link:hover, .inline-btn:hover {
	background: #222;
	text-decoration: none;
}
.inline-btn, input.inline-btn {
	background: #555;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding: 3px 5px;
}
.delete-btn {
	background: #b51515;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding: 3px 5px;
}
a.delete {
	background: #b51515;
	color: #ffffff;
	text-decoration: none;
}
a.delete:hover {
	background: #cf2e2e;
	color: #eeeeee;
	text-decoration: none;
}
a.create-action, .action-button, input[type=button].action-button {
	background: #444;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 15px;
	text-decoration: none;
}
a.create-action:hover, .action-button:hover {
	background: #222;
	text-decoration: none;
}
input[type=button].action-button {background: #888;}
input[type=button].action-button:hover {background: #666;}
a.cartlink, .cartbtn {
	background: #5693c1;
	text-decoration: none;
}
a.cartlink:hover, .cartbtn:hover {
	background: #4080b0;
	text-decoration: none;
}
a.remove-link {
	float: right;
	margin-top: 20px !important;
}
#giftreg-form-table {
	border: none;
	border-collapse: separate;
	width: auto;
}
.form-line {
	clear: both;
	padding: 7px 10px;
}
.form-line .form-label {
	float: left;
	padding: 3px 0;
	width: 150px;
}
.form-line .form-field {
	float: left;
	padding: 3px 0 3px 10px;
	width: 350px;
}
div.title-line {
	background: #f3f3f3;
	border-radius: 3px;
	margin: 40px 0 10px;
	padding: 10px;
}
div.title-line h2 {
	color: #888;
	font-weight: normal;
	margin: 0px;
}
.hint {
	color: #888;
	font-size: 10px;
}
.actions-placeholder {
	border-top: 1px solid #ddd;
	clear: both;
	margin-top: 10px;
	padding: 10px;
}
/* GR search */
.show-search {
	display: block;
	padding-left: 5px;
}
/* Gift Registry tab */
.registry-tabs {
	margin: 20px 0;
	padding: 25px 5px 0;
	background: #f3f3f3;
	height: 26px;
	vertical-align: bottom;
}
.registry-tabs a {
	background:#e5e5e5;
	padding:12px 20px;
	border-radius:5px 5px 0 0;
	margin-top:28px;
	margin-left:5px;
	text-decoration:none;
}
.registry-tabs a.selected {
	background:#fff;
	border-radius:5px 5px 0 0;
	margin-top:28px;
	text-decoration:none;
}
.share-form{
	float:left;
	margin-right:20px;
	width:370px;
}
.social-share{
	float:left;
	width:340px;
}
.share-form h2,
.social-share h2 {
	 font-size:14px;
	 font-weight:normal;
	 margin-bottom:15px;
}
.input-block{
	background:#f3f3f3;
	padding:10px;
	margin:20px 0;
}
.input-block .form-line input[type=text],
.input-block .form-line textarea {width:320px;}
a.fb-share {
	background: #6a9adc url(images/facebook.png) center left no-repeat;
	border-radius: 5px;
	color: #fff!important;
	display: block;
	margin: 20px 0;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
}
a.tw-share {
	background: #cee9f3 url(images/twitter.png) center left no-repeat;
	border-radius: 5px;
	color: #2487c9!important;
	display: block;
	margin: 20px 0;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
}
a.gp-share {
	background: #eee url(images/gplus.png) center left no-repeat;
	border-radius: 5px;
	display: block;
	margin: 20px 0;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
}
.fb-share, .tw-share, .gplus-share {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.fb-share {
	border-top: 1px solid #eee;
	margin-top: 10px;
}
a.clear-results {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#giftreg-message {
	font-family: georgia, serif;
	font-size: 16px;
	font-style: oblique;
	padding: 10px;
	padding: 7px;
}
.congrats-message {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px;
}
.add-products{
	border:4px solid #eee;
	border-radius:3px;
	padding:10px;
	margin-bottom:10px;
	width:250px;
	float:left;
	margin-right:10px;
	height:85px;
}
.add-products h2,
.reg-share h2 {
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0px;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:8px;
	color:#888;
}
.add-products input.smlbtn {
	background: #555;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	padding: 3px 5px;
}
.reg-share {
	background: #f3f3f3;
	border: 4px solid #f3f3f3;
	border-radius: 3px;
	float: left;
	height: 85px;
	padding: 10px;
	width: 320px;
}
.reg-share a.email-share {
	background: #444;
	border-radius: 3px;
	color: #fff!important;
	float: left;
	height: 32px;
	line-height: 30px;
	margin-right: 5px;
	overflow: hidden;
	padding: 0px 15px;
	text-decoration: none;
}
.reg-share a.email-share:hover {
	background: #222;
	text-decoration: none;
}
.reg-share a.fb {
	background: url(images/facebook.png) top left no-repeat;
	float: left;
	height: 32px;
	margin-right: 5px;
	width: 32px;
}
.reg-share a.tw {
	background: url(images/twitter.png) top left no-repeat;
	float: left;
	height: 32px;
	margin-right: 5px;
	width: 32px;
}
.reg-share a.gp {
	background: url(images/gplus.png) top left no-repeat;
	float: left;
	height: 32px;
	width: 32px;
}
.reg-recent-viewed, .reg-recommended-items {
	background: #eee;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}
.reg-recent-viewed h2, .reg-recommended-items h2 {
	border-radius: 5px;
	color: #888;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	padding: 5px 0;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.reg-recommended-items .thumb, .reg-recent-viewed .thumb {
	background: #fff;
	border-bottom: 0px;
	border-radius: 3px;
	float: left;
	height: 200px;
	margin-right: 10px;
	margin-top: 15px;
	padding: 10px 5px;
	position: relative;
	width: 152px;
}
.reg-recent-viewed .thumb .thumb-actions, .reg-recommended-items .thumb .thumb-actions {
	bottom: 0px;
	padding-bottom: 10px;
	position: absolute;
	text-align: center;
	width: 152px;
}
.reg-recommended-items .thumb:last-child, .reg-recent-viewed .thumb:last-child {margin-right: 0px;}
.reg-recent-viewed .thumb .thumb-actions a.added-to-wishlist, .reg-recommended-items .thumb .thumb-actions a.added-to-wishlist {
	background: #788388;
	border-color: #ccc;
	float: none;
	margin-left: 0px;
	height: auto;
	text-indent: 0px;
	width: auto;
}
.reg-recent-viewed .thumb .thumb-actions a.added-to-wishlist:hover,
.reg-recommended-items .thumb .thumb-actions a.added-to-wishlist:hover {background: #646d72;}
.reg-recent-viewed .thumb a.thumb-img, .reg-recommended-items .thumb a.thumb-img {
	display: block;
	height: 120px;
	margin: auto;
	position: relative;
	width: 120px;
}
.reg-recent-viewed .thumb a.thumb-img img, .reg-recommended-items .thumb a.thumb-img img {
	bottom: 0px;
	height: 120px;
	left: 0px;
	position: absolute;
	width: 120px;
}
.reg-recent-viewed .thumb a.likebtn, .reg-recommended-items .thumb a.likebtn {
	background: #555;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	margin-left: 0px;
	padding: 3px 5px;
	text-decoration: none;
}
/*confirm page*/
.registrant-info {
	border: 8px solid #eee;
	float: left;
	margin: 15px 10px 15px 0;
	padding: 10px;
	width: 240px;
}
.co-registrant-info {
	border: 8px solid #eee;
	float: left;
	margin: 15px 0;
	padding: 10px;
	width: 240px;
}
.shipping-before-after {
	border: 8px solid #eee;
	float: left;
	margin: 0px 10px 15px 0;
	padding: 10px;
	width: 240px;
}
.shipping-before-after h3,
.list-greeting-data h3,
.thankyou-data h3,
.registrant-info h3,
.co-registrant-info h3 {
	border-bottom: 1px dotted #ccc;
	color: #444;
	font-size: 14px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.list-greeting-data {
	font-family: georgia, serif;
	font-size: 16px;
	font-style: oblique;
}
.cat-ajax-bullet {
	margin-right: 0px;
	margin-top: 0px;
}
/* AUTHENTIFICATION */
.auth-box-lf {
	float: left;
	width: 440px;
}
.auth-box-rf {
	border-left: 1px solid #e5e5e5;
	float: right;
	padding-left: 20px;
	width: 465px;
}
.auth-box-lf button,
.auth-box-rf button {margin: 15px 0;}
.auth-box-lf input,
.auth-box-rf input {width: 400px;}
.checkout-box .auth-box-lf input[type="checkbox"],
.checkout-box .auth-box-rf input[type="checkbox"],
.auth-box-lf input[type="checkbox"],
.auth-box-rf input[type="checkbox"] {width: auto;}
.checkout-box .auth-box-lf {width: 48%;}
.checkout-box .auth-box-rf {
	border-left: 1px solid #e5e5e5;
	padding-left: 2%;
	width: 48%;
}
.checkout-box .auth-box-lf input,
.checkout-box .auth-box-rf input {width: 270px;}
/* SHOPPING CART */
table.shopping-cart {width: 100%;}
table.shopping-cart ul {list-style: none;}
table.shopping-cart th {padding: 3px 10px 3px 0px;}
table.shopping-cart tbody tr td {vertical-align: top;}
.no-shipping-plugin {
	text-align: left;
	width: 300px;
	vertical-align: middle;
}
.no-shipping-plugin label {
	display: inline-block;
	padding-right: 5px;
}
.no-shipping-plugin select {width: 151px;}
.cart-table .item-row td {vertical-align: top;}
.cart-table .item-image-wrap {
	height: 110px;
	width: 110px;
}
.cart-table .item-image-wrap img {width: 100px;}
.cart-table .item-sku {
	font-weight: normal;
	margin-top: 1em;
}
.cart-actions-table {border-top: 0px;}
/* SPECIAL INSTRUCTIONS TEXTAREA */
textarea[name="customer_notes"] {width: 98.5%;}
/* CHECKOUT STEPS */
#checkout-steps {
	font-family: 'Oswald','Cantarell';
	width: 100%;
}
#checkout-steps:after {
	content: '';
	clear: both;
	display: block;
}
.checkout-step {	margin-bottom: 10px;}
#checkout-steps .checkout-step {
	border-bottom: 5px solid #eee;
	float: left;
	display: inline-block;
	text-align: center;
}
#checkout-steps .checkout-step a {
	color: #eaeaea;
	display: inline-block;
	font-size: 1.1em;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#checkout-steps .checkout-step.selected:not(.current) {border-bottom: 5px solid #222;}
#checkout-steps .checkout-step.selected a {
	color: #808080;
	font-weight: bolder;
}
#checkout-steps .checkout-step.selected a:hover {color: #222;}
#checkout-steps .checkout-step.current {border-bottom: 5px solid #222;}
#checkout-steps .checkout-step.current a {color: #222;}
/* "HOW TO FIND" BUTTON */
a.how-to-find {
	/*background: url(images/qm-icon.png) no-repeat;*/
	background: url(../../cvv_visa_disc_mc.gif) no-repeat;
	background-size: 47px;
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 47px;
}
/* "INFO" button*/
a.info-s {
	background: url(images/im-icon-s.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	vertical-align: middle;
	width: 15px;
}
.pay_with_existing_credit_card h4 label,
.pay_with_new_credit_card h4 label,
h4 label[for^="pay_paypal"]{
	display: inline-block;
	padding: 0px;
	vertical-align: middle;
}
.pay_with_existing_credit_card div.lf {padding: 0 25px;}
.pay_with_existing_credit_card .lf label {padding: 0;}
.pay_with_existing_credit_card .cvv_block {padding-left: 25px;}
.pay_with_existing_credit_card .cvv_block label {display: inline;}
/* SECURITY CODE SIZE */
input[name*="security_code"] {width: 40px!important;}
/* ACCOUNT CARD AND ADDRESS BOX */
.account-list-box {
	border: 2px solid #f3f3f3;
	float: left;
	padding: 10px;
	position: relative;
	margin: 0 15px 15px 0;
	width: 200px;
}
.account-list-box .button {font-size: 0.9em;}
.account-list-box.default-option {border: 2px solid #222;}
.account-list-box .expired-card {
	bottom: 0px;
	position: absolute;
}
.payment-methods-page .account-list-box  {
	height: 250px;
	width:210px;
}
.payment-methods-page .account-list-box .da-btn {width: 160px;}
.payment-methods-page .account-list-box .list-card-box {
	height: 175px;
	margin: 0 0 10px 0;
}
select[name="cc_exp_Month"],
select[name="cc_exp_Year"] {width: 90px;}
#addressbook-table {
	border-top: 1px solid #e5e5e5;
	width: 100%;
}
#addressbook-table p {margin: 0.5em 0;}
#addressbook-table tr {border-bottom: 1px solid #e5e5e5;}
#addressbook-table tr.default-address {border: 2px solid #000;}
#addressbook-table td {padding: 10px;}
#addressbook-table td.addressbook-actions {position: relative;}
#addressbook-table td.addressbook-actions .da-btn {
	margin-top: 10px;
	width: 160px;
}
#addressbook-table .cards-linked-to-wallet {
	height: 80px;
	overflow: auto;
}
.addressbook-edit-wrap {width: 450px;}

/* Download Data links */
.download-data-links{
	float: left;
	padding: 10px;
}
.download-data-links .file-img{
	background-image: url('images/files.png');
	background-size:cover;
	display: inline-block;
	height: 75px;
	vertical-align: bottom;
	width: 70px;
}
.download-data-links a{
	display: inline-block;
	vertical-align: bottom;
}


/* WISHLIST BUTTON */
.add-to-wishlist,
.added-to-wishlist {
	background: url(images/plusheart-small.png) no-repeat;
	display: inline-block;
	height: 26px;
	width: 26px;
}
.added-to-wishlist {background: url(images/thickheart-small.png) no-repeat;}
.wishlist-btn img {
	height: 26px;
	margin-right: 10px;
	width: 24px;
}
.ajax-wishlist-add-btn {margin-right: 10px;}
/* INFO TABLE */
table.info-table {
	border-top: 2px solid #000;
	width: 100%;
}
.info-table thead {background-color: #f3f3f3;}
.info-table td,
.info-table th {padding: 8px 5px;}
.info-table.vertical td {vertical-align: middle;}
.info-table th {
	color: #888;
	font-weight: normal;
	text-align: left;
}
.info-table tr {border-bottom: 1px solid #e5e5e5; /*was #f3f3f3*/}
.info-table tr.no-border {border: 0px;}
.info-table td.image img {vertical-align: middle;}
.info-table td.image1 img {position: absolute;}
.info-table.order-summary tr td:last-child {text-align: right;}
.info-table.order-summary .item-link {color: #222;}
.brand-thumb-top {
	background-color: #eee;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}
/*********************************************************************************************************/
/* REVIEWS																     */
/*********************************************************************************************************/
p.review-description {
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 1em;
	margin: 5px 0;
}
/* Chris: ECOM-5371 */
.review-media {
	margin-bottom: 20px;
}
.review-media .review-gallery {
	margin: 0 -10px;
}
.review-media .review-gallery .gallery-item {
	float: left;
	padding: 5px 10px;
	width: 150px;
}
.review-media .review-gallery .gallery-item img {
	max-width: 100%;
}
.review-media .review-gallery .gallery-item .review-delete-file {
	display: block;
	padding: 5px 0;
	text-align: center;
}

/*********************************************************************************************************/
/* BRANDS PAGE																     */
/*********************************************************************************************************/
#brands-list {
	background: #f3f3f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 10px;
}
#brands-list div {width: 100%;}
#brands-list .selected {
	color: #000;
	font-weight: bold;
}
#brands-list h4 {
	background: #fff;
	margin-bottom: 2px;
}
#brands-list ul {
	display: none;
	list-style: none;
}
#brands-list #brands-box {
	max-height: 550px;
	overflow: auto;
}
/*********************************************************************************************************/
/* CREDIT CARD ICONS															     */
/*********************************************************************************************************/
[class^="cc-icon-"],
[class*="cc-icon-"]{
	display: inline-block;
	width: 20px;
	height: 13px;
	line-height: 13px;
	vertical-align: text-top;
	background-image: url(images/smlcreditcards.png);
	background-position: -160px 0;
	background-repeat: no-repeat;
}
.cc-icon-visa, .cc-icon-v {background-position: 0 0;}
.cc-icon-master-card, .cc-icon-mc {background-position: -20px 0;}
.cc-icon-american-express, .cc-icon-ae {background-position: -40px 0;}
.cc-icon-maestro {background-position: -60px 0;}
.cc-icon-jcb {background-position: -80px 0;}
.cc-icon-discover, .cc-icon-d {background-position: -100px 0;}
.cc-icon-diners-club, .cc-icon-dc {background-position: -120px 0;}
.cc-icon-solo, .cc-icon-s {background-position: -140px 0;}
/*********************************************************************************************************/
/* REVIEWS STARS RATING															     */
/*********************************************************************************************************/
#stars-rating-box {margin: 5px 0 0 5px;}
#stars-rating-box a {
	background: url(images/stars.png) center left no-repeat;
	cursor: pointer;
	float: left;
	height: 20px;
	margin: 0px;
	padding-right: 3px;
	width: 20px;
}
#stars-rating-box a.star-hover {background-position: -30px 0;}
#stars-rating-box #stars-note {
	display: inline-block;
	padding: 4px 0px 0px 10px;
}
/*********************************************************************************************************/
/* ADDRESS VALIDATION															     */
/*********************************************************************************************************/
.suggested-address {
	background-color: #c8f0cc;
	border:  1px solid  #bee1c5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 10px;
	margin-bottom: 1em;
}
.manual-address {
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 10px;
}
/*********************************************************************************************************/
/* PASSWORD STRENGTH															     */
/*********************************************************************************************************/
#pass_str span,
#pass_match span {
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	padding: 7px 10px 7px 10px!important;
	position: absolute;
	right: -2px;
	top: -29px;
}
#pass_str,
#pass_match{
	position: relative;
	width: 410px;
}
.profile-page #pass_str,
.profile-page #pass_match{
	width: 360px;
}
/*********************************************************************************************************/
/* TIP TIP CSS		   															     */
/*********************************************************************************************************/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {padding-bottom: 5px;}
#tiptip_holder.tip_bottom {padding-top: 5px;}
#tiptip_holder.tip_right {padding-left: 5px;}
#tiptip_holder.tip_left {padding-right: 5px;}
#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
/*
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
*/
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {border-bottom-color: rgba(45,45,45,0.88);}
	#tiptip_holder.tip_top #tiptip_arrow_inner {border-top-color: rgba(20,20,20,0.92);}
}
/*********************************************************************************************************/
/* BLOG SEARCH FEED															     */
/*********************************************************************************************************/
#search-types {margin: 10px 0 20px;}
#search-types li {padding: 3px 8px;}
#search-types li.selected {
	background: #aaa;
	border-radius: 0.3em;
	color: #fff;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
}
#search-types li.selected a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.blog-feed .blog-post {
	border-bottom: 1px dotted #e5e5e5;
	padding: 10px 0;
}
.blog-feed .blog-post .post-img {
	background: #fff url(images/blog-na-img.png) top left no-repeat;
	border: 1px solid #e5e5e5;
	float: left;
	height: 70px;
	width: 70px;
}
.blog-feed .blog-post .post-content {margin-left: 85px;}
.blog-feed .blog-post .author {
	color: #aaa;
	font-size: .9em;
	margin: 3px 0;
}
.blog-feed .clear {clear: both;}
.blog-feed .pagination {
	font-size: .9em;
	margin-top: 15px;
}
/*********************************************************************************************************/
/*****************************************FIXES CSS*******************************************************/
a.thickbox img {
	display: block;
	margin: auto;
}
a.thickbox img.thick_thumbs {display: inline;}
#TB_window {min-width: 260px;}
div.checkout-btn {
	clear: right;
	padding: 5px 0 0 0;
	text-align: right;
}
div.checkout-btn span {
	display: block;
	padding: 0 70px 5px 0;
}
.thumb-result .highlight {
	background: #fff2c3 !important;
	color: black !important;
}
.dl1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dl1 li {
	float: left;
	margin: 0 1% 0 0;
	padding: 3px 0;
	width: 48%;
}
.dl1 li span {
	clear: both;
	font-weight: bold;
	overflow: hidden;
}
.dl1 li strong {
	clear: both;
	overflow: hidden;
}
.dl1 li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
.dl1 li hr {
	display: none;
}
/*********************************************************************************************************/
/* CMS */
/*********************************************************************************************************/
.cms-content-menu {
	background: #f3f3f3;
	border-top: 5px solid #000;
	padding: 5px 10px;
}
.cms-content-menu a {
	display: block;
	padding: 5px 0;
}