/* core stuff */

/*h1 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 22px;
	color: #555555;
}
h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 18px;
	color: #555555;
}
h3 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 13px;
	color: #555555;
}
h4 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 12px;
	color: #555555;
}
p {
	margin: 0px 0px 11px 0px;
}
hr {
	height: 1px;
	border: none 0;
	border-bottom: 1px dashed #ddd;
}*/

/* categories menu */

#box-right {
	float: right;
}
.category-link {
	margin-bottom: 5px;
}

/* shopping cart sidebox */

#shoppingcartContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#shoppingcartContent li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* listings */

.tabTable {
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.tabTable th {
	text-align: left;
	padding: 5px;
}
.tabTable td {
	padding: 5px;
}
.productListing-heading {
}
.productListing-odd {
	background-color: #f9f9f9;
}
.productListing-even {
	background-color: #fff;
}
.productListing-data {
	vertical-align: top;
}
.productListing-empty {
	visibility: hidden;
}
.centerBoxContentsAlsoPurch {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

/* popup windows */

#infoShoppingCart, #popupCVVHelp {
	padding: 10px;
}
#popupImage {
	margin: 0px;
	padding-top: 8px;
}

/* forms */

legend {
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 0px;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.address-table {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	width: 100%;
	padding: 4px;
}
.address-table td {
	padding-bottom: 4px;
}
.address-table table {
	border: none;
	padding: 0px;
}

/* other */

.space-above {
	margin-top: 20px;
}
.forward {
	float: right;
	margin-left: 8px;
}
.back {
	float: left;
	margin-right: 8px;
}
.centeredContent {
	text-align: center;
}
#indexProductListCatDescription {
	margin-bottom: 8px;
}
.ccinfo {
	margin-top: 10px;
}
.clearBoth {
	clear: both;
}