#clicshopping_content {
	font-size: 10px;
	margin-bottom: 8px;
}

#clicshopping_top {
	background-color: #FFFFFF;
	border: 1px solid #EBECE2;
	width: 85%;
	padding: 3px;
	text-align: center;
	margin: 0px auto 0px auto;
}

#clicshopping_top img {
	margin: 4px;
}

#clicshopping_item1 {
	padding: 3px;
	border: 1px solid #EBECE2;
	width: 85%;
	margin: 0px auto 0px auto;
}

#clicshopping_item2 {
	padding: 3px;
	background-color: #EBECE2;
	width: 85%;
	margin: 0px auto 0px auto;
}


/*PARTE INTERNA (página)*/
#wrapper-clicshopping {
	clear: both;
}

#wrapper-clicshopping #content_news {
	margin-top: 10px;
	margin-bottom: 20px;
}

#wrapper-clicshopping #title_box {
	height: 18px;
	background-color: #EBEBEB;
	margin-top: 10px;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	margin: 0 31px 0 22px;
	width: 420px;
}

/* Título de cartola */
#wrapper-clicshopping #title_box .title-box {
	display: block;
	float: left;
	padding-left: 9px;
	padding-top: 2px;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

/* Chamada */
#header_shop {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

#block_shop_search {
	padding: 10px;
	vertical-align: middle;
	background-color: #FFFFFF;
	height: 18px;
	border-bottom: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	margin: 0 31px 20px 22px;
	width: 400px;
}
.txt-search-shop {
	display: block;
	float: left;
	margin-top: 3px;
}
.search-shop {
	border: 1px solid #000000;
	display: block;
	float: left;
	margin-left: 5px;
	width: 176px;
	height: 18px;
	font-size: 13px;
	vertical-align: middle;
}
.btn-search-shop {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	border: none;
}

#block_shop_offer {
	clear: both;
	margin: 10px 33px 10px 22px;	
}
#line_shop_offer {
	clear: both;
	margin-bottom: 10px;
	height: 1%;
	background-image: url(../icon/bg_shop_line.gif);
	background-position: bottom;
}
#div_shop_offer {
	float: left;
	display: block;
	width: 4px;
}
#item_shop_offer {
	float: left;
	display: block;
	width: 118px;
	background-image: url(../icon/bg_shop_item.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.item-shop-img, .item-shop-txt-desc, .item-shop-txt-price, .item-shop-txt-sname {
	clear: both;
	display: block;
	vertical-align: middle;
}
.item-shop-img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-shop-txt-desc {
	height: 30px;
}
.item-shop-txt-price {
	height: 20px;
}
.item-shop-txt-sname {
	height: 15px;
}
.item-shop-txt-desc a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.item-shop-txt-price a {
	font-size: 14px;
	color: #3C7EAE;
	font-weight: bold;
	text-decoration: none;
}
.item-shop-txt-sname a {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
 .item-shop-txt-desc a:hover, .item-shop-txt-price a:hover, .item-shop-txt-sname a:hover {
	text-decoration: underline;
}

#block_shop_catg {
	background-image: url(../icon/bg_shop_catg.gif);
	background-repeat: repeat-y;
	margin: 0 31px 20px 22px;
	clear: both;
	width: 422px;
	padding: 0px;
	vertical-align: top;
}
#block_shop_catg_l {
	float: left;
	width: 181px;
	margin: 10px 10px 0 10px;
}
#block_shop_catg_r {
	float: left;
	width: 181px;
	margin: 10px 10px 0 10px;
}
#block_shop_catg_l ul, #block_shop_catg_r ul {
	margin-bottom: 16px;
	display: block;
}
#block_shop_catg_l li, #block_shop_catg_r li {
	font-family: Tahoma;
	font-size: 10px;
	margin-bottom: 1px;
	background-image: url(../icon/shop_catg_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.title-shop-catg {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 1px;
	display: block;
}