﻿body {
}

/* 

    Wide category display style

*/
#RadUploadTable table, #RadUploadTable td, #RadUploadTable tr
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px !important;
	width:auto !important;
}

#GridViewTable table, #GridViewTable td, #GridViewTable tr
{
		FONT-SIZE: 12px !important;
		PADDING-BOTTOM: 0px !important;
		LINE-HEIGHT: 14px !important;
		width:auto;
}

div.CategoryWide
{
    
    font-size: 14px;
	background-image: url(../images/heading_medium_tall.gif);
	background-repeat: no-repeat;
	display: block;
	width: 497px;
	padding-top: 6px;
	padding-bottom:6px;
	padding-left: 10px;
	color: #333333;
	margin-top:15px;
	height:160px;
    
}

    div.CategoryWide img, div.CategoryWide input
    {
        float: left;
        padding: 1px 20px 10px 0px;
        border:0px 0px 0px 0px !important;
        border-style:none;
    }

    div.CategoryWide span
    {
        text-align: left;       
    }

/*

    Small category display style

*/

div.CategorySmall
{    
    float: left;
    font-size: 14px;
	display: block;
	height: 30px;
	width: 229px;
	padding: 5px 10px;
	color: #FFF;
	margin-right:10px;
	margin-left:0px;
	background-color: #2B3E6A;
}

    div.CategorySmall span
    {
        font-size: 14px;
        border: solid 1px #FFF;
        padding: 5px;
    }

    /* Title */
    div.CategorySmall h1
    {        
        background-color: #c6e6f3;        
    }

/*

    Category Header (for when products are displayed)

*/
div.CategoryHeader
{    
    font-size: 14px;
	display: block;
	height: 30px;
	width: 497px;
	padding: 5px 10px;
	color: #FFF;
	margin-top:15px;  
	background-color: #2B3E6A;
}

    div.CategoryHeader h1
    {
        font-size: 14px;
        border: solid 1px #FFF;
        padding: 5px;
    }
 
/*

    Product Div

*/   
div.product
{    
    width: 115px;
    float: left;
    margin: 10px 5px 5px 5px;
    text-align: center;
}

    div.product img
    {
        margin: auto auto;
        display: block;
        height: 100px;
        width: 100px;
        border:1px;
        border-color:Gray;
        border-style:solid;
    }
    
    div.product span
    {
        font-size: 12px;
        text-align: center;
        color:Black;
    }
    
    .button
{
	font-size: 10px;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	cursor:pointer;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #ddf0f8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddf0f8;
	border-right-color: #7eaabb;
	border-bottom-color: #7eaabb;
	border-left-color: #ddf0f8;
}
    
    
    #RadUploadTable table, #RadUploadTable td, #RadUploadTable tr
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px !important;
	width:auto !important;
}


#test table, #test td, #test tr, #test th
{
	padding:2px 2px 2px 2px !important;
	margin:0px 0px 0px 0px !important;
	background-image:none;

}

#test th

{
	height:auto;
}

#test
{
	float:left;
}