/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #0000dd;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

label
{
    text-align: left;
}

.validationSummary 
{
    text-align: left;   
}

.validationSummary ul li
{
    text-align: left;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 13px;
	color: #0000dd;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: #0000dd;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #0000dd;
	font-family: Verdana, Helvetica, sans-serif;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0000dd;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000dd
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #0000dd;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0000dd;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0000dd;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #0000dd;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0000dd;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0000dd;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0000dd;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0000dd;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #0000dd;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0000dd;
}

A:link  {
    text-decoration:    none;
    color:  #0000dd;
}

A:visited   {
    text-decoration:    none;
    color:  #0000dd;
}

A:active    {
    text-decoration:    none;
    color:  #0000dd;
}

A:hover {
    text-decoration:    underline;
    color:  #0000dd;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square;
    text-align: left;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/*************************************
  Added on 24th may 
***************************************/

.grid
{
    font-family:tahoma, arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

.grid td
{
    font-family:tahoma, arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}
.grid th
{
    font-family:tahoma, arial;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

.buton{	
	background-image:url(images/but_glow_img.gif);
	background-repeat:repeat-x;
	height:24px;
	border:#E0E0E0 1px solid;
	font-weight:bold;
	color:#666666;
	font-size:11px;
	cursor:pointer ; 
}

.input_textbox{
	border:#999999 1px solid;
	background-color:#FFFFFF;
	padding:2px;
	width:200px;
	font-size:11px;
	height:20px;
}
.searchhead
{
    text-align:center;
    padding:10px;
    font-size:13px;        
    
}

.leftdiv
{
    float:left;
    width:300px;
    padding:10px;  
}
.rightdiv
{
    float:left;
    width:390px;
    padding:10px;  
}
.searchbtndiv
{
     padding-left:295px; 
}
.clear
{
    clear:both;  
}
.tdheight
{
    height:10px; 
}
.borderdiv
{
    border: #999999 1px solid;
    width :750px;
    padding :10px;
}

.Categorydiv
{
    border: #999999 1px solid;
    width: 386px;
    height: 255px;
    overflow: scroll;
    overflow-x: auto;
}
.msg
{
    color:Red;  
}
.leftdivbottom
{
    float:left;
    width:285px;
     border: #999999 1px solid;
     text-align:center;
   padding :5px 0;   
    height:25px; 
}
.rightdivbottom
{
    float:left;
    width:386px;  
    border: #999999 1px solid;
    text-align:center;
    vertical-align:middle;
    height:25px;  
   padding :5px 0;   
     
}
.spacerleft
{
    float:left;
    width:10px; 
}
.spacermiddle
{
    float:left;
    width:30px; 
}
.linkbtn
{
    float:right;
    FONT-SIZE: 12px; 
   	COLOR: #D91023; 
	FONT-FAMILY: Tahoma, Verdana, Arial;
	text-decoration:none;
      
}

.linkbtn:hover {
	float:right;
	FONT-SIZE: 12px; 
	COLOR: #D91023; 
	FONT-FAMILY: Tahoma, Verdana, Arial;
	text-decoration:underline;
}
.Noresults 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;  
    color:Red ;   
    
}
.Resulthead
{
   font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;  
    text-align:center ; 
}
.subtitle
{
   font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;    
   
}
.borderdivnew
{
    border:  solid 6px #dfdfdf;
    width :750px;
    padding :10px;
}
.imgbord{
	border:4px solid #eaeaea;
	}	
.normalnew
{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#696969;
	 line-height: 12px;    
}
	
	
	
.clear{
	clear:both;
}
relatedhead{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#696969;
	padding:0px 0px 8px 0px;
	margin:0px;
	font-weight:normal;
}
.main_container{
	width:770px;
	margin:50px 0px 0px 26px;
	float:left;
	padding:0; 
}
.inner_main_container{
	 padding:15px; border: solid 6px #dfdfdf; float:left;width:706px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#696969;
}
.back_btn{
	width:58px;
	height:21px;
	background-image:url(images/back_btn.gif);
	background-repeat:no-repeat;
	border:0px;
	display:block;  
	
}
.content_table{
	margin:10px 0px 0px 0px;
}
.img_tablecloth{
	float:left;
	width:300px;
	border:4px solid #eaeaea;
}
.content_table_right{
	float:left;
	padding: 0px 0px 0px 10px;
	width:350px;
}
.content_table td{
	padding:0px 0px 0px 10px;
	height:26px;
	border-bottom:#FFF 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#696969;
	
}
.content_table a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
	text-decoration:underline;		
}
.content_table a:hover{
	text-decoration:none;
	
}
.content_table a:active{
	text-decoration:none;
	color:#696969;	
}
.content_right_bottom{
	margin:20px 0px 0px 0px;
	padding:0px;
	}
.content_right_bottom ul{
	list-style:none;
	width:350px;
	margin:0;
	padding:0;  
	}
.content_right_bottom ul li{
	width:112px;
	float:left;
	list-style:none;
	padding:0px 3px 0px 0px;
	margin:0; 
	}
.content_right_bottom li img{
	border:4px solid #eaeaea;
	}
.product_list{
	margin:40px 0px 0px 2px;
	font-size:11px;
}
.product_list ul{
	list-style:none;
	margin:0;
	padding:0;  
	
}
.product_list li{
	padding:0px 23px 0px 0px;
	float:left;
	list-style:none;
	text-align:center;
	width:116px;
	height:170px;
}
.product_list li img{
	border:4px solid #eaeaea;
	}

/*

.clear{
	clear:both;
}
.relatedhead{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#696969;
	padding:0px 0px 8px 0px;
	margin:0px;
	font-weight:normal;
}
.main_container{
	width:770px; margin:50px 0px 0px 26px;float:left;
}
.inner_main_container{
	 padding:26px; border: solid 6px #dfdfdf; float:left;width:706px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#696969;
}
.top_left{
	width:600px;
	float:left;
	}
.top_left ul{
	float:left;
	list-style:none;
	}
.top_left li{
	float:left;
	list-style:none;
	padding:0px 12px 0px 0px;
	}
	.top_left li img{
	border:4px solid #eaeaea;
	}
.back_btn{
 float:right;
	width:58px;
	height:21px;
	background-image:url(images/back_btn.gif);
	background-repeat:no-repeat;
	border:0px;
	display:block;  
	
}
.content_table{
	margin:20px 0px 0px 0px;
}
.content_table td{
	padding:0px 0px 0px 16px;
	height:26px;
	border-bottom:#FFF 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#696969;
}
.content_table a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f66806;
	text-decoration:none;
	font-weight:bold;
}
.content_table a:hover{
	text-decoration:underline;
}
.product_list{
	margin:40px 0px 0px 2px;
	font-size:11px;
}
.product_list ul{
	list-style:none;
}
.product_list li{
	padding:0px 5px 12px 6px;
	float:left;
	list-style:none;
	text-align:center;
}


	*/
