/*\*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*\*/
/*\																			    						\*/
/*\																			    						\*/		
/*\							             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 {
	 
	position: relative;
}
body, p, table { 
	color: #222; 
	font-family: Roboto, Arial, sans-serif;  
}
img { border: none;}
em { font-style: italic; }
strong { font-weight: 400; }
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;}
/*********************************************************************************************************/
/* MAIN ANCHOR						 											     */
/*********************************************************************************************************/
a {cursor: pointer;}
a,a:link {	color: #444; }
a:visited {	color: #444;}
a:hover {	color: #222;text-decoration: underline;}
a:active {	color: #222; outline: none; }
/*********************************************************************************************************/
/* HEADINGS						 											     */
/*********************************************************************************************************/
h1, 
h2, 
h3, 
h4 {text-transform: uppercase;}
h1 { 
	font-size: 1.6em; 
	line-height: 1.6em 
}
h2 { 
	font-size: 1.4em; 
	line-height: 1.4em
}
h3 { 
	font-size: 1.2em; 
	line-height: 1.3em;
}
h4 { 
	font-size: 1.0em; 
	line-height: 1.5em
}
h5 { font-size: .8em; }
h6 { font-size: .6em; }
p { 
	font-size: 1em; 
	margin: 1em 0; 
}

#footer ul {font-size: .85em;}
.side-box h3 {font-size: 1.1em;}
.category-tree a {font-size: 1em;}
.nav-strip {font-size: .9em;}
.tabbernav a {font-size: .9em;}

.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"], select{
	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;
	/* Fixes the webkit width problem */
	/*
	-webkit-box-sizing: content-box; 
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	*/
}
select{padding:4px 5px 6px;}
input.small {
	font-size: 0.6rem;
	padding: 5px 5px 5px 5px;
	font-size:.9em;
}
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,
select: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: 100%;}
.long-input-box input[type="radio"],
.long-input-box input[type="checkbox"] {width: auto;}
.long-input-box select{width: 100%;}
.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: 100%;}
.input350 input[type="radio"],
.input350 input[type="checkbox"] {width: auto;}
.input350 select{width: 100%;}
.input350 input[type="checkbox"]{width: auto;}
.input180 {width: 180px!important;}
.input160 {width: 160px!important;}
.select190 {width: auto!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;*/
	font-family: Yantramanav,sans-serif;
	color: #fff!important;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0px;
	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: 1.2em;
	padding: 3px 7px;
}
.button.small {
	font-size: 0.8em;
	line-height: 0.9em;
	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: #e95801;}
.button.orange:hover {background: #df5401;}
.button.black {background: #222222;}
.button.black:hover {background: #565656;}

.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 0px;
}
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(../../../store/solid/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: #fff url(../images/envelope.png) no-repeat center center;}
a.print {
	background: #fff 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;
	font-size: 10px;
	/*height: 10px;*/
	/*margin-bottom: -1px;*/
	/*width: 10px;*/
	text-transform: lowercase;
}
/* 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; }

body.smarty .error { margin: 30px 0 10px !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: #06641a;    
	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 {margin-left: 20px;}
.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: 500;}
.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;
}


#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;}
/*********************************************************************************************************/
/* CATEGORY TREE																     */
/*********************************************************************************************************/
.category-tree {
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.category-tree li { 
	border-bottom: 1px solid #ebebeb;
	margin: 0; 
	padding: 7px 0px; 
}
.category-tree li img.subbutton {padding-right: 10px;}
.category-tree li a {
	font-weight: normal;
	margin: 0;
	padding-left: 3px;
	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 15px;
	text-transform: capitalize;
}
.category-tree li li a {
	background: transparent !important;
	border-bottom: none !important;
	display: inline;
	font-weight: normal;
	margin: 3px;
	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(../../../store/solid/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(../../../store/solid/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 {
	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;
}
img#rss-icon {
	width: 20px;
	height: 20px;
	background: transparent url(../../../store/solid/images/rss-icon.gif) no-repeat 0 0;
}
img#rss-icon:hover {opacity: 0.5;}
#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(../../../store/solid/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(../../../store/solid/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: -13px;
	border: 10px solid #3b6087;
	border-top:0px;
	padding: 20px 10px; 
	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 {
	padding: 0 5px; 
	margin: 0 0 -10px 0; 
}
h4.item-tab-nav {
	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; 
	
}
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%;
	
}
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 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: 60px;
}
#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 {
	font-size:1.2em;
	display: block;
	height: 30px;
	line-height: 30px;
	letter-spacing: normal;
	padding: 0px;
	position: static;
	margin: 0 0 5px 0;
} 
#shopping-cart-container .scrolling-cart-items{
	max-height: 160px;
	overflow:auto;
}  
#shopping-cart-container table {font-size: 1em;} 
#shopping-cart-container table td{border-bottom:1px solid #eee;padding:5px 0;}
#shopping-cart-container .ajax-subtotal {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	text-align: right;
}
#shopping-cart-container table .item-image {
	margin-right: 10px;
	width: 40px;
}
#shopping-cart-container table input[name*="qty"] {width: 50px}
/*********************************************************************************************************/
/* 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; 
}
/* Category pages */
#category-image {max-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 { 
	width: 30%; 	
	float: left; 
	margin-right:3%;
}
.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; 
}
.nav-strip .nav-results {   
	text-align: right; 
	margin-bottom: 5px; 
	float: right; 
}
.nav-strip .nav-results form{display: inline;}
.nav-strip .nav-results span, .nav-strip .nav-results select { margin-right: 27px;}
.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(../../../store/solid/images/category/grid.png) no-repeat;}
.nav-strip .grid-view:hover {background: url(../../../store/solid/images/category/grid.png) top right no-repeat;}
.nav-strip .list-view {
	background: url(../../../store/solid/images/category/list.png) no-repeat;
	margin-left: 5px;
}
.nav-strip .list-view:hover {	background: url(../../../store/solid/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;
}
/*********************************************************************************************************/
/* 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 { 	
	text-align: center; 
	position: relative;
}
.display-pic > a {margin: 0 auto;}
#item-image-thumbnails {float: left;margin-top:20px;}
#item-image-thumbnails a { 
	float: left; 
	margin: 0 10px 0 0; 
	background: white;
	display: block;
	width: 105px;
	height: 105px;
}
#item-image-thumbnails a img {
	margin: 0 auto;
	vertical-align: middle;	
	max-width:105px;
	max-height:105px;
	
}
#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(../../../store/solid/images/page_prev.png) center center no-repeat;
	background-size: 20px 20px;
	right: -30px;
}
#item-image-thumbnails .jcarousel-next {
	background: url(../../../store/solid/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(../../../store/solid/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(../../../store/solid/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(../../../store/solid/images/page_prev.png) 6px center no-repeat;
	background-size: 25px 25px;
} 

#item-recommendations-wrap .jcarousel-next:hover {
	background: #e5e5e5 url(../../../store/solid/images/page_next.png) 8px center no-repeat;
	background-size: 25px 25px;
} 
#fullscreen {
	background: #eee url(../../../store/solid/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 {	
}
.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-yousave {padding-right: 10px;}    
.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;}
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 {text-align:center;}
#volume-price {}
.display-price {
	background: url(../../../store/solid/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(../../../store/solid/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(../../../store/solid/images/th-display-infobox2-top.png) no-repeat top left;
	padding: 10px;
}
.display-details-btm {
	background: url(../../../store/solid/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(../../../store/solid/images/th-display-tab2-right.png) no-repeat bottom right;
	float: left;
	margin: 0 1px;
	padding: 0;
}
.display-details-tabs a {
	background: url(../../../store/solid/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(../../../store/solid/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(../../../store/solid/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 

********************************************************************************/
.checkout-methods {
	margin: 20px auto 0;
	width: 600px;
}
.cstdetails {width: 290px;}
.cstdetails .formgroup {
	background: white url(../../../store/solid/images/grad1-btm.gif) repeat-x bottom;
	padding: 10px 0 10px 10px;
}
.payment .formgroup {
	left: 60px;
	position: relative;
	width: 400px;
}
.prod-table {
	background: white url(../../../store/solid/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(../../../store/solid/images/grad1-btmthin.gif) repeat-x bottom;
	border-bottom: 2px solid #FFA500;
}
.prod-table td {
	background: url(../../../store/solid/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;}
#additional-checkout-options td {
	background: none;
	padding: 0 1.5em 0 0;
}
#additional-checkout-options td a img {vertical-align: middle;}
/**/
.checkout-box {
	padding-top:30px;
	float:left;
	width:68%;
}
.sidebar_summary {
	margin-top: 35px;
	float:right;
	width:30%;
}
.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;}
/* Gift Card and Coupon code boxes */
.gc-cc-add {
	background:#e4eaef;
	padding:5px 10px;margin:5px 0 5px 15px;
	border-radius:5px;
}
.gc-cc-add h4 {cursor: pointer;color:#3b6087;}
.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%;
}
/*.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 {}
.account-menu li a {text-decoration: none;}
.account-content {}
.account-content.recent-items {
	
	
}
/* Download User Data */
.download-data-links{
	float: left;
	padding: 10px;
}
.download-data-links .fa-file-text-o{
	display: inline-block;
	font-size: 4rem;
	margin: 0 10px;
	vertical-align: bottom;
}
.download-data-links .button{
	display: inline-block;
	vertical-align: bottom;
}
.download-data-links .fa-download{
	font-size: 0.8rem;
	margin-right: 5px
}
/*******************************************************************************

	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;}
.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;}
#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;}
/*-------------- WL & GR -----------------*/
.myaccount-content, .registry-related-content {
	
}
.myaccount-content h1, .registry-related-content h1 {
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}
#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 {
	
}
div.title-line h2 {
	
}
.hint {
	color: #888;
	font-size: 10px;
	text-transform:none!important;
	line-height:.9em;
}
.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;
	border-bottom:8px solid #fff;
	height: 64px;
	vertical-align: bottom;
	background:#3b6087;
}
.registry-tabs a { 
	background:#e5e5e5;
	padding:12px 20px;
	border-radius:5px 5px 0 0;
	margin-top:28px;
	margin-left:5px;
	text-decoration:none;
	white-space:nowrap;
}
.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:1.4em;
	 font-weight:normal;
	 margin-bottom:15px;
	 color:#a093bc;
}
.box-ajax-invisible textarea, .box-ajax-invisible input[type=text]{
	width:100%;
}

.input-block{
	background:#f3f3f3;
	padding:10px;
	margin:20px 0;
}
.input-block .form-line input[type=text], 
.input-block .form-line textarea {width:100%;}
a.fb-share {
	background: #6a9adc url(../../../store/solid/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(../../../store/solid/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(../../../store/solid/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: 1.4em;
	text-align:center;
	margin-bottom: 10px;
	padding: 20px 0;
}
.add-products{
	border-radius:3px;
	padding:10px;
	margin:10px 5px;
	height:85px;
	background:#d2e5f4;
}
.add-products #lists-search{background:#fff;}
.add-products h2, 
.reg-share h2 {
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	text-transform:uppercase;
	font-size:1.2em;
	padding-bottom:8px;
	color:#8d9fb2;
}
.add-products input{box-shadow:none!important;}
.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 {
	height: 85px;
	padding: 10px;
	}
.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.email{background:#444;color:#fff;font-size:.9em;padding:1px 10px 3px;border-radius:3px;text-decoration:none;white-space:nowrap;}

.reg-share a.fb {
	background: url(../../../store/solid/images/facebook.png) top left no-repeat;
	float: left;
	height: 32px;
	margin-right: 5px;
	width: 32px;
}
.reg-share a.tw {
	background: url(../../../store/solid/images/twitter.png) top left no-repeat;
	float: left;
	height: 32px;
	margin-right: 5px;
	width: 32px;
}
.reg-share a.gp {
	background: url(../../../store/solid/images/gplus.png) top left no-repeat;
	float: left;
	height: 32px;
	width: 32px;
}
.reg-recent-viewed, .reg-recommended-items {
	border-radius: 3px;
	margin:0 -5px 10px;
	font-weight:bold;	
	
}
.reg-recent-viewed h2, .reg-recommended-items h2 {
	border-radius: 5px;
	color: #8d9fb2;
	font-weight: bold;
	margin: 30px 0 0px;
	border-top:1px solid #eee;
	padding: 30px 0 0;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size:1.4em;
}
.reg-recommended-items .thumb, .reg-recent-viewed .thumb {
	background: #fff;
	border-bottom: 0px;
	border-radius: 3px;
	float: left;
	height: 340px;
	/*
	margin-right: 10px;
	margin-top: 15px;
	padding: 10px;
	position: relative;
	width: 225px;*/
	width:24%;margin:0.5%;
	border-bottom:1px solid #ddd;
}
.reg-recent-viewed .thumb .thumb-actions, .reg-recommended-items .thumb .thumb-actions {
	bottom: 0px;
	padding-bottom: 10px;
	position: absolute;
	text-align: center;
	/*width: 215px;*/
	width:90%;
	
}
.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 {
	
}
.reg-recent-viewed .thumb a.thumb-img img, .reg-recommended-items .thumb a.thumb-img img {
	
}
.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: 4px; 
	margin-bottom:17px;       
}
/* AUTHENTIFICATION */
.auth-box-lf {
	
}
.auth-box-rf {
	border-left: 1px solid #e5e5e5;
	
	
}
.auth-box-lf button,
.auth-box-rf button {margin: 15px 0;}
.auth-box-lf input,
.auth-box-rf input {width: 100%;}
.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 {}
.checkout-box .auth-box-rf {
	border-left: 1px solid #e5e5e5;
	
}
.checkout-box .auth-box-lf input,
.checkout-box .auth-box-rf input {width: 100%;}
/* 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;}
/* SPECIAL INSTRUCTIONS TEXTAREA */
textarea[name="customer_notes"] {width: 100%;}
/* CHECKOUT STEPS */
#checkout-steps {
	font-family:Tahoma, Geneva, sans-serif;
	width: 100%;
	font-weight:normal;
}
.checkout-step {	margin-bottom: 10px;}
#checkout-steps div {
	border-bottom: 5px solid #ddd;
	float: left;
	display: inline-block;
	text-align: center;
}
#checkout-steps div a {
	color: #ddd;
	display: inline-block;
	font-size: .8em;	
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}
#checkout-steps div.selected:not(.current) {border-bottom: 5px solid #222;}
#checkout-steps div.selected a {
	color: #808080;
	font-weight: bold;
}
#checkout-steps div.selected a:hover {color: #222;}
#checkout-steps div.current {border-bottom: 5px solid #222;}
#checkout-steps div.current a {color: #222;}
/* "HOW TO FIND" BUTTON */
a.how-to-find {
	/*background: url(../../../store/solid/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(../../../store/solid/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 h4 label {display: inline;}
.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 */
/* 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 #aaa;border-radius:5px;}
.account-list-box .expired-card {
	bottom: 0px;
	position: absolute;
}
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 div.row {border-bottom: 1px solid #e5e5e5;padding: 10px;}
#addressbook-table div.default-address {border: 2px solid #000;}
#addressbook-table div.addressbook-actions {position: relative;}
#addressbook-table div.addressbook-actions .da-btn {
	margin-top: 10px;
/*	bottom: 10px;
	position: absolute;
	right: 10px;*/
}
/* WISHLIST BUTTON */
.add-to-wishlist,
.added-to-wishlist {
	display: inline-block;
	
}
.added-to-wishlist {}
.wishlist-btn img {
	height: 26px;
	margin-right: 10px;
	width: 24px;	
}
/* INFO TABLE */
table.info-table {
	
	width: 100%;
}
.info-table thead, .info-table th {background-color: #f3f3f3;border-top: 2px solid #888;}
.info-table td,
.info-table th {padding: 8px 5px;vertical-align: middle;}
.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;width:50px;}
.info-table td.image1{width:80px;}
.info-table td.image1 img {/*position: absolute;*/}
.info-table.order-summary tr td:last-child {text-align: right;}
.brand-thumb-top {
	
}
/*********************************************************************************************************/
/* 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;
}
/*********************************************************************************************************/
/* 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 {
	
}
/*********************************************************************************************************/
/* 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;height:30px;}
#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-x: -30px;}
#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: 8px 10px 8px 10px!important;
	position: absolute;
	right: 0px;
	top: -37px;
	font-size:.9em;
}
/*********************************************************************************************************/
/* 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(../../../store/solid/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;
}

.mezco-iframe-container {
	overflow: hidden;
  	position: relative;
}
.mezco-iframe-16by9 {
	padding-top: 56.25%;
}
.mezco-iframe-4by3 {
	padding-top: 75%;
}
.mezco-iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

@media (max-width: 767px){
	.checkout-btn {float: none !important;}
}