﻿/* This CSS file is for the ProductsList.ascx user control */
.p_Title
{
    font-size:1.4em;
    font-weight:normal;
}

#p_ImageColumn
{
    margin-top:1em;
    width:270px;
    float:left;
}

#p_TextColumn
{
    margin-top:1em;
    width:320px;
    float:right;
}

#p_MainImage 
{
    border:1px solid #ccc;
    margin-bottom:10px;
    width:266px;
}

.p_MainImageClass
{
    height:350px;
    width:266px;
}

.p_ThumbImage
{
    border:1px solid #ccc;
    margin-right:10px;
    display:inline;
    float:left;
}

.p_ThumbImageDisplay
{
    height:94px;
    width:78px;
    display:inline;
}

.p_ThumbImageNoDisplay
{
    display:none;
}

.p_Box
{
    border:1px solid #ccc;
    background-color:#fff;
    margin-bottom:10px;
    padding:10px 3px 3px 10px;
}

.BrandLink
{
    color:#17ABB5;
    float:right;
    width:125px;
    font-size:0.8em;
}

.p_Description
{
    font-size:0.9em;
    margin-bottom:5px;
    display:block;
}

.p_Price
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:bold;
    color:#17ABB5;
}

.p_RRP
{ 
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:bold;
    color:#17ABB5;
    text-decoration:line-through;
} 

.p_RRPExists
{ 
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:bold;
    color:Red;
} 

#p_Details
{
    min-height:100px;
    border:1px solid #ccc;
    background-color:#fff;
    margin-bottom:10px;
    padding-bottom:10px;
}

#p_Details ul 
{
    width:320px;
    float:left;
    margin:0 0 5px 0;
    padding:0;
    border-bottom:1px dotted #ccc;
}

#p_Details ul li 
{
    background:none;
    float:left;
    display:block;
    line-height:2em;
    padding:0 10px;
    width:85px;
}

#p_Details ul li:hover
{
    cursor:pointer;
    background-color:#ddd;
}

li.p_DetailsRight
{
    border-left:1px solid #ccc;
}

#p_DetailsContent 
{
    padding:15px 3px 3px 10px;
}

.p_Hidden
{
    display:none;
}

#p_DetailsContent h2
{
    color:#000;
    font-size:1.3em;
    margin-bottom:0.2em;
    border-bottom:1px solid #ccc;
}

.p_DisplayItem p
{
    font-size:0.9em;
}

#p_Sizing
{
    height:150px;
    padding-right:10px;
}

.SizeGuide
{
    color:#17ABB5;
}

a.SizeGuide
{
    margin-top:10px;
}

#p_Quantity
{
    height:75px;
}

.SmallButtonText
{ 
  color: Black;
  font-size: 10px;
}

#p_Extras
{
}


.p_Box h2 
{
    text-transform:uppercase;
    font-size:1.2em;
    font-weight:normal;
    border-bottom:1px dotted #ccc;
    padding-bottom:5px;
    color:#000;
}

.p_Box h2 span 
{
    font-size:0.7em;
    color:#17ABB5;
}

.pnlSize
{
    display:none;
}