/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
H3 {
	font-family: Tahoma, Geneva, sans-serif;font-weight:normal;
	font-size: 16px;
	color: #222222;
	margin: 0px;
	padding-bottom: 10px;
}
H1 {
	color: #222222;
	margin: 0px;
	font-size: 21px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top: 0px;
	font-weight: normal;
}
ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.clear {
	clear: both;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; color:#2b2b2b }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #62a6cd; text-decoration: none; }

BODY {
background-color: #f7f7ef;

  margin: 0px;
  padding:0px
}
#top-text-left {
	margin:10px 0;
	float: left;
	padding-left: 20px;
}

#top-text-right {
	margin:10px 0;
	float: right;
	padding-right: 20px;
}

.top-text  {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222;
}
.top-text a {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222; text-decoration:none
}
.top-text a:hover {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222222; text-decoration:underline
}


/*******************/
/* START OF HEADER */
/*******************/
#header {width: 940px;
	height: auto;
	margin: 0 auto;}
/* Rounded corners left */
#header-bg-left {
	background-image: url(images/bg-header-left.jpg);
	width: 10px;
	height: 160px;
	float: left;
}

/* Main, 920px wide section of header */
#header-main {
	background: url(images/bg1.jpg) no-repeat;
	width: 920px;
	height: 160px;
	float: left;
}

/* Rounded corners right */
#header-bg-right {
	float: right;
	width: 10px;
	height: 160px;
	background-image: url(images/bg-header-right.jpg);
}

/* Image with logo, to change it just open header.psd, change your content and use premade slices */
#header-logo {
	width: 317px;
	height: 58px;
	float: left;padding:50px 0 0 40px;
}
.logo {
	margin-left: 0px;
}

.header-about {
	margin-top: 30px;
	margin-left: 90px;
}

/* This styles desctiption of slogan */

.header-description {
	text-align: justify;
}

.header-icon {
	padding-left: 10px;
	margin-top: 30px;
	float:right;
}

.header-heading {
	margin: 0px;
	margin-left: 10px;
}



.header-about-main {
	float: left;
	width: 195px; 
padding:30px 0 0 30px;
}

/**************/
/*NAVIGATION */
/************/

#navigation {
	margin-top: 10px;
	height: 60px;
	margin-bottom: 10px;
}
/* Navigation - rounded corners - left */
#nav-bg-left {
	background-image: url(images/bg-nav-left.jpg);
	width: 10px;
	float: left;
	height: 60px;
}

/* Navigation - rounded corners - right */
#nav-bg-right {
	background-image: url(images/bg-nav-right.jpg);
	width: 10px;
	float: right;
	height: 60px;
}
#nav-main {
	width: 920px;
	float: left;
	height: 60px;
	background-image:url(images/bg-nav.jpg)
}
#nav-main ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: auto; height: 30px;
	
}
#nav-main ul li a {
	text-decoration: none; 
	font-family: Tahoma, Geneva, sans-serif; font-size: 18px; color: #0170ca;padding:20px 20px; display:block
}

#nav-main ul li a:hover , #nav-main ul li.current a{
	color: #383121; text-decoration: none;height: 30px; display:block
}

/***********/
/* SEARCH */
/*********/

/* Class used for styling whole search part of nav section */
.search {
	float: right;
	padding-right: 10px;
	padding-top: 15px;width:240px;height:32px
}

/* Input search text */
.input-text {
	background-color: #f5f5f5;
	padding: 5px;
	color: #222222;
	border: 1px solid #bcbbba;
	width: 160px;
}

/* Submit button for search */
.submit-button {
	
	cursor: pointer;
	
	
	margin-left: 5px;
}

/*****************************/
/* START OF FEATURED SECTION */
/*****************************/

#featured {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Featured - rounded corners - left */
#featured-bg-left {
	width: 10px;
	height: 200px;
	background-image:url( images/bg-featured-left.jpg);
	float: left;
}

/* Featured - rounded corners - right */
#featured-bg-right {
	width: 10px;
	height: 200px;
	background-image:url( images/bg-featured-right.jpg);
	float: right;
}

/* Main, 920 px wide section of featured section */
#featured-main {
	width: 920px;
	height: 198px;
	float: left;
	border-top: 1px solid #d2d2ca;
	border-bottom: 1px solid #d2d2ca;
	background-color: #edede3;
}

/* Box with featured service number 1 */
.featured-left {
	width: 272px;
	float: left;
	padding-left:10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 160px;
	
}


/* Class that styles icons in featured services boxes */
.featured-icon {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 6px;	
	display: inline;
}

/* Class that styles headers in featured services boxes */
.featured-header {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	float: left;
	line-height: 16px;
	width: 190px;
	margin-bottom: 10px;
	
}

/* Class that styles descriptions in featured services boxes */
.featured-description {
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	height: 150px;
	display: inline;
	width: 264px;
}


/* LEarn more button background -center */
.learn-more-main {
	width: 56px;
	height: 29px;
 	float: left;
}

/* LEarn more button href styling */
.learn-more-main a{
	padding-left: 7px;


}

.learn-more-main p{
	line-height: 12px;
}


/* LEarn more button href styling on hover */
.learn-more-main a:hover {
	text-decoration: underline;
}

/* Class that styles learn more buttons in  in featured services boxes */
.learn_more {
	width: 56px;
	height: 30px;
	float: right;
	margin:30px 0 0 0 ;
}

/*Learn more button-text styling */
.learn-more-main p {
	margin: 0px;
	margin-top: 7px;
}
#maincontent-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(images/bg-maincontent-top.jpg);
	background-repeat: no-repeat;margin:0 auto;
}
#maincontent-bg-bottom {
	width: 940px;
	height: 10px;
	background-image: url(images/bg-maincontent-bottom.jpg);
	background-repeat: no-repeat;margin:0 auto;
}

 /***********/
/* FOOTER */
/*********/
#footer{width:940px;margin:0 auto;}
/* toprounded corners footer */
#footer-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(images/footer-bg-top.jpg);margin-top:10px;
}

/* Main section of footer, 920 px wide */
#footer-main {
	width: 938px;
	border-left: 1px solid #d2d2ca;
	border-right: 1px solid #d2d2ca;
	background-color:#e9e9df;height:50px
}

/* bottom rounded corners footer */
#footer-bg-bottom {
	height: 10px;
	width: 940px;;
	background-image:url(images/footer-bg-bottom.jpg);margin-bottom:20px;
}

/* Footer text, left part */
.footer-text-left {
	margin: 0px;
	padding-left: 20px;
	color: #222222;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
}

/* Footer text - right part */
.footer-text-right{
margin: 0px; 
	padding-right: 20px;

	float: right;
}
.srch{font-family:Georgia, "lucida bright", "times new roman", serif; color:#fafafa;font-size:15px;padding-bottom:10px;font-weight:bold}
FORM {
	display: inline;
}
#bg2{
border-left: 1px solid #d2d2ca;
	border-right: 1px solid #d2d2ca;
	background-color: #edede3;width:938px;margin:0 auto;
}
#bgft{	width:100%;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {

}

.infoBoxContents {

  font-family: Verdana, Arial, sans-serif;

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;

  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
 
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
 
}

TABLE.productListing {
 
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding:5px;
  
  color: #949494;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;border-bottom:3px solid #acacac;padding:10px 0;color:#68c0f8
}

TD.productListing-data2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;padding:10px 0;
}

TD.productListing-data3 {
font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding:5px;
  
  color: #7d7d7d;
  font-weight: bold;border-top:3px solid #acacac;padding:10px 0; 
}
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Arial, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial,  sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #7d7d7d;  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}
.smallText { font:10px/13px Verdana, Arial, sans-serif; color:#628fc4; text-decoration:none}
a.smallText { font:10px/13px Verdana, Arial, sans-serif; color:#628fc4; text-decoration:none}
a.smallText:hover { font:10px/13px Verdana, Arial, sans-serif; color:#628fc4; text-decoration:underline}
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;color:#e9e3cd;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT, OPTION {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma;
  color: #26365a;
  font-size:23px;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #fafafa; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #fafafa; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #222222; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #0170ca; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* ****************************************************************************************** */
/* ********************************************MAIN**************************************** */
/* ****************************************************************************************** */
.ST {
	font-family: Tahoma;
	font-size: 11px;
	color: #121631;
}
.LOGO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #D249EF;
}
/* ****************************************************************************************** */
/* ********************************************MAIN**************************************** */
/* ****************************************************************************************** */
.currenc { font:11px/13px Arial; color:#363636; text-decoration:none; font-weight:bold}
a.currenc { font:11px/13px Arial; color:#363636; text-decoration:none; font-weight:bold}
a.currenc:hover { font:11px/Arial Tahoma; color:#363636; text-decoration:underline; font-weight:bold}

.searchz { font:21px/21px Arial; color:#1b1b1b; text-decoration:none; font-weight:bold}
a.searchz { font:21px/21px Arial; color:#1b1b1b; text-decoration:none; font-weight:bold}
a.searchz:hover { font:21px/21px Arial; color:#1b1b1b; text-decoration:underline; font-weight:bold}

.ShoppingCart { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:12px; text-decoration:none}
a.ShoppingCart { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#e66417;font-size:12px; text-decoration:none}
a.ShoppingCart:hover { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#e66417;font-size:12px; text-decoration:none}

.iinfo { font-size:16px; color:#f05d02; text-decoration:none; font-weight:bold;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.iinfo2 { font:12px/14px Arial; color:#486978; text-decoration:underline; font-weight:bold;}
a.iinfo2 { font:12px/14px Arial; color:#486978; text-decoration:underline; font-weight:bold;}
a.iinfo2:hover { font:12px/14px Arial; color:#486978; text-decoration:none; font-weight:bold;}

.CR { font:12px/13px Tahoma; color:#393e44; text-decoration:none}
a.CR { font:12px/13px Tahoma; color:#deddc8; text-decoration:none}
a.CR:hover { font:12px/13px Tahoma; color:#deddc8; text-decoration:underline}

.categor { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:12px; text-decoration:none}
.categor_special { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#d34f06;font-size:16px; text-decoration:none}
a.categor { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:12px; text-decoration:none}
a.categor:hover {font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#e66417;font-size:12px;text-decoration:underline}

.cat_title { font-family:Georgia, "Times New Roman", Times, serif;font-size:16px; color:#eee7dd; text-decoration:none; font-weight:bold;padding:0 0 5px 10px}
.src_title { font-family:Georgia, "Times New Roman", Times, serif;font-size:16px; color:#eee7dd; text-decoration:none; font-weight:bold;padding:0 0 5px 10px}
.dec{ padding:10px;color:#000}
.prod_dec{color:#393e44}
.null { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#e66417;font-size:12px; text-decoration:none}
a.null { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:12px; text-decoration:none}
a.null:hover { font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:12px; text-decoration:none}
.NameProd_spec{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#0170ca;font-size:20px; text-decoration:none}

.prod1{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#0170ca;font-size:20px; text-decoration:none}
.model{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#62a6cd;font-size:14px; text-decoration:none}
.prod_price{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#2e2d2e;font-size:20px; text-decoration:none}

.prod_specprice{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#d34f06;font-size:25px; text-decoration:none}
.cat_title2{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#15588c;font-size:22px; text-decoration:none}
.acc{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:14px; text-decoration:none}
a.acc{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:14px; text-decoration:none}
a.acc:hover{font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;color:#222222;font-size:14px; text-decoration:underline}

.foot { font:12px/13px Tahoma; color:#0170ca; text-decoration:none}
a.foot { font:12px/13px Tahoma; color:#222222; text-decoration:none}
a.foot:hover { font:12px/13px Tahoma; color:#0170ca; text-decoration:underline}

.Date { font:12px/18px Arial; color:#333333; text-decoration:none}
a.Date { font:12px/18px Arial; color:#333333; text-decoration:none}
a.Date:hover { font:12px/18px Arial; color:#333333; text-decoration:underline}

.Price { font:15px/20px "Arial Narrow"; color:#ffffff; text-decoration:none; font-weight:bold}
a.Price { font:15px/20px "Arial Narrow"; color:#ffffff; text-decoration:none; font-weight:bold}
a.Price:hover { font:15px/20px "Arial Narrow"; color:#ffffff; text-decoration:underline; font-weight:bold}

.NameProd { font:20px/22px Georgia, "lucida bright", "times new roman", serif;
; color:#0170ca; text-decoration:none;}
a.NameProd { font:22px/22px Arial, Helvetica, sans-serif; color:#0170ca; text-decoration:none;}
a.NameProd:hover { font:22px/22px Arial, Helvetica, sans-serif; color:#0170ca; text-decoration:underline;}

.adv { font:11px/13px Arial; color:#fafafa; text-decoration:none; font-weight:bold}
a.adv  { font:11px/13px Arial; color:#68c0f8; text-decoration:underline; font-weight:bold}
a.adv:hover { font:11px/13px Arial; color:#fafafa; text-decoration:none; font-weight:bold}

.ST { font:16px/16px Arial; color:#ffffff; text-decoration:none; font-weight:bold}
a.ST { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none}
a.ST:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline}

.number {font:11px/11px Tahoma; color:#e66417;}

.StaraCena { font:16px/16px Tahoma; color:#da1a00; text-decoration:none; font-weight:bold}
a.StaraCena { font:16px/16px Tahoma; color:#da1a00; text-decoration:none; font-weight:bold}
a.StaraCena:hover { font:16px/16px Tahoma; color:#da1a00; text-decoration:underline; font-weight:bold}

.border { background-color:#f5f5f5; border-color:#cecece; border-style:solid; border-width:1px; background-image: url(images/mod001.jpg); background-position:top; background-repeat:repeat-x;}

.main2{font:13px/16px Arial; color:#bed4d5; text-decoration:none;}
a.main2{font:13px/16px Arial; color:#bed4d5; text-decoration:none; font-weight:bold;}
a.main2:hover{font:13px/16px Arial; color:#bed4d5; text-decoration:none; font-weight:bold;}

.main3{
  font-family: Arial,  sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #bfae79;  
}
/* Column Left Start */
.col_left{background:url(images/cate_top.jpg) no-repeat;padding:0px;width:229px;height:47px;margin-left:5px}
.col_desc{background:#f4f4f4 url(images/middle_box.jpg) repeat-x;width:227px;border-left:1px solid #f3f3f3;border-right:1px solid #f3f3f3;margin-left:5px}
.col_bot{background-image:url(images/left_col_bot.jpg);background-repeat:no-repeat;margin-bottom:10px;width:229px;height:12px;margin-left:5px}
.col_hesap{background:#f4f4f4 url(images/middle_box.jpg) repeat-x;width:227px;border-left:1px solid #f3f3f3;border-right:1px solid #f3f3f3;margin-left:5px}

/* Column Left Top Information */
.col_left_inf{background:url(images/inf_top.jpg) no-repeat;padding:0px;width:229px;height:47px;margin-left:5px}

/* Column Left Top Shop Cart Box */
.col_left_login{background:url(images/shop_up.jpg) no-repeat;padding:0px;width:229px;height:47px;margin-left:5px}
.welcome {font-family:Georgia, "lucida bright", "times new roman", serif;font-size:14px; color:#517a8c}
.welcome_email {font:normal 12px/16px Georgia, "lucida bright", "times new roman", serif; color:#517a8c;line-height:30px}

/* Column Left Specials Information */
.col_left_speci{background:url(images/special_top.jpg) no-repeat;padding:0px;width:229px;height:47px;margin-left:5px}
.col_left_hesabim{background:url(images/hesabim_top.jpg) no-repeat;padding:0px;width:229px;height:47px;margin-left:5px}
.col_left_hesabim2{background:url(images/sadece.jpg) no-repeat;padding:0px;width:229px;height:47px;margin-left:5px}




/* Supertracker Styles */
.supertracker_menu {background: #ddd; border: 1px solid #aaa; padding: 10px;}
.supertracker_title {font-face: Tahoma, Verdana, Arial; font-size: 16px; font-weight: bold; }
.supertracker_section {margin-top: 10px;}
.supertracker_sub_title {font-face: Tahoma, Verdana, Arial; font-size: 14px; text-decoration: underline; font-weight: bold; }
A.supertracker_link { font-face: Tahoma, Verdana, Arial; font-size: 11px; font-decoration: underline; margin: 5px 10px 5px 10px;}
.supertracker_text { font-face: Tahoma, Verdana, Arial; font-size: 11px;}
.supertracker_contact {font-face: Tahoma, Verdana, Arial;font-size: 11px; width: 100%px;background: #aaa;	padding: 5px;	margin: 10px 0 10px 0; border: 1px solid #000;}
/* Supertracker Styles EOF */
		
.site{font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: justify;width:600px;margin-bottom:10px;
}.urunaltiyazi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.uruninformation {
	font-size: 12px;
	padding-left: 20px;
	color: #333333;
}
