﻿div#paging {
	clear: both;
	padding: 12px 0;
}

div#paging div.ctrls
{
    border: 1px solid #000;
    background: #eee;
}

div#paging div#ctrls {
	/*background: url("dot.gif") repeat-x 0 bottom;*/
	padding-bottom: 8px;
}

div#paging div#ctrls2 {
	/*background: url("dot.gif") repeat-x 0 0;*/
	padding-top: 8px;
}

div#paging div.ctrls td {
	padding: 4px;
	color: #000;
	font-size: 12px;
}

div#paging div.ctrls td a {
	color: #000;
	text-decoration: none;
}

div#paging div.ctrls .chosen {
	font-weight: bold;
}

div#paging div.ctrls span.pageof {
	margin: 0 12px;
}

div#paging div#contents {
	padding: 14px 0;
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
}

div#paging div#contents table {
	width: 100%;
}

div#paging div#contents table td {
	padding: 6px;
	text-align: center;
}

div#paging div#contents table td.imgCell {
	padding-bottom: 0;
}

div#paging div#contents table td.verticalSpacer {
	padding: 0 6px;
	background: url("contsVertSep.gif") repeat-y center top;
}

div#paging div#contents table td.horizontalSpacer {
	padding: 6px 0;
	background: url("contsHorzSep.gif") repeat-x left center;
}

div#paging div#contents table td div.name {
	padding: 0 0 6px;
}

div#paging div#contents table td div.name a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

div#paging div#contents table td div.name a:hover
{
    text-decoration: underline;
}

div#paging div#contents table div.price {
	xdisplay: inline;
	font-size: 11px;
}

div#paging div#contents table div.price s {
	text-decoration: line-through;
	font-weight: normal;
}

div#paging div#contents table div.price-bold,
div#paging div#contents table div.saleprice {
	xdisplay: inline;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

div#paging div#contents table div.you-save {
	font-weight: bold;
	color: #B32929;
	font-size: 12px;
}
