/* CONTENT HEADING DEFINITIONS */
/* CORE CONTENT BLOCK*/
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Top level heading, use only once on a page */
.Content h1 {
	padding: 0px;
	margin: 0px;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}
/* Second level heading, use as a major section separator */
.Content h2 {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* Third level heading, use this as the common heading and sub-heading to major sections */
.Content h3 {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
}
/* Fourth level heading, used as a sub-heading for minor sections */
.Content h4 {
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
/* Fifth level heading, use as a subtle heading  */
.Content h5 {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
/* Sixth level heading, use as a subtle heading  */
.Content h6 {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}

/* Defines the drill-down or breadcrumb trail of links */
.Content .Breadcrumb {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #333333;
}
/* CONTENT LIST DEFINITIONS */
/* Defines an individual category row in a list  */

.Listings .FreeCat {
	padding: 7 7 7 3;
	color: #666666;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
}

.Listings .FreeListingContainer {
	margin : 0;
	border-width : 0;
	border-style : solid;
	border-color : #CCCCCC #CCCCCC #E32F00 #CCCCCC;
}

.Listings .FreeListing {
	margin: 0;
	border-width : 0;
	border-style : solid;
	border-color : #DDDDDD #DDDDDD #B60004 #DDDDDD;
}

.Listings .FreeCatLoc {
    float : right;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-weight : normal;
	font-style : italic;
	letter-spacing : 0.05em;
	border-width : 0;
	border-style : solid;
	border-color : #000000;
	text-align: right;
}

.FreeLink {
	font-size : 12px;
    font-weight : normal;
    text-decoration: underline;
	color: #6699CC;
}

.FreeByLine {
	font-weight : normal;
	text-decoration: none;
	color: #333333;
}

.PremiumLink {
	font-size : 13px;
    font-weight : bold;
    text-decoration: underline;
	color: #6699CC;
}

.PremiumBox p {
    width: 75%;
    padding: 0px;
    margin: 0px;
	font-weight : normal;
	text-decoration: none;
	color: #666666;
}

.Listings .PremiumListing {
    margin: 0;
	border-width : 2 0 0 0;
	border-style : dotted;
	border-color : #FFFFFF;
	padding: 7 7 7 3;
	color: #666666;
	font-size: 12px;
	background-color: #EEEEEE;
}

.Listings .PremiumCatLoc {
    float : right;
	padding: 0;
	color: #666666;
	font-size: 12px;
	font-weight : normal;
	font-style : italic;
	letter-spacing : 0.05em;
	text-align: right;
}

.PremiumBox h2 {
	padding: 3px;
	color: #000000;
	border-width : 0;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	background-color: #EEEEEE;
}
.Listings .PremiumBox {
	margin: 15px 0px 10px 0px;
	padding : 0;
	border-width : 0 0 5 0;
	border-style : solid;
	border-color : #666666 #666666 #E32F00 #666666;
	background-color: #EEEEEE;
}
.PremiumRow {
	background-color: #FF690B;
	border-width : 0 0 3 0;
	border-style : solid;
	height: 10px;
	border-color : #CCCCCC #CCCCCC #B60004 #CCCCCC;
}
.Listings .PremiumCat a {
	font-weight: bold;
}

/* PRODUCT LIST DEFINITIONS */
/* Defines overall container for product listings  */
.Product {
	padding: 0px;
    margin: 0px;
}
/* Product links */
.Product a {
	font-weight : bold;
}
/* Product description text */
.Product p {
	font-size: 12px;
    color: #666666;
}
/* Product list table */
.Product table {
    width: 530px;
	padding: 5px;
	align: center;
    border-width: 0px;
}
/* Generic product cell for thumbnail image or description */
.Product td {
	padding: 20px 10px 10px 10px;
	text-align: left;
    vertical-align: top;
    border-width: 0px;
    border-bottom: 2px dotted #CCCCCC;
}
/* Simple product image */
.Product img {
	padding: 0px;
    border-width: 0px;
}
/* Actual Price */
.Product Price {
	padding: 0px 5px 0px 0px;
    font-weight : bold;
}
/* List Price */
.Product .ListPrice {
	padding: 0px 5px 0px 0px;
    color: FF0000;
    text-decoration: line-through;
}

/* CATEGORY COLUMN LAYOUT*/
.CatContainer {
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}
.CatMenu {
	left: 0px;
    right: 0px;
    width: 550px;
    vertical-align: top;
}
.CatMenu .MenuItem {
	float: left;
    width: 250px;
    text-align: left;
	padding: 5px 0px 5px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 11px;
	color: #333333;
}
.CatMenu .MenuItem a {
	font-size: 12px;
}
/* Defines the drill-down or breadcrumb trail of links */
.CatItem {
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}
