﻿/*************Product Listing **************/
.divProductItem
{
    width : 31%;
    float:left;    
    height : 270px;  
    border : dotted 1px #d8d8d8;
    margin : 5px 2px 0px 3px;
    background-color:White;    
    font-family : Trebuchet MS;
    font-size :10px;
    position:relative;
}
.divCart
{
    float:left;
	text-align :center;
	width : 100%;
	text-decoration : none;
	border : 0;    
	position :absolute;
	left:0px;
	bottom : 10px;
    color : Black;    
}
.divPrice 	
{
    BORDER-TOP-WIDTH: 0px;	
    PADDING-RIGHT: 1px;	
    PADDING-LEFT: 3px;	
    FONT-WEIGHT: bold;	
    BORDER-LEFT-WIDTH: 0px;	
    FONT-SIZE: 13px;	
    FLOAT: left;	
    BORDER-BOTTOM-WIDTH: 0px;	
    PADDING-BOTTOM: 3px;	
    WIDTH: 100%;	
    COLOR: #8e191a;	
    PADDING-TOP: 5px;	
    TEXT-ALIGN: center;	
    BORDER-RIGHT-WIDTH: 0px;	
    TEXT-DECORATION: none
}
.discountPrice 	
{
    BORDER-TOP-WIDTH: 0px;	
    PADDING-RIGHT: 1px;	
    PADDING-LEFT: 3px;	
    FONT-WEIGHT: bold;	
    BORDER-LEFT-WIDTH: 0px;	
    FONT-SIZE: 11px;	
    FLOAT: left;	
    BORDER-BOTTOM-WIDTH: 0px;	
    PADDING-BOTTOM: 3px;	
    WIDTH: 100%;	
    COLOR: #8e191a;	
    PADDING-TOP: 5px;	
    TEXT-ALIGN: center;	
    BORDER-RIGHT-WIDTH: 0px;	
    TEXT-DECORATION: none}
.actionLinkProduct 	
{
    FONT-WEIGHT: bold;	
    COLOR: #5f5255;	
    LINE-HEIGHT: 10px;	
    TEXT-DECORATION: none
}
.actionLinkContactUs 
{	
    FONT-SIZE: 11px;	
    COLOR: #f77717;	
    TEXT-DECORATION: none
}
.Image 
{	
	min-height:120px;			
	height:120px;
}
.CartBtnMiddle
{	
    line-height:17px;
    background:url(images/cartbtn_middle.png) repeat-x;
    width : 70%;
    float:left;
}
.CartBtnMiddle a
{	
    text-decoration : none;
    font-size:11px;
}

.CartBtnLeft
{
    background:url(images/cartbtn_left.png) no-repeat;
    background-position:right center;
    width:22px;
    float:left;
    height:17px;    
}
.CartBtnRight
{
    background:url(images/cartbtn_right.png) no-repeat;    
    width:9px;
    float:left;
    height:17px;     
}
.DetailBtnMiddle
{	
    line-height:17px;
    background:url(images/detailbtn_middle.jpg) repeat-x;
    width : 55%;
    float:left;
}
.DetailBtnMiddle a
{	
    text-decoration : none;
    font-size:11px;
}

.DetailBtnLeft
{
    background:url(images/detailbtn_left.gif) no-repeat;
    background-position:right center;
    width:32px;
    float:left;
    height:17px;    
}
.DetailBtnRight
{
    background:url(images/detailbtn_right.gif) no-repeat;
    width:9px;
    float:left;
    height:17px;     
}
.ProductCode
{
    padding-left : 20px;
    color:#8e191a;
    font-size : 14px;
    font-weight:bold;
    text-align:left;
    padding-top:5px;
}
.ProductImageMiddle
{
    height:130px;   
    border : dotted 1px #d8d8d8;  
    width : 90%;
}
.ProductImageMiddle:hover
{
    border : solid 1px #d8d8d8;            
}
#ProductListProductName
{
    width:100%;
    float:left;
    text-align : center;
    padding:5px 1px 3px 1px;   
    height:30px;        
}
.Detail
{
    width:90%;
    float:none;   
    display:inline-block;     
    margin-top:10px;           
    text-align:center;
}
.Cart
{
    width: 90%;
    float:none;           
    margin-top:5px;
    display:inline-block;
    text-align:center;        
}
.divListProductItem
{ 
	width : 97%;
    float:left;        
    border : dotted 1px #d8d8d8;
    margin : 5px 2px 0px 3px;
    background-color:White;    
    font-family : Trebuchet MS;
    font-size :10px;    
}
.divListProductImage
{
	float:left;	
	width:100px;
	height:100px;		    
    border : dotted 1px #d8d8d8;      
}
.SortingSelect
{
   font-size:11px;
   font-family:Trebuchet MS;
   border:solid 1px #DCDCDC;	
}
/*************End of Product Listing **************/
