﻿@font-face {
	font-family: 'Oswald';
	src: url('../fonts/oswald-webfont.eot');
	src: url('../fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/oswald-webfont.woff') format('woff'),
		url('../fonts/oswald-webfont.ttf') format('truetype'),
		url('../fonts/oswald-webfont.svg#oswald-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeX Gyre';
	src: url('../fonts/texgyreadventor-regular-webfont.eot');
	src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
		url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
		url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventor-regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{background:#282828 url(../images/sedibg_dunkel1_heller.jpg) top left repeat; }
body{
	margin:0;
	color:#ffffff;
	font: 12px/14px 'Oswald', Impact, Helvetica, sans-serif;
	/*background:url(../images/bg-page-t.png) 50% 0 repeat-x;*/
	/*background:url(../images/sedibg_dunkel1_heller.jpg);*/
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#fff;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#wrapper{
	width:960px;
	margin:0 auto;
	height:400px;
}
#header{
	padding:27px 0 0 0;
	width:960px;
}
#header:after{
	content:'';
	display:block;
	clear:both;
}
.logo{
	float:left;
	/*text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	width:638px;
	height:19px;*/
	height: 26px;
	line-height: 26px;
	margin:8px 0 0 6px;
	font-family: 'TeX Gyre';
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 5px;
	background:url(../images/border-bg-o1.png) bottom center repeat-x;
}
.logo_highlight {
	color: #8b8b8b;
}
.logo a{
	height:100%;
	display:block;
	text-decoration: none;
}
#logo-image-container { 
	border: 0px; 
	float: left; 
	min-height: 60px; 
	margin-bottom: 10px; 
}
.btns{
	padding:0;
	margin:0 -4px 26px 0;
	list-style:none;
	float:right;
	font-size:14px;
	line-height:18px;
}
.btns li{
	float:left;
	margin:0 0 0 10px;
}
.btns li:first-child{margin:0;}
.btns a{
	float:left;
	background:url(../images/btn-veiw.png) no-repeat;
	width:95px;
	color:#111418;
	text-shadow: 0 1px 1px #17181b;
	height:18px;
	padding:8px 0 11px;
	text-align:center;
	text-decoration:none;
}
.btns a:hover {
	
}

.btns .logout{
color:#feffff;
	background:url(../images/btn-logout.png) no-repeat;
	width:75px;
	text-shadow:none;
	box-shadow: 0px 1px 0px #45464B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-widkid-border-radius: 3px;
}

.btns .logout:hover {
	background:url(../images/btn-logout-hover.png) no-repeat;
}
.side-holder .btns {
	float:right;
	width: 234px;
	height: 37px;
	display: block;
	padding: 18px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #000;
	margin-top: 15px;
	margin-right: 0px;
	padding-left: 56px;
		border-radius: 3px;
	-moz-border-radius: 3px;
	-widkid-border-radius: 3px;

}
#nav{
	float:left;
	width:100%;
	/*background:url(../images/bg-nav.png) no-repeat;*/
	background:url("../images/menu_gradient_bg5.png") repeat scroll 0 0 #000000;
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-size:15px;
	line-height:18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*box-shadow:0px 1px 0px #45464b;*/
	border: 1px solid #111;
	margin-top:5px;
	
}
#nav li{
	float:left;
	background:url(../images/menu_space2.png) 100% 0 no-repeat;
	/*padding:0 3px 0 0;*/
}
#nav a{
	float:left;
	padding:10px 20px 14px 22px;
	text-decoration:none;
	letter-spacing:1px;
}
#nav a.menu-selected {color:#fff;
	/*background-image: url('../images/bg-nav-active.png');*/
	/*background-color:#121212;*/
	background: rgba(0, 0, 0, 0.6);
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
/*
#nav li first-child a:hover{
	border-radius:7px;
}
*/
#nav a:hover {	
	/*background: url('../images/bg-nav-hover2.png') left top repeat-x;*/
	background-color: #000;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}


#nav:after {
	content:'';
	display:block;
	clear:both;
}
#nav li {
	float:left;
}
#nav a {
	float:left;
	text-decoration:none;
}
/*
#nav li:first-child a:hover{
	border-radius:10px 0 0px 10px;
	-webkid-border-radius:10px 0 0px 10px;
	-moz-border-radius:10px 0 0px 10px;
}*/

#nav li:hover a, #nav li .menu-selected {
	cursor:pointer;
}
#nav li:hover {
	position:relative;
	z-index:100;
}
#nav .drop {
	display: none;
	width:160px;
	position: absolute;
	top: 42px;
	left: -2px;
	z-index:100;
	background: #2c2f36;
	border: 1px solid #26282a;
	border-top: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 11px;
	font-size: 12px;
	text-transform: none;
}
/*
#nav .drop:before{
	font-size:9px;
	display: block;
	text-align: center;	
	color: #000;
	font-weight:bold;
	text-shadow:0px 1px 0px #333;
	position: absolute;
	top: -18px;
	z-index: 100;
	width: 80%;
}*/

#nav li:hover .drop {
	display:block;
}
#nav .drop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav .drop ul li a{
	float:none;
	background: url('../images/left-icon.png') left 6px no-repeat;
	margin-bottom: 5px;
	margin-top: 3px;
}

#nav .drop ul li a.menu-selected{
	background: url('../images/dropdown-bullet.png') left 6px no-repeat;
}
#nav .drop ul li a:hover{
	background: url('../images/dropdown-bullet.png') left 6px no-repeat;
}

#nav .drop ul li{
	min-width:156px;
	background:url(../images/border-bg-o1.png) bottom center repeat-x;
}


#nav .drop ul li:first-child a:hover{
	border-radius:0! important;
}
#nav li:hover .drop ul li a {
	float:none;
	text-decoration:none;
	padding: 0px 10px 0px 12px;
	line-height:20px;
	display:block;
}

#nav li li a:hover, #nav li li a.menu-selected {
	
	color: #8B8B8B;
	text-decoration: none;
}

#nav-sel {
	display: none;
}
#main{
	width:100%;
	/*padding:31px 0 32px;*/
	padding: 15px 0 20px;
}
#main:after{
	content:'';
	display:block;
	clear:both;
}
#content{
	float:left;
	border:1px solid #000;
	width:594px;
	min-height:930px;
	padding:26px 19px 8px 23px;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkid-border-radius:6px;
}
.full_width #content {
	width: 913px;
	padding-right: 23px;
}
#content .heading{
	padding:0 0 30px;
	position:relative;
	width:594px;
	background:url(../images/sep2.png) bottom center no-repeat;
	margin-bottom: 25px;
}
#content .heading:after{
	content:'';
	display:block;
	clear:both;
}
#content .alignleft{
	float:left;
	margin:0 13px 0 0;
	/*border:6px solid #fff;*/
	background: rgba(0, 0, 0, 0.4);
	/*border-width:6px 7px;*/
	padding: 3px;
}
#content .alignright{
	float:right;
	border:6px solid #fff;
	border-width:6px 7px;
	margin:0 0 0 13px;
}
#main h1{
	margin:0 0 4px;
	font-size:25px;
	line-height:28px;
	font-weight:normal;
	display: none;
}
#content .headline{
	float:left;
	width:310px;
}
#content .headline h2 a {
	color: #fff;
}
#content form label {
	margin-top: 10px;
	display: block;
}
#content #remember-me label, #content label.radio  {
	display: inline;
	position: relative;
	top: 2px;
}
#content form input[type=text], input[type=password] {
	width: 225px;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}
#content form {
	/*background-color: #2b2c31;*/
	/*border: 1px solid #111215;*/
	padding: 20px;
	margin-top: 20px;
}
#content form h3, #content .cart_item h3 {
	margin-top: 0px;
}
#content #submit-button {
	margin-top: 20px;
	display: block;
}
#content #submit-button a {
	padding: 10px 40px;
	background-color: #333;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	display: inline;
}
#content #submit-button a:hover {
	background-color: #08090a;
}
#content #forgot-password {
	margin-top: 40px;
	display: block;
}
#content p.hint {
	color: #c9c9c9;
	font-style: italic;
	margin: 20px 0px;
	padding-left: 10px;
	background-image: url('../images/hint-bullet.png');
	background-position: left;
	background-repeat: no-repeat;
}
#content p, #content .p {
	font-size: 14px;
	line-height: 20px;
}

.paging-holder{
	position:relative;
	padding:15px 0 20px;
	width:100%;
}
.paging-holder:after{
	content:'';
	display:block;
	clear:both;
}
#main .next,
#main .prev{
	color:#fff;
	position:absolute;
	text-decoration:none;
	top:15px;
	left:0;
	background:url(../images/next-pre-buttom.png) no-repeat;
	padding:5px 22px 7px 23px;
}

.pager-prev{
	display: block;
}

.pager-disabled {
	display: none;
}

#main .next{
	left:auto;
	right:0;
	padding:5px 22px 7px 15px;
}
#main .prev{
	left:auto;
	right:0;
	padding:5px 22px 7px 15px;
}
#main .paging-holder .prev{left:-4px; width: 100px;}
#main .paging-holder .next{right:-15px;}
#main .showphoto-paging-holder {
	margin-top: -20px; 
	margin-bottom: 15px;
}
.pagination{
	padding:0 0 0 38px;
	margin:0;
	list-style:none;
	text-align:center;
	font-size:13px;
	line-height:16px;
}
.pagination li{
	display:inline-block;
	margin:0 0 0 4px;
}

*+html .pagination li{
	display:inline;
	margin:0 0 0 6px;
}
.pagination li:first-child{margin:0;}
.pagination a{
	display:block;
	background:url(../images/num-bg.png) no-repeat;
	width:24px;
	padding:2px 0 4px;
	text-decoration:none;
}
*+html .pagination a{padding:3px 0;}
.pagination .active a, .pagination li a:hover {
	color:#fff;
	background:url(../images/num-active-bg.png) no-repeat;
}

#main h2{
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	color:#E9E9E9;
	margin:0;
}
#content h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #BEBEBE;
}
.photos-info{
	margin:2px -6px 0 0;
	position:relative;
	width:142px;
	float:right;
	padding:7px 4px 13px 15px;
	/*background:url(../images/bg-photos-info.png) no-repeat;*/
	background: rgba(0, 0, 0, 0.4);
}
.photos-info .amount{
	color:#8b8b8b;
	float:left;
	font-size:22px;
	line-height:30px;
	margin: 2px 8px 0 0;
	font-style:normal;
}
.photos-info .title{
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	padding:4px 0 0;
}
#photos{
	overflow:hidden;
	margin:0 0 6px -3px;
	position:relative;
	background:url(../images/sep2.png) bottom center  no-repeat;
}
#photos ul {
	padding:0 0 2px;
	
	margin:0;
	list-style:none;
	width:110%;
}
#photos ul li{
	display:inline-block;
	margin:0 15px 21px 0;
	width:136px;
	vertical-align:top;
	overflow: hidden;
}
*+html #photos ul li{
	margin:0 17px 21px 0;
	display:inline;
}
#photos ul .img-holder {
	border-width:8px 8px 10px;
	margin:0 0 5px;
	text-align: center;
}
#photos ul .img-holder img{
	vertical-align:middle;
	max-width: 120px;
	max-height: 120px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	cursor:pointer;
	padding: 4px;
	}
#cart .img-holder img{
	vertical-align:middle;
	max-width: 96px; 
	max-height: 96px;
	/*border:8px solid #fff;*/
	background: rgba(0, 0, 0, 0.4);
	padding: 4px;
	cursor:pointer;
	}
#photos ul .img-holder table {
	margin: 0px auto;
	height: 136px;
}
#photos ul h3{
	font-size:8px;
	line-height:10px;
	font-weight:normal;
	margin:0 0 8px;
	text-align: center;
	display:none;
}
#photos ul .added{
	background:url(../images/bg-added.png) no-repeat;
	width:79px;
	padding:4px 3px 6px 22px;
	display:block;
	position:relative;
	margin:-2px 0 0 -1px;
	color:#fff;
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#photos ul .btn-add{
	display:block;
	background:url(../images/btn-add.png) no-repeat;
	width:60px;
	padding:4px 6px 6px 28px;
	text-decoration:none;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color:#000;
	margin:2px 0 0;
	cursor:pointer;
}
#photos ul h3 a {
	text-decoration: none;
}
#sidebar{
	float:right;
	width:312px;
}
.side-box{
	padding:7px 0 0;
	margin:0 0 20px;
	background: rgba(0, 0, 0, 0.3);
	/*box-shadow: 0px 1px 2px black inset;*/
	border: 1px solid black;
}
#sidebar h3{
	padding:0 0 0 0px;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 10px 14px;
	color:#fff;
	
}

.add-to-cart{
	width:94px;
	height:24px;
	background:url(../images/btn-add.png) no-repeat;
	display: block;
}
#sidebar p {
	margin-left: 14px;
}
.side-box dl{
	margin:0;
	color:#fff;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
	border-bottom: 1px solid #404247;
}
.side-box .subtotal{}
.side-box dt{
	float:left;
	width:141px;
	padding:4px 0 999px 14px;
	margin:0 0 -990px;
	/*background:url(../images/bg-row.gif) no-repeat;*/
	background: rgba(0, 0, 0, 0.16);
}
.side-box dd{
	float:left;
	width:141px;
	padding:4px 14px 999px 0;
	margin:0 0 -990px;
	text-align:right;
	/*background:url(../images/bg-row.gif) no-repeat;*/
	background: rgba(0, 0, 0, 0.16);

}
.side-box .total{	
	background: rgba(0, 0, 0, 0.3);
	padding-top:6px;
	color:#fff;
	font-size:14px;
	line-height:18px;
	box-shadow: 0px 1px 0px black inset;
}
.side-box dt.total{color:#fff;}
.side-holder{
	padding:0;
	/*background: rgba(0,0,0,0.5);*/
	border: none;
	margin-top: 0px;
	padding-top: 0;
}
#cart.side-holder {
	border-bottom: 1px solid #828181;
}
#cart.side-holder div.featured-item:last-child {
	padding-bottom:20px;
}
#cart.side-holder div.featured-item {
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
}
#cart.side-holder h3{
	margin-bottom:0px;
	padding: 10px 10px 10px 16px;
	border-bottom:1px solid #111;
	border-top:1px solid #000;
	margin-left:0px;
	background: rgba(0, 0, 0, 0.4);

}

.side-holder .pages{
	position:relative;
	text-align:center;
	padding:13px 90px 18px;
	border-top:1px solid #35342e;
	overflow:hidden;
}
.side-holder #item-2LG-PBVF{
	border-bottom:1px solid #828181! important;
	padding-bottom:12px;
}

.side-holder #item-TK1-P5NB{
	background:#3D3F45! important;
	padding-top:8px;
}

#sidebar .pages .next,
#sidebar .pages .prev{
	top:10px;
}
#sidebar .featured-item h3{
	text-transform:none;
	color:#fff;
	padding:0;
	margin:0 0 8px;
	border:none;
	background: none;
}
.featured-item{
/*background: #3d3f45 url(../images/sep3.png) top center no-repeat;*/
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
padding: 40px 16px 0 16px;
}
.separator {
	margin: 0px 0px 28px 0px;
	height: 28px;
	background:url(../images/sep2.png) repeat-x;
}
.featured-item .frame{
	overflow:hidden;
	padding:0 0 0 1px;
}
.featured-item .holder{
	float:left;
	margin:0 12px 0 0;
	width:112px;
}
.featured-item .box{float:left;}
.item .img-holder{
	text-align: center;
	margin:0 0 7px;
}
.item .img-holder img{vertical-align:top;}
.featured-item .dimensions{
	font-weight:normal;
	color:#fff;
	display:block;
	overflow:hidden;
}
.featured-item .dimensions span{
	float:right;
	color:#fff;
}
.featured-item .row,
.quant-form{
	width:129px;
	overflow:hidden;
	/*background:#53565e;*/
	background: rgba(0, 0, 0, 0.4);
	padding: 12px 9px 9px 12px;
	margin:0 0 5px;
}
.quant-form label{
	float:left;
	padding:2px 0 0;
	margin:0 4px 0 0;
	font-size:12px;
	line-height:18px;
	width:60px;
}
.quant-form  .text{
	width:27px!important;
	float:left;
	text-align:right;
	padding:3px 6px;
	color:#494949;
	margin:0;
	border:1px solid #1c1d1c;
	border-width:1px 0 1px 1px;
	height: 16px;
}


.counter{
	float:left;
}
.counter .plus,
.counter .minus{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../images/bg-counter.gif) no-repeat;
	width:25px;
	height:12px;
}

.plus {
	cursor:pointer;
}

.counter .minus{
	background:url(../images/bg-counter.gif) 0 -88px no-repeat;
}
.featured-item .row{
	padding:12px 11px 14px 13px;
	width:126px;
}
.featured-item .row span{float:left;}
.featured-item .row strong{
	float:right;
	text-align:right;
	margin:0;
	font-weight:normal;
}
.featured-item .price{
	background: rgba(0, 0, 0, 0.2);

}
.side-holder .alter{
	border:none;
	position:relative;
	margin:0 0 3px;
	min-height:14px;
	top:-10px;
}

.featured-item:last-child{
	border-bottom:0px solid red;
}
#footer{
	/*
	border-width:1px 1px 0;
	border-top:1px solid #828181;
	border-left:1px solid #828181;
	border-right:1px solid #828181;
	background:url(../images/bg-page-b.gif) repeat-x;
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding:16px 17px 15px 15px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkid-border-radius:6px 6px 0 0;*/
	text-align: center;
	padding-bottom:15px;
}
.btn-top{
	background:url(../images/bullet.png) no-repeat;
	float:right;
	padding:0 0 0 19px;
	color:#fff;
	text-decoration:none;
}

/* SHOW PHOTO PAGE */

#photo {
overflow:hidden;
text-align:center;
}
#photo img {
	max-width: 578px;
	box-shadow: 0 0 7px #000000;
}
#photo DIV {
margin:0 auto;
padding:8px;
/*background-color:#F8F8F8;*/
    
display: inline-block;
}

.pixels {
display:none;
}

.pixel-sizes {
}

.inches {
display:none;
}

.centimeters {
display:none;
}

.simple-scaff {
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}
.simple-scaff th {
	/*border-bottom: 1px solid #463A20;*/
	padding: 5px;
	font-weight: normal;
	/*background-color: #2b2c31;*/
	background:#0b0b0b;
	color: #ffffff;
	text-align: left;
}
.simple-scaff td {
	padding: 5px;
	line-height: 34px;
}
td.right, th.right {
	text-align: right;
}
#content .simple-scaff input {
	width: 20px;
	height: 21px;
	display: inline;
	margin: 4px 0px 5px 0px;
}
.simple-scaff .odd td {
	background: rgba(0, 0, 0, 0.2);
}
.simple-scaff .even td {
	background: rgba(0, 0, 0, 0.4);
}
.addtocart {
	padding: 5px 10px;
	background-color: #08090a;
	text-decoration: none;
	position: relative;
	top: 1px;
	font-size: 12px;
}
.addtocart:hover {
	background-color: #000;
}
/* GALLERY */

.gallery {
	margin: 5px 5px 5px 5px; 
	width: 172px;
	/*background-color: white; */
	background: rgba(0, 0, 0, 0.4);
	padding: 8px; 
	float: left;
	text-align: center;
	height: 210px;
	position: relative;
}
.gallery table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  vertical-align: middle;
  overflow: hidden;
  color: #222222;
}
.gallery table tr:first-child td:first-child img { /* image */
  max-height: 170px;
}
.gallery table tr:nth-child(2) td:first-child { /* title container*/
  vertical-align: top;
  padding-top: 5px;
  height: 33px;
  overflow: hidden;
}
.gallery a {
  display: block;
	text-align: center;
	text-transform: uppercase;
	color: #BEBEBE;
	text-decoration: none;	
  height: 100%;
}
.gallery .text-holder {
	text-align: center;
	color: #777;
  overflow: hidden;
  line-height: 17px;
}
.gallery:hover .text-holder a {
	color: #777;
	text-decoration: none;
}
.gallery:hover {
	cursor: pointer;
}
.gallery-notes {
	margin-top: 0px;
}

#categories {
overflow:hidden;
}

/* CART PAGE */

.cart_item {
	/*background-color: black;*/
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #2C2C2A;
	padding: 12px 12px 12px 12px;
	margin-top: 20px;
	display: inline-block;
	width: 275px;
	zoom:1;
	/*display: inline;*/
}

.cart_item .featured-item{
	margin:0px;
	padding:0px;
	background: none;
}
#order-section {
	margin: 30px auto;
	width: 500px;
}
#totals2 {
	font-size:16px;
	width:200px;
	float:left;
	clear:right;
}
#totals2 .total.total {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	line-height: 1.1em;
}
#order-button-area {
	float:left;
	padding-left:100px;
	margin-top: -10px;
}

#form-search table {
 /* background: none repeat scroll 0 0 #3D3F45;
  border: 1px solid #828181;*/
}

#form-search input[type=submit] {
  background: url(../images/btn-search.png) no-repeat;
  font: 12px/14px 'Oswald', Impact, Helvetica, sans-serif;
  text-shadow: 0 1px 1px #17181b;
}
#form-search input[type=submit]:hover {
  /*background: url(../images/btn-search-hover.png) no-repeat;*/
  cursor:pointer;
}
