#shopping_page h1 {
	border-bottom: 2px dashed #ccc;
	color: #006699;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#shopping_page h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px
}
#shopping_page h1 a, #shopping_page h2 a {
	text-decoration: none
}
#shopping_page a {
	color: #006699;
}
#shopping_page a:hover {
	color: #188DC8;
}
#shopping_page p {
	margin: 0px 0 15px 0;
	line-height: 1.5em;
}
#shopping_page table {
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%
}
#shopping_page table td {
	padding: 5px;
	width: 33%
}
#shopping_page .none {
	padding: 20px;
	text-align: center
}
#shopping_page div.product {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cccccc
}
#shopping_page div.product h2 {
	margin: 0;
	line-height: normal
}
#shopping_page div.product a.i {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	width: 75px;
	height: 75px;
	overflow: hidden
}
#shopping_page div.product div.p b, #shopping_page .price, #shopping_page .price a {
	color: #f80000;
	font-size: 17px;
	font-weight: bold
}
#shopping_page div.cheapest {
	padding: 5px;
	margin: 10px 0 15px;
	border: 2px solid #ffcd00;
	text-align: center;
	font-size: 17px;
	font-weight: bold
}
#shopping_page div.product div.p {
	float: right;
	margin: 10px 0 0 0;
	width: 130px;
	text-align: center
}
#shopping_page div.product div.i {
	float: left;
	width: 450px
}
#shopping_page div.product div.p p, #shopping_page p.buy {
	color: #5B4C0B;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	line-height: 20px;
	background-image: url('../images/showall.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#shopping_page p.buy {
	margin: 0;
	width: 90px
}
#shopping_page .desc {
	font-size: 11px;
	color: #666666
}
#shopping_page .c {
	text-align: center
}

#shopping_page div.viewproduct {
	margin: 15px 0
}
#shopping_page div.viewproduct img.i {
	float: left
}
#shopping_page div.viewproduct h2 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: normal
}
#shopping_page div.viewproduct h3 {
	margin: 10px 0 0
}
#shopping_page div.viewproduct h4, #shopping_page div.product h4 {
	font-weight: normal;
	margin: 0 0 10px;
	line-height: normal
}
#shopping_page div.viewproduct div.i {
	width: 555px;
	float: right
}
#shopping_page img.inline {
	vertical-align: middle
}
#shopping_page table.discount-list a {
	text-decoration: underline
}
#shopping_page div.pages_t {
	margin: 0 0 20px 0;
	border: 1px solid #e1e1e1;
	border-top: 0px;
	padding: 0 5px 10px;
	font-size: 14px; 
}
#shopping_page div.pages_b {
	margin: 20px 0 20px 0;
}
#shopping_page table.t td {
	vertical-align: top
}
#shopping_page ul {
	list-style-position: inside
}
#shopping_page .floatr {
	float: right
}

#shopping_page div.clear {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0
}

#shopping_page ul.paging {
	padding: 10px 0;
	margin: 0;
}
#shopping_page ul.paging li {
	float: left;
	list-style: none;
	background: #fff;
	margin-right: 2px;
}
#shopping_page ul.paging li a {
	font-weight: normal;
	padding:3px 6px 3px 6px;
	border: 1px solid #2e78af;
	font-size: 1em;
	text-decoration: none;
}
#shopping_page ul.paging li.current a {
	font-weight: bold;
	color: #fff;
	background: #2e78af;
}
#shopping_page ul.paging li a:hover {
	background: #2e78af;
	color: #fff;
}
#shopping_page ul.paging li.elipsis {
	padding: 0 5px;
}


#shopping_page #featured {
	padding: 0;
	margin: 0;
	width: 100%
}
#shopping_page #featured td {
	padding: 0;
	width: auto
}
#shopping_page #featured td.star {
	width: 50px;
	/*  background: url('../images/news-star.gif') no-repeat;   */
	text-align:center;
	font-weight:bold;
	font-size:20px;
	vertical-align:top;
	padding-top:26px;
}
#shopping_page #featured .desc {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#shopping_page #featured .desc:hover {
	color: #666;
}
#shopping_page .adverts {
	background: #EBF7FF;
	padding: 10px;
}
#shopping_page .adverts-inner {
	border: 1px dashed #ccc;
	padding: 10px;
	background: #fff;
}
#shopping_page .adverts h3 {
        /*	background:#CD0000 url('../images/headers.gif') repeat-x scroll left top; */
	padding:2px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}
#shopping_page .adverts h3 a {
	color:#fff;
}

