.whatYouRecommend .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.whatYouRecommend li {
	line-height: 2.2em;
}
.category_name {
	float: left;
	display: inline;
	margin-top: -10px;
}
#col_main_wide {
	padding-bottom: 0;
}
.recommended_categories {
	color: #333;
	margin-bottom: 10px;
}
.relatedcategories_right {
	display: none;
}
.add-button,
.add-button_afterclick,
#wishlist_add_message {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-top: 10px;
font-weight: normal;
}
.add-button a {
  background: url(/_tr/vt/1/img/v2/wishlist_recentlist_action_icon.png) no-repeat 34px 4px;
  color:#005BBC;
  cursor:pointer;
  display: block;
  padding:8px 0 8px 30px;
  text-decoration: none;
}

#EnRenewal .add-button a {
    background-position: 40px 4px;
}

.add-button a:hover {
    text-decoration: none !important;
}

.add-button_afterclick,
#wishlist_add_message {
    background: #eee;
    color: #999;
    font-size: 12px;
    padding: 8px 5px;
    text-align: center;
}

.searchresult {
    margin-bottom: 25px;
}

#EnRenewal .searchresult {
    margin: 0;
}

#acnotice, .acnotice {
    color: #999;
    margin-bottom: 5px;
}



.relatedCategoryMain h3 {
    font-size: 12px;
    font-weight: bold !important;
}

.relatedCategoryMain ul {
    margin-top: 7px;
    overflow: hidden;
}

.relatedCategoryMain ul li {
    float: left;
    margin: 0 5px 5px 0;
}

.relatedCategoryMain ul li a {
    background: #fff;
    border: 1px solid #e3e3e3;
    display: block;
    padding: 7px 10px;
}

@media screen and (min-width: 1200px) {
    .add-button a {
        background-position: 43px 4px;
    }
    
    #EnRenewal .add-button a {
        background-position: 48px 4px;
    }
}