/*
reset
*/

/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
base styles
*/

body{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#757575;
	line-height:19px;
	letter-spacing:0.2px;
	padding:0px;
	margin:0px;		
	background-color:#ffffff;
	overflow-x:hidden;
}

/*
typeset
*/
@font-face {
	font-family: 'Metrophobic';
	src: url('https://silver-botanicals.com/assets/fonts/Metrophobic.eot');
	src: url('https://silver-botanicals.com/assets/fonts/Metrophobic.eot?#iefix') format('embedded-opentype'),
	url('https://silver-botanicals.com/assets/fonts/Metrophobic.svg#Metrophobic') format('svg'),
	url('https://silver-botanicals.com/assets/fonts/Metrophobic.woff') format('woff'),
	url('https://silver-botanicals.com/assets/fonts/Metrophobic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IcoMoon';
	src: url('https://silver-botanicals.com/assets/fonts/icomoon.eot');
	src: url('https://silver-botanicals.com/assets/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('https://silver-botanicals.com/assets/fonts/icomoon.svg#IcoMoon') format('svg'),
	url('https://silver-botanicals.com/assets/fonts/icomoon.woff') format('woff'),
	url('https://silver-botanicals.com/assets/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* glyph icons */
.iconb:before, .icona:after { font-family: 'IcoMoon'; content: attr(data-icon); }
.whead .iconb { margin: 2px 0 0 0; display: block; float:left; }
.iconb, .iconb:hover { font-weight: normal; }
[class*="button"]  [class*="icon-"]  { margin: 0px 0 -1px -2px;	float:left;  display: block; font-size: 14px; font-weight: normal; } 
[class*="button"] .dropdown-menu li a [class*="icon"] { margin-left: 0; }

[class^="icon-"], [class*=" icon-"] {
	font-family: 'IcoMoon';
	font-style: normal;
}

.icomoon:before { font-family: 'IcoMoon'; content: attr(data-icon); font-weight: normal; }

.amazon:before { content: "\e10d"; color:#FF9900; }

/* links */
a, a:visited{
	color:#565656; 
	text-decoration:none;
}
/*a:hover{
	color:#007838;
	text-decoration:underline;
}*/
a:hover {
	color:#007838;
	text-shadow: -2px 2px 15px #009143, 2px -2px 8px #9e9f9f;
	text-decoration: none;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}
a img{
	border:none
}
.imgcenter{
	margin:2px auto 15px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}
.imgopt{
	margin:-10px auto 15px auto;
	display:block
}

.imgleft{
	float:left; 
	margin:4px 18px 12px 0px;
}
.imgright{
	float:right; 
	margin:4px 0px 12px 15px;
}
hr {
	background-color:#dadada;
	border-width:0;
	color:#dadada;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
strong{font-weight:600;}

.italictext{
	font-size:16px;
	font-style:italic;
	color:#b9b9b9;
	line-height:22px;
	margin-bottom:20px;
}

/* Lists, Blockquotes and Paragraphs */
p{
	display:block;
	margin-bottom:15px;
}
ul, ol{	
	margin-bottom:10px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:20px;	
}
code{
	border-left:3px solid #d6d5d5;
	border-top:1px solid #d6d5d5;
	border-right:1px solid #d6d5d5;
	border-bottom:1px solid #d6d5d5;
  	background:#f8f8f8;
  	padding:7px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}

/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_big_right,.pullquote_big_left{
	color:#9c9c9c;
	float:right;
	font-size:24px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	float:left;
	font-size:30px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:3px;
	text-align:left;
	width:31px;
}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #555 1px 1px 2px;
	-moz-box-shadow: #555 1px 1px 2px;
	box-shadow: #555 1px 1px 2px;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 13px 0;
    color: #C24848;
    padding: 8px 10px 8px 37px;
background:/* #FFD6D6*/ url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/error.png) 12px 6px no-repeat;
/*    border: 1px solid #FFC2C2;*/
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
}
ul.arrow li{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
	overflow:hidden;
}
ul.checklist li{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/checklist.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.key li{
	background-image:url(https://silver-botanicals.com/assets/images/icons/icon-play.png) !important;
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.circle{
	list-style-type:none;
	margin:0px 0px 25px 0px;
	padding:0px;
	}
ul.circle li{
	line-height:18px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/circle.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding:4px 0px 4px 18px;
	margin:0px;
	}

ul.nolistblock li{
	padding:0px 0px 0px 0px !important;
	line-height:20px;
	display:inline-block;
	margin:0px 12px 0px 0px;
	background-image:none !important;
}
li.marginoff{margin-right:0px !important;}
ol li{
	list-style:decimal;
	line-height:24px;
	list-style-position:inside
}
blockquote{	
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-family:GosmickSans;
	font-style:italic;
	font-size:115%;
	padding-left:30px;
	/* float:left; */
}
.testimonial h6{
	font-family:GosmickSans;
}
.clear{clear:both;}
.center{text-align:center; margin-bottom:10px;}

/* heading */
h1{font-family:'Metrophobic',Arial,Tahoma,Verdana;font-size:31.8px;color:#4a4a4a;margin-bottom:22px;line-height:28px;font-weight:100;}
h2{font-family:'Metrophobic',Arial,Tahoma,Verdana;font-size:27.8px;color:#4a4a4a;margin-bottom:15px;line-height:26px;font-weight:100;}
h3{font-family:'Metrophobic',Arial,Tahoma,Verdana;font-size:21.8px;color:#4a4a4a;margin-bottom:13px;line-height:24px;font-weight:100;}
h4{font-family:'Metrophobic',Arial,Tahoma,Verdana;font-size:17.8px;color:#4a4a4a;margin-bottom:13px;line-height:18px;font-weight:100;}
h5{font-family:'Metrophobic',Arial,Tahoma,Verdana;font-size:15.8px;color:#4a4a4a;margin-bottom:10px;line-height:16px;font-weight:100;}
h6{font-family:'Metrophobic',Arial,Tahoma,Verdana;font-size:13.8px;color:#4a4a4a;margin-bottom:10px;line-height:16px;font-weight:100;}

/* text styled */
.boldtext-medium{font-size:12px; font-weight:bold; color:#c6c6c6}
.boldtext-strong{font-size:20px; font-weight:bold; color:#c6c6c6}
.price{font-size:36px; color:#7f7f7f; font-weight:bold}
.boxtitle-hosting{font-size:14px; color:#7f7f7f; font-weight:bold; padding:0px 0px 15px 0px; display:block; line-height:10px;}
.redtext{color:#c22127;}
small{font-size:11px;}


/* CONTAINER
------------------------------------------------------*/
#container{
	margin:0px auto;
	background:url(https://silver-botanicals.com/assets/images/template_elements/container_bg.png) top center repeat;
}
#top-container{
	width:1000px;
	margin:0px auto 0px auto;
	padding-top:10px;
	z-index:110;
}
#top-container-top{
	height:16px;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_header_top.png) top center no-repeat;
}
#top-container-inner{
	height:180px;
	padding:0px 0px 0px 0px;
	background:url(https://silver-botanicals.com/assets/images/template_elements/header-contatiner-bg.png);
	z-index:110;
}
#top-container-bottom{
	height:17px;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_header_bottom.png) top center no-repeat;
}
#slideshow-container{
	height:456px;
}
#midbox-container{
	width:1000px;
	/*overflow: auto;*/
	margin:12px auto 0px auto;
	z-index:110;
}
#midbox-container-top{
	height:16px;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_main_mid_top.png) top center no-repeat;
}
#midbox-container-inner{
	padding:30px 20px 20px 20px;
	overflow: auto;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_main_mid_repeat-y.png) center repeat-y;
	z-index:110;
}
#midbox-container-bottom{
	height:17px;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_main_mid_bottom.png) top center no-repeat;
}

#footer-container{
	width:1000px;
	overflow: auto;
	margin:12px auto 0px auto;
	padding-bottom:0px;
	z-index:110;
}
#footer-container-top{
	height:16px;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_header_top.png) top center no-repeat;
}
#footer-container-inner{
	min-height:300px;
	padding:5px 0px 10px 30px;
	overflow: auto;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_header_repeat-y.png) center repeat-y;
	z-index:110;
}
#footer-container-bottom{
	height:17px;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/slice_header_bottom.png) top center no-repeat;
}

/* HEADER
------------------------------------------------------*/
#header{
	width:960px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/header-glow.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px auto;
	padding:5px;
}
#flag{
	display:inline-block;
	
	/*height:22px;*/
	font-size:11px;
	/*color:#525252;*/
	/*padding:7px 14px 0px 5px;*/
	/*background-color:#000000;*/
	/*-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;*/
	position:relative;
	left:760px;
	/*position:absolute;*/
}
#flag a,#flag a:hover,#flag a:visited{
	color:#e1e1e1;
	margin:-2px 0px 0px 5px;
	float:left;
}
.flag-class{
	margin:1px 0px 0px 12px;
	float:left;
}
#logo-wrapper{
	width:100%;
	float:left;
}
#logo{
	width:79px;
	margin:10px auto 20px auto;
}

/* ===== sisea-search ===== */

.sisea-highlight {
    background: none repeat scroll 0 0 #FFF2D8;
    padding: 5px;
}


/* ===== Search widget  ===== */

.searchLine { position: relative; box-shadow: 0 1px 1px #fcfcfc; -webkit-box-shadow: 0 1px 1px #fcfcfc; -moz-box-shadow: 0 1px 1px #fcfcfc; margin-top: 35px; }
.searchLine input[type=text] { border: 1px solid #cdcdcd; padding: 9px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.searchLine button { position: absolute; top: 0; right: 0; width: 32px; height: 100%; max-height: 100%; z-index: 99; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; }
.searchLine .icos-search { width: 14px; margin: 8px; padding: 0; }
.searchLine button:active { box-shadow: none!important; }
.searchLine button .iconb { position: absolute; right: 7px; top: 6px; z-index: 100; font-size: 16px; }

.sResults { background: #fafafa; border: 1px solid #CDCDCD; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #CCC; -webkit-box-shadow: 0 2px 2px -2px #CCC; -moz-box-shadow: 0 2px 2px -2px #CCC; margin-top: 20px; position: relative; }
.sResults > .arrow { position: absolute; top: -9px; left: 50%; margin-left: -8px; width: 15px; height: 9px; background: url(../images/elements/control/resultsarrow.png) no-repeat; }
.sResults table { border: none; }


/* ===== Search widget  ===== */

.searchWidget .whead input[type=text] { border: 1px solid #cdcdcd; padding: 6px 25px 6px 8px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 1px #fcfcfc; }
.searchWidget .whead { padding: 11px; }
.searchWidget button { background: none; border: none; color: #909090; position: absolute; top: 18px; right: 17px; }
.searchWidget .pagination {  padding: 12px; border-top: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff inset; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; margin-top: 0;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

/* MAINMENU
------------------------------------------------------*/
#mainmenu{
	width:1000px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/midbox-separator.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px auto 0px auto;
	padding-bottom:2px;
	
	/*position:absolute;
	margin-left:-500px;
	left:50%;
	text-align:center;*/
}
#MenuContent{
padding:5px 20px 5px 20px;
}
#mainmenu ul{
	font-size:15px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	z-index:100; 
	position:relative;
}
ul#topnav {
	height:35px;
	/* background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/midbox-separator.png);
	background-repeat:no-repeat;
	background-position:bottom; */
	width:1000px;
	color:#ffffff;
	text-align:center;
	list-style-type:none;
	padding:17px 0px 5px 0px;
	
}
ul#topnav li {
	display:inline-block;
	padding:3px 20px;
	position: relative;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
ul#topnav li a {
	float: left; 
	color:#009143;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	text-decoration:none;
	color:#009143;
}
a.top, a.top:hover, a.top:focus {
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}
a.top:hover, a.top:focus {
	color:#007838 !important;
	text-shadow: -2px 2px 15px #009143, 2px -2px 8px #9e9f9f;
}
ul#topnav li:hover > .top {
	text-shadow: -2px 2px 15px #009143, 2px -2px 8px #9e9f9f;
}
span.menu-title:hover {
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}
span.menu-title:hover {
	color:#007838 !important;
	text-shadow: -1px 1px 15px #009143, 1px -1px 5px #9e9f9f;
}
a.extra-link {
	color:#b88b5c !important;
}
a.extra-link:hover {
	text-decoration: none;
	color:#d18a3f !important;
	text-shadow: none;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}
a.extra-link:hover {
	color:#d18a3f !important;
	text-shadow: -1px 1px 11px #d1a97d, 1px -1px 5px #d1a97d;
}
ul#topnav li .sub {
	position:absolute;
	top: 36px; 
	top: 38px\0/;
	left: -200px;
	padding: 5px;
	float: left;
	/* background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/top-container-bg.jpg);
	background-repeat:repeat; */
	background-color:#ebebeb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:20px 15px;
	z-index:120;
	display: none;
	-webkit-box-shadow: #222 1px 2px 8px;
	-moz-box-shadow: #222 1px 2px 8px;
	box-shadow: #222 1px 2px 8px;
}
ul#topnav li .row {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	float: left;
}
ul#topnav .sub ul li {
	color: #009143;
}
.sub ul.drop-text {
	width:275px;
	text-align:left;
	font-weight:lighter;
	float:left;
}
.sub ul.drop-product {
	width:245px;
	text-align:left;
	font-weight:lighter;
	float:left;
}
.sub ul.drop-link {
	width:200px;
	text-align:left;
	font-weight:lighter;
	float:left;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: 600;
	text-align:left;
	color:#8a8a8a;
	float:left;
}
ul#topnav .sub ul li h2 a {
	padding: 0px 0;
	background-image: none;
	color: #e8e000;
	text-align:left;
	/* color:#e1e1e1; */
	float:left;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 5px 1px 5px 1px;
	display: block;
	text-decoration: none;
	/* color: #e1e1e1; */
}
ul#topnav .sub ul li a:hover {
	color: #ffffff; 
}
.sub ul.drop-text li p {
	margin-top:4px;
}
.menu-img{
	width:45px;
	margin:6px 15px 0px 0px;
	float:left;
}
.menu-title{
	width:260px;
	margin:0px;
	float:left;
	color: #009143;
}
.menu-title a:hover{
	color:#00ab50;
}
.small-desc{
	font-size:12px;
	margin-bottom:6px;
	float:left;
}

#menu-strap {
	margin-top:-1px;
	height:7px;
	width: 100%;
	background-color:#fbfbfb;
	border-top:solid #d2d2d2 1px;
}

/* Normal Button Styling */
button { cursor:pointer; }

a.button {
    background: transparent url('https://silver-botanicals.com/assets/live_html/silver-botanicals/images/bg_button_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	font-size:13px;
	text-shadow:0px 1px 0px #000000;
    height: 32px;
    margin-right: 12px;
    padding-right: 34px; /* sliding doors padding */
    text-decoration: none;
}
input.button {
    background: transparent url('https://silver-botanicals.com/assets/live_html/silver-botanicals/images/bg_button_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	font-size:13px;
	text-shadow:0px 1px 0px #000000;
    height: 32px;
    margin-right: 12px;
    padding-right: 34px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('https://silver-botanicals.com/assets/live_html/silver-botanicals/images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 7px 0 8px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 7px 0 8px 18px; /* push text down 1px */
} 
.more-button{
	margin:0px 2px 25px 0px;
	float:right;
}

.buttonS, .buttonM, .buttonL, .buttonH, [class*="tablectrl"] {  font-size: 11px; color: #fff; font-weight: bold; text-shadow: 0 -1px #6f6f6f; display: inline-block; line-height: 14px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.buttonS span, .buttonM span, .buttonL span, .buttonH span { text-shadow: 0 1px 0 #6f6f6f; margin-left: 10px; }
.buttonS { padding: 6px 14px; }
.buttonM { padding: 7px 15px; }
.buttonL { padding: 8px 18px; }
.buttonH { float: right; padding: 4px 12px 4px 12px; color: #fff!important; margin: 7px 10px 6px 10px; }
.bGreen:hover, .bRed:hover, .bBlue:hover, .bGreyish:hover, .bBlack:hover, .bLightBlue:hover, .bGold:hover, .bSea:hover, .bBrown:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

.bDefault, .dualBtn, .searchLine button { border: 1px solid #c3c3c3; box-shadow: inset 0 1px 2px #fff; -webkit-box-shadow: inset 0 1px 2px #fff; -moz-box-shadow: inset 0 1px 2px #fff; color: #686868; text-shadow: none;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.bDefault:hover, .dualBtn:hover, .searchLine button:hover { -webkit-transition: box-shadow 0.05s ease-in-out; -moz-transition: box-shadow 0.05s ease-in-out; transition: box-shadow 0.05s ease-in-out;
background: #fafafa;
background: -moz-linear-gradient(top,  #fafafa 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
background: linear-gradient(top,  #fafafa 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
 }
.bDefault:active, .dualBtn:active, .titleToolbar > li > a:active, .titleOpt > a:active, .searchLine button:active { background: #eee; color: #505050; border-color: #c0c0c0; box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -webkit-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; -moz-box-shadow: 0 0 5px #e2e2e2 inset, 0 1px 1px #fff; text-shadow: 0 -1px 1px #f1f1f1; }
.bDefault span { text-shadow: none; }

.bRed {  border: 1px solid #a95151; box-shadow: 0 1px 2px 0 #cd8787 inset; -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset; -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
background: #c57979;
background: -moz-linear-gradient(top,  #c57979 0%, #a34c4c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
background: -webkit-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -o-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: -ms-linear-gradient(top,  #c57979 0%,#a34c4c 100%);
background: linear-gradient(top,  #c57979 0%,#a34c4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
}
.bRed:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bRed:active { background: #b15e5e; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlue {  border: 1px solid #3e76af; box-shadow: 0 1px 2px 0 #66b2d2 inset; -webkit-box-shadow: 0 1px 2px 0 #66b2d2 inset; -moz-box-shadow: 0 1px 2px 0 #66b2d2 inset;
background: #5ba5cb;
background: -moz-linear-gradient(top,  #5ba5cb 0%, #3a70ab 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba5cb), color-stop(100%,#3a70ab));
background: -webkit-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -o-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: -ms-linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
background: linear-gradient(top,  #5ba5cb 0%,#3a70ab 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba5cb', endColorstr='#3a70ab',GradientType=0 );
}
.bBlue:hover { opacity: 0.95; filter: alpha(opacity=95); -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.bBlue:active { background: #4786b8; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bGreen { border: 1px solid #68a341; box-shadow: 0 1px 2px 0 #a4ca6c inset; -webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset; -moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
background: #96c161;
background: -moz-linear-gradient(top,  #96c161 0%, #609c3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96c161), color-stop(100%,#609c3d));
background: -webkit-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -o-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: -ms-linear-gradient(top, #96c161 0%,#609c3d 100%);
background: linear-gradient(top, #96c161 0%,#609c3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c161', endColorstr='#609c3d',GradientType=0 );
 }
.bGreen:active { background: #74aa49; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bGreyish { border: 1px solid #5e6779; box-shadow: 0 1px 2px 0 #9ca6b3 inset; -webkit-box-shadow: 0 1px 2px 0 #9ca6b3 inset; -moz-box-shadow: 0 1px 2px 0 #9ca6b3 inset;
background: #8c97a6;
background: -moz-linear-gradient(top,  #8c97a6 0%, #596171 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c97a6), color-stop(100%,#596171));
background: -webkit-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: -o-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: -ms-linear-gradient(top,  #8c97a6 0%,#596171 100%);
background: linear-gradient(top,  #8c97a6 0%,#596171 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c97a6', endColorstr='#596171',GradientType=0 ); 
}
.bGreyish:active { background: #6d7787; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBlack {  border: 1px solid #4e4e4e; box-shadow: 0 1px 2px 0 #959595 inset; -webkit-box-shadow: 0 1px 2px 0 #959595 inset; -moz-box-shadow: 0 1px 2px 0 #959595 inset;
background: #838383;
background: -moz-linear-gradient(top,  #838383 0%, #444444 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#444444));
background: -webkit-linear-gradient(top,  #838383 0%,#444444 100%);
background: -o-linear-gradient(top,  #838383 0%,#444444 100%);
background: -ms-linear-gradient(top,  #838383 0%,#444444 100%);
background: linear-gradient(top,  #838383 0%,#444444 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#444444',GradientType=0 ); 
}
.bBlack:active { background: #5d5d5d; box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #505050 inset, 0 1px 0 #fff; }

.bLightBlue { border: 1px solid #5897c3; box-shadow: 0 1px 2px 0 #84c4dd inset; -webkit-box-shadow: 0 1px 2px 0 #84c4dd inset; -moz-box-shadow: 0 1px 2px 0 #84c4dd inset;
background: #6db5d5;
background: -moz-linear-gradient(top,  #6db5d5 0%, #4a91c0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db5d5), color-stop(100%,#4a91c0));
background: -webkit-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -o-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: -ms-linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
background: linear-gradient(top,  #6db5d5 0%,#4a91c0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db5d5', endColorstr='#4a91c0',GradientType=0 );
}
.bLightBlue:active { background: #559cc7; box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #808080 inset, 0 1px 0 #fff; }

.bGold { border: 1px solid #c4853e; box-shadow: 0 1px 2px 0 #ddb65b inset; -webkit-box-shadow: 0 1px 2px 0 #ddb65b inset; -moz-box-shadow: 0 1px 2px 0 #ddb65b inset;
background: #d5a44c;
background: -moz-linear-gradient(top,  #d5a44c 0%, #c07833 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5a44c), color-stop(100%,#c07833));
background: -webkit-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -o-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: -ms-linear-gradient(top,  #d5a44c 0%,#c07833 100%);
background: linear-gradient(top,  #d5a44c 0%,#c07833 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5a44c', endColorstr='#c07833',GradientType=0 );
}
.bGold:active { background: #ca8e40; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bSea {  border: 1px solid #5a837e; box-shadow: 0 1px 2px 0 #95b8b6 inset; -webkit-box-shadow: 0 1px 2px 0 #95b8b6 inset; -moz-box-shadow: 0 1px 2px 0 #95b8b6 inset;
background: #7ca6a3;
background: -moz-linear-gradient(top,  #7ca6a3 0%, #547b76 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ca6a3), color-stop(100%,#547b76));
background: -webkit-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: -o-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: -ms-linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
background: linear-gradient(top,  #7ca6a3 0%,#547b76 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca6a3', endColorstr='#547b76',GradientType=0 );
}
.bSea:active { background: #68918d; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

.bBrown {  border: 1px solid #9c6b3c; box-shadow: 0 1px 2px 0 #c8a85f inset; -webkit-box-shadow: 0 1px 2px 0 #c8a85f inset; -moz-box-shadow: 0 1px 2px 0 #c8a85f inset;
background: #bb934f;
background: -moz-linear-gradient(top,  #bb934f 0%, #996336 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb934f), color-stop(100%,#996336));
background: -webkit-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: -o-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: -ms-linear-gradient(top,  #bb934f 0%,#996336 100%);
background: linear-gradient(top,  #bb934f 0%,#996336 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb934f', endColorstr='#996336',GradientType=0 );
}
.bBrown:active { background: #ad7f45; box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff; }

/* Icons
------------------------------------------------------*/
[class*="button"]  [class*="icos-"]  { margin: 0px 0 -1px -2px;	float:left;  display: block; font-size: 14px; font-weight: normal; } 
.icos-email:before { content: url(https://silver-botanicals.com/assets/images/icons/icon-email.png); }
.icos-search:before { content: url(https://silver-botanicals.com/assets/images/icons/icon-search.png); }
.icon-forward:before { content: "\e034"; }

/* CONTENT
------------------------------------------------------*/
#content{
	width:940px;
	margin:0px auto;
}
#contentfeature{
	margin-bottom:29px;
}
.maincontent{
	padding:29px 0px 50px 0px;
	float:left;
}
#content-left{
	width:635px;
	margin-right:30px;
	margin-left:10px;
	float:left;
}
#sidebar-boxtop{
	width:285px;
	height:15px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/sidebar-top.png);
	background-repeat:no-repeat;
	float:left;
}
#sidebar-boxmid{
	width:285px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/sidebar-mid.jpg);
	background-repeat:repeat-y;
	float:left;
}
#sidebar-boxbottom{
	width:285px;
	height:15px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/sidebar-bottom.gif);
	background-repeat:no-repeat;
	float:left;
}

/* Feature Box */
#midbox{
	width:960px;
	/* height:303px; */
	margin:0px auto;
	/* background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/bg-midbox-center.jpg);
	background-repeat:no-repeat;
	background-position:center 66px; */
}
#midbox-inner{
	width:960px;
	height:66px;
	margin:0px auto 0px auto;
	/* background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/bg-midbox-center-inner.png);
	background-repeat:no-repeat;
	background-position:bottom; */
	position:relative;
	z-index:80;
}
#midbox-inner-bg{
	width:960px;
	height:88px;
	margin:0px auto;
	background-color:#ffffff;
}
#page-title{
	width:960px;
	margin:20px 0px 0px 0px;
	float:left;
}
#page-title h1{
	text-align:center;
	text-shadow:0px 1px 0px #ffffff;
}
.box-feature{
	width:198px;
	margin:28px 20px 0px 0px;
	border:1px solid #dadada;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#ffffff;
	float:left;
}
.box-title{
	width:195px;
	height:28px;
	margin:1px 0px 0px 1px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/box-title.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	z-index:100;
	float:left;
}
.box-title h6, .box-title-news h6{
	color:#ffffff;
	margin:4px 0px 0px 6px;
	float:left;
}
.box-image{
	width:196px;
	height:149px;
	margin:-28px 0px 1px 1px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:left;	
}
.box-news{
	width:298px;
	margin:28px 0px 0px 0px;
	border:1px solid #dadada;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#ffffff;
	float:left;
}
.box-title-news{
	width:295px;
	height:28px;
	margin:1px 0px 0px 1px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/box-title.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	z-index:100;
	float:left;
}
.box-news-content{
	width:254px;
	height:78px;
	margin:46px 0px 24px 21px;
}
#bread-search-column{
	width:960px;
	margin-top:4px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/midbox-separator-inv.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	float:left;
}
#breadcumb{
	width:588px;
	margin:18px 0px 10px 88px;
	font-size:11px;
	color:#aaaaaa;
	float:left;	
}
.bread-img{
	margin:1px 3px 0px 0px;
	float:left;	
}
.bread-img{
	float:left;
}
#award-content{
	width:960px;
	height:85px;
	margin-top:24px;
	/* background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/midbox-separator.png);
	background-repeat:no-repeat;
	background-position:center 24px; */
	float:left;
}
#award-content h6{
	width:960px;
	text-align:center;
	
}
ul.award-list{
	width:960px;
	margin-top:23px;
	list-style-type:none;
	position:relative;
	text-align:center;
}
ul.award-list li{
	width:127px;
	margin:0px 2px;
	display:inline-block;
	position:relative;
}

/* Front Content */
.front-content{
	width:940px;
	float:left;
}
.h-brown{
	color:#828282;
	font-size:17px;
}
.front-content h1{
	color: #4A4A4A;
	font-family: 'Metrophobic',Arial,Tahoma,Verdana;
	font-size: 21.8px;
	font-weight: 100;
	line-height: 24px;
	margin-bottom:13px;
}
.front-column-left{
	width:290px;
	margin:18px 0px 0px 0px;
	border-right:1px solid #dadada;
	float:left;
}
.front-column-left p{
	width:270px;
	float:left;
}
.front-column-right{
	width:290px;
	margin-top:18px;
	float:left;
}
.front-column-right p{
	width:270px;
	margin-left:20px;
	float:left;
}
.video-preview{
	width:179px;
	height:106px;
	margin:3px 0px 0px 54px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/video-shadow2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
.video-img{
	border:1px solid #dadada;
	padding:4px;
	float:left;
}
.video-play{
	width:47px;
	height:48px;
	margin:-71px 0px 0px 65px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/video-play.png);
	background-repeat:no-repeat;
	float:left;
}

/* Bottom Content */
#bottom-box{
	width:960px;
	margin:45px 0px 0px 0px;
	border:1px solid #dadada;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#ffffff;
	float:left;
}
.bottom-content{
	width:319px;
	padding-bottom:10px;
	border-right:1px solid #dadada;
	float:left;
}
.bottom-content-last{
	width:319px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/community-bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border-right:none;
	float:left;
}
.box-title2{
	width:265px;
	height:38px;
	margin:1px auto 0px auto;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/box-title2.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:80;
}
.box-title3{
	width:189px;
	height:38px;
	margin:1px auto 0px auto;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/box-title3.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:80;
}
.box-title2 h6, .box-title3 h6{
	color:#ffffff;
	padding-top:5px;
	text-align:center;
}
.box-content-bottom{
	width:273px;
	height:135px;
	margin:0px auto;
}
.cmty-icon{
	margin-top:3px;
	float:left;
}
.box-content-bottom p{
	margin-top:10px;
	overflow:hidden;
}
.box-accesories{
	width:240px;
	height:135px;
	margin:0px auto;
}
.acces-content{
	width:240px;
	height:132px;	
	text-align:center;
	float:left;
}
.acces-content p{
	margin-top:-3px;
}
.acces-content img{
	margin-top:-10px;
}
#accessories-nav{
	width:240px;
	margin:0px auto;
	position:absolute;
}
#accprev{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow-acc-left.jpg);
	background-repeat:no-repeat;
	width:12px;
	height:19px;
	position:absolute;
	top:-103px;
	left:-16px;
	cursor:pointer;
	z-index:150;
}
#accnext{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow-acc-right.jpg);
	background-repeat:no-repeat;
	width:12px;
	height:19px;
	position:absolute;
	top:-103px;
	right:-16px;
	cursor:pointer;
	z-index:150;
}

/* Footer Styling */
#footer{
	width:960px;
	height:141px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
}
.logo-coloumn{
	width:206px;
	float:left;
}
.logo-coloumn img{
	margin:50px 0px 0px 25px;
}
.link-column{
	width:688px;
	font-size:11px;
	color:#9d9e9e;
	float:left;
}
.fb-like{
	width:66px;
	margin-top:39px;
	float:left;
}
.link-column p{
	margin:16px 0px 31px 0px;
	float:left;
}
#footer-menu1, #footer-menu2{
	width:688px;
	margin-bottom:4px;
	float:left;
}
ul#footer-menu1 li{
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	font-size:18px;
	display:inline-block;
	margin-top:26px;
	padding-right:30px;
	position:relative;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
ul#footer-menu1 li a, ul#footer-menu1 li a:visited{
	color:#e1e1e1;
	text-decoration:none;
}
ul#footer-menu1 li a:hover{
	color:#ffffff;
	text-decoration:none;
}
ul#footer-menu2 li{
	font-size:11px;
	display:inline-block;
	padding-right:22px;
	position:relative;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
ul#footer-menu2 li a, ul#footer-menu2 li a:hover, ul#footer-menu2 li a:visited{
	color:#9d9e9e;
	text-decoration:none;
}

/* Sidebar */
.sidebar-content{
	width:223px;
	margin:9px auto;
	padding-bottom:15px;
}
.sidebar-list{
	margin-top:-3px;
}
ul.sidebar-list li{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/dot-sidebar.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
	line-height:28px;
	padding-bottom:3px;
	list-style-type:none;
}
ul.sidebar-list li a, ul.sidebar-list li a:visited{
	/*color:#868686;*/
	text-decoration:none;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/list-general.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
}
ul.sidebar-list li a:hover{
	/*color:#a6a6a6;*/
	text-decoration:none;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/list-general.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
}
ul.partner-list{
	margin-bottom:30px;
	list-style-type:none;
	float:left;
}
ul.partner-list li{
	width:64px;
	margin-right:15px;
	float:left;
}
ul.partner-list li.partner-last{
	width:64px;
	margin-right:0px;
	float:left;
}
.rounded {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: #222 1px 3px 11px;
	-moz-box-shadow: #222 1px 3px 11px;
	box-shadow: #222 1px 3px 11px;
	display: block;
}

/* PRODUCT
------------------------------------------------------*/
#product-highlight{
	width:960px;
	height:402px;
	margin:-65px auto 0px auto;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/product-highlight.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#product-highlight img{
	margin-top:24px;
}
.highlight-flow{
	width:960px;
	height:69px;
	top:-18px;
	margin:0px auto -23px auto;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/flow-line2.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#product-highlight img{
	margin-top:71px;
}	
}
.product-column{
	width:319px;
	margin-bottom:62px;
	border-right:1px solid #dadada;
	float:left;
}
.product-column-last{
	width:319px;
	margin-bottom:62px;
	border-right:none;
	float:left;
}
.prd-image{
	width:272px;
	margin:0px auto 25px auto;
	padding-top:10px;
	text-align:center;
}
.prd-text, .prd-button{
	width:272px;
	margin:0px auto;
}
.detail-but{
	margin-right:-12px;
	float:right;
}
#product-description{
	width:960px;
	float:left;
}
.image-column{
	width:425px;
	margin-right:30px;
	float:left;	
}
.description-text{
	width:505px;
	float:left;	
}

/* Product Tabs */
ul.tabs {
	margin:10px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	border-bottom: 1px solid #dbdbdb;
	border-left:none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 940px;
	float:left;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 44px;
	line-height: 43px;
	border: 1px solid #dbdbdb;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin:0px 0px -1px -1px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/tab-gradient.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #646464;
	display: block;
	font-size: 14px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	padding: 0px 26px;
	outline: none;
}
ul.tabs li a:hover {
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/tab-gradient.gif);
	background-repeat:repeat-x;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	min-height:450px;
	border: 1px solid #dbdbdb;
	border-top: none;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
	margin-bottom:20px;
	clear: both;
	width: 940px;
	background: #fff;	
	float:left;
	-webkit-box-shadow: #999 1px 1px 2px;
	-moz-box-shadow: #999 1px 1px 2px;
	box-shadow: #999 1px 1px 2px;
}
.tab_content {
	padding: 18px 30px 30px 30px;
	/* float:left; */
}
.tab_content p {
	padding-top: 5px;
	margin-bottom:18px;
	line-height:22px;
}
.tab-content-left{
	width:430px;
	margin:15px 30px 27px 0px;
	float:left;
}
.tab-content-right{
	width:430px;
	margin:15px 0px 27px 0px;
	float:left;
}
.content-left-mini{
	width:200px;
	margin:8px 29px 6px 0px;
	float:left;
}
.content-right-mini{
	width:200px;
	margin:8px 0px 6px 0px;
	float:left;
}
.tab-icon{
	margin-top:10px;
	float:left;
}
.tab-icon2{
	margin:-5px 8px 8px 0px;
	clear:both;
	float:left;
}
.tab-img{
	margin-bottom:30px;
	float:left;
}
.content-left-mini p, .content-right-mini p{
	width:200px;
	margin-top:-5px;
	float:left;
}
.tab-features-column{
	width:200px;
	margin:25px 30px 20px 0px;
	float:left;
}
.tab-features-column-last{
	width:200px;
	margin:25px 0px 20px 0px;
	float:left;
}
.features-icon{
	width:200px;
	margin-bottom:10px;
	text-align:center;
}
.features-desc{
	width:200px;
}
.spec-column{
	width:276px;
	margin:15px 30px 27px 0px;
	float:left;	
}
.spec-column-last{
	width:276px;
	margin:15px 0px 27px 0px;
	float:left;	
}
ul.general-list li{
	color:#868686;
	text-decoration:none;
	line-height:24px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/list-general.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
}
.awards-box{
	width:135px;
	height:64px;
	margin-right:23px;
	padding-top:24px;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	float:left;
}
.awards-desc{
	width:270px;
	margin-bottom:8px;
	float:left;
}
ul.review-star{
	margin-top:-8px;
	float:left;	
}
ul.review-star li{
	display:inline-block;
	margin-right:-2px;
	line-height:18px;
}

/* Gallery thumb on Tabs */
#img-slide{
	height:265px;
}
#img-slide-large{
	width:587px;
	height:386px;
	margin:10px 0px 70px 0px;
	float:left;
	border:solid 1px #dbdbdb;
}
#img-slide-thumb{
	width:90px;
	float:left;
	text-align:right;
}
#img-slide-thumb img{
	border:solid 1px #dbdbdb;
}
ul#nav-thumb{
	width:282px;
	margin:10px 0px 0px 21px;
	float:left;	
}
ul#nav-thumb li{
	width:85px;
	margin:0px 13px 5px 0px;
	display:inline-block;
	float:left;
}
ul#nav-thumb li.last-thumb{
	width:86px;
	margin:0px 0px 5px 0px;
	display:inline-block;
	float:left;
}
#nav-thumb li img{
	width:86px;
	height:86px;
}
#nav-thumb li.active li img {border:solid 1px #000}

/* FAQ STYLING
------------------------------------------------------*/
.ask{
	height:30px;

	cursor:pointer;
	font-size:12px;
	text-shadow:0px 1px 0px #ffffff;
	border:1px solid #d6d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image:url(https://silver-botanicals.com/assets/images/template_elements/toggle-bg.gif);
	background-repeat:repeat-x;
	padding:10px 13px 0px 13px;
	clear:both;
}
.question{
	background-color:#f6f6f6;
	border:1px solid #d6d5d5;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin:0px 0px 5px 0px;
	padding:15px 18px 0px 18px;
}
.openquestion{
	color:#868686 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#868686 !important; 
	margin-bottom:5px;
}

/* COLUMN
------------------------------------------------------*/
/* used for 4 column */
.col-214 { 
	display:inline-block;
	width:210px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-214-last { 
	display:inline-block;
	width:210px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}

/* used for 3 column */
.col-297 { 
	display:inline-block;
	width:290px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-297-last { 
	display:inline-block;
	width:290px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-280 { 
	display:inline-block;
	width:280px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-280-last { 
	display:inline-block;
	width:280px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-275 { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:25px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-275-last { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}

/* -------- Special columns --------- */
/*   FeaturePie - Product Boxes   */

.col-285 { 
	display:inline-block;
	width:295px !important;
	height:329px !important;
	padding:0px !important;
	margin-right:20px;
	margin-bottom:20px;
	background: url(https://silver-botanicals.com/assets/images/backgrounds/small/feature_slice_bg.jpg) top no-repeat;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-inner {
	width:275px;
	height:309px;
	float:left;
	padding:10px;
	text-shadow: 0px 1px 1px white;
	color:#6d6d6d;
	font-size:16px;
	font-weight:600;
}
.six-silver-box header{
	height:100px;
}
.six-silver-box, .two-big-boxes-inner h1{
	font-family: 'Metrophobic',Arial,Tahoma,Verdana;
	margin-bottom: 8px !important;
	text-shadow: 0px 1px 1px #333333;
	color:white;
	font-weight:600;
	font-size:23px;
}
.six-silver-box, .two-big-boxes-inner a:hover{
	text-decoration:none;	
}
.six-silver-box h2{
	color: #4A4A4A;
	font-family: 'Metrophobic',Arial,Tahoma,Verdana;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 15px;
}

.six-silver-box img{
	display:block;
margin-top:auto;
	margin-left:auto;
	margin-right:auto;
}
.six-swatch-boxes{
	display:inline-block;
	width:295px !important;
	height:295px !important;
	padding:0px !important;
	margin-right:20px;
	margin-bottom:20px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.six-swatch-boxes img{
	display:inline-block;
	float:left;
	overflow:hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.six-swatch-boxes-last{
	display:inline-block;
	width:295px !important;
	height:295px !important;
	padding:0px !important;
	margin-right:0px;
	margin-bottom:20px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.six-swatch-boxes-inner{
	width:275px;
	height:275px;
	float:left;
	padding:10px;
}
.col-285-last { 
	display:inline-block;
	width:295px !important;
	height:329px !important;
	padding:0px !important;
	margin-right:0px;
	margin-bottom:20px;
	background: url(https://silver-botanicals.com/assets/images/backgrounds/small/feature_slice_bg.jpg) top no-repeat;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}

/* special 3 column with nice border */

.col-285-container {
	display:inline-block;
	width:285px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:38px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-285-container-last {
	display:inline-block;
	width:285px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-285-top {
	width:285px;
	height:15px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/sidebar-top.png);
	background-repeat:no-repeat;
}
.col-285-inner {
	height:215px;
	padding:5px 27px 13px 25px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/sidebar-mid.jpg);
	background-repeat:repeat-y;
}
.col-285-inner h1{
	font-size:27px;
}
.col-285-inner h2{
	font-size:24px;
}
.col-285-bottom {
	width:285px;
	height:15px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/sidebar-bottom.gif);
	background-repeat:no-repeat;
}
/* used for 2 column */
.col-461 { 
	display:inline-block;
	width:452px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-461-last { 
	display:inline-block;
	width:452px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.two-big-boxes { 
	background: url(https://silver-botanicals.com/assets/images/backgrounds/small/two_big_box_bg.jpg) center no-repeat;
	display:inline-block;
	width:454px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.two-big-boxes-inner {
	padding:10px;
}
.two-big-boxes-last { 
	background: url(https://silver-botanicals.com/assets/images/backgrounds/small/two_big_box_bg.jpg) center no-repeat;
	display:inline-block;
	width:454px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-629 { 
	display:inline-block;
	width:620px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:30px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-629-last { 
	display:inline-block;
	width:620px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}

/* column for faq */
.col-286 { 
	display:inline-block;
	width:280px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}
.col-286-last { 
	display:inline-block;
	width:280px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
/* For IE7 and IE8 */ zoom:1; *display: inline;
}

/* NEWS
------------------------------------------------------*/
.title {
	letter-spacing:1px;
	line-height:30px;
}
.article-title{
	margin-bottom:20px !IMPORTANT;
	margin-right:30px;
	line-height:28px;
	letter-spacing:1px;
	font-weight:100;
}
.article-title a{
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-size:21.8px;
	color:#565656 !IMPORTANT;
	text-decoration:none !IMPORTANT;
}
.blog-post{
	border-bottom:1px solid #dadada;
	margin-bottom:37px;
	padding-bottom:38px;
	float:left;
}
.blog-post-inner{
	padding-bottom:28px;
	float:left;
}
.date-post{
	width:63px;
	height:42px;
	padding-top:19px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	font-size:24px;
	color:#4a4a4a;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/bg-date.png);
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	z-index:50;
}
.post-image{
	margin:-34px 10px 0px 28px;
	position:relative;
	z-index:0;
	float:left;	
}
.post-content{
	width:343px;
	margin-top:-62px;
	float:left;
}
.post-content-inner{
	width:565px;
	margin:-62px 0px 0px 78px;
	float:left;
}
.post-content h3{
	margin-bottom:5px;
}
.post-info{
	font-size:11px;
	font-style:italic;
}
.news-button{
	margin-top:8px;
	float:right;
}

/* Blog Pagination */
.blog-pagination{
	width:635px;
	margin-bottom:22px;
	float:left;
}
.pages{line-height:30px; margin-bottom:10px; clear:left;}
.blogpages{margin:8px 0px;}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	font-size:12px;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#868686;
	background-color:#ffffff;
	padding:8px 12px !important;
	margin-right:5px;
}
.pages a{
	font-size:12px;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#ffffff;
	padding:8px 8px;
	margin:0px 3px;
	color:#868686 !important;
	text-decoration:none;
}
.pages a:hover{color:#868686 !important; border:1px solid #dbdbdb; background-color:#f8f8f8; text-decoration:none;}
.pages a.current{color:#868686 !important; border:1px solid #dbdbdb; background-color:#f8f8f8;}

/* Comment list */
#comment{
	width:648px;
	padding:20px 0px 8px 0px;
	float:left;
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none !important;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist li{
	position:relative; 
	list-style:none; 
	line-height:18px; 
	list-style-position:outside;
}
.commentlist li small{
	font-size:11px; 
	font-style:italic
	}
.avatar{
	position:absolute; 
	top:0; 
	left:0
}
.avatar img{
	width:64px; 
	height:64px; 
	-webkit-box-shadow:0 0 3px #6d6d6d; 
	-moz-box-shadow: 0 0 3px #6d6d6d; 
	box-shadow:0 0 3px #6d6d6d;
}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #e2e1e1;  padding:0px 0px 5px 0px; margin-bottom:10px;}
.reply{float:right}
.quip-comment-body{
	border:1px solid #eeeeee !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #444 1px 1px 2px;
	-moz-box-shadow: #444 1px 1px 2px;
	box-shadow: #444 1px 1px 2px;
	padding: 7px !important;
}
.quip-comment-list li{
	margin:10px 0px 10px 0px !important;
}
.quip-latest-comment{
	margin:20px;
}
.quip-latest-comment span{
	display:block;
	font-size:11px;
	font-style:italic;
}
.quip-avatar {
    border: 1px solid #CCCCCC;
    float: right;
    margin: 2px;
    padding: 3px;
}
.quip-add-comment button {
	width:97px;
	height:33px;
	border:none;
	cursor:pointer;
	font-size:13px;
	font-family:'Metrophobic',arial,serif;
	font-weight:100;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/contact-button.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#ffffff !important;	
	padding:7px 32px 7px 16px;
	margin-right:10px;
	display: inline-block;
	float:left;
}

/* Comment Form */
#commentform-wrap {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#commentform-wrap h4{
	margin-bottom:0px;
}
#comment-form {
	position: relative;
	width: 496px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#comment-form div {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#comment-form div label {
	width:100px;
	float: left;
	text-align: left;
	margin:5px 0px 0px 8px;
}
#comment-form input {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px; 
	width:284px; 
	padding:7px 5px; 
	margin:0px 0px 6px 0px; 
	color:#959494;
	float:left;
}
#comment-form textarea {
	border:1px solid #dadada;
	background-color:#fbfbfb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px; 
	width:484px;
	height:130px; 
	padding:7px 5px; 
	margin:0px 0px 6px 0px; 
	color:#959494;
	float:left;
}
#comment-form input.submit {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;	
}
#comment-form em {
	color:#db4e43;
	display: inline;
}
.quip-fld input{
	border:1px solid #dadada !important;
	background-color:#fbfbfb ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px; 
	width:406px; 
	padding:7px 5px; 
	margin:0px 0px 10px 0px; 
	color:#959494;
}
#quip-comment-box-qcom{
	display:block;
	border:1px solid #dadada;
	background-color:#fbfbfb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
	height:130px; 
	padding:7px 5px; 
	margin:0px 0px 6px 0px; 
	color:#959494;
}

/* Four Column */
ul#portfolio-list-four{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-four li{
	width:217px; 
	display:block; 
	float:left;
	margin:0px 15px 38px 15px;
	overflow:hidden; 
}
.pf-desc-four{
	width:217px;
	font-size:11px;
	background-color:#dbdbdb;
	float:left;
}
.pf-desc-four h5{
	width:180px;
	margin:14px 0px 8px 19px;
	float:left;
}
.pf-desc-four p{
	width:180px;
	margin:0px 0px 15px 19px;
	float:left;
}
.pf-image-four{
	height:224px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/pf-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}

/* Three Column */
ul#portfolio-list-three{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-three li{
	width:300px; 
	display:block; 
	float:left;
	margin:0px 15px 38px 15px; 
	overflow:hidden; 
}
.pf-desc-three{
	width:300px;
	font-size:11px;
	background-color:#dbdbdb;
	float:left;
}
.pf-desc-three h5{
	width:180px;
	margin:14px 0px 8px 19px;
	float:left;
}
.pf-desc-three p{
	width:262px;
	margin:0px 0px 15px 19px;
	float:left;
}
.pf-image-three{
	height:224px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/pf-shadow2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}

/* Two Column */
ul#portfolio-list-two{
	margin:-22px 0px 20px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-two li{
	width:465px; 
	display:block; 
	float:left;
	margin:0px 15px 38px 15px; 
	overflow:hidden; 
}
.pf-desc-two{
	width:465px;
	font-size:11px;
	background-color:#dbdbdb;
	float:left;
}
.pf-desc-two h5{
	width:150px;
	margin:35px 0px 8px 19px;
	float:left;
}
.pf-desc-two p{
	width:258px;
	margin:14px 0px 15px 19px;
	float:left;
}
.pf-image-two{
	height:224px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/pf-shadow3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
}

/* Contact Form */
#contact_area{
	position:relative;
	padding:0px 0 0 0;
}
#contactFormArea{
	width:418px;
	margin:-20px 0px 20px 0px;
	padding:24px 0 0 0;
	float:left;
}
label{
	margin-bottom:3px;
}
fieldset{
	border:0px;
}
.textfield{
	border:1px solid #dadada;
	background-color:#fbfbfb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px; 
	width:406px; 
	padding:7px 5px; 
	margin:0px 0px 10px 0px; 
	color:#959494;
}
.input-submit{
	width:97px;
	height:33px;
	border:none;
	cursor:pointer;
	font-size:13px;
	font-family:'Metrophobic',arial,serif;
	font-weight:100;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/contact-button.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#ffffff !important;	
	padding:7px 32px 7px 16px;
	display: inline-block;
	float:left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.input-submit{
	padding:8px 32px 8px 16px;
}
}
.textarea{
	border:1px solid #dadada;
	background-color:#fbfbfb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
	overflow:hidden;
	width:406px; 
	padding:6px 5px; 
	margin:0px 0px 15px 0px; 
	color:#959494;
	font-family:Arial;
}
.loading{
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/loading-contact.gif) top left no-repeat;
	padding-left:25px;
	color:#797979;
	margin:10px 20px 0px 0px;
	float:right;
}
.success-contact {
	width:369px;
	text-align:center;
	color:#3F9153;
	margin-bottom:10px;
	padding:8px 10px 8px 37px;
	background-color:#D7F7DF;
	border:1px solid #A3F7B8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
.succes-icon{
	position:relative;
	margin:0px 8px 0px -28px;
	top:3px;
}

/* SHOP PORTFOLIO
------------------------------------------------------*/
.pf-box{
	float:left;
	font-size:12px;
	margin:10px 20px 20px 0px;
	padding-bottom:35px;
	border-bottom:1px solid #dadada;
}
.pf-title{
	width:900px;
	height:16px;
	margin-bottom:10px;
	float:left;
}
h1.pf-item-title{
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-size:21.8px;
	color:#4a4a4a;
	margin-bottom:13px;
	margin-right:30px;
	line-height:18px;
	font-weight:100;
}
h2.pf-item-title{
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-size:16.8px;
	color:#8a8a8a;
	margin-bottom:13px;
	margin-right:30px;
	line-height:18px;
	font-weight:600;
}
#pf-view{
	width:60px;
	height:29px;
	margin-bottom:10px;	
	float:left;
}
.pf-box-view{
	margin-top:5px;
	float:left;
	width:200px;
}
.pf-box-view img{
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
}
.pf-item-content{
	float:left;
	width:374px;
	word-wrap:normal;
	padding:0px 30px 0px 30px;
}
.pf-item-content ul{
	margin:-8px 0px 8px 0px; 
	list-style-type:none;
	float:left;
}
.pf-item-content li{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/checklist.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
.pf-item-buttons{
	display:block;
	float:right;
	width:290px;
	border-left:1px solid #dadada;
}
.pf-item-button{
	display:block;
	float:right;
	clear:right;
	margin:0px 0px 20px 0px;
}
.pf-item-button-text{
	float:right;
	margin-right:17px;
	font-size:15px;
}
.pf-item-button-paypal{
	display:block;
	float:right;
	margin:0px 12px 20px 0px;
}
.pf-item-button-paypal-price{
	display:block;
	float:right;
	clear:both;
	font-size:16px;
	font-weight:600;
	padding:10px 15px 8px 15px;
}
.pf-item-more-button{
	display:block;
	margin:0px 2px 25px 0px;
}

/* SLOT LIST
------------------------------------------------------*/
.sl-box{
	float:left;
	width:100%;
	clear:both;
	font-size:12px;
	margin:10px 0px 20px 0px;
	padding-bottom:35px;
	border-bottom:1px solid #dadada;
}
.sl-item-content{
	float:left;
	width:370px;
	word-wrap:normal;
	padding:0px 30px 0px 30px;
}
.sl-title{
	width:500px;
	height:16px;
	margin-bottom:10px;
	float:left;
}
h1.sl-item-title{
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-size:21.8px;
	color:#4a4a4a;
	margin-bottom:13px;
	margin-right:30px;
	line-height:18px;
	font-weight:100;
}
h2.sl-item-title{
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-size:16.8px;
	color:#8a8a8a;
	margin-bottom:13px;
	margin-right:30px;
	line-height:18px;
	font-weight:600;
}
.sl-img{
	float:right;
	margin-top:5px;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
}
.sl-img img{
	display:block;
	width:200px;
	margin-left:auto !important;
	margin-right:auto !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
}

/* List and Grid View
------------------------------------------------------*/
ul.display{
	float:left;
	width:960px;
	margin:0;
	padding:0;
	list-style:none;	
}
ul.display li{

	padding:0px;
	margin:0;
}
ul.display li .content_block img{
	padding:0px;
	margin:0px;
}

ul.display li ul.checklist-pf li{
	float:left;
}
ul.display li .content_block{
	margin:10px 20px 20px 0px;
	padding-bottom:35px;
	border-bottom:1px solid #dadada;
	float:left;
}
ul.display li .content_block h4{
	width:499px;
	margin-left:30px;
	float:left;
}
ul.display li .content_block p{
	width:499px;
	font-size:12px;
	margin-left:30px;
	float:left;
}
ul.thumb_view li{
	width:431px;
	margin:0px 24px;
}
ul.thumb_view li .pf-box-view{
	margin-bottom:25px;
	float:left;
}
ul.thumb_view li .content_block h4{
	width:431px;
	margin:-10px 0px 12px 0px;
	float:left;
}
ul.thumb_view li .content_block p{
	width:431px;
	font-size:12px;
	margin-left:0px;
	float:left;
}
ul.thumb_view li ul.checklist-pf,  ul.thumb_view li .more-button{
	display:none;
}
ul.thumb_view li .content_block a img{
	margin:0px;
}
a.switch_thumb{
	width:60px;
	height:29px;
	line-height:26px;
	padding:0;
	margin:-7px 0px 0px 0px;
	display:block;
	background:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/select-view.gif) no-repeat;
	outline:none;
	text-indent:-9999px;
}
a:hover.switch_thumb{
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap{background-position: left bottom;}


/* Check list */
ul.checklist-pf{
	margin:-8px 0px 8px 0px; 
	list-style-type:none;
	float:left;
}
ul.checklist-pf li{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/checklist.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}

/*==== Maps ====*/

#map { 
	height:500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #555 1px 1px 2px;
	-moz-box-shadow: #555 1px 1px 2px;
	box-shadow: #555 1px 1px 2px;
/*
	-webkit-box-shadow: #333 1px 2px 5px;
	-moz-box-shadow: #333 1px 2px 5px;
	box-shadow: #333 1px 2px 5px;
*/
}

/*
Fluid grid
*/

.fluid { width: 100%; *zoom: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
.fluid:before, .fluid:after { display: table; content: ""; }
.fluid:after { clear: both; }
.fluid .rtl-inputs [class*="grid"] { float: right; }
.fluid [class*="grid"] { display: block; width: 100%; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; }
.fluid [class*="grid"]:first-child { margin-left: 0; }
.fluid [class*="first"] { margin-left: 0; }

.fluid .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
.fluid .grid11 { width: 91.489361693%; *width: 91.4361702036383%; }
.fluid .grid10 { width: 82.97872339599999%; *width: 82.92553190663828%; }
.fluid .grid9 { width: 74.468085099%; *width: 74.4148936096383%; }
.fluid .grid8 { width: 65.95744680199999%; *width: 65.90425531263828%; }
.fluid .grid7 { width: 57.446808505%; *width: 57.3936170156383%; }
.fluid .grid6 { width: 48.93617020799999%; *width: 48.88297871863829%; }
.fluid .grid5 { width: 40.425531911%; *width: 40.3723404216383%; }
.fluid .grid4 { width: 31.914893614%; *width: 31.8617021246383%; }
.fluid .grid3 { width: 23.404255317%; *width: 23.3510638276383%; }
.fluid .grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.fluid .grid1 { width: 6.382978723%; *width: 6.329787233638298%; }

/*
Widgets and widget head elements
*/

/*
widget
*/

.widget { background: white; border: 1px solid #cdcdcd; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 2px 2px -2px #ccc; margin-bottom: 30px; position: relative; }
.widget > [class*="whead"] { /*border-bottom: 1px solid #cdcdcd;*/ box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px #fff; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;  position: relative; }
.whead a { color: #636363; }
.widget > [class*="whead"] h6 { /*float: left;*/ display: block; padding: 8px 14px 9px 14px; margin: 0; font-size: 13px; font-weight: bold;  }
.widget .body { padding: 14px 16px; }

.whead {  color: #636363;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
border-top-right-radius: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px; -moz-border-top-left-radius: 5px;
}

/*
blurbox
*/

.blurbox { background: white; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0px 0px 10px #ccc; margin-bottom: 30px; position: relative; }
.blurbox > [class*="bhead"] h6 { /*float: left;*/ display: block; padding: 8px 14px 9px 14px; margin: 0; font-size: 13px; font-weight: bold;  }
.blurbox .body { padding: 14px 16px; }

.bhead {  color: #636363;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #d0ddd1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#d0ddd1));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#d0ddd1 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#d0ddd1 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#d0ddd1 100%);
background: linear-gradient(top,  #f8f8f8 0%,#d0ddd1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d0ddd1',GradientType=0 );
border-top-right-radius: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px; -moz-border-top-left-radius: 5px;
}

/*
formalbox
*/

.formalbox { margin-bottom: 30px; position: relative; }
.formalbox > [class*="formalhead"] h6 { /*float: left;*/ display: block; padding: 8px 14px 9px 14px; margin: 0; font-size: 20px; font-weight: bold;  }
.formalbox a { color:blue;text-shadow:none; }
.formalbox a:hover { color:blue;text-decoration:underline;text-shadow:none; }
.formalbox a:visited { color:blue;text-shadow:none; }
.formalbox .body { padding: 14px 16px; }
.formalhead {  color: #636363;
border-top-right-radius: 5px; border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px; -moz-border-top-left-radius: 5px;
}



/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* { margin:0; padding:0; }
body { background:#ffffff; }
	img{ border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	/*Controls Section*/
	#controls-wrapper { margin:0 auto; height:62px; width:100%; bottom:0; left:0; z-index:4;position:fixed; }
		#controls { overflow:hidden; height:100%; text-align:left; z-index:5; width:980px; margin:auto; background-color:#000; -webkit-radius-topleft: 15px; -moz-border-radius-topleft: 15px; border-top-left-radius: 15px;-webkit-radius-topright: 15px;-moz-border-radius-topright: 15px;border-top-right-radius: 15px; }
			#slidecounter { float:left; color:#fff; margin:23px 10px 23px 0;  }
			#slidecaption { overflow:hidden; float:left; color:#5b5b5b; margin:23px 20px 23px 0; }
			#navigation { float:left; margin:25px 20px 0 25px; }
	
	/*Thumbnail Navigation*/	
	#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:75px; width:100px; overflow:hidden; background:#ddd; border:2px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:10px; }
			#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }

/*
slider styles
*/

/* SLIDESHOW
------------------------------------------------------*/
.slide-dot{
	height:439px;
	top:-38px;
	background-image:url(https://silver-botanicals.com/assets/images/slides/slide_overlay.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:80;
}
.slide-flow{
	display:none;
	width:100%;
	height:42px;
	margin-top:-18px;
        left:0px;
	position:absolute;
	z-index:50;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/flow-line-1b.png);
	background-repeat:no-repeat;
	background-position:top center;
}
iframe{
	width:424px;
	height:239px;
	float:left;
}

/* Slideshow Style */
.slide-img{
	width:447px;
	margin-left:60px;
	float:left;
}
.slide-text, .slide-text-video{
	width:390px;
	margin-left:23px;
	padding-top:69px;	
	float:left;
}
.slide-text h2{
	margin-bottom:20px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text p, .slide-text-video p{
	font-size:17px;
	line-height:24px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text img{
	margin:8px 0px 12px 0px;
}
.slide-text-full h2{
	margin-top:16px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text-full{
	margin-left:50px;
        float:left;
}
.slide-text-full h2{
	width:860px;
	/* text-align:center; */
	margin:14px auto 10px auto;
}
.slide-text-full p{
display:inline;
	/* width:510px; */
	/* margin:0px auto; */
        margin-left:3px;
	font-size:17px;
	/* text-align:center; */
	line-height:24px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-img-full img{
	margin:35px 0px 0px 55px;
	float:left;
}
.slide-video{
	width:424px;
	height:267px;
	margin:68px 23px 0px 60px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/video-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
.slide-text-video h2{
	margin-top:21px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}

/* Slideshow Structure */
.slideshow-wrapper {
	margin:0 auto;
	position:relative;
	width:960px;
	height:439px;
}
#fullwidth-slider {
	float:left;
	width:100%;
	margin-bottom:-15px;
	margin-top:-9px;
}
#fullwidth-slider #slider {
	left: -480px;
	position: absolute;
	width: 1920px;
	top:0;
	background:#050505;
	overflow:hidden;
	height:439px;
}
#fullwidth-slider #slider li {
	height:452px;
	position:relative;
	text-align:center;
	display:inline;
	width:1920px;
}
.slide-content-wrapper {
	position:absolute;
	top:0px;
	left:0;	
	width:100%;
	height:90px;
}
.slide-content {
	margin:0 auto;
	padding-top:38px;
	width:960px;
	text-align:left;
	position:relative;
	z-index:908;	
}

/* Slideshow Navigation */
#slide-nav{
	width:960px;
	margin:0px auto;
}
#slideprev{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow-left.png);
	background-repeat:no-repeat;
	width:57px;
	height:130px;
	position:absolute;
	top:156px;
	left:-14px;
	cursor:pointer;
	z-index:150;
}
#slidenext{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow-right.png);
	background-repeat:no-repeat;
	width:57px;
	height:130px;
	position:absolute;
	top:156px;
	right:-14px;
	cursor:pointer;
	z-index:150;
}

/*
PageTopSlider slideshow style
*/

.pagetop-slide-img{
	width:997px;
	height:288px;
	display:block;
 border: none;
	-webkit-border-radius: 13px 13px 0px 0px;
	-moz-border-radius: 13px 13px 0px 0px;
	border-radius: 13px 13px 0px 0px;
	border-right:1px solid #797981;
}

.slide-img{
	width:447px;
	margin-left:60px;
	float:left;
}
.slide-text, .slide-text-video{
	width:390px;
	margin-left:23px;
	padding-top:69px;	
	float:left;
}
.slide-text h2{
	margin-bottom:20px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text p, .slide-text-video p{
	font-size:17px;
	line-height:24px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text img{
	margin:8px 0px 12px 0px;
}
.slide-text-full h2{
	margin-top:16px;
	font-weight:600;
	text-shadow:0px 1px 1px #000000;
	color:#ffffff;
}
.slide-text-full{
	margin-left:50px;
        float:left;
}
.slide-text-full h2{
	width:860px;
	/* text-align:center; */
	margin:14px auto 10px auto;
}
.slide-text-full p{
display:inline;
	/* width:510px; */
	/* margin:0px auto; */
 margin-left:3px;
	font-size:17px;
	/* text-align:center; */
	line-height:24px;
	font-family:'Metrophobic',Arial,Tahoma,Verdana;
	font-weight:100;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-img-full img{
	margin:35px 0px 0px 55px;
	float:left;
}
.slide-video{
	width:424px;
	height:267px;
	margin:68px 23px 0px 60px;
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/video-shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
.slide-text-video h2{
	margin-top:21px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}

.slide-context-box {
	display:;
	position:absolute;
	top:12px;
	right:28px;
	width:385px;
	height:249px;
	background-color: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5C000000,endColorstr=#5C000000); /* IE6–IE9 */
	zoom: 1;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px #888;
	padding:15px 0px 0px 15px;
	color:white;
	text-shadow: 0px 0px 3px black;
	font-size:17px;
}

.slide-context-box a, .slide-context-box a:active, .slide-context-box a:visited{
        color:white;
        text-decoration:none;
	text-shadow: 0px 0px 3px black;
}

.slide-context-box a:hover {
	text-shadow: 0px 0px 3px white;
	text-decoration: none;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}

.slide-context-box b, .slide-context-box strong{
        color:white;
        font-weight:600;
}

.slide-context-box h1, .slide-context-box h2, .slide-context-box h3, .slide-context-box h4, .slide-context-box h5, .slide-context-box h6{
	color:white;
	text-shadow: 0px 0px 3px black;
}

/* 
Slideshow structure 
*/

.pagetopslideshow-wrapper {
 position:relative;
	width:997px;
	height:288px;
 -webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	-webkit-box-shadow: 0px 3px 10px #222222;
	-moz-box-shadow: 0px 3px 10px #222222;
	box-shadow: 0px 3px 10px #222222;
}
#pagewidth-slider {
	margin-bottom:30px;
	margin-top:-0px;
	margin-right:20px;
}
#pagewidth-slider #pagetop-slider {
	width: 997px;
	top:0;
		-webkit-border-radius: 18px 18px 0px 0px;
	-moz-border-radius: 18px 18px 0px 0px;
	border-radius: 18px 18px 0px 0px;
	background:#fdfdfd;
	/* overflow:hidden; */
	height:288px;
}
#pagewidth-slider #pagetop-slider li {
	height:288px;
	position:relative;
	text-align:center;
	display:inline;
	width:997px;
}
.slide-content-wrapper {
	position:absolute;
	top:0px;
	left:0;	
	width:100%;
	height:90px;
}
.slide-content {
	margin:0 auto;
	padding-top:38px;
	width:997px;
	text-align:left;
	position:relative;
	z-index:908;
}

/*
Slideshow navigation
*/

#slide-nav{
	width:645px;
	margin:0px auto;
}
#pagetop-slideprev{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow-left.png);
	background-repeat:no-repeat;
	width:57px;
	height:130px;
	position:absolute;
	top:50%;
	margin-top:-65px;
	left:0px;
	cursor:pointer;
	z-index:50;
}
#pagetop-slidenext{
	background-image:url(https://silver-botanicals.com/assets/live_html/silver-botanicals/images/arrow-right.png);
	background-repeat:no-repeat;
	width:57px;
	height:130px;
	position:absolute;
	top:50%;
	margin-top:-65px;
	right:0px;
	cursor:pointer;
	z-index:50;
}