@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
        url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic.woff2') format('woff2'),
        url('CenturyGothic.woff') format('woff'),
        url('CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
        url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic-Bold.woff2') format('woff2'),
        url('CenturyGothic-Bold.woff') format('woff'),
        url('CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic-BoldItalic.eot');
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
        url('CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('CenturyGothic-BoldItalic.woff') format('woff'),
        url('CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('CenturyGothic-Italic.eot');
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
        url('CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic-Italic.woff2') format('woff2'),
        url('CenturyGothic-Italic.woff') format('woff'),
        url('CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: 'Century Gothic', Verdana,Arial,Helevtica,san-serif;
	/* -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale; */
}

body {
	text-align:center;
	margin:0;
	padding:0;
	color: #777777;
	background-color:#fff;
	list-style:none;
	position:relative;
	min-width: 1088px;
	/* background-image: url("../image/flower6_pattern2.png"); */
    background-position: left top;
    background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6  {
	font-family: Century Gothic, Century Gothic_ie, Times,Times New Roman,Georgia,Serif,arial;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0.6em;
	color: #262626;
}

body, td, th, input, textarea, select, a {
	font-size: 14px;
	line-height: 20px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



input[type="checkbox" i] {
	-webkit-appearance: checkbox  !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}

h2 {
	font-family: 'Century Gothic',Century Gothic_ie, Times,Times New Roman,Georgia,Serif,arial;
	color: #262626;
	font-size: 16px;	
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height:18px;
	}
	
span {
	font-family: 'Century Gothic' !important;
}

span > strong {
	font-size: 14px !important;
}
.text {
	margin: 0px 0 0 90px;
	line-height:18px;
	}
	
a, a:visited {
	color:#8D5B11;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color:#444;
	text-decoration:none;
}
* :focus {
	outline: 0;
}
:-moz-any-link:focus {
	outline: none;
}
a, a:focus{
	border:none;	
	outline: none !important;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

 .blogEntry h2 a
{
font-family: Century Gothic, Century Gothic_ie, Times,Times New Roman,Georgia,Serif,arial;
	text-decoration: none;
	color:#333;
	}
		
.box-content .blog_posts  {
	padding:0px;
	margin-left:-10px;
	width:220px;
	
}
	
	
.blog_posts li{
	    background: url("../image/bg_gradiant_image.png") repeat scroll 3px 293px #FFFFFF;
		padding:5px;
		-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #888888;
	-moz-box-shadow: 0px 2px 2px #888888;
	box-shadow: 0px 2px 2px #888888;
	margin-bottom:8px;
	border:1px solid #F0F0F0;
		
}

.blog_posts li a, .blog_posts li a:visited {
	line-height: 1.4em;
	display:block;
	}
	
.blog_posts p{
	line-height:12px;
	margin-bottom:5px;
	}

.text .one-half {
    width: 500px;
}

.text .one-half-sm {
    width: 350px;
}
.text .one-half-sm .last{
    width: 350px;
}
#subscribe {
	color: #000;
}

form#subscribe input {
	width: calc(100% - 30px);
	border-radius: 6px;
}
input[type='text'], input[type='password'], textarea {
	/* background: url("../image/input_bg.png") no-repeat scroll 0 0 #F8F8F8; */
	border: 1px solid #969696;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	height:18px;
	border-radius: 6px;
	text-align: center;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 4px;
	border-radius: 6px;
}
label {
	cursor: pointer;
}
.inner {
	margin:0 auto;
	width:1080px;
	clear:both;
	text-align:left;

}
/* layout */
#column-left {
	float:left;
	clear:left;
	width:242px;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:7px;
	background-color:#FFF;
	position:relative;
	/* background:url("../image/back_column.png") no-repeat scroll right 15px; */
}
.left_bottom{

}
#column-right {
	float:right;
	width:222px;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:7px;
	position:relative;

}
#content {
	margin-bottom: 25px;
	padding:15px 0 0 0;
/*	background:url(../image/bg_gradiant_content.png) top center repeat-x;
background:url("../image/flower6_pattern2.png") repeat scroll center top #FFFFFF;*/
	background-color:#ffffff;
	min-height: 800px;
	}
	
.hr {
    background: url("../image/hr_small.png") no-repeat scroll center center transparent;
}
.welcome-box .hr
{
    clear:none;
	display: block;
	padding: 23px 0;
    position: relative;
}
.hr {
    display: block;
	clear:both;
    padding: 23px 0;
    position: relative;
}
.welcome-box h2 {display: none !important;}


#content_wrapper
{
	clear:both;
	width:100%;
	position:relative;}
	
#column_main {
/*    border-bottom: 1px dotted #e1e1e1;
*/	min-height: 400px;
	margin-bottom: 2px;
	padding:12px 0 0 0;
}
#column-left + #column-right + #column_main, #column-left + #column_main {
	margin-left: 245px;
}
#column-right + #column_main {
	margin-right: 235px;
}

#clearfooter{clear:both; width:100%; height:40px;}
/* header */

#header {
	clear:both;
	width:100%;
	min-width:1088px;
	margin:0;
	padding:0;
	/* background:url(../image/bg_gradiant_stripe.png) top center repeat-x; */
}
#header .inner {
	height:90px;
/*	background: url("../image/top-menu-active.jpg") repeat-x scroll center bottom transparent;
*/}


/*Header Featuret Area*/
.wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}


.center {
    margin: 0 auto;
    padding: 2px 0px;
    width: 1080px;
}


#wrapper_featured_stripe{
z-index: 1;
height:135px;
}

#wrapper_stripe{
float: left;
height: auto;
z-index: 2;
padding:11px 0;
}


#wrapper_head{
background: #fff url("../image/bg_gradiant_stripe_top.png") repeat-x 0 0;
border-bottom: 1px solid #fff;
}

#wrapper_stripe{
background: #fff url("../image/bg_gradiant_stripe_top.png") repeat-x 0 0;
border-bottom: 1px solid #e5e5e5;
}

#wrapper_featured_stripe{
background: #fff url("../image/bg_gradiant_stripe.png") repeat-x 0 0;
border-bottom: 1px solid #ddd;
}

#wrapper_main{
background: #fff url("../image/bg_gradiant_body.png") repeat-x 0 0;
border-top: 1px solid #fff;
}


#wrapper_footer_bottom{
/* background: transparent url("../image/overlay.png") top left repeat-x; */
}


.logobg a{
background: transparent url("../image/logo.png") no-repeat 0 0;
}

.wrapper_shadow .center{
/* background: transparent url("../image/bg_shadow.png") no-repeat center center; */
}

#wrapper_featured_area{
background: transparent url("../image/bg_grain.png") repeat-x bottom center;
}



/*The heights of the following 3 classes controll the slider height*/
#wrapper_featured_area .slideshow{ 
height:400px; 	/*this changes the height of the main image slider*/
width:1080px;
overflow: hidden;
position: relative;
}
#slideshow0 {display: none;}
.featured, .fadeout {
height:340px;
}

.feature_excerpt{
max-height:400px;
padding:20px 30px 20px;
bottom:0;
display:none;
font-size:13px;
line-height:1.8em;
position:absolute;
width:250px;
z-index:3;
}

.feature_excerpt_pos_2{
left:0;
}

.feature_excerpt_pos_3{
right:0;
}

#top div .feature_excerpt .excerpt_button{
display:block;
font-size:24px;
height:auto;
margin-top:35px;
padding:18px 18px 16px;
text-align:center;
width:210px;
}



div .overlay_bottom {
    background-position: left top;
    bottom: 0;
    top: auto;
}

.overlay_top, .overlay_bottom {
    /* background-image: url("../image/overlay.png"); */
}

.overlay_top, .overlay_bottom {
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 1px;
    height: 5px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

/***********/


.slideshow li, .slideshow .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .slideshow li, .js_active .slideshow .featured{
display:none;
}

#top .slideshow img, #top .slideshow a img, #top .slideshow a{
border:none;
text-decoration: none;
display: block;
}

#top .slideshow a{
height:100%;
width:100%;
display: block;
}

.slidecontrolls {
float:left;
margin:10px auto 0;
position:absolute;
right:0;
z-index: 100;
}

.slidecontrolls a{
height:20px;
width:14px;
display:block;
cursor: pointer;
float:left;
outline: none;
}


.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}


.feature_wrap {
padding:3px 0;
position:relative;
width:100%;
}

#feature_info {
position:relative;
}

#feature_info .text {
padding:0 0 20px;
width:680px;
}



.featured object{
z-index: 1;
position: relative;
}

.entry .slidecontrolls{
margin:0;
}

/************************************************************************
FEATURED
*************************************************************************/
.slideshow{
}

.slideThumb{
background: transparent url("../image/thumb_shadow.png") repeat-x bottom center;
}

.slideThumWrap{
border:1px solid #ccc;
}

.slideThumWrap span{
border-width: 3px;
border-color: #fff;
border-style: solid;
}

.slideThumbTitle{
background:url("../image/arrow_down.png") no-repeat scroll bottom center transparent;

}

#top .slideThumbHeading{
background: #333;
color:#fff;
}

#top .slidecontrolls a{ 
background:transparent url(../image/slide_controlls.png) no-repeat  -28px top; 
}

#top .slidecontrolls .active_item, #top .slidecontrolls a:hover{
background:transparent url(../image/slide_controlls.png) no-repeat 2px top ;
}

.feature_excerpt, .sliderheading{
background: #333;
color:#fff;
}

#top div .feature_excerpt .excerpt_button{
background: #fff url("../image/bg_gradiant_stripe.png") repeat-x -1px -1px;
border:1px solid #FFFFFF;
color:#333
}

#top div .feature_excerpt .excerpt_button:hover{
background: #fff;
color:#444;
}


/*slideshow thumbnails*/
.slideshowThumbs{
float: left;
position: absolute;
top:25px;
left:16px;
}

.slideThumb{
float: left;
display: block;
list-style-type: none;
padding:15px 10px;
position: relative;
margin-left:-6px;
}

.slideThumWrap, .slideThumWrap img{
display: block;
height:50px;
width:70px;
overflow: hidden;
position: relative;
outline: none;
}

.slideThumWrap span{
display: block;
height:44px;
width:64px;
overflow: hidden;
position: absolute;
z-index: 10;
}

.slideThumWrap img, .slideThumWrap:hover img{
border:none;
}
#top .slideThumbTitle{
display:none;
padding-bottom:12px;
position: absolute;
left:-35px;
width:160px;
bottom: 80px;
}

#top .slideThumbHeading{
position: relative;
font-size: 11px;
font-weight: normal;
background: #333;
color:#fff;
width:140px;
padding:5px 10px;
display: block;
}

.slideThumbTitle strong{
font-weight: normal;
}


.slideWelcome{
width:400px;
height:100px;
position: relative;
background: #fff;
margin: 172px auto 0 auto;
display: block;
}

#top .slideshow .slideWelcome a
{
	display: inline;
	width:auto;
	height:auto;
}
*************************************************************8




.inner2 {
	width:100%;
background:url(../image/back_sc.jpg) top center no-repeat;
	background-color:#f8f8f8;
 border-bottom:1px solid #d1d1d1;
	float:left;
	clear:both;
	padding-bottom:0px;
}
#content .inner {
	background-position:0 1px;
	padding:5px 0px;
/*	background-color:#FFF;*/
	-moz-box-shadow: 0 4px 10px -1px rgba(150, 150, 150, 0);
}
#footer .inner {
	background-position:0 1px;
	padding:35px 0px 10px 0;
	min-height:200px;
}
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  width: 100%;
  padding:28px 0 0 0;
}
ul.sc_menu {
  display: block;
  height: 363px;
  /* Max width here, for users without Javascript */
  width: 1088px;
  padding: 0 0 0 0;
  /* Remove default margin */
  margin: 0 auto;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0;
  width:1088px;
  height:363px;
  margin:0 15px;
  position:relative;
}
.sc_menu a.bigie {
  display: block;
  height:363px;
  margin:0;
  padding:0;
  text-decoration: none;
}
.sc_menu span {
  display: block;
  height:40px;
  margin-top: 20px;
  text-align: center;
/*  text-transform:uppercase;*/
  color: #fff;
  padding:0 8px;
}
.sc_menu a.bigie:hover span {
  display: block;
}
.menu {
	width:1088px;
	margin:-110px auto 20px auto;
	position:relative;
	font-size:12px;
	z-index:1000;
	text-align:left;
	padding:10px 0зч;
}
.sub_cat {
	display:none;
	position:absolute;
	top:50px;
	left:15px;
	background: url('../image/bg-text-slide1.png') top left no-repeat;
	padding:20px 8px;
}
.sub_cat a {
	text-decoration:none;
	text-align:left;
	color:#fff;
	float:left;
	clear:both;
	display:block;
	width:160px;
/*	text-transform:uppercase;
*/	padding:2px;
	border-bottom:1px dotted #666;
}
.sub_cat a:hover {
	background-color:#f1f1f1;
	color:#777777;
}
.sc_menu li:hover .sub_cat {
	display:block;
}


.menu ul#topnav li {
	display: inline-block;
    list-style: none;
    margin: 0px 2px 0px 0;
    position: relative;
	padding: 0 0 0 15px;
	background: url('../image/skin-button1-on-left.png') top left no-repeat;
	text-align:center;
}
.menu ul#topnav {
	margin:6px auto;
	padding:0;
/*	background: url('../image/back_content_inner.png') bottom left no-repeat;
*/	text-align:center
}

.menu ul#topnav li a {
/*	background-color: #1F050B;
*/    color: #000000;
    display: block;
    float: left;
    font-size: 16px;
    padding: 2px 17px;
    text-decoration: none;
	line-height: 28px;
/*    text-transform: uppercase;
*/    white-space: nowrap;
 padding: 0 15px 0 0;
background: url('../image/skin-button1-on-right.png') top right no-repeat;
font-family: 'Century Gothic',Times,Times New Roman,Georgia,Serif,arial;

}
.menu ul#topnav li:hover {
	z-index:1600;
	padding: 0 0 0 15px;
	background: url('../image/skin-button2-hover-left.png') top left no-repeat;	
}
.menu ul#topnav li:hover a { 
	color:#ffffff;
	background-color:#fff;	
	 padding: 0 15px 0 0;
	background: url('../image/skin-button2-hover-right.png') top right no-repeat;
}
.menu ul#topnav ul.children {
	position:absolute;
	display:none; 
	width:179px;  
	top:28px; 
	left:0;
	z-index:9998;
	padding:6px 0px 0px 0px;
	margin:0;
  background: url('../image/bg-text-slide1.png') top left repeat;
	float:left;
}
.menu ul#topnav ul.children2 {
	position:absolute;
	display:none; 
	width:178px;  
	top:0px; 
	left:173px;
	z-index:9999;
	padding:0px;
	margin:0;
	background: url('../image/bg-text-slide1.png') bottom left repeat;
	float:left;
}
.menu ul#topnav ul.children li {
	float:left;
	clear:both;
	border-bottom:1px dotted #666;
	position:relative;
}  
.menu ul#topnav ul.children a, .menu ul#topnav li:hover ul.children a {
	display:block;
	width:140px; 
	height:auto; 
	padding:3px 4px 3px 15px; 
	float:left;   
	font-size:15px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#C9A95E;
	border:none;
	margin:0;
}    
.menu ul#topnav ul.children a:hover, .menu ul#topnav li:hover ul.children li {
	background:none;
}
.menu ul#topnav ul.children li a:hover {
		color:#ffffff;
}




/*menu metal */


.menu_metal {
	width:488px;
	margin:0px auto 20px auto;
	position:relative;
	font-size:12px;
	z-index:999;
	text-align:left;
	padding:10px 0зч;
}

.menu_metal ul#topnav li {
	display: inline-block;
    list-style: none;
    margin: 0px 5px 0px 0;
    position: relative;
	padding: 0 0 0 15px;
	background: url('../image/skin-button1-on-left.png') top left no-repeat;
	text-align:center;
}
.menu_metal ul#topnav {
	margin:-19px auto;
	padding:0;
/*	background: url('../image/back_content_inner.png') bottom left no-repeat;
*/	text-align:center
}

.menu_metal ul#topnav li a {
/*	background-color: #1F050B;
*/    color: #000000;
    display: block;
    float: left;
    font-size: 10px;
    padding: 2px 17px;
    text-decoration: none;
	line-height: 28px;
/*    text-transform: uppercase;
*/    white-space: nowrap;
 padding: 0 15px 0 0;
background: url('../image/skin-button1-on-right.png') top right no-repeat;


}
.menu_metal ul#topnav li:hover {
	z-index:1600;
	padding: 0 0 0 15px;
	background: url('../image/skin-button2-hover-left.png') top left no-repeat;	
}
.menu_metal ul#topnav li:hover a { 
	color:#ffffff;
	background-color:#fff;	
	 padding: 0 15px 0 0;
	background: url('../image/skin-button2-hover-right.png') top right no-repeat;
}
.menu_metal ul#topnav ul.children {
	position:absolute;
	display:none; 
	width:179px;  
	top:28px; 
	left:0;
	z-index:9998;
	padding:6px 0px 0px 0px;
	margin:0;
  background: url('../image/bg-text-slide1.png') top left repeat;
	float:left;
}
.menu_metal ul#topnav ul.children2 {
	position:absolute;
	display:none; 
	width:178px;  
	top:0px; 
	left:173px;
	z-index:9999;
	padding:0px;
	margin:0;
	background: url('../image/bg-text-slide1.png') bottom left repeat;
	float:left;
}
.menu_metal ul#topnav ul.children li {
	float:left;
	clear:both;
	border-bottom:1px dotted #666;
	position:relative;
}  
.menu_metal ul#topnav ul.children a, .menu_metal ul#topnav li:hover ul.children a {
	display:block;
	width:140px; 
	height:auto; 
	padding:0px 4px 0px 15px; 
	float:left;   
	font-size:11px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#C9A95E;
	border:none;
	margin:0;
	}    
.menu_metal ul#topnav ul.children a:hover, .menu_metal ul#topnav li:hover ul.children li {
	background:none;
}
.menu_metal ul#topnav ul.children li a:hover {
		color: #CCC;
}

/*menu metal end*/
#header .div2 {
	float:left;
	padding:0px;
	height:30px;
	margin:5px 0 0 0;
}
#header .div5 {
    clear: both;
    float: left;
    margin: 0 0 -4px;
    width: 1088px;
	height:22px;
	padding-top:1px;
/*	background: url('../image/back_menu.png') top center no-repeat;
*/}
#header .div5 a.toplinks {
    color: #555555;
    float: left;
    font-size: 10px;
    margin: 0 2px 0 0;
    padding: 2px 31px 15px 30px;
    text-align: center;
    text-decoration: none;
}
#header .div5 a.toplinks:hover, #header .div5 a.selected {
	color:#8D5B11;
	background: url('../image/back_link.png') top left no-repeat;
}
#header .div5 a.home {
    background: url("../image/back_home.png") no-repeat scroll left top transparent;
    display: none; /* display: block; */
    float: left;
    height: 33px;
    margin: 5px 10px 0 12px;
    padding: 0;
    text-align: center;
    text-indent: -9999px;
    width: 33px;
}

#header .div5 a.home:hover{
	background: url('../image/back_home.png') top left no-repeat;
}

#header .div5 #tab_cart, #header .div5 #tab_checkout {
	display: none;
}

#button-cart {
	background-color: rgb(51,51,51);
	line-height: 28px;
    padding: 2px 10px 0;
}

#button-cart:hover {
	background-color: #fff;
}

#button-cart > span {
	color: #fff !important;
	/* background-color: #000; */
}

#button-cart > span:hover {
	color: #000 !important;
	background-color: #fff;
}

#button-cart .button span:hover {
	color: #000 !important;
	background-color: #fff;
}

#header .div5 #wishlist_total {
	margin-left: 290px;
}
.header_top_left {
	float:left;
	clear:left;
	width:330px;
	margin:10px 0 0 0;
	padding:0px 1px;
	text-align:left;
}
.header_top_right {
	float:right;
	width:760px;
	height:29px;
	margin:20px 0 0 0;
	padding:0;
	text-align:left;
}
#header .div7 {
/*	background:url(../image/back_selector.jpg) top left no-repeat;
*/	padding:0px 0 0 13px;
	height:31px;
	width:50px;
	float:right;
	margin:0px 5px 0 0;
}
#header .div7 .sel_right {
/*	background:url(../image/back_selector_right.jpg) top left no-repeat;
*/	width:0px;
	height:31px;
	float:right;
}
#header_user {
	float:right;
	/* width:320px; */
	height:28px;
	font-size:10px;
	margin:2px -12px 0 0;
	padding:0px;
	cursor:default;
}
#header_user p {
	margin:0;
	padding:0px 0 0 0;
	text-align:right;
	color:#333;
}
#header_user p a{
	color:#b1b1b1;
	text-decoration:none;
}
#header_user p a.welcome_login, #header_user p a.welcome_logout, #header_user p a.welcome_account{
	color:#333;
	padding-left:15px;
	margin-left:8px;
}
#header_user p a.welcome_login, #header_user p a.welcome_logout{
	background: url('/S/image/data/lock.svg') top left no-repeat;
	background-size: 12px 12px;
	background-position:0 0px;
}
#header_user p a.welcome_account{
	background: url('../image/user.png') top left no-repeat;
	background-position:0 3px;
	padding-left:18px;
}

#header_user .registration {
	color:#333;
}

#header_top {
	height: 55px;
	margin-bottom: 7px;
	padding:10px 0 4px 0;
	background:url(../image/back_header_top.png) top center no-repeat;
}
#header #logo {
    margin: -18px 0 0 0 !important;
}

#logo img {
    width: 300px !important;
}

#header #logo {
	float:left;
	margin:-2px 0 0 0px;
}
#header #logo a{
	display:block;
}
#language {
	float:right;
	margin:3px 1px 0 0;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	margin:3px 10px 0 0;
	float:right;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 7px;
	color: #333;
	text-decoration: none;
	margin-right: 2px;
	margin: 1px 0;
	background-color:#cecece;
	font-weight:bold;
}
#currency a b {
	color: #f1f1f1;
	text-decoration: none;
	background-color:#333;
	padding: 1px 7px;
}
#welcome_user {
	float:left;
	padding:4px 0;
}
#header #cart {
	/* float:right;
	margin:0px 0 0 15px;
	padding:4px 8px 5px 35px;
	position:relative;
	background:url('/S/image/data/shopping-cart.svg') 7px 6px no-repeat;
	background-size: 20px 20px;
	z-index:2990;
	background-color: #F5F5F5;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px 2px 2px #888888;
	-moz-box-shadow: 0px 2px 2px #888888;
	box-shadow: 0px 2px 2px #888888; */
	float: right;
    margin: 0px -3px 0 15px;
    padding: 4px 8px 5px 35px;
    position: relative;
    background: url(/S/image/data/shopping-cart.svg) 7px 6px no-repeat;
    background-size: 20px 20px;
    z-index: 2990;
    /* background-color: #F5F5F5; */
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    /* -webkit-box-shadow: 0px 2px 2px #888888; */
    -moz-box-shadow: 0px 2px 2px #888888;
    /* box-shadow: 0px 2px 2px #888888; */
    border: 1px solid #969696;
    border-radius: 5px;
}
#header #cart .heading {
	float: left;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #555555;
	font-size: 17px;
	float:left;
	margin:2px 5px 0 0;
	padding:0;
	display: none;
}
#header #cart .heading a {
	text-decoration: none;
}
#header #cart .heading a span {
	background:url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	font-size:13px;
	color:#8D5B11;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 29px;
	right:0px;
	padding: 8px 8px 18px 8px;
	width:320px;
	min-height: 150px;
	background: #F5F5F5;
	border-radius: 6px;
	/* box-shadow: 0px 2px 2px #000000; */
}

#header #cart.active .heading {

}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}

#module_cart .checkout a:first-child, #header #cart .content .checkout a:first-child {
	margin-right: 10px;
}

#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #cart a.button {
	margin-right:0;
}
#header #search {
	float:left;
	width: 402px;
	height:31px;
	position:relative;
	z-index:12000;
}
#header .button-search {
	position: absolute;
	top:2px;
	right: -60px;
	background: url('/S/image/data/search.svg') center center no-repeat;
	background-size: 20px 20px;
	width: 27px;
	height: 29px;
	cursor: pointer;
	}
#header #search input {
	background: #f5f5f5;
	padding: 3px 26px 3px 5px;
	width: 430px;
	height: 24px;
	background:none;
    border: 1px solid #969696;
	border-radius:5px;
	text-align: center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"] {
	height: 48px;
}

input[type="radio" i] {
	appearance: radio !important;
	-webkit-appearance: radio !important;
    -moz-appearance: radio !important;
}

#button-search {
	margin-right: -2px;
	top: -46px;
	position: relative;
	background-color: #333;
	color: #fff;
	padding: 0;
}

#button-search span {
	color: #fff !important;
	padding: 0 20px;
}

#button-search span:hover {
	color: #fff !important;
	padding: 0 20px;
	background-color: #fff;
}

span#button-search a.button:hover {
	background: #fff;
}

#button-search:hover {
	/* background-color: #fff; */
	color: #000;
}

#button-search span:hover {
	color: #000 !important;
	/* background-color: #fff; */
}

#search_text {
    position: relative;
    top: -2px;
    height: 28px;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	clear: right;
    float: right;
    margin: 15px 0px 40px 0;
    width: 660px;
	height:45px;
	background: url('../image/back_main_menu.png') top left no-repeat;
	text-align:center;
}
#header .links a {
	float: left;
	display:block;
	margin-right: 2px;
	padding:16px 19px 13px 19px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
#header .links a:hover, #header .links a.selected {
	color:#c1006b;
	background: url('../image/back_main_menu_link.png') top center no-repeat;
}
/* menu */

.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #fefefe /* url(../image/attention.png) */ 10px center no-repeat;
    border: 1px solid #969696;
    border-radius: 6px;
    position: fixed;
    top: 100px;
    z-index: 99999;
    width: 700px;
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0;
    margin: 0 auto;
    display: block;
    left: calc(50% - 350px);
    box-shadow: 0px 0px 10px rgba(51,51,51,0.25);
}

.attention a {
	font-size: 14px;
}

.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.attention .close {
	float: none !important;
	position: absolute;
    top: 10px;
    right: 10px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px dotted #cecece;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #808080;
	padding: 8px 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 8px 14px;
	font-weight: bold;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
	font-size: 18px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	font-weight: bold;
    font-size: 14px;
    color: #000;
}
/* button */
a.button {
	/* background: url("../image/button-size1.png") no-repeat scroll 0 0 transparent; */
    color: #FFFFFF;
	font-size:13px;
	font-weight:normal;
    display: inline-block;
    /* margin-right: 5px; */
    text-decoration: none;
	height:32px;
    padding: 0 0 0 17px;
	/* text-shadow: 1px 1px 0 #000000; */
	/* background-color: #e0a755; */
	border-radius: 6px;
	border: 1px solid #969696;
}
a.button:hover span {
    color: #FFFFFF;
    background: #333;
    text-decoration: none;
	/* background: url("../image/button-size1.png") no-repeat scroll 0 -69px transparent; */

}

a.button:hover {
	background: #333;
	text-decoration: none;
}
.button span {
    color: #000;
    display: block;
	/* background: url("../image/button-size1.png") no-repeat scroll right -34px transparent; */
	height:32px;
	line-height: 30px;
    padding: 0 20px 0 0;
    border-radius: 6px;
}

.button:hover  span{
   	/* background: url("../image/button-size1.png") no-repeat scroll right -103px transparent; */
	}
.buttons {
	background: #FFFFFF;
/*	border: 1px solid #EEEEEE;
*//*	overflow: auto;
*/	padding: 14px 0 0;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
    border-bottom: 1px solid rgba(0,0,0,0);
    height: 40px;
    line-height: 16px;
	/* padding-left:40px; */
}
.htabs a {
    -moz-border-radius: 5px 5px 0 0;
    background: /* url("../image/tab.png") repeat-x scroll 0 0 */ rgb(51,51,51);
    border: 1px solid #969696;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 24px;
    margin-right: 2px;
    padding: 13px 27px 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 14px;
    border-radius: 6px;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 24px;
    color: #000;
}

.htabs a:nth-child(2) {
	display: none;
}
.tab-content {
    border-bottom: 1px solid #969696;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
    z-index: 2;
    margin-top: 20px;
}

/* box */
.box {
	margin:0 0 0px 0;
}
.welcome-box {
background:  
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../image/hr_small.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	  margin: 0 20px 0 0;
    padding: 12px 0;
}
.box .box-heading, .box h2 {
    border-bottom: 1px dotted #F1F1F1;
    font-size: 24px;
    margin: 0 0 5px;
    padding: 0 0 8px;
    text-align: left;
	font-family: 'Century Gothic',Century Gothic_ie,Times,Times New Roman,Georgia,Serif,arial;
}
#column-left .box h2, #column-right .box h2, #column-left .box .box-heading, #column-right .box .box-heading {
	/* background: url("../image/sidebar-heading-bg.jpg") no-repeat scroll left bottom transparent;
	color: #222222;
    font-size: 17px;
    padding: 0 0 7px 9px;
	border-bottom:none;
	line-height:37px; */
	color: #fff;
    font-size: 17px;
    padding: 0 0 0px 9px;
    border-bottom: none;
    line-height: 37px;
    background: #333;
    width: calc(100% - 30px);
    border-radius: 6px;
}

#column-right .box-heading {
	width: 100% !important;
	margin-left: -6px !important;
}
.box .box-content {
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
}
	
.box-product > div.prod_hold {
	width: 135px;
	/* height:369px; */
	/* background:url("../image/bg_gradiant_image.png") repeat-x scroll 3px 53px #FFFFFF; */
	float:left;
	vertical-align: top;
	margin:0 5px 15px 0;
	text-align:center;
	position:relative;
	
/*	border:1px dotted #DDDDDD;
*/}
.box-product > div.prod_hold_2{
	width: 129px;
	background:url("../image/bg_gradiant_image.png") repeat-x scroll 3px 53px #FFFFFF;
	float:left;
	vertical-align: top;
	margin:0 3px 15px 0;
	text-align:center;
	position:relative;
/*	border:1px dotted #DDDDDD;
*/}
#tab-related  div.prod_hold{
	width: 200px;
	background:url("../image/bg_gradiant_image.png") repeat-x scroll 3px 53px #FFFFFF;
	float:left;
	vertical-align: top;
	margin:0 3px 25px 0;
	text-align:center;
	position:relative;
/*	border:1px dotted #DDDDDD;
*/}


.box-product > div.prod_hold1 {
	width: 11%;
	float:left;
	vertical-align: top;
	margin:0 9px 25px 6px;
	text-align:center;
	position:relative;	
}


#accordion div.prod_hold {
	width: 24%;
	float:left;
	vertical-align: top;
	margin:0 5px 25px 0;
	text-align:center;
	position:relative;	
}
#column-left .box-product > div.prod_hold, #column-right .box-product > div.prod_hold {
	width: 95%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px -10px;
	text-align:center;
	padding:6px;
	position:relative;
	border-bottom: 1px dotted #F1F1F1;	
}


#column-left  .box-product .banner-square,  #column-right .box-product .banner-square {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 198px;
}

.box-product .image {
	display: block;
	margin-bottom: 0px;
}
#column-left .box-product .image, #column-right .box-product .image {
	float:left;
	display: block;
	margin-bottom: 0px;
}
#column-left .box-product .image img, #column-right .box-product .image img {
	margin-right:10px;

}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
#column-left .box-product .prod_name, #column-right .box-product .prod_name {
	float:left;
	width:90%;
	padding:0 8px;
	text-align:left;
	margin-bottom:8px;
	height:auto;
}
#column-left .label_small, #column-right .label_small {
	display:block;
	float:left;
	padding:0px 8px;
	font-size:11px;
	height:auto;
}
#column-left .box-product .name a, #column-right .box-product .name a {
	color: #C1006B;
	text-decoration:underline;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
#column-left .box-product .name, #column-left .box-product .price, #column-right .box-product .name, #column-right .box-product .price {
	text-align:left;
	margin:0 0 0 65px;
}
#column-left .box-product .price, #column-left .box-product .price-new, #column-right .box-product .price, #column-right .box-product .price-new {
	font-size:14px;
	font-weight: bold;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
#column-left .box-product .price-old, #column-right .box-product .price-old {
	color: #666;
	text-decoration: line-through;
	font-size:11px;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
#column-left .box-product .cart a.button, #column-right .box-product .cart a.button {
	background: url("../image/add.png") no-repeat scroll left center #E1E1E1;
    display: block;
    margin:0 auto;
	float:left;
    padding: 3px 8px;
    text-decoration: none;
	font-size:11px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#column-left .box-product .cart a.button:hover, #column-right .box-product .cart a.button:hover {
	background: url("../image/add.png") no-repeat scroll left center #b1b1b1;
}
#column-left .box-product .cart a.button span, #column-right .box-product .cart a.button span {
	color: #999999;	
}
#column-left .box-product .cart a.button:hover span, #column-right .box-product .cart a.button:hover span {
	color: #f5f5f5;	
}
/* box category */
.box-category {
	margin-top: -5px;
	padding:5px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/* -webkit-box-shadow: 0px 2px 2px #888888;
	-moz-box-shadow: 0px 2px 2px #888888;
	box-shadow: 0px 2px 2px #888888; */
	margin-bottom:8px;
	border:1px solid #969696;
	margin-left:-10px;
	width:210px;
}
.box-category ul, .box-account ul, .box-affiliate ul, .box-information ul, .box-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li, .box-account > ul > li, .box-affiliate > ul > li, .box-information > ul > li {
	padding:0px;
	 margin: 0 20px 0 0;
/*	  background: url("../images/pricing-table1-list-bg.jpg") no-repeat scroll 0 0 transparent;
*/}
.box-category > ul > li + li, .box-account > ul > li + li, .box-affiliate > ul > li + li, .box-information > ul > li + li {

}
.box-category > ul > li > a, .box-account > ul > li > a, .box-affiliate > ul > li > a, .box-information > ul > li > a {
    /*background: url("../image/bullet1.png") no-repeat 3px 11px;
    border-bottom: 1px dotted #DCDCDC; */
    color: #000;
    display: block;
 	font-size: 11px;
    padding: 3px 0 3px 15px;
    text-decoration: none;
/*    text-transform: uppercase;
*/}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
	color:#8D5B11;
}
.box-category ul li a:hover, .box-category ul li a.active {
	color:#8D5B11;
	background-color: #F5F5F5
}
.box-category > ul > li a.active + ul {
	display: block;
    padding-left: 15px;
    padding-top:0px;
	margin:5px 0;
}
.box-category > ul > li ul > li {
	padding:0px;
}
.box-category > ul > li ul > li > a {
	background: url("../image/bullet1.png") no-repeat scroll 13px 11px transparent;
    color: #1D1D1D;
	border-bottom: 1px dotted #DBDBDB;
    display: block;
    font-size: 11px;
    padding: 1px 0 1px 25px;
    text-decoration: none;
/*    text-transform: uppercase;
*/}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

.box-category > ul > li ul > li > ul > li > a {
	background: url("../image/bullet1.png") no-repeat scroll 35px 11px transparent;
    color: #777777;
	border-bottom: 1px dotted #DBDBDB;
    display: block;
    font-size: 11px;
    padding: 1px 0 1px 45px;
    text-decoration: none;
/*    text-transform: uppercase;
*/}
.box-category > ul > li ul > li > ul > li >a.active {
	font-weight: bold;
}

.box-category > ul > li ul > li > ul > li > ul > li >a {
	background: url("../image/bullet1.png") no-repeat scroll 50px 11px transparent;
    color: #777777;
	border-bottom: 1px dotted #DBDBDB;
    display: block;
    font-size: 11px;
    padding: 1px 0 1px 60px;
    text-decoration: none;
/*    text-transform: uppercase;
*/}
.box-category > ul > li ul > li > ul > li > ul > li > a.active {
	font-weight: bold;
}

#multi_display a.ui-state-active {
	font-weight: bold;
	color: #8D5B11;
}

#multi_display ul
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.top{
/*	overflow: auto;
*/	padding: 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #888888;
	-moz-box-shadow: 0px 2px 2px #888888;
	box-shadow: 0px 2px 2px #888888;
	width:1080px;
	margin-left:2px;
}


.category-info{
/*	overflow: auto;
*/	padding: 0px;
	margin-left:2px;
}


.category-info p {
    color: #AAAAAA;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
    overflow: hidden;
}
.category-info .image {
	float: left;
	margin-right: 15px;
	background: url("../image/bg_grain.png") repeat-x scroll center bottom transparent;
}
.category-info .image img{
	border: 0px solid #F1F1F1;
}
.category-list {
	overflow: auto;
	margin-bottom: 5px;
	padding-bottom:8px;
	border-bottom: 1px dotted #cecece;
}
.category-list ul {
	float: left;
	margin:0;
	padding:0;
}
.category-list ul li{
	list-style:none;
	float:left;
	margin:0 290px 8px 20px;
	text-align:center;
}
.category-list ul li .cat_img {
	width:380px;
	height:75px;
    border:1px solid #f1f1f1;
	border-radius: 3px 3px 3px 3px;
	overflow:hidden;
	-webkit-box-shadow: 2px 2px 3px #eee;
	-moz-box-shadow: 2px 2px 3px #eee;
	box-shadow: 2px 2px 3px #eee;
}
.category-list li a {
	display:block;
	width:90px;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	/* background-color:#F8F8F8; */
	border: 1px solid #969696;
	border-radius: 6px;
	padding:2px 12px 2px 12px;
	overflow: hidden;
	margin-bottom:15px;
	width: calc(100% - 26px);
	/* -webkit-box-shadow: 2px 2px 3px #eee;
	-moz-box-shadow: 2px 2px 3px #eee;
	box-shadow: 2px 2px 3px #eee; */
	}
.product-filter .display_buttons {
	margin-right: 15px;
	float: left;
	padding-top: 5px;
	color: #777;
}
.product-filter .sort {
	float: right;
	color: #777;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #777;
}
.product-compare {
	padding-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	float:left;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.big_label b {
    color: #CECECE;
    font-size: 14px;
    font-weight: bold;
}
.big_label .main_price {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
}

ul.display {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}
ul.display li {
	list-style:none;
	position:relative;
	clear:left;
	/* border-bottom:1px dotted #e1e1e1; */
	padding-bottom:10px;
	display:block;
	float:left;
	margin-bottom:30px;
	width:100%;
}
ul.display li a {
    text-decoration: none;
}
ul.display li .content_block {
    padding: 0 10px;
}
ul.display li .content_block h2 {
    margin: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 1.7em;
}
ul.display li .content_block p {
    margin: 0;
    padding: 5px 5px 5px 245px;  /*--The left padding keeps the
content from flowing under the image--*/
}
ul.display li .content_block a img{ /*--Double border technique--*/
    margin: 0 15px 0 0;
    float: left;
}
ul.display li a {
    text-decoration: none;
}
ul.display li .content_block {
    padding: 0 10px;
}
ul.display li .content_block p {
    margin: 0;
    padding: 5px 5px 5px 245px;
}
ul.display li .prod_name {
	/* border-bottom: 1px dotted #CECECE; */
	font-size:13px;
	margin:0 0 10px 0px;
	padding:0;
}
ul.thumb_view li{ 
	width: 25%; 
	position:relative; 
	float:left; 
	clear:none; 
	padding-bottom:10px; 
	/* margin-left:2px;  */
	min-height: 360px;
	text-align: center;
}
ul.thumb_view li h2 { display: inline; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0; float:none; }
.display_buttons b {
	float:left;
	margin:-4px 9px 0 0;
	
}
a.switch_thumb {
    width: 34px;
    height: 19px;
    line-height: 26px;
    padding: 0;
    margin:0 0 0 0;
    display: block;
    background: url("../image/switch.png") no-repeat;
    outline: none;
    text-indent: -9999px;
	float:left;
}
a.swap { background-position: left bottom; }
a:hover.switch_thumb {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.product-list > div {
	overflow: auto;
	margin-bottom: 25px;
	position:relative;
	border-bottom: 1px solid #EEEEEE;
}
ul.display li .image {
	float: left;
	margin-right: 15px;
}
ul.thumb_view li .image {
	float: none;
	margin:0 auto;
	text-align:center;
}
ul.display li .description {
	line-height: 15px;
	margin:0 10px 10px 175px;
	color: #4D4D4D;
}
ul.thumb_view li .description {
	display:none;
}
ul.display li .rating {
	color: #7B7B7B;
}
ul.display li .big_label {
	display:block;
	text-align:left;
	margin:0 10px 15px 175px;
	width:auto;
	height:auto;	
}
ul.thumb_view li .big_label {
    display:block;
	text-align:center;
	margin:8px 0;
	width:auto;
	height:auto;	
}
ul.thumb_view li .prod_name {
	/* border-bottom: 1px dotted #CECECE; */
	font-size:14px;
	margin:10px 0;
	padding:0 0 5px 0;
	height:auto;
	text-align:center;
	min-height:40px;
	line-height: 20px;
}
ul.display li b {
	color:#666;	
}
ul.display li .big_label .main_price {
	color:#111;
	font-size:21px;
	font-weight:bold;
}
ul.display li .big_label .main_price2 {
	color:#fff;
	font-size:17px;
	font-weight:bold;
}
ul.thumb_view li .big_label .main_price {
	color:#8D5B11;
	font-size:20px;
	font-weight:normal;
	margin-top:8px;
}
ul.thumb_view li .big_label .main_price2 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	clear:left;
	display:block;
}
ul.thumb_view li .big_label br {
	display:none;
}
ul.display li .big_label b {
	color:#666;
	font-size:14px;
	font-weight:bold;
}
ul.thumb_view li .big_label b {
	display:none;
}
ul.display li .price-old {
	color: #F00;
	text-decoration: line-through;
}
ul.display li h3 {
    border-bottom: 1px solid #CECECE;
	font-size:18px;
	margin:0 0 20px 175px;
}
ul.thumb_view li h3 {
	clear:both;
	margin:0;
	text-align:center;
	font-size:12px;
	margin:0 0 10px 0;
}
ul.display li .price-new {
	font-weight: bold;
}
ul.display li .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
ul.display li .cart {
	margin: 0;
	float:none;
	display: inline-block;
}
ul.display li .wishlist, ul.display li .compare {
	float:none;
	display: inline-block;
}
ul.display li .wishlist a, ul.display li .compare a, ul.display li .cart a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-right:12px;
	padding:5px 15px 4px 30px;
	background-color:#e3e3e3;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
ul.display li .wishlist a {
	background: url('/S/image/data/heart.svg') 2px 2px no-repeat;
	background-color:#e3e3e3;
	background-size: 24px 24px;
}
ul.display li .compare a {
	background: url('/S/image/data/check.svg') 2px 2px no-repeat;
	background-color:#e3e3e3;
	background-size: 24px 24px;
}
ul.display li .cart a {
	background: url('/S/image/data/shopping-cart.svg') 2px 2px no-repeat;
	background-color:#e3e3e3;
	background-size: 24px 24px;
}
ul.display li .cart a.button span {
	background: none;
	background-color:#e3e3e3;
    color: #000;
	font-size:11px;
	font-weight: normal;
    margin-right: 5px;
    text-decoration: none;
	height:3px;
    padding: 0 0 0 0px;
	text-shadow: none;
	line-height:20px;

}
ul.display li .cart a.button {
	text-shadow: none;
	font-size:11px;
	font-weight: normal;
	height:20px;
	
}
ul.thumb_view li .cart a.button {
	height:24px;
	border: none;
	/* margin-left: 30px;	*/
}


ul.thumb_view li .wishlist a, ul.thumb_view li .compare a, ul.thumb_view li .cart a, a.prod_wish, a.prod_compare {
	display:block;
	width:24px;
	height:24px;
	text-align:center;
	text-indent:-9999px;
	padding:0 0 0 0;
}
ul.thumb_view li .wishlist a {
	background: url('/S/image/data/heart.svg') left top no-repeat;
	margin: 0 10px;
	/* border: 1px solid #969696; */
	background-size: 24px 24px;
}
a.prod_wish {
	background: url('/S/image/data/heart.svg') left top no-repeat;
	margin:5px 8px 0 10px;
	float:left;
	background-size: 24px 24px;
}
ul.thumb_view li .compare a, a.prod_compare {
	background: url('/S/image/data/check.svg') left top no-repeat;
	/* border: 1px solid #969696; */
	background-size: 24px 24px;
	margin: 0 10px;
}
a.prod_compare {
	background: url('/S/image/data/check.svg') left top no-repeat;
	background-size: 24px 24px;
	float:left;
	margin: 5px 8px 0 10px;
}
ul.thumb_view li .cart a {
	background: url('/S/image/data/shopping-cart.svg') left top no-repeat;
	margin: 0 10px;
	background-size: 24px 24px;

}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	text-align:center;	
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 30px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 350px;
}
.product-info .image {
	height: 400px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}


.product-info .image {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 21px;
    position: relative;
    text-align: center;
    z-index:1;
}
.product-info .pricetag {
    color: #F5F5F5;
    display: block;
    height: 89px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #333333;
    top: -3px;
    width: 135px;
    z-index: 10000;
}




.product-info .image-additional {
	clear:left;
	float:left;
	width:300px;
}
.product-info .price_big {
    font-size: 25px;
    margin: 10px 0 0 0;
    padding-bottom: 0;
    font-weight: bold;
}

.price_big::first-letter {
	font-weight: normal !important;
}
.product-info .image-additional img {
	/* border: 1px solid #E7E7E7; */
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
/*	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;*/
	padding: 5px 5px 10px 5px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #000;
	font-weight:bold;
}
.product-info .description a {
	color: #8D5B11;
	text-decoration: none;
}
.product-info .price {
	padding: 20px 0 20px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #8D5B11;
}

.price:first-letter {
	font-weight: normal !important;
	font-family: 'Tahoma', Arial;
	line-height: 20px !important;
	margin-top: -2px !important;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	float:left;
	clear:left;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	float:left;
	clear:left;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
	float:left;
	clear:left;
	margin-top:10px;
}
.product-info .options {
    float: left;
    margin-bottom: 10px;
    padding: 0 5px 10px 87px;
    width: 400px;
}

.product-info .option {
      width: 180px;
	  float:left;
}

.product-info .cart {
    background-color: #fff;
    border: 1px solid #969696;
    border-radius: 5px 5px 5px 5px;
    color: #4D4D4D;
    float: left;
   	margin: 0 0 0 84px;
    padding: 10px;
    width: 359px;
}


.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
	display: none;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
    border: 1px solid #969696;
    border-radius: 5px 5px 5px 5px;
    color: #4D4D4D;
    float: left;
    margin: 8px 0 0 84px;
    width: 380px;
}
.product-info .tag {
    float: left;
    margin: 10px 0 0 84px;
    width: 380px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {	
	width: 100%;
/*	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;*/
	margin: 0 1px;
	/* border: 1px solid #969696; */
    border-radius: 6px;
}

.attribute > tbody > tr {
	border-bottom: 1px solid #969696;
}

.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #333;
}
.attribute td {
	padding: 1px 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
/*	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
}

.attribute_prod {
	/* border-collapse: collapse;
	width: 380px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	border-collapse: collapse; */
    width: 380px;
    margin-bottom: 20px;
    border: 1px solid #969696;
    border-radius: 6px;
    border-spacing: 0;
}
.attribute_prod thead {
	color: #fff !important;
	font-size: 13px;
}

.attribute_prod thead td, .attribute thead tr td:first-child {
	color: #fff !important;
	font-size: 13px;
	font-weight: normal;
	background: #333;
	text-align: left;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 5px 5px;
}
.attribute thead:nth-child(2) {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.attribute_prod tr td:first-child {
	color: #000000;
	text-align: left;
	width: 50%;
}
.attribute_prod tr:last-child {
	border-bottom: none;
}
.attribute_prod td {
	padding: 2px 4px;
	color: #4D4D4D;
	text-align: left;
	vertical-align: top;
	/* border-right: 1px solid #DDDDDD;*/
	border-bottom: 1px solid #969696; 
}
.attribute_prod > tbody > tr:last-child {
	border-bottom: 0 !important;
}
.also_avail {
	/* padding: 2px 120px; */
}


.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #969696;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #969696;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
	}

.wishlist-product tbody .cart {
	text-align: center;
	min-width: 140px;
}

.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
	min-width: 100px;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
img#captcha, .captcha_img {
	margin:10px 0 0 0;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	/* border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696; */
	border-radius: 6px;
	border: 1px solid #DBDEE1;
	border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #DBDEE1; /* this draws the table border  */ 
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #DBDEE1;
	/* border-bottom: 1px solid #969696; */
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DBDEE1;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
	-moz-box-shadow: 0 4px 10px -1px rgba(150, 150, 150, 0.9);
	border-radius: 6px;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-module {/* margin-left: -12px; */}
.cart-total {
	border-top: 1px solid #969696;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	margin-bottom: 20px;
	border-radius: 6px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #969696;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #969696;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: center;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #969696;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 

#footer {
    background: url("../image/bg_grain.png") repeat scroll center 0px transparent;
    border-top: 1px solid #D1D1D1;
    clear: left;
    float: left;
    margin: -22px auto;
    min-width: 1088px;
    width: 100%;
}

#footer h3 {
	font-size:19px;
	 border-bottom:1px solid #777;
	color:#777;
	margin:5px 0 15px 0;
	padding:0 0 8px 0;
	font-weight:normal;
}
#footer .column_big {
	float:left;
	width:432px;
	margin:0 0 3px 20px;
	text-align:justify;
}

#footer .column_big  p{
		line-height:16px
}

#footer .column {
	float:left;
	width:180px;
	margin:0 0 35px 20px;
	text-align:left;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding: 0;
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style:none;
}
#footer .column ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	font-size:11px;
	/* background: url("../image/bullet1.png") no-repeat scroll 0 1px transparent; */
	background-position:0 11px;
    padding:2px 0 2px 13px;
	border-bottom:1px dotted #c1c1c1;
}
#footer .column ul li a:hover, a:hover {
	color:#555;
	text-decoration:none;
}

#footer a {
	font-size:11px;
	color: #000;
	text-decoration: none;
}

.copyright {
    padding-top: 10px;
	text-align: center;
}
	
#wrapper_footer_bottom {
	height:90px;
	}

#wrapper_footer_top, #wrapper_footer_bottom {
    clear: both;
    position: relative;
    width: 100%;
}

#footer_info {
	position: relative;
	text-align:center;
	width: calc(100% - 30px);
	margin: 0 auto;
	display: none;
}

#footer_info a:before {
	content: ' | ';
}

#footer_info a:first-child:before {
	content: '';
}

#powered {
	margin: 0 auto;
	padding:10px 0 3px 0;
	text-align: right;
	clear: both;
	font-size:11px;
	color:#000;
	width:1088px
}
.poweredby {
	display: none;
}
span.payment {
	float:left;
	background: url('/S/image/data/fcc_logo.png') top left no-repeat;
	background-size: 300px;
	display:block;
	width: 300px;
	height:74px;
	margin:-4px 0 0 0px;
}
/* banner */
.banner {
	float:left;
/*	clear:left;
*/	margin-bottom:30px;
}
.banner div {
/*    border: 1px solid #D7D7D7;
*/    display: block;
    float: left;
     margin: 8px 0 0 18px;
}

#column-left .banner div, #column-right  .banner div  {
    margin: 8px 0 0 0px;
}



.banner div:hover{
/*	border:1px solid #919191;*/
}
.banner div img {
	
}
/* Clear Fix Hack ------------------------------------------------------------------------------------*/


.fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fixed {
	display:block;
}
/*  \*/
.fixed {
	min-height:1%;
}
* html .fixed {
	height:1%;
}
.last {
	margin-right:0px;
}
.clear {
	clear:both;
	font-size: 0;
	line-height: 0;
	height: 0
}
.block {
	display:block;
}

#header .slideshow {
    background: url("../image/back_slider.jpg") no-repeat center bottom;
	padding-bottom:20px;
	margin:0;
	float:left;
}
.featured {
	clear:both;
	text-align:center;
}
.featured .holder{
	width:1068px;
	height:270px;
	background: url('../image/back_featured.jpg') bottom center no-repeat;
	padding:10px;
	position:relative;
}
.featured .scrollable{
	width:898px;
	height:220px;
	background-color:#fff;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
a.scroll_item {
	display:block;
	width:161px;
	margin:0 5px 0 4px;
	padding:5px;
	border:none;
	text-decoration:none;
	float:left;
	position:relative;
	text-align:center;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.featured .prev {
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background: url('../image/nivo_nav.png') top left no-repeat;
	position:absolute;
	top:35%;
	left:8px;
}
.featured .next {
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background: url('../image/nivo_nav.png') top right no-repeat;
	position:absolute;
	top:35%;
	right:8px;
}
.prod_name {
	color: #000;
    font-size: 12px;
/*    font-weight: bold;
    height: 125px;*/
    line-height: 13px;
    padding: 8px 8px 0;
}
.prod_price {
	width:135px;
	margin:0px auto 15px auto;
	padding:0;
	color:#8D5B11;
	display:block;
	font-size:20px;
	font-weight:normal;
	letter-spacing: 1px;
}
#column-left .prod_price, #column-right .prod_price {
	padding:0;
	font-size:12px;
	display:inline;
}


/*#column-left {
background: url("../image/sidebar.png") repeat-y scroll 0 0 transparent;

}
.column-left .column_bottom {
    bottom: -1px;
    top: auto;
}

.column_top {
    background: url("../image/sidebar_top.png") no-repeat scroll left top transparent;
}
.column_bottom {
    background: url("../image/sidebar_bottom.png") no-repeat scroll left bottom transparent;
}

.column_top, .column_bottom {
    display: block;
    height: 115px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
*/

.cart_small {
	padding:0px 8px 0px 5px;
	margin:45px 0 0  0;
	border-bottom:1px dotted #e1e1e1;
}
.cart_small a{
	text-decoration:none;
	color:#333;
}
a.add_small {
	background: url("../image/cart.jpg") top right no-repeat;
	padding: 0px 24px 0 12px;
	margin: 20px 0 0 0;
	font-weight:bold;
	text-transform:capitalize;
	font-size:12px;
	color:#8D5B11;
	}

h1 {
    font-size: 26px;
/*    border-bottom: 1px solid #DCDCDC;
*/    padding:0 0 8px 0;
	margin:0 0 5px 0;
	text-align:left;
	font-weight:normal;
	font-family: 'Century Gothic';
}
h2 {
/*	border-bottom: 1px dotted #F1F1F1;
*/    font-size: 24px;
    margin: 0 0 2px;
    padding: 0 0 8px;
    text-align: left;
}
h3 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 5px;
	text-align:left;
}
h4 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 5px;
	text-align:left;
}
h5 {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 0 5px;
	text-align:left;
}
h6 {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 5px;
	text-align:left;
}
a.wrap_link{
	text-decoration:none;
	margin:0;
	padding:0;
	width:100%;
	display:block;
}
a .prod_name{
	color:#000;
	font-size:14px;
/*	font-weight:bold;
*/	padding-top:8px;
font-family: 'Century Gothic';
line-height: 17px;
}
span.label_small {
	display:block;
	height:25px;
	font-size: 16px;
	letter-spacing: 1px;
}
.price_main {
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.price_main2 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	display:block;
	margin-top:6px;
}
span.purple {
	font-weight:bold;
	font-size:18px;
	color:#950053;
}
#accordion {
	margin-bottom:30px;
}
#accordion .ui-widget-content {
	background-color:none;
	background:none;
}
#accordion h2 {
background: url("../image/arow_up_down.png") no-repeat scroll 8px 14px #F0F0F0;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    margin: 2px 0;
    padding: 8px 32px;	
}
#accordion h2 a {
	color: #777;
	font-size: 18px;
	font-family: 'Century Gothic',Times,Times New Roman,Georgia,Serif,arial;
	 margin:0 0 0 12px;
	 text-decoration:none;
}
#accordion h2.ui-state-active {
	background: url("../image/arow_up_down.png") no-repeat scroll 8px -12px #F0F0F0;
}
#accordion .ui-icon {
	display:none;
}
span.address {
	display:block;
	/* padding-left:20px;
	background: url('../image/address.png')  left 4px no-repeat; */
	font-size:12px;
}
span.phone {
	display:block;
	/* padding-left:20px;
	background: url('../image/phone.png') left 4px no-repeat;*/
	font-size:12px;
;
}
span.fax {
	display:block;
	padding-left:20px;
	background: url('../image/fax.png') left 4px no-repeat;
	font-size:12px;

}
div.tags {
	float:left;
	clear:left;
	width:100%;
	margin:10px 0 30px 0;
}



#module_cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 0 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    /* box-shadow: 0 2px 2px #DDDDDD; */
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    top: -1px;
}
#module_cart.active .heading {
    border-left: 1px solid #EEEEEE;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}
#module_cart.active .content {
    display: block;
}
#module_cart .cart {
    border-collapse: collapse;
    /* margin-bottom: 5px; */
    width: 96%;
}
#module_cart .cart td {
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    padding: 2px 3px;
    vertical-align: top;
}
#module_cart .cart .image {
    display: none;
}
#module_cart .cart .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
#module_cart .cart .name small {
    color: #666666;
    line-height: 14px;
}
#module_cart .cart td.total, #module_cart .cart td.quantity{
    text-align: right;
    vertical-align: middle;
}
#module_cart .cart .remove {
    text-align: right;
	padding: 0 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
    cursor: pointer;
}
#module_cart table.total {
    border-collapse: collapse;
    clear: left;
    float: right;
    margin: 5px 11px;
    padding: 5px;
}
#module_cart table.total td {
    color: #000000;
}
#module_cart .checkout {
    clear: both;
    text-align: right;
    margin-right: 6px;
}
#module_cart .empty {
    /* text-align: center; */
}

/*table tabs*/
.entry th.nobg {
    background: none repeat scroll 0 0 transparent;
    border-left: 0 none;
    border-top: 0 none;
}

th.nobg {
    border-right: 1px solid #E1E1E1;
    color: #555555;
}

.entry th {
    background: none repeat scroll 0 0 #555555;
    font: bold 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    letter-spacing: 2px;
    padding: 6px 6px 6px 12px;
    text-align: left;
    text-transform: uppercase;
}

th {
    background: none repeat scroll 0 0 #555555;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    color: #FFFFFF;
}
.entry th.specalt {
    border-top: 0 none;
    font: bold 10px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

th.specalt {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 1px solid #E1E1E1;
    color: #777777;
}

.entry  td.alt {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #777777;
}

.entry td {
    padding: 6px 6px 6px 12px;  
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    color: #777777;
}


.scrollTop {
    display: block;
    float: right;
    outline: medium none;
    padding: 0 10px;
	font-size:9px;
	color:#77;7
}


/*code start */
.banner-square {
list-style : none;
margin: 0;
padding: 0;
width:128px;
position: relative;
}

.banner-square img {
}

.banner-square-cat{
list-style : none;
/* margin: 0 0 0 40px; */
margin: 0;
padding: 0;
/* width:149px; */
position: relative;	
	}

.product_image {
list-style : none;
position: relative;
}

.product_image img {
}

.promotags {
display: block;
position: absolute;
z-index: 1;
background-position: bottom right !important;
right: 0px !important;
} 
.discount-bullet {
text-align: center;
position: absolute;
background: url('../image/discount_bgred.png') no-repeat;
z-index: 1;
right: 0px !important;
bottom: 115px !important;
}
.percentage {
text-align: center;
font:bold 11px arial;
color:#ffffff;
padding-top:5px;
line-height:12px;
height:36px;
}
/*code end */

/*.category-info-text-insert{
	background:url('../image/bg-text-slide.png'); position:absolute; width: 184px; height: 200px; left: 195px;
	-moz-box-shadow: 6px 12px 3px rgba(9, 0,0, 0.4);
}*/
.category-info-text-insert {
    -moz-box-shadow: 0 0 9px rgba(9, 0, 0, 0.9);
	background:url('../image/bg-text-slide.png'); position:absolute; width: 184px; height: 200px; left: 195px;
    height: 200px;
    left: 195px;
    position: absolute;
    width: 194px;
}

.category-info-header
{
position:absolute; 
font-size:50px; 
font-family: 'Century Gothic',Century Gothic_ie, Times,Times New Roman,Georgia,Serif,arial;
color:#fff; 
width: 1014px; 
height: 57px; 
text-shadow:5px 5px 10px #000
}
.category-info-header h2 {
    color: #FFFFFF;
    font-family: 'Century Gothic',Century Gothic_ie,Times,Times New Roman,Georgia,Serif,arial;
    font-size: 40px;
    height: 57px;
    left: 9px;
    position: absolute;
    text-shadow: 5px 5px 10px #000000;
    top: 26px;
    width: 804px;
}

.category-info-header h1
{
position:absolute; 
font-size:20px; 
font-family: 'Century Gothic',Century Gothic_ie, Times,Times New Roman,Georgia,Serif,arial;
color:#fff; 
left: 9px; 
top: 5px; 
width: 1014px; 
height: 57px; 
text-shadow:5px 5px 10px #000
}

.category-info-copy
{
width:156px; 
color:#FFFfff; 
position:absolute; 
left: 9px; 
height: 118px; 
top: 70px;
overflow:hidden;
}


/*typography*/
.dropcap1, .dropcap2, .dropcap3, .dropcap4, .dropcap5, .dropcap6, .dropcap7, .dropcap8 {
    float: left;
    text-align: center;
		font-family: 'Century Gothic',Times,Times New Roman,Georgia,Serif,arial;

}

.dropcap1, .dropcap2, .dropcap3, .dropcap4 {
    font-size: 28px;
    height: 43px;
    line-height: 42px;
    margin: 0 7px 0 0;
    width: 44px;
}
.dropcap1 {
    background: url("../image/dropcap1.png") no-repeat scroll left top transparent;
    color: #616161;
}
.dropcap2 {
    background: url("../image/dropcap2.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
}
.dropcap3 {
    background: url("../image/dropcap3.png") no-repeat scroll left top transparent;
    color: #616161;
}
.dropcap4 {
    background: url("../image/dropcap4.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
}
.dropcap5, .dropcap6, .dropcap7 {
    font-size: 26px;
    height: 41px;
    letter-spacing: 1px;
    line-height: 41px;
    margin: 0 7px 0 0;
    padding: 0 10px;
    width: auto;
}
.dropcap5 {
    background: url("../image/dropcap-bg1.png") repeat-x scroll left bottom transparent;
    border: 1px solid #DEDEDE;
    color: #616161;
}
.dropcap6 {
    background: url("../image/dropcap-bg2.png") repeat-x scroll left bottom transparent;
    border: 1px solid #555555;
    color: #FFFFFF;
}
.dropcap7 {
    background-color: #F1F1F1;
    border: 3px solid #DADADA;
    color: #616161;
    height: 37px;
    line-height: 37px;
}
.dropcap8 {
    color: #616161;
    font-size: 36px;
    line-height: 30px;
    padding: 10px 10px 0;
}

.pullquote-left, .pullquote-right, blockquote, blockquote p  {
    float: left;
    text-align: center;
		font-family: 'Century Gothic',Century Gothic_ie,Times, Times New Roman,Georgia,Serif,arial;

}

.pullquote-left, .pullquote-right {
    background: url("../image/pullquote1.jpg") repeat-y scroll 0 0 transparent;
    color: #5B5A5A;
    font-size: 19px;
    font-style: italic;
    /*font-weight: bold;*/
    line-height: 22px;
    padding-left: 20px;
    width: 30%;
	text-align:left;
}
.pullquote-left {
    float: left;
    margin: 20px 15px 20px 0;
}
.pullquote-right {
    float: right;
    margin: 20px 0 20px 15px;
}
blockquote.style1 {
    background: url("../image/quote-top.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #5B5A5A;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 20px 0;
    padding: 0;
}
blockquote.style1 p {
    background: url("../image/quote-bottom.png") no-repeat scroll right bottom transparent;
    display: block;
    line-height: 24px;
    margin: 0;
    padding: 15px 59px 18px;
}




.one-full, .one-half, .one-third, .one-fourth, .one-fifth, .one-sixth, .two-third, .three-fourth, .four-fifth, .five-sixth, .one-half-sm{
    float: left;
    margin: 0 30px 10px 0;
    position: relative;
}
.last {
    margin-right: 0;
}
.one-full {
    margin-right: 0;
    width: 960px;
}
.one-half {
    width: 400px;
}
.one-third {
    width: 300px;
}
.one-fourth {
    width: 217px;
}
.one-fifth {
    width: 168px;
}
.one-sixth {
    width: 135px;
}
.two-third {
    width: 630px;
}
.three-fourth {
    width: 713px;
}
.four-fifth {
    width: 762px;
}
.five-sixth {
    width: 795px;
}


.gold_silver{
position:absolute; 
left: 487px; 
top: 102px; 
width: 278px; 
height: 72px; 
}


.gold, .silver
{
font-size:100px; 
font-family: 'Century Gothic',Century Gothic_ie, Georgia,Times,Times New Roman,Georgia,Serif,arial;
}


.gold
{
color:#C90;	
-webkit-mask-image: -webkit-gradient(linear, right top, left bottom, from(rgba(0,0,0,1)), color-stop(90%, rgba(0,0,0,.5)), to(rgba(0,0,0,1))); 
}

.silver
{
color:#ddd;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));   
}

#menu .menu-list{
color: #C93; 
text-align:left;
line-height:12px;
font-weight:normal;
font-size:11px;
}

.sub-menu-header{
color: #C93;
line-height:13px;
margin-bottom:20px;
}

.sub-menu-header-h {
    color: #CC9933;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 23px;
    min-height: 85px;
}


#menu {
	/* background: url("../image/menu_top4.png") repeat-Y scroll -7px -2px transparent;
	border-bottom: 1px solid #000000;
	height: 75px;
	margin: 10px auto 10px auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #000000;
	-moz-box-shadow: 0px 2px 2px #000000;
	box-shadow: 0px 2px 2px #000000;
	padding: 0px 0px;
	width: 1084px; */
	/* background: url(../image/menu_top4.png) repeat-Y scroll -7px -2px transparent; */
    /* border-bottom: 1px solid #000000; */
    height: 75px;
    margin: 10px auto 10px auto;
    /* -webkit-border-radius: 5px 5px 5px 5px; */
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    /* border-radius: 5px 5px 5px 5px; */
    /* -webkit-box-shadow: 0px 2px 2px #000000; */
    -moz-box-shadow: 0px 2px 2px #000000;
    /* box-shadow: 0px 2px 2px #000000; */
    padding: 0px 0px;
    width: 1084px;
    /* border: 1px solid #969696; */
    border-radius: 8px;
    color: #000;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	/* float: left; */
	z-index: 20;	
	display: inline-block;
}
#menu > ul > li:hover {
	/* background: url("../image/menu-bg.jpg") repeat-x scroll 0 -22px transparent; */
	background: #333;
	border-radius: 6px;
}

/*#menu > ul > li:nth-child(10) {
	margin-left: 120px;
}

 #menu > ul > li:first-child:hover {
	border-top-left-radius: 6px;
} */

#menu > ul > li > a {
	font-size: 14px;
	color: #000;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 13px 11px 13px;
	z-index: 6;
	position: relative;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	font-weight: bold;
	font-family:'Century Gothic',Times,Times New Roman,Georgia,Serif,arial;
	}

#menu > ul > li > a:hover {
	color: #fff;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/bg-text-slide1.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 5px 3px;
	color: #FFFFFF;
	display: block;
	white-space: pre-wrap;
	min-width: 124px;
}
#menu > ul > li ul > li > a:hover {
	background: #7B0121;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

#menu > ul > li > div > ul > li > a:hover {
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	text-shadow: 0px 0px 0 #4f4f4f;
}
#menu > ul > li ul + ul {
	padding-left: 10px;
	padding-right: 8px;
	border-left:1px dotted #555;
}



<!--spot gold-->

div.widget-page {
background-color:#ddd !important; 
position:relative;
padding:0px 5px 0px 5px;
border-bottom:0px;
text-align:center;
}
div.widget-header {
text-align:center;
margin-bottom:8px;
padding-bottom:2px;
border-bottom:2px Dotted #424242 !important;
}
.widget-header h2 {
font-size:20px;
margin-bottom:0;
margin-top:5px;
color: #e7b520;
}
.widget-footer-info {
color:#B9B9B9;
font-size:10px;
}
.widget-footer-info a:link,div.widget-footer-info a:active,div.widget-footer-info a:hover,div.widget-footer-info a:visited {
color:#C3C3C3
}
.widget-footer {
text-align:center;
}
table.spotprice {
width:100%;
heigth:100%;
text-align:left;
border-spacing: 0px;
border-collapse:collapse;

}
table.spotprice th {
font-weight:700;
font-size:13px !important;
padding-bottom:2px;
color: #e7b520;
}
table.spotprice tr.filler td div{
height:1px;
border-bottom:2px Dotted #424242 !important;
}
table.spotprice tr.last td {
border-bottom:none;
}
table.spotprice td.metal-name {
font-weight:bold;
}

.fullwidth .one_fourth {
    width: 208px;
}

.framed_one_fourth {
    background: url("../image/framed_one_fourth.png") repeat-x scroll center bottom #FFFFFF;
}

.framed {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.framed, .framed span, .framed img {
    display: block;
}

.one_fourth {
    float: left;
    margin-right: 35px;
    overflow: hidden;
    position: relative;
    width: 121px;
}

.framed_full_size {
    background: url("../image/framed_full_size.png") repeat-x scroll center bottom #FFFFFF;
}

.framed_full_size {
    width: 590px;
}

.framed span {
    background: url("../image/bg_gradiant_image.png") repeat-x scroll left bottom #FFFFFF;
    border: 1px solid #E1E1E1;
}

.framed img {
    padding: 6px;
}

.social_bookmarks li {
    float: left;
    margin: 0 0px 0 7px;
}
.social_bookmarks {
    list-style-position: outside;
    list-style-type: none;

}
#footer .column ul li .social_bookmarks {
	margin: 0px 0px 0 0;
}


#footer .column ul li .social_bookmarks .rss a, .social_bookmarks .rss a {
    background: url("../image/rss_16.png") no-repeat scroll 0 0 transparent;
}
#footer .column ul li .social_bookmarks .facebook a, .social_bookmarks .facebook a {
    background: url("../image/facebook_16.png") no-repeat scroll 0 0 transparent;
}
#footer .column ul li .social_bookmarks .twitter a , .social_bookmarks .twitter a{
    background: url("../image/twitter_16.png") no-repeat scroll 0 0 transparent;
}
#footer .column ul li .social_bookmarks .flickr a , .social_bookmarks .flickr a{
    background: url("../image/flickr_16.png") no-repeat scroll 0 0 transparent;
}

#footer .column ul li .social_bookmarks li a,  .social_bookmarks li a {
    border: medium none;
    display: block;
    float: left;
    height: 48px;
    outline: medium none;
    padding: 0;
    /* text-indent: 9999px; */
    width: 48px;
	overflow:hidden;
}
.social_bookmarks {
    border: medium none;
    display: block;
    float: right;
    list-style-position: outside;
    list-style-type: none;
	margin:0 30px 0;
}

.pic_zoom { 
      width: 200px; 
} 
.pic_zoom img{ 
      width: 20px; 
      height: auto; 
      margin: -3px 0px; 
      cursor: crosshair; 
} 
#zoom { 
      position: absolute; 
      border: 1px solid   #333; 
      overflow: hidden; 
} 
#zoom img{ 
      position: absolute; 
} 

#menu > ul > li:last-child a {
    color: red;
	background:white;
}

#menu > ul > li:last-child a:hover {
	color: white;
	background:#969696;
	border-radius: 6px;
}
.cart {
	margin-left: 0px;
}

/* .three_buttons {
	background: url('/S/image/data/shopping-cart.svg') left top no-repeat;
	background-size: 24px 24px;
	margin: 0px -18px 0 50px;
	border: none;width: 40px;
	height: 40px;
	float: left;
} */

#buysafeRollover {
	display: none !important;
}