﻿/* Product =============== */
.Product_Border 
{
    border:solid 1px #000000;
}

.Product_FrameOuter
{
    width:100%;
    /*height: 170px;*/
    /*vertical-align:top;
    text-align:center;*/
    padding:0px;
    text-align:center;
}

.Product_ItemSeparator
{
    width: 10px;
    height: 10px;
}

.Product_FrameMain
{
    width:240px;
    height: 260px;
    vertical-align:top;
    text-align:center;
    padding:0px;  
    border:solid 1px #D5C3AA; /*#BBBBBB;*/
    background-color:#FFFFFF;

    /*border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
.Product_FrameMain:hover
{
    border:solid 1px #D5C3AA; /*#757575;*/
}

.Product_FrameMain_SameType_Horizontal
{
    width:235px;
    height: 230px;
    vertical-align:top;
    text-align:center;
    padding:0px;  
    border:solid 1px #D5C3AA; /*#BBBBBB;*/
    background-color:#FFFFFF;

    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.Product_FrameImage
{
    height:185px;
    vertical-align:top;
    text-align:center;

    padding-top:10px;

    /*border:1px solid #000000;*/
    
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.Product_FrameImage_SameType_Horizontal
{
    height:150px;
    vertical-align:top;
    text-align:center;

    padding-top:20px;
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    
    /* Background with GRADIENT */
    background: #FDF4F4; /* Old browsers */
    background: -moz-linear-gradient(top,  #F7F7F7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #F7F7F7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #F7F7F7 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #F7F7F7 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #F7F7F7 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */         
}

.Product_Image
{
    width:220px;
    height:180px;
    vertical-align:top;
    text-align:center;

    background-color:#FFFFFF;

    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
.Product_Image:hover
{
    background-color:#000000;
    filter:alpha(opacity=60);
	opacity:0.60;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Product_ProductViewImage
{
    width:280px;
    height:200px;
    vertical-align:top;
    text-align:center;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.Product_Image_SameType_Horizontal
{
    width:180px;
    height:130px;
    vertical-align:top;
    text-align:center;

    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.Product_FrameImageFooter
{
    height:0px;    
    vertical-align:top;
    text-align:center;
        
    /*background-image:url('../../../../../../AppWeb/eCms/Cuz/Std/Pages/Style/Images/Bar_Box/ProductFooterShadow.png');    
    background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top center;*/
}

.Product_FrameSeparator
{
    height:0px;    
    vertical-align:top;
    text-align:center;
}

.Product_FrameInfo
{
    height:55px;    
    vertical-align:middle;
    text-align:center;

    /*border:1px solid #000000;*/

    /*border-top:solid 1px #D5C3AA;*/ /*#dddddd;*/

    /*background-color:#E9E2D5;*/

    /*background-image:url('../Images/BG_ProListInfo.png');    
    background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:top center;*/

	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.Product_FrameInfo_SameType_Horizontal
{
    height:50px;    
    vertical-align:middle;
    text-align:center;

    border-top:solid 1px #D5C3AA; /*#dddddd;*/

    background-image:url('../Images/BG_ProListInfo.png');    
    background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:top center;

	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.Product_FrameName
{
    height:25px;    
    vertical-align:top;
    text-align:center;

    /*border:1px solid #000000;*/

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px; 
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Product_FramePrice
{
    height:20px;    
    vertical-align:top;
    text-align:center;

    /*border:1px solid #000000;*/
}

.Product_PriceCaption
{
    color:#867465; /*#5A5A5A;*//*#757575;*/
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:14px;    
}

.Product_Price
{
    color:#867465; /*#C91414;*/
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:14px;      
}

.Product_TypeNavBulletParent
{
    width:14px;
    background-image:url('/Cms/Cuz/Ivm/Pages/Style/Images/Bullet_Square_Green.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:0px 3px; 
}

.Product_TypeNavBulletItem
{
    width:12px;
    background-image:url('../../../../../../AppWeb/eCms/Cuz/Std/Pages/Style/Images/Bullet/bullet_Cycle_Black.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:0px 3px; 
}

.Product_SummBarBG
{
    background-image:url('/Cms/Cuz/Ivm/Pages/Style/Images/ProductSummBarBG_H25.png');
    background-attachment:scroll;
	background-repeat:no-repeat;
	
	/*border: 1px solid #CCCCCC;*/
	
    height:25px;
    /*width:600px;*/
}

.Product_Detail_Frame_Image
{
    padding:10px; width:300px; height:300px;

    border:solid 1px #D5C3AA;
}

.Product_Detail_Name_Separator
{
    border-bottom:solid 1px #D5C3AA;
}

.Product_Detail_Name
{
    font-family:Arial Tahoma Verdana;
    font-size:20px;
    font-weight:bold;
    color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
    text-transform:uppercase;
}

.Product_Detail_ItemCaption
{
    font-family:Arial Tahoma Verdana;
    font-size:16px;
    font-weight:bold;
    color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
}

.Product_Detail_ItemText
{
    font-family:Arial Tahoma Verdana;
    font-size:16px;
    color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
}

.Product_Detail_Price
{
    font-family:Arial Tahoma Verdana;
    font-size:16px;
    font-weight:bold;
    color:#867465; /*#B22222;*/ /*#FF0000*/;
}

.Product_Detail_ContentText
{
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:14px;
    color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
}

a.Product_SummaryTitle
{
    color:#FFFFFF;
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:14px;
    font-weight:bold;
}
a.Product_SummaryTitle:hover
{
    color:#C91414;
    cursor:default;
    text-decoration:none; 
}

a.Product_TypeNavParent
{
    color:#2D2D2D;/*#3C3C3C;*/
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:14px;
    font-weight:normal;
}
a.Product_TypeNavParent:hover
{
    color:#C91414;
    cursor:pointer;
    text-decoration:none; 
}

a.Product_TypeNavItem
{
    color:#2D2D2D;
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:12px;
}
a.Product_TypeNavItem:hover
{
    color:#C91414;
    cursor:pointer;
}

a.Product_NameHyperlink
{
    color:#867465;/*#757575;*/
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:16px;
    /*font-weight:bold;*/

    /*text-shadow: 0.1em 0.1em 0.1em #FFFFFF;*/
    /*text-shadow:1px 1px 1px #FFFFFF;
	display:inline-block;
	width:auto;
	filter: Shadow(color=#FFFFFF, Direction=135, strength=1);*/
}
a.Product_NameHyperlink:hover
{
    color:#B22222;
    cursor:pointer;
    text-decoration:none;
}

.Product_ContentFrame
{
    border:solid 1px #D5C3AA; /*#BDBEBD;*/ 
    padding:10px;
}

.Product_ContentHeaderBar 
{
    height: 25px;
    background-color:#dddddd;
    /*background-image: url('../../../../../../AppWeb/eCms/Front/Style/Images/Bar_Box/Bar_Gradient_Silver.png');*/
    background-image: url('../../../../../../AppWeb/eCms/Front/Style/Images/Bar_Box/Bar_Gradient_Silver.png');
    background-repeat:repeat-x;

    border-top:solid 1px #D5C3AA; /*#BDBEBD;*/
    border-left:solid 1px #D5C3AA; /*#BDBEBD;*/
    border-right:solid 1px #D5C3AA; /*#BDBEBD;*/

    font-family: Arial, Tahoma, Verdana, Times New Roman;
    font-size: 14px;

    vertical-align: middle;
    padding-left: 10px;
}
