﻿@import url('fontcss.css');
@font-face {
    font-family: 'AbakuTLSymSansRegular';
    src: url('../fonts/abakutlsymsans-regular-AbakuTLSymSans.eot');
    src: url('../fonts/abakutlsymsans-regular-AbakuTLSymSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abakutlsymsans-regular-AbakuTLSymSans.ttf') format('truetype'),
         url('../fonts/abakutlsymsans-regular-AbakuTLSymSans.svg#AbakuTLSymSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 

body
{
	font-family: Arial;
	font-size: 12px;
}
a
{
	color: #868686;
	text-decoration: none;
}
a:hover
{
	color: #010101;
}


.text_stok {font-size: 12px;
	color: red;
font-weight:normal;}

.text-on
{
	font-size: 10px;
}

.text-onbir
{
	font-size: 11px;
}

.text-oniki
{
	font-size: 12px;
}

.text-onuc
{
	font-size: 13px;
}

.text-ondort
{
	font-size: 14px !important;
	
}


.ondort-active
{
    font-family: Trebuchet MS;
    font-size: 15px;
    color: #72818b;
    font-weight:bold;
  
}


.text-onsekiz
{
	font-size: 18px;
}

.text-onsekizzli
{
	font-size: 18px;
}


.text-yirmidort
{
	font-size: 24px;
}

.color-gri
{
	color: #000;
}
.color-gri-k
{
	color: #4f4f4f;
}

.coor-si
{
	color: #4f4f4f;
}
.color-kgri
{
	color: #8f917e;
}
.renkbeyaz
{
	color: White;
}
.color-maviacik
{
	color: #69a5e2;
}
.color-pembe
{
	color: #ea51a1;
}

.bold
{
	font-weight: bold;
}

.gothamnarow
{
	font-family: Gotham Narrow Medium, Arial;
}

.text_TrebuchetMS
{
	font-family: Arial !important;
}



.text_shadow
{
	text-shadow: 0px 0px 0px #050505;
	filter: dropshadow(color=#050505, offx=1, offy=1);
}




@font-face
{
	font-family: 'Gotham Narrow Light';
	src: url(  '../Fonts/GothamNarrow-Light.eot?' ) format(  'eot' ), url(  '../Fonts/GothamNarrow-Light.woff' ) format(  'woff' ), url(  '../Fonts/GothamNarrow-Light.ttf' ) format(  'truetype' );
}


@font-face
{
	font-family: 'Gotham Narrow Medium';
	src: url(  '../Fonts/GothamNarrow-Medium.eot?' ) format(  'eot' ), url(  '../Fonts/GothamNarrow-Medium.woff' ) format(  'woff' ), url(  '../Fonts/GothamNarrow-Medium.ttf' ) format(  'truetype' );
}


@font-face
{
	font-family: 'Gotham Narrow Thin';
	src: url(  '../Fonts/GothamNarrow-Thin.eot?' ) format(  'eot' ), url(  '../Fonts/GothamNarrow-Thin.woff' ) format(  'woff' ), url(  '../Fonts/GothamNarrow-Thin.ttf' ) format(  'truetype' );
}

@font-face
{
	font-family: 'Gotham Narrow Ultra';
	src: url(  '../Fonts/GothamNarrow-Ultra.eot?' ) format(  'eot' ), url(  '../Fonts/GothamNarrow-Ultra.woff' ) format(  'woff' ), url(  '../Fonts/GothamNarrow-Ultra.ttf' ) format(  'truetype' );
}

@font-face
{
	font-family: 'Gotham Narrow XLight';
	src: url(  '../Fonts/GothamNarrow-XLight.eot?' ) format(  'eot' ), url(  '../Fonts/GothamNarrow-XLight.woff' ) format(  'woff' ), url(  '../Fonts/GothamNarrow-XLight.ttf' ) format(  'truetype' );
}


.txt-myshadow
{
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	color: #878787;
}


.myButton2
{
	background-color: #bebebe;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	border: 1px solid #939393;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-weight: bolder;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 20px;
	text-decoration: none;
}
.myButton2:hover
{
	background-color: #939393;
}
.myButton2:active
{
	position: relative;
	top: 1px;
}


.grohe_dd_container
{
	background: url(../img/grohe_language_head.gif) top left no-repeat;
	display: inline-block;
	float: left;
	padding: 0 32px 2px 10px;
	position: relative;
}


.txtPrice
{
	font-family: Arial;
	font-size: 15px;
	color: #333;
}

.txtPricee
{
	font-family: Arial;
	font-size: 17px;
	color: #333;
	text-decoration: line-through;
}


.txtOnYedi
{
	font-size: 17px;
	color: maroon;
}


.right {
float: right;
}


   
    .mmyButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
        box-shadow:inset 0px 1px 0px 0px #cf866c;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
        background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
        
        background-color:#d0451b;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        
        border:1px solid #942911;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:normal;
        padding:8px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #854629;
        
    }
    .mmyButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
        background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
        
        background-color:#bc3315;
        color:White;
    }
    .mmyButton:active {
        position:relative;
        top:1px;
    }


    #Background
    {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: Gray;
        filter: alpha(opacity=30);
        opacity: 0.4;
    }
    
    #Progress
    {
        position: fixed;
        top: 50%;
        left: 35%;
        width: 300px;
        height: 50px;
        text-align: center;
        background-color: #f4f3f1;
        border: solid 3px f4f3f1;
    }
    
    
    .color-headr-desc
{
	color: #9b9b9b;
}

    .color_sd
{
	color: #673599;
}



.myfnt{font-family:"Open Sans Light";}
h2.myh {
	font-size: 2.0em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h1.short, h2.short {
	margin-bottom: 15px;
	color:#3a87ad;
}
p {
	color: #777;
}


.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}

.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}

.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #c09853;
}

.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #b94a48;
}
.alert {
	
	padding: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #faebcc;
	border-radius: 0px;
	font-size:13px;
	width:700px;
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px #faebcc;
}



.TL:before{
    font-family: "AbakuTLSymSansRegular",Verdana,Arial;
    content:"¨";
    padding-right:3px;
    font-size:12px;
    
}
  
   
   
   
   .€:before {
    content: "€";
    padding-right:3px;
    font-size:12px
}