html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;background: #f1f1f1 url(../image/pattern22.png) repeat;
}
body {
	background:  url(../image/top-bg.png) repeat-x center top;
	color: #000000;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #ff6600;
	font: Verdana;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
border-radius:3px;
	margin-top: 0px;
	padding:3px 5px 3px 10px;
	margin-bottom: 10px;
	font-size: 24px;
	border:1px solid #ddd;
	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: #555;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a, a:visited, a b, .button, .menu > ul > li > a {
	transition:			color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out;
}
.menu > ul > li:hover > .background {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
.box-product .image img, .product-grid .image img, .product-list .image img, .button.active, .brand img {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: white;
  border: 1px solid;
  border-color: #FF7546 #FF7546 #FF7546;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f6f8fa, white);
  background-image: -moz-linear-gradient(top, #f6f8fa, white);
  background-image: -o-linear-gradient(top, #f6f8fa, white);
  background-image: linear-gradient(to bottom, #f6f8fa, white);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
		padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
border-color: #FF7546;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #FF7546;
  
  }
select {
	background: white;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #f6f8fa, white);
  background-image: -moz-linear-gradient(top, #f6f8fa, white);
  background-image: -o-linear-gradient(top, #f6f8fa, white);
  background-image: linear-gradient(to bottom, #f6f8fa, white);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
	padding: 2px;
}
label {
	cursor: pointer;
}
/*icons*/
[class*="icon-"] {
	line-height: 20px;
	padding-left: 22px;
}
.icon-grid {
	background: url(../image/icons/icon-grid.png) left center no-repeat;
}
.icon-home {
	background: url(../image/icons/icon-home.png) left center no-repeat;
}
.icon-list {
	background: url(../image/icons/icon-list.png) left center no-repeat;
}
.icon-wishlist-grey {
	background: url(../image/icons/icon-wishlist-grey.png) left center no-repeat;
}
.icon-compare-grey {
	background: url(../image/icons/icon-compare-grey.png) left 1px no-repeat;
}
.icon-compare {
	background: url(../image/icons/icon-compare.png) left 1px no-repeat;
}
.icon-grid-grey {
	background: url(../image/icons/icon-grid-grey.png) left center no-repeat;
}
.icon-list-grey {
	background: url(../image/icons/icon-list-grey.png) left center no-repeat;
}
.icon-wishlist-white {
	background: url(../image/icons/icon-wishlist-white.png) left center no-repeat;
}
.icon-cart-grey {
	background: url(../image/icons/icon-cart-grey.png) left center no-repeat;
}
.icon-cart-white {
	background: url(../image/icons/icon-cart-white.png) left center no-repeat;
}
.icon-user-white {
	background: url(../image/icons/icon-user-white.png) left center no-repeat;
}
.icon-checkout-white {
	background: url(../image/icons/icon-checkout-white.png) left center no-repeat;
}
.icon-backward-white {
	background: url(../image/icons/icon-backward-white.png) left center no-repeat;
}
.icon-forward-white {
	background: url(../image/icons/icon-forward-white.png) left center no-repeat;
}
.icon-lock-white {
	background: url(../image/icons/icon-lock-white.png) left center no-repeat;
}
/*icons*/
.icon-wishlist-white {
	background: url(../image/icons/icon-wishlist-white.png) left center no-repeat;
}
.icon-cart-white {
	background: url(../image/icons/icon-cart-white.png) left center no-repeat;
}
.icon-user-white {
	background: url(../image/icons/icon-user-white.png) left center no-repeat;
}
.icon-checkout-white {
	background: url(../image/icons/icon-checkout-white.png) left center no-repeat;
}
@media screen and (max-width: 44em) {
.triple {display:none;}
.tel {display:none;}
}
.triple {position:absolute;height:75px;width:389px;background:url(../image/triple.png) no-repeat; top:60px;left:300px;}
.tel {position:absolute;top:103px;left:470px;font-weight:bold;text-shadow:1px 1px #fff; color:#F79119;font-size:25px;}
/* layout */
.orta {border:1px solid #fff;background:#fff;padding:10px;-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 32px rgba(0,0,0,0.10);
	box-shadow: 0 0 32px rgba(0,0,0,0.10);}
#container {
	width: 1041px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
@media screen and (max-width: 44em) {
#container { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}}
#column-left {
	float: left;
	width: 200px;
}
#column-right {
	float: right;
	width: 200px;
}
@media screen and (max-width: 44em) {
#column-right {display:none;
	float: left; width:100%;
}}
@media screen and (max-width: 44em) {
#column-left {display:none;
	float: left; width:100%;
}}
#content {
	min-height: 400px;
	margin-bottom: 10px;
}
@media screen and (max-width: 44em) {
#content { margin-top:40px; min-height:20px; padding:20px;}}	
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 210px;
}
#column-right + #content {
	margin-right: 210px;
}
@media screen and (max-width: 44em) {
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 0px;
}}
@media screen and (max-width: 44em) {
#column-right + #content  {
	margin-right: 0px;
}}
/* header */
#header {
	height: 157px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 70px;
	left: 5px;
}
@media screen and (max-width: 44em) {
	#header #logo {
	left: auto;margin-top: 5px;
	margin-left: 45px;top:50px;
		 position: absolute; margin-bottom:20px;
		 overflow:hidden;max-width:90%; 

}}	
@media screen and (max-width: 44em) {
	#header #logo img{
overflow:hidden; 
}}		
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 12px;
	left: 495px;
	color: #999;
	line-height: 17px;
}
@media screen and (max-width: 44em) {
	#currency {position: relative;
			right:auto; top:0px; margin-top:10px; float:left; left:auto; margin-left:10px; z-index:9; 

}}	
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #fff;
	color: #fff;border-radius:25px;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 44em) {
	#header #cart { 
	top:0px;
	position:absolute;
	right:5px;
	z-index: 9;
	min-width: 200px;
}}
#header #cart {
	z-index: 9;
	float:right;
	margin:8px 0 0 10px;
	position:relative;
}
#header #cart .heading {
	background: url(../image/bg_cart_03.png) repeat-x ;
	background-color:#F79119;
	height:30px;
	position: relative;
	z-index: 1;
	padding-right:10px;
	border-radius:3px;
	transition: all 0.5s ease 0s;
}
#header #cart .heading .heading_icon{
	background:url(../image/cart_icon.png) no-repeat 7px center;
	padding-left:28px;
	height:30px;}
#header #cart .heading a {
	background:url(../image/line_cart.png) no-repeat left 2px;
	padding-left:12px;
	padding-bottom: 11px;
	color: #fff;
	text-decoration: none;
	height:30px;
	display:block
}
#header #cart .heading a span {
	/*padding-top:7px;*/
	display:block;font-weight:bold;
	 padding-top:6px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 39px;
	right:0;
	padding: 8px 15px 8px 17px;
	min-height: 70px;
	background: #FFF;
	width:297px;
	border-radius:5px;
	border:5px solid #6b6d6e; z-index:99
}
#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: 0 13px 30px 0;
}
.mini-cart-info h4{color:#191919; font:400 18px RobotoRegular; margin-bottom:22px; margin-top:4px}
.mini-cart-info td.image img{border:1px solid #e6e6e6; padding:3px}
.mini-cart-info td div.name{margin-bottom:7px; display:block}
.mini-cart-info td div.name a{color:#191919; font:400 14px HelveticaRegular;}
.mini-cart-info td div.model{color:#969696; font:400 12px HelveticaRegular; text-transform:capitalize; margin-bottom:6px}
.mini-cart-info td div.total{color:#dc0000; font:400 14px RobotoRegular; float:left; margin-right:10px; margin-bottom:5px}
.mini-cart-info td div.quantity{color:#dc0000; font:400 14px RobotoRegular; margin-bottom:5px}
.mini-cart-info td div small{font-size:11px; color:#969696}
.mini-cart-info td.remove{padding:0}
.mini-cart-info td.remove img{cursor:pointer}
.mini-cart-info td span{color: #191919; font: 400 14px HelveticaRegular; display:block; margin-bottom:6px}
.mini-cart-info .image img {
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}

.mini-cart-total {
	text-align: left;
	border-top:1px solid #e6e6e6;
	padding-top:19px;
	padding-bottom: 5px;
}
.mini-cart-total table {
	border-collapse: collapse;
	width:100%
}
.mini-cart-total td {vertical-align: middle; padding-bottom:5px}
.mini-cart-total td.left{font:700 12px "Trebuchet MS",; color:#191919; text-align:left; padding-top: 4px;}
.mini-cart-total td.right{color:#dc0000; font:400 15px Century Gothic; text-align:right}
.mini-cart-total td.right.last{color:#0899f8}
#header #cart .checkout {
	text-align: left;
	clear: both;
	padding:10px 0 13px
}
#header #cart .checkout a + a{margin-left:20px}
#header #cart .empty {
	padding-top: 24px;
	text-align: center;
}
#header #search {position: absolute;
	top: 115px;border:1px solid #ddd;
	background:#fff url('../image/button-search.png') center center no-repeat;
	right:15px;border-radius:5px;
	width: 255px;
	z-index: 1;
	padding:0px;
}
@media screen and (max-width: 44em) {
	#header #search {max-width: 350px;
		 left:30px; top:166px; position:absolute;  
z-index: 8;
}}

#header .button-search:hover {background:#E83A00;}
#header .button-search {
	position: absolute;
	right: 5px;
	background:#F79119;
 	top:6px;
	width: 26px;color:#fff;
	padding:3px 3px 3px 6px;border-radius:4px;
	border-right: 0px solid #CCCCCC;
	cursor: pointer;
}
@media screen and (max-width: 44em) {
	#header .button-search { bottom:-0px;

}}

#header #search input {
	
	background: none;
	padding: 1px 60px 1px 33px;
	width: 162px;
	height: 35px;
	border: 0px solid #CCCCCC;
}@media screen and (max-width: 44em) {
	#header #search input {
max-width: 248px; 		

}}
#header #welcome {
	position: absolute;
	top: 67px;
	right: 0px;
	z-index: 5;
	width: 258px;
	text-align: center;
	color: #999999;
}
@media screen and (max-width: 44em) {
	#header #welcome { position: absolute;
	top: 130px; padding:10px; width:96%; text-align:center;padding-top:0px;
	
}}

#header .links {
	position: absolute;
	left: 0px;
	top: 12px;
	font-size: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 44em) {
#header .links{
	display:none;
}
}
#header .links a {
	float: left; 
	display: block;
	padding: 0px 0px 0px 23px;
	color: #fff;text-shadow:1px 1px #666;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	 
}
/* menu */
#menu { font-family:"Trebuchet MS";
	background:url(../image/menu-bg.png) repeat-x; 
	height: 49px;
	margin-bottom: 10px;
	  
	padding: 0px 0px;
}

#menu_mobile { display:none;}
#menu_normal { display:block;}
@media screen and (max-width: 44em) {
	#menu  {
background:none; margin:0; margin-top:50px; position:relative;  margin-bottom:0px; 
-webkit-border-radius:none;
	-moz-border-radius:none;
	-khtml-border-radius:none;
	border-radius:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow: none; padding:0; width:98%
}}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	 
	position: relative;
	float: left;
	z-index: 20;
	
}


@media screen and (max-width: 44em) {
#menu_mobile { display:block;}
#menu_normal { display:none;}
	#menu > ul > li {
		border-bottom: 1px solid  #666;
		padding-left:5%;
width: 95%;background: #585858; margin:0; 
}}
#menu > ul > li:hover {background: #333;

}
#menu > ul > li > a {font-family:"Trebuchet MS";
	font-size: 12px;
	color: #FFF;text-transform:uppercase;
	line-height: 20px;
	text-decoration: none;
	display: block;
	padding: 14px 5px 10px 5px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	
}
#menu > ul > li > div {
	display: none;
	background: #333 url(../image/menudivbg.png) repeat-x bottom;
	position: absolute;
	z-index: 5;
	padding: 5px 0 5px 0px;

	-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;
	 
}
#menu > ul > li:hover > div {
	display: table;
}
@media screen and (max-width: 44em) {
	#menu > ul > li:hover > div {display:none;		
}}

#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding:8px 13px 8px 13px; 
	color: #ccc;background: url(../image/line_footer.jpg) repeat-x bottom;
	display: block;
	white-space: nowrap;
	min-width: 150px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #ccc;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}@media screen and (max-width: 44em) {
	.breadcrumb { display:none

}}
@media screen and (max-width: 44em) {
	.jcarousel-skin-opencart { display:none

}}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-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;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-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;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-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;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-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;
}
.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;
}
@media screen and (max-width: 44em) {
.success, .warning, .attention, .information {  top:20px;

}
.slideshow{display:none}}
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 {
	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: #666 !important;
	 
	 
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	 
	background-color:#dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
 
	background-image:none;
	-webkit-appearance:none; /* Needed for iPad */
}
a.button {color:#fff;
	margin: 0;	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
background-color:#eee;
	border: 0;
	 
	padding:5px 10px 5px 10px;
	display: inline-block;
	text-decoration: none;
}
input.button { color:#777;
	margin: 0;	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;

	border: 0;
	height: 28px;
	padding:0px 10px 4px 10px; 
}
input.button1 { color:#fff;
	margin: 0;	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
background-color:#F98000;
	border: 0;
	height: 28px;
	padding:0px 10px 4px 10px; 
}
input.button1:hover, input.button1.active {
	background-color:#eee;
	color:#777 !important;
}
a.button:hover, a.button.active, input.button:hover, input.button.active {
	background-color:#F98000;
	color:#ffffff !important;
}
a.button.active:hover, input.button.active:hover {
	opacity:0.9;
}
a.button.active.checkout {
	padding:0px 40px 0px 25px;
	background-image: url('../image/icons.png');
	background-position:right -431px;
	background-repeat:no-repeat;
}
.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;
}
.bank {display:block}
@media screen and (max-width: 44em) {
.bank {display:none}
.htabs {height:120px;}
.tab-content {margin-top:30px;border-top:1px solid #eee;}
}
.htabs {background:url(../image/menu-bg.png) repeat-x; 
	height: 30px;padding-top:6px;border-radius:3px 3px 0 0;
	line-height: 16px;padding-left:6px;
 }
.htabs a {
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	background: #ddd;
	padding: 7px 15px 7px 15px;
	float: left;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;text-transform:uppercase;
	font-weight: bold;
	text-align: center;text-shadow:1px 1px #fff;
	text-decoration: none;
	color: #666;border-radius:2px 2px 0 0;
	margin-right: 6px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #eee;
}
.tabb {}
@media screen and (max-width: 44em) {
.tabb {display:none}}
.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 10px;
}
@media screen and (max-width: 44em) {
	.box {width: 100%; position:relative; overflow:hidden; top:10px; 
}}
.box .box-heading {
	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
border-radius:3px 3px 0 0;font-family: Roboto, Arial, Helvetica, sans-serif;
	padding: 13px 10px 13px 10px;
	text-shadow:1px 1px #fff;text-transform:uppercase;
	font-size:13px;font-weight:bold;border:1px solid #ddd;
	font-weight: bold; 
	line-height: 14px;
	color: #666;
}
.box .box-content {border-radius:0 0 2px 2px;
	background: #f1f1f1;
	 border-radius:0 0 4px 4px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px;
}
#column-left .box .box-content, #column-right .box .box-content {
	background: #fff;
	padding: 0px;
}
/* Sale tags */
.box-product .sale_tag {
	position:absolute;
	z-index:2;
	top:145px;
	right:0px;
	width:55px;
	height:20px;
	background: url('../image/sale_tag.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:0px;
	left:0px;
	 
}
/* Slideshow and carousel arrows  */
.slide_arrow_next, .slide_arrow_prev {
	top:45%;
	z-index:101;
	cursor:pointer;
	height:50px;
	width:50px;
	text-indent:-9999px;
	position:absolute;
	background: url('../image/slideshow-arrows.png' ) no-repeat;
}
.slide_arrow_prev {
	left:5px;
	background-position:0px 0px;
}
.slide_arrow_prev:hover {
	background-position:0px -50px;
}
.slide_arrow_next {
	right:5px;
	background-position:-50px 0px;
}
.slide_arrow_next:hover {
	background-position:-50px -50px;
}
/* box products */
.box-product {
	width: 100%;
	overflow:auto;
	padding: 0px 0px;
	margin:0px;
}

.box-product > div {
	width:185px;border-radius:3px;
	min-height:300px;
	padding:5px;
	background:#fff;
	float:left;
	vertical-align: top;
	margin:0px 0px 0px 0px;
	 border:1px solid #ddd;
	position:relative;
	 
}
/* Different resizing on resposnive carousel product modules*/
.box-product.carousel > div {
	width:188px !important;
	padding:3px!important;margin-left:2px;margin-right:2px;border:1px solid #ddd;
	-moz-box-sizing:content-box !important;
	-webkit-box-sizing:content-box !important;
	box-sizing:content-box !important;
}
#column-left + #column-right + #content .box-product > div {
	width: 183px;
}
/* grey background on product modules */
.product_wrapper .box-content, .related_product_wrapper .box-content {
	padding:5px 0px 5px 0px; /*13px + 2px border on the div = 15px */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background:#eeeeee;
	display:block;
	position:relative;
	overflow:hidden;
}
.box-product .image {
	text-align:center;	
}
.box-product .image img {
	max-width:100%;
}
/*.box-product .image img:hover {
	opacity: 0.8;
}*/
.box-product .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.box-product .name a {
	color: #555555;
	line-height:15px;
	text-decoration: none;
        font-size:13px;
	display:block;
	margin:15px 0px 0px 7px;
}
.box-product .name a:hover {
	color: #ce001a;
}
.box-product .rating {
	display: block;
	margin:7px 0px;
}
.box-product .price {
	display: block;
	color: #CD1D2C;
        font-size:18px;
	margin: 10px 7px;
}
.box-product .price-old {color:#999;
	text-decoration: line-through;
        font-size:11px;
}
.box-product .price-new {
	color:#CD1D2C;font-size:18px;
}
.box-product .cart {
	width:188px;
	position:absolute;
	bottom:5px;
}
.box-product .cart input.button {
	float:left;
}
.box-product .cart .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
}
.wishlist_button, .compare_button {
	float:left;
}
.wishlist_button a, .compare_button a {
	width:27px;
	height:27px;
	display:block;
	margin-left:3px;
	background-color:#F98000;
	background-image:url('../image/compare_wishlist_icons.png');
}
.compare_button a {
	background-position:0px -54px;
}
.compare_button a:hover {
	background-position:0px -81px;
}
.wishlist_button a:hover {
	background-position:0px -27px;
}
/* No heading if product module is placed on home page */
#content.home .box.product_wrapper .box-heading {
	display:none;
}

/* Product modules placed in columns*/
#column-right .box-product, #column-left .box-product {
	width: 100%;
	padding: 0px 0px;
	margin:0px;
	overflow:hidden;
}
#column-left .product_wrapper .box-heading, #column-right .product_wrapper .box-heading {
	font-size:18px;font-family:"Trebuchet MS",;
	text-transform:none;text-transform:uppercase;
	background:url(../image/bx-top.png) repeat-x; 
	padding: 0px 10px;
	color:#fff;
	line-height:39px;
	height: 39px;
	border-radius:3px 3px 0 0;
}
#column-right .product_wrapper .box-content, #column-left .product_wrapper .box-content {
	padding:3px 0px; /*13px + 2px border on the div = 15px */
	 
	border-radius:0 0 4px 4px;
	background:#ffffff;
}
#column-right .box-product > div, #column-left .box-product > div {
	width: 100%;
	min-height:10px;
	padding:5px 1px 1px 1px;
	margin:0px;
	display:block;
	clear:both;
	float:left;
	background: none;
	border-top:none;
	border-bottom:1px solid #e5e5e5;
}
#column-right .sale_tag, #column-left .sale_tag, 
#column-right .tukendi, #column-left .tukendi, 
#column-right .yeni, #column-left .yeni, 
#column-right .sinirli, #column-left .sinirli {
	display:none;
}
#column-left .box-product .image {
	float:left;
}
#column-right .box-product .image{
	float:right;
}

 #column-left .box-product .image img {
	width:auto;
	margin-left:3px;
	padding:0px;
	margin-right:5px;
	border:1px solid #e5e5e5;
}

#column-right .box-product .image img {
	width:auto;
	margin-left:5px;
	padding:0px;
	margin-right:5px;
	border:1px solid #e5e5e5;
}
#column-right .box-product .image img:hover, #column-left .box-product .image img:hover {
	border:1px solid #aaaaaa;
}
#column-right .box-product .information_wrapper, #column-left .box-product .information_wrapper {
	padding:0px 5px 0px 15px;
	height:auto;
	margin-left:60px;
}
#column-left .box-product .name a {
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	margin:2px 0px 0px 0px;
}

#column-right .box-product .name a {
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	display:block;text-align:left;
	margin:2px 0px 0px 5px;
}

#column-right .box-product .rating, #column-left .box-product .rating {
	display: block;
	margin:5px 0px;
}
 #column-left .box-product .price {
	display: block; 
	color: #CD1D2C;
	margin: 7px 0px;
}
#column-right .box-product .price {
	display: block; 
	color: #CD1D2C;
	margin: 0px 5px;
}
#column-right .box-product .cart, #column-left .box-product .cart {
	display:none;
}
/* Related products on product page*/
.related_product_wrapper .box-product > div {
	width:143px !important;
	min-height:265px;
	padding:10px 23px 17px 10px !important;
}

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;background:#fff;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 5px 8px 5px 4px;background:url(../image/menuu.png) repeat-x top;border-bottom:1px solid #eee; border-top:1px solid #fff;
}
ul.box-category > li {
	padding: 5px 8px 5px 4px;
}
ul.box-category > li + li {background:url(../image/menuu.png) repeat-x top;border-bottom:1px solid #eee; border-top:1px solid #fff;
	
}
ul.box-category > li + li:hover, ul.box-category > li:first-child:hover {background:#fff;}
ul.box-category > li > a:hover {color:#970026}
ul.box-category > li > a {text-shadow:1px 1px #fff;background:url(../image/amazon.png) left no-repeat;
	text-decoration: none; font-weight:normal;font-family:Arial;font-size:11px;
	color: #666;padding-left:16px;text-transform:uppercase;
}
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 0px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;color:#444;
}
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 {background:url(../image/pattern9.png)repeat;
	overflow: auto;padding:10px;
	margin-bottom: 10px;border-bottom:1px solid #ddd;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {background:url(../image/pattern9.png)repeat;
	overflow: auto;border-bottom:1px solid #ddd;
	padding:10px;
	margin-bottom: 10px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* 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:url(../image/menu-bg.png) repeat-x; 
	 
	padding:5px 20px 10px 10px;;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #fff;
}
.product-filter .display a {text-shadow:1px 1px #444;
	font-weight: bold;color:#fff;
}
.product-filter .sort {
	float: right;
	color: #fff;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #fff;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 0px;
	font-weight: bold;
}
.product-compare a {color:#f1f1f1;text-shadow:1px 1px #444;
	text-decoration: none;
	font-weight: bold;
}
.product-list {border:1px solid #ddd;padding:5px;background:#eee;}

.product-list > div {  position:relative;background:#fff url(../image/urun-bg.png) repeat-x bottom;

	overflow: auto;border:1px solid #eee;
	margin-bottom: 5px;padding:5px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div { background:#fff url(../image/urun-bg.png) repeat-x bottom;
	border-top: 1px solid #EEEEEE;
	 
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;max-width:100px;
	border-right: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #444;
	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;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	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 {
 }
.product-list .wishlist a{
	width:27px; float:left;
	height:27px;margin-left:15px;
	display:block;
	 
	background-color:#d31d2c;
	background-image:url('../image/compare_wishlist_icons.png');
}

.product-list .compare a {
	width:27px; float:right;
	height:27px;margin-right:10px;
	display:block;
	margin-left:3px;
	background-color:#d31d2c;
	background-image:url('../image/compare_wishlist_icons.png');
}


.product-list .compare a {
	background-position:0px -54px;
}
.product-list .compare a:hover {
	background-position:0px -81px;
}
.product-list .wishlist a:hover {
	background-position:0px -27px;
}
.product-grid {background:#eee;
	width: 98%;padding:8px;border:1px solid #ddd;
	overflow: auto;
}
.product-grid > div {
	width:182px;
	 position:relative;
	padding:5px;
		background:#fff url(../image/urun-bg.png) repeat-x bottom;
	float:left;
	vertical-align: top;
	margin:0px 2px 5px 3px;
	 border-right:1px solid #eee;border-bottom:1px solid #eee;
	position:relative;


}
#column-left + #column-right + #content .product-grid > div {
	width: 183px
}
.product-grid .image {
	display: block;text-align:center;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 0px;max-width:100%;
	border: 0px solid #E7E7E7;
}
.product-grid .name a {
	color: #333;min-height:45px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 10px;
}
.product-grid .price {
	display: block;
	font-weight: normal;
	color: #CD1D2C;
	margin-bottom: 10px;
}
.product-grid .price-old {
	color: #999;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {float:left;
	margin-bottom: 8px;
}
.product-grid .wishlist, .product-grid .compare {
	float:right;
}
.product-grid .wishlist a, .product-grid .compare a {
	width:27px;
	height:27px;
	display:block;
	margin-left:3px;
	background-color:#d31d2c;
	background-image:url('../image/compare_wishlist_icons.png');
}
.product-grid .compare a {
	background-position:0px -54px;
}
.product-grid .compare a:hover {
	background-position:0px -81px;
}
.product-grid .wishlist a:hover {
	background-position:0px -27px;
}
/* Product */
.product-info .wishlist, .product-info .compare {
	float:left; 
}
.product-info .wishlist a, .product-info .compare a {
	width:27px;
	height:27px;
	display:block;
	margin-left:3px;
	background-color:#d31d2c;
	background-image:url('../image/compare_wishlist_icons.png');
}
.product-info .compare a {
	background-position:0px -54px;
}
.product-info .compare a:hover {
	background-position:0px -81px;
}
.product-info .wishlist a:hover {
	background-position:0px -27px;
}
.product-info {position:relative;
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 340px;
}
@media screen and (max-width: 44em) {
	.product-info > .left + .right {margin-left: 0px; 
}}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 44em) {.product-info .image img {max-width:296px;}
.product-info .image-additional {max-width:306px;}
.product-info .image-additional img {max-width:54px;}
}
@media screen and (max-width: 44em) {
	#cboxLoadedContent img { display:none
}#cboxWrapper{ display:none
}#cboxOverlay{ opacity: 1; display:none; position:absolute; max-height:0; max-width:0; z-index:-90;
}}
.product-info .image-additional {
	width: 330px;
	margin-left: 0px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;margin-right:5px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.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;
}
.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: 1px 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;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.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;
}
.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: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.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: 15px;
	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 > 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-wrap {
   filter: alpha(opacity=0.7);
   opacity: 0.7;
   background:#ccc url(../image/bottom-fot.png) no-repeat top;}
#footer {width:1040px;margin-right:auto;margin-left:auto;
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 15px 0 0px 0;
	 
}
@media screen and (max-width: 44em) {
#footer {
	overflow: hidden;
width:100%;
}}
#footer h3 { 
	color: #000000;text-transform:uppercase;text-shadow:1px 1px #fff;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 17px;
}
#footer .column {
	float: left;
	width: 19%;padding-left:10px;
	min-height: 100px;
}
@media screen and (max-width: 44em) {
#footer .column {
	float: left;
	width: 100%; padding-left:30%;
	min-height: 100px;  text-align:left;

}}
@media screen and (max-width: 44em) {
.guvenli {display:none;}

}
.guvenli {height:98px;background:#ddd;border-top:1px solid #fff;padding-top:6px;}
#footer .column ul {text-shadow:1px 1px #f1f1f1;
	margin-top: 0px;background:url(../image/columnbg.png) no-repeat right center;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {color:#000;
	margin-bottom: 3px; list-style:none;
}
#footer .column a {line-height:22px;
	text-decoration: none;font-family:Arial;
	color: #555;font-weight:bold;
}
#footer .column a:hover {color:#F68002;
	text-decoration: underline;
}
#powered a {color:#fff;}
#powered {color:#fff;width:400px;
	margin-top: 5px;text-shadow:1px 1px #000;
	text-align: right;
	clear: both;
	float: right;
	 
}
@media screen and (max-width: 44em) {.copy {display:none}}
.copy {padding:3px;background:#444;border-top:1px solid #eee;}
.footer-social {float:left;
	display: table;
	width: 600px;
	margin: 0 auto;
	margin-top:-10px;
}
.footer-social a {
	margin-right: 2px;
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: none;
	background-position: center 11px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.footer-social span {
	display: inline-block;
}
.footer-social a:hover {background: transition: all .3s linear;
-o-transition: all .3s linear;-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
	background-color: #000;border-radius:50px;
}
.footer-social a.twitter {
	background-image: url(../image/sosyal/twitter.png);
}
.footer-social a.facebook {
	background-image: url(../image/sosyal/facebook.png);
}
.footer-social a.google {
	background-image: url(../image/sosyal/google.png);
}
.footer-social a.pinterest {
	background-image: url(../image/sosyal/pinterest.png);
}
.footer-social a.skype {
	background-position: center 10px;
	background-image: url(../image/sosyal/skype.png);
}
.footer-social a.youtube {
	background-image: url(../image/sosyal/youtube.png);
}
.footer-social a.rss {
	background-image: url(../image/sosyal/rss.png);
}
.footer-social a.tumblr {
	background-image: url(../image/sosyal/tumblr.png);
}
.footer-social a.vimeo {
	background-image: url(../image/sosyal/vimeo.png);
}
.footer-social a.flickr {
	background-image: url(../image/sosyal/flickr.png);
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {border:1px solid #ddd;padding:3px;
	margin-bottom: 10px;border-radius:3px;background:#fff;
}

@media screen and (max-width: 44em) {
.banner { display:none
}}
a.top {
	display: block;
	width: 52px;
	height: 62px;
	font-size: 10px;
	color: #FFF;
	background: url(../image/top.png) no-repeat;
	float: right;
	text-align: center;
	bottom: 100px;
	right: 20px;
	position: fixed;
	z-index: 9999;
	padding: 3px 0 0;
}


/* box category */
.box-categoryx {
	margin-top: -5px;
}
.box-categoryx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-categoryx > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-categoryx > ul > li + li {
	 
}
.box-categoryx > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-categoryx > ul > li ul {
	display: none;
}
.box-categoryx > ul > li a.active {
	font-weight: bold;
}
.box-categoryx > ul > li a.active + ul {
	display: block;
}
.box-categoryx > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-categoryx > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-categoryx > ul > li ul > li > a.active {
	font-weight: bold;
}