﻿/* AutoComplete item */
.AutoCompleteExtender_CompletionList
{
background-color : window;
color : windowtext;
padding : 1px;
margin-top:0px;
font-size: small;
background-color:Gray;
display:block;
/*creates border with
autocomplete_completionListElement
background-color*/
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem
{
text-align : left;
background-color:White;
text-decoration:none;
display:block;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
background-color: Silver;
color: windowtext;
font-weight:bold;
font-size: small;
display:block;
}

.searchTextBoxModule { border:solid 1px #958612; color:#958612; font-size:16px; padding:3px; }
.buttonSearch { border:solid 1px #958612; background-color:#d9cb5f; color:#ffffff; font-weight:bold; font-size:16px; padding:2px; }

#div-breadcrump
{
	float:left; height:20px; padding:5px 0 0 0; width:100%; text-align:left; background-color:#ffffff; color:#958612; font-size:11px;
}

*:first-child+html div#div-breadcrump
{
	float:left; height:20px; padding:5px 0 0 0; width:911px; text-align:left; background-color:#ffffff; color:#958612; font-size:11px;
}

#div-breadcrump-catalog
{
	float:left; height:20px; padding:5px 0 0 0; width:694px; text-align:left; background-color:#ffffff; color:#958612; font-size:11px;
}

.buttonDefault
{
	color:#ffffff; font-size:11px; background-color:#c6bc65; border:solid 1px #958612; font-weight:bold;
}

th.GridHeader_Vista, 
th.ResizeHeader_Vista 
{
color:#ffffff;
background: #958612 url('Img/GridHeaderBg.gif') repeat-x bottom; 
border-right: solid 1px #958612; 
padding-left: 6px; /*more than items to compensate for item borders!font: bold 10px Verdana, Arial, Sans-serif;*/ 
height: 22px; 
/*add more definitions if needed*/ 
} 

th.GridHeader_Vista a {
	color:#ffffff;
	text-decoration:none;
}
th.GridHeader_Vista a:hover {
	color:#ffffff;
	text-decoration:none;
}

.divModuleContent
{
	float:left; margin-top:30px;
}

.divClosing
{
	float:left; margin-top:50px; height:50px; width:90%;	
}

.heading1 
{
	color:#DB7711; font-weight:bold; font-size:14px; margin-left:10px;
}	
/*
.category-border { border:solid 1px #fbf8e9; width:215px; height:160px; }
.category-image { float:left; width:215px; height:105px; background-color:#ffffff; text-align:center; padding-top:20px; }
.category-link { float:left; width:205px; height:30px; background-color:#fbf8e9; color:#000; font-weight:bold; font-size:12px; font-family:Arial; padding:5px 0 5px 10px; }
.category-link a { color:#000000 !important; }
.category-link a:hover { color:#000000 !important; }
*/
.price-search { color:#000; font-weight:bold; font-size:30px; font-family:Arial; }

.image-border { border: solid 1px #000; }
