﻿/* main heading for detail columns e.g. product name */

#detailcoloumnmainheading {
	position: relative;
	width: 295px;
	float: left;
}


/* sub headings in main detail columns e.g. add product colours */

.detailcoloumnheader 
{
    padding: 7px 7px 7px 7px;
    border-bottom: #DDD 1px solid; 
    border-top: #DDD 1px solid; 
    height: 37px; 
    background-color: #eeeeee;
    width: 379px;
    margin: 10px 0 10px 0;
    vertical-align:bottom;
    color: #666;
}

.detailcoloumnheader input
{
    width: 60px;   
    float: right; 
}

.detailcoloumnheader select
{
    width: 200px;
    float: left;
}

.detailcoloumnheadertext
{
    font-weight: bold
}

/* sub headings in wide detail columns e.g. costing & pricing */

.detailcoloumnheaderwide 
{
    padding: 7px 7px 7px 7px;
    border-bottom: #DDD 1px solid; 
    border-top: #DDD 1px solid; 
    height: 37px; 
    background-color: #eeeeee;
    width: 687px;
    margin: 10px 0 10px 0;
    vertical-align:bottom;
    color: #666;
}

.detailcoloumnheaderwide input
{
    width: 60px;   
}

.detailcoloumnheaderwide select
{
    width: 200px;
}

.detailcoloumnheaderwide
{
    font-weight: bold
}

/* style for email module */

.emailcoloumnheader 
{
    padding: 7px 7px 7px 7px;
    border-bottom: #DDD 1px solid; 
    border-top: #DDD 1px solid; 
    background-color: #eeeeee;
    width: 379px;
    margin: 10px 0 10px 0;
    vertical-align:bottom;
    color: #666;
}

.emailcoloumnheader input
{
    font-size: 10px;
    height: 18px;
}

/* style for images */

.imagecoloumnheader 
{
    padding: 7px 7px 7px 7px;
    border-bottom: #DDD 1px solid; 
    border-top: #DDD 1px solid; 
    background-color: #eeeeee;
    margin: 10px 0 20px 0;
    vertical-align:bottom;
    color: #666;
}

.imagecoloumnheader input
{
    font-size: 10px;
    height: 18px;
}
