﻿/****************************************
    GENEL
****************************************/
input[type=text], textarea, input[type=select], select, input[type=password], password
{
    background-color: white;
    border: 1px solid #000000;
}
body
{
    font-family: Segoe UI, Calibri, Tahoma, Arial, Helvetica;
}
.body
{
    font-family: Segoe UI, Calibri, Tahoma, Arial, Helvetica;
}
a
{
    text-decoration: none;
    /*color: #0000FF;*/
}
a:active
{
    color: #FF0000;
    text-decoration: underline;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
a:link
{
    color: #000000;
    /*border-color: #555555;
    border-width: 1px;
    border-style: dotted;*/
}
a:visited
{
    color: #555555;
    /*border-color: #555555;
    border-width: 1px;
    border-style: dotted;*/
}
.link:link
{
    color: #0000CC;
}
.link:visited
{
    color: #0000AA;
}
#formDefault
{
    width: 1000px;
}
.headerbig
{
    font-size: 180%;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
.smalltext
{
    font-size: small;
}
h1
{
    font-size: 18pt;
    margin-bottom: 8px;
}
h2
{
    font-size: 14pt;
    margin-bottom: 4px;
}
h3
{
    font-size: 12pt;
    margin-bottom: 2px;
}
h4
{
    font-size: 11pt;
    margin-bottom: 2px;
}
hr
{
    border: 0px;
    height: 4px;
    color: Silver;
    background-color: Silver;
}

.tableGeneral
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	background: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
	/*width: 480px;*/
	border-collapse: collapse;
	text-align: left;
}
.tableGeneral th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
.tableGeneral td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.tableGeneral tbody tr:hover td
{
	color: #009;
}

.tblOdemeYontemi
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	/*margin: 45px;*/
	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
.tblOdemeYontemi th
{
	font-size: 12px;
	font-weight: normal;
	/*padding: 12px 15px;*/
	padding: 10px 8px;
	color: #039;
}
.tblOdemeYontemi td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.tblOdemeYontemi-firstcolumn
{
    font-size: 12px;
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 1px solid #e8edff;
	/*padding: 10px 15px;*/
	padding: 10px 8px;
}
.tblOdemeYontemi tr:hover td, .tblOdemeYontemi-firstcolumn tr:hover td
{
	color: #339;
	background: #eff2ff;
}


.hrGreen
{
    border: 0px;
    height: 6px;
    color: #9dbb61;
    background-color: #9dbb61;
    margin-top: 6px;
    margin-bottom: 6px;
}
.divHint
{
    padding: 4px;
    margin: 8px 4px 8px 4px;
    border: 1px solid #1f477d;
    background-color: #d1ebf1;
    font-size: 12pt;
}
.divWarning
{
    padding: 4px;
    margin: 8px 4px 8px 4px;
    border: 1px solid #EB0000;
    background-color: #FFB2B2;
    font-size: 12pt;
}
.divSection
{
    padding: 4px;
    margin: 8px 4px 8px 4px;
    border: 1px solid #999999;
    background-color: #F5F5F5;
}
.notice
{
    color: Red;
}
.success
{
    color: Green;
}
.validation_error
{
    color: White;
    background-color: Red;
    font-weight: 500;
}
.watermark
{
    background-color: #FF99CC;
    color: #800000;
}
.unwatermarked
{
    height: 18px;
    width: 148px;
}

.watermarked
{
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}
.bold
{
    font-weight: bold;
}
.tblGeneral
{
    padding: 4px;
    margin: 0px;
    border-spacing: 0px;
}
.rowOdd
{
}
.rowEven
{
    background-color: #DFD4D2; /*#DEE7F3;*/
}
.tblFloating
{
    padding: 4px;
    margin: 0px;
    border-spacing: 0px;
    float: left;
    min-width: 200px;
}
.divContent
{
    /*width: 1000px;
    width: 988px;
    min-width: 1000px;
    max-width: 1000px;*/
    max-width: 984px;
    min-height: 344px;
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
    padding-left: 8px;
    overflow: hidden;
}
.divContent600
{
    width: 600px;
    /*min-width: 600px;*/
    max-width: 600px;
    min-height: 344px;
    text-align: justify;
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 200px;
    padding-left: 200px;
    overflow: hidden;
}
.pnlNavSteps
{
    border: 1px dashed #DDDDAA;
    padding: 4px;
    font-size: 90%;
    background-color: #FFFFCC;
}
.tableFiyatlandirma
{
    font-size: 11px;
}
.cellTEK
{
    border: medium solid #E1E1E1;
    margin: 4px;
    background-color: #E1E1E1;
    color: #000000;
}
.cellADV
{
    border: medium solid #CCCCCC;
    margin: 4px;
    background-color: #CCCCCC;
    color: #000000;
}
.cellAXE
{
    border: medium solid #E1E1E1;
    margin: 4px;
    background-color: #E1E1E1;
    color: #000000;
}
.cellBNS
{
    border: medium solid #DCDCDC;
    margin: 4px;
    background-color: #DCDCDC;
    color: #000000;
}
.cellCFN
{
    border: medium solid #E1E1E1;
    margin: 4px;
    background-color: #E1E1E1;
    color: #000000;
}
.cellIDE
{
    border: medium solid #DCDCDC;
    margin: 4px;
    background-color: #DCDCDC;
    color: #000000;
}
.cellMAX
{
    border: medium solid #E1E1E1;
    margin: 4px;
    background-color: #E1E1E1;
    color: #000000;
}
.cellVKB
{
    border: medium solid #DCDCDC;
    margin: 4px;
    background-color: #DCDCDC;
    color: #000000;
}
.cellWOR
{
    border: medium solid #E1E1E1;
    margin: 4px;
    background-color: #E1E1E1;
    color: #000000;
}
#divMasterPageFooter
{
    background-color: Black;
    height: 8px;
}
.pnlNavigation
{
    margin-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    background-color: #EAF2F5;/*#eeeeee;*/
}
.lblNavigation
{
    font-size: small;
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url('../../images/FilledStar.png');
}

.emptyRatingStar
{
    background-image: url('../../images/EmptyStar.png');
}

.savedRatingStar
{
    background-image: url('../../images/SavedStar.png');
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/****************************************
    Master Page
/****************************************/

#divWrapper
{
    left: 0px;
    top: 0px;
    position: absolute;
    min-height: 200px;
}
#hdrMenu
{
    position: absolute;
    left: 140px;
    top: 16px;
    /*aşağıdakiler sadece IE6 için*/
    _position: relative;
}
#divContent
{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
    padding-left: 8px;
}
#divHdr
{
    left: 0px;
    top: 0px;
    /*width: 996px;*/
    width: 1024px;
    height: 120px;
    z-index: 1;
    background-image: url('../../images/header_.png');
    background-repeat: no-repeat;
}
#divBody
{
    left: 0px;
    /*width: 980px;*/
    width: 1012px;
    z-index: 2;
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #EBEBEB;
    /*background-color: #FFF;*/
    background-image: url('../../images/rightmargin_.png');
    background-repeat: repeat-y;
    background-position: right;
}
#divFtr
{
    left: 0px;
    top: 520px;
    /*width: 980px;*/
    width: 1024px;
    height: 144px;
    z-index: 3;
    background-image: url('../../images/footer_.png');
    background-repeat: no-repeat;
    /*border-left-width: 16px;
    border-left-style: solid;
    border-left-color: #EBEBEB;*/
    padding-top: 36px;
    font-size: small;
}
.ftrTableHdr
{
    color: #F00;
}
.ftrTableHdr a:Link, a:Hover, a:Visited, a:Active
{
    color: #F00;
}
.ftrTable
{
    color: #000;
}
.ftrTable a:Link, a:Hover, a:Visited, a:Active
{
    color: #000;
}
.ftrStrong
{
    font-size: 12px;
    font-weight: bold;
}
/****************************************
    ProductList.aspx & ProductSheet.aspx
/****************************************/
.divMenuLeft
{
    border: thin dashed #C0C0C0;
    width: 200px; 
    /*position: absolute;*/
    float: left;
    position: relative;
    z-index: 10;
}
#divBodyProductList
{
    position: relative;
    /*margin-left: 210px;*/ /*margin-right: 210px;*/
    z-index: 1;
}
.hdrProductList
{
    color: #000000;
    text-decoration: none;
}
.hdrProductList:active
{
    color: #FF0000;
    text-decoration: underline;
}
.hdrProductList:hover
{
    color: #FF0000;
    text-decoration: underline;
}
.hdrProductList:link
{
    color: #000000;
}
.hdrProductList:visited
{
    color: #555555;
}
.hdrProductSheet
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.hdrProductSheet:active
{
    font-size: 12px;
    color: #FF0000;
    text-decoration: underline;
}
.hdrProductSheet:hover
{
    font-size: 12px;
    color: #FF0000;
    text-decoration: underline;
}
.hdrProductSheet:link
{
    font-size: 12px;
    color: #000000;
}
.hdrProductSheet:visited
{
    font-size: 12px;
    color: #555555;
}
.ParantezIcindekiAdet
{
    font-size: small;
}
.lblrowUrunFiyat1
{
    margin: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #990000; /*background-color: #426fb6;*/
    /*background-color: #000000;*/
    padding: 4px;
}
.lblrowUrunFiyat2
{
    margin: 4px;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
}
.edrowSepet
{
    width: 20px;
    text-align: right;
}
.pnlRightAlwaysVisible
{
    background-color: #FFFF99;
    width: 190px;
    height: 200px;
    padding-left: 8px;
    padding-right: 8px;
}
.rowPList
{
    padding: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    font-size: 15px;
}
.rowUnderlined
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;    
}
.rowPSheet
{
    /*padding: 4px;*/
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;        
}
.rowPSheetTL
{
    /*padding: 4px;*/
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;        
}
.rowPSheetUSD
{
    /*padding: 4px;*/
    font-size: 10px;
}

/****************************************
    Product.aspx
/****************************************/

#divBodyProduct
{
    position: relative; /*margin-right: 210px;*/
}
#divHeaderProduct
{
    width: 100%; /*background-color: #DDDDDD;*/
}
#divTitle
{
    position: relative;
    width: 100%;
}
#divPrice
{
    position: absolute;
    min-width: 50px;
    text-align: center;
    right: 0px;
}
#divPictures_h
{
    /*position: relative;*/
    width: 100%;
    height: 100;
    min-height: 25; /*clear: left;*/
}
.divThumb
{
    position: relative;
    float: left;
    margin: 4px;
    border: 1px solid #426FB6;
    width: 125;
    height: 94;
    min-width: 125;
    min-height: 94;
}
#divTabContainer
{
    width: 100%;
    clear: left;
}
.lblFiyat
{
    margin: 10px;
    /*background-color: #000000; /*background-color: #426fb6;*/
    /*color: #FFFFFF;*/
    color: #990000;
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
}
.lblTaksitliTutar
{
    font-weight: bold;
}

/****************************************
    Cart.aspx
/****************************************/


#divBodyCart
{
    position: relative; /*margin-right: 210px;*/
}

/****************************************
    Shipping.aspx
/****************************************/

#divBodyShipping
{
    position: relative; /*margin-right: 210px;*/
}

/****************************************
    Messages.aspx, MessagesList.aspx, 
    ReplyMessage.aspx
****************************************/

.MsgHeader
{
    background-color: #FFFFCC;
    font-weight: bold;
}
.MsgHeaderIVT
{
    background-color: #CCFF99;
    font-weight: bold;
}
.MsgRowStalled
{
    border: thin dashed #000000;
    background-color: #800000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    font-variant: small-caps;
    font-style: italic;
}
.MsgRow31
{
    background-color: #FF0000;
    color: #FFFFFF;
}
.MsgRow51, .MsgRow52
{
    background-color: #000000;
    color: #FFFFFF;
}
.MsgRow111, .MsgRow112, .MsgRow112
{
    background-color: #008080;
    color: #FFFFFF;
}
