html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;background:#ececec url(../image/fooot.png) repeat-x bottom center ;
	padding: 0;
}
body { background: url(../image/bgr.png) repeat-x top ;
	
	color: #000000;font: 12px Segoe UI, Arial, Helvetica, sans;
	/*font-family:Century Gothic, Arial, Helvetica, sans-serif;*/
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
.mnu {position:absolute;top:-8px;margin-left:5px;}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {background: transition: all .3s linear;
-o-transition: all .3s linear;-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
      
 border-top:0px solid #ddd;
	
	padding:0px;
	 
	padding-bottom:0px;
	width: 1035px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#orta {
-moz-box-shadow: 0px 0px 3px #a6a6a6;
    -webkit-box-shadow: 0px 0px 3px #a6a6a6;
    box-shadow: 0px 0px 3px #a6a6a6;
background:#fff;
padding:15px;
border-radius:3px 3px 0 0;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-top:1px solid #fff;

}
#column-left {
	float: left;
	width: 200px;
}
#column-right {
	float: right;
	width: 200px;
}
#content {background:#fff;
	min-height: 360px;padding:5px;
	margin-bottom: 0px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 215px;
}
#column-right + #content {
	margin-right: 215px;
}
/* header */
#header {
	height: 161px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 75px;
	left: 15px;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 130px;
	position: absolute;
	top: 5px;
	right: 300px;
	color: #fff;z-index:9999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #fff;
	border-radius:15px;
	color: #fff;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 25px;display:block;
	right: 15px;
	z-index: 9;
	min-width: 250px;
}
#header #cart .heading {
	float: right;
	margin-right: 52px;
	margin-top: 5px;
	padding-left: 14px;
	padding-right: 14px;
	 
	height:35px;
	padding-top:15px;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #fff;font-weight: bold;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 50px;
	border: 1px solid #EEEEEE;
	
	border-radius:7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}

#header #cart.active .heading {
	 
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 10px;
	text-align: center;
}
#header #search {
/*background: url('http://www.nurbahcemakinalari.com/catalog/view/theme/epsilon/image/aramna.png') no-repeat;*/
	position: absolute;
	top: 28px;
	right: 310px;
	height:42px;
	padding-top:15px;
	width: 364px;
	padding-left:15px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	right: 5px;
	 color:#fff;
	 font-weight:bold;
	width: 38px;
	margin-top:2px;
	height: 24px;
	border-right: 0px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background:none;
	padding: 1px 43px 1px 33px;
	width: 252px;
	height: 21px;
	border: 0px solid #CCCCCC;
	 
}
.senden {width:574px;}
#header #welcome a {font-size:12px;
 
text-decoration:none;

color:#fff;
font-weight:bold;
}
#header #welcome {
	position: absolute;
	top: 8px;
	right: 165px;
	z-index: 5;
	font-size:11px;
	width: 358px;
	text-align: right;
	color: #fff;
}
#header .links {
    background:url(../image/link.png) no-repeat;
	position: absolute;
	right: 0px;
	width:522px;
	height:25px;
	text-align:right;
	bottom: -8px;
	font-size: 10px;
	padding: 10px 10px 0px 120px;;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 35px 0px 15px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 0px solid #CCC;
}
/* menu */
#menu {
	background: url(../image/nav_bg.png) no-repeat;
	 
	height: 50px;
	margin-bottom: 15px;
	 
	padding: 0px 25px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {padding:8px 0;
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li > a:hover {
	        -moz-box-shadow:inset 2px 2px 2px #000000;
    -webkit-box-shadow:inset 2px 2px 2px #000000;
    box-shadow:inset 2px 2px 2px #000000;
color:#fff;
background:#666666;
 
border-radius:4px;
}
#menu > ul > li > a {
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	line-height:8px;
	margin-top:0px;text-transform:uppercase;
	text-decoration: none;
	display: block;
	border-right:1px solid #F58A21;
	border-left:1px solid #FE9834;
	padding: 12px 15px 12px 15px;
	z-index: 6;
	position: relative;
}
 
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	 
	 
	border-radius: 0px 0px 3px 3px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
	
}
#menu > ul > li ul > li  {
background:url(../image/dig.png) left no-repeat;
border-bottom:1px solid #8C95AA;
padding-left:5px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
	display: block;
	
	white-space: nowrap;
	min-width: 180px;
	
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	font-size:11px;
	font-family:Tahoma;
}
.breadcrumb {display:none;
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	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: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
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.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	 
	border-radius:3px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 8px 6px 8px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 8px 0px 8px;
}

a.button:hover, input.button:hover {color:#666;text-shadow:1px 1px #fff;
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.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 {
	height: 42px;	margin-left:4px;	
	line-height: 16px;
	border-bottom: 0px solid #DDDDDD;	
}

.htabs a:hover {border-bottom:4px solid #ff9900;
	padding-bottom: 6px;transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background: #Fff;}
	
.htabs a {
	 
	border-bottom: 4px solid #DDDDDD; 
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;text-shadow:0px 1px 0px #ffffff;
	padding: 8px 16px 6px 16px;
	float: left;
	font-family:Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	 
	text-align: center;
	text-decoration: none;
	color: #555;
	margin-right: 5px;
	display: none;
}
.htabs a.selected {border-bottom:4px solid #ff9900;
	padding-bottom: 6px;
	background: #Fff;
}
.tab-content {color:#777;
	border: 1px solid #eee;
	padding: 10px;text-align:justify;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* Sale tags */
.box-product .sale_tag {
	position:absolute;
	z-index:2;
	top:235px;
	right:-4px;
	width:71px;
	height:70px;
	background: url('../image/indirimli.png') no-repeat;
}
/* Slideshow and carousel arrows  */
/* Sale tags */
.box-product .tukendi {
	position:absolute;
	z-index:2;
	top:135px;
	left:0px;
	width:80px;
	height:80px;
	background: url('../image/tukendi.png') no-repeat;
}
/* Sale tags */
.box-product .sinirli {
	position:absolute;
	z-index:2;
	top:135px;
	left:0px;
	width:80px;
	height:80px;
	background: url('../image/sinirli.png') no-repeat;
}
/* Slideshow and carousel arrows  */
/* Slideshow and carousel arrows  */

/* Sale tags */
.box-product .yeni {
	position:absolute;
	z-index:2;
	top:235px;
	left:-5px;
	 
}
/* box */1
.box {
	margin-bottom: 15px;
}
.box .box-heading {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;color: #2E6888;text-shadow:1px 1px #fff;
       /* -moz-box-shadow: 0px 0px 3px #ddd;
    -webkit-box-shadow: 0px 0px 3px #ddd;
    box-shadow: 0px 0px 3px #ddd;
background: #FFFFFF url(../image/box_top.png) repeat-x ;color: #fff;*/
border-radius:3px;text-transform:uppercase;
    border:1px solid #ddd;border-bottom:4px solid #ff9900;
	padding: 10px 10px 10px 10px;
	font-family:Segoe UI, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;margin:5px;
	line-height: 14px;
	
	
}
#column-right.box .box-heading {
 border-radius:3px;
    border:1px solid #ddd;
	padding: 10px 10px 10px 10px;
	font-family:Segoe UI,Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;margin:5px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-content {
	background:#F7F7F7;margin-bottom:15px;
   -moz-box-shadow: 0px 0px 2px #ddd;
   -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
	border-radius:3px;
	border: 1px solid #fff;
	padding: 0px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div:nth-child(3n+0) {margin-right:0px;}
.box-product > div {
	width: 233px;
	padding:6px;position:relative;text-align:center;
	background:#fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	border:1px solid #ddd;
	margin-left: 7px;
	-moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
	 border-radius:3px;
	margin-bottom: 10px;
margin-top:5px;	
}

#column-left + #column-right + #content .box-product > div {
	width: 176px;
}
#column-right + #content .box-product > div {
	width: 175px;margin-bottom: 5px;padding:0 3px;
	margin-right: 3px;margin-left:2px;	
}

.box-product .name-sol  {
	display:none;
}
.box-product .image {
	display: block;
	margin-bottom: 2px;
	
	
}
.box-product .description {color:#999;
	display: block;min-height:50px;font-family:Segoe UI, Arial;
	margin-bottom: 10px;text-align:left;font-size:11px;
}
.box-product .image img {
	 background:url(../image/urun.jpg) bottom no-repeat;
	  padding:3px 3px 10px 3px;
}
#column-left .box-product .name-sol a:hover, .box-product .name a:hover {color:#ff9900;}
.box-product .name a {
	color: #2E6888;/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;*/
	min-height:30px;font-weight:bold;
	border-bottom:1px dotted #ddd;
	font-family:Segoe UI, Arial;
	padding:5px;margin:-5px;
	text-align:left;
	text-decoration: none;
	display: block;
	font-size:14px;
	
	margin-bottom: 4px;
}
.box-product .price {
	display: block;font-family:Helvetica, Arial;
	  text-align:center;
	 font-weight:bold;
	color: #ff9900;
	font-size:16px;
	margin-bottom: 10px;
}
.box-product .price-old {
	color: #999;font-size:13px;
	text-decoration: line-through;
}
.box-product .price-new {
	 
}
.box-product .rating {padding-top:5px;
	display: block;border-top:3px solid #eee;
	margin:0 -5px  10px -5px;
}

#column-left .sinirli, #column-left .yeni, #column-left .sale_tag, #column-left .tukendi {display:none;}
#column-left .box-product > div {
width: 180px;position:relative;padding-bottom:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;
}
#column-left .box-product .description {
	display: none;
	margin-bottom: 0px;
}
#column-left .box-product .image {
	display: block;float:left;
	margin-bottom: 0px;

}
#column-left .box-product .image img {
	 
	  padding:0px;max-width:55px;
}
#column-left .box-product .cart {
	 display:none;
}

#column-left .box-product .price {
	display: block;
	  text-align:right;
	 font-weight:bold;
	color: #ff9900;
	font-size:14px;
	margin-bottom: 3px;
}
#column-left .box-product .price-old {
	color: #999;font-size:11px;
	text-decoration: line-through;
}
#column-left .box-product .rating {
	display: none;
}
#column-left  .box-product .name-sol  a{
	color: #2E6888;
	height:25px;font-weight:bold;
	border-bottom:none;
	font-family:Segoe UI, Arial, Tahoma;
	padding-bottom:0px;
	text-align:right;
	text-decoration: none;
	display: block;
	font-size:11px;
	
	margin-bottom: 4px;
}
#column-right  .box-product .name-sol-gun a{
	color: #2E6888;
	height:25px;font-weight:bold;
	border-bottom:none;
	font-family:Segoe UI, Arial, Tahoma;
	padding-bottom:0px;
	padding-left:5px;
	margin-top:5px; 
	  
	text-decoration: none;
	display: block;
	font-size:12px;
	
	margin-bottom: 4px;
}
#column-left .box-product .name-sol  {
	display:block;
}
#column-left .box-product .name  {
	display:none;
}


#column-right .sinirli, #column-right .yeni, #column-right .sale_tag, #column-right .tukendi {display:none;}
#column-right .box-product > div {
width: 180px;position:relative;padding-bottom:0px;margin-bottom:0px;
}
#column-right .box-product .description {
	display: none;
	margin-bottom: 0px;
}
#column-right .box-product .image {
	display: block;float:left;
	margin-bottom: 0px;

}
#column-right .box-product .image img {
	 
	  padding:0px;max-width:55px;
}
#column-right .box-product .cart {
	 display:none;
}

#column-right .box-product .price {
	display: block;font-family:Helvetica, Arial;
	  text-align:right;
	 font-weight:bold;
	color: #ff9900;
	font-size:14px;
	margin-bottom: 0px;
}
#column-right .box-product .price-old {
	color: #999;font-size:11px;
	text-decoration: line-through;
}
#column-right .box-product .rating {
	display: none;
}
#column-right  .box-product .name-sol  a{
	color: #666;
	height:25px;font-weight:bold;
	border-bottom:none;
	font-family:Tahoma;
	padding-bottom:0px;
	text-align:right;
	text-decoration: none;
	display: block;
	font-size:11px;
	
	margin-bottom: 5px;
}
#column-right .box-product .name-sol  {
	display:block;
}
#column-right .box-product .name  {
	display:none;
}

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
ul.box-category > li:first-child {background:  url(../image/amazon.png) 4px   no-repeat;
	padding: 5px 8px 6px 18px;
}
ul.box-category > li {background:  url(../image/amazon.png)  4px no-repeat;
	padding: 6px 8px 6px 18px;
}
ul.box-category > li:hover {background:#fff url(../image/amazon.png)  4px no-repeat;transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
ul.box-category > li + li {
	border-top: 1px solid #ddd;
}
ul.box-category > li:hover a { color:#ff9900;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	 }
ul.box-category > li > a {text-transform:uppercase;
	text-decoration: none;
	color: #333;font-size:11px;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* 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 */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;color: #2E6888;
	border: 1px solid #EEEEEE;margin-top:5px;
	padding: 5px;margin-bottom:5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {text-align:left;
	overflow: auto;
	margin-bottom: 5px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 10px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;max-width:80px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #2E6888;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;font-weight: bold;
	margin-left: 8px;
	text-align: right;
	color: #ff9900;
	font-size: 18px;
}
.product-list .price-old {
	color: #999;font-size:12px;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #2E6888;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #2E6888;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div:nth-child(4n+0) {margin-right:0px;}
.product-grid > div {
	width: 180px;
	padding:3px;position:relative;text-align:center;
	background:#fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	border:1px solid #ddd;
	margin-left: 1px;
	-moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
	 border-radius:3px;
	margin-bottom: 5px;
margin-top:5px;	
}
#column-left + #column-right + #content .product-grid > div {
	width: 183px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	background:url(../image/urun.jpg) bottom no-repeat;
	  padding:3px 3px 10px 3px;
}
.product-grid .name a {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	color: #2E6888;font-weight:bold;min-height:30px;
	 margin:-2px;
	text-align:left;padding:5px 5px 0 5px;
	text-decoration: none;
	display: block;
	font-size:13px;
	
	margin-bottom: 5px;
}
.product-grid .description {margin-bottom:6px;text-align:left;
	display: block;min-height:55px;color:#999;
}
.product-grid .rating {
	display: block;
	margin-bottom: 7px;
}
.product-grid .price {
	display: block;
	 text-align:left;
	 font-weight:bold;
	color: #ff9900;
	font-size:18px;
	margin-bottom: 7px;
}
.product-grid .price-old {
	color: #999;font-size:12px;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {text-align:center;
	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 .right2 {-moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;margin:3px 3px 0 0 ;
	 border-radius:1px;padding:0 5px 0px 5px;border:1px solid #fff;background:#f7f7f7;position:absolute;top:0px;right:0px;}
.product-info {position:relative;
	overflow:hidden;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	border-radius:5px;
	 
	padding:0px; 
	margin-right: 10px;
}
.product-info .marka {
    float:left;
	 
	overflow: auto;
	color: #999;
	
	 
	font-weight:bold;
	font-size: 12px;
	width:135px;
}
.product-info > .left + .right {
	margin-left: 315px; 
	border-radius:5px;
	 
}
.product-info .image {
	border: 1px dashed #E7E7E7;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
.product-info .image-additional {
	width: 305px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
}
.product-info .description {
	 
	border-bottom: 0px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #999;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #ff9900;
	text-decoration: none;
}
.product-info .price {width:390px;-moz-box-shadow: 0px 0px 1px #ddd;
    -webkit-box-shadow: 0px 0px 1px #ddd;
    box-shadow: 0px 0px 1px #ddd; 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	overflow: auto;text-align:center;
	border: 1px solid #fff;border-radius:3px;
	padding: 0px 5px 0px 5px;text-shadow:1px 1px #fff;
	margin-bottom: 20px;
	font-size:28px;font-family:Helvetica;
	font-weight: bold;
	color: #ff9900;
}
.price-olding {text-decoration: line-through;color:#999;font-size:14px;}
.product-info .price-old {
	color: #999; 
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 0px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
a.button1 {background:url(../image/sepet.png) no-repeat;
	margin: 0;cursor: pointer;
	 
	 
	 padding: 12px 100px 45px 100px; 
}
input.button1 {background:url(../image/hemenal.png) no-repeat;
	margin: 0; cursor: pointer;
	 border:none;
	width:140px;
	 padding: 10px 25px 10px 25px; 
}
a.button1:hover {background:url(../image/sepeth.png) no-repeat;
background: transition: all .3s linear;
-o-transition: all .3s linear;-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;	 
}
.comp:hover{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;}

.comp a{text-decoration:none;color:#2E6888}
.comp {
	-moz-box-shadow: 0px 0px 1px #ddd;
    -webkit-box-shadow: 0px 0px 1px #ddd;
    box-shadow: 0px 0px 1px #ddd; 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;color:#2E6888;
	border:1px solid #dcdcdc;
 padding:4px;text-align:center;margin-bottom:3px;}
.comp1 {background:url(../image/com1bg.png) left no-repeat;border:0px solid #ddd;padding:4px 0px 0 10px; margin-bottom:3px;margin-right:260px;}
input.button1:hover {background:url(../image/hemenalh.png) no-repeat;
	 background: transition: all .3s linear;
-o-transition: all .3s linear;-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
}
.product-info .cart {  text-align:center;
	border-bottom: 0px solid #E7E7E7;
	padding: 0px 5px 10px 5px;width:100%;
	margin-bottom: 5px;height:75px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {margin-top:4px;
	 
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 10px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {margin:0 -5px 10px -5px;
	color: #4D4D4D;background:#fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	 
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .mobileproduct {display:none;}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.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: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	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 #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.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%;
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.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;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.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 {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding:10px 10px 10px 20px;
	 
	background: url(../image/fotter.png) repeat-y;
}
#footer h3 {text-transform:uppercase;
	color: #f1f1f1;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-left:0px;
}



#footer .column {
	float: left;
	width: 13%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {color:#fff;font-size:13px;text-shadow:1px 1px #666;
   list-style:none;font-family:Segoe UI, Arial;font-weight:bold;
   /*background: url(../image/farrow.gif) no-repeat left;*/
	margin-bottom: 3px;padding-left:0px;
	
}
#footer .column a {font-size:13px;
	text-decoration: none;font-weight:normal;
	color: #fff;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}





#footer .column1 {
	float: left;
	width: 340px;
	min-height: 100px;
}
#footer .column1 ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column1 ul li {color:#fff;font-size:13px;text-shadow:1px 1px #666;
   list-style:none;font-family:Segoe UI, Arial;font-weight:bold;
   /*background: url(../image/farrow.gif) no-repeat left;*/
	margin-bottom: 3px;padding-left:0px;
	
}
#footer .column1 a {font-size:13px;
	text-decoration: none;font-weight:normal;
	color: #fff;
}
#footer .column1 a:hover {
	text-decoration: underline;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 10px;
}
/*Best Seller */

.boxBS {

	margin-bottom: 15px;

}

.boxBS .box-headingBS {
   -webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border:0px solid #DBDEE1;
	background: url('../image/box_top.png') repeat-x;
	padding: 10px 10px 10px 10px;

	font-size: 15px;
 margin-bottom:5px;
	font-weight:bold;

	line-height: 14px;

	color: #fff;

}

.boxBS .box-contentBS {
background:#F7F7F7;
   -moz-box-shadow: 0px 0px 2px #ddd;
   -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
	border-radius:3px;
	border: 1px solid #fff;
	padding: 5px;

}



.box-productBS {

	width: 100%;

	overflow: hidden;

}

	

.box-productBS > div {

	width: 185px;
    background:#fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 5px;	
	border:1px solid #fff;
	margin-left: 0px;
	-moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
	 border-radius:3px;
 

}

.box-productBS .image {

	display: block;

	margin-bottom: 0px;

}

.box-productBS .imageBS {

	display: block;

	margin-bottom: 0px;

}

.box-productBS .image img {

	padding: 3px;

	border: 1px solid #E7E7E7;

}

.box-productBS .name a {

	color: #333;
	text-decoration: none;

	display: block;

	margin-bottom: 4px;

}

.box-productBS .price {

	display: block;

	color: #ff9900;

	font-size:18px;

	margin-bottom: 4px;

}

.box-productBS .price-old {

	color: #666;

	text-decoration: line-through;

}

.box-productBS .price-new {

	font-weight: bold;

}

.box-productBS .rating {

	display: block;

	margin-bottom: 4px;

}

/*Best Seller End*/

/* New Style */



h2.acc_trigger {

	padding: 0;	margin: 0 0 5px 0;

    line-height: 46px;

	width: 179px;

	font-size: 14px;

	font-weight: bold;

	float: left;

        

}

h2.acc_trigger a {

	color: #777;

	text-decoration: none;

	display: block;

	padding: 0 0 0 0px;

	text-align: left;

}

h2.acc_trigger a:hover {

	color: #ff9900;

}

h2.active {background-position: left bottom;}

.acc_container {

	margin: 0 0 5px; padding: 0;

	overflow: hidden;

	font-size: 1.2em;

	width: 400px;

	clear: both;

	background:#fff;

	border-right: 1px solid #f1f1f1;

	border-bottom:1px solid #f1f1f1;

	 

}

.acc_container .block {

	padding: 0 10px;

text-align: center;

}

.boxBS .box-heading1 {

	-webkit-border-radius: 0px 0px 0px 0px;

	-moz-border-radius: 0px 0px 0px 0px;

	-khtml-border-radius: 0px 0px 0px 0px;

	border-radius: 0px 0px 0px 0px;

	border-right: 1px solid #DBDEE1;

	border-bottom: 1px solid #DBDEE1;

     background: #fff;

	/*background: url("http://www.nurbahcemakinalari.com/catalog/view/theme/epsilon/image/box-top.png") no-repeat scroll 0 0 transparent;*/

	padding: 8px 5px 7px 5px;

	
	font-size: 12px;

	font-weight: bold;

	line-height: 14px;

	color: #333;

	width: 178px;

}

.boxBS .box-heading1:hover {

color: #ff0066;

/*background: url("http://www.nurbahcemakinalari.com/catalog/view/theme/epsilon/image/header_block_bg.png") repeat-x scroll 0 0 transparent;*/

}
a.uye-ol-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}

a.uye-ol-link:hover {
text-decoration:underline;
}

#uye-ol-link-cevre {
    float: left;
    width: 100px;
    margin-top: 14px;
    margin-left: 5px;
}

#sol-login-kullanici-adi {
    background-image: url(../image/login-kullaniciadi-input-bg.png);
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    width: 187px;
    margin-left:0px;
    margin-top:10px;
}

#sol-login-kullanici-adi input {
    float: right;
    width: 150px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color:transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #a9a7a7;
    text-decoration: none;
    margin-top: 4px;
    margin-right:4px;
}

#sol-login-kullanici-sifre {
    background-image: url(../image/login-sifre-input-bg.png);
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    width: 187px;
    margin-left:0px;
    margin-top:10px;
}

#sol-login-kullanici-sifre input {
    float: right;
    width: 150px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color:transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #a9a7a7;
    text-decoration: none;
    margin-top: 4px;
    margin-right:4px;
}
/* header banner */
#banner-wrapper {
	
	margin-left: 0px;
	margin-bottom: 10px;
	
}
.banner_4 div {
	text-align: center;
	display: inline-block;
	margin-right: 0px;
    padding: 0 0 0px;
}
.banner_4 div img {
	display: inline-block;
	border: 0px solid #DADADA;
	padding: 0px;margin-bottom:10px;
	background: #F8F8F8;
	
}
.banner_4 div img:hover {
	opacity: 0.8;
}

.indirim {font-family:Helvetica, Arial;margin-left:9px;padding-right:20px;padding-left:15px;padding-bottom:20px;background:url(../image/indirim.png) -5px 5px no-repeat;float:left;color:#FF9900;text-shadow:1px 1px #999;font-size:40px;}

.firsat {color:#333;font-size:12px;margin-left:15px;font-weight:normal}
 .price-old1 {font-family:Helvetica, Arial;line-height:10px;text-decoration: line-through;font-size:16px;color:#999;font-weight:normal;text-decoration:}
 .price-new1 {font-family:Helvetica, Arial;line-height:10px;width:140px;font-size:20px;color:#222;}
 
 .neleroluyor ul {text-align: center; margin-left: 0; padding-left: 0;}
.neleroluyor li {list-style: none; color: #1F98D2;
   border-bottom:1px dotted #ddd;
    padding:2px;
    margin:0px;

}
.neleroluyor li:nth-child(odd) { background:#fff;

}
.neleroluyor li:nth-child(5n+0) { border:none;

}
.neleroluyor li a {font-size:11px;color: #000000;}
.neleroluyor li a:hover {text-decoration: underline; color: #FF0000;}
.neleroluyor span {font-size:11px;color: #939393;}
a.top:hover{background-position:-41px 0;}

a.top {

	display: block;

	width: 40px;

	height: 62px;

	font-size: 10px;

	color: #FFF;

	background: url(http://www.nurbahcemakinalari.com/catalog/view/theme/epsilon/image/top.png) no-repeat;

	float: right;

	text-align: center;

	bottom: -4px;

	right: 20px;

	position: fixed;

	z-index: 9999;

	padding: 3px 0 0;

}

.bilgi {

position: absolute;

zoom: 1;right:0px;

z-index: 10000;

width:310px;

font-family:Verdana;

font-size:11px;

margin-top:40px;

}



.arrow {

position: absolute;

height: 0;

width: 0;

margin-top: -16px;

margin-left:10px;

border-color: transparent transparent #f33e20 transparent;

border-style: solid;

border-width: 8px;

z-index: 10;

background: transparent;

zoom: 1;

}



.bilgi_title{

	color:#fff;

	font-weight:bold;

}



.bilgi_bd {

border-left: 1px solid #c9c9c9;

border-right: 1px solid #c9c9c9;

border-bottom: 1px solid #c9c9c9;

background: #f3f3f3;

border-radius: 0 0 5px 5px;

padding: 7px 9px 7px 9px;

line-height: 16px;

zoom: 1;

color:#333;

}



.bilgi_hd {

border-radius: 5px 5px 0 0;

background: #f33e20;

height: 22px;

line-height: 22px;

padding-left: 9px;

padding-right: 9px;

border-top: 1px solid #f33e20;

border-left: 1px solid #f33e20;

border-right: 1px solid #f33e20;

zoom: 1;

-pie-poll: true;

}



a .bilgi{

	display:none;

}



a:hover .bilgi{

	display:block;

}



.kargo-bedava{

	width:75px;

	height:31px;

	margin-right:5px;

	background-image:url(http://www.nurbahcemakinalari.com/catalog/view/theme/epsilon/image/kargo-bedava1.png);

	background-repeat:no-repeat;

	float:left;

}



a:hover .kargo-bedava{

	width:75px;

	height:31px;

	background-image:url(http://www.nurbahcemakinalari.com/catalog/view/theme/epsilon/image/kargo-bedava2.png);

	background-repeat:no-repeat;

}



.aynigun-kargo{

	width:75px;

	height:31px;

	margin-right:5px;

	background-image:url(../image/ayni-gun-kargo1.png);

	background-repeat:no-repeat;

	float:left;

}



a:hover .aynigun-kargo{

	width:75px;

	height:31px;

	background-image:url(../image/ayni-gun-kargo2.png);

	background-repeat:no-repeat;

}



.kapida-odeme{

	width:75px;

	height:31px;

	margin-right:5px;

	background-image:url(../image/kapidaodeme1.png);

	background-repeat:no-repeat;

	float:left;

}



a:hover .kapida-odeme{

	width:75px;

	height:31px;

	background-image:url(../image/kapidaodeme2.png);

	background-repeat:no-repeat;

}





.kargo-parasi{

	width:75px;

	height:31px;

	background-image:url(../image/kargo-parasi1.png);

	background-repeat:no-repeat;

	float:left;

}



a:hover .kargo-parasi{

	width:75px;

	height:31px;

	background-image:url(../image/kargo-parasi2.png);

	background-repeat:no-repeat;

}



.product-additional-info { 

 padding-left:0px; position:relative;z-index:9999;

padding-top: 3px; 

}

.product-info .productcom {width:250px;position:absolute;bottom:85px;right:1px;}
 .box-product1 > div {
	padding:4px;position:relative;text-align:center;
	background:#fff;
	display: inline-block;
	vertical-align: top;
	border:1px solid #ddd;
	-moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
 border-radius:3px;
margin-bottom: 0px;
margin-top:0px;	
width: 220px;position:relative; margin-bottom:0px;margin-left:0px;margin-right:0px;
}
.box-product1 .description {text-align:right;
	display: block;font-size:11px;margin-left:4px;
	margin-bottom: 0px;line-height:13px;
}
.box-product1 .image {
	display: block;float:left;
	margin-bottom: 0px;

}
.box-product1 .image img {
	 
	  padding:0px;max-width:55px;
}
.box-product1 .cart {
	 display:none;
}
.box-product1 .price1 {
	display: block;
	  text-align:right;
	 font-weight:bold;
	color: #ff9900;
	font-size:15px;
	margin-bottom: 0px;
}
.box-product1 .price-old {
	color: #999;font-size:11px;
	text-decoration: line-through;
}
 .box-product1 .rating {
	display: none;
}
.box-product1 .name  a{
	color: #2E6888;
	font-weight:bold;
	border-bottom:none;
	font-family:Segoe UI, Arial, Tahoma;
	padding-bottom:0px;
	text-align:right;
	text-decoration: none;
	display: block;
	font-size:11px;
	
	margin-bottom: 0px;
}
.box-product1 .name  {
	display:block;
}
#column-left .indirim1, #column-left .indirim1 {display:none}
 
.indirim1 {font-size:16px;padding:18px 10px 12px 10px;position:absolute;top:8px;right:3px;color: #fff; background:url(../image/indirim1.png) no-repeat;}
.nene{height:98px;background:url(../image/foot-ust.png) no-repeat;}