﻿
div.subcat_items_grid_container
{
	width:637px;
	float:left;
}

div.leftSpacer 
{
	float:left;
	width:10px;
	min-height:1px;
	background-color:Transparent;
}

.gvItems
{
	width:620px;
	float:left;
}

.gvItems tr
{
	text-align:justify;
	width:620px;
}

/*called from js*/
.gvItems_row_hover
{
	background-color:#ebebeb;
}


.gvItems_id
{
	 width:50px;
	 /*height:22px;*/
	 float:left;
}

.gvItems_cart
{
	width:0px;
	float:left;
}

.gvItems_itm
{
	color:Black;
	cursor:pointer;
	text-align:justify;
	float:left;
	width:200px;
}

.gvItems_itm a
{	
	color:Black;
	text-decoration:none;
	cursor:pointer;
	text-align:left;
	float:left;
}

.gvItems_naziv
{
	color:Black;
	cursor:pointer;
	text-align:justify;
	width:270px;
	float:left;
}

.gvItems_naziv a
{	
	color:Black;
	text-decoration:none;
	cursor:pointer;
	text-align:justify;
	float:left;
}

.gvItems_stanje
{
	 width:30px;
	 height:10px;
	 float:left;	
}

.gvItems_bar
{
	background: Green;
	width:1px;   
	height:8px;
	float:left;
}

.gvItems_cena
{
	 width:50px;
	 float:left;
	 text-align:center;
}

div.item_image
{
	width:200px;
	float:left;
}
div.item_description
{
	width:380px;
	height:170px;
	float:left;
	font-family:Verdana, Arial, Sans-Serif;
	text-align:justify;
}
div.item_shoping
{
	width:600px;
	height:30px;
	float:left;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11pt;
	font-weight:bold;
	text-align:right;
}

/*Hover Menu*/
.popupMenu
{
	  margin-left:50px;
	  float:left;
}

.popupMenu a
{
     text-decoration:none;
     cursor:pointer;
}
        
.popupHover
{
		 
}

.gvItemsByGroup
{
	width:620px;
	float:left;
	margin-left:8px;
}
.gvItemsByGroup tr
{
	width:620px;
	float:left;
}

div.gvItemsByGroup_lGroupText
{
	font-size: 9pt;
    background-color: #c7c7c7;
    font-weight:bold;
    width:615px;
    float:left;
    
}

div.gvItemsByGroup_gvItems 
{
	width:620px;
	float:left;
}
.gvItemsGroup_Subcategory
{
	font-size: 10pt;
    background-color: #c7c7c7;
    font-weight:bold;
    width:615px;
    float:left;
}

.gvItemsGroup_Subcategory a
{
	text-decoration:none;
	cursor:pointer;
    color:Black;
    float:left;
}


