body {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#363636;
	background: #fbfaf8 url(../../templates/office/images/bg.gif) repeat-x;
	xbackground: #fbfaf8 url(../../templates/office/images/bg2.gif) repeat-x;
}
td,div,span {color:#363636; }

#wrapper {
	width: 972px;
	margin: 0 auto;
}

#header {
	height: 141px;
	margin-top: 12px;
	padding: 0 20px;
}

#logo {
	float: left;
	width: 196px;
	height: 64px;
	margin-top: 36px;

}

#marketing {
	float: right;
	width: 339px;
	height: 87px;
	background: url(../../templates/office/images/marketing.png) top right no-repeat;
	margin-top: 36px;
}

img.sepet {
	xfloat: right;
	width: 182px;
	height: 33px;
	top: 54px;
	left:173px;
	position:relative;
}


#menu {
	float: left;
	width: 932px;
	height: 44px;
	background: url(../../templates/office/images/menuBg.png) top right no-repeat;
	padding: 0 20px;
}

#menu ul {
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	width: 142px;
	height: 26px;
	padding-top: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #520f0f;
}

#menu ul li.selected a {
	background: url(../../templates/office/images/menuLi.png) bottom left no-repeat;
	color: #520f0f;
}


#content {
	float: left;
	width: 972px;
	padding-top: 20px;
	background: url(../../templates/office/images/wrap.png) top left repeat-y;
}



#left {
	float: left;
	margin-left: 12px;
	width: 700px;
	display: inline;
}

#headLine {
	float: left;
	height: 229px;
	padding-left:2px;
	position:relative;
}

#headLine .container {
	float: left;
	display: block;
	width: 486px;
	height: 225px;
	overflow: hidden; 
	position: relative;
	z-index: 1; 
}

#headLine div.slides { 
	position:absolute; 
	top:0; 
	left:0;
	z-index: 2;
}

#headLine ul.slides { 
	position:absolute; 
	top:0; 
	left:0; 
	list-style:none; 
	padding:0; 
	margin:0; 
	z-index: 3;
}

#headLine div.slides div,ul.slides li { 
	position:absolute; 
	top:0; 
	width: 486px;
	display: none;
	padding: 0; 
	margin: 0;
}


#headLine ul.pagination { 
	float: right; 
	width: 216px;
	height: 228px;
	list-style:none; 
	background: #FFFFFF;
}

#headLine ul.pagination li  {
	float:left;
	margin-left: -6px;
	z-index: 50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6e6b;
	margin-bottom: 1px;
}

#headLine ul.pagination li a { 
	display: block;
	width: 191px;
	height: 38px;
	padding-top: 6px;
	padding-left: 24px;
	z-index: 100;
	position: relative;
	color: #e2e2e2;
	text-decoration: none;
	background: url(../../templates/office/images/headLine.png) top right no-repeat;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#headLine ul.pagination li a span { 
	display: block;
	width: 191px;
	font-weight: normal;
	font-size: 11px;
}

#headLine ul.pagination li.active a { 
	background: url(../../templates/office/images/headLineLi.png) top left no-repeat;
	color: #FFF;
	font-weight: bold;
}


#formsArea {
	float: left;
	width: 700px;
	height: 155px;
	background: url(../../templates/office/images/formsBg.jpg) bottom left no-repeat;
	margin: 10px 0;
}

#formsArea h3 {
	color: #72011a;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px 0 8px 16px;
}

#login {
	float: left;
	width: 320px;
}

#loginLeft {
	float: left;
	width: 155px;
	padding-left: 15px;
	line-height: 26px;
	position:relative;
}

.loginDesc {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.gf_input { 
	width:120xp;
	border: 1px solid #aedae4;
	margin-bottom: 2px;
	height: 22px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.gf_select { 
	width:120xp;
	border: 1px solid #aedae4;
	padding:4px;
}

.gf_textarea { 
	width:300px;
	height:100px;
	border: 1px solid #aedae4;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}
.loginInput {
	float: right;
	width: 93px;
	border: 1px solid #aedae4;
	margin-bottom: 9px;
	height: 22px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

#remember {

	text-align: right;
	font-size: 11px;
}

#loginRight {
	float: right;
	width: 140px;
	padding-left: 10px;
}

.newMember {
	float: left;
	width: 93px;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background: url(../../templates/office/images/button1.png) bottom left no-repeat;
	margin-bottom: 10px;
}

.lostPw {
	float: left;
	width: 93px;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background: url(../../templates/office/images/button2.png) bottom left no-repeat;
	margin-bottom: 10px;
}

.loginSubmit {
	float: left;
	width: 119px;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background: url(../../templates/office/images/button3.png) bottom left no-repeat;
	border: none;
	display: block;
	cursor: pointer;
}



#doviz {
	float: left;
	width: 188px;
}

.kur {
	float: left;
	width: 151px;
	height: 26px;
	line-height: 26px;
	background: url(../../templates/office/images/kurBg.png) top left no-repeat;
	margin-left: 18px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #8f2f00;
}

.kur b {
	float: left;
	width: 52px;
	padding-left: 8px;
	margin-right: 8px;
	color: #000;
}


#quickSearch {
	float: left;
	width: 192px;
}

.quickSearchPanel { padding-left:15px; width:158px; position:relative; }
.quickSearchPanel .loginInput { width:150px; float:left; }
.quickSearchPanel .loginSubmit { float:right; }


/* Tabs
----------------------------------*/
#tabs { 
	float: left;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#tabs .ui-tabs-nav {
	width: 698px;
	height: 35px;
	background: url(../../templates/office/images/tab.jpg) bottom left no-repeat;
	font-weight:bold;
	color:#FFF;
	float:none;
	list-style-type:none;

}
#tabs .ui-tabs-nav li { 
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:0 0 0 16px;
	line-height: 28px;
}
#tabs .ui-tabs-nav li a { 
	color:#FFF;
	display:block;
	padding:4px 16px 0 0;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#tabs .ui-tabs-nav li.ui-tabs-selected { 
	background:url(../../templates/office/images/tabHoverBg.png) bottom left no-repeat;
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#tabs .ui-tabs-nav li.ui-tabs-selected a, 
#tabs .ui-tabs-nav li.ui-state-disabled a, 
#tabs .ui-tabs-nav li.ui-state-processing a 
{
	display:block;
	color:#730900;
	padding:4px 16px 0 0;
	line-height: 31px;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:url(../../templates/office/images/tabHoverBg.png) bottom right no-repeat;
	cursor: text; 
}
#tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

#tabs .ui-tabs-panel { 
	float: left;
	width: 678px;
	background: #FFF;
}
#tabs .ui-tabs-hide { display: none !important; }

.tabNewsUl {
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tabNews {
	float: left;
	display: inline;
	width: 250px;
	padding-left: 30px;
	color: #171717;
	text-decoration: none;
	background: url(../../templates/office/images/listNews.png) center left no-repeat;
}

.product {
	width: 146px;
	height:155px;
	border-right: 5px solid #edf3f3;
	padding: 10px;
	margin-top: 10px;
	position:relative;
	float:left;
}

.rightone {
	border-right: none;
}

.product p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin-bottom: 5px;
}

.price span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #72001a;
	text-decoration: none;
}

.price  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6d7f4b;
	text-decoration: none;
}

.view {
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	font-size: 11px;
	background: url(../../templates/office/images/view.png) center left no-repeat;
	color: #FFF;
	text-decoration: none;
}


#right {
	float: right;
	width: 228px;
	margin-right: 12px;
	display: inline;
}

.block {
	width: 228px;
	margin-bottom: 10px;
}

.block h3,.contentheader {
	display: block;
	width: 190px;
	height: 39px;
	line-height: 39px;
	padding-left: 38px;
	background: url(../../templates/office/images/blockHead.png) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}



.menu_list {
	width: 228px;
}
.menu_head {
	padding: 5px 10px;
	position: relative;
	margin:1px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534c4f;
	border-bottom: 1px dotted #e5e5e5;
}

.menu_head a { color: #534c4f; text-decoration:none; display:inline; }
.menu_head a strong,.menu_body a strong, a.selected { color:#ff4122; }
.menu_head a:hover,.menu_body a:hover { text-decoration:none; color:#ff4122; }
.menu_body a {
  display:block;
  padding:4px 0px 4px 0px; 
  font-weight:normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #363636;
  text-decoration:none;
}

#footerLogo {
	float: left;
	width: 964px;
	height: 71px;
	background: url(../../templates/office/images/footer.jpg) bottom left no-repeat;
	margin-left: 4px;
	margin-top: 24px;
	display: inline;
}

#footerLogo a {
	float: left;
	width: 298px;
	height: 37px;
	background: url(../../templates/office/images/footLogo.jpg) bottom left no-repeat;
	margin-left: 44px;
	margin-top: 14px;
	text-indent: -9999px;
}


#footer {
	float: left;
	width: 972px;
	height: 54px;
	background: url(../../templates/office/images/footerBg.png) bottom left no-repeat;
	text-align:center;
}



#footer ul {
	margin: 0 auto;
	margin-top: 24px;
	margin-left:-30px;
	float:none;
}

#footer li {
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #0b0b0b;
}

#footer li.last {
	padding-right: 0px;
	border-right: none;
}

#footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0b0b0b;
	text-decoration: none;
}



#navigation {
	float: left;
	width: 708px;
	height: 67px;
	background: url(../../templates/office/images/navBg.png) bottom left no-repeat;
	margin-bottom: 10px;
}


#navLeft {
	float: left;
	width: 543px;
	height: 43px;
	padding: 14px 5px 0 14px;
}


#navLeft a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#navLeft a:hover {
	text-decoration: underline;
}

#navLeft h2 {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

#navRight {
	float: left;
	width: 125px;
	height: 51px;
	margin: 5px 5px 0 0;
	padding: 3px 3px 3px 13px;
	background: url(../../templates/office/images/navRightBg.png) bottom left no-repeat;
}


#navRight p {
	color: #334158;
	font-weight: bold;
}

#navRight p b {
	color: #ff006d;	
}

#detail {
	float: left;
	width: 708px;
}


#detailLeft {
	float: left;
	width: 260px;
	text-align: center;
}

#taksitler {
	float: left;
	width: 260px;
	text-align: center;
}
#taksitler div { display:none; }

#taksitler img {
	margin-bottom: 7px;
}

#detailLeft p {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}






#detailRight {
	float: right;
	width: 440px;
}

#detailButtons{
	float: left;
	margin-bottom: 10px;
}
#detailButtons div strong { display:none; }

#detailButtons div {
	float: left;
	width: 138px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	background: url(../../templates/office/images/blueButton.png) bottom left no-repeat;
	margin-right: 12px;
}

#detailButtons div a { color:#363636; }

#detailButtons a.last {
	margin-right: 0px;
}

#detailDesc {
	float: left;
	width: 424px;
	background: #ededed url(../../templates/office/images/detailDesc.png) top left repeat-x;
	border: 1px solid #cfcfcf;
	padding: 6px;
	margin-bottom: 10px;
}

#detailDesc h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#detailDesc p {
	padding: 2px 6px;
}
	
	
#options {
	float: left;
	width: 438px;
	margin-bottom: 18px;
}

#options h3 {
	float: left;
	width: 428px;
	height: 32px;
	line-height: 32px;
	background: #ededed url(../../templates/office/images/detailDesc.png) top left repeat-x;
	border: 1px solid #cfcfcf;
	padding-left: 8px;
	font-size: 14px;
	margin-bottom: 8px;
}

#options p {
	padding: 0 8px;
}

#options p b {
	float: left;
	width: 200px;
	color: #3b4b65;
}

#options p span {
	float: left;
	width: 24px;
	font-weight: bold;
}

#sepet {
	float: left;
	width: 110px;
	height: 31px;
	text-align: center;
	line-height: 30px;
	background: url(../../templates/office/images/sepet.png) bottom left no-repeat;
	color: #FFF;
	text-decoration: none;
	margin-right: 4px;
}

#hemen {
	float: left;
	width: 110px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background: url(../../templates/office/images/hemen.png) bottom left no-repeat;
	color: #FFF;
	text-decoration: none;
}


/* Tabs
----------------------------------*/
#tab { 
	float: right;
	width: 688px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 18px;	
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#tab .ui-tabs-nav {
	width: 670px;
	height: 29px;
	font-weight:bold;
	color:#FFF;
	float:none;
	padding-left: 16px;
	list-style-type:none;
	border-bottom: 1px solid #d1d1d1;

}
#tab .ui-tabs-nav li { 
	list-style-type:none;
	float:left;
	margin:0 0 0 2px;
	padding:0 0 0 12px;
	line-height: 22px;
	background:url(../../templates/office/images/tab.png) bottom left no-repeat;
	color: #a7a7a7;
	font-size: 11px;
}
#tab .ui-tabs-nav li a { 
	color:#FFF;
	display:block;
	padding:7px 16px 0 0;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:url(../../templates/office/images/tab.png) bottom right no-repeat;
	color: #a7a7a7;
}

#tab .ui-tabs-nav li.ui-tabs-selected { 
	background:url(../../templates/office/images/tabHover.png) bottom left no-repeat;
	color:#acacac;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#tab .ui-tabs-nav li.ui-tabs-selected a, 
#tab .ui-tabs-nav li.ui-state-disabled a, 
#tab .ui-tabs-nav li.ui-state-processing a 
{
	display:block;
	color:#acacac;
	padding:5px 16px 0 0;
	line-height: 24px;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:url(../../templates/office/images/tabHover.png) bottom right no-repeat;
	cursor: text; 
}
#tab .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

#tab .ui-tabs-panel { 
	float: left;
	width: 678px;
	background: #FFF;
}
#tab .ui-tabs-hide { display: none !important; }

.tabDiv {
	padding: 20px 10px 20px 16px;	
}

.tabDiv p{
	margin-bottom: 18px;
	font-size: 12px;
}



.tabButtons {
	float:left;
	width: 138px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	background: url(../../templates/office/images/blueButton.png) bottom left no-repeat;
	margin-right: 4px;
	margin-top: 18px;
}

.generatedForm { font-family:Arial, Helvetica, sans-serif; width:auto;  }
.generatedForm .td1,.generatedForm .td2 { font-weight:bold; }
.generatedForm .td1 { width:150px; }
#gf_acceptRules  { width:500px; }


.Web20VitrinTop,.UrunBlock { background-image:url(../../templates/office/images/orta_ust_arka.gif); width:700px; z-index:1;  }
.Web20VitrinTop table,.UrunBlock table { margin-top:3px; }
.UrunBlock { position:absolute; width:708px; }
.Web20VitrinBottom { display:none;  }
.Web20VitrinContent {  padding:10px; padding-bottom:22px; padding-top:50px; z-index:-1;  }
.wtleft,.wtleftAltif { width:3px; background-image:none; }
.wtcontent,.wtcontentAktif { color:#e2ffe8; font-weight:bold; padding-left:15px; padding-right:15px; cursor:pointer; padding-top:10px; background-image:none; font-family:Trebuchet MS; font-size:11px; }
.wtcontent div { color:#e2ffe8; }
.wtcontentAktif a { color:#363636; }
.wtright,.wtrightAktif { width:3px; background-image:none; }
.wtleftAltif { background-image:url(../../templates/office/images/orta_ust_secili_sol.gif); }
.wtcontentAktif { background-image:url(../../templates/office/images/orta_ust_secili_arka.gif); color:#730900; } 
.wtrightAktif { background-image:url(../../templates/office/images/orta_ust_secili_sag.gif); }
.wtbody { display:none; }
.ebulten { padding:10px; }
.ebulten .loginInput { width:200px; }
.ebulten img { float:left; }
.sss .td2 { font-weight:bold; color:#ff4122; }
.content { padding-top:0; color:#363636; }
.content td { padding:2px; }
select { color:#363636;}
a { color:#ff4122; text-decoration:none; }
.urun a, .urunListLiteTR a { color:#363636; }

.contentheader { width:700px; height:39px; background:url(../../templates/office/images/contentheader.gif); overflow:hidden; }
.UrunSecenekleri { display:none; }
.urunSecimTable td { font-weight:bold; padding:2px; color:#3b4b65; }
.urunSecimTable .UrunSecenekleriItems { font-weight:normal; color:#363636;  }
.KarsilastirmaListe { color:#363636; }
.BreadCrumb { text-decoration:underline; }
.ButtonList { display:inline;float:right; margin-top:4px; margin-right:2px; font-size:11px; font-weight:bold; }
.TopList { margin:10px; clear:both; width:215px; }
.menu_sep_div { height:1px; overflow:hidden; border-bottom:#e5e5e5 1px dotted;}
.userTopRightMenu { margin-top:-24px; }
.userTopLeftMenu .loginSubmit { margin-top:26px; }
.welcome { margin:10px; }
.urunMesaj { padding:2px; padding-bottom:10px; font-weight:bold; color:#ff4122; }
.compareTable .label { color:#ff4122; }
.urunSelectScreen .title { color:#ff4122; font-weight:bold; }
.urunSelectScreen { margin-bottom:12px; width:708px; }
.gri_menu_sep_div { border-bottom:#e5e5e5 1px dotted; height:1px; }
.formlinefix { background-color:#e5e5e5; height:20px;}
.odemeLogo { margin:5px; }
.pcToplama { float:right; }

.popupbody { background-color:#FFFFFF; background-image:none; }
.popupbody .UrunBlock { width:442px; }
.aciklama td td { background-color:#ddd; }

div.button,.buttonAktif { width:215px; height:45px; margin-bottom:1px; background-image:url(../../templates/office/images/off.gif); cursor:pointer; }
div.buttonAktif { background-image:url(../../templates/office/images/headLineLi.png); }