html{
	width					: 100%;
	height					: 100%;
}
body {
	font-size				: 11px;
	font-family				: Tahoma;
	color					: #484848;
	margin					: 0;
	padding					: 0;
	width					: 100%;
	height					: 100%;
	background				: url("../images/bg.png") repeat-x scroll top left #f8f7f2;
}

/*------ STATIC ------*/

.clear {
	clear					: both;
	margin					: 0px;
	padding					: 0px;
}
a {
	text-decoration			: none;
	color					: #272818;
}
input, textarea{
	border					: 1px solid #000000;
	padding					: 2px;
	font-size				: 11px;
}
input[type="checkbox"] , input[type="radio"]{
	border					: none;
}
select{
	border					: 1px solid #000000;
	padding					: 1px;
	font-size				: 11px;
}
label[for]{
	width					: auto !important;
	display					: inline-block !important;
	margin					: 4px 0;
}
label{
	width					: 100%;
	display					: block;
	margin					: 4px 0;
}
.radius7 {
	-webkit-border-radius	: 7px;
	-moz-border-radius		: 7px;
	border-radius			: 7px;
}
.radius4 {
	-webkit-border-radius	: 4px;
	-moz-border-radius		: 4px;
	border-radius			: 4px;
}
label.subtitle{
	font-weight				: bold;
}
img.thumb{
	border					: 1px solid #e2e1dd;
	padding					: 5px;
}
/*----------*/
table.datalist tr.title td{
	font-weight				: bold;
	border-bottom			: 1px solid #e2e1dd;
	border-top				: 0px;
}
table.datalist tr.row td{
	border-bottom			: 1px solid #e2e1dd;
}
table.datalist tr.row td a.ui-priority-primary {
	font-weight				: normal !important;
}
/*----------*/
ul.thumb-list li {
	height					: 50px;
	line-height				: 50px;
}
ul.thumb-list li * {
	float					: left;
}
ul.thumb-list li span.thumb {
	display					: inline-block;
	width					: 50px;
	height					: 50px;
	border					: 1px solid #e2e1dd;
	padding					: 5px;
	margin-right			: 10px;
	text-align				: center;
}
/*----------*/
div.module {
	display					: block;
	margin-bottom			: 10px;
}
div.module #module_title {
	line-height				: 26px;
	margin-bottom			: 5px;
}
div.module #module_title #module_title_icon {
	float					: left;
	margin					: 5px 0;
}
div.module #module_title #module_title_edit {
	float					: right;
	margin-right			: 5px;
}
div.module #module_content {
	padding					: 5px;
}
div.module ul li {
	margin					: 5px 0;
	position				: relative;
}
div.module ul li a#edit {
	height					: 12px;
	padding-left			: 15px;
	display					: inline-block;
	background				: url("/admin/images/edit.gif") no-repeat 0 0 transparent;
	position				: absolute;
	right					: 0px;
	top						: 0px;
	line-height				: normal !important;
}
div.module_box{
	padding					: 5px;
	margin					: 3px 3px 3px 0;
}
/*----------*/
.product-grid {
    overflow				: auto;
    width					: 100%;
}
.product-grid > div {
    display					: inline-block;
    margin-bottom			: 15px;
    margin-right			: 20px;
    vertical-align			: top;
    width					: 134px;
}
.product-grid .image {
    display					: block;
    margin-bottom			: 0;
}
.product-grid .image img {
    border					: 1px solid #E7E7E7;
    padding					: 3px;
}
.product-grid .name a {
    color					: #38B0E3;
    display					: block;
    font-weight				: bold;
    margin-bottom			: 4px;
    text-decoration			: none;
}
.product-grid .description {
    display					: none;
}
.product-grid .rating {
    display					: block;
    margin-bottom			: 4px;
}
.product-grid .price {
    color					: #333333;
    display					: block;
    font-weight				: bold;
    margin-bottom			: 4px;
}
.product-grid .price-old {
    color					: #FF0000;
    text-decoration			: line-through;
}
.product-grid .price-new {
    font-weight				: bold;
}
.product-grid .price .price-tax {
    display					: none;
}
.product-grid .cart {
    margin-bottom			: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom			: 3px;
}
.product-grid .wishlist a {
    background				: url("../image/add.png") no-repeat scroll left center transparent;
    color					: #333333;
    display					: block;
    padding-left			: 18px;
    text-decoration			: none;
}
.product-grid .compare a {
    background				: url("../image/add.png") no-repeat scroll left center transparent;
    color					: #333333;
    display					: block;
    padding-left			: 18px;
    text-decoration			: none;
}
/*----------*/
.product-list > div {
    margin-bottom			: 15px;
    overflow				: auto;
}
.product-list .right {
    float					: right;
    margin-left				: 15px;
}
.product-list > div + div {
    border-top				: 1px solid #EEEEEE;
    padding-top				: 16px;
}
.product-list .image {
    float					: left;
    margin-right			: 10px;
}
.product-list .image img {
    border					: 1px solid #E7E7E7;
    padding					: 3px;
}
.product-list .name {
    margin-bottom			: 3px;
}
.product-list .name a {
    color					: #38B0E3;
    font-weight				: bold;
    text-decoration			: none;
}
.product-list .description {
    color					: #4D4D4D;
    line-height				: 15px;
    margin-bottom			: 5px;
}
.product-list .rating {
    color					: #7B7B7B;
}
.product-list .price {
    color					: #333333;
    float					: right;
    font-size				: 12px;
    height					: 50px;
    margin-left				: 8px;
    text-align				: right;
}
.product-list .price-old {
    color					: #FF0000;
    text-decoration			: line-through;
}
.product-list .price-new {
    font-weight				: bold;
}
.product-list .price-tax {
    color					: #BBBBBB;
    font-size				: 12px;
    font-weight				: normal;
}
.product-list .cart {
    margin-bottom			: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom			: 3px;
}
.product-list .wishlist a {
    background				: url("../image/add.png") no-repeat scroll left center transparent;
    color					: #333333;
    display					: block;
    padding-left			: 18px;
    text-decoration			: none;
}
.product-list .compare a {
    background				: url("../image/add.png") no-repeat scroll left 60% transparent;
    color					: #333333;
    display					: block;
    padding-left			: 18px;
    text-decoration			: none;
}
/*----------*/
#homelabels #YeniUrun {
	position				: absolute;
	top						: -4px;
	right					: -4px;
	width					: 50px;
	height					: 50px;
	background				: url("../images/label_home_yeniurun.png") no-repeat 0 0 transparent;
}
#homelabels #FirsatUrunu {
	position				: absolute;
	top						: 67px;
	right					: 0px;
	width					: 70px;
	height					: 28px;
	background				: url("../images/label_home_firsaturunu.png") no-repeat 0 0 transparent;
}
#homelabels #IndirimliUrun {
	position				: absolute;
	top						: 95px;
	right					: 0px;
	width					: 65px;
	height					: 28px;
	line-height				: 20px;
	background				: url("../images/label_home_indirimliurun.png") no-repeat 0 0 transparent;
	font-size				: 12px;
	font-weight				: bold;
	color					: #FFF;
	padding-left			: 5px;
}
#homelabels #IndirimliUrun img {
	position				: relative;
	top						: 1px;
}
#homelabels #HizliKargo {
	position				: absolute;
	top						: 123px;
	right					: 0px;
	width					: 70px;
	height					: 28px;
	background				: url("../images/label_home_hizlikargo.png") no-repeat 0 0 transparent;
}
/*----------*/
#labels ul li {
	float					: left;
	margin					: 0 5px 5px 0;
	display					: inline-block;
	width					: 80px;
	height					: 50px;
}
#labels ul li#HizliKargo {
	background				: url("../images/label_hizlikargo.png") no-repeat 0 0 transparent;
}
#labels ul li#EnUcuzUrun {
	background				: url("../images/label_enucuzurun.png") no-repeat 0 0 transparent;
}
#labels ul li#AyniGunTeslim {
	background				: url("../images/label_aynigunteslim.png") no-repeat 0 0 transparent;
}
#labels ul li#OzelUrun {
	background				: url("../images/label_ozelurun.png") no-repeat 0 0 transparent;
}
#labels ul li#IndirimliUrun {
	background				: url("../images/label_indirimliurun.png") no-repeat 0 0 transparent;
}
#labels ul li#SinirliSayidaUrun {
	background				: url("../images/label_sinirlisayida.png") no-repeat 0 0 transparent;
}
#labels ul li#FirsatUrunu {
	background				: url("../images/label_firsaturunu.png") no-repeat 0 0 transparent;
}
#labels ul li#YeniUrun {
	background				: url("../images/label_yeniurun.png") no-repeat 0 0 transparent;
}
#labels ul li#SokFiyatliUrun {
	background				: url("../images/label_sokfiyatliurun.png") no-repeat 0 0 transparent;
}
#labels ul li#HediyeliUrun {
	background				: url("../images/label_hediyeliurun.png") no-repeat 0 0 transparent;
}
/*----------*/
.alert{
	padding					: 10px 10px;
	margin-bottom			: 5px;
}
.information{
	padding					: 10px 10px;
	margin-bottom			: 5px;
}
.minibutton{
	display					: block !important;
	text-align				: left !important;
}
.minibutton span{
	padding					: 2px 5px !important;
}
tr.row2 td{
	background				: #f6f6f6;
}
/*------ STATIC END ------*/

/*------ LAYOUT ------*/
#container {
	width					: 960px;
	margin					: 0 auto;
	text-align				: left;
}
#container #header{
	width					: 960px;
}
#container #header #logo{
	width					: 225px;
	height					: 86px;
	float					: left;
}
#container #header #user-menu{
	display					: inline-block;
	height					: 30px;
	border					: 1px solid #e2e1dd;
	background				: url("../images/bg_user_menu.png") repeat-x scroll top left transparent;
	padding					: 0 10px;
	float					: right;
	margin-top				: 42px;
	position				: relative;
}
#container #header #user-menu #welcome{
	position				: absolute; 
	right					: 5px; 
	top						: -25px;
}
#container #header #user-menu #welcome b{
	color					: #EA3F13;
}
#container #header #user-menu a{
	display					: inline-block;
	padding					: 0 2px 0 2px;
	margin					: 0px;
	height					: 30px;
	line-height				: 30px;
	float					: left;
}
#container #header #user-menu div.flags{
	display					: inline-block;
	background				: url("../images/bg_flags.png") repeat-x scroll top left transparent;
	height					: 19px;
	padding					: 5px 10px 0 10px;
	margin					: 3px 0 0 10px;
	font-size				: 10px;
	float					: right;
}
#container #header #user-menu div.flags a{
	line-height				: inherit !important;
	line-height				: normal !important;
	float:none;
}
#container #header #user-menu div.flags a img{
	position				: relative;
	top						: 2px;
}
#container #header #main-top{
	width					: 960px;
	height					: 10px;
	background				: url("../images/bg_main_top.png") no-repeat scroll top left transparent;
}
#container #header #top-menu{
	width					: 940px;
	height					: 50px;
	padding					: 0 10px;
	background				: url("../images/bg_main.png") repeat-y scroll top left transparent;
}
#container #header #top-menu #topmenu-categories{
	width					: 189px;
	height					: 50px;
	float					: left;
}
#container #header #top-menu #topmenu-categories #tc-right{
	width					: 188px;
	height					: 50px;
	border-right			: 1px solid #81827a;
	background				: url("../images/topmenu_categories_bg.png") repeat-x scroll top left transparent;
	-webkit-border-top-left-radius		: 7px;
	-webkit-border-bottom-left-radius	: 7px;
	-moz-border-radius-topleft			: 7px;
	-moz-border-radius-bottomleft		: 7px;
	border-top-left-radius				: 7px;
	border-bottom-left-radius			: 7px;
}
#container #header #top-menu #topmenu-categories #tc-right a.main{
	display					: inline-block;
	padding					: 5px 29px 5px 10px;
	height					: 17px;
	line-height				: 17px;
	background				: url("../images/topmenu_categories_in_bg.png") repeat-x scroll top left transparent;
	font-weight				: bold;
	position				: relative;
	z-index					: 222;
	margin					: 11px 0 0 15px;
}
#container #header #top-menu #topmenu-categories #tc-right a.main:hover{
	-webkit-border-radius				: 7px;
	-webkit-border-bottom-right-radius	: 0px !important;
	-webkit-border-bottom-left-radius	: 0px !important;
	-moz-border-radius					: 7px;
	-moz-border-radius-bottomright		: 0px !important;
	-moz-border-radius-bottomleft		: 0px !important;
	border-radius						: 7px;
	border-bottom-right-radius			: 0px !important;
	border-bottom-left-radius			: 0px !important;
	-moz-box-shadow						: 0px 3px 3px 3px #918f82;
	-webkit-box-shadow					: 0px 3px 3px 3px #918f82;
	box-shadow							: 0px 3px 3px 3px #918f82;
}
#container #header #top-menu #topmenu-categories #tc-right a.main .all-menu{
	display					: none;
	position				: absolute;
	top						: 27px;
	left					: 0;
	z-index					: 222;
	border					: 1px solid #e2e1dd;
	-moz-box-shadow			: 0px 3px 3px 3px #e2e1dd;
	-webkit-box-shadow		: 0px 3px 3px 3px #e2e1dd;
	box-shadow				: 0px 3px 3px 3px #e2e1dd;
}
#container #header #top-menu #topmenu-categories #tc-right .all-menu a{
	width					: 91px;
	display					: block;
	padding					: 5px 27px 5px 10px;
	height					: 17px;
	line-height				: 17px;
	background				: #fff;
	font-weight				: normal;
	color					: #272818;
	border-bottom			: 1px solid #e2e1dd;
}
#container #header #top-menu #topmenu-categories #tc-right .all-menu a:hover{
	background				: #faf7f7;
}
#container #header #top-menu #topmenu-categories #tc-right a.main:hover div.all-menu {
	display					: block;
}
#container #header #top-menu #topmenu-categories #tc-right a span.arrow{
	position				: absolute;
	display					: inline-block;
	width					: 9px;
	height					: 5px;
	top						: 12px;
	right					: 10px;
	background				: url("../images/arrow_down.png") no-repeat scroll center left transparent;
}
#container #header #top-menu #topmenu-content{
	border-top				: 1px solid #e2e1dd;
	border-bottom			: 1px solid #e2e1dd;
	border-right			: 1px solid #e2e1dd;
	-webkit-border-top-right-radius		: 7px;
	-webkit-border-bottom-right-radius	: 7px;
	-moz-border-radius-topright			: 7px;
	-moz-border-radius-bottomright		: 7px;
	border-top-right-radius				: 7px;
	border-bottom-right-radius			: 7px;
	padding-left			: 30px;
	height					: 48px;
	background				: url("../images/topmenu_content_bg.png") repeat-x scroll top left transparent;
	line-height				: 48px;
	margin-left				: 10px;
}
#container #header #top-menu #topmenu-content div{
	float					: left;
}
#container #header #top-menu #topmenu-content #topmenu-search{
	width					: 576px;
	margin-left				: 20px;
}
#container #header #top-menu #topmenu-content #topmenu-search .search-fld{
	width					: 374px !important;
	border					: 1px solid #e2e1dd;
	background				: #FFF;
	font-size				: 12px;
	font-family				: Tahoma;
	height					: 28px !important;
	line-height				: 28px !important;
	padding					: 0 5px;
	margin					: 9px 0 0 0;
	float					: left;
}
#container #header #top-menu #topmenu-content #topmenu-search .search-btn{
	display					: inline-block;
	position				: relative;
	left					: -2px;
	width					: 76px;
	height					: 30px;
	background				: url("../images/search_btn.png") no-repeat scroll top left transparent;
	margin-top				: 9px;
	margin-right			: 10px;
	float					: left;
}
#container #header #top-menu #topmenu-content #topmenu-line{
	width					: 22px;
	height					: 48px;
	background				: url("../images/topmenu_line.png") no-repeat scroll top left transparent;
}
#container #header #top-menu #topmenu-content #topmenu-cart{
	padding					: 0 10px 0 10px;
}
#container #header #top-menu #topmenu-content #topmenu-cart img{
	position				: relative;
	top						: 3px;
}
#container #header #top-menu #topmenu-right{
	width					: 7px;
	height					: 50px;
	background				: url("../images/topmenu_right.png") no-repeat scroll top left transparent;
	float					: left;
}
#container #main{
	width					: 940px;
	padding					: 10px;
	background				: url("../images/bg_main.png") repeat-y scroll top left transparent;
}
#container #main #center #top_left, #middle_left, #bottom_left {
	width					: 200px;
	padding-right			: 10px;
}
#container #main #center #top_center, #middle_center, #bottom_center {
}
#container #main #center #top_right, #middle_right, #bottom_right {
	width					: 200px;
	padding-left			: 10px;
}
#container #footer #main-bottom{
	width					: 960px;
	height					: 10px;
	background				: url("../images/bg_main_bottom.png") no-repeat scroll top left transparent;
}
#container #footer #footer_db{
	padding					: 0 10px;
	background				: url("../images/bg_main.png") repeat-y scroll top left transparent;
}
#container #footer #footer-content{
	width					: 940px;
	padding					: 0 10px 0 10px;
	position				: relative;
}
#container #footer #footer-content span.social{
	position				: absolute;
	top						: 0px;
	right					: 0px;
}
#container #footer #footer-content span.social img{
	margin-right			: 10px;
}
#container #footer #footer-content .footer_ref{
	padding					: 10px 0;
}
#container #footer #footer-content .footer_ref *{
	color					: #ea3f13;
	font-size				: 10px;
}
/*------ LAYOUT END ------*/

/*---------------------------------------------*/
#account ul li {
	height					: 20px;
	line-height				: 20px;
	margin					: 5px 5px;
	padding					: 0 0 0 15px;
	border					: 1px solid #e2e1dd;
	display					: block;
	background				: url("../images/arrow_left.png") no-repeat scroll 5px 7px transparent;
}
#account ul li:hover {
	background				: url("../images/arrow_left.png") no-repeat scroll 5px 7px #e2e1dd;
}
#announcements ul li {
	height					: 50px;
	line-height				: 50px;
}
#chat img {
	width					: 198px;
	overflow				: hidden;
}
#ntvmsnbcnews label {
	margin					: 10px 0;
}
#survey label {
	display					: inline;
	margin-left				: 5px;
}
#faq dt {
	background				: url("../images/icon_question.png") no-repeat scroll 5px 5px transparent;
	height					: 24px;
	line-height				: 24px;
	padding					: 5px 5px 5px 35px;
	border					: 1px solid #e2e1dd;
	margin-bottom			: 0px;
	cursor					: pointer;
}
#faq dd {
	padding					: 5px 5px 5px 35px;
	margin					: 0;
	background				: #e2e1dd;
}
.categorybrands li{
	float					: left;
}
.categorybrands li a{
	display					: inline-block;
	margin					: 3px 3px;
}
#announcements ul li img {
	margin-right			: 10px;
}
#homeproducts #product_container {
	background				: url("../images/product_shadow.png") no-repeat scroll bottom center transparent;
	padding-bottom			: 10px;
}
#homeproducts #product {
	width					: 225px;
	border					: 1px solid #E5E5E5;
}
#homeproducts #product #product_outside {
	background				: none repeat scroll 0 0 #F7F7F7;
    border					: 1px solid white;
    padding					: 8px;
	position				: relative;
}
#homeproducts #product #product_outside:hover {
	background				: none repeat scroll 0 0 #e0e0e0;
}
#homeproducts #product #product_outside #product_inside {
	width					: 207px;
	height					: 227px;
	background				: none repeat scroll 0 0 #FFFFFF;
	padding-bottom			: 10px;
	position				: relative;
}
#homeproducts #product #product_image {
	height					: 130px;
	overflow				: hidden;
	vertical-align			: middle;
	text-align				: center;
	margin					: 0 10px 10px 10px;
	padding					: 10px;
	border-bottom			: 1px solid #e2e1dd;
}
#homeproducts #product #product_image img {
	max-width				: 167px;
	max-height				: 130px;
}
#homeproducts #product #product_name {
	overflow				: hidden;
	text-align				: left;
	padding					: 0 10px;
	height					: 26px;
}
#homeproducts #product #product_add {
	float					: left;
	margin					: 0 0 0 10px;
}
#homeproducts #product #product_add span.stock_out {
	display					: inline-block;
	height					: 29px;
}
#homeproducts #product #product_add .ui-icon-cart {
	display					: none;
}
#homeproducts #product #product_add .ui-button-text {
	padding					: 5px;
}
#homeproducts #product #product_price {
	float					: right;
	font-size				: 12px;
	font-weight				: bold;
	margin					: 0 10px 0 0;
	color					: #ea4014;
}
#homeproducts #product #product_price span.old_price {
	height					: 14px;
	display					: block;
    font-size				: 12px;
    font-style				: oblique;
    font-weight				: normal;
    text-decoration			: line-through;
	color					: #A4A4A4;
}
#homeproducts #product #labels {
	text-align				: center;
	display					: none;
}
#homeproducts #product #labels ul {
	margin					: 0 auto 0 auto;
	display					: inline-block;
}
#homeproducts .paging {
	line-height				: 31px;
}
#homeproducts .paging span {
	float					: right;
}
#homeproducts .paging span.RecordsCount {
	margin-right			: 10px;
}
/*----------*/
#product-detail h1{
	font-size				: 2.2em;
	color					: #2a2c34;
	letter-spacing			: -0.5px;
	margin					: 10px 0;
}
#product-detail #left{
	display					: block;
	position				: relative;
	float					: left;
}
#product-detail #left #imageTabContainer{
	width					: 247px;
	float					: left;
	margin-right			: 10px;
}
#product-detail #left #tab_images{
	padding					: 0px !important;
}
#product-detail #left #Price_container{
	width					: 400px;
	padding-right			: 9px;
	float					: left;
}
#product-detail #left #labels{
	margin					: 10px 0 0 0;
}
#product-detail #left #FiyatPanel td{
	border-bottom			: 1px solid #e2e1dd;
}
#product-detail #right{
	width					: 250px;
	float					: right;
	padding					: 10px 10px 63px 10px;
	position				: relative;
}
#product-detail #right #kargo{
	position				: absolute;
	bottom					: 10px;
	left					: 10px;
	border					: 1px solid #e2e1dd;
	width					: 248px;
}
#product-detail #right #kargo .title{
	font-weight				: bold;
	margin					: 5px 0 5px 5px;
	display					: block;
}
#product-detail #right #kargo ul li{
	list-style-type			: none;
	float					: left;
	margin					: 0 0 5px 5px;
	padding					: 0 0 0 10px;
	background				: url("../images/arrow_mark.png") no-repeat center left transparent;
}
#product-detail #right .cartbutton2{
	display					: block !important;
	margin					: 5px 0;
}
#product-detail #right .minibutton{
	background				: #e2e1dd;
	-webkit-border-radius	: 6px;
	-moz-border-radius		: 6px;
	border-radius			: 6px;
	padding					: 5px 5px 5px 17px;
	background				: url("../images/arrow_left.png") no-repeat 8px 8px #e2e1dd;
}
#product-detail #right .product-quantity{
	border					: 1px solid #e2e1dd; 
	background				: #f5f4f1 url(images/ui-bg_highlight-soft_75_f5f4f1_1x100.png) 50% 50% repeat-x; 
	color					: #272818; 
	font-weight				: bold;
}
#product-detail #right .product-quantity #quantity{
	float					: left;
	padding-top				: 8px;
}
#product-detail #right .product-quantity #cart-button{
	float					: right;
}
#product-detail #right .product-quantity #quantity #QtyText{
	float					: left;
	display					: inline-block;
	height					: 20px;
	line-height				: 20px;
	padding					: 0 5px;
}
#product-detail #right .product-quantity #quantity #btnQtyMinus{
	float					: left;
	display					: inline-block;
	width					: 20px;
	height					: 20px;
	cursor					: pointer;
	background				: url("../images/product-cart-remove.png") no-repeat center center transparent;
}
#product-detail #right .product-quantity #quantity #txtQty{
	margin					: 0 2px;
	float					: left;
	-webkit-border-radius	: 5px;
	-moz-border-radius		: 5px;
	border-radius			: 5px;
	text-align				: center;
}
#product-detail #right .product-quantity #quantity #btnQtyPlus{
	float					: left;
	display					: inline-block;
	width					: 20px;
	height					: 20px;
	cursor					: pointer;
	background				: url("../images/product-cart-add.png") no-repeat center center transparent;
}





#share #share-content *{
	float					: left;
}
#share #share-content #___plusone_0{
	padding					: 5px !important;
	border					: 1px solid #e2e1dd !important;
	float					: left !important;
	margin-right			: 2px !important;
}
#share #share-content a img{
	padding					: 5px;
	border					: 1px solid #e2e1dd !important;
	background				: #FFF;
	margin-right			: 2px;
	height					: 24px;
}
#product-detail div.detailsTabContainer{
	margin-top				: 20px;
}
#product-detail div.detailsTabContainer #tab_details_images ul li {
	float					: left;
	border					: 1px solid #e2e1dd;
	margin-right			: 5px;
}
/*---*/
#affiliateinviter #share a img{
	padding					: 5px;
	border					: 1px solid #e2e1dd !important;
	background				: #FFF;
	margin-right			: 2px;
	height					: 24px;
	float					: left;
}
#affiliatemenu ul li {
	height					: 20px;
	line-height				: 20px;
	margin					: 5px 5px;
	padding					: 0 0 0 15px;
	border					: 1px solid #e2e1dd;
	display					: block;
	background				: url("../images/arrow_left.png") no-repeat scroll 5px 7px transparent;
}
#affiliatemenu ul li:hover {
	background				: url("../images/arrow_left.png") no-repeat scroll 5px 7px #e2e1dd;
}
#producttags a.Tags_Link {
	padding					: 5px;
	background				: #e2e1dd;
	display					: inline-block;
	margin					: 0 5px 5px 0;
}
#brandlist a, #SubCategories li a {
	padding					: 5px;
	background				: #e2e1dd;
	display					: inline-block;
	margin					: 0 5px 5px 0;
}
#SubCategories1 ul a{
	display					: block;
	position				: relative;
	padding-left			: 15px;
}
#SubCategories1 ul a span{
	position				: absolute;
	top						: 0;
	left					: 0;
}
#SubCategories1 div.sub{
	border					: 1px solid #000;
	padding					: 5px;
	margin-top				: 10px;
}
#SubCategories1 table li{
	border-bottom			: 1px solid #e2e1dd;
	padding					: 5px;
}
#SubCategories1 table li a{
	margin-left				: 10px;
	font-weight				: normal !important;
}
#SubCategories2 ul li{
	background				: #f4f4f4;
	margin					: 0;
	padding					: 5px;
}
#SubCategories2 ul ul li{
	background				: #e2e1dd;
	margin					: 0;
	padding					: 5px 5px 5px 10px;
}
#SubCategories2 ul ul li a{
	font-weight				: normal !important;
}
div.Categories span.button{
	display					: block;
}
div.Categories span.button span{
	padding					: 0 !important;
}
div.Categories .sub li ul li{
	position				: relative;
	padding-left			: 15px;
}
div.Categories .sub li ul li span{
	position				: absolute;
	top						: 0;
	left					: 0;
}
#bookfilter span{
	font-weight				: bold;
}
#slidermodule{
	margin-bottom			: 10px;
	position				: relative;
}
#OrderStep3d span.iparalogo{
	display					: inline-block;
}
#OrderStep3d span.iparalogo img{
	margin					: 0 10px 0 2px;
}
#brands div.letter ul li {
	background				: #FFF;
	border					: 1px solid #CCC;
	padding					: 5px;
	float					: left;
	margin					: 0 5px 5px 0;
}
#brands ul.list {
	clear					: both;
	padding-top				: 20px;
}
#brands ul.list li {
	width					: 98px;
	border					: 1px solid #CCC;
	float					: left;
	text-align				: center;
	padding					: 5px;
	margin					: 0 10px 10px 0;
}
#brands ul.list li span.thumb {
	width					: 50px;
	display					: none;
	padding					: 5px;
	background				: #FFF;
	border					: 1px solid #CCC;
	margin					: 0 auto 5px auto;
}
#brands ul.list li a {
	font-size				: 11px;
}
#categories ul li.depth0 {
	padding					: 5px;
	width					: 200px;
	height					: 150px;
	overflow				: auto;
	border					: 1px solid #e2e1dd;
	float					: left;
	margin					: 10px;
	-webkit-border-radius	: 6px;
	-moz-border-radius		: 6px;
	border-radius			: 6px;
}
#categories ul li.depth0 > a {
	color					: #000;
	padding-bottom			: 5px;
	border-bottom			: 1px dotted #e2e1dd;
	display					: block;
}
#categories ul li.depth0 ul{
	margin					: 0 0 0 10px;
}
#categories ul.depth1 li a{
	color					: #ea3f13;
}
#categories ul.depth2 li a{
	color					: #666666;
}
#categories ul li.depth0 ul ul{
	margin					: 0 0 0 10px;
}
#kbsearchresult{
	min-height				: 400px;
}
#kbsearchresult #kb_results ul.kb_result li{
	padding					: 5px;
	border					: 1px solid #e2e1dd;
	list-style-type			: disc;
	list-style-position		: inside;
	color					: #EA3F13;
}
#kbsearchresult #kb_results ul.kb_result li a{
	color					: #EA3F13;
}
/*---*/

/** explorer için rounded corner olayı Not: aktif edilince site yavaşlıyor *** / 
/*
.ui-corner-tl { border-top-left-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-tr { border-top-right-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-bl { border-bottom-left-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-br { border-bottom-right-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-top { border-top-left-radius: 8px; border-top-right-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-bottom { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-right {  border-top-right-radius: 8px; border-bottom-right-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-left { border-top-left-radius: 8px; border-bottom-left-radius: 8px; behavior: url(/border-radius.htc);}
.ui-corner-all { border-radius: 8px; behavior: url(/border-radius.htc); }
*/