﻿body {
}
.watermark {
	background: #FFAAFF;
}



.modalBackground {

	   background-color: #6D7B8D; /* Blue Slate Gray */
       filter:alpha(opacity=50);
       opacity:0.5;
       -moz-opacity: 0.5;
       
}

.modalPopup {
	background-color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
}

.modalPopupHeader
{
    background-color: Gray;
    text-align: right;
    position: static;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 27px;
}

.headBg
{
    background:url(images/silver_bar_with_line.jpg);
}

.adjustedZIndex {
    z-index: 1;
}
.CartBorder
{
     border-width :1px;
     border-color :#cccccc;
     border-style :solid ;
}

.autocomplete_completionListElement{}
.autocomplete_listItem {}
.autocomplete_highlightedListItem{}

.SelectedRowStyle
{
    color:Black;
    background-color:Gray;
    height: 25px;
}

.AdminTableBackground
{
    background-color: #efeff1;
    border-right: #cccccc thin solid;
    border-top: #cccccc thin solid;
    border-left: #cccccc thin solid;
    border-bottom: #cccccc thin solid;
}




.LeftMenuSectionHeader
{
   background-color: #efeff1;   

}
.LeftMenuSectionBody
{

  	border-width:0px;
	background-color:white;
	text-align :left ;
	
    /* background:url(images/top_background4.jpg);*/
	/*border-right-color: Scrollbar;*/
}

.PartnersListItem
{
    background: #7AB100;
    color: white;
    width :320px;
}

.text_padding {padding:5px}

  
    
    
A:hover
{
    color :#DD5555;
}

A
{ color :Black ;
}


/*  detail element */

.ProductName
{
   font-weight:bold ;
}

/* promo table */
.promo_table_head
{
	font-weight: bold;
	color: white;
	background-image: url(images/promo_head_bg.jpg);
	height: 108px;
	background-repeat: repeat;
	background-position-x: center;
}

/* promo table */
.promo_table
{
	font-weight: bold; color: white; background-color: #cc0000 ;
		
}


.HeaderListProducts
{

	border-width :0px ;  
	background-color: #efeff1;   
}


.ProductDetailListItem
{
   border-style :solid ;
   border-width :1px ;  
   border-color :#cccccc;
   
 }
 
/* redovete v spisaka sas stoki v gridlist view-to */
.ProductList_GridViewRowStyle
{
	background: White;
	border:0px;
}
.ProductList_GridViewAlternatingRowStyle
{
	background: #2A7CC6;
	border: 0px;
}

.ProductList_GridViewPriceHitRowStyle
{
	background: #cc0000;
 	color: #ffff66;
	font-weight: bold;
}
/* kak da se pokazvat cenite na stokite */

.price
{
	background: #efeff1;
	color: #cc0000;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.priceHit
{
	background: #cc0000;
	color: #ffff66;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}


.priceDDS
{
	background: #efeff1;
	color: #cc0000;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}	


.ErrorMessage
{
	color :Red ;
    font-weight :bold;
  
}
