body{
	background-color:#e9e9e9;
	margin:10px 0;
    background-image:url(img/velomoto-pattern.png);
		
}

body.bayi{
	background-color:#a4a4a4;
	font-size:12px;
    background-image:url(img/velomoto-pattern-darkgrey.png);

    
}

body, p, pre, a, td, th, input, textarea, select, span{
font-family:Arial, Helvetica, sans-serif;	
}

a{
color:#549CC3;	
}

h1{
font-size:18px;
color:#000;
padding-left:10px;	
}

.font12{
font-size:12px;	
}

.font14{
font-size:14px;	
}

.font16{
font-size:12px;	
}

table.grid1{
	margin-bottom:10px;
}

table.grid1 tr:nth-child(odd){
	background-color:#f6f6f6;	
}

table.grid1 tr:nth-child(even){
	background-color:#ffffff;	
}

table.grid1 tr td{
	border-bottom:1px solid #d8d8d8;
	font-size:12px;
    line-height:17px;
}

table.grid1 tr.priority td{
	font-weight:bold;
	background-color:#dbf2c5;
	border-bottom:1px solid #a7c48b;
		
}

table.grid1.font12 tr td{
	font-size:12px;		
}

table.grid1 tr:hover{
	background-color:#eee;
}

table.grid1 tr:hover td{
	border-bottom:1px solid #aaa;
}

table.grid1 tr:last-child td {
	/*border-bottom:0px none;*/
}

table.grid1 thead, table.grid1 thead tr:nth-child(odd){
	background-color:#f1ae00;
}

table.grid1 thead th{
	color:#000;
	text-align:left;
	font-size:12px;
	border-bottom:2px solid #d29800;
	
}

table.grid1.font12 thead th{
font-size:13px;	
}

div.container{
width:980px;
margin:0 auto;	
}

div.container div.header{
	height:191px;
	/*background-image:url(img/top-bg.png);*/
	background-repeat:no-repeat;
    border-radius:5px;
}

body.bayi div.container div.header{
	height:auto;
	background-image:none;
	background-color:rgba(0,0,0,0.3);	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

div.container div.footer{
	font-size:11px;
	color:#4e4e4e;	
	padding:10px;
	clear:both;
}

body.bayi div.container div.footer{
	background-color:#FFF;
	height:60px;
	margin-top:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

div.container div.footer a{
color:#000;	
}

div.container div.footer img{
margin-bottom:5px;	
}


div.header div.header-inner{
clear:both;	
overflow:hidden;
}


.header-inner.bayibg2{
	background-color:rgba(0,0,0,0.2);	
}

.header-inner div.item{
	float:left;
	height:54px;

	margin:8px 0 0 10px;
	font-size:12px;
	padding:5px 10px;
}

.header-inner div.item a{
color:#FFF;	
}

.header-inner div.item.dark{
	
	min-width:100px;
    border-left:solid 1px #f1ae00;
}

.header-inner div.item h3{
	padding:0px;
	margin:0px;	
	font-size:18px;
}

.header-inner div.item.dark h3{
	padding:0px;
	margin:5px 0;	
	font-size:14px;
	color:#FFF;
}

.header-inner div.item.dark input{
	margin-right:5px;
	height:24px;
	border:1px #a8a9a9 solid;
}

span.text1{
	
	color:#FFF;
	font-style:italic;	
}

a.link01, .header-inner div.item a.link01{
	color:#ff6a00;
	font-weight:bold;
	text-decoration:none;
}

.header-inner.bayibg3{
	background-color:rgba(0,0,0,0.1)	
}

div.container div.maincontent{
	margin:10px 0;	
    overflow:hidden;

}

div.header a.logo{
	display:block;
	background-image:url(img/logo.png);
	width:308px;
	height:39px;
	float:left;
	text-indent:-1000px;
	margin:6px;	
}

/*
table.table-filter td select{
	width:178px;
	height:30px;	
}
*/

div.maincontent.rightside div.left{
width:650px;	
float:left;
font-size:12px;
}

div.maincontent.rightside div.left h1{
clear:both;	
}

div.maincontent.rightside div.left img{
max-width:600px;
height:auto;	
}

div.maincontent.rightside div.right{
width:320px;
float:right;
overflow:hidden;
}

div.maincontent.rightside div.right .mainbrands ul{
width:320px;	
}

table.table-filter{
	margin-left:5px;	
}

ul.menu{
	margin:0px;
	padding:0px;	
	display:block;
	list-style:none;
}

ul.menu li{
 	

/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #C4C4C4 0%, #474747 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #C4C4C4 0%, #474747 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #C4C4C4 0%, #474747 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #C4C4C4), color-stop(1, #474747));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #C4C4C4 0%, #474747 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #C4C4C4 0%, #474747 100%);


-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:12px;
}

ul.menu li:hover{
	background-color:#bcbcbc;
}


ul.menu.bayi li{
	background-color:transparent;
	display:block;
	float:left;
	margin-right:5px;
	font-size:12px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	border-radius: 0px;
    background-image:none;
}

ul.menu.bayi li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	line-height:32px;
	padding:0 20px;
}

ul.menu.bayi li a i.fa {
    line-height:normal;
}


ul.menu.bayi.fright li a{
	color:#f1ae00;	
}

ul.menu.bayi li:hover{
	background-color:#000;
}



ul.menu.right li{
	background-color:#676767;
	
}

ul.menu.right li:hover{
	background-color:#333;
}



ul.menu.left {
	margin: 21px 0 0 8px;
}

ul.menu.left li a{
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	padding:0 10px;
    font-weight:bold;
}

ul.menu.left li:hover a{
	color:#FFF;
}


ul.menu.right {
	margin: 21px 0 0 8px;
}

ul.menu.right li a{
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	padding:0 5px;
}

ul.menu li.bgicon a{
	padding-left:38px;
	padding-right:12px;
	background-repeat:no-repeat;	
	background-position:5px center;
}

ul.menu li.bgicon.en a{
	background-image:url(img/ico/en.png);

}

ul.menu li.bgicon.en a:hover{
	background-image:url(img/ico/en2.png);
}


ul.menu li.bgicon.tr a{
	background-image:url(img/ico/tr.png);

}

ul.menu li.bgicon.tr a:hover{
	background-image:url(img/ico/tr2.png);
}


ul.menu li.bgicon.bayi a{
	background-image:url(img/ico/bayi.png);

}

ul.menu li.bgicon.bayi a:hover{
	background-image:url(img/ico/bayi2.png);
}

div.header-inner h2{
	float:left;
	display:block;
	color:#FFF;	
	font-size:18px;
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
}

div.header-inner span.comment{
	float:right;
	display:block;
	font-size:12px;
	color:#FFF;
	margin-top:20px;
}

.pad20{
	padding:20px;	
}

.pad10{
	padding:10px;	
}

.pad5{
	padding:5px;	
}


.padtop10{
	padding-top:10px;	
}

.padlr20{
	padding:0 20px;	
}

.padlr10{
	padding:0 10px;	
}

.fright{
	float:right;	
}

.fleft{
	float:left;	
}

.cboth{
	clear:both;	
}

div.combobox {
	position:relative;
	overflow:hidden;
}
div.combobox span {

	display:block;

}

  div.combobox.ulti19130
  {
    width: 178px;
    height: 28px;
    background: url('img/ulticombobox.png') no-repeat top right;
    margin-right: 10px;
    border-radius:3px;
  }
  
  body.bayi_deleted div.combobox.ulti19130{
	  background: url('img/ulticombobox_blue.png') no-repeat top right;
  }
  
  div.combobox.ulti19130 select
  {
    width: 178px;
    height: 28px;
    outline: none;
    font-size: 12px;
  }
div.combobox.ulti19130 span {
    color: #000000;
    display: block;
    font-size: 13px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    width: 145px;
}

div.combobox.ulti19130 adc {
    width: 1000px;
	display:block;
}


.tright{
text-align:right !important; 
}

.tleft{
text-align:left !important; 	
}

.tcenter{
text-align:center !important; 	
}

div.half{
width:50% !important; 	
}

.w195{
	width:195px;	
}

.w320{
	width:320px;	
}

.w650{
	width:650px;	
}

div.teaser{
    height: 200px;
    width: 100%;	
	
}

div.mainnews{
	width:100%;
}

    div.mainnews h1 {
    background-color:#f1ae00;
    color:#fff;
    margin:10px;
    margin-bottom:0px;
    line-height:30px;
    font-size:14px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
    }

div.mainnews ul{
	padding:0px;
	margin:0 10px 10px 10px;
	list-style:none;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	overflow:hidden;
}

div.leftside div.mainnews ul {
margin:1px;
}

div.mainnews ul li a{
	line-height:30px;
	padding:0 5px 0 10px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	display:block;
}

div.mainnews ul li a.more{
	text-align:right;
	color:#8f0000;
}

div.mainnews ul li:nth-child(odd){
background-color:#f1f1f1;	
}

div.mainnews ul li:nth-child(even){
background-color:#e4e4e4;	
}

div.mainnews ul li:hover{
background-color:#d8d8d8;	
}

div.mainbrands{
overflow:hidden;	
}

div.mainbrands ul{
margin:0px;
padding:0px;
list-style:none;
width:100%;	
overflow:hidden;
}

div.mainbrands ul li{
width:50%;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	background-color:rgba(255,255,255,0.60);
	display:block;
	color:#4e4e4e;
	margin-bottom:10px;
	float:left;
	font-size:11px;
	height:80px;
    overflow:hidden;
}

div.leftside div.mainbrands ul li {
width:100%;
}

div.mainbrands ul li a{
	text-decoration:none;
	color:#4e4e4e;
}

div.mainbrands ul li:hover{
background-color:#e4e4e4;

}

div.mainbrands ul li img{
padding:10px;
float:left;	
border:none;
}

div.mainbrands ul li span.title{
color:#000;
font-weight:bold;
display:block;
float:left;	
width:260px;
margin-top:10px;
}

div.leftside div.mainbrands ul li span.summary {
display:none;
}

div.leftside div.mainbrands ul li span.title{
color:#000;
font-weight:bold;
display:inline;
width:50px;
margin-top:10px;
}


div.whiterounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	background-color:#FFF;	
	overflow:hidden;
}




div.button, input.button, a.button{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	height:32px;
	cursor:pointer;
	border:none;
	margin:0px;
	padding:0px;

    line-height:32px; text-align:center;
}



div.button_sm, input.button_sm, a.button_sm{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	height:26px;
	cursor:pointer;
	border:none;
	margin:1px 0 0 0;
	padding:0px;
}


a.button, a.button_sm{
	text-decoration:none;	
}


.button_sm.iconwarn{
	background-image:url(img/ico/mail_warning.png);
	background-repeat:no-repeat;
	background-position:4px center;
	padding-left:20px;
}

input[disabled].button, input[disabled].button:hover  {
	border: 1px inset #ccc;
	background-color: #ddd;
	color:#aaa;
	font-style:italic;
}



div.button span, a.button span, div.button_sm span, a.button_sm span{
	margin:0px auto;
	padding:10px;
	display:block;
	text-align:center;
}

div.button_sm span, a.button_sm span{

	padding:5px;
}

.button.orange, .button_sm.orange{
	background-color:#f1ae00;
}

.button.orange:hover, .button_sm.orange:hover{
	background-color:#883308;
}

.button.darkblue, .button_sm.darkblue{
	background-color:#405f7d;
}

.button.darkblue:hover, .button_sm.darkblue:hover{
	background-color:#183551;
}

.button.green, .button_sm.green{
    background-color:#f1ae00;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1AE00), color-stop(1, #F19A05));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #F1AE00 0%, #F19A05 100%);
}

.button.green:hover, .button_sm.green:hover{
	background-color:#8db100;
}

.button.green, .button_sm.lightgreen{
    background-color:#8db100;
}

.button.green:hover, .button_sm.lightgreen:hover{
	background-color:#568800;
}



span.icon24{
width:24px;
height:24px;
display:block;	
background-repeat:no-repeat;
background-position:top center;
}

span.icon24:hover{
	background-position:bottom center;	
}


span.icon24.info{
	background-image:url(img/ico/info24.png);
	cursor:help;
}

.marg10{
	margin:10px !important;
}

span.newp2{
width:320px; background-color:#F00; color:#FFF; font-weight:bold; display:block; line-height:24px; font-size:14px;	
}

span.newp, span.redindicate{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	padding:4px;
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
}


span.newp.greenindicate{
	background-color:#568800;
}

span.newp.blueindicate{
	background-color:#1377aa;
}

span.newp.reseller{
padding: 2px 5px;
margin-right:10px;	
}

span.ind{
	text-decoration:line-through;
	color:#F00;	
}

#ajaxloading {
    background-color: #FFF1A8;
    border-radius: 5px 5px 5px 5px;
    display: none;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 30px 5px 15px;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 9999999;
}

.thumbMiddle {
	position:absolute;
	background:#CCC;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

.thumbMiddle.infobg{
	background-color:#1b83b7;
	color:#FFF;
	max-width:500px;
}

.hidden{
	display:none;	
}

.thumbMiddle span{
display:block;
font-size:12px;	
line-height:16px;
}

div.loading{
	width:100%;
	height:auto;
	background-color:#FFF;
	background-image:url(img/loading1.gif);
	background-repeat:no-repeat;
	background-position:center center;
	min-height: 50px;
	height:auto;	
}

div.galery .item{
width:188px; height:280px; margin:0 10px 10px 0; font-size:12px; overflow:hidden; background-color:#333; color:#FFF;	
}

input.spttext{
width:30px;
margin-right:5px;
}

.topradius5{
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.bottomradius5{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.error{
	color:#900;	
}

select option.l002{
	padding-left:10px;
	font-weight:bold;
}

select option.l003{
	padding-left:30px;	
}

p.subtitle{
	background-color: #EFEFEF;
    border-bottom: 1px solid #0077A3;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 10px;
}

ul.subcategories li{
	line-height:32px;	
}











div.overlay {
	width:100%; height:100%;
	background-color:#FFF;
	opacity:.5; filter:alpha(opacity=50);
	position:fixed; top:0; left:0;
	z-index:50;
}
div.overlay.internal {
	position:absolute;
	background-position:50% 20%;
	border-radius:8px; 
	-moz-border-radius:8px;
}
div.overlay.black {
	background:#000;
}
div.popup {
	/*background:#fff;
	border:1px solid #ccc;*/
	background:#fff;
	/*background:url('img/a5boxbottom.png') repeat-x 0 -10px #fff;*/
	border-radius:6px; -moz-border-radius:6px;
	box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
	display:none;
	/*overflow:hidden;*/
	width:800px; margin-left:-400px;
	height:500px; margin-top:-250px;
	position:fixed;
	top:50%; left:50%;
	z-index:99;
}

div.popup h2 { 
	display:block;
	margin:0;
	color:#1982B0;
	height:28px;
	font-size:22px;
	position:relative;
	padding:8px 0 0 8px;
}

div.popup div.popupContent {
	overflow:auto;
}

div.popup h2 span.closeButton {
	width:25px; height:25px;
	position:absolute; top:-7px; right:-9px;
	background:url('img/closeButton.png');
	cursor:pointer;
	opacity:.8;
}
div.popup h2 span.closeButton:hover {
	opacity:1;
}

#dialog-for-calert{
	z-index:9999 !important;	
}

img.thumb{
	cursor:pointer;	
}

div.leftside {
float:left;
width:20%;
}

div.rightside {
float:right;
width:79%;
}

ul.leftmenu {
list-style:none;
padding:0;
margin:0;
}

ul.leftmenu li{
    width:100%;
}

    ul.leftmenu li a {
    line-height:20px;
    display:block;
    padding:1px 0px 1px 5px;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    background-color:#f1ae00;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1AE00), color-stop(1, #F19A05));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #F1AE00 0%, #F19A05 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #F1AE00 0%, #F19A05 100%);

    font-size:12px;
    }

        ul.leftmenu li a.haschild span {
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #000000;
        content: "";
        display: inline-block;
        height: 0;
        vertical-align: top;
        width: 0;
        float:right;
        margin:5px 5px 0 0;
        
        }

        ul.leftmenu li a:hover {
            background-image:none;
            background-color:#F19A05;
        }

    ul.leftmenu li ul {
    display:none;
    list-style:none;
    padding:0;
    margin:0;
    }

        ul.leftmenu li ul li {
            width:100%;
        }

            ul.leftmenu li ul li a {
                background-color:#b65f00;
                font-size:11px;
                background-image:none;
                padding-left:10px;
            }

                ul.leftmenu li ul li a:hover {
                    background-color:#dc8b00;
                }

.rad5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

.dark3 {
background-color:rgba(0,0,0,0.3);
}

ul.productpager {
list-style:none;
padding:0;
margin:2px;
clear:both;
overflow:hidden;
}

    ul.productpager li {
    line-height:24px;
    font-weight:bold;
    background-color:#f1ae00;
    color:#000;
    cursor:pointer;
    padding:0 8px;
    float:left;
    margin-left:2px;
    font-size:13px;
    border-radius:5px;
    }

        ul.productpager li.active {
        background-color:#de8100;
        }

.topfixed {
position: fixed; top:0;
background-color:#4e4e4e !important;
background-image:none !important;
padding-right: 7px;
}

.newmsj{
    background-color: red;
    border-radius: 10px;
    margin-right: 3px;
    padding: 4px;
}


#cAlertStatus{
position:absolute; top:200px; left:40%; padding:20px; background:green; font-size:14px; border-radius:5px; width:200px; color:#fff; font-weight:bold; border: solid 1px #000;
display:none;
}

._line._fade{
	background-color:#ccc !important;
}


._line select option {

}

select option.stok1{
    background: rgb(100,175,100);
}

select option.stok0{
    background: rgb(175,100,100);
}

.coklufiyatsecili{
	font-size:13px;
	font-weight:bold;
	
}
.coklufiyatpasif{
	font-size:10px;
	font-weight:normal;
}
.dvFiyat{
	width:100px;
	text-align:left;
	
	
	
}
