/*BEGIN_SYSTEM_STYLES*/

body {
    background-color: #FEFEFE; /* background color */
    color: #000000; /* text color */
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    margin: 0px 0px 0px 0px; /* top right bottom left */
}

.aspmaker {
    color: #000000; /* text color */
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
}

input, textarea, select {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
}

a:active {
    color: #000000; /* active link color */
}

a:link {
    color: #000000; /* link color */
}

a:visited {
    color: #000000; /* visited link color */
}

/* template layout */
.ewLayout {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    width: 100%;
    height: 100%;
}

.ewHeaderRow {
    background-color: #0000FF; /* background color */    
}

.ewContentTable {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */    
    width: 100%;
    height: 100%;    
}

.ewMenuColumn {
    background-color: #F5F5F5; /* background color */
    width: 150px;
    vertical-align: top;
    padding: 4px;    
}

.ewContentColumn {
    background-color: #FEFEFE; /* background color */
    vertical-align: top;
    padding: 10px;
}

.ewFooterRow {
    background-color: #0000FF; /* background color */
    color: #FFFFFF; /* footer font color */    
    padding: 2px;
}

.ewFooterText {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */    
}

/* main table */
.ewTable {
    width: inherit; /* table width */
    color: #000000; /* text color */
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    border: 0px outset; /* border */
    border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
    padding: 4px; /* cell padding */
    border: 1px solid; /* cell spacing */
    border-color: #CCCCCC;  /* table background color */
}

.ewBasicSearch {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    border: 0px;
    border-collapse: collapse;
}

.ewBasicSearch td {
    border: 0px;
    padding: 1px;
}

.ewSearchOpr {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    color: maroon;
}

.ewListAdd {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    border: 0px;
    border-collapse: collapse;
}

.ewListAdd td {
    border: 0px;
    padding: 2px;
}

.aspmakerlist td {
    color: #000000; /* text color */
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    border: 0px;
    padding: 0px;
    vertical-align: top;
}

.ewAddOption td {
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    padding: 2px; /* cell padding */    
    border: 0px;    
}

/* main table header cells */
.ewTableHeader {
    background-color: #b2d7e1; /* header color */
    color: #000000; /* header font color */    
    vertical-align: top;    
}

.ewTableHeader a:link {    
    color: #000000; /* header font color */    
}

.ewTableHeader a:visited {    
    color: #000000; /* header font color */    
}

/* main table row color */
.ewTableRow {
    background-color: #e5f4e5;  /* alt row color 1 */
}
.ewTableRow1 {
    background-color: #ffffff;  /* alt row color 1 */
}
/* main table alternate row color */
.ewTableAltRow {
    background-color: #e5f4e5; /* alt row color 2 */    
}
.ewTableAltRow1 {
    background-color: #f7f7f7 ; /* alt row color 2 */    
}
/* main table edit mode row color */
.ewTableEditRow {
    background-color: #ff0001; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
    background-color: #F5FFFA; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
    background-color: #f6f7f7; /* select color */
}

/* main table footer section */
.ewTableFooter {
    background-color: #E5F4E5; /* footer color */
}

/* separator */
.ewSeparator {
    color: gray;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
    font-weight: bold;
}

.ewGroupName {
    font-weight: bold;
}

.ewGroupHeader {
    border-bottom: 3px double Gray;
    border-top: 3px double Gray;
}

.ewGroupSummary {
    border-top: 1px solid Gray;
} 

.ewGroupAggregate {
    font-weight: bold;
}

.ewGrandSummary {
    border-top: 1px solid Gray;
}

/* message */
.ewmsg {
    color: red; /* message color */
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */    
}

/* highlight */
.ewHighlightSearch {
    font-weight: bold;
    background-color: yellow;
}

/* Ajax */
.ewAstList {
    border: 1px solid black;
    background: #ffffff;
    position: absolute;
    padding: 0;
    white-space: nowrap;
}

.ewAstListBase {
    position: absolute;
    padding: 1;
}

.ewAstListItem {
    color: black;
    background: #ffffff;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 1;
}

.ewAstSelListItem {
    color: white;
    background: Highlight;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
    color: #000000; /* text color */
    font-family: TAHOMA; /* font name */
    font-size: 8pt; /* font size */
    border: 0px; /* border */    
}

.ewMultiPagePager td {
    padding: 2px; /* cell padding */    
}

body {margin:0px; padding:0px;}
.text1{font-family:Tahoma; font-size:11px;  color:black; text-decoration:none}
.beyaztext{font-family:Tahoma; font-size:11px;  color:white; text-decoration:none}
.kirmizi{font-family:Tahoma; font-size:11px;  color:#CC0000; text-decoration:none}
.mavi{font-family:Tahoma; font-size:11px;  color:#006699; text-decoration:none}
.menu{font-family:Tahoma; font-size:11px;  color:black; text-decoration:none}
.baslik{font-family:Tahoma; font-size:14px; FONT-WEIGHT: bold; color:#006699; text-decoration:none}
.urunbaslik{font-family:Tahoma; font-size:11px; FONT-WEIGHT: bold; color:black; text-decoration:none}
.ustmenu{font-family:Tahoma; font-size:11px;  color:white; text-decoration:none}
.aralitablo{border:0 cellspacing:0}
.ustuacik_table{border:0; border-width: 1px; bordercolor:#FB8503}
.ustuacik_td{border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px}
.form{color: #000000; border: 1px solid #C0C0C0; font-size:10}
.input{color: #000000; font-family: Tahoma; font-size: 9pt; border: 1px solid #D2E4E8; background-color: #F2F7F8}
a{font-family:Tahoma; font-size:11px;  color:black; text-decoration:none}
.tarih { font-family: Verdana; font-size: 10px; color: #FFFFFF}
.hosgeldiniz { font-family: Verdana; font-size: 10px; color: #000000}
.menu { font-family: Verdana;font-size: 10px; color: #000000;text-decoration: none;	font-weight: bold; }
.menu:hover { font-family: Verdana;font-size: 10px;color: #CC0000;text-decoration: none;font-weight: bold; }

.bolumler {font-family: Verdana;font-size: 11px;color: #FFFFFF;font-weight: bold;}

.bolumler-ust-siyah {font-family: Arial; font-weight: bold; font-size: 11px; color: #242D58; text-decoration: none ;}
.bolumler-ust-siyah:hover {font-family: Arial; font-weight: bold; font-size: 11px; color: #242D58;text-decoration: underline ;}

.bolumler-ust-kirmizi {font-family: Arial; font-weight: bold; font-size: 11px; color: #DF0000; text-decoration: none ;}
.bolumler-ust-kirmizi:hover {font-family: Arial; font-weight: bold; font-size: 11px; color: #DF0000;text-decoration: underline ;}

.Border01 {	BORDER-RIGHT: #98e245 1px solid; BORDER-TOP: #98e245 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #98e245 1px solid; COLOR: #333333; BORDER-BOTTOM: #98e245 0px solid; FONT-FAMILY: Geneva, Verdana, Tahoma, Arial; TEXT-DECORATION: none }

.sepet { font-family: Verdana; font-size: 10px; color: #FFFFFF}
.sepet-adet { font-family: Verdana; font-weight: bold; font-size: 13px; color: #FFFFFF }

.arama {font-family: Verdana; font-size: 10px; color: #4A5D7B}
.arama:hover {font-family: Verdana; font-size: 10px; color: #CC0000}

.bayi {font-family: Verdana; font-size: 10px; color: #4A5D7B}
.bayi:hover {font-family: Verdana; font-size: 10px; color: #CC0000}

.uye {font-family: Verdana; font-size: 10px; color: #4A5D7B}
.uye:hover {font-family: Verdana; font-size: 10px; color: #CC0000}


.urun { font-family: Verdana; font-size: 15px; color: #003063; text-decoration: none ; font-weight: bold }
.urun-menu { font-family: Verdana; font-size: 11px; color: #4A5D7B; text-decoration: none}
.urun-baslik { font-family: Verdana; font-size: 10px; color: #003063; text-decoration: none ; font-weight: bold}
.urun-adet { font-family: Verdana; font-size: 10px; color: #003063; text-decoration: none }
.urun-icerik { font-family: Verdana; font-size: 12px; color: #003063; text-decoration: none }
.urun-fiyat { font-family: Verdana; font-size: 10px; color: #CC0000; text-decoration: none ; font-weight: bold}
.urun-marka { font-family: Verdana; font-size: 10px; color: #000000; font-weight: bold }
.urun-yeni { font-family: Verdana; font-size: 10px; color: #4A5D7B; text-decoration: none }
.urun-encoksatan { font-family: Verdana; font-size: 10px; color: #4A5D7B; text-decoration: none }
.urun-detay { font-family: Verdana; font-size: 13px; color: #4A5D7B; text-decoration: none }
.tablo {border-left-style:none; border-left-width:medium; border-right-style:none; border-right-width:medium; border-top-style:solid; border-top-width:0px; border-bottom-style:solid; border-bottom-width:1px}
.tabloustsuz {background-color: #FFFFFF; border-left-style:none; border-left-width:medium; border-right-style:none; border-right-width:medium; border-top-style:solid; border-top-width:0px; border-bottom-style:solid; border-bottom-width:1px}

.metin { font-family: Verdana; font-size: 11px; color: #000000}
.metin-bold { font-family: Verdana; font-size: 11px; color: #000000; font-weight: bold}
.baslik { font-family: Verdana; font-size: 13px; color: #CC0000; font-weight: bold}

.input-text { font-family: Verdana; font-size: 11px; color: #000000 }
.input-arama { font-family: Verdana; font-size: 11px; color: #000000 }
.input-adet { font-family: Verdana; font-size: 10px; color: #003063; text-decoration: none ; text-align: center}
.input-button { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none ; text-align: center ; font-weight: bold; cursor: hand}

.menu-bottom { font-family: Verdana; font-size: 10px; color: #ED1B23; text-decoration: none }
.menu-bottom:hover { font-family: Verdana; font-size: 10px; color: #ED1B23; text-decoration: underline}
.resolution { font-family: Verdana; font-size: 10px; color: #000000}
.copyright { font-family: Verdana; font-size: 10px; color: #FFFFFF }
.uyari { font-family: Verdana; font-size: 11px; color: #CC0000}

.kapat { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold}
.fiyat { font-family: Verdana; font-size: 13px; color: #000000; text-decoration: none ; font-weight: bold }
.marka { font-family: Verdana; font-size: 20px; color: #000000; font-weight: bold }
.zoom { font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none }
.kategoriler { font-family: Verdana; font-size: 13px; color: #FFFFFF; font-weight: bold }
.geridon { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold }
.basliklar-kirmizi {
font-family: Arial; font-weight: bold; font-size: 13px; color: #DF0000; text-decoration: none ;
}
.basliklar-beyaz {

font-family: Arial; font-weight: bold; font-size: 13px; color: #FFFFFF; text-decoration: none ;
}
.urun-fiyat-tl {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.vitrindekiler {
	font-family: Verdana;
	font-size: 11px;
	color: #4A5D7B;
	text-decoration: none;
	font-weight: bold;

}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #4A5D7B;
	text-decoration: none;

}

.notbold {
	font-family: Verdana;
	font-size: 11px;
	color: #4A5D7B;
	text-decoration: none;
}
/*END_SYSTEM_STYLES*/

/*BEGIN_USER_STYLES*/

/* your CSS styles here */

/*END_USER_STYLES*/
