html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
.Textboxes {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; WIDTH: 90px; HEIGHT: 10px; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.Textboxes1 {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; WIDTH: 20px; HEIGHT: 10px; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.btn_gri1 {
	BACKGROUND-IMAGE: url(../image/btn_gri1.gif); BORDER-BOTTOM: 0px; TEXT-ALIGN: center; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 24px; MARGIN: 5px 0px; PADDING-LEFT: 0px; WIDTH: 57px; PADDING-RIGHT: 0px; FONT-FAMILY: Arial; HEIGHT: 25px; COLOR: #444; FONT-SIZE: 11px; BORDER-TOP: 0px; FONT-WEIGHT: bold; BORDER-RIGHT: 0px; PADDING-TOP: 0px
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

/* layout */

/* header */
#header {

}
#header #logo {
	position: absolute;
	top: 19px;
	left: 21px;
}
#language {
	position: absolute;
	top: 35px;
	right: 0px;
	color: #000;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 45px;
	right: 30px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #veri {
	position: fixed;
       right: 0px;
       font-size: 13px;
       font-weight: bold;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 183px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 8px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #333333;
	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: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 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 {
	margin-top: 5px;
	padding-top: 7px;
	padding-bottom: 35px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 135px;
	right: 0px;
	width: 270px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 200px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#header #welcome {
	position: absolute;
	top: 13px;
	left: 310px;
	z-index: 5;
	text-align: left;
	color: #000;
	font-weight: bold;
}
#header #welcome a{
	text-align: left;
	color: #000;
	font-weight: bold;

}
#header .links1 {
	position: relative;
}
#header #links {
	position: absolute;
	top: 32px;
	right: 300px;
	font-size: 10px;
}
#header #links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#header #links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
#header #links1 {
	position: absolute;
	top: 4px;
	right: 500px;
	bottom: 3px;
	font-size: 10px;
}

#header #logo1 {
	position: absolute;
	top: 18px;
	left: 28px;
	font-size: 10px;
}
#header #logo2 {
	position: absolute;
	top: 40px;
	right: 50px;
	font-size: 10px;
}
#header #logo3 {
	position: absolute;
	top: 60px;
	right: 0px;
}
#header #logo4 {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 10px;
}
#header #logo4 a {
	float: left;
	display: block;
	padding: 0px 0px 0px 13px;
}
#header #logo4s a + a {
	margin-left: 1px;
}
#header #logo5 {
	position: absolute;
	top: 9px;
	left: 80px;
	font-size: 10px;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
	background: #000;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/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 > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
background:url(../image/line_cizgi_cizgi.png) repeat-x 0 100%;
color:#636363;
padding:8px 0 9px;
margin:0 0 10px 0;
}
.success, .warning, .attention, .information, .success22 {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555;
	font-size: 12px;
}
.success {
       background:url(../image/onayverildi.png) no-repeat 7px 6px #c2ee9b;
       border:1px solid #90b96b;
}
.success22 {
       background:url(../image/onayverildi.png) no-repeat 7px 6px #c2ee9b;
       border:1px solid #90b96b;
}
.warning {
       background:url(../image/hatakoduresim.png) no-repeat 7px 6px #fff39f; 
       border:1px solid #ffc02e; 
}
.attention {
	background: #FFF5CC 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.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: 150px;
}
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.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}

.pagination {
	margin: 0 15px;
	width: 100%;
}
.pagination .links {
	display: table;
	margin: auto;
}
.pagination .links a {
	display: block;
	padding: 0 20px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
	color: #fff;
	background: #777777;
	font-size: 14px;
	line-height: 38px;
}
.pagination .links b {
	display: block;
	padding: 0 20px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px 10px;
	text-decoration: none;
	color: #fff;
	background: #072E48;
	font-size: 14px;
	line-height: 38px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
 border:1px solid #000; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #000; background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
 background-image: -webkit-linear-gradient(top, #000, #000);
 background-image: -moz-linear-gradient(top, #000, #000);
 background-image: -ms-linear-gradient(top, #000, #000);
 background-image: -o-linear-gradient(top, #000, #000);
 background-image: linear-gradient(to bottom, #000, #000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000, endColorstr=#000);
}
.buttons {
	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: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
#module_cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 0 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    top: -1px;
}
#module_cart.active .heading {
    border-left: 1px solid #EEEEEE;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}
#module_cart.active .content {
    display: block;
}
#module_cart .cart {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
#module_cart .cart td {
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    padding: 2px 3px;
    vertical-align: top;
}
#module_cart .cart .image {
    display: none;
}
#module_cart .cart .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
#module_cart .cart .name small {
    color: #666666;
    line-height: 14px;
}
#module_cart .cart td.total, #module_cart .cart td.quantity{
    text-align: right;
    vertical-align: middle;
}
#module_cart .cart .remove {
    text-align: right;
	padding: 0 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
    cursor: pointer;
}
#module_cart table.total {
    border-collapse: collapse;
    clear: left;
    float: right;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
}
#module_cart table.total td {
    color: #000000;
}
#module_cart .checkout {
    clear: both;
    text-align: right;
}
#module_cart .empty {
    text-align: center;
}
/* box */
.box {
	margin-bottom: 20px;
	background: none;
	padding-bottom: 0px;
}
#column-right .box, #column-left .box {
	background: url('../image/boxbg.png') bottom center no-repeat;
	padding-bottom: 10px;
} 

#column-right .box .box-heading, #column-left .box .box-heading {
    background: url('../image/box_top.png') top center no-repeat;
	padding: 13px 10px 5px 30px;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
}

.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px opx;
	padding: 16px 10px 5px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 14px;
	color: #444444;
}

.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
	
.box-product > div {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 20px;	
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding-top:0;
	padding-right:3px;
}
.box-product .indirim {
position:absolute;
background:url("../image/patlangac.png") no-repeat left top;
width:69px;
height:60px;
text-align:center !important;
padding-top:13px;
top:0;
left:0;
font-size:16px;
font-weight:bold;
color:#FFF;
text-align:left;
}
.box-product .name a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #444444;
}
.box-product .name1 {
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #666666;
}
.box-product .name2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #666666;
}
.box-product .price {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	font-size: 13px;
	text-decoration: line-through;
}
.box-product .price-new {
	font-size: 17px;
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
	background: #FFFFFF;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* box */
.box5 {
	margin-bottom: 20px;
	background: none;
	padding-bottom: 0px;
}
#column-right .box5, #column-left .box5 {
	background: url('../image/boxbggg.png') bottom center no-repeat;
	padding-bottom: 10px;
} 

#column-right .box5 .box5-heading, #column-left .box5 .box5-heading {
    background: url('../image/box_toppp.png') top center no-repeat;
	padding: 61px 10px 5px 30px;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
}

.box5 .box5-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px opx;
	padding: 16px 10px 5px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 14px;
	color: #444444;
}
.box5 .box5-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 10px;
}
/* box products */
.box5-product {
	width: 100%;
	overflow: auto;
}
	
.box5-product > div {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 20px;	
}
.box5-product .image {
	display: block;
	margin-bottom: 0px;
}
.box5-product .image img {
	padding-top:0;
	padding-right:3px;
}
.box5-product .indirim {
position:absolute;
background:url("../image/patlangac.png") no-repeat left top;
width:69px;
height:60px;
text-align:center !important;
padding-top:13px;
top:0;
left:0;
font-size:16px;
font-weight:bold;
color:#FFF;
text-align:left;
}
.box5-product .name a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #444444;
}
.box5-product .name1 {
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #666666;
}
.box5-product .name2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #666666;
}
.box5-product .price {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box5-product .price-old {
	color: #F00;
	font-size: 13px;
	text-decoration: line-through;
}
.box5-product .price-new {
	font-size: 17px;
	font-weight: bold;
}
.box5-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box5-category {
	margin-top: -5px;
}
.box5-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box5-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box5-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box5-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box5-category > ul > li ul {
	display: none;
}
.box5-category > ul > li a.active {
	font-weight: bold;
}
.box5-category > ul > li a.active + ul {
	display: block;
	background: #FFFFFF;
}
.box5-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box5-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box5-category > ul > li ul > li > a.active {
	font-weight: bold;
}

/* box1 */
.box1 .box1-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px opx;
	background: url('../image/box1_top.png') repeat-x;
	padding: 12px 10px 5px 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box1 .box1-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
.box1 .box1-content2 {
    background: #FFFFFF;
	padding: 5px;
}
/* box1 products */
.box1-product {
	width: 100%;
	overflow: auto;
}
.box1-product > div {
	width: 182px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	border-top: 2px solid #E7E7E7;
	border-left: 2px solid #E7E7E7;
	border-right: 2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
	-webkit-border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-khtml-border-radius: 11px 11px 11px 11px;
	border-radius: 11px 11px 11px 11px;
}
.box1-product > div:hover {
	width: 182px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	border-top: 2px solid #FA2;
	border-left: 2px solid #FA2;
	border-right: 2px solid #FA2;
	border-bottom: 2px solid #FA2;
	-webkit-border-radius: 11px 11px 11px 11px;
	-moz-border-radius: 11px 11px 11px 11px;
	-khtml-border-radius: 11px 11px 11px 11px;
	border-radius: 11px 11px 11px 11px;
}
.box1-product .image {
	display: block;
	margin-bottom: 0px;
}
.box1-product .image img {
	padding: 3px;
}
.box1-product .indirim {
position:absolute;
background:url("../image/patlangac.png") no-repeat left top;
width:69px;
height:60px;
text-align:center !important;
padding-top:13px;
top:0;
left:0;
font-size:16px;
font-weight:bold;
color:#FFF;
text-align:left;
}
.box1-product .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box1-product .price {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box1-product .price-old {
	font-size: 13px;
	color: #F00;
	text-decoration: line-through;
}
.box1-product .price-new {
	font-size: 17px;
	font-weight: bold;
}
.box1-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box1 category */
.box1-category {
	margin-top: -5px;
}
.box1-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box1-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box1-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box1-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box1-category > ul > li ul {
	display: none;
}
.box1-category > ul > li a.active {
	font-weight: bold;
}
.box1-category > ul > li a.active + ul {
	display: block;
}
.box1-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box1-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box1-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* 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: 100%;
}
.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 {
	border-bottom: 1px solid #EEEEEE;
	padding-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 {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .indirim {
position:absolute;
background:url("../image/patlangac.png") no-repeat left top;
width:69px;
height:60px;
text-align:center !important;
padding-top:13px;
top:0;
left:0;
font-size:16px;
font-weight:bold;
color:#FFF;
text-align:left;
}
.product-list .name {
	font-size: 12px;
	margin-bottom: 3px;
}
.product-list .name a {
	font-size: 12px;
	color: #333333;
	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: 17px;
}
.product-list .price-old {
	font-size: 13px;
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-size: 17px;
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 15px;
	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: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	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 {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .indirim {
position:absolute;
background:url("../image/patlangac.png") no-repeat left top;
width:69px;
height:60px;
text-align:center !important;
padding-top:13px;
top:0;
left:0;
font-size:16px;
font-weight:bold;
color:#FFF;
text-align:left;
}
.product-grid .name a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	font-size: 17px;
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	font-size: 13px;
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-size: 17px;
	font-weight: bold;
}
.product-grid .price .price-tax {
	font-size: 15px;
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #e2e2e2;
	position:relative;
	
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;	
}
.product-info .image_inside{
	margin: 1px;
	border: 2px solid #f8f8f8;	
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding: 6px;
   	position:relative;
	z-index:20;     
}
.product-info .image .zoom_btn{
	position: absolute;
	bottom: 12px;
	right: 10px;
	width: auto;
	height: 11px;
	z-index:21;
}
.product-info .image .zoom_btn a{
	font-size: 10px;
	line-height: 11px;
	color: #999;
	text-transform: uppercase;
	background: #fff url('../image/zoom_tiny.png') 2px 2px no-repeat;
	padding: 1px 1px 1px 16px;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #333333;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	font-size: 17px;
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-old2 {
	font-size: 17px;
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.product-info .price-new {
	font-size: 17px;
	
}
.product-info .price-tax {
	font-size: 15px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 13px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	color: #000000;
}
.product-info .cart {
	padding: 8px 0px 16px 0px;
	margin-bottom: 4px;
	overflow: auto;
}
.product-info .cart div{
	float:left;
	vertical-align:middle;
}

.product-info .cart .button {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#fff;
	background-color:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	font-weight:700;
	height:32px;
	padding:4px 16px;
}

.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.cart_clearer {
	clear: left;
	height: 18px;
	margin: 0;
	display: block;
}
.product-info a.icon_wish {
	background: url('../image/icon_wish.png') no-repeat;
	padding: 0px 0 0 16px;
	font-size: 12px;
	color: #4D4D4D;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;	
}
.product-info a.icon_compare {
	background: url('../image/icon_compare.png') no-repeat;
	padding: 0px 0 0 16px;
	font-size: 12px;
	color: #4D4D4D;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;	
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #333333;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.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-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;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	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 .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 18px 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 .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-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: 150px;
	padding: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url('../image/footeraltarka.png') center center no-repeat;
}
#footer .cont{margin-bottom:20px;line-height:22px;color:#fff}
#footer .cont span{display:block;font-size:14px;line-height:normal;color:#fff;}
.footer-wrap{clear:both;overflow:hidden;margin:0px auto 0;}
#footer h3{text-align:left;font-size:14px;color:#fff;text-transform:uppercase;line-height:21px;margin:0 0 11px}
#footer .column.col-5{margin-right:0px;width:220px;}
#footer .column{float:left;width:190px;min-height:110px;}
#footer .column ul{text-align:left;margin-top:0px;margin-left:0px;padding-left:0px;list-style:none;}
#footer .column ul li:first-child{border-top:0;}
#footer .column ul li{list-style:none;padding:0px 0 4px 0;}
#footer .column a{text-decoration:none;color:#fff;font-size:12px;line-height:16px;}
#footer .column a:hover{color:#fff;}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}

.banner-square11 {
top: -180px;
list-style : none;
margin: 0;
padding: 0;
position: relative;
}

.banner-square22 {
top: -220px;
list-style : none;
margin: 0;
padding: 0;
position: relative;
}

.banner-square33 {
top: -178px;
list-style : none;
margin: 0;
padding: 0;
position: relative;
}

.banner-square44 {
top: -218px;
list-style : none;
margin: 0;
padding: 0;
position: relative;
}

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

.banner-square img {
}

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

.product_image img {
}

.promotags {
display: block;
position: absolute;
z-index: 1;
} 
/*code end */

#search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 24px;
        left: 28px;
        background-color: #555;
        list-style-type: none;
        z-index: 12;
        min-width: 260px;
        border-bottom: 1px solid #000;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
#search_results li {
        padding: 5px;
}
#search_results a,
#search_results a:visited,
#search_results a:hover {
        color: #fff;
        text-decoration: none;
}
#search_results a:hover {
        color: #FFF;
}
#search_results li:hover {
        background-color: #000;
}
#search_results .highlighted {
        background-color: #000;
}
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:active { position:relative; top:1px }

.ui-notify {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 310px;
    z-index: 1000;
}
.ui-notify-message {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
    left:-3px;
    width:307px;
}
.ui-notify-message h2 {
	text-align:center;
    font-size: 16px;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0;
    padding-top: 0;
}
.ui-notify-message .s_button_remove {
    font-size: 1px;
    right: 10px;
    text-indent: -1000em;
    top: 10px;
}
.ui-notify-message h3 {
	text-align:center;
    color: #333333;
    font-weight: normal;
    font-size:9pt;
}
.ui-notify-message .s_item {
    margin: 0 5px 16px !important;
}
.ui-notify-message .s_item:hover {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    margin: 0 5px 16px !important;
    padding: 0 !important;
}

.s_success_24{
	display:block !important;
}

.s_icon_Shop{
	background:url("../image/iconNotif.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:15px;
}

.s_icon_Compare{
	background:url("../image/iconCompare.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:15px;
}

.s_icon_WishList{
	background:url("../image/iconWishList.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:15px;
}

.ui-notify-message h2{
	width:190px;
	padding:7px;
}

.titleSuccess{
	float:right;
	margin-right:1px;
	width:230px;
}

.pictureProduct{
	width:48px;
	height:48px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding:0px;
}

.pictureP{
	width:48px;
	height:48px;
	margin:0px;
	padding:0px;
}
.nameP{
	width:290px;
	padding-top:7px;
    margin-bottom:4px;
}

.ui-notify-message{
	min-height:95px;
}

.classHeight{
    min-height:105px;
}

.namePtext{
	margin:0px;
}

#checkoutLabel{
	left:102px;
	top:5px;
	position:relative;
}

#checkoutLabel a{
	color:#943441 !important;
}

.rightPart{
	text-align:center;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#F0EEE6;
	padding-left:20;
	width:145px;
}	

.leftPart{
	text-align:center;
	width:200px;
}	

.middlePart{
	text-align:left;
	padding-left:15px;
	padding-right:20px;
	width:280px;
}

#monContainer{
	display:none;
}
.login-content{width:280px;padding:30px;position:relative;background:#ffffff;border:1px solid #ccc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.login-header{height:73px;line-height:73px;padding:0 0 0 47px;font-size:24px;font-weight:bold;background:url('../image/uye_giris_iconn.png') no-repeat 0 0;color:#666}

.login-inputt{margin:0 0 10px 0}
.login-inputt input{width:270px;height:20px}

.login-content .left {
	float: left;
	width: 10%;
}
.login-content .right {
	float: right;
	width: 10%
}
.login-content .center {
	float: center;
	width: 50%
}
.login-content .left .content, .login-content .right .content{
	min-height: 190px;
}

.login-typeinput {
	background:#fbfbfb;border:1px solid #d0d0d0;-moz-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;
	padding:5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-goog-ms-border-top-left-radius:3px;margin:0;font-size:12px;
}

.loginbenihatirla{padding:6px 10px 7px 0;margin:0 10px 0 0;border-right:1px solid #ccc}
.loginbenihatirla a{color:#333;font-size:11px;text-decoration:underline}


.loginsifreunut{line-height:27px;font-size:11px}
.loginsifreunut a{color:#333;font-size:11px;text-decoration:underline}

.ortaliyalim{margin:0 auto;}
.solayalim{float:left;}
.saglayalim{float:right;}


#fixed {
    PADDING-RIGHT: 10px; 
    PADDING-LEFT: 10px; 
    LEFT: 10px; 
    PADDING-BOTTOM: 10px; 
    PADDING-TOP: 10px; 
    POSITION: fixed; ; 
    POSITION: expression("absolute"); BOTTOM: 10px; ; BOTTOM: expression(eval(document.body.scrollTop)+10); BACKGROUND-COLOR: 
}

.canlidestek{
position:fixed;
left:0px;
bottom:2px;
font-size:0;
float:right;
z-index:999;
}

.canlidestek a{
width:80px;
height:300px;
display:block;
}
.Moduller{
width:980px;
margin: 0 auto;
}

.Moduller a{
display:block;
overflow:hidden;
float:left;
width:460px;
margin:5px;
font-size:13px;
font-weight:normal;
color:#333;
text-decoration:none;
position:relative;
padding:10px;
background:#F0F0F0;
font-family: Arial, Helvetica, sans-serif;
}

.Moduller a:hover{
background:#F3F3F3;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
}

.Moduller a span.Resimalt{
display:block;
overflow:hidden;
position:absolute;
left:10px;
top:10px;
background:url(../image/altplan.png) no-repeat left top;
width:110px;
height:99px;
}

.Moduller a h1{
font-size:13px;
font-weight:normal !important;
font-family: Arial, Helvetica, sans-serif;
}


.Moduller h1{
padding-bottom:6px;
font-size:16px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}

.Moduller a span.Icerikresim{
float:left;
width:140px;
}

.Moduller a span.Icerikbilgi{
float:left;
height:120px;
width:320px;
}

.Moduller a span.Icerikfiyat{
padding-top:24px;
display:block;
overflow:hidden;
clear:both;
background:url(../image/ayracnokta.png) repeat-x left top;
}

.Moduller a span.Icerikfiyat .Fiyatfiyat{
float:left;
display:block;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}

.footer-top .tags .buttonns {
     /*text-align: center;*/
       font-size: 12px;
       padding: 10px 10px 10px 10px;
       text-decoration: none;
       display: inline-block;
       background-color: #ae2422;
       border-color: #ae2422;
       color: #fff;
}

.sosyalmedya {
       clear: both;
       list-style: none;
       display: flex;
       align-items: right;
       justify-content: right; 
}
.sosyalmedya ul{
       display: flex;
       align-items: center;
       justify-content: center; 
       margin: 5px 0;
       padding: 0;
}
.sosyalmedya ul li {
       display: flex;
       margin-left: 5px;
       margin-right: 5px;
}
.sosyalmedya ul li a {
       text-align: center;
       transition-duration: 0.3s;
       width: 31px;
       margin-bottom: 3px;
}
.sosyalmedya ul li a i {
       color: #fff;
       font-size: 15px;
       line-height: 2;
}
.sosyalmedya ul li a:hover {
       color: #ae2422;
}
.sosyalmedya ul li a:hover i {
       color: #ae2422;
}
