/*--------------------------------------------------   Genel Düzenlemeler	 ---------------------*/
body	{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	line-height:16px;
	font-size:12px;
	color:#666666;
	height:100%;
}
strong	{
	color:#333333;
	font-size:13px;
}

#content { background:url(images/bg-tail-bot.gif) bottom repeat-x;}
.container table {
	padding:0;
	margin:0;
	border:none;
}
.container td	{
	font-size:12px;
	font-family:Tahoma;
	color:#666666;
	padding:0;
	margin:0;
	border:none;
}		
img {
	border:0;
}											

ul	{
	list-style-type:none;
	margin:0px; 
	padding:0px; 
}							
a	{
	color:#666666;
	font-size:12px;
	text-decoration:none;
	

}						
a:hover	{
	color:#CC0000;
	font-size:12px;
	text-decoration:underline;
}
button {
	background-color:#333333;
}
button:hover	{
	color:#FF0000;
	font-size:12px;
	text-decoration:none;
}
										
input {
	border:1px solid #CCCCCC;
	
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	line-height:13px;
	padding-left:2px;
	padding-right:2px;
	height:20px;
	
}
.baslik {
	font-size:14px;
	color:#CC0000;
	font-weight:bold;
}
.border {
	border:1px #CCCCCC solid;
}
.uye_girisi_text_box {
	width:90px;
}
.uye_girisi_button {
	width:60px;
}
	
/* ------------------------------------------ Widgets ------------------------------------------*/

		/* ------------------------------------------ Sepet Info ---------------------------------------*/
		
.sepet_info {
	border:1px solid #CCCCCC;
	width:100%;
	height:60px;
	padding:2px;
	vertical-align:middle;
	text-align:center;
}				
/* ------------------------------------------ Ürün Listeleme ------------------------------------------*/

		/* ------------------------------------------ Urun Listesi ---------------------------------------*/

.urun-liste{
	width:100%;
}

		/* ------------------------------------------ Urun Box ---------------------------------------*/
.urun-box {
	background:#ffffff;
	padding:0px;
}
.urun-box td{
	padding:2px;
	text-align:left;
}
.urun-box a {
	color:#666666;
	font-size:12px;
	font-weight:lighter;
	text-decoration:none;
}
.urun-box a:hover {
    color:#EC0000;
}
.urun-box-detay a {
	color:#EC0000;
	font:Tahoma;
	font-size:11px;
	font-weight:lighter;
	text-decoration:none;
}
.urun-box-detay a:hover {
    color:#666666;
}
/* ------------------------------------------ Urun Detay ------------------------------------------*/
/*--------------- Oduller -----------------*/
.urun-detay-odul {

background-image:url(../html/images/urun_detay_odul_baslik.png);
background-repeat:no-repeat;
width:241px;

}

	/* ------------------------------------------ Ana Menü ---------------------------------------*/
.main_menu a {
	color:#FFFFFF;
	text-decoration:none;
}
.main_menu a:hover {
	text-decoration:underline;
}

.main_container {
	border:2px #CCCCCC solid;
	background:#FFFFFF;
}
.menu {
	background:url(../html/images/menu_bg.png);
	color:#FFFFFF;
	font-size:12px;
	line-height:15px;
}
.footer {
	background-color:#333333;
	color:#FFFFFF;
}
.footer a{
	color:#FFFFFF;
	font-weight:normal;
}


/* Gallery styles */

#pgallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(/html/images/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#pmenu{
	/* This is the container for the thumbnails */
	height:45px;
}

#pmenu ul{
	margin:0px;
	padding:0px;
}

#pmenu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#pmenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/html/images/pic_bg.png) repeat;
}

#pmenu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(/html/images/active_bg.png) no-repeat;
}

#pmenu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(/html/images/divider.png) no-repeat right;
}

.fbar li a{
	display:block;
	background:url(/html/images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

.fbar a img{
	border:none;
}

