html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../image/bg.png);
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
	border: 1px #336699 solid;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0 10px;
	background: #FFFFFF;
}

#top {
	width: 980px;
	background: #ccddff;
	height: 10px;
	display: block;
	margin-bottom:10px;
}

#bottom {
	width: 980px;
	background: #ccddff;
	height: 10px;
	display: block;
	margin-top:5px;
}

#header {
	width: 980px;
	float: left;
	display: block;
	margin-bottom: 10px;
}

#main {
	width: 980px;
	float: left;
	display: block;
	margin: 0px;
}

#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	float: left;
	position: relative;
	display: block;
	z-index: 111;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #BBBBBB;
	padding: 2px;
}

#search input.searchtxt {
	border: 1px solid #0066cc;
	padding: 2px;
	width: 270px;
}

#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
.switcher {
	float: right;	
	margin-top: 7px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 5px 3px 3px 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 220px;
	margin-right: 8px;
	clear: left;
}
#column_right {
	float: left;
	width: 220px;
	margin-left: 7px;
	clear: right;
}
#content {
	margin-bottom: 10px;
	float:left;
	clear:right;
}

#content .top {
	margin: 0px;
}

#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
	margin: 0px;
}

#contop {
	width: 524px;
	height:30px;
	display: block;
	background: url('../image/center-top-bg.png') repeat-x;
}

#contop .left {
	width: 5px;
	float: left;
}
#contop .right {
	width: 5px;
	float: right;
}
#contop .center {
	margin: 0px;
	height: 30px;
	width: 514px;
	color: #FFFFFF;
	float: left;
}
#contop h1, #contop h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #FFFFFF;
	padding: 10px 0px;
	min-height: 380px;
	width: 524px;
}
#content .bottom .left {
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Left Box */
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 7px 0px 7px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}

/* Right Box */

.box_right {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box_right .top {
	padding: 7px 0px 7px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: normal;
}
.box_right .top img {
	float: left;
	margin-right: 5px;
}
.box_right .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box_right .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
 
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left_1.png') top left no-repeat;
	text-decoration: none;
	color:#FFFFFF;
}
.button span {
	color: #FFFFFF;
	display: block;
	padding: 4px 10px 5px 2px;
	background: url('../image/button_right_1.png') top right no-repeat;
}
input.button {
	width: 60px;
	background: url('../image/button_right_1.png') no-repeat center;
	color: #FFFFFF;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	padding: 0px;
	width: 100%;
	width: 540px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.list th {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

#groupheader0 {
	background: url(../image/group0.png) repeat-y;
	height: 132px;
	margin: 2px;
	color: #FFFFFF;
}
#groupheader2 {
	background: url(../image/group2.png) repeat-y;
	height: 132px;
	margin: 2px;
	color: #FFFFFF;
}
#groupheader4 {
	background: url(../image/group4.png) repeat-y;
	height: 132px;
	margin: 2px;
	color: #FFFFFF;
}
#groupheader6 {
	background: url(../image/group6.png) repeat-y;
	height: 132px;
	margin: 2px;
	color: #FFFFFF;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	position: relative;
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	height: 40px;
	padding-top: 5px;
	color: #222222;
	font-size: 10px;
	border-top: 1px #CCCCCC solid;
}
#footer .div1 {
	float: left;
	text-align: left;
	margin: 10px;
}
#footer .div2 {
	float: right;
	text-align: right;
	width: 300px;
	margin: 10px;
}
#footer .div2 a {
	color: #FF5500;
	font-size: 10px;
	font-size: 10px;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet3.png');
}
category ul li {
	margin-bottom: 3px;
	border:1px #CCCCCC solid;
}

#category ul li a {
	color: #005588;
}

#category ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet4.png');
} 

#category ul ul li a{
	color: #dd4400;
} 

#category ul ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet5.png');
} 

#category ul ul ul li a{
	color: #4b4b4b;
} 

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}


.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

#logo {
	margin: 0px 0 0 10px;
	background: url(../image/logo.png) no-repeat;
	width:400px;
	height:90px;
	float: left;
}
#contact {
	width: 480px;
	height: 70px;
	margin-top:5px;
	float: right;
	display: block;
}
#topLeft, #topRight, #menuLeft, #menuRight {
	margin:0px;
	padding:0px;
}
#topLeft {
	width:480px;
	height:90px;
	float:left;
	padding-left: 20px;
}
#topRight {
	width:480px;
	height:90px;
	float:right;
}

#menuAll {
	width: 980px;
	height: 35px;
	float: left;
	border: 1px #dedede solid;
	background: url(../image/menu-bg.jpg) repeat-x center;
}

#menuAll .div4 {
	width: 750px;
	clear: right;
	float: left;
	height: 35px;
	padding-left: 14px;
}
#menuAll .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 8px;
	text-align: center;
	color: #2266bb;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#menuAll .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}

#menuAll .search {
	float: left;
	width:150px;
	margin-top:5px;
	height:25px;
	display: block;
}

#menuAll .searchGo {
	float: right;
	width:50px;
	margin-top:5px;
	height:25px;
	display: block;
}

#headerBanner {
	float:left;
	height:220px;
	margin: 10px 0;
	padding: 0px 0px 20px 0px;
	width: 980px;
	background: url(../image/shadow.png) no-repeat center bottom;
}

#bannerUrun {
	float:right;
	margin: 20px 20px 10px 0px;
	width: 300px;
	height: 145px;
	background: url(../image/urun1.png) no-repeat;
}

#mid {
	height:50px;
	width:980px;
	float:left;
	position: relative;
	z-index: 110;
	/*border: 1px #FF5500 solid;
	background: #FF5500;*/
}

#mid .left {
	width: 320px;
	float:left;
	height: 40px;
}

#mid .center {
	width: 340px;
	float:left;
	position: relative;
	z-index: 92;
}

#mid .right {
	width: 320px;
	float:left;
	height: 40px;
}

#cat {
	position: absolute;
	display: none;
	width: 600px;
	height: 210px;
	background: #888888;
	margin-top: 25px;
	z-index: 40;
	left:50%;
	margin-left:-300px;
}

#catinside {
	width: 600px;
	height: 210px;
	border: 1px #CCCCCC solid;
	background: #FFFFFF;
	z-index: 50;
	margin-top: -5px;
	margin-left: -5px;
}

#catclose {
	float:right;
	padding: 5px 0;
	width: 55px;
	z-index: 70;
}

#catlist {
	float:left;
	padding: 5px 0;
}

#cat select {
	border: 1px solid #0A5391;
	padding: 1px;
	width: 180px;
}

#cat .tablebox {
	padding: 5px;
}
#cat .tablebox td{
	padding: 0px 7px;
}

#searchGo {
	padding-top: 8px;
	padding-left: 5px;
	width: 50px;
	float:left;
	z-index: 100;
	display: block;
	position: relative;
}

#prod {
	width: 225px;
	margin:0px;
	padding: 0px;
	float: left;
}
#product {
	width: 230px;
	height: 130px;
	display: block;
	background: #F1F1F1 url(../image/prod-right-top.png) no-repeat right top;
	border: 1px #CCCCCC solid;
	margin: 2px;
}

#prodimage {
	width: 75px;
	height: 75px;
	float: left;
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
	margin: 5px;
}

#producttext {
	width: 130px;
	float: left;
	margin: 5px 5px 5px 0; 
	text-align: left;
}

#productprice {
	width: 75px;
	float: left;
	margin: 0px 5px 5px 5px;
}

#productprice span.price{
	height: 25px;
	display: block;
	padding-top:10px;
	padding-left: 5px;
	margin-top: 5px;
	color: #FF5500;
	font-size: 10px;
}


#productsepet {
	width: 130px;
	float: right;
	margin: 5px 5px 5px 0; 
}	
#productsepet span.sepet {
	width: 114px;
	height: 25px;
	background: url('../image/icon-sepet.png') no-repeat;
	display: block;
	padding-top:5px;
	padding-left: 5px;
	margin-top: 5px;
}

#prodname {
	width: 120px;
	display: block;
	float: left;
	padding: 3px 5px;
	vertical-align: middle;
}

#review {
	width: 480px;
}

#box_bottom {
	width: 510px;
	float: left;
}

#box_bottom .boxtop {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	background: url('../image/module-bg.png') repeat-x;
	padding: 5px;
}

#box_bottom .boxmiddle {
	width: 100%;
	color: #222222;
	float: left;
	padding: 5px;
}

#box_bottom .boxbottom {
	width: 100%;
	float: left;
}

