﻿.Product_Main
{
    width: 100%;
    text-align: left;
}

.Product_Head
{
	display:none;
}

.Product_Item
{
    width: 33%;
    padding: 0px;
    vertical-align: top;
    border: solid 2px #dcdcdc;
}

.Product_Alternate
{
    width: 33%;
    padding: 0px;
    vertical-align: top;
    border: solid 2px #dcdcdc;
}

.Product_Content
{
}

.Product_Check
{    
	
}

.Product_Image_Details
{
    width: 100%;
}

.Product_Image_Details img
{
    max-width: 136px !important;
}

.Product_Details
{
    /*clear: both;
    width: 140px;
    margin-bottom: 10px;
    margin-top: 5px;*/
}

.Product_Name
{
    margin-bottom: 5px;
}

.Product_ShortDescription
{
    display: none;
}

.Product_RecurringOverrideText
{
    margin-bottom: 5px;
}

.Product_RecurringPeriod
{
    margin-bottom: 5px;
}

.Product_RetailPrice
{
    margin-bottom: 5px;
}

.Product_RetailPrice_Label
{
    display: none;
}

.Product_RetailPrice span
{
    text-decoration: line-through;
}

.Product_Price
{
    margin-bottom: 5px;
}

.Product_Price_Label
{
    display: none;
}

.Product_Price span
{
    color: #ff0000;
}

.Product_TrialPeriodMore
{
    margin-bottom: 5px;
}

.Product_TrialPeriod
{
    margin-bottom: 5px;
}

.Product_TrialPeriod span
{
    color: #ff0000;
}

.Product_FreeTrialPeriod
{
    margin-bottom: 5px;
}

.Product_FreeTrialPeriodMore
{
    margin-bottom: 5px;
}

.Product_AddToCart, .Product_Paynow, .Product_Inquiry
{
    margin-bottom:5px;
	margin-top:3px;
	text-align:center;
}

.Product_WishList
{
    display: none;
}

.Product_WishListWithAddToCart
{
    display: none;
}

.Product_WishListWithAddToInquiry
{
    display: none; 
}

.Product_TellFriend
{
    display: none;
}

.Product_Paynow
{
}

.Product_Inquiry
{
}

.Product_Stock, .Product_Message
{
    margin-top:3px;
}

.Product_Message
{
}

.Product_Option
{
    clear: both;
    float: left;
    margin-left: 20px;
    display:none;
}

.Product_Content_Image
{
	height:220px; 
	vertical-align:middle;	
	text-align:center;	
}

.Product_Content_Details
{
	height:115px; 
	vertical-align:bottom;
	text-align:center;
	background-color:#dcdcdc;
}

.Product_Content_Checkbox
{
	height:25px; 		
}

.ProductShowTable
{
	display:none;
}

.Table_Fixed
{
	/*table-layout:fixed;*/
}