/***********************************************************
	GENERAL FORMATTING
	* spacer
***********************************************************/
.dfr_spacer
{
	clear: both ;
	height: 1px ;
	line-height: 1px ;
}


/***********************************************************
	BREADCRUMB STYLE
	* links
***********************************************************/
#dfr_breadcrumb
{
	margin: 20px 0px 20px 0px ;
	width: 100% ;
	display: block ;
}


/***********************************************************
	CATEGORY LISTINGS STYLE
	* category box width and border
	* category image
	* category name
	* category description
***********************************************************/
#dfr_category_listing { width: 100% ; }
#dfr_category_listing .dfr_html { width: 100% ; }

/* This controls the category's box width */
#dfr_category_listing .dfr_cat_outer
{
	width: 33% ;						/* This controls the number of columns */
	float: left ;
}

/* This formats the box that surrounds each category */
#dfr_category_listing .dfr_cat_outer .dfr_cat_inner
{
	margin: 2px 2px 0px 0 ;
	border-color: #E6E6E6 ;
	border-width: 0px ;
	border-style: solid ;
	padding: 5px ;
	overflow: hidden ;
}

#dfr_category_listing .dfr_cat_outer .dfr_cat_inner .dfr_category_listing_image {float: left ; }

#dfr_category_listing .dfr_cat_outer .dfr_cat_inner .dfr_category_listing_image img
{
	float: left ;
	padding: 0 10px 3px 0 ;
	border-width: 0 ;
}

#dfr_category_listing .dfr_cat_outer .dfr_cat_inner .dfr_category_listing_title
{
	height: 28px ;
	text-align: left ;
	text-decoration: none ;
	overflow: hidden ;
}

#dfr_category_listing .dfr_cat_outer .dfr_cat_inner .dfr_category_listing_title h3
{
	float: none ;
	display: block ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: bold ;
	text-align: left ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	border-width: 0 ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	font-size: 11px ;
	line-height: 13px ;
	color: inherit ;
	padding: 0 ;
	margin: 0 ;
	background: transparent ;
}

#dfr_category_listing .dfr_cat_outer .dfr_cat_inner .dfr_category_listing_description
{
	height: 105px ;
	/* This control how much space the description takes up */
	padding: 0 0 10px 0 ;
}

#dfr_category_listing .dfr_cat_outer .dfr_cat_inner .dfr_category_listing_description p
{
	line-height: 13px ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	color: inherit ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: normal ;
	text-align: inherit ;
	text-transform: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	margin: 0 ;
	padding: 0 ;
	float: none ;
}





/***********************************************************
	PRODUCT LISTINGS HEADER FORMAT (before listings section)
	* category name
	* category description
	* category image
***********************************************************/
#dfr_product_listings .dfr_product_listing_header
{
	width: 100% ;
	clear: both ;
	display: block ;
	margin: 20px 0 10px 0 ;
}

#dfr_product_listings .dfr_product_listing_header .dfr_product_listing_header_image { }

#dfr_product_listings .dfr_product_listing_header .dfr_product_listing_header_image img
{
	float: left ;
	margin: 0 10px 3px 0 ;
	border-width: 0 ;
}

#dfr_product_listings .dfr_product_listing_header .dfr_product_listing_header_title { }

#dfr_product_listings .dfr_product_listing_header .dfr_product_listing_header_title h2
{
	float: none ;
	display: block ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: inherit ;
	text-align: left ;
	line-height: normal ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	border-width: 0 ;
	background: transparent ;
}

#dfr_product_listings .dfr_product_listing_header .dfr_product_listing_header_description { }

#dfr_product_listings .dfr_product_listing_header .dfr_product_listing_header_description p
{
	line-height: 13px ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	color: inherit ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: normal ;
	text-align: inherit ;
	text-transform: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
}



/***********************************************************
	PAGINATION STYLE
	* links
	* alignment
***********************************************************/
div.pagination
{
	text-align: right ;
	padding: 4px 6px 4px 0 ;
}

div.pagination a
{
	padding: 1px 2px 1px 2px ;
	margin: 0 1px 0 1px ;
}

div.pagination a:hover, div.pagination a:active { }

div.pagination span.current
{
	padding: 1px 2px 1px 2px ;
	font-weight: bold ;
}

div.pagination span.disabled { display: none ; }



/***********************************************************
	PRODUCT LISTINGS STYLE
	* product image
	* product name and link
	* product description	
	* product price
	* buttons
***********************************************************/
#dfr_product_listings { width: 100% ; }
#dfr_product_listings .dfr_html { width: 100% ; }

#dfr_product_listings .dfr_listing_outer
{
	width: 33% ;						/* This controls the number of columns */
	float: left ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner
{
	border-color: #E6E6E6 ;
	border-width: 1px ;
	border-style: solid ;
	padding: 5px ;
	margin: 2px 2px 0 0 ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .product_image
{
	width: 100% ;
	height: 85px ;
	display: block ;
	text-align: center ;
	text-decoration: none ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .product_image img
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_name {}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_name h3
{
	line-height: 13px ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	font-weight: bold ;
	text-align: center ;
	position: relative ;
	font-style: normal ;
	font-variant: normal ;
	word-spacing: normal ;
	letter-spacing: normal ;
	text-transform: none ;
	border-width: 0 ;
	background: transparent ;
	width: 100% ;
	height: 28px ;
	display: block ;
	padding: 0 ;
	margin: 0 auto 0 auto ;
	overflow: hidden ;
	background-color: transparent ;
	float: none ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_name h3 a
{
	color: inherit ;
	text-decoration: none ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_description
{
	width: 100% ;
	height: 105px ; 					/* This control how much space the description takes up */
	display: block ;
	border-width: 0px ;
	margin: 10px 0 0 0 ;
	overflow: hidden ;
	padding: 0 ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_description p
{
	color: inherit ;
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: normal ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	border-width: 0 ;
	text-align: left ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_price
{
	width: 100% ;
	height: 13px ;
	display: block ;
	border-width: 0 ;
	margin: 10px 0 10px 0 ;
	padding: 0 ;
	float: none ;
	overflow: hidden ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_price p
{
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: bold ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
	border-width: 0 ;
	float: none ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	color: inherit ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_buttons
{
	width: 100% ;
	display: block ;
	text-align: center ;
	text-decoration: none ;
	margin: 0 0 5px 0 ;
	padding: 0 ;
	height: 20px ;
	line-height: 20px ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_buttons .dfr_details_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 1px 0 0 ;
}

#dfr_product_listings .dfr_listing_outer .dfr_listing_inner .dfr_product_buttons .dfr_buy_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 0 0 1px ;
}



/***********************************************************
	PRODUCT BLOCK STYLE
	* product image
	* product name and link
	* product description	
	* product price
	* buttons
***********************************************************/
.dfr_product_block
{
	width: 100% ;
	margin: 20px 0 0 0 ;
}
.dfr_product_block .dfr_html { width: 100% ; }

.dfr_product_block .dfr_block_outer
{
	width: 33% ;						/* This controls the number of columns */
	float: left ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner
{
	border-color: #E6E6E6 ;
	border-width: 1px ;
	border-style: solid ;
	padding: 5px ;
	margin: 2px 2px 0 0 ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .product_image
{
	width: 100% ;
	height: 85px ;
	display: block ;
	text-align: center ;
	text-decoration: none ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .product_image img
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_name {}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_name h3
{
	line-height: 13px ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	font-weight: bold ;
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
	position: relative ;
	font-style: normal ;
	font-variant: normal ;
	word-spacing: normal ;
	letter-spacing: normal ;
	text-transform: none ;
	border-width: 0 ;
	background: transparent ;
	width: 100% ;
	height: 28px ;
	display: block ;
	overflow: hidden ;
	background-color: inherit ;
	float: none ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_name h3 a
{
	color: inherit ;
	text-decoration: none ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_description
{
	width: 100% ;
	height: 105px ;					/* This control how much space the description takes up */
	display: block ;
	border-width: 0px ;
	margin: 10px 0 0 0 ;
	overflow: hidden ;
	padding: 0 ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_description p
{
	color: inherit ;
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: normal ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	border-width: 0 ;
	text-align: left ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_price
{
	width: 100% ;
	height: 13px ;
	display: block ;
	border-width: 0 ;
	margin: 10px 0 10px 0 ;
	padding: 0 ;
	float: none ;
	overflow: hidden ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_price p
{
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: bold ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
	border-width: 0 ;
	float: none ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	color: inherit ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_buttons
{
	width: 100% ;
	display: block ;
	text-align: center ;
	text-decoration: none ;
	margin: 0 0 5px 0 ;
	padding: 0 ;
	height: 20px ;
	line-height: 20px ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_buttons .dfr_details_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 1px 0 0 ;
}

.dfr_product_block .dfr_block_outer .dfr_block_inner .dfr_product_buttons .dfr_buy_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 0 0 1px ;
}



/***********************************************************
	SINGLE PRODUCT LISTING STYLE
	* product image
	* product name and link
	* product description	
	* product price
	* buttons
***********************************************************/
#dfr_product_listings #dfr_listing_single
{
	width: 100% ;
	display: block ;
}

#dfr_product_listings #dfr_listing_single .product_image { }

#dfr_product_listings #dfr_listing_single .product_image img
{
	float: left ;
	margin: 0 10px 3px 0 ;
	border-width: 0 ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_name {}

#dfr_product_listings #dfr_listing_single .dfr_product_name h2
{
	float: none ;
	display: block ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: inherit ;
	text-align: left ;
	line-height: normal ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	border-width: 0 ;
	background: transparent ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_name h2 a
{
	color: inherit ;
	text-decoration: none ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_description { }

#dfr_product_listings #dfr_listing_single .dfr_product_description p
{
	line-height: 13px ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	color: inherit ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: normal ;
	text-align: inherit ;
	text-transform: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_price
{
	width: 100% ;
	display: block ;
	margin: 10px 0 10px 0 ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_price p
{
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: bold ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-align: left ;
	border-width: 0 ;
	float: none ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	color: inherit ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_buttons
{
	width: 100% ;
	display: block ;
	text-align: left ;
	text-decoration: none ;
	margin: 0 0 20px 0 ;
	padding: 0 ;
	height: 20px ;
	line-height: 20px ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_buttons .dfr_details_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 1px 0 0 ;
}

#dfr_product_listings #dfr_listing_single .dfr_product_buttons .dfr_buy_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 0 0 1px ;
}



/***********************************************************
	SIDEBAR STYLING
	* list elements
	* product image
	* product name and link
	* product description	
	* product price
	* buttons
***********************************************************/

ul#dfr_sidebar_list
{
	list-style-image: none ;
	list-style-type: none ;
	width: 100% ;						/* This controls the number of columns */
	float: left ;
	margin-bottom: 25px;

}

ul#dfr_sidebar_list li.dfr_sidebar_list_item
{
	text-align: center ;
	padding: 5px ;
	margin: 10px ;
	border-color: #E6E6E6 ;
	border-width: 1px ;
	border-style: solid ;
	float: left;
	width: 200px;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item:before
{
	list-style-image: none ;
	list-style-type: none ;
	content: "" ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .product_image
{
	width: 100% ;
	display: block ;
	text-align: center ;
	text-decoration: none ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .product_image img
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_name
{
	width: 100% ;
	display: block ;
	padding: 0 ;
	margin: 10px auto 0 auto ;
	background-color: inherit ;
	float: none ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_name h3
{
	line-height: 13px ;
	text-decoration: none ;
	font-size: 11px ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	font-weight: bold ;
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
	position: relative ;
	float: none ;
	width: 100% ;
	font-style: normal ;
	font-variant: normal ;
	word-spacing: normal ;
	letter-spacing: normal ;
	text-transform: none ;
	border-width: 0 ;
	background: transparent ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_name h3 a
{
	color: inherit ;
	text-decoration: none ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_description
{
	width: 100% ;
	display: block ;
	border-width: 0px ;
	margin: 10px 0 0 0 ;
	padding: 0 ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_description p
{
	color: inherit ;
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: normal ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	border-width: 0 ;
	text-align: left ;
	float: none ;
	width: 100% ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_price
{
	width: 100% ;
	height: 13px ;
	display: block ;
	border-width: 0 ;
	margin: 10px 0 10px 0 ;
	padding: 0 ;
	float: none ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_price p
{
	font-size: 11px ;
	line-height: 13px ;
	font-style: normal ;
	font-variant: normal ;
	font-weight: bold ;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
	border-width: 0 ;
	float: none ;
	text-transform: none ;
	text-decoration: none ;
	word-spacing: normal ;
	letter-spacing: normal ;
	color: inherit ;
	width: 100% ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_buttons
{
	width: 100% ;
	display: block ;
	text-align: center ;
	text-decoration: none ;
	margin: 0 ;
	padding: 0 ;
	line-height: 20px ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_buttons .dfr_details_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 1px 0 0 ;
}

ul#dfr_sidebar_list li.dfr_sidebar_list_item .dfr_product_buttons .dfr_buy_button
{
	border: none ;
	float: none ;
	margin: 0 ;
	padding: 0 0 0 1px ;
}

#datafeedr-search ul
{
	list-style-image: none ;
	list-style-type: none ;
	content: "" ;
}

#datafeedr-search ul li#dfr_searchform:before 
{
	list-style-image: none ;
	list-style-type: none ;
	content: "" ;
}



/***********************************************************
	CLICKBANK LISTINGS STYLE
	* product image
	* product name and link
***********************************************************/
#dfr_product_listings { width: 100% ; }
#dfr_product_listings .dfr_html { width: 100% ; }

#dfr_product_listings .dfr_clickbank
{
	width: 100% ;						/* This controls the number of columns */
	float: left ;
	margin-bottom: 20px;
}
#dfr_product_listings .dfr_clickbank img { margin: 0 10px 5px 0;}
#dfr_product_listings .dfr_clickbank h3 { margin: 0;}




/***********************************************************
	COUPON LISTINGS STYLE
	* product image
	* product name and link
***********************************************************/
#dfr_product_listings { width: 100% ; }
#dfr_product_listings .dfr_html { width: 100% ; }

#dfr_product_listings .dfr_coupons
{
	width: 100% ;						/* This controls the number of columns */
	float: left ;
	margin-bottom: 20px;
}
#dfr_product_listings .dfr_coupons img { margin: 0 10px 5px 0;}
#dfr_product_listings .dfr_coupons h3 { margin: 0;}



/***********************************************************
	COUPON FORMATTING 
	* coupon details
	* coupon detail
	* coupon value
***********************************************************/
span.coupon-details
{
	margin-top: 8px;
	display: block;
}
span.coupon-detail
{
	display: block;
}
span.coupon-key
{
	font-weight: bold;
}
