html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height:100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#231f20;
}

@font-face {
    font-family: 'hagin_caps_mediumregular';
    src: url('../fonts/hagin_caps_medium-webfont.eot');
    src: url('../fonts/hagin_caps_medium-webfont-1.eot') format('embedded-opentype'),
         url('../fonts/hagin_caps_medium-webfont.woff') format('woff'),
         url('../fonts/hagin_caps_medium-webfont.ttf') format('truetype'),
         url('../fonts/hagin_caps_medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cen725c';
    src: url('../fonts/cen725c-webfont.eot');
    src: url('../fonts/cen725c-webfont-1.eot') format('embedded-opentype'),
         url('../fonts/cen725c-webfont.woff') format('woff'),
         url('../fonts/cen725c-webfont.ttf') format('truetype'),
         url('../fonts/cen725c-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container {
	position:relative;
	min-height:100%;
	height:100%;
}

.content {
  border: 0;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  height: auto;
}

#footer {
	width:100%;
	margin-top:-205px;
	height:205px;
	float:left;
	background:#110f0f;
}

#main {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:205px;
}

#top_seperator {
	float:left;
	width:100%;
	height:2px;
	background:#231f20;
}

#header {
	width:980px;
	margin:0 auto;
	position:relative;
	border:1px solid #000;
}

#nav-header {
	float:left;
	width:100%;
}

h1.logo {
	float:left;
 
	margin: 20px 0px 0px 0px;
}

h1.logo a {
	float:left;
	width:500px;
	height:110px;
	background:url(../images/gomlekevi_logo.png) no-repeat;
	display:block;
	text-indent:-99999px;
}

.header_comment {
	float:right;
	position:relative;
	color:#808080;
	margin: 45px 0px 0px 70px;
	border-right: 1px solid #808080;
	padding: 10px 20px 10px 0px;
}

.header_comment p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}

.header_comment img {
	float:left;
	margin: -12px 10px;
}

.social {
	float:right;
	list-style:none;
	text-decoration:none;
	margin:39px -10px 0px 10px
}

.social li {
	float:left;
	list-style:none;
	padding:10px;
}

.social li a.facebook {
	float:left;
	background:url(../images/facebook-icon.png) no-repeat;
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
}

.social li a.twitter {
	float:left;
	background:url(../images/twitter_icon.png) no-repeat;
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
}

.social li a.facebook:hover, .social li a.twitter:hover {
	background-position:bottom;
}

.menu {
	float:left;
	width:100%;
	list-style:none;
	text-decoration:none;
	margin: 20px 0px 0px 0px;
	background:#231f20;
}

.menu li div {
	float:right;
	height:50px;
}

.menu li div img {
	float:left;
	margin: 17px 0px 0px 16px;
}

.menu li {
	float:left;
	list-style:none;
}

.menu li~li {
	background:url(../images/menu_ayrac.jpg) no-repeat left;
}

.menu li a {
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	/*font-size:13px;*/
    font-size:10px;
	font-weight:700;
	color:#fff;
	padding:19px 20px 18px 20px;
}

.menu li a.approved {
	background:#ed203b;
}

.menu li a:hover {
	background:#ed203b;
}

.slider_block {
	float:left;
	width:100%;
	margin: 1px 0px 0px 0px;
	border-bottom: 6px solid #231f20;
}

ol.bjqs-markers li a{
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:bottom;
}

p.bjqs-caption{
	color:#231f20;
	font-family:'cen725c';
	font-size:32px;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{background:url(../images/slider_arrows.png) right top; width:24px; height:24px; display:block; text-indent:-99999px;float: left;margin-top: 210px;margin-left: 50px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{background:url(../images/slider_arrows.png) left top; width:24px; height:24px; display:block; text-indent:-99999px;float: left;margin-top: 210px;margin-left: 20px;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 5px 0px 0px 0px; width:100%; display:none;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; background:url(../images/ol_rows.jpg) top; width:12px; height:12px; display:block; text-indent:-9999px; float:left;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:200px;left: 50px;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{background-position:bottom right;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{background-position:bottom left;}

#home_comment {
	float:left;
	width:100%;
	text-align:center;
	margin: 40px 0px 40px 0px;
}

#home_comment h1.comment {
	font-family:'hagin_caps_mediumregular';
	font-size:18px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
}

#home_comment p {
	color:#807f7f;
}

#home_adv {
	float:left;
	width:100%;
}

#adv_left {
	float:left;
	width:228px;
	height:260px;
	border:1px solid #cecccc;
}

#adv_right {
	float:right;
	width:228px;
	height:260px;
	border:1px solid #cecccc;
}

.adv_title_block {
	float:left;
	background: #fff;
	width: 100px;
	margin: -1px 64px;
}

#adv_right .adv_title_block {
	float:left;
	background: #fff;
	width: 155px;
	margin: -1px 37px;
}

h1.adv_title {
	float:left;
	font-family:'hagin_caps_mediumregular';
	font-size:17px;
	font-weight:400;
	margin: -9px 0px 0px 0px;
	width:100%;
	text-align:center;
}

.adv_image {
	float:left;
	margin: 15px 0px 0px 8px;
}

.adv_button {
	float:left;
	width:100%;
	text-align:center;
	margin: 18px 0px 0px 0px;
}

.adv_button a {
	font-size:12px;
	color:#fff;
	background: #fe3a54; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe3a54 0%, #ed203b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3a54), color-stop(100%,#ed203b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe3a54 0%,#ed203b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3a54', endColorstr='#ed203b',GradientType=0 ); /* IE6-9 */
	border:1px solid #df0e2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 10px 4px 10px;
	box-shadow:inset 1px 1px 1px #F0697A;
	text-shadow: 1px 1px 1px #991515;
}

.adv_button a:hover {
	background: #fe3a54; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe3a54 0%, #bd1027 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3a54), color-stop(100%,#bd1027)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe3a54 0%,#bd1027 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3a54', endColorstr='#bd1027',GradientType=0 ); /* IE6-9 */
}

#gomlek_tasarla_banner {
	float:left;
	margin: 0px 0px 0px 13px;
}

#product_block {
	float:left;
	width:710px;
	margin:65px 0px 0px 0px;
}

#product_block a.view_all {
	position:absolute;
	left: 180px;
	margin:11px 0px 0px -20px;
	color: #AFAFAF;
	letter-spacing:-1px;
}

#product_block a.view_all:hover {
	color:#110f0f;
}

.site_title {
	float:left;
	width:100%;
	border-bottom:1px solid #cecccc;
}

h2 {
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:700;
	background:#fff;
	border-left:1px solid #cecccc;
	border-right:1px solid #cecccc;
	border-top:1px solid #cecccc;
	padding: 9px;
	margin: 0px 0px -1px 20px;
}

.home_product {
	float:left;
	list-style:none;
	width:102.5%;
	margin: 20px 0px 0px -5px;
}

.home_product li {
	float:left;
	list-style:none;
	text-decoration:none;
	width: 168px;
	padding:0px 6px 50px 6px;
}

.home_product li a {
	float:left;
}

.home_product li a img {
	float:left;
	border:1px solid #cecccc;
}

.home_product li a div.product_name {
	float:left;
	font-size: 11px;
	width:100%;
	text-align:center;
	color:#110f0f;
	margin:10px 0px 0px 0px;
}

.home_product li a:hover img {
	border:1px solid #110f0f;
}

#shirt_update_block {
	float:right;
	width:235px;
	margin:65px 0px 0px 0px;
}

#news_container {
	width:100%;
	height: 450px;
	float:left;
	position: relative;
	overflow: hidden;
}

#news_container ul {
	position: absolute;
	margin: 0pt; 
	padding: 0pt; 
	top: 0px; 
	width:100%;
}

#news_container ul li {
	margin: 0pt; 
	padding: 0pt; 
	height: 145px; 
	display: list-item;
}

#news_container ul li .news {
	float:left;
	width:100%;
	padding: 0px 0px 20px 0px;
	border-bottom:1px solid #cecccc;
	margin:20px 0px 0px 0px;
}

#news_container ul li .news .news_title {
	float:left;
	width:100%;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ee223d;
}

#news_container ul li .news p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	color:#8b8a8a;
	line-height: 18px;
	margin: 5px 0px;
}

#news_container ul li .news a {
	float:left;
	font-family:Arial;
	font-size:11px;
	color:#605e5f;
	border: 1px solid #D8D8D8;
	padding: 5px;
	margin: 5px 0px 0px 0px;
}

#news_container ul li .news a:hover {
	border: 1px solid #605e5f;
}

#news_container ul li .news span {
	float:right;
	font-family:Arial;
	font-size:11px;
	color:#474747;
	margin: 10px 0px 0px 0px;
}

.site_right_banner {
	float:left;
	margin:16px 0px 0px 0px;
}

#parners_block {
	float:left;
	width:100%;
	margin: 10px 0px 20px 0px;
}

p.tesekkur_mesaj {
	font-size:11px;
	position: absolute;
	margin: 12px 0px 0px 250px;
}

.partners_logos {
	float:left;
	list-style:none;
	display:none;
}

.partners_logos li {
	float:left;
	list-style:none;
	text-decoration:none;
}

.partners_logos li a {
	float:left;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:35px 0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px 1px 0px 1px;
    position:relative;
    line-height:0px;
	width:100px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    max-width:100px;
    max-height:45px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 19px;
    height: 19px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    right: 25px;
	top:5px!important;
    background: url(../images/button-previous.jpg) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0px;
	top:5px!important;
    background: url(../images/button-next.jpg) no-repeat;
}

.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	background-position:bottom;
}

#footer_block {
	float:left;
	width:100%;
	margin: 40px 0px 0px 0px;
	padding-bottom: 40px;
	border-bottom: 1px solid #272222;
}

#footer_block .ft_line {
	float:left;
	width:43%;
}

.footer_logo {
	float:left;
	border-right: 1px solid #231f1f;
	padding: 10px 20px 10px 0px;
}

#footer_block p {
	float:left;
	font-size:11px;
	color:#524d4d;
	margin:18px 0px 0px 20px;
	padding:0px 130px 10px 0px;
	border-bottom: 1px solid #231f1f;
}

.footer_menu {
	float:left;
	list-style:none;
	margin: 5px 0px 0px 10px;
}

.footer_menu li {
	float:left;
	padding: 5px 10px 5px 10px;
}

.footer_menu li~li {
	border-left:1px solid #231f1f;
}

.footer_menu li a {
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#3e3737;
}

.footer_menu li a:hover {
	color:#807C7C;
}

.phone {
	float:left;
	font-family:'hagin_caps_mediumregular';
	font-size:12px;
	color:#6a6a6a;
	margin:17px 0px 0px -115px;
}

.phone img {
	float:left;
	margin: -7px 6px 0px 0px;
}

#avivik {
	float:right;
	font-size:11px;
	color:#524d4d;
	margin: 15px 0px 0px 0px;
}

#avivik a {
	float:right;
	width:28px;
	height:16px;
	display:block;
	background:url(../images/avivik_logo.png);
	text-indent:-9999px;
	margin: -13px 0px 0px 10px;
}

#avivik a:hover {
	background-position:bottom;
}

#site_content_block {
	float:left;
	width:100%;
	margin: 40px 0px;
}

p.gizlilik, p.hakkimizda, p.kurumsal {
	float:left;
	font-size: 13px;
	line-height: 22px;
	margin: 20px 0px 0px 0px;
}

.kurumsal_banner {
	float:left;
	margin: 20px 0px;
}

.alert {
	float:left;
	width:100%;
	border:1px solid #cecccc;
	margin:20px 0px;
}

.alert img {
	float:left;
	padding: 16px 0px 0px 20px;
}

.alert p {
	float:left;
	font-size:11px;
	padding:18px;
	color:#999;
}

.hazir_gomlekler {
	float:left;
	list-style:none;
	width:104%;
	margin: 5px 0px 0px -17px;
}

.hazir_gomlekler li {
	float:left;
	list-style:none;
	text-decoration:none;
	width: 168px;
	padding:0px 17px 50px 18px;
}

.hazir_gomlekler li a {
	float:left;
	cursor:pointer;
}

.hazir_gomlekler li a img {
	float:left;
	width:168px;
	height:200px;
	border:1px solid #cecccc;
}

.hazir_gomlekler li a div.product_name {
	float:left;
	font-size: 11px;
	width:100%;
	text-align:center;
	color:#110f0f;
	margin:10px 0px 0px 0px;
}

.hazir_gomlekler li a:hover img {
	border:1px solid #110f0f;
}

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; margin-top:-10px; }
.tipsy-inner { padding: 8px 8px 8px 8px; background-color: #d8d8d8; border:1px solid #d8d8d8; color: white; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  
.kolDugmesi_banner {
	float:left;
	width:259px;
	height:362px;
	margin:20px 0px;
}

p.kol_dugmesi {
	float:left;
	width: 700px;
	margin: 20px 0px 0px 20px;
	font-size:14px;
	line-height:18px;
}

.dugme_images {
	float:left;
	width:105%;
	list-style:none;
	margin:50px 0px 0px -10px;
}

.dugme_images li {
	float:left;
	list-style:none;
	padding:0px 10px 20px 10px;
}

.dugme_images li a {
	float:left;
	width:180px;
	height:210px;
	background:#000;
	border:1px solid #fff;
	cursor:pointer;
}

.dugme_images li a:hover {
	border:1px solid #231f20;
}

.basinda_gomlekevi {
	float:left;
	width:105%;
	list-style:none;
	margin:50px 0px 0px -15px;
}

.basinda_gomlekevi li {
	float:left;
	list-style:none;
	padding: 0px 16px 50px 16px;
}

.basinda_gomlekevi li a {
	float:left;
	width:219px;
	height:100px;
	border:1px solid #fff;
}

.basinda_gomlekevi li a img {
	float:left;
	margin: 10px;
}

.basinda_gomlekevi li a p {
	float:left;
	width:100%;
	text-align:center;
	color:#231f20;
	font-weight:bold;
}

.basinda_gomlekevi li a:hover {
	border:1px solid #231f20;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background: url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
		
#gomlekevi_map {
	float:left;
	width:410px;
	height:333px;
	margin: 50px 0px;
	border:1px solid #231f20;
}

#contact_info {
	float:left;
	width:200px;
	margin: 50px 0px 0px 39px;
	font-size:14px;
}

#contact_info div {
	float:left;
	background:url(../images/contact_banner.jpg);
	width:200px;
	height:333px;
}

#contact_form {
	float:right;
	width: 288px;
	height: auto;
	margin: 50px 0px;
}

.iletisim_form {
	float:left;
	width:100%;
}

.iletisim_form .input {
	float:left;
	width: 270px;
	padding: 10px 5px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #231f20;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
}

.iletisim_form .mesaj {
	float:left;
	width: 270px;
	height: 80px;
	padding: 10px 5px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #231f20;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	resize:none;
}

.iletisim_form .submit {
	float:left;
	height: 30px;
	width: 75px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background: #fe3a54; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe3a54 0%, #ed203b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3a54), color-stop(100%,#ed203b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe3a54 0%,#ed203b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3a54', endColorstr='#ed203b',GradientType=0 ); /* IE6-9 */
	border:1px solid #df0e2a;
	box-shadow:inset 1px 1px 1px #F0697A;
	text-shadow: 1px 1px 1px #991515;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}

.iletisim_form .submit:hover {
	background: #fe3a54; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe3a54 0%, #bd1027 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3a54), color-stop(100%,#bd1027)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe3a54 0%,#bd1027 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3a54', endColorstr='#bd1027',GradientType=0 ); /* IE6-9 */
}

#subscribe {
	background:#fff;
	padding:20px;
}

#subscribe span {
	font-family:'hagin_caps_mediumregular';
	font-size:24px;
	color:#231f20;
	width:100%;

}

#subscribe p {
	line-height:22px;
	font-size:14px;
	margin:10px 0px;
}

#tasarim_banner {
	float:right;
	width:150px;
	margin: 0px 2px 0px 0px;
}

#price {
	float:left;
	width:100%;
	height:125px;
	border:1px solid #231f20;
}

#price p.quaranty {
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight:700;
	margin: 0px 0px 0px 20px;
}

#price span.kdv {
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 20px;
}

#price div {
	margin:17px 10px 0px 10px;
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size:57px;
}

#price div p {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:700;
	float:left;
	margin: 0px 0px 0px 11px;
}

#price div span {
	font-family:'Roboto Condensed', sans-serif;
	font-size:24px;
	float: left;
	margin: 6px;
}

.banner_alert {
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
}

.banner_alert p {
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	font-weight:700;
}

.banner_alert p img {
	float:left;
	margin: 4px 5px 0px 0px;
}

.banner_alert span {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
	margin:5px 0px;
	line-height:14px;
}

#tasarim_menu_block {
	float:left;
	width:100%;
	height:50px;
	border:1px solid #cecccc;
	margin: 20px 0px;
}

.tasarim_menu {
	float:left;
	list-style:none;
	text-decoration:none;
}

.tasarim_menu li {
	float:left;
	list-style:none;
	height:50px;
}

.tasarim_menu li~li {
	border-left:1px solid #cecccc;
}

.tasarim_menu li a {
	float:left;
	font-family:'Roboto Condensed', sans-serif;
	font-size:12px;
	font-weight:700;
	color:#231f20;
	padding:14px 8px 14px 8px;
	margin: 0px 0px;
}

.tasarim_menu li a p {
	float:left;
	padding: 5px 0px 0px 0px;
}

.tasarim_menu li a:hover {
	color:#ed203b;
}

.tasarim_menu li a.active {
	background:url(../images/tasarim_menu_arrow.jpg) no-repeat bottom center;
	padding-bottom: 27px;
	color:#ed203b;
}

#tasarim_modeller {
	float:left;
	width:275px;
	height:auto;
}

#kumas {
	display:block;
}

.model {
	display:none;
}

.model_title {
	float:left;
	width:100%;
	border-bottom:1px solid #cecccc;
}

h3 {
	float:left;
	width:100%;
	font-family:'hagin_caps_mediumregular';
	font-size:18px;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
}

.kumas_desenler {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.kumas_desenler li {
	float:left;
	padding: 0px 3px 5px 3px;
}

.kumas_desenler li label img {
	width:64px;
	display:block;
	float:left;
}

input.radio {
	display:none;
}

input.radio + label {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label div {
	display:none;
	position: relative;
	width: 64px;
	height:64px;
	background: rgba(255, 255, 255, 0.6);
}

input.radio + label div img {
	position:absolute;
	width:24px;
	height:24px;
	margin: 20px 20px;
}

input.radio:checked + label {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label div {
	display:block;
}

.yaka_desenler {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -1px;
}

.yaka_desenler li {
	float:left;
	padding: 0px 3px 5px 2px;
	width:87px;
}

.yaka_desenler li p {
	float:left;
	width:100%;
	text-align:center;
	font-family:'hagin_caps_mediumregular';
	font-size:12px;
	margin: 5px 0px;
}

.yaka_desenler li label.radio_image_yaka img {
	width:87px;
	display:block;
	float:left;
	border:1px solid #DBDBDB;
}

input.radio + label.radio_image_yaka {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_yaka div {
	display:none;
	position: relative;
	width: 89px;
	height:89px;
	background: rgba(255, 255, 255, 0.9);
}

input.radio + label.radio_image_yaka div img {
	position:absolute;
	width:24px;
	height:24px;
	margin: 32px 32px;
	border:none;
}

input.radio:checked + label.radio_image_yaka {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_yaka div {
	display:block;
}

.sol_cep, .sag_cep {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.sol_cep, .sag_cep li {
	float:left;
	padding: 0px 3px 5px 3px;
}

.sol_cep li label img, .sag_cep li label img {
	width:64px;
	display:block;
	float:left;
}

p.model_info_title {
	float:left;
	width:100%;
	font-family:'hagin_caps_mediumregular';
	font-size:16px;
	margin: 10px 0px 2px 5px;
	color:#ed203b;
}

.cep_seperator {
	float:left;
	width:100%;
	border-bottom:1px solid #cecccc;
}

.pat_desenler {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.pat_desenler li {
	float:left;
	padding: 0px 3px 30px 3px;
}

.pat_desenler li label.radio_image_pat img {
	width:134px;
	display:block;
	float:left;
}

input.radio + label.radio_image_pat {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_pat div {
	display:none;
	position: relative;
	width: 134px;
	height:134px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.radio_image_pat div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:55px 55px;
	border:none;
}

input.radio:checked + label.radio_image_pat {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_pat div {
	display:block;
}

.manset_desenler {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.manset_desenler li {
	float:left;
	padding: 0px 3px 15px 3px;
}

.manset_desenler li label img {
	width:64px;
	display:block;
	float:left;
}

.sirt_desenler {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.sirt_desenler li {
	float:left;
	padding: 0px 3px 30px 3px;
}

.sirt_desenler li label img {
	width:134px;
	display:block;
	float:left;
}

input.radio + label.radio_image_sirt {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_sirt div {
	display:none;
	position: relative;
	width: 134px;
	height:134px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.radio_image_sirt div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:55px 55px;
	border:none;
}

input.radio:checked + label.radio_image_sirt {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_sirt div {
	display:block;
}

.etek_desenler {
	float:left;
	width:102%;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.etek_desenler li {
	float:left;
	padding: 0px 3px 30px 3px;
}

.etek_desenler li label.radio_image_etek img {
	width:134px;
	height:200px;
	display:block;
	float:left;
}

input.radio + label.radio_image_etek {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_etek div {
	display:none;
	position: relative;
	width: 134px;
	height:200px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.radio_image_etek div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:88px 55px;
	border:none;
}

input.radio:checked + label.radio_image_etek {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_etek div {
	display:block;
}

.monogram_block {
	float:left;
	width:100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #cecccc;
}

.monogram_block .monogram_image {
	float:left;
	margin: 10px 0px;
}

.monogram_block p {
	float:left;
	font-family:'hagin_caps_mediumregular';
	font-size: 14px;
	margin: 10px;
}

.monogram_block .monogram_mesaj_txt {
	float:left;
	resize:none;
	width: 100%;
	height: 50px;
	border:1px solid #ed203b;
}

.monogram_block .monogram_harf_cep, .monogram_harf_manset {
	float:left;
	width: 100%;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	color: #999;
}

.monogram_block .monogram_harf_cep label.ozel_msj_title, .monogram_harf_manset label.ozel_msj_title {
	float:left;
	margin: 6px 0px;
}

.monogram_block .monogram_harf_cep input, .monogram_harf_manset input {
	float:right;
	width: 150px;
	height: 20px;
	margin: 0px 13px;
}

.monogram_select {
	float:left;
	list-style:none;
	margin:10px 0px 0px -3px;
}

.monogram_select li {
	float:left;
	padding:0px 6px 0px 7px;;
}

.monogram_select li label.radio_image_monogram img {
	width:50px;
	height:50px;
	display:block;
	float:left;
}

input.radio + label.radio_image_monogram {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_monogram div {
	display:none;
	position: relative;
	width: 50px;
	height:50px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.radio_image_monogram div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:13px 13px;
	border:none;
}

input.radio:checked + label.radio_image_monogram {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_monogram div {
	display:block;
}

.renk_secenekleri {
	float:left;
	width:100%;
}

.renk_secici_block {
	float:right;
	width:100%;
	margin: 10px 8px 0px 0px;
}

.renk_secici_block li {
	float:right;
	padding: 0px 3px;
}

.renk_secici_block li label.renk_goster img {
	width:24px;
	height:24px;
	display:block;
	float:left;
}

input.radio + label.renk_goster {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.renk_goster div {
	display:none;
	position: relative;
	width: 24px;
	height:24px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.renk_goster div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:0px 0px;
	border:none;
}

input.radio:checked + label.renk_goster {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.renk_goster div {
	display:block;
}

.standart_olculer {
	float:left;
	width:102%;
	margin: 10px 0px;
}

.standart_olculer li {
	float:left;
	padding: 0px 1px 0px 2px;
}

.standart_olculer li label.radio_image_standart_olcu p {
	width:34px;
	height:34px;
	display:block;
	float:left;
	border:1px solid #231f20;
}

.standart_olculer li label.radio_image_standart_olcu p span {
	float:left;
	width: 100%;
	text-align: center;
	margin: 11px 0px;
	font-family: Arial;
	font-weight: bold;
}

input.radio + label.radio_image_standart_olcu {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_standart_olcu div {
	display:none;
	position: absolute;
	width: 36px;
	height:36px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.radio_image_standart_olcu div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:6px 6px;
	border:none;
}

input.radio:checked + label.radio_image_standart_olcu {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_standart_olcu div {
	display:block;
}

#gizli_olculer ul {
	display:none;
}

.olcu_gir {
	float:left;
	width:101%;
	margin: 20px 0px;
}

.olcu_gir li {
	float:left;
	list-style:none;
	padding: 0px 2px 0px 2px;
}

.olcu_gir li a {
	float:left;
	font-family:'hagin_caps_mediumregular';
	font-size:13px;
	color:#231f20;
	border: 1px solid #231f20;
	padding: 10px;
	cursor:pointer;
	width:112px;
}

.olcu_gir li a:hover {
	color:#ed203b;
}

.manual_olcu {
	float:left;
	width:102%;
}

.manual_olcu li {
	float:left;
	padding: 2px 2px 10px 2px;
}

.manual_beden_olcusu {
	float:left;
	width: 82px;
	height: 30px;
	border: 1px solid #231f20;
	font-size: 11px;
	font-family: Arial;
	color:#868686;
	padding: 0px 0px 0px 5px;
}

#videos div {
	float:left;
	width:100%;
	margin:40px 0px;
}

#videos div img {
	float:left;
	margin: 0px 0px 5px 0px;
}

#videos div p {
	float:left;
	font-size:12px;
	font-weight: bold;
	margin: 2px 5px;
}

video {
	cursor:pointer;
}

#tasarim_block {
	float:left;
	width:436px;
	height:567px;
	margin: 0px 55px;
}

#tasarim_block img {
	position:absolute;
}

p#cep_yazi_goster {
	position:absolute;
	margin: 174px 0px 0px 256px;
	font-size: 8px;
	font-family:Arial, Helvetica, sans-serif;
}

p#manset_yazi_goster {
	position:absolute;
	margin:445px 0px 0px 335px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

#kesim_bicimi {
	float:left;
	width:100%;
}

.kesim_turleri {
	float:left;
	width:100%;
}

.kesim_turleri div {
	float:left;
	clear: both;
	margin: 5px 0px;
}

.kesim_turleri div label.radio_image_kesim p {
	width: 120px;
	height:34px;
	display:block;
	float:left;
	border:1px solid #231f20;
}

.kesim_turleri div label.radio_image_kesim p span {
	float:left;
	width: 100%;
	text-align: center;
	margin: 11px 0px;
	font-family: Arial;
	font-weight: bold;
}

input.radio + label.radio_image_kesim {
	cursor:pointer;
	display: inline-block;
	float:left;
}

input.radio + label.radio_image_kesim div {
	display:none;
	position: absolute;
	width: 123px;
	height:36px;
	margin:0px;
	background: rgba(255, 255, 255, 0.8);
}

input.radio + label.radio_image_kesim div img {
	position:absolute;
	width:24px;
	height:24px;
	margin:6px 49px;
	border:none;
}

input.radio:checked + label.radio_image_kesim {
	background-image: none;
    background-color:#d0d0d0;
	float:left;
}

input.radio:checked + label.radio_image_kesim div {
	display:block;
}

.formu_gonder {
	float:left;
	margin:10px 0px 0px 0px;
}

.formu_gonder p {
	float:left;
	margin: 20px 0px;
}

.formu_gonder a {
	float:left;
	margin: 20px 10px;
	padding: 0px 20px 0px 0px;
	cursor:pointer;
	font-weight: bold;
	color: #F00;
	text-decoration:underline;
}

.formu_gonder a:hover {
	text-decoration:none;

}

.formu_gonder a.hediye_evet sup {
	background:#fff;
	margin: 0px 0px 0px -23px;
	display:none;
}

.sup_kapat {
	display:block!important;
	margin: -12px 0px 0px 0px!important;
	background: #fff!important;
	position: relative;
	font-size:12px;
	font-size: 12px;
	color: #F00;
}

.musteri {
	float:left;
	width: 260px;
	height: 30px;
	margin: 2px 0px;
	padding: 0px 0px 0px 10px;
	color: #8d8d8d;
	font-size: 12px;
	font-family: times new roman;
}

.musteri_adres {
	float:left;
	width: 260px;
	height: 85px;
	margin: 2px 0px;
	padding: 5px 0px 0px 12px;
	color: #8d8d8d;
	font-size: 12px;
	font-family: times new roman;
	resize: none;
}

.label_adres {
	float:left;
	margin:10px 0px 5px 0px;
}

.tasarimi_gonder_buton {
	float:left;
	font-family: hagin_caps_mediumregular;
	font-size:14px;
	color:#fff;
	background: #fe3a54; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe3a54 0%, #ed203b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3a54), color-stop(100%,#ed203b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe3a54 0%,#ed203b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe3a54 0%,#ed203b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3a54', endColorstr='#ed203b',GradientType=0 ); /* IE6-9 */
	border:1px solid #df0e2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 6px 10px;
	margin: 10px 0px;
	box-shadow:inset 1px 1px 1px #F0697A;
	text-shadow: 1px 1px 1px #991515;
	cursor:pointer;
}

.tasarimi_gonder_buton:hover {
	background: #fe3a54; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe3a54 0%, #bd1027 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3a54), color-stop(100%,#bd1027)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe3a54 0%,#bd1027 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe3a54 0%,#bd1027 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3a54', endColorstr='#bd1027',GradientType=0 ); /* IE6-9 */
}

#hediye_alici_bilgileri {
	float:left;
	display:none;
	width:100%;
}

label.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F00;
	width:210px;
	float:right;
	text-align:right;
	margin: -23px 5px 0px 0px;
}

.numbers {
	float:left;
	width:64px;
	clear: both;
	margin: 5px 0px;
}

.numbers p {
	float:left;
	width:100%;
	text-align:center;
	font-size:10px;
}

.gomlekevi_banner_left {
	float:left;
	width:348px;
	margin:20px 0px 20px 0px;
}

.gomlekevi_banner_left span, .gomlekevi_banner_right span {
	float:left;
	font-size:11px;
	color:#8b8a8a;
	line-height:16px;
}

.gomlekevi_banner_right {
	float:right;
	width:348px;
	margin:20px 0px 20px 0px;
}

.ileti_mesaj {
	float:left;
	width:288px;
	height:330px;
	border:1px solid #231f20;
}

.ileti_mesaj p {
	float:left;
	font-family:'hagin_caps_mediumregular';
	font-size:18px;
	margin: 130px 0px 10px;
	width:100%;
	text-align:center;
}

.ileti_mesaj span {
	float:left;
	font-size:11px;
	width:100%;
	text-align:center;
}

#siparis_onay {
	width:337px;
	height:337px;
	margin:50px auto;
}

#slid_banner {
	float:left;
	width:235px;
	height:270px;
	margin:20px 0px 0px 0px;
}

.banner_slid_fid {
	float:left;
}

.banner_slid_fid li {
	float:left;
	width:235px;
	height:270px;
}

.banner_slid_fid li a img {
	width:100%;
	
}