/* --------------------------------------------------------------

- "Ideasoft" HTML/CSS Framework
- VERSION 3.0

INDEX:
- Reset And Base
- General
- Header
- Navigation
- Content
- Footer
- Block
- Showcase
- Search
- Page Structure
- Product
- Modules
- External
- Helper */

/* --------------------------------------------------------------

	Reset And Base Styles

-------------------------------------------------------------- */

html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;font-size:100%;margin:0;padding:0;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}a, img, input{outline:expression(hideFocus='true');outline:none;border:0;text-decoration:none;}div{outline:expression(hideFocus='true');outline:none;}a:hover a:focus a:active{outline:expression(hideFocus='true');outline:none;}img{-ms-interpolation-mode:bicubic;zoom:1;}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;}

/* --------------------------------------------------------------

	@General Styles

-------------------------------------------------------------- */

body {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
}

#wrapper {
	width:1200px;
}

@font-face {font-family:proximaBold;src: url("../../dosya/fonts/proximaBold/font.eot");src: url("../../dosya/fonts/proximaBold/font.eot#iefix") format('embedded-opentype'),url("../../dosya/fonts/proximaBold/font.woff") format('woff'),url("../../dosya/fonts/proximaBold/font.ttf") format('truetype');font-weight: normal; font-style: normal;}

@font-face {font-family:proximaLight;src: url("../../dosya/fonts/proximaLight/font.eot");src: url("../../dosya/fonts/proximaLight/font.eot#iefix") format('embedded-opentype'),url("../../dosya/fonts/proximaLight/font.woff") format('woff'),url("../../dosya/fonts/proximaLight/font.ttf") format('truetype');font-weight: normal; font-style: normal;}

@font-face {font-family:proximaRegular;src: url("../../dosya/fonts/proximaRegular/font.eot");src: url("../../dosya/fonts/proximaRegular/font.eot#iefix") format('embedded-opentype'),url("../../dosya/fonts/proximaRegular/font.woff") format('woff'),url("../../dosya/fonts/proximaRegular/font.ttf") format('truetype');font-weight: normal; font-style: normal;}

@font-face {font-family:proximaSemiBold;src: url("../../dosya/fonts/proximaSemiBold/font.eot");src: url("../../dosya/fonts/proximaSemiBold/font.eot#iefix") format('embedded-opentype'),url("../../dosya/fonts/proximaSemiBold/font.woff") format('woff'),url("../../dosya/fonts/proximaSemiBold/font.ttf") format('truetype');font-weight: normal; font-style: normal;}

@font-face {font-family:robotoCondensedBold;src: url("../../dosya/fonts/robotoCondensedBold/font.eot");src: url("../../dosya/fonts/robotoCondensedBold/font.eot#iefix") format('embedded-opentype'),url('../../notFound.html') format('woff'),url("../../dosya/fonts/robotoCondensedBold/font.ttf") format('truetype');font-weight: normal; font-style: normal;}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	@font-face {font-family:proximaBold;src:url(../../dosya/fonts/proximaBold/font.svg#Frontend) format('svg');}
	
	@font-face {font-family:proximaLight;src:url(../../dosya/fonts/proximaLight/font.svg#Frontend) format('svg');}
	
	@font-face {font-family:proximaRegular;src:url(../../dosya/fonts/proximaRegular/font.svg#Frontend) format('svg');}
	
	@font-face {font-family:proximaSemiBold;src:url(../../dosya/fonts/proximaSemiBold/font.svg#Frontend) format('svg');}
	
	@font-face {font-family:robotoCondensedBold;src:url(../../dosya/fonts/robotoCondensedBold/font.svg#Frontend) format('svg');}
}

.hangingMenu {
	width:100%;
	height:81px;
	position:fixed;
	top:-201px;
	left:0px;
	z-index:9999;
	padding:50px 0 0;
	background:url(images/slider_bg.png) repeat left top;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.hangingMenuInside {
	width:1146px;
	height:81px;
	margin:0 auto;
	padding:0 54px 0 0;
}

.hangingMenuActive {
	top:-50px;
	animation:bottom 1s alternate;
	-moz-animation:bottom 1s alternate;
	-webkit-animation:bottom 1s alternate;
	-o-animation:bottom 1s alternate;
}

.hangingMenuPassive {
	top:-50px;
	animation:none;
	-moz-animation:none;
}

@keyframes bottom {
	0% {top:100px;}
	50% {top:-100px;}
	100% {top:-50px;}
}

@-moz-keyframes bottom {
	0% {top:100px;}
	50% {top:-100px;}
	100% {top:-50px;}
}

@-webkit-keyframes bottom {
	0% {top:100px;}
	50% {top:-100px;}
	100% {top:-50px;}
}

@-o-keyframes bottom {
	0% {top:100px;}
	50% {top:-100px;}
	100% {top:-50px;}
}

.hangingMenu a.logo {
	float:left;
}

.allCategoryMenu {
	float:left;
	position:relative;
	margin:0 15px 0 34px;
	padding:0 5px 0 0;
	background:url(images/drop_reagent.png) no-repeat right center;
}

.allCategoryMenu > a {
	width:144px;
	height:81px;
	line-height:81px;
	display:block;
	color:#ffffff;
	font-size:14px;
	font-family:proximaSemiBold;
	text-align:center;
	position:relative;
	z-index:41;
}

.allCategoryMenu > a:hover,
.allCategoryMenu > a.allCategoryActiveLink {
	background:url(images/category_bg.png) repeat-x left bottom;
}

.allCategoryContent {
	position:absolute;
	left:0px;
	top:81px;
	width:250px;
	padding:10px 0;
	display:none;
	z-index:42;
	background:url(images/drop_bg.png) repeat left top;
}

.allCategoryContent li {
	float:left;
	width:250px;
}

.allCategoryContent li a {
	display:block;
	color:#ffffff;
	font-size:14px;
	font-family:proximaSemiBold;
	padding:6px 0 6px 12px;
}

.hangingMenu .searchArea {
	padding:34px 0 0;
}

.hangingMenu .iCart {
	margin:30px 0 0;
}

.hangingMenu .userMenu {
	margin:30px 0 0;
}

/* --------------------------------------------------------------

	@Header

-------------------------------------------------------------- */

#header {
	width:100%;
	height:151px;
	background:url(images/slider_bg.png) repeat left top;
}

.headerInside {
	width:1100px;
	height:151px;
	padding:0 50px;
	margin:0 auto;
}

.headerTop {
	height:105px;
}

.headerTopLeft {
	float:left;
	width:380px;
}

.headerBanner {
	float:left;
	padding:34px 26px 0 0;
}

.banner img {
	display:block;
}

.headerTopCenter {
	float:left;
	width:330px;
	text-align:center;
}

a.logo {
	display:inline-block;
}

a.logo img {
	max-width:280px;
	max-height:81px;
	display:block;
}

.headerTopRight {
	float:right;
	width:380px;
	padding:30px 0 0;
}

.iCart {
	float:right;
	padding:0 0 0 8px;
	background:url(images/drop_reagent.png) no-repeat left top;
}

.iCart a {
	height:26px;
	line-height:26px;
	display:block;
	color:#ffffff;
	font-size:14px;
	font-family:proximaBold;
	padding:0 18px 0 37px;
	position:relative;
	background:url(images/cart_bg.png) no-repeat left center;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.iCart a:after {
	content:"";
	position:absolute;
	right:0px;
	top:0px;
	width:5px;
	height:100%;
	background:url(images/cart_arrow.png) no-repeat left center;
}

.iCart a span.iCartNumber {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	visibility:hidden;
	font-size:0px;
}

.userMenu {
	float:right;
	padding:0 0 0 17px;
	background:url(images/user_icon.png) no-repeat left top;
}

.userMenu li {
	float:left;
	padding:0 1px 0 0;
	background:url(images/user_reagent.png) no-repeat right center;
}

.userMenu li:last-child {
	padding:0px;
	background:none;
}

.userMenu li a {
	height:26px;
	line-height:26px;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-family:proximaRegular;
	padding:0 10px;
}

.userMenu li.userMenuWelcome {
	height:26px;
	line-height:26px;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-family:proximaRegular;
}

.headerBottom {
	height:29px;
}

.dropMenu {
	float:left;
	height:29px;
}

.dropMenu > ul {
	margin:0;
	padding:0;
}

.dropMenu > ul > li {
	float:left;
	position:relative;
	padding:0 0 0 5px;
	background:url(images/drop_reagent.png) no-repeat left top;
}

.dropMenu > ul > li:first-child {
	padding:0px;
	background:none;
}

.dropMenu > ul > li > a {
	height:29px;
	line-height:29px;
	display:block;
	color:#ffffff;
	font-size:14px;
	font-family:proximaSemiBold;
	padding:0 8px;
	position:relative;
	text-decoration:none;
	z-index:41;
}

.dropMenu > ul > li > a:hover {
	background:url(images/drop_hover.png) repeat-x left bottom;
}

.dropMenu > ul > li > a.downMenuActiveLink {
	background:url(images/drop_hover.png) repeat-x left bottom;
}

.dropMenuSubCategory {
	padding:20px;
	position:absolute;
	top:29px;
	display:none;
	z-index:44;
	background:url(images/drop_bg.png) repeat left top;
}

.dropMenuSubCategory > img {
	display:block;
}

.dropMenuColumns {
	float:left;
	width:240px;
}

.dropMenuColumnsTitle {
	display:block;
	line-height:18px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	font-family:proximaRegular;
	text-decoration:none;
	padding:6px 0;
}

ul.thirdLevelCategories li {
	line-height:18px;
	display:block;
}

ul.thirdLevelCategories li a {
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	font-family:proximaRegular;
	padding:3px 5px 3px 10px;
}

.byPassLine {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.menuItemTemplateOne {
	height:29px;
	float:left;
}

.menuItemTemplateOne li {
	float:left;
	padding:0 0 0 5px;
	background:url(images/drop_reagent.png) no-repeat left top;
}

.menuItemTemplateOne li a {
	height:29px;
	line-height:29px;
	display:block;
	color:#ffffff;
	font-size:14px;
	font-family:proximaSemiBold;
	padding:0 8px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.menuItemTemplateOne li:last-child a {
	padding:0 0 0 9px;
}

/* --------------------------------------------------------------

	@Content

-------------------------------------------------------------- */

.leftBlocks {
	width:px;
}

.rightBlocks {
	width:px;
}

.contentSection {
	width:1200px;
}

.contentSection-Product {
	width:1100px;
	padding:0 50px;
}

#mainContainer {
	width:1200px;
}

.contentMediaWrapper {
	width:1200px;
	height:374px;
	position:relative;
	z-index:3;
}

.contentMediaSlider {
	width:1200px;
	height:600px;
	position:absolute;
	left:0px;
	top:-226px;
}

.contentMediaSlider img {
	display:block;
}

.contentMediaBanner .banner {
	float:left;
	margin:0 6px 7px 0;
}

.contentMediaBanner .banner:nth-child(4n) {
	margin:0 0 7px;
}

.containerSpace {
	width:1200px;
	height:120px;
}

.homeProduct {
	margin:0 0 40px;
}

.homeProductHeader {
	width:1185px;
	height:58px;
	line-height:58px;
	background:url(images/home_bg.png) repeat-x left top;
	border:1px solid #f6f6f6;
	padding:0 0 0 15px;
}

.homeProductHeader > span {
	display:inline-block;
	color:#004571;
	font-size:22px;
	font-family:proximaLight;
	padding:0 40px 0 0;
	background:url(images/home_icon.png) no-repeat right center;
}

.homeProductHeader > span span {
	font-family:proximaBold;
}

.homeProductContent .showcase {
	float:left;
	margin:0 9px 9px 0;
}

.homeProductContent .showcase:nth-child(3n) {
	margin:0 0 9px;
}

.brandSlider {
	width:100%;
	height:268px;
	border-top:2px solid #f0f0f0;
	border-bottom:2px solid #f0f0f0;
}

.brandSliderInside {
	width:1200px;
	height:213px;
	margin:0 auto;
	padding:30px 0 25px;
	position:relative;
}

.brandSliderInside:after,
.brandSliderInside:before {
	content:"";
	position:absolute;
	left:0px;
	width:100%;
	height:20px;
	background:url(images/brand_slider_icon.png) no-repeat center top;
}

.brandSliderInside:before {
	top:-2px;
}

.brandSliderInside:after {
	bottom:-20px;
}

.brandSliderInsideTitle {
	height:50px;
	line-height:50px;
	color:#474747;
	font-size:23px;
	font-family:proximaSemiBold;
	text-align:center;
}

.brandSliderInsideTitle span {
	font-family:proximaLight;
}

/* Sky Plugins Style */

.sky {
	width:1170px;
	height:117px;
	position:relative;
	z-index:4;
	padding:17px 15px;
	background:url(images/slider_bg.png) repeat left top;
}

.skyCarouselBadge {
	width:127px;
	height:127px;
	position:absolute;
	left:342px;
	top:-146px;
	z-index:99;
	background:url(images/slider_banner.png) no-repeat left top;
}

.sky:after,
.sky:before {
	content:"";
	width:100px;
	height:269px;
	top:0px;
	z-index:4;
	position:absolute;
	border-bottom:1px solid #eaeaea;
	background-image:url(images/slider_hanging.png);
	background-repeat:no-repeat;
}

.sky:after {
	right:-100px;
	background-position:right top;
}

.sky:before {
	left:-100px;
	background-position:left top;
}

.sc-content-wrapper {
	display:none;
}

.js .sky-carousel {
	visibility: hidden;
}

.sky-carousel {
	width: 100%;
	height: 374px;
	position: absolute;
	left:0px;
	top:-104px;
	overflow: hidden;
	margin: 0 auto;
}

.sky-carousel .sky-carousel-container {
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
}

.sky-carousel .sky-carousel-container li {
	position: absolute;
	border:0;
	top:63px;
}

.sky-carousel .sky-carousel-container li.sc-selected {
	top:0px;
	left:-20px;
	padding:20px;
	background:url(images/slider_bg.png) repeat left top;
}

.sky-carousel .sky-carousel-container li.sc-selected:after,
.sky-carousel .sky-carousel-container li.sc-selected:before {
	content:"";
	position:absolute;
	top:0px;
	z-index:51;
	width:21px;
	height:367px;
	background-image:url(images/slider_shadow.png);
}

.sky-carousel .sky-carousel-container li.sc-selected:before {
	left:-21px;
	background-position:left 0;
}

.sky-carousel .sky-carousel-container li.sc-selected:after {
	right:-21px;
	background-position:right 0;
}

.sky-carousel .sky-carousel-container li img {
	display: block;
	max-width: none !important;
}

.sky-carousel .sky-carousel-container .skyShowcaseItem {
	display: none;
}

.sky-carousel .sky-carousel-container li.sc-selected .skyShowcaseItem {
	display:block;
}

.skyShowcaseItem {
	width:360px;
	height:120px;
}

.skyShowcaseTitle {
	height:33px;
	overflow:hidden;
	position:relative;
}

.skyShowcaseTitle a {
	line-height:33px;
	color:#ffffff;
	font-size:22px;
	font-family:proximaBold;
}

.skyShowcaseShortDetail {
	height:26px;
	line-height:13px;
	color:#ffffff;
	font-size:12px;
	font-family:proximaRegular;
	position:relative;
	overflow:hidden;
}

.skyShowcasePrice {
	width:146px;
}

.skyShowcasePriceOne {
	height:17px;
	line-height:17px;
	color:#ffffff;
	font-size:16px;
	font-family:proximaBold;
	text-decoration:line-through;
}

.skyShowcasePriceTwo {
	height:28px;
	line-height:28px;
	color:#ffffff;
	font-size:26px;
	font-family:proximaBold;
}

.skyShowcasePriceOne span span,
.skyShowcasePriceTwo span span {
	font-family:proximaLight;
}

.sky-carousel .sc-overlay {
	position:absolute;
	height:100%;
	z-index:4998;
	pointer-events:none;
	top:0;
}

.sky-carousel .sc-overlay-left {
	left:0px;
}

.sky-carousel .sc-overlay-right {
	right:0px;
}

.sky-carousel .sc-nav-button {
	position:absolute;
	bottom:0px;
	z-index:50;
	width:400px;
	height:118px;
}

.sky-carousel .sc-nav-button.sc-next {
	background:url(images/arrow.png) no-repeat right top;
	right:0px;
}

.sky-carousel .sc-nav-button.sc-prev {
	background: url(images/arrow.png) no-repeat left top;	
	left:0px;
}

.sky-carousel .sc-preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -22px;
	margin-left: -22px;
	background:url(images/preloader.gif) no-repeat 50% 50%;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sc-no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* --------------------------------------------------------------

	@Footer

-------------------------------------------------------------- */

#footer {
	width:100%;
}

.footerInside {
	width:1200px;
	margin:0 auto;
	position:relative;
}

.footerTop {
	width:1200px;
	height:342px;
	margin:0 auto;
}

.footerTopColumnOne,
.footerTopColumnTwo,
.footerTopColumnThree {
	float:left;
	width:430px;
	height:290px;
	border-right:1px solid #e2e2e2;
}

.footerTopRow .banner {
	margin:0 0 30px;
}

.footerTopColumnOne {
	width:415px;
	height:275px;
	padding:15px 0 0 15px;
}

.footerTopColumnThree {
	float:right;
	border-right:none;
	padding:33px 0 0;
	text-align:right;
	width:338px;
}

.footerTopColumnThree ul {
	float:right;
}

.footerTopColumnThree .banner {
	margin:0 0 35px;
}

.footerSocial {
	width:240px;
	padding:25px 95px 0;
}

.footerSocial a {
	float:left;
	width:120px;
	height:120px;
	background-image:url(images/footer_social.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	transition:background-color .2s linear;
	-moz-transition:background-color .2s linear;
	-webkit-transition:background-color .2s linear;
	-o-transition:background-color .2s linear;
}

.footerSocial a:hover {
	background-color:#494949;
}

.footerSocial a.footerSocialFacebook {
	background-position:0 0;
}

.footerSocial a.footerSocialTwitter {
	background-position:right 0;
}

.footerSocial a.footerSocialInstagram {
	background-position:0 -120px;
}

.footerSocial a.footerSocialPinterest {
	background-position:-120px -120px;
}

.footerSocial a.footerSocialFacebook:hover {
	background-position:0 -240px;
}

.footerSocial a.footerSocialTwitter:hover {
	background-position:right -240px;
}

.footerSocial a.footerSocialInstagram:hover {
	background-position:0 bottom;
}

.footerSocial a.footerSocialPinterest:hover {
	background-position:-120px bottom;
}

.footerBottom {
	width:100%;
	height:285px;
	background:url(images/footer_bottom.png) repeat-x left top;
}

.footerBottomInside {
	width:1200px;
	height:285px;
	margin:0 auto;
	position:relative;
	background:url(images/footer_bottom_bg.png) no-repeat left top;
}

.footerLinks {
	position:absolute;
	left:0px;
	top:25px;
}

.footerLinksTitle {
	color:#484848;
	font-size:14px;
	font-family:proximaRegular;
	padding:0 0 6px 6px;
	margin:0 0 7px;
	border-bottom:1px solid #e2e2e2;
}

.footerLinksTitle span {
	font-family:proximaBold;
}

.footerLinks > ul > li {
	float:left;
	width:240px;
	margin:0 30px 0 0;
}

.footerLinks > ul > li > ul > li {
	margin:0 0 3px;
}

.footerLinks li a {
	color:#484848;
	font-size:13px;
	font-family:proximaRegular;
	padding:0 0 0 6px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.footerLinks li a:hover {
	color:#004f9f;
}

.footerText {
	width:540px;
	line-height:37px;
	position:absolute;
	right:70px;
	top:35px;
	color:#494949;
	font-size:30px;
	font-family:proximaLight;
}

.footerText span {
	width:480px;
	display:block;
	line-height:23px;
	font-size:20px;
	margin:7px 0 0;
	font-family:proximaBold;
}

.announcements {
	position:absolute;
	width:626px;
	height:48px;
	right:0px;
	top:174px;
}

.announcementsInput {
	background:none;
	border:none;
	color:#333333;
	font-size:14px;
	font-weight:400;
	font-family:proximaRegular;
	width:470px;
	margin:14px 0 0 42px;
}

@media all and (min-width:0) { 
	.announcementsInput {
		margin:15px 0 0 42px\0/;
	}
}

.announcementsInput::-webkit-input-placeholder {opacity:1;color:#333333;}
.announcementsInput::-moz-placeholder {opacity:1;color:#333333;}
.announcementsInput::-ms-input-placeholder {opacity:1;color:#333333;}
.announcementsInput::-o-placeholder {opacity:1;color:#333333;}

.announcementsButton {
	width:101px;
	height:48px;
	background:none;
	border:none;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}

.menuItemTemplateTwo {
	height:34px;
	position:absolute;
	left:0px;
	bottom:0px;
}

.menuItemTemplateTwo li {
	float:left;
	padding:0 2px 0 0;
	background:url(images/menu2_reagent.png) no-repeat right center;
}

.menuItemTemplateTwo li:last-child {
	padding:0px;
	background:none;
}

.menuItemTemplateTwo li a {
	height:34px;
	line-height:34px;
	display:block;
	color:#b3b3b2;
	font-size:11px;
	font-family:proximaSemiBold;
	padding:0 10px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.menuItemTemplateTwo li a:hover {
	color:#ffffff;
}

a.ideaConsept {
	width:62px;
	height:34px;
	position:absolute;
	right:0px;
	bottom:0px;
}

/* --------------------------------------------------------------
  
	@Block

-------------------------------------------------------------- */

.blockWrapper {
	width:px;
	margin:0px 0px 0px 0px;
}

.blockTop {
	width:px;
	height:px;
	line-height:px;
	color:#;
	font-size:px;
	font-weight:400;
	padding:0 0 0 0;
	background:url() no-repeat;
}

#li_1 .blockMiddle {
	padding:0;
}

#li_13 .blockMiddle {
	padding:10px 10px 0;
}

.blockMiddle {
	font-size:11px;
	color:#;
	padding:0px 10px 10px;
}

.blockMiddle a {
	color:#;
}

.blockMiddle a:hover {
	color:#;
}

.blockBottom {
	background:url() no-repeat;
	width:px;
	height:px;
}

/* --------------------------------------------------------------
  
	@Showcase

-------------------------------------------------------------- */

.showcase {
	width:360px;
	height:282px;
	padding:16px;
	position:relative;
	border:1px solid #dfdfdf;
	box-shadow:0px 2px 2px 0px #e5e5e5;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.showcaseHover {
	width:394px;
	height:316px;
	position:absolute;
	left:-1px;
	top:-1px;
	z-index:8;
	opacity:0;
	visibility:hidden;
	background:url(images/showcase_hover.png) repeat left top;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.showcase:hover .showcaseHover {
	opacity:1;
	visibility:visible;
}

.showcaseItem {
	height:24px;
	padding:7px 2px 17px;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.showcaseItemHover {
	width:356px;
	position:absolute;
	left:16px;
	top:16px;
	z-index:9;
	height:24px;
	padding:7px 2px 17px;
	opacity:0;
	visibility:hidden;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
	transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}

.showcase:hover .showcaseItemHover {
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
}

.showcaseShortDetails {
	line-height:16px;
	color:#ffffff;
	font-size:16px;
	font-family:proximaBold;
}

.showcase:hover .showcaseItem {
	opacity:0;
	visibility:hidden;
}

.showcaseTitle {
	float:left;
	width:170px;
	height:24px;
	position:relative;
	overflow:hidden;
}

.showcaseTitle a {
	line-height:24px;
	color:#444444;
	font-size:16px;
	font-family:proximaBold;
}

.showcaseItemHover .showcaseTitle a {
	color:#ffffff;
}

.showcasePrice {
	float:right;
	height:24px;
	line-height:24px;
}

.showcasePriceTwo {
	display:inline-block;
	color:#004f9f;
	font-size:19px;
	font-family:robotoCondensedBold;
}

.showcasePriceOne {
	display:inline-block;
	color:#a3a3a3;
	font-size:15px;
	font-family:robotoCondensedBold;
	text-decoration:line-through;
	margin-right:10px;
}

.showcaseItemHover .showcasePriceOne,
.showcaseItemHover .showcasePriceTwo {
	color:#ffffff;
}

.showcaseView {
	position:absolute;
	right:20px;
	bottom:20px;
	opacity:0;
	z-index:9;
	visibility:hidden;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
	transform:scale(0.4);
	-moz-transform:scale(0.4);
	-webkit-transform:scale(0.4);
	-o-transform:scale(0.4);
}

.showcaseView a {
	width:77px;
	height:77px;
	display:block;
	background:url(images/view_bg.png) no-repeat left top;
}

.showcase:hover .showcaseView {
	opacity:1;
	visibility:visible;
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
}

.newBadge {
	width:77px;
	height:77px;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:4;
	background:url(images/new_badge.png) no-repeat;
}

.rebateBadge {
	width:77px;
	height:61px;
	line-height:20px;
	color:#ffffff;
	font-size:20px;
	font-family:proximaBold;
	padding:16px 0 0;
	text-align:center;
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:6;
	background:url(images/rebate_badge.png) no-repeat;
}

.rebateBadge p {
	font-size:15px;
	font-family:proximaLight;
}

.soldOutBadge {
	width:356px;
	height:24px;
	line-height:24px;
	color:#e3121b;
	font-size:20px;
	font-family:robotoCondensedBold;
	position:absolute;
	left:18px;
	top:23px;
	z-index:7;
	background-color:#ffffff;
}

/* Vitrindeki ideatimer css code */

.sky-carousel .sky-carousel-container li .showcaseTimer {
	display:none;
}

.sky-carousel .sky-carousel-container li.sc-selected .showcaseTimer {
	width:235px;
	height:34px;
	position:absolute;
	right:0px;
	bottom:20px;
	display:block;
}

.timerContent {
	width:235px;
	height:34px;
	line-height:34px;
	color:#ffffff;
	font-size:18px;
	font-family:proximaRegular;
	text-align:center;
	background:url(images/slider_bg.png) repeat left top;
}

.timerContent span {
	font-size:12px;
}

/* Showcase Image Vertical And Horizontal Center */

.showcasePicture {
	width:360px;
	height:234px;
	position:relative;
	background-color:#ffffff;
}

.showcasePicture img {
	max-width:360px;
	max-height:234px;
	display:inline-block;
	border:none;
	margin:auto;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

.Showitem_parent table.CartBox tr {
	height:30px;
}

.Showitem_parent table.CartBox tr td {
	padding:0 0 0 2px;
}

.ShowcaseCatalogRow ._productItem {
	padding:0 9px 10px 0;
}

/* --------------------------------------------------------------
  
	@Search

-------------------------------------------------------------- */

.searchArea {
	float:left;
	padding:37px 0 0;
}

.searchArea a {
	width:96px;
	height:14px;
	line-height:14px;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-family:proximaRegular;
	background:url(images/search_icon.png) no-repeat right top;
}

#newsLetterPopup img#closeButton {
	display:none!important;
}

#newsLetterPopup #closeDialogButton {
	display:inline-block;
	position:absolute;
	cursor:pointer;
	right:-19px;
	top:-19px;
	z-index:80;
	width:28px;
	height:0px;
	padding:27px 0 0;
	background:url(images/close_button.png) no-repeat left top;
}

#newsLetterPopup {
	width:759px;
	height:187px;
	position:relative;
	background:url(images/search_bg.png) no-repeat left top;
}

.search {
	width:362px;
	height:56px;
	position:absolute;
	right:19px;
	bottom:22px;
}

.searchInputClass {
	color:#3b3d41!important;
	background:none!important;
	border:0px!important;
	font-size:23px!important;
	font-family:proximaRegular;
	width:265px!important;
	padding:0!important;
	height:auto!important;
	margin:13px 0px 0 18px!important;
}

/* IE9 ONYL [+1] ! */

@media all and (min-width:0) {
    .searchInputClass {
		margin:14px 0px 0 18px\0/!important;
	}
}

.searchInputClass::-webkit-input-placeholder {opacity:1;color:#3b3d41;}
.searchInputClass::-moz-placeholder {opacity:1;color:#3b3d41;}
.searchInputClass::-ms-input-placeholder {opacity:1;color:#3b3d41;}
.searchInputClass::-o-placeholder {opacity:1;color:#3b3d41;}

.searchButton {
	top:5px;
	right:5px;
	width:67px;
	height:47px;
	color:#fff;
	border:0px;
	padding:0px;
	cursor:pointer;
	background:none;
	position:absolute;
}

#SearchBrands {
	width:85%!important;
}

/* --------------------------------------------------------------
  
	@Page Structure

-------------------------------------------------------------- */

.ContentBox {
	color:#333333;
}

.ContentBox .Header {
	color:#646464;
	font-size:16px;
	font-weight:400;
	font-family:proximaBold;
	margin:0 0 5px 0;
	padding:12px 0 12px 10px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.ContentBox .Header h1 {
	font-weight:normal;
}

.ContentBox table {
	text-align:left;
}

.ContentBox .Body {
	color:#333;
	font-weight:400;
}

.ContentBox .Body a {
	color:#0A6280;
}

/* ContentBox2 */

.ContentBox2 {
	color:#333333;
}

.ContentBox2 .Header {
	color:#646464;
	font-size:16px;
	font-weight:400;
	font-family:proximaBold;
	margin:0 0 5px 0;
	padding:12px 0 12px 10px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.ContentBox2 .Header h1 {
	font-weight:normal;
}

.ContentBox2 table {
	text-align:left;
}

.ContentBox2 .Footer {
	display:none;
}

/* ContentBox3 */

.ContentBox3 {
	color:#333333;
}

.ContentBox3 .Header {
	color:#646464;
	font-size:16px;
	font-weight:400;
	font-family:proximaBold;
	margin:0 0 5px 0;
	padding:12px 0 12px 10px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.ContentBox3 .Header h1 {
	font-weight:normal;
}

.ContentBox3 .Body {
	font-size:12px;
	padding:5px 10px 10px 10px;
}

.ContentBox3 .Body a {
	color:#db2f1e;
}

.ContentBox3 .Body a:hover {
	color:#db2f1e;
	text-decoration:underline;
}

.ContentBox3 .Footer {
	display:none;
}

#DynamicPageDetails + ._textAlignRight.pT5.pB5 {
	display:none;
}

/* Product Detail Tab Content Area */

.ProductDetail {
	padding:0px;
}

.ProductDetail li {
	list-style-type:disc;
	margin:5px 0 5px 10px;
}

.ProductDetail ol li {
	margin:5px 0 5px 14px;
	list-style-type:decimal;
}

/* --------------------------------------------------------------
  
	@Product

-------------------------------------------------------------- */

.productArea {
	width:1100px;
}

.productArea a {
	color:#ffffff;
}

.productArea a:hover {
	color:#ffffff;
}

.productLeft {
	width:770px;
	position:relative;
}

.productLeft:after {
	content:"";
	position:absolute;
	right:0px;
	top:42px;
	z-index:1;
	width:21px;
	height:367px;
	background:url(images/slider_shadow.png) no-repeat left top;
}

/*  Product Image Vertical And Horizontal Center */

.productImages {
	width:770px;
	height:500px;
	position:relative;
}

.productImages img {
	max-width:770px;
	max-height:500px;
	display:inline-block;
	border:none;
	margin:auto;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

.ImageSize {
	float:left;
	width:148px;
	margin:25px 0 0 7px;
}

.productZoomImageLink {
	padding:0px;
}

.id-icon-magnifier {
	width:148px;
	height:24px;
	padding:0;
	display:block;
	text-indent:-9999px;
	background:url(images/zoom_icon.png) no-repeat 0 0;
}

.thumbsImage {
	float:left;
}

.thumbsImage a {
	float:left;
	width:123px;
	height:80px;
	margin:0 10px 0 0;
	position:relative;
}

.thumbsImage a:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	background-color:rgba(0,0,0,0.45);
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.thumbsImage a:hover:after,
.thumbsImage a.thumbsActive:after {
	background-color:transparent;
}

.thumbsImage img {
	width:auto !important;
	height:auto !important;
	max-width:123px;
	max-height:80px;
	margin:auto;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

.productRight {
	width:310px;
	padding:20px 10px;
	background:url(images/slider_bg.png) repeat left top;
}

.productTitle {
	line-height:20px;
	color:#ffffff;
	font-size:20px;
	font-family:proximaBold;
	margin:0 0 8px;
}

.productTitle h1 {
	font-weight:400;
}

.shortProductStatement {
	line-height:16px;
	color:#ffffff;
	font-size:13px;
	font-family:proximaSemiBold;
	margin:0 0 8px;
}

.productListGroupLeft {
	float:left;
	width:215px;
}

.productPrice {
	padding:0 0 5px;
	margin:0 0 9px;
	border-bottom:1px solid #ffffff;
}

.row16,.row17 {
	line-height:30px;
	color:#ffffff;
	font-size:30px;
	font-family:proximaBold;
}

.row16 > span,
.row17 > span {
	font-family:proximaLight;
}

.rowSpecial {
	line-height:16px !important;
	font-size:16px !important;
	text-decoration:line-through;
}

.productListGroupRight {
	float:right;
	padding:10px 0 0;
}

.productListGroupRight img {
	display:block;
}

.productAmountContent {
	float:left;
}

.productAmountTitle {
	float:left;
	width:60px;
	height:29px;
	line-height:13px;
	color:#ffffff;
	font-size:13px;
	font-family:proximaBold;
	vertical-align:middle;
	margin-left:8px;
}

.productComment img {
	width:107px;
	height:0px;
	padding:37px 0 0;
	display:inline-block;
	background:url(images/comment.png) no-repeat left top;
}

/* Product List Styles */

.rowspan {
	color:#ffffff;
	font-size:13px;
	font-weight:400;
	font-family:proximaBold;
}

.rowspan td {
	padding:5px 0 5px 3px;
}

.rowspan .col1 {
	width:27%;
}

.rowspan .col2 {
	width:3%;
}

/* En Dusuk Taksit Sayisi Font 'un CSS Ozellikleri */

.rowspan.row22 .col1 {
	color:#ffffff;
}

.rowspan.row22 .col1 span {
	color:#ffffff!important;
}

/* Product Tab */

.productTabContainer {
	width:1100px;
}

.productTabHeader {
	height:58px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.productTabHeader li {
	float:left;
	padding:0 1px 0 0;
	background:url(images/product_tab_reagent.png) no-repeat right center;
}

.productTabHeader li:last-child {
	padding:0px;
	background:none;
}

.productTabHeader li a {
	height:58px;
	line-height:58px;
	display:block;
	font-size:15px;
	font-weight:400;
	font-family:proximaSemiBold;
	padding:0 20px;
}

.productTabHeader li.DivMenuActive a { /* Product Tab Link Active */
	color:#646464;
}

.productTabHeader li.DivMenuPassive a { /* Product Tab Link Passive */
	color:#a5a5a5;
}

.productTabContent {
	padding:20px 15px;
	color:#666666;
	font-size:12px;
	line-height:20px;
	border:2px solid #f6f6f6;
	border-top:none;
}

.productTab {
	width:1100px;
}

.productTabHeaderTop {
	width:1098px;
	height:58px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.productTabHeaderTop .column {
	float:left;
	width:366px;
	height:58px;
	line-height:58px;
	color:#646464;
	font-size:15px;
	font-family:proximaSemiBold;
	background:url(images/product_tab_reagent.png) no-repeat right center;
}

.productTabHeaderTop .columnThree {
	background:none;
}

.productTabHeaderTop .column span {
	display:block;
	height:58px;
	background-image:url(images/product_tab_icons.png);
	background-repeat:no-repeat;
}

.productTabHeaderTop .columnOne span {
	padding:0 0 0 172px;
	background-position:97px 9px;
}

.productTabHeaderTop .columnTwo span {
	padding:0 0 0 152px;
	background-position:71px -78px;
}

.productTabHeaderTop .columnThree span {
	padding:0 0 0 105px;
	background-position:52px -156px;
}

.productTabContentTop {
	width:1096px;
	border:2px solid #f6f6f6;
	border-top:none;
	position:relative;
}

.productTabContentTop:after {
	content:"";
	position:absolute;
	left:365px;
	top:0px;
	z-index:-1;
	width:365px;
	height:100%;
	background-color:#f6f6f6;
}

.tabColumn {
	float:left;
	width:335px;
	overflow:hidden;
	padding:15px;
	background-color:#ffffff;
}

.productTabContentTop .tabColumn:nth-child(2) {
	background-color:#f6f6f6;
}

.tabColumn thead tr,
.tabColumn tbody tr {
	border-bottom:2px solid #f6f6f6;
}

.tabColumn tbody tr:last-child {
	border-bottom:none;
}

.tabColumn td,
.tabColumn th {
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding:7px 0;
	border-right:2px solid #f6f6f6;
}

.tabColumn td:first-child,
.tabColumn th:first-child {
	text-align:left;
	padding:0 0 0 15px;
}

.tabColumn td:last-child,
.tabColumn th:last-child {
	border-right:none;
}

.tabColumn table thead {
	background-color:#cccccc;
}

.tabColumn table tbody {
	background-color:#ffffff;
}

.tabColumn strong {
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.tabColumn ul {
	list-style:disc;
	padding:0 0 0 10px;
}

.tabColumn li {
	line-height:18px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}

.productTabContent a {
	color:#004f9e;
}

.productTabContentTop a {
	color:#004f9e;
}

.productTabContent > div {
	overflow:hidden;
}

.productTabContent img {
	max-width:100%;
}

.productTabContent > div:before, .productTabContent > div:after {content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0;}
.productTabContent > div:after {clear:both;}
.productTabContent > div {zoom:1;}

.compareButton {
	color:#000000;
	font-size:11px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
}

/* offered Styles */

.offeredShowItemList {
	*margin:0;
	font-size:11px;
	color:#1e1e1e;
	padding:0 2px;
	font-weight:400;
	margin:0 0 1px 0;
	background:#f7f7f7;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0!important;
}

.offeredPicture {
	padding:5px;
}

.offeredPicture a {
	float:left;
	width:45px;
	height:45px;
	text-align:center;
	border:3px solid #e2e2e2;
}

.offeredPicture img {
	width:auto!important;
	height:45px!important;
	max-width:45px;
	width:expression(this.width > 45 ? "45px" : true); /* MAX-WIDTH IE HACK */
}

.offeredProductLink {
	height:61px;
}

.offeredProductLink a {
	height:61px;
	display:table-cell;
	vertical-align:middle;
}

.offeredProductLink a:hover {
	color:#004f9e;
}

.offeredPrice {
	height:61px;
}

.offeredPriceKdvInclude span {
	color:#004f9e;
	float:left;
	height:21px;
	font-weight:700;
	line-height:21px;
}

.offeredView {
	height:39px;
	padding:22px 0 0;
	text-align:center;
}

/* --------------------------------------------------------------
	Variant Styles
-------------------------------------------------------------- */

.variantArea {
	font-size:14px;
}

.variantItem {
	line-height:32px;
}

.variantItem span {
	height:32px;
	line-height:32px;
	padding:0px;
	margin:0 2px 2px 0;
}

.variantItem span:hover {
	border:1px solid #000000;
}

span.variantLink {
	color:#666666;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	border:1px solid #b8b8b8;
	padding:0 10px;
}

span.variantImage,
span.variantSelect {
	height:32px;
	line-height:32px;
	border:1px solid #b8b8b8;
	background:none;
}

span.variantSelect,
span.variantSelectImage {
	border:1px solid #000000!important;
}

span.variantSelectImage:hover {
	border:1px solid #000000;
}

span:hover.variantSelect {
	border:1px solid #000000;
}

span.variantPassive {
	color:#b8b8b8;
	background:#f8f8f8;
	border:1px solid #b8b8b8;
}

span:hover.variantPassive {
	color:#b8b8b8;
	background:#f8f8f8;
	border:1px solid #b8b8b8;
}

span.variantSelectImage {
	border:1px solid #b8b8b8;
}

span.variantImage:hover {
	border:1px solid #000000;
}

span.variantSelectImage img {
	border:none;
}

.variantList .dd {
	background:none;
	padding:0px !important;
}

/* Product Helper */

#exportFrame {display:none;}
.similarProducts {line-height:normal!important;}
#iframe1 {display:none;}
#butonlar2 img {margin:0 10px 0 0;}
#quantityWarn {border:1px solid #ccc;position:absolute;left:0px;top:0px;z-index:44;padding:5px 10px;}
.favoriesButtons img {display:block;margin:0;}
#ProductBox_Header {display:none;}

/* --------------------------------------------------------------
  
	@Modules

-------------------------------------------------------------- */

/* Cart [Block] */

.productOnCart{width:100%;height:35px;background:#fbfbfb;border-bottom:1px dashed #595959;margin:0 0 1px 0;font-size:10px;text-align:left!important}.ShoppingCart_normal{background:#fff;z-index:900}.ShoppingCart_hover{background:#afc5dc;z-index:900}#invitationReceipts{width:98%!important}#invitationMessage{width:98%!important}

/* Standart Sag Acilan Menu [Standart Temalar Disinda Pek kullanilmaz] */

.DropDownMenu{display:block}.DropDownMenu .Menu{line-height:20px}.DropDownMenu .AbsoluteMenu{line-height:20px;border-top:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;background:#fff;margin:-1px 0 0 0}.DropDownMenu .AbsoluteMenu .MenuItem{border-bottom:1px solid #e7e7e7!important}.DropDownMenu .MenuItem{display:block;width:100%;line-height:20px;border-bottom:1px dotted #e7e7e7}.DropDownMenu .MenuItem a{display:block;font:normal 11px;padding:0 0 0 4px;line-height:20px;vertical-align:middle;color:#1e1e1e;background-position:98% 50%!important}.DropDownMenu .MenuItem a:hover{background-color:#eee!important}.DropDownMenu .MenuItem img{margin:-2px 4px 0 6px;vertical-align:middle}

/* Kademeli Menu */

.DropDownMenu2 a {font-family:Tahoma, Geneva, sans-serif;font-size:11px;font-weight:700;color:#4d4d4d;height:21px;line-height:21px;}
.DropDownMenu2 a:hover {color:#FF920B;}
.DropDownMenu2 img {display:none;}
.DropDownMenu2 .parentItem a {background:url(images/product_group_icons.png) no-repeat -400px 51%;padding:0 0 0 15px;}
.DropDownMenu2 .mainDiv {padding:0 0 0 12px;}
.DropDownMenu2 .mainDiv .mainItem a {padding:0 0 0 15px;}
.DropDownMenu2 .mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv .mainItem a.selectedItem{padding:0 0 0 3px}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-13px}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-25px}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-37px}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-50px}
@media all and (min-width:0){.DropDownMenu2 .mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv .mainItem a.selectedItem{padding:0 0 0 1px\0/}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-14px\0/}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-28px\0/}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-41px\0/}.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a,.DropDownMenu2 .mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv>.mainDiv .mainItem a.selectedItem{margin-left:-56px\0/}}
.DropDownMenu2 .mainDiv .mainItem {background:url(images/product_group_icons.png) no-repeat 2px 9px;}
.DropDownMenu2 .mainDiv .mainItem a.selectedItem {color:#ff920b;padding:0 0 0 15px;}

/* Standart Menu */

.DropDownMenu3 a {font-family:Tahoma, Geneva, sans-serif;display:block;font-weight:700;font-size:11px;color:#4d4d4d;}
.DropDownMenu3 a:hover {color:#FF920B;}
.DropDownMenu3 img {display:none;}
.DropDownMenu3 .parentItem {background:url(images/product_group_icons.png) no-repeat -1610px 58%;padding:5px 0 5px 12px;display:block;font-weight:700;font-size:11px;color:#4d4d4d;}
.DropDownMenu3 .mainDiv .subDiv a.menuItem, .DropDownMenu3 .mainDiv .subDiv a.selectedItem {background:url(images/product_group_icons.png) no-repeat 13px 70%;padding:5px 0 5px 25px;}
.DropDownMenu3 .mainDiv .menuItem a.selectedItem {background:url(images/product_group_icons.png) no-repeat -787px 70%;color:#8cb813;}
.DropDownMenu3 .mainDiv .subDiv a.selectedItem {background:url(images/product_group_icons.png) no-repeat -787px 70%;color:#8cb813;}
.DropDownMenu3 .footerItem a {background:url(images/product_group_icons.png) no-repeat -1208px 70%;padding:5px 0 5px 14px;}

/* Standart Filter Menusu */

#cat2 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:700;
	font-size:11px;
	color:#444;
	display:block;
}

#cat2 li > a {
	padding:5px 0 5px 18px;
	background:url(images/product_group_icons2.png) no-repeat -1200px 54%;
}

#cat2 a:hover {
	color:#ff920b;
}

#cat2 img {
	display:none;
}

a.filter_link {
	position:absolute;
	top:6px;
	right:5px;
	width:24px;
	height:24px;
}

a.filter_link img {
	display:block !important;
	width:18px !important;
	height:16px !important;
}

#cat2 li ul li a {
	padding:5px 0 5px 33px !important;
	background:url(images/product_group_icons2.png) no-repeat -1183px 54% !important;
}

#cat2 li span {
	color:#ff920b;
	font-weight:700;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 0 5px 18px;
	display:block;
	background:url(images/product_group_icons2.png) no-repeat 0 54%;
}

#cat2 li.cat_last a {padding:5px 0 5px 18px;background:url(images/product_group_icons2.png) no-repeat 0 54% !important;}

#cat2 h4 {
	background:#ececec;
	border:1px solid #cccccc;
	text-align:left;
	position:relative;
	padding:0 0 0 18px;
	height:29px;
	line-height:29px;
	color:#444;
	font-size:12px;
	font-weight:700;
	margin:5px 0;
	font-family:Tahoma, Geneva, sans-serif;
}

#cat2 h4 + div {display:none;}

#cat_selected {
	background:#ececec;
	border:1px solid #cccccc;
	padding:0 5px;
	margin:0 0 5px;
}

#cat_selected h5 {
	height:25px;
	line-height:25px;
	color:#444;
	font-size:11px;
	font-weight:700;
	text-align:left;
	padding:0 0 0 10px;
	font-family:Tahoma, Geneva, sans-serif;
}

#cat_selected li {
	color:#fff;
	font-size:11px;
	font-weight:700;
	text-align:left;
	height:23px;
	line-height:23px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#676767;
	margin:0 0 5px;
	padding:0 0 0 10px;
	position:relative;
}

#cat2 li ul li ul li {padding:0 0 0 15px;}
#cat2 li ul li ul li a {font-weight:normal!important;}
#cat_selected li img {display:none;}
#cat_selected li a {width:12px;height:12px;position:absolute;top:5px;right:5px;background:url(images/product_group_icons2.png) no-repeat -1600px 54%;}
.continueBoxWrapper a {padding:5px 0 5px 20px;background:url(images/product_group_icons2.png) no-repeat -1996px 65%;}
.showBoxLinkWrapper a {padding:5px 0 5px 20px;display:none !important;background:url(images/product_group_icons2.png) no-repeat -2396px 56%;}

/* UI Tabs */

.ui-tabs-hide {display:none;}
@media print{.ui-tabs-nav {display:none;}}
.ui-tabs-nav, .ui-tabs-panel {font-family:Tahoma, Geneva, sans-serif;font-size:12px;}
.ui-tabs-nav {list-style:none;margin:0;padding:0;background:#eee;border-radius:3px 3px 0 0;height:35px;}
.ui-tabs-nav:after {display:block;clear:both;content:"";}
.ui-tabs-nav li {float:left;padding:3px 14px;*width:140px;min-width:120px;margin:9px 0 0 8px;background:#fff;border-radius:3px 3px 0 0;}
.ui-tabs-nav a, .ui-tabs-nav a span {display:block;}
.ui-tabs-nav a {margin:1px 0 0;padding:0;color:#8B8B8B;font-weight:bold;line-height:1.2;text-align:center;text-decoration:none;margin:2px 0 0 0;white-space:nowrap;outline:0;}
.ui-tabs-nav .ui-tabs-selected a {z-index:2;color:#000;}
.ui-tabs-nav a span {min-width:64px;height:25px;min-height:18px;padding:0;*padding:5px 0 0 0;}
.ui-tabs-nav .ui-tabs-selected a span {padding:0;*padding:5px 0 0 0;}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {color:#F38903;}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {cursor:pointer;}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active {cursor:pointer;}
.ui-tabs-disabled {opacity:.4;filter:alpha(opacity=40);}
.ui-tabs-panel {border-top:0px;padding:1em 0 0 0;background:#fff;}
.ui-tabs-loading em {padding:0 0 0 20px;}
* html .ui-tabs-nav {display:-moz-inline-stack!important;display:inline-block!important;*display:inline!important;zoom:1!important;}
*:first-child+html .ui-tabs-nav{display:-moz-inline-stack!important;display:inline-block!important;*display:inline!important;zoom:1!important;}
#slideFooter {background:#eff5f2;border-radius:0 0 5px 5px;height:34px;margin:0px!important;padding:10px 0 0;}
/* [#slideContent .AlertBox, #slideLoading] Height değerlerinin yaklaşık alması gereken değer showcase height değerinin 14px fazlası olması lazım */
#slideContent .AlertBox {height:px;min-height:px;height:auto!important;}
#slideLoading {height:px;min-height:px;height:auto!important;}
#slideContent table {border-collapse:collapse;border-spacing:0!important;*border-collapse:expression('collapse',cellSpacing = '0px');}

/* Promotion */
a.promotionBtn1{background:url/images/promotion/selectPromotion.png);text-decoration:none;width:85px;height:32px;_height:38px;display:block;padding:6px 0 0 0;text-align:center;font-size:11px;font-weight:bold!important;color:#444!important}.promotionBtn2{background:url(../../images/promotion/activePromotion.png);text-decoration:none;width:85px;height:31px;display:block;padding:4px 0 3px 0;text-align:center;font-size:11px;font-weight:bold;color:#fff!important}* html .promotionBtn2{padding:6px 0 6px 0}.promotionGiftIcon{background:url(../../images/promotion/prohe.png) no-repeat;display:block;width:16px;height:16px}.promotionRebateIcon{background:url(../../images/promotion/proin.png) no-repeat;display:block;width:16px;height:14px}.promotionPointIcon{background:url(../../images/promotion/proPoint.png) no-repeat;display:block;width:16px;height:14px}.promotions_cartHeader{height:26px;background:url(../../notFound.html) repeat-x;line-height:26px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px dotted #e0e0e0;font-weight:700;font-size:11px;color:red;padding:0 0 0 10px}.promotionRedF{color:red}.promotionLineThrough{text-decoration:line-through}.promotionBottom{height:28px;background:#fffbcc;border:1px solid #fff35e;font-size:11px}.promotions_productHeader{height:35px;background:url(../../notFound.html) repeat-x;line-height:35px;font-weight:700;font-size:12px;color:#006cc8;padding:0 0 0 10px}#cartPromotion{position:relative;text-indent:0!important}a.proUyariLink{background:url(../../images/promotion/uyariSol.png) no-repeat scroll left top;color:#FFF!important;font-size:11px!important;height:21px;position:absolute;right:5px;top:-55px}.proUyariLink span{background:url(../../images/promotion/uyariSag.png) repeat-x top right;height:21px;line-height:17px;float:left;margin:0 0 0 5px;padding:0 7px 0 5px}.proUyariLink{cursor:pointer}.uyariKutu{background:none repeat scroll 0 0 #ad0000;border-bottom:1px solid #740000;border-left:1px solid #740000;border-right:1px solid #740000;display:none;height:auto!important;min-height:114px;position:absolute;right:5px;top:-39px;width:375px;z-index:1000;padding:10px 5px 7px}.ProItem1{border:1px solid #CCC;margin-bottom:15px;padding:5px}.ProItem1 h1{font-size:11px;font-weight:700;color:#fff;border-bottom:1px dotted #fff;margin:0;padding:0 0 3px}.uyariKutuItem{min-height:45px;height:auto!important;padding-top:5px;font-size:11px;color:#fff;font-weight:400}#uyariKutuItem1{width:48px;height:48px}#uyariKutuItem4{width:268px;height:48px}#uyariKutuItem1Son{width:48px;height:48px;padding-left:5px}.uyariKutuItemSon{background:none repeat scroll 0 0 #FFF;border:medium none;color:#3f3131;font-size:11px;height:auto!important;min-height:55px;padding-top:5px;margin-top:5px}.orderWarningImg{vertical-align:bottom}#optionsProducts{background:#eee}a.optionsProductsLink{color:red!important;background:url(../../images/promotion/selectPromotion.png);line-height:15px;text-decoration:none;width:85px;height:32px;_height:38px;display:block;text-align:center;font-size:11px;font-weight:700;margin:5px 6px 5px 0;padding:6px 0 0}a.optionsProductsLink:hover{text-decoration:none}#selectPromotion{padding:5px 0 5px 6px}#OpenPromotionProducts_Body{height:600px;min-height:600px}html>body #OpenPromotionProducts_Body{height:auto}.promotionPopupContentArea{width:675px;height:541px;background:#fff;margin:0 auto;padding:16px 11px 16px 12px}.promotionPopupMessage{width:663px;height:26px;line-height:26px;background:#fffbcc;border:1px solid #fff35e;margin:0 0 5px;padding:0 0 0 10px}.promotionPopupMessage span{color:red;font-weight:700}.promotionPopupMessage a{color:#333}.promotionPopupProductNameList{width:663px;height:27px;line-height:27px;background:#eeeeee;border-left:1px solid #ccc;border-right:1px solid #ccc;font-weight:700;padding:0 0 0 10px}.promotionPopupNameList_1{width:246px}.promotionPopupNameList_2{width:122px}.promotionPopupNameList_3{width:105px}.promotionPopupNameList_4{width:50px}.promotionPopupNameList_5{width:100px}.promotionPopupTitle{width:663px;height:50px;line-height:50px;border-left:1px solid #CCC;border-right:1px solid #CCC;border-color:#CCC;border-style:solid;border-width:1px;margin:0 0 -1px;padding:0 0 0 10px}.promotionPopupTitleLeft{float:left;width:515px;height:50px;background:url(../../images/navlist_arrow.png) no-repeat 0 22px;padding:0 0 0 10px}.promotionPopupTitleRight{float:right;width:130px;height:50px;margin:0 5px 0 0;padding:0}#promotionPopupListArea{background:none repeat scroll 0 0 #EEE;border-bottom:1px solid #CCC;border-left:1px solid #CCC;border-right:1px solid #CCC;height:120px;overflow:auto;margin:1px 0 5px}.promotionPopupList{width:646px;background:#eee;padding:0 0 0 10px}.kutuSol,.promotionPopupProductNameList div{float:left}.ProItem1>.uyariKutuItem a,.ProItem1>.uyariKutuItem a:hover{color:#fff;font-size:11px!important;text-decoration:none}#uyariKutuItem1 img,#uyariKutuItem1Son img{width:48px;height:48px;border:1px solid #920000}#uyariKutuItem2,#uyariKutuItem2Son{width:210px;margin-left:5px;padding:0 3px}#uyariKutuItem3,#uyariKutuItem3Son{height:44px;text-align:right;padding:6px 0 0}.orderWarningColor1,.orderWarningColor2{color:#444}#optionsProducts td,#optionsProducts2 td{padding:2px}.promotionPopupMaterialTitle,.promotionPopupProductName{width:663px;height:33px;line-height:33px;background:#eeeeee;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;font-weight:700;padding:0 0 0 10px}/*\*/**//*\*/**/.promotionPopupListItem{height:40px;line-height:40px}.promotionPopupListItem_1{line-height:11px;position:relative;top:36%;width:224px}.promotionPopupListItem_2{width:122px;height:40px;vertical-align:middle}.promotionPopupListItem_3{width:105px;height:40px}.promotionPopupListItem_4{width:50px;height:40px}.promotionPopupListItem_5{width:100px;height:40px}.promotionPopupListItem_N{width:23px;height:29px;padding:11px 0 0}.promotionPopupSingleTitle{width:663px;height:50px;line-height:50px;border:1px solid #ccc;margin:0 0 5px;padding:0 0 0 10px}.promotionPopupSingleTitleItem{line-height:normal;}.promotionPopupSingleTitleItem_1{width:222px;height:40px;padding:10px 0 0;}.promotionPopupSingleTitleItem_2{width:124px;height:40px;padding:10px 0 0;}.promotionPopupSingleTitleItem_3{width:105px;height:40px;padding:10px 0 0;}.promotionPopupSingleTitleItem_4{width:50px;height:40px;padding:10px 0 0;}.promotionPopupSingleTitleItem_5{width:100px;height:40px;padding:10px 0 0;}.promotionPopupSingleTitleItem_N{width:23px;height:33px;padding:16px 0 0}.promotionPopupSelect{width:395px;height:35px;float:right}.promotionPopupSelect a{float:right}.promotionTooltip{background:#333;color:#fff;padding:8px 6px}.promotionPopupListItem div,.promotionPopupSingleTitleItem div{float:left}.ContentDialog #OpenPromotionProducts_Body{padding:0 0 10px 0;overflow:auto}.promotionTable tr.promotionRow:last-child td{border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}.promotionRow{height:61px;background:#f1f2f2;}.promotionRow td{font-size:11px;border:1px solid #cccccc;border-bottom:0px;}.promotionRow td.promotionCol1{border-right:none;}.promotionRow td.promotionCol3{border-left:none;}

/* --------------------------------------------------------------
  
	@External 

-------------------------------------------------------------- */

/* [Duzenlenmesine Gerek Duyulmayan Yerler] */
#magnifyarea{background:#fff!important;border:1px solid #dadada!important;-moz-box-shadow:2px 2px 3px #c5c5c5!important;-webkit-box-shadow:2px 2px 3px #c5c5c5!important;filter:progid:DXImageTransform.Microsoft.Shadow(color='#c5c5c5',Direction=145,Strength=3)}#PageOver{background:#000;width:100%;height:100%;position:absolute;left:0;top:0}#LeftBlocksList{padding:0;margin:0}#RightBlocksList{padding:0;margin:0}.ContentDialog{top:50px;font-size:12px;font-weight:normal;border:1px solid #999;background:#FFF;padding:0;display:none;visibility:hidden;position:absolute;width:700px;-moz-border-radius:4px 4px 4px 4px}.ContentDialog .Header{border:1px solid #999;background:#CCC;font-weight:bold;color:#333;padding:0 0 0 10px;height:30px;vertical-align:middle;line-height:30px;margin:4px;-moz-border-radius:4px 4px 4px 4px}.ContentDialog .FormKey{font-weight:bold;vertical-align:top}.ContentDialog .Body{font-size:10px;heigth:auto;overflow:auto}.ContentDialog .TextBox{font-weight:bold}.ContentDialog .DropDown{height:21px;line-height:21px;font-size:11px;color:#666;float:left}.ContentDialogNoHeader{position:absolute;left:0;top:0;display:none;visibility:hidden;padding:0}.ContentDialog .Footer{background:url(../../notFound.html) no-repeat -971px -243px;line-height:16px;height:16px;width:16px;float:right}.ContentDialog .Button{background:url(../../notFound.html) no-repeat -57px -168px;border:0;color:#444;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;line-height:24px;height:25px;width:89px;text-align:center;cursor:pointer;margin:5px 0;padding:0}.ShowItemList{width:100%;border-bottom:1px solid #f0f0f0!important;border-left:1px solid #f0f0f0;border-right:1px solid #f0f0f0;font-size:11px;font-weight:400;color:#1e1e1e;height:40px;padding:0 2px;margin:0 0 1px 0;*margin:0;background:#f7f7f7}#lightbox{background:#eee;padding:10px;border-bottom:1px solid #666;border-right:1px solid #666}#lightboxCaption{color:#333;background:#eee;font-size:90%;text-align:center;border-bottom:1px solid #666;border-right:1px solid #666}#lightboxIndicator{border:1px solid white}#lightboxOverallView,#overlay{background:#000;opacity:.5}* html #lightboxOverallView,* html #overlay{background:#000;filter:Alpha(opacity=50)}
/* Form Add blueButton and grayButton options */
#formView.ContentBox .WebForm input[type="submit"],#formView.ContentBox .WebForm input[type="button"]{color:#333;font-size:11px;font-weight:bold;border:1px solid #9e9e9e;box-shadow:0 1px 1px #e3e3e3;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-goog-ms-border-top-left-radius:3px;text-shadow:1px 1px 1px #fff;cursor:pointer;font-family:Arial,Helvetica,sans-serif;background-color:#eaeaea;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-image:-webkit-gradient(linear,left top,left bottom,from(#eaeaea),to(#d1d1d1));background-image:-webkit-linear-gradient(top,#eaeaea,#d1d1d1);background-image:-moz-linear-gradient(top,#eaeaea,#d1d1d1);background-image:-ms-linear-gradient(top,#eaeaea,#d1d1d1);background-image:-o-linear-gradient(top,#eaeaea,#d1d1d1);background-image:linear-gradient(top,#eaeaea,#d1d1d1);zoom:1}

/* --------------------------------------------------------------
  
	@Helper [Form, Button, Notifications and Error ,Order Steps vs vs..]
	
	- Gloabal Edit Css
	- ....
	- ....
	- ....

-------------------------------------------------------------- */

/* offered Product Styles */

.offeredProductSlider {
	width:1200px;
	margin:25px 0 0;
	position:relative;
	left:-50px;
}

.offeredProductHeader {
	height:72px;
	position:relative;
}

.offeredProductHeader:after {
	content:"";
	position:absolute;
	left:160px;
	top:38px;
	width:950px;
	height:1px;
	background-color:#ebebeb;
}

.offeredProductHeader > span {
	line-height:72px;
	display:inline-block;
	color:#004571;
	font-size:22px;
	font-weight:400;
	font-family:proximaLight;
}

.offeredProductHeader > span > span {
    font-family:proximaBold;
}

.offeredProductContent {
	width:1200px;
}

.offeredProductContent .offeredProductCarousel.js {
	width:1200px;
	height:318px;
	position:relative;
}

.offeredProductContent .offeredProductCarousel.js .carousel-wrap {
	width:1200px;
}

.offeredProductContent .offeredProductCarousel.js ul {
	overflow:hidden;
}

.offeredProductContent .offeredProductCarousel.js ul li {
	float:left;
	width:403px;
	height:318px;
}

.offeredProductContent .carousel-control {
	overflow:hidden;
	width:31px;
	height:30px;
	top:-50px;
	cursor:pointer;
	line-height:999px;
	margin:0 !important;
	padding:0;
	text-indent:-9999px;
	position:absolute;
	z-index:42;
	border:0;
	background-color:transparent;
	background-image:url(images/tab_arrow.png);
}

.offeredProductContent .carousel-control.carousel-next {
	right:0px;
	background-position:right top;
}

.offeredProductContent .carousel-control.carousel-previous {
	right:40px;
	background-position:left top;
}

.offeredProductContent .carousel-control.disabled,
.offeredProductContent .carousel-control.disabled:hover {
	cursor:default;
	opacity:.5;
}

/* similar Product Styles */

.similarProductSlider {
	width:1200px;
	position:relative;
	left:-50px;
}

.similarProductHeader {
	height:72px;
	position:relative;
}

.similarProductHeader:after {
	content:"";
	position:absolute;
	left:160px;
	top:38px;
	width:950px;
	height:1px;
	background-color:#ebebeb;
}

.similarProductHeader > span {
	line-height:72px;
	display:inline-block;
	color:#004571;
	font-size:22px;
	font-weight:400;
	font-family:proximaLight;
}

.similarProductHeader > span > span {
    font-family:proximaBold;
}

.similarProductContent {
	width:1200px;
}

.similarProductContent .similarProductCarousel.js {
	width:1200px;
	height:318px;
	position:relative;
}

.similarProductContent .similarProductCarousel.js .carousel-wrap {
	width:1200px;
}

.similarProductContent .similarProductCarousel.js ul {
	overflow:hidden;
}

.similarProductContent .similarProductCarousel.js ul li {
	float:left;
	width:403px;
	height:318px;
}

.similarProductContent .carousel-control {
	overflow:hidden;
	width:31px;
	height:30px;
	top:-50px;
	cursor:pointer;
	line-height:999px;
	margin:0 !important;
	padding:0;
	text-indent:-9999px;
	position:absolute;
	z-index:42;
	border:0;
	background-color:transparent;
	background-image:url(images/tab_arrow.png);
}

.similarProductContent .carousel-control.carousel-next {
	right:0px;
	background-position:right top;
}

.similarProductContent .carousel-control.carousel-previous {
	right:40px;
	background-position:left top;
}

.similarProductContent .carousel-control.disabled,
.similarProductContent .carousel-control.disabled:hover {
	cursor:default;
	opacity:.5;
}

/*
	Blue Button Styles
*/

.blueButton {
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	border:none;
	box-shadow:none;
	border-radius:0px;
	text-shadow:none;
	cursor:pointer;
	font-family:proximaRegular;
	background:#004f9f;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.blueButton:hover {
	background:#014183;
}

/*
	Gray Button Styles
*/

.grayButton {
	color:#ffffff;
	font-size:12px;
	font-weight:400;
	border:none;
	box-shadow:none;
	border-radius:0px;
	text-shadow:none;
	cursor:pointer;
	font-family:proximaRegular;
	background:#333333;
	transition:.2s linear;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	-o-transition:.2s linear;
}

.grayButton:hover {
	background:#1f1f1f;
}

/* 
	changeColor
	Css'te genel renk tanimlamari mutlaka yapilmali ve asagidaki renk replace all yapilmali.
	color:#004f9e;
*/

._colorRed {
	color:#004f9e;
}

._colorOrange {
	color:#004f9e;
}

/*
	Global Input, Select, Textarea Styles
*/

input._typeInput:focus,textarea._textArea:focus {-moz-box-shadow:0 0 6px #004f9e;-webkit-box-shadow:0 0 6px #004f9e;box-shadow:0 0 6px #004f9e;border:1px solid #004f9e;}
select._selectBox:focus {-moz-box-shadow:0 0 6px #004f9e;-webkit-box-shadow:0 0 6px #004f9e;box-shadow:0 0 6px #004f9e;border:1px solid #004f9e;}

/*
	Category and Brand Link Styles
*/

#showLabelPageCategory a,
#showLabelPageBrand a,
#ShowFreeArea a {
	color:#333333;
	transition:.3s linear;
	-moz-transition:.3s linear;
	-webkit-transition:.3s linear;
	-o-transition:.3s linear;
}

#showLabelPageCategory a:hover,
#showLabelPageBrand a:hover,
#ShowFreeArea a:hover
._lc a:hover {
	color:#004f9e;
	text-decoration:underline;
}

/*
	User Block Hover Style
*/

a.iconItem.icon-ico:hover {
	color:#004f9e;
}

/*
	Order Step Styles
*/

._orderHeader > div._orderHeaderStepArrow {
	background:#e3e3e3;
	color:#333333;
}

._orderHeader > div._orderHeaderActive {
	background:#004f9e;
	color:#ffffff;
}

._orderHeader > div._orderHeaderStepArrow ._orderHeaderItemInside {
	background:url(images/orderheader_step_arrow.png) no-repeat 10px center;
}

._orderHeader > div._orderHeaderActive ._orderHeaderItemInside {
	background:url(images/orderheader_active.png) no-repeat 10px center;
}

._orderHeaderBottomLine {
	background:#e3e3e3;
}

._line {
	background:none;
	border-bottom:1px dotted #d2d2d2;
}

/*
	List Link Style (Contact Page vs..)
*/

.boxListRow a {
	color:#004f9e;
}

/*
	MyAccount Tab Styles
*/

.myHead ul > .m-active {
	height:32px;
}

.m-active a, .m-passive.m-active a {
	background-color:#004f9e;
	color:#FFFFFF !important;
}

.m-passive a {
	background-color:#e3e3e3;
	color:#333333 !important;
}

.myList {
	font-family:arial;
}

/* AutoComplete Styles */

.ac_over {
	background:#004f9e !important;
	color:#ffffff;
}

.asItemLeft {
	height:50px;
	text-align:center;
	background:#ffffff;
}

.ac_results {
	background:#e3e3e3;
	border:1px solid #aaaaaa;
}

.ac_odd {
	background:#FFFFFF;
}

/* Tags Styles */

.tagsTitle {
	position:relative;
	left:-50px;
}

.tagsList {
	color:#004f9e;
	margin:10px 0;
	position:relative;
	left:-50px;
}

a.tagName {
	padding:5px;
	color:#004f9e;
	margin:0 3px 5px 0;
	background:#E3E3E3;
	display:inline-block !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

a:hover.tagName {
	color:#333333;
}

/* Category Area Background Styles (for black themes) */

#showLabelPageBrand,
#showLabelPageCategory {
	padding:0 10px;
	margin:5px 0;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

#showLabelPageBrand ._line,
#showLabelPageCategory ._line {
	display:none;
}

#showcaseFilter {
	margin:0 0 5px;
	padding:4px 10px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

#showcaseFilter .s10,
#showcaseFilter ._line {
	display:none;
}

#showcaseNewFilter,
#showcaseRebateFilter,
#showcaseFeaturedFilter,
#showcaseResultsFilter {
	padding:0 10px;
	margin:0 0 5px;
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

#contactUs_Body,
#supportForm_Body,
#btForm_Body,
#contactForm_Body,
#editProfile_Body,
#invitationsGrid_Body,
#InviteContacts_Body,
#forgotPass_Body,
#DetailedV6Search_Body,
#signup_Body,
#favourites_Body,
#addressBook_Body,
#memberOrders_Body,
#DynamicPageDetails_Body,
#membersPoint_Body,
#articlesStart_Body {
	padding:5px 10px;
}

/* labelNavigation Styles */

#labelNavigation {
	border:1px solid #f6f6f6;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

#labelNavigation ._line {
	display:none;
}

#labelNavigation a {
	height:32px;
	line-height:32px;
	color:#a4a4a4;
	font-size:14px;
	font-weight:400;
	font-family:proximaRegular;
	vertical-align:middle;
}

#labelNavigation a:hover,
#labelNavigation a.labelActive {
	color:#1f1f1f;
	font-family:proximaBold;
}

#labelNavigation .fs10.pT5.pB5 {
	padding:6px 8px;
}

#labelNavigation .id-icon-dot {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	background:none;
}

#labelNavigation .id-icon-arrow {
	width:9px;
	height:32px;
	margin:0 10px 0 20px;
	vertical-align:middle;
	background:url(images/label_icon.png) no-repeat left center;
}

/* Category Pagination Styles */

._paginate {
	height:30px;
	padding:11px;
	background-color:#f6f6f6;
	border-radius:5px;
	display:inline-block;
}

._paginateRight,
._paginateLeft,
._paginateContent {
	float:none;
	width:auto;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}

._paginateRight {
	margin:0 0 0 7px;
}

._paginateLeft {
	margin:0 7px 0 0;
}

._paginateContent li {
	margin:0 7px;
}

._paginateContent li a {
	width:36px;
	height:27px;
	line-height:27px;
	color:#494949 !important;
	font-size:12px;
	font-weight:400;
	font-family:proximaBold;
	text-align:center;
	border-bottom:3px solid #9e9e9e;
	background:none;
	background-color:#d2d2d5;
	border-radius:2px;
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

._paginateLeft a, ._paginateRight a {
	width:76px;
	height:27px;
	position:relative;
	display:inline-block !important;
	border-bottom:3px solid #9e9e9e;
	background:none;
	background-color:#d2d2d5;
	border-radius:2px;
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.25);
}

._paginateLeft a:active,
._paginateRight a:active {
	border-bottom:none;
	margin:3px 0 0;
}

._paginateLeft a:after,
._paginateRight a:after {
	position:absolute;
	left:0px;
	top:0px;
	width:76px;
	height:27px;
	line-height:27px;
	color:#494949;
	font-size:12px;
	font-weight:400;
	font-family:proximaBold;
	text-align:center;
}

._paginateLeft a:after {
	content:"GERİ";
}

._paginateRight a:after {
	content:"İLERİ";
}

._paginateContent li a:active,
._paginateContent li a._paginateElementActive {
	color:#494949 !important;
	background:none;
	border-bottom:none;
	background-color:#d2d2d5;
	position:relative;
	top:3px;
	box-shadow:none;
}

._paginateLeft._paginateActive a {
	background:none;
	background-color:#d2d2d5;
}

._paginateLeft._paginatePassive a {
	background:none;
	background-color:#d2d2d5;
}

._paginateRight._paginateActive a {
	background:none;
	background-color:#d2d2d5;
}

._paginateRight._paginatePassive a {
	background:none;
	background-color:#d2d2d5;
}

._userGoogleLogin,
._userFacebookLogin {
	padding:3px 5px 2px 5px;
}

._userFacebookLogin {
	margin:0 8px 0 0;
}

/* Slider Next and Previous Arrow */

.contentMediaSlider ._next {
	right:54px;
	top:338px;
	background:url(images/slider_arrow.png) no-repeat left bottom;
}

.contentMediaSlider ._previous {
	left:auto;
	right:54px;
	top:303px;
	background:url(images/slider_arrow.png) no-repeat left top;
}

.contentMediaSlider ._next,
.contentMediaSlider ._previous {
	border:none;
	width:30px;
	height:31px;
	margin-top:0px !important;
	opacity:1 !important;
}

/* licensed by ideasoft */ 