/* GLOBAL */

* {
	outline: none;
	-moz-outline-style: none;
}
body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#main {
	width: 100%;
	align: center;
	position: relative;
}
.conteigner {
	width: 1000px;
	position: relative;
	background: url('images/main_top_bg1.gif') no-repeat center top;
	background-position: 0 20px;
	min-height: 520px;
}
/* GLOBAL */


/* LANGUAGES MENU */

.languages_menu {
	position: absolute;
	height: 19px;
	width: 400px;
	left: 0;
	top:0;
}
.languages_menu .item {
	float: left;
	margin: 0 0 0 5px;
	height: 19px;
	line-height: 18px;
}
.languages_menu .seperator {
	position: relative;
	background: url('images/header_menu_seperator.png');
	float: left;
	margin: 0 0 0 5px;
	height: 7px;
	width: 1px;
	line-height: 18px;
	top: 6px;
}
.languages_menu .active {
	background: url('images/header_menu_arrow.png') no-repeat center bottom;
}
.languages_menu .activenow {
	background: url('images/header_menu_arrow.png') no-repeat center bottom;
}
.languages_menu .item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f0efef;
	text-decoration: none;
}
.languages_menu .item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d6d6d6;
	text-decoration: none;
}
/* LANGUAGES MENU */



/* HEADER MENU */
.header_menu {
	position: relative;
	height: 19px;
	width: 1000px;
	right: 20px;
}
.header_menu .seperator {
	position: relative;
	background: url('images/header_menu_seperator.png');
	float: right;
	margin: 0 0 0 5px;
	height: 7px;
	width: 1px;
	line-height: 18px;
	top: 6px;
}
.header_menu .item {
	float: right;
	margin: 0 0 0 5px;
	height: 19px;
	line-height: 18px;
}
.header_menu .active {
	background: url('images/header_menu_arrow.png') no-repeat center bottom;
}
.header_menu .activenow {
	background: url('images/header_menu_arrow.png') no-repeat center bottom;
}
.header_menu .item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f0efef;
	text-decoration: none;
}
.header_menu .item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d6d6d6;
	text-decoration: none;
}
/* END HEADER MENU */
/* SEARCH BAR */
.search_bar {
	position: relative;
	width: 230px;
	height: 31px;
	float: right;
	right: 0px;
	/*background: url('images/search_bar.png') no-repeat center bottom;*/
}
.search_bar .tip {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	color: #404040;
	left: 9px;
	top: 9px;
}
.search_bar .input {
	float: left;
	position: relative;
	left: 35px;
	top: 8px;
	width: 120px;
	z-index:9999;
}
.search_bar .input input {
	border:none;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.search_bar .button {
	float: left;
	position: relative;
	left: 35px;
	top: 6px;
	width: 30px;
	height:20px;
	z-index:9999;
	cursor:pointer;
}
.search_bar .search_results_cont {
	position: absolute;
	background:white;
	width: 230px;
	height:200px;
	top:35px;
	z-index:9999;
	display:none;
	text-align:left;
}
.search_bar .search_results {
	height:180px;
	overflow:auto;
}
.search_bar .search_results a .item {
	position: relative;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #dddddd;
	background:#fff;
	color:#3d3d3d;
}
.search_bar .search_results a .item .hight {
	color:red;
	font-weight:bold;
}
.search_bar .search_results a:hover .item {
	position: relative;
	text-align:left;
	padding:3px;
	border-bottom:1px solid #dddddd;
	background:#3353da;
	color:#fff;
}
.search_bar .search_results_title {
	position: relative;
	background:#da338b;
	font-weight:bold;
	padding:3px;
	color:white;
}
/* SEARCH BAR */
/* LOGO */
.logo {
	width: 209px;
	height: 349px;
	position: absolute;
	background: url('images/logo_bg.png') repeat-x center top;
	left: 0;
}
.logo div {
	width: 147px;
	height: 66px;
	position: absolute;
	/*background: url('images/logo.png') repeat-x center top;*/
	left: 30px;
	top: 30px;
	z-index: 100;
}
/* LOGO */
/* MENU */
.menu {
	position: absolute;
	top: 60px;
	right: -5px;
	z-index: 99;
}
.menu .menu_1 {
	width: 102px;
	height: 50px;
	position: relative;
	background: url('images/menu_bg.png') no-repeat left top;
	background-position: 2px 0;
	float: left;
}
.menu .menu_2 {
	width: 116px;
	height: 50px;
	position: relative;
	background: url('images/menu_bg.png') no-repeat left top;
	background-position: -102px 0;
	float: left;
}
.menu .menu_3 {
	width: 90px;
	height: 50px;
	position: relative;
	background: url('images/menu_bg.png') no-repeat left top;
	background-position: -218px 0;
	float: left;
}
.menu .menu_4 {
	width: 105px;
	height: 50px;
	position: relative;
	background: url('images/menu_bg.png') no-repeat left top;
	background-position: -308px 0;
	float: left;
}
.menu .menu_5 {
	width: 115px;
	height: 50px;
	position: relative;
	background: url('images/menu_bg.png') no-repeat left top;
	background-position: -412px 0;
	float: left;
}
.menu .menu_6 {
	width: 90px;
	height: 50px;
	position: relative;
	background: url('images/menu_bg.png') no-repeat left top;
	background-position: -530px 0;
	float: left;
}
.menu .menuhover {
	background-position: 2px -46px;
}
/* MENU */
/* ÜRÜN KATEGORİLERİ */
.urun_cats {
	width: 550px;
	height: 52px;
	position: absolute;
	z-index: 55;
	top: 350px;
	left: 69px;
	text-align: left;
	padding: 5px;
	overflow:auto;
}
.urun_cats .item {
	position: relative;
	float: left;
	margin: 3px 8px;
	height:20px;
}
.urun_cats .item a {
	text-decoration: none;
	color: #2c2c2c;
}
.urun_cats .item a:hover {
	color: #d93389;
}
.urun_cats .active {
}
/* ÜRÜN KATEGORİLERİ */
/* TOP OBJECT */
.top_object_conteigner {
	position: relative;
	width: 1000px;
	height: 330px;
}
.top_object_conteigner .urunlerimiz_objects {
	position: absolute;
	background: url('images/urunlerimiz.png') no-repeat left top;
	width: 948px;
	height: 358px;
	top: 60px;
	left: 50px;
}
.top_object_conteigner .urunlerimiz_rooms {
	position: absolute;
	width: 200px;
	height: 50px;
	top: 100px;
	left: 248px;
	cursor:pointer;
}
.top_object_conteigner .urunlerimizDetay_objects {
	position: absolute;
	background: url('images/urunlerimiz_detay.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 100px;
	left: 50px;
}
.top_object_conteigner .uygulama_objects {
	position: absolute;
	background: url('images/uygulamalar.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 58px;
	left: 50px;
}
.top_object_conteigner .uygulamalar_objects {
	position: absolute;
	background: url('images/uygulamalar_detay.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 100px;
	left: 50px;
}
.top_object_conteigner .bayimizolun_objects {
	position: absolute;
	background: url('images/bayimizolun.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 100px;
}
.top_object_conteigner .yukodekodakiyenilikler_objects {
	position: absolute;
	background: url('images/yukodekodakiyenilikler.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 100px;
}
.top_object_conteigner .teknikyardimalin_objects {
	position: absolute;
	background: url('images/teknikyardimalin.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 100px;
}
.top_object_conteigner .yukodekoyaulasin_objects {
	position: absolute;
	background: url('images/yukodekoyaulasin.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 190px;
}
.top_object_conteigner .hakkimizda_objects {
	position: absolute;
	background: url('images/hakkimizda.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 150px;
}
.top_object_conteigner .odalar_objects {
	position: absolute;
	background: url('images/urunlermagenta.png') no-repeat left top;
	width: 948px;
	height: 358px;
	top: 100px;
	left: 50px;
}
.top_object_conteigner .default_link {
	position: absolute;
	width: 180px;
	height: 190px;
	top: 170px;
	left: 190px;
	cursor:pointer;
}
.top_object_conteigner .default_link2 {
	position: absolute;
	width: 160px;
	height: 170px;
	top: 200px;
	left: 540px;
	cursor:pointer;
}
.top_object_conteigner .default_link3 {
	position: absolute;
	width: 210px;
	height: 230px;
	top: 145px;
	left: 750px;
	cursor:pointer;
}
.top_object_conteigner .siteharitasi_objects {
	position: absolute;
	background: url('images/siteharitasi.png') no-repeat center top;
	width: 948px;
	height: 358px;
	top: 150px;
}
.top_object_conteigner .yukodekoyaulasin_horizontal_seperator {
	position: absolute;
	background: url('images/horizontal_seperator.png') no-repeat center top;
	width: 899px;
	height: 68px;
	top: 448px;
	left: 50px;
}
.top_object_conteigner .default_objects {
	position: absolute;
	width: 948px;
	height: 358px;
	top: 131px;
	left: 39px;
}
.tumurunler_button {
	background: url('images/tumurunler.png') no-repeat left top;
	position: absolute;
	width: 201px;
	height: 64px;
	top: 402px;
	right: -10px;
	background-position: 0 -64px;
	z-index: 999;
	cursor:pointer;
}
.tumurunler_button_hover {
	background-position: 0 0;
}
/* TOP OBJECT */
/* PAGE CONTENT */
.page_content {
	position: relative;
	text-align: left;
	margin: 120px 10px;
}
.page_content .seperator {
	position: relative;
	width: 60px;
	height: 255px;
	background: url('images/bottom_seperator.png') no-repeat left top;
}
.yenilikler_block {
	position: relative;
	width: 246px;
	height: 218px;
}
.yenilikler_block .title {
	position: relative;
	width: 246px;
	height: 34px;
	background: url('images/yukadekodakiyenilikler_title.gif') no-repeat left top;
	margin-bottom: 10px;
}
.yenilikler_block .content {
	position: relative;
	height: 150px;
	width: 246px;
	border-bottom: 1px solid #353535;
	overflow: hidden;
}
.yenilikler_block .content .item {
	position: relative;
	width: 246px;
	height: 150px;
	float: left;
	padding: 3px;
	background: white;
}
.yenilikler_block .content .item image {
	width: 76px;
	height: 75px;
	border: 2px solid #dbdbda;
}
.yenilikler_block .content .header {
	position: absolute;
	bottom: 0;
	width: 246px;
	height: 15px;
	background: url('images/yenilik_header.png') no-repeat left top;
	z-index: 999;
}
.yenilikler_block .items {
	position: relative;
	width: 246px;
	height: 27px;
	right: 15px;
}
.yenilikler_block .items .item {
	position: relative;
	width: 16px;
	height: 16px;
	float: right;
	background: url('images/yenilik_arrow.png') no-repeat left top;
	margin: 0 2px;
	color: white;
	font-family: Verdana;
	font-size: 9px;
	cursor: pointer;
}
.yenilikler_block .items .item div {
	position: relative;
	top: -1px;
}
.yenilikler_block .items .item_hover {
	background-position: 0 -16px;
}
.yenilikler_block .items .item_active {
	background-position: 0 -32px;
	height: 20px;
}
/* PAGE CONTENT */
/* YENİ ÜRÜNLER BLOCK */
.yeni_urunler_block {
	position: relative;
	width: 221px;
	height: 226px;
}
.yeni_urunler_block .title {
	position: relative;
	width: 221px;
	height: 46px;
	background: url('images/yeni_urunler_title.gif') no-repeat left top;
}
.yeni_urunler_block .items {
	position: relative;
	width: 221px;
	height: 144px;
	overflow: hidden;
}
.yeni_urunler_block .item {
	position: relative;
	width: 217px;
	height: 65px;
	overflow: hidden;
	margin: 2px;
	padding-top: 6px;
	border-bottom: 1px dotted #636363;
	text-align: left;
}
.yeni_urunler_block .item .product_title {
	margin-left: 5px;
	font-size: 12px;
	color: #2f2f2f;
	font-weight: 900;
	text-align: left;
}
.yeni_urunler_block .item .product_code {
	margin-left: 5px;
	font-size: 10px;
	color: #2f2f2f;
	text-align: left;
}
.yeni_urunler_block .item .product_link {
	position: relative;
	font-size: 10px;
	color: #2f2f2f;
	padding: 0 5px;
	vertical-align: bottom;
	line-height: 35px;
	font-weight: 900;
}
.yeni_urunler_block .item a {
	font-size: 10px;
	color: #2f2f2f;
	font-weight: 900;
	text-decoration: none;
}
.yeni_urunler_block .item a:hover {
	font-size: 10px;
	color: #da338b;
	font-weight: 900;
}
.yeni_urunler_block .buttons {
	position: relative;
	width: 221px;
	height: 17px;
	left: 90px;
}
.yeni_urunler_block .buttons .geri {
	position: relative;
	background: url('images/yeni_urunler_block_buttons.gif') no-repeat left top;
	background-position: 0 0;
	width: 30px;
	height: 17px;
	float: left;
	cursor: pointer;
}
.yeni_urunler_block .buttons .seperator {
	position: relative;
	background: url('images/yeni_urunler_block_buttons.gif') no-repeat left top;
	background-position: -30px 0;
	width: 5px;
	height: 17px;
	float: left;
}
.yeni_urunler_block .buttons .ileri {
	position: relative;
	background: url('images/yeni_urunler_block_buttons.gif') no-repeat left top;
	background-position: -35px 0;
	width: 28px;
	height: 17px;
	float: left;
	cursor: pointer;
}
/* YENİ ÜRÜNLER BLOCK */
/* yukodekoiletisim_block */
.yukodekoiletisim_block {
	width: 186px;
	height: 190px;
	background: url('images/yukodekoiletisim_block_bg.gif') no-repeat left top;
}
.yukodekoiletisim_block input {
	height: 10px;
	width: 125px;
	border: none;
	font-size: 9px;
}
.yukodekoiletisim_block .adsoyad {
	position: relative;
	top: 93px;
	right: 6px;
	width: 125px;
	height: 15px;
}
.yukodekoiletisim_block .firma {
	position: relative;
	top: 98px;
	right: 6px;
	width: 125px;
	height: 15px;
}
.yukodekoiletisim_block .adres {
	position: relative;
	top: 103px;
	right: 6px;
	width: 125px;
	height: 15px;
}
.yukodekoiletisim_block .telefon {
	position: relative;
	top: 108px;
	right: 6px;
	width: 125px;
	height: 15px;
}
.yukodekoiletisim_block .detay {
	position: relative;
	top: 113px;
	right: 6px;
	width: 125px;
	height: 15px;
}
.yukodekoiletisim_block .gonder {
	position: relative;
	top: 120px;
	width: 46px;
	height: 13px;
	background: url('images/yukodekoiletisim_block_gonder.gif') no-repeat;
	text-decoration:none;
	border:none;
	cursor: pointer;
}
.alertt {
	position: relative;
	top: 120px;
	width:200px;
	height: 13px;
	text-decoration:none;
	border:none;
}
.yukodekoiletisim_block .gonder_click {
	background-position: 0 -1000px;
	width: 150px;
	cursor: wait;
}
/* yukodekoiletisim_block */
/* URUNLERİMİZ SAYFASI */
.urunlerimiz_page_content {
	position: relative;
	margin: 60px 50px;
	width: 100%;
	text-align:left;
}
.urunlerimiz_page_content .nav {
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 20px;
}
.urunlerimiz_page_content .nav a {
	text-decoration:none;
	color: black;
}
.urunlerimiz_page_content .nav a:hover {
	text-decoration:none;
	color: #3353da;
}
.urunlerimiz_page_content .items {
	position: relative;
	width: 68%;
	float:left;
	margin:0px 0 0 30px;
}
.urunlerimiz_page_content .cat_title {
	border:1px solid #f2f2f2;
	background:#2b2b2b;
	color:white;
	padding:3px;
	width: 350px;
	margin:10px 0;
}
.urunlerimiz_page_content .items table {
}
.urunlerimiz_page_content .items table td {
	width: 25%;
}
.urunlerimiz_page_content .items table td .block {
	position: relative;
	width: 225px;
	height: 120px;
	overflow:hidden;
}
.urunlerimiz_page_content .items table td .block .image {
	position: relative;
	float: left;
	width: 91px;
	height:120px;
}
.urunlerimiz_page_content .items table td .block .title {
	position: relative;
	float: left;
	width: 110px;
	margin: 1px 8px;
	font-size: 12px;
	font-weight: 900;
	color: #4a4a4a;
}
.urunlerimiz_page_content .items table td .block .title a {
	color: #4a4a4a;
	text-decoration: none;
}
.urunlerimiz_page_content .items table td .block .title a:hover {
	color: #d9338a;
}
.urunlerimiz_page_content .items table td .block .code {
	position: relative;
	float: left;
	width: 110px;
	margin: 1px 8px;
	font-size: 10px;
}
.urunlerimiz_page_content .items table td .block .detail {
	position: relative;
	float: left;
	width: 110px;
	margin: 1px 8px;
	line-height: 40px;
	vertical-align: bottom;
	font-size: 10px;
}
.urunlerimiz_page_content .items table td .block .detail a {
	color: #4a4a4a;
	text-decoration: none;
}
.urunlerimiz_page_content .items table td .block .detail a:hover {
	color: #d9338a;
}
.urunlerimiz_page_content .items table .paging {
	position: relative;
	margin:15px 0;
	width: 100%;
	height:15px;
	background: #f5f5f5;
	padding:3px;
	font-weight:bold;
}
.urunlerimiz_page_content .items table .paging .page {
	position: relative;
	height:15px;
	float:left;
	margin:0 5px;
}
.urunlerimiz_page_content .items table .paging .page a {
	color: #4a4a4a;
	text-decoration:none;
	border:1px solid #d0d0d0;
	padding:3px;
	background:white;
}
.urunlerimiz_page_content .items table .paging .page a:hover {
	text-decoration:none;
	color: white;
	background:red;
}
.urunlerimiz_page_content .items table .paging .page_active {
	position: relative;
	height:15px;
	float:left;
	margin:0 5px;
}
.urunlerimiz_page_content .items table .paging .page_active a {
	text-decoration:none;
	border:1px solid #d0d0d0;
	padding:3px;
	color: white;
	background:red;
}
.urunlerimiz_page_content .items table .paging .page_active a:hover {
	text-decoration:none;
	color: white;
	background:red;
}
.urunlerimiz_page_content .solMenu {
	position: relative;
	float:left;
	min-height:10px;
	padding:5px;
	margin-bottom:15px;
	width:200px;
}
.urunlerimiz_page_content .solMenu a .item {
	border:1px solid #f2f2f2;
	width: 200px;
	height: 16px;
	margin-right:3px;
	margin-bottom:-1px;
	float:left;
	color:black;
	background: white;
	padding: 4px 0 2px 5px;;
	font-weight:bold;
}
.urunlerimiz_page_content .solMenu a:hover .item {
	border:1px solid #f2f2f2;
	width: 200px;
	height: 16px;
	margin-right:3px;
	margin-bottom:-1px;
	float:left;
	background: #d0d0d0;
}
.urunlerimiz_page_content .solMenu .title {
	border:1px solid #f2f2f2;
	background:#2b2b2b;
	color:white;
	padding:3px;
	width: 199px;
	margin:10px 0;
}
.urunlerimiz_page_content .sub_cats {
	position: relative;
	min-height:10px;
	padding:5px 5px 5px 230px;
	margin-bottom:15px;
	width:500px;
}
.urunlerimiz_page_content .sub_cats a .item {
	font-weight:bold;
	border:1px solid #f2f2f2;
	width: 200px;
	height: 16px;
	margin-right:3px;
	margin-bottom:-1px;
	float:left;
	color:black;
	background: white;
	padding:4px 0 2px 5px;
}
.urunlerimiz_page_content .sub_cats a:hover .item {
	border:1px solid #f2f2f2;
	width: 200px;
	height: 16px;
	margin-right:3px;
	margin-bottom:-1px;
	float:left;
	background: #d0d0d0;
}
.urunlerimiz_page_content .sub_cats .title {
	border:1px solid #f2f2f2;
	background:#2b2b2b;
	color:white;
	padding:3px;
	width: 407px;
	margin:10px 0;
}
/* URUNLERİMİZ SAYFASI */





/* URUN DETAYI */
.urunlerimizDetay_page_content {
	position: relative;
	text-align: left;
	margin: 65px 50px;
}
.urunlerimizDetay_page_content .item_revious {
	position:absolute;
	left:-50px;
	width:40px;
	height:45px;
	background: url('images/item_previous.png') no-repeat left top;
}
.urunlerimizDetay_page_content .item_revious .c {
	position:absolute;
	right:45px;
	top:-20px;
	display:none;
	height: 80px;
	width: 80px;
	overflow:hidden;
}
.urunlerimizDetay_page_content .item_revious_hover {
	background-position:0 -45px;
	cursor:pointer;
}
.urunlerimizDetay_page_content .item_next {
	position:absolute;
	right:-50px;
	width:40px;
	height:45px;
	background: url('images/item_next.png') no-repeat left top;
}
.urunlerimizDetay_page_content .item_next .c {
	position:absolute;
	left:45px;
	top:-20px;
	display:none;
	height: 80px;
	width: 80px;
	overflow:hidden;
}
.urunlerimizDetay_page_content .item_next_hover {
	background-position:0 -45px;
	cursor:pointer;
}
.urunlerimizDetay_page_content .nav {
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 20px;
}
.urunlerimizDetay_page_content .nav a {
	text-decoration:none;
	color: black;
}
.urunlerimizDetay_page_content .nav a:hover {
	text-decoration:none;
	color: #3353da;
}
.urunlerimizDetay_page_content .item {
	position: relative;
	width: 100%;
}
.urunlerimizDetay_page_content .item .item_content {
	position: relative;
	width: 100%;
	border:1px solid #f7f7f7;
	padding:3px;
}
.urunlerimizDetay_page_content .item .item_image {
	position: relative;
	width: 190px;
	border:1px solid #f7f7f7;
	height:261px;
}
.urunlerimizDetay_page_content .item .item_name {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #3454d8;
	font-style: normal;
}
/* URUN DETAYI */



/* BAYİMİZ OLUN SAYFASI */
.bayimizolun_page_content {
	position: relative;
	text-align: left;
	margin: 55px 90px;
}
.bayimizolun_page_content .form {
	position: relative;
	width: 308px;
	min-height: 368px;
	background: url('images/bayilik_formu.png') no-repeat left top;
	margin-bottom: 60px;
}
.bayimizolun_page_content input {
	width: 235px;
	height: 20px;
	border: none;
	color: #393939;
}
.bayimizolun_page_content textarea {
	width: 235px;
	height: 50px;
	border: none;
	color: #393939;
}
.bayimizolun_page_content .form .adsoyad {
	position: relative;
	width: 235px;
	top: 67px;
	left: 65px;
}
.bayimizolun_page_content .form .firma {
	position: relative;
	width: 235px;
	top: 85px;
	left: 65px;
}
.bayimizolun_page_content .form .adres {
	position: relative;
	width: 235px;
	top: 105px;
	left: 65px;
}
.bayimizolun_page_content .form .telefon {
	position: relative;
	width: 235px;
	top: 125px;
	left: 65px;
}
.bayimizolun_page_content .form .fax {
	position: relative;
	width: 235px;
	top: 145px;
	left: 65px;
}
.bayimizolun_page_content .form .email {
	position: relative;
	width: 235px;
	top: 165px;
	left: 65px;
}
.bayimizolun_page_content .form .detay {
	position: relative;
	width: 235px;
	top: 185px;
	left: 65px;
}
.bayimizolun_page_content .form .gonder {
	position: relative;
	width: 63px;
	height: 28px;
	background: url('images/bayilik_formu_gonder.png') no-repeat left top;
	top: 205px;
	left: 235px;
}
.bayimizolun_page_content .alert {
	position: relative;
	top: 205px;
	width: 200px;
	height: 13px;
}
.bayimizolun_page_content .form .gonder_hover {
	background-position: 0 -29px;
	cursor: pointer;
}
.bayimizolun_page_content .seperator {
	position: absolute;
	width: 1px;
	height: 350px;
	border-left: 1px solid #e7e7e7;
	top: 59px;
	left: 375px;
}
.bayimizolun_page_content .yukadekoiletisimbilgileri {
	position: absolute;
	left: 450px;
	top: 120px;
	width: 376px;
}
.bayimizolun_page_content .yukadekoiletisimbilgileri .title {
	position: relative;
	background: url('images/yukadeko_iletisim_bilgileri.png') no-repeat left top;
	width: 176px;
	height: 18px;
}
.bayimizolun_page_content .yukadekoiletisimbilgileri .adresses {
	margin-top: 15px;
	position: relative;
	width: 376px;
	height: 18px;
	line-height: 30px;
	vertical-align: baseline;
	font-size: 12px;
	color: #2f2f31;
	font-family: 'Trebuchet MS';
}
.bayimizolun_page_content .yukadekoiletisimbilgileri a {
	text-decoration: none;
	color: #2f2f31;
}
.bayimizolun_page_content .yukadekoiletisimbilgileri a:hover {
	color: #d9338a;
}
/* BAYİMİZ OLUN SAYFASI */
/* YUKA DEKOYA ULAŞIN */
.yukodekoyaulasin_page_content {
	position: relative;
	text-align: left;
	margin: 55px 90px;
}
.yukodekoyaulasin_page_content .form {
	position: relative;
	width: 308px;
	min-height: 371px;
	background: url('images/iletisim_formu.png') no-repeat left top;
	margin-bottom: 60px;
}
.yukodekoyaulasin_page_content input {
	width: 235px;
	height: 20px;
	border: none;
	color: #393939;
}
.yukodekoyaulasin_page_content textarea {
	width: 235px;
	height: 50px;
	border: none;
	color: #393939;
}
.yukodekoyaulasin_page_content .form .adsoyad {
	position: relative;
	width: 235px;
	top: 67px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .firma {
	position: relative;
	width: 235px;
	top: 89px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .adres {
	position: relative;
	width: 235px;
	top: 110px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .telefon {
	position: relative;
	width: 235px;
	top: 130px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .fax {
	position: relative;
	width: 235px;
	top: 150px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .email {
	position: relative;
	width: 235px;
	top: 170px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .detay {
	position: relative;
	width: 235px;
	top: 190px;
	left: 65px;
}
.yukodekoyaulasin_page_content .form .gonder {
	position: relative;
	width: 63px;
	height: 28px;
	background: url('images/bayilik_formu_gonder.png') no-repeat left top;
	top: 205px;
	left: 235px;
}
.yukodekoiletisim_block .alert {
	position: relative;
	top: 63px;
	width: 200px;
	height: 13px;
}
.yukodekoyaulasin_page_content .form .gonder_hover {
	background-position: 0 -29px;
	cursor: pointer;
}
.yukodekoyaulasin_page_content .seperator {
	position: absolute;
	width: 1px;
	height: 350px;
	border-left: 1px solid #e7e7e7;
	top: 59px;
	left: 375px;
}
.yukodekoyaulasin_page_content .yukadekoiletisimbilgileri {
	position: absolute;
	left: 450px;
	top: 120px;
	width: 376px;
}
.yukodekoyaulasin_page_content .yukadekoiletisimbilgileri .title {
	position: relative;
	background: url('images/yukadeko_iletisim_bilgileri.png') no-repeat left top;
	width: 176px;
	height: 18px;
}
.yukodekoyaulasin_page_content .yukadekoiletisimbilgileri .adresses {
	margin-top: 15px;
	position: relative;
	width: 376px;
	height: 18px;
	line-height: 30px;
	vertical-align: baseline;
	font-size: 12px;
	color: #2f2f31;
	font-family: 'Trebuchet MS';
}
.yukodekoyaulasin_page_content .yukadekoiletisimbilgileri a {
	text-decoration: none;
	color: #2f2f31;
}
.yukodekoyaulasin_page_content .yukadekoiletisimbilgileri a:hover {
	color: #d9338a;
}
/* YUKA DEKOYA ULAŞIN */


/* YUKADEKO YENİLİKLER */
.yenilik_title {
	position: relative;
	margin-top: 65px;
	margin-bottom: 35px;
}
.yenilikler_table .items .item {
	height: 15px;
	padding:5px;
	margin: 3px;
	color:#404040;
	font-size:10px;
	cursor:pointer;
}
.yenilikler_table .items .active {
	color:white;
	background:url('images/yenilik_item_bg.png') no-repeat left top;
}
.yenilikler_table .items .hover {
	background:#f3f3f3;
}
.yenilik_details_block {
	position: relative;
	width: 100%;
	height:500px;
	overflow:hidden;
}
.yenilik_details_block .item {
	position: relative;
	width: 100%;
	height:500px;
	overflow:auto;
}
/* YUKADEKO YENİLİKLER */


/* TEKNİK YARDIM ALIN */
.teknikyardimalin_page_content {
	position: relative;
	text-align: left;
	margin: 35px 10px;
}
.teknikyardimalin_page_content .teknikyardimalinconteigner {
	position: relative;
	text-align: left;
}
.teknikyardimalin_page_content .teknikyardimalinconteigner .left {
	position: relative;
	width: 200px;
	background:red;
	float:left;
	height:200px;
}
.teknikyardimalin_page_content .teknikyardimalinconteigner .left .item {
	position: relative;
	height: 15px;
	padding:5px;
	margin: 3px;
	color:#404040;
	font-size:10px;
	cursor:pointer;
}
.teknikyardimalin_page_content .teknikyardimalinconteigner .left .hover {
	background:blue;
	color:white;
}
.teknikyardimalin_page_content .teknikyardimalinconteigner .left .active {
	color:white;
	background:url('images/yenilik_item_bg.png') no-repeat left top;
}
.teknikyardimalin_page_content .teknikyardimalinconteigner .right {
	position: relative;
	width: 750px;
	background:red;
	float:left;
	height:200px;
	margin-left:5px;
}
/* TEKNİK YARDIM ALIN */

/* FOOTHER */
.foother {
	position: relative;
	margin: 85px 0;
	height: 30px;
	background:white;
	text-align:left;
	padding:2px;
	border-bottom:1px solid #f2f2f2;
	width:100%;
}
/* FOOTHER */

