@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('/fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('/fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('/fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('/fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;}

* { 
  margin: 0; 
  padding: 0;}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;}

body { 
  font: normal .80em arial, sans-serif;}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;}

img { 
  border: 0;}

h1, h2, h3, h4, h5, h6 { 
  font: normal 200% 'Yanone Kaffeesatz', arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  letter-spacing: 2px;
  }
  
 h1 a {
	color: #94062C !important;
 }
 h1 a:hover {
	color: #555 !important;
 }

h2 { 
  font: normal 170% 'Yanone Kaffeesatz', arial, sans-serif;
  margin: 0;
  padding: 0 0 8px 0;}

h3 { 
  font: normal 150% arial, sans-serif;}

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  line-height: 1.5em;}

h5, h6 { 
  font: italic 95% arial, sans-serif;
  padding-bottom: 15px;}

a, a:hover { 
  outline: none;
  text-decoration: none;}

a:hover { 
  text-decoration: none;}

ul { 
  margin: 2px 0 22px 17px;}

ul li { 
  list-style-type: circle;
  margin: 0 0 0 0; 
  padding: 0 0 4px 5px;}

ol { 
  margin: 8px 0 22px 20px;}

ol li {
  margin: 0 0 11px 0;}

#main, #header, #logo, #menubar, #site_content, #footer { 
  margin-left: auto; 
  margin-right: auto;}

#main { 
  width: 950px;
  margin: 20px auto;}

header { 
  width: 950px;
  height: 155px;}

#logo { 
  width: 325px;
  float: left;
  height: 100px;
  background: transparent;
  padding: 0 0 10px 10px;}

#logo h1 { 
  font: normal 350% 'Yanone Kaffeesatz', arial, sans-serif;
  padding: 45px 0 0 17px;}
  
#logotext {
	font: normal 350% 'Yanone Kaffeesatz', arial, sans-serif;
	padding: 45px 0 0 17px;
	letter-spacing: 2px;
	margin: 0 0 15px 73px;
	display: block;
}

#logo h1 a:hover { 
  text-decoration: none;}

#site_content { 
  width: 940px;
  overflow: hidden;
  margin: 4px auto 0 auto;
  padding: 3px;
  border: 1px solid #555;
  }

#left_content { 
  float: left;
  text-align: justify;
  width: 195px;
  padding: 0px;
  margin: 0;}

#left_content ul { 
  margin: 2px 0 22px 0px;}

#left_content ul li { 
  list-style-type: none;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
  line-height: 1.5em;}

#right_content { 
  float: right;
  width: 740px;
  padding: 0;
  min-height: 100%;
  height: 100%;
  }

#right_content img { 
  float: left;}

footer { 
  width: 930px;
  font: normal 100% arial, sans-serif;
  padding: 0px 20px 5px 0;
  text-align: right; 
  background: transparent;
  overflow:hidden;}

footer p { 
  padding: 0 0 10px 0;}

footer a, footer a:hover {
  text-decoration: none;}

/* styling for the slideshow on the homepage */
ul.slideshow {
  width: 950px;
  height: 450px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 950px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 20px 25px 0 25px;   
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;}

/* form styling */
.form_settings { 
  margin: 0;}

.form_settings p { 
  padding: 0 0 10px 0;}

.form_settings span { 
  padding: 5px 0; 
  float: left; 
  width: 170px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea { 
  padding: 4px; 
  width: 252px; 
  font: 100% 'trebuchet ms', arial, sans-serif;
  border: 0;
  border-bottom: 1px solid; 
  background: transparent;}
  
.form_settings .submit { 
  font: 170% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 100px; 
  margin: 0 0 0 162px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;}

.form_settings textarea, .form_settings select { 
  font: 100% 'trebuchet ms', arial, sans-serif; 
  border: 1px solid; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  width: 250px;
  overflow: auto;}

.form_settings select { 
  width: 304px;}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

/* styling for the blog page */
#blog_container h4 {
  font: normal 200% 'Yanone Kaffeesatz', arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0;}

#blog_container h4.select {
  width: 475px;}

.blog {
  background: url(/images/calendar.png) no-repeat;
  width: 54px;
  height: 46px;
  float: left;
  margin: 0 15px 0 0;}

.blog h2 {
  font: bold 90% arial, sans-serif;
  text-shadow: none;
  text-align: center;
  margin: 0;
  padding: 4px 0 0 0;}
  
.blog h3 {
  font: 140% arial, sans-serif;
  text-shadow: none;
  margin: 0;
  text-align: center;
  padding: -10px 0 0 0;}
  
#blog_text {
  padding: 20px;
  overflow: auto;
  height: 100%;}

#blog_text h1 {
  font: normal 190% 'Yanone Kaffeesatz', arial, sans-serif;;
  margin: 0 0 15px 0;
  padding: 5px 0;}

/* stylesheet for sooperFish by www.sooperthemes.com -- author: jurriaan roelofs */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 180px;}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 180px;}

ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;}

ul.sf-menu { 
  display: block;
  position: relative;}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ }

ul.sf-menu a { 
  display: block;
  position: relative;}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 180px; 
  top: 38px;
  left: -999999px;
  background: #D5D5D6;
  border-radius: 10px;
  padding: 10px 0px;
  }
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ }

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 165px !important;
  white-space: nowrap;
  
  }
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;}

/* theming the menu */
nav { 
  width: 600px;
  margin: 1px auto 0 auto;
  float: right;
  padding: 60px 0 0 0;} 
  
ul#nav { 
  float: right;
  margin: 25px 10px 0 0;}

ul#nav li a {
  font: normal 150% 'News Cycle', sans-serif;
  text-decoration: none;
  outline: none;
  text-align: center;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  padding:5px 14px 6px 15px;
  position: relative;
  overflow: hidden;}

ul#nav ul { 
  margin-top: 40px;
  padding-bottom: 10px;}


#newitems img {
	width: 117px;
	height: 208px;
	padding: 3px;
}
#newitems li {
	float: left;
	display: block;
	list-style: none;
	border: 1px solid #888;
	margin: 0px 11px 25px 0px !important;
	background: none !important;
	padding: 0px !important;
	height: 215px;
	width: 123px;
	overflow: hidden;
}
#newitems a {
	line-height: 0px !important;
}
#top_phone {
	display: block;
	position: absolute;
	top: -30px;
	right: 0px;
	text-align: right;
}
#top_phone h5{
	padding: 0px !important;
}
#top_phone h4 {
	font-size: 19px;
	font-weight: bold;
}

.input input {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	width: 100%;
	height: 20px;
	outline: none;
}
.input {
	padding: 5px 10px;
	border: 1px solid #888;
	border-radius: 10px 0px 0px 10px;
	float: left;
	width: 138px;
	background: white;
}
button.search-button {
	float: left;
	display: block;
	width: 48px;
	height: 32px;
	border-radius: 0px 10px 10px 0px;
	background-color: #555;
	color: white;
	border: 0px;
	cursor: pointer;
}

.slideshow-container img {
	width: 640px;
}

#thumb-container #controls {
	display: none;
}

h1.pagetitle {
	text-shadow: #FFF 1px 1px;
	color: #222;
}

.price {
	font: 200% 'News Cycle', arial, sans-serif;
	font-size: 12px;
	color: #94062C;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 18px;
}

.detail_page h5 {
	padding-bottom: 10px !important;
	font-size: 17px;
	font-style: normal;
}

.small-product {
	width: 210px;
	height: 500px;
	padding: 3px;
	border: 1px solid #555;
	overflow: hidden;
	background: white;
	float: left;
	margin: 5px;
	position: relative;
}

.small-product img {
	width: 210px;
	height: 373px;
	border: none;
}

.small-product .info {
	background: #F1F1E7;
	text-shadow: 1px 1px #FFF;
	color: #555;
	padding: 5px;
	position: relative;
}

.small-product .info h3{
	margin-top: -1px;
	background: #555;
	margin: -8px -8px 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	color: whitesmoke;
	text-shadow: 1px 1px #222;
	padding: 0px;
	text-align: center;
}

.small-product .info h3.title {	
	text-align: left;
	padding: 0px 0px 0px 8px;
	border-top: none;
	width: 100px;
	border-radius: 0px 0px 25px 0px;
	margin-top: -10px;
}

.small-product .info h5{
	padding: 0px;
}

.small-product .fancy-button {
	position: absolute;
	top: 345px;
	right: 9px;
	width: 23px;
	height: 23px;
	display: block;
	text-decoration: none;
	background: #555 url(/images/fancybox_buttons.png) no-repeat -3px -64px;
	border-radius: 5px;
	z-index: 1000;
	cursor: pointer;
	opacity: 0.7;
}

.small-product .fancy-button:hover {
	opacity: 1;
}

.small-product .new {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 36px;
	height: 17px;
	display: block;
	text-decoration: none;
	background: #555;
	border-radius: 0px 0px 0px 25px;
	z-index: 1000;
	cursor: pointer;
	opacity: 1;
	color: whitesmoke;
	text-shadow: 1px 1px #222;
	padding-top: 3px;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}

.rubricks li {	
	background: none !important;	
	float: none !important;
	display: block;
	height: 22px;
	padding-top: 7px !important;
}
.rubricks li a {
	font-size: 17px;
}

.rubricks li.select {
	background: url(/images/arrow3.png) 0px 0px no-repeat !important;
}

.rubricks li.select a {
	color: whitesmoke;
	text-shadow: 1px 1px #222;
	/*font-weight: bold;*/
}

.sort {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.sort .sort-field {
	overflow: hidden;
	padding: 5px;
	height: 17px;
	margin-right: 10px;
	float: left;
}

.sort .asc, 
.sort .desc {
	padding-right: 27px;
	border-radius: 7px;
	padding-left: 10px;
}

.sort .asc {
	background: #555 url(/images/up-down-small.png) right 5px no-repeat;
}

.sort .desc {
	background: #555 url(/images/up-down-small.png) right -14px no-repeat;
}

.sort .asc a, 
.sort .desc a {
	color: whitesmoke;
	text-shadow: 1px 1px #222;
}


.pagenavigation {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}

.pagenavigation a,
.pagenavigation .text-field {
	overflow: hidden;
	padding: 5px;
	height: 17px;
	margin-right: 10px;
	float: left;
	display: block;
}

.pagenavigation a.active {	
	padding-right: 10px;
	border-radius: 7px;
	padding-left: 10px;
	background: #555;	
	color: whitesmoke;
	text-shadow: 1px 1px #222;
}

.form-field {
	width: 400px;
	height: 20px;
	padding: 5px 10px;
	border: 1px solid #555;
	overflow: hidden;
	float: left;
	background: white;
}

.checkbox {
	padding: 5px 10px;
	overflow: hidden;
	width: 112px;
	float: left;
}
.checkbox label{
	margin: -1px 0px 0px 7px;
	float: left;
	display: block;
	width: 90px;
	overflow: hidden;
}
.checkbox input[type=checkbox]{
	float: left;
	display: block;
}


.form-field.small-field {
	width: 30px;
	border: none;
	padding: none;
	background: transparent;
}

.form-field.small-field input{
	text-align:center;
}

.form-field-range {
	float: left;
	height: 32px;
	text-align: center;
	width: 24px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
}

.form-text {
	width: 400px;
	padding: 5px 10px;
	border: 1px solid #555;
	overflow: hidden;
	float: left;
	background: white;
}

.form-field input {
	border: none;
	width: 100%;
	height: 20px;
	background: none;
	outline: none;
}

.form-text textarea {
	border: none;
	width: 100%;
	height: 100px;
	background: none;
	outline: none;
	resize: vertical;
}
.label {
	width: 125px;
	height: 20px;
	padding: 5px 0px;
	float: left;
	text-shadow: #FFF 1px 1px;
	color: #222;
	font-size: 17px;
}

.form-line {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 15px;
}


.button-send {
	border: 1px solid #888;
	border-radius: 10px;
	background: #555;
	color: white;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 17px;
}

.catalog-filter-title {
	padding-bottom: 10px !important;
}

.noUiSlider a div {
	cursor: pointer;
}
	
.views {
	position: absolute;
	top: 328px;
	right: 8px;
	z-index: 1000;
	color: #949494;
	font-size: 11px;
}
.views img {
	width: 20px !important;
	height: 20px !important;
	display: block;
	float: left;
}

.views span {
	display: block;
	float: left;
	margin: 4px 0px 0px 3px;
}


.search_line {
	width: 100%;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}

.search_line .search_pic {
	display: block;
	float: left;
	margin-right: 10px;
	width: 75px;
}

.search_line .search_text {
	display: block;
	float: left;
	width: 750px;
}

.search_line p {
	padding: 0px 0px 5px 0px !important;
}

.search_line h3 {
	margin: 0px !important;
}

.price-table td,
.price-table th, 
.price-table tr {
	background: none;
	color: #222;
	border: 0px;
}

.price-table td,
.price-table th {
	padding: 0px 20px;
}

.price-table th {
	padding-bottom: 20px;
}

.price-table tr {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.price-table tr:hover {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #D5D5D6;
}

.excel {
	position: absolute;
	top: -65px;
	right: 35px;
}

.excel a {
	color: #40a100;
	font-weight: bold;
	font-size: 17px;
	text-decoration: underline;
}

.excel a:hover {
	text-decoration: none;
}

.excel img {
	display: block;
	float: left;
}

.excel .exlink {
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}


#socials {
width: 925px;
height: 20px;
padding: 10px;
background: #ebebeb;
border: 1px solid #555;
}

#socials .social-button {
	float: left;
}

div.title-search-result {
	z-index: 1001;
	background-color: white;
	border: 1px solid #888 !important;
	/*left: 860px !important;
    top: 677px !important;*/
	margin-left: 80px; 
	margin-top: 33px;
	width: 267px !important;
	border-radius: 10px;
	overflow: hidden;
}

#thumbs.detail-navigation {
	width: 270px !important;
}







