body {
	background-color: #D1D7DC;
	margin: 0px;
}
.yazitipi3 {
	font-size: 17px;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.textbox_search {
	border: 2px none #FFF;
	color: #666;
	width: 100%;
}
.textbox_bg {
	background-color: #FFF;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
.product_money {
	color: #333;
	font-size: 10px;
}

.product_price {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

.yazitipi1 {
	font-size: 14px;
	color: #647784;
	font-weight: bold;
}
.box1dot {
	background-color: #CCC;
	width: 1px;
}

.box1 {
	background-color: #FFF;
	text-align: center;
}
.box1footer {
	background-color: #E9DADA;
	text-align: center;
}
.product_text {
	height: 25px;
	color: #000;
	font-weight: normal;
	background-color: #FFF;
	text-align: center;
}
.closePage{
	text-align: right;
	color: #003;
	width: 100%;
	font-size: 12px;
}.leftmenu {
	width: 200px;
	vertical-align: top;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 2px;
	position: relative;
	height: 145px;
	text-align: center;
	float: left;
	padding: 2px;
}

.gallery a {
	text-decoration: none;
	color: #CCC;
}
.gallery a:hover {
	color: #0CC;
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding: 0px;
}
.gallery em {
	width: 145px;
	height: 25px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: center;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
}

