﻿/* Modal Popup */
.modalBackground 
{
      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7;
}

.modalPopup 
{
	  margin : 0 auto;
      background-color:white;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:3px;
      font-size: 0.9em; 	
}


.modalClose
{
	float:right;
	margin: 0px;

}

.modalHeader
{
	/* color: #666666; */
	font-weight: bold;
	padding-left:10px;
	height:25px;
	line-height:1.6em;
	margin-left: -2px; 
	margin-right: -2px; 
	margin-top: -2px;
	background-image: url(../img/ui/modalheader.png);
    background-repeat: repeat-x;
    font-size: .9em;
    padding-top: 1px;
	
}

.modalContainer
{
	font-size: .9em;
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 0px;

}


.tabcontainer
{
	margin-left:15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
	
}
.tabcontainer ul
{
	margin:0px;
	margin-left:10px;
	padding:0px;
	/* line-height:1.2em; */
		
}

.tabcontainer li
{
/*	padding:3px;
	padding-left:0px; */
}

/* Pricing */
.price
{
	font-weight: bold;
}

#tabPricing #pricingHeader
{
/*	font-size:.9em; */
}
#tabPricing table
{
	width:380px;
/*	font-size:.9em; */
}
#tabPricing table td 
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

#prodImageDesignation
{

}

.gridViewStyle
{   
	font-size: .9em; 
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
    table-layout:fixed;
    width:470px;
}

.gridViewStyle a
{
    color: #FFFFFF;
}

.gridViewHeaderStyle th
{

    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    padding-top: 5px;
    padding-bottom: 5px;
}

.gridViewHeaderStyle
{ 
	font-size: .8em;
    background-color: silver;
    font-weight: bold;
    color: #333333;
	text-align:center;

}

.gridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.gridViewRowStyle
{
	font-size: .9em; 
    background-color: #F7F6F3;
    color: #333333;
    text-align:center;
}

.gridViewAlternatingRowStyle 
{
	font-size: .9em; 
    background-color: #FFFFFF;
    color: #666666;
    text-align:center;
}

.gridViewRowStyle td, .gridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.gridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.gridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.gridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

/* ListSearchExtender */
.promptSearch
{
	 font-size: .7em;
	 width:100px;
	 font-style:italic;
	 padding-bottom: 2px;
}

/* ModalPopup Error Box */
.errorBox {
 border: 2px solid red;
 color: red;
 margin: 5px 0px;
 padding: 15px;
 
}

.required
{
	color: red;
	font-size: 0.8em;	
}

.decoContent
{
	padding-top: 10px;
	font-size: .8em;
	width: 300px;
}

.decoImage
{
	position:absolute;
	top: 50px;
	left: 340px;
	 	
}

a.selected img
{
	 border: solid 1px black;
}

a.unselected img
{
	 border: none;
}

#product-designation
{
	position:absolute;
	top: 131px;
	
}

#product-designation-unbranded
{
	position:absolute;
	top: 11px;
}

#mg-cart {
    width:390px;
    font-size:0.7em;
    padding:8px 0px 8px 10px;
    margin-top:8px;
    border-top:1px solid #CCC;
    color:#666;
    display:block;
}
