@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
    font-size: 8pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/img/bg_penti3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #000000;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


td {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #D38D91;
	text-decoration: underline;
}
select {
	font-size: 11px;
	border: 1px solid #EFCDCE;
}

strong {
	font-weight: bold;
}
img {
    behavior: url("/pngbehavior.htc");
}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigasyon {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(/img/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 946px;
	background-position: center;
	padding-left: 2px;
}
#navtop {
	height: 88px;
	width: 950px;
}

#apDiv1 {
	position:absolute;
	left:372px;
	top:8px;
	width:178px;
	height:76px;
	z-index:1;
}
#dilsecimi {
	float: right;
	height: 18px;
	width: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

#dilsecimi li {
	list-style-type: none;
	float: left;
	height: 18px;
	padding-right: 8px;
	padding-left: 8px;
}
#dilsecimi ul {
	margin: 0px;
	padding: 0px;
}
#arama {
	float: right;
	width: 300px;
	clear: both;
	height: 30px;
	margin-top: 6px;
	margin-right: 2px;
}

.penti #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	position: relative;
}
.navbuton {
	float: left;
	height: 22px;
	width: 116px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	padding-top: 9px;
	color: #333333;
}
.navleftbuton {
	float: left;
	height: 31px;
	width: 116px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	color: #333333;
}
#navbutonleft {
	float: left;
}

.penti #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.penti #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#footer {
border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7E9E9;
	border-right-color: #F7E9E9;
	border-bottom-color: #F7E9E9;
	border-left-color: #F7E9E9;
	height: 24px;
	margin-bottom: 2px;
	width: 946px;
	margin-left: 0px;
	clear: both;
	display: block;
	margin-top: 2px;
	background-color: #FFFFFF;
	background-image: url(/img/bg_nav.jpg);
}

#anaorta {
	clear: both;
	margin-left: 2px;
	width: 950px;
	margin-bottom: 0px;
	position: relative;
}
.anatab {
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
}
.anatab1 {
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
}
.penti #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.inputcolor {
	border: 1px solid #F7E9E9;
	height: 14px;
	width: 160px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA7377;
}
#footer ul {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#footer li {
	list-style-type: none;
	float: left;
	height: 18px;
	padding-right: 20px;
	padding-left: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 4px;
	font-weight: bold;
}
#newsletter {
	float: right;
	width: 370px;
	height: 30px;
	margin-right: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#newsletter p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#mainheader {
	clear: both;
	height: 45px;
}
#position {
	float: left;
	width: 540px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 14px;
	padding-left: 8px;
}
#headerbanner {
	width: 398px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	height: 43px;
	text-align: right;
}
#leftmenu {
	float: left;
	width: 192px;
	padding-right: 2px;
	padding-left: 2px;
	background-image: url(../images/bg_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#shopcontent {
	float: left;
	width: 750px;
	margin-bottom: 10px;
}
.categoryname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 16px;
}
#leftmenu li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#leftmenu a {
	color: #333333;
	text-decoration: none;
}
#leftmenu a:hover {
	text-decoration: underline;
}

#leftmenu ul {
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 16px;
	line-height: 14px;
	margin-bottom: 0px;
}
#filter {
	clear: both;
	margin-bottom: 8px;
}
#productpic {
	float: left;
	width: 294px;
	margin-right: 12px;
}
#productinfo {
	width: 420px;
	float: left;
}
#productrelated {
	clear: both;
}
#quantity {
	margin-top: 4px;
	margin-bottom: 0px;
}
#otherpic {
	margin-top: 8px;
	margin-bottom: 8px;
}

.button {
	BORDER-RIGHT: #ffcccc 1px solid; PADDING-RIGHT: 2px; BACKGROUND-POSITION: center 50%; BORDER-TOP: #ffffff 1px solid; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px; MARGIN: 0px 0px 8px; BORDER-LEFT: #ffffff 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #ffcccc 1px solid; BACKGROUND-COLOR: #feecee
}
#siteicerik {
	float: left;
	width: 779px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F7E9E9;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	min-height: 500px;
}
#solmenu {
	float: left;
	width: 150px;
	background-image: url(../images/bg_solmenu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#solmenu ul {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linav {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #000000;
	margin-right: 5px;
	margin-top: 1px;
	list-style-position: inside;
	list-style-image: url(../images/arrow_nav_w.png);
	list-style-type: disc;
}
#navhere {
	clear: both;
	height: 30px;
	width: 946px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 15px;
	padding-left: 4px;
}
.linavselected {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-image: url(../images/arrow_nav_w.png);
	list-style-type: disc;
	background-color: #D78E8C;
	background-image: url(../images/bg_li.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border: 1px solid #D78E8C;
	margin-right: 5px;
	margin-top: 1px;
}
.linav a {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/arrow_nav_n.png);
	list-style-type: disc;
}
.linav a:hover {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/arrow_nav_b.png);
	list-style-type: disc;
}
.linavback {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #000000;
	margin-right: 5px;
	margin-top: 1px;
	list-style-position: inside;
	list-style-image: url(../images/arrow_nav_back.png);
	list-style-type: disc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CD7472;
}
.linavback a{
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/arrow_nav_back.png);
	list-style-type: disc;
	text-decoration: none;

}
#kilometre01 {
	float: left;
}
.kilometre {
	float: left;

}
.tarih {
	font-family: Century, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.tarihbaslik {
	font-family: Century, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#baslik {
	float: left;
	width: 300px;
}
#sayfacombo {
	float: right;
	width: 400px;
	text-align: right;
}
#newsletter td {
	font-size: 9px;
}
#magazaresim {
	float: left;
	width: 190px;
	margin-right: 10px;
}
.adres {
	width: 250px;
	margin-bottom: 6px;
}

#magazaliste {
	float: left;
	width: 570px;
}
#magazaliste ul {
	padding-left: 20px;
}
#magazaliste li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/arrow_02.gif);
	font-family: Century, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.063em;
	text-decoration: underline;
	line-height: 1.5em;
}
#magazaliste li a {
	color: #000000;
	text-decoration: underline;
}
#magazaliste li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.kirmizi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.adres p {
	font-size: 11px;
}
#altlink li a {
	color: #000000;
	text-decoration: none;
}
#altlink li a:hover {
	color: #D38D91;
	text-decoration: none;
}
.basinmalz {
	float: left;
	width: 188px;
	margin-right: 6px;
	margin-bottom: 40px;
}
.basinmalz  .resim img {
	border: 4px solid #F7E9E9;
}
.basinmalz .isim {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.basinmalz .butonlar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFD5D6;
	border-bottom-color: #EFD5D6;
}
.cerceve {
	border: 1px solid #EFCDCE;
}
#habericerik {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#habericerik p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#habericerik img {
	margin-right: 10px;
	margin-bottom: 10px;
}
input {
	font-size: 11px;
	border: 1px solid #EFCDCE;
}
#apDiv2 {
	position:absolute;
	left:798px;
	top:34px;
	width:197px;
	height:267px;
	z-index:101;
	visibility: hidden;
}
img.gallery {
	max-height: 80px;
	height: auto !important;
	height: 80px;
	cursor: pointer;
	border: 1px solid #C0C0C0;
}
#olcu {
	position: relative;
	background-image: url(../images/bg_olcu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 300px;
}
.vitrins {
	height: 215px;
	width: 181px;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.vitrinsr {
	height: 215px;
	width: 181px;
	float: left;
	margin-bottom: 7px;
}
#anavitrin {
	margin-bottom: 8px;
}
.categoryliste a{
	width: 180px;
	float: left;
	margin-right: 3px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	background-color: #F9EEEF;
	border: 1px solid #EFD5D6;
	text-decoration: none;
	height: 280px;
}
.categoryliste a:hover {
	width: 180px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	background-color: #EFD5D6;
	border: 1px solid #CC0000;
	text-decoration: none;
	font-weight: bold;
	color: #CA7377;
}
.navbutoneng {
  float: left;
  height: 22px;
  width: 116px;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  padding-top: 9px;
  color: #333333;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.navbutoneng2 a {
  color: #333333;
  text-decoration: none;
}



.navbutoneng2 a:hover {
  color: #CC6666;
  text-decoration: none;
}
#navigasyoneng {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(/img/bg_nav.jpg);
  background-repeat: no-repeat;
  height: 31px;
  width: 946px;
  background-position: center;
  padding-left: 0px;
  margin-left: 2px;
}
#navbutonleft {
  float: left;
}

#newsletter {
	float: right;
	width: 370px;
	height: 30px;
	margin-right: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#newsletter p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
}

#newsletter td {
  font-size: 9px;
}
.tabbaslik {
  background-color: #DE9E9E;
  height: 22px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  color: #FFFFFF;
  width: 314px;
}

