﻿.products 
{
    width: 938px;
    overflow:hidden;
    border: solid 1px #cccccc;
    background: #F0F0F0;
    padding: 10px;
    margin-bottom: 20px;
}

.product-price
{
    width: 160px;
    float: left;
    height: auto;
    text-align: center;
}

.product-price h2
{
    color: #000000;
    font-size: 36px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;
}

.product-price h3
{
    color: #000000;
    font-size: 10px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;    
}

.product-price p
{
    font-size: 10px;
    font-weight:normal;
    padding: 0px;
    margin: 0px;    
}

.product-details
{
    width: 716px;
    float: right;
}

.product-details h1, h2
{
    font-size: 14px;
    font-weight:bold;
    padding: 0px;
    margin: 0px;
}

.product-details p
{
    text-align: justify;
    padding-right: 10px;
}

.product-details ul
{
    padding: 0;
    margin-left: 18px;
}

.product-details li
{
    padding: 0px;
}

.product-details img
{
    width: 144px;
    float: right;
    border: solid 1px #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;   
}

.product-steps-basic
{
    background: url(../images/premade_steps.gif);
    width: 368px;
    height: 116px;
} 

.product-steps-basic-plus
{
    background: url(../images/custom_steps.gif);
    width: 368px;
    height: 116px;
}

#basic {display: none;}
#basic-plus {display: none;}
#basic-animation {display: none;}
#live-spokesperson {display: none;}
#custom-basic {display: none;}
#custom-plus {display: none;}
#custom-executive {display: none;}
#high-end-animation {display: none;}
#film-style {display: none;}

#product-search-textbox
{
    width:210px;
    height: 60px;    
    margin-right:18px; 
    float:left;   
}

#product-search-dropdown
{
    width:210px;
    height: 60px;    
    margin-right:18px; 
    float:left;  
}

#product-search-button
{
    width:210px;
    height: 60px;
    float:left;
    padding-top: 15px; 
}

#basic-plus-process ul 
{
    margin: 0;
    padding: 0;
}

#basic-plus-process li 
{
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 18px;
}

.sample-ads img
{
    width: 144px;
    float: left;
    border: solid 1px #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;   
}

.product-includes 
{
    float: right;
    background: url(../images/custom-rounded-bg.gif) 0 0 no-repeat;
    width: 227px;
    height: 431px;
}

.product-list 
{
    width: 954px;
    overflow:hidden;
    padding: 0 0 0 5px;
    margin: 0 0 20px 0;
}

.product-list ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-list li
{
    display: block; 
    float: left; 
    width: 99px;
    padding: 0;
    margin: 0 5px 0 0;
    border: solid 1px #cccccc;
    background: #f0f0f0;
    text-align: center;
    height: 90px;
    overflow: hidden;
}

.product-list li.last
{
    margin: 0;
}

.product-list li span
{
    font-size: 24px;
}