﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the tehnomobileCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.tehnomobileCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is tehnomobileCommerce.
/* The Initial Developer of the Original Code is TehnomobileSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WAREHOUSE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CorporationPage
{
	margin-bottom: 15px;
	padding: 0px;
}
.CorporationPage .CorporationTitle
{
	padding:10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
	color: #3a3a3a;
}

.CorporationPage .CorporationDescription
{
	color: #555;
}

.CorporationPage .WarehousePager
{
	text-align: center;
}

.CorporationPage .WarehousePager a
{
}

.CorporationPage .WarehousePager a:link
{
	text-align: center;
	color: #555;
}

.CorporationPage .WarehousePager span
{
	color: #ec1d25;
	font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WAREHOUSES IN GRID - TEMPLATE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CorporationPage .WarehouseGrid
{
	width: 550px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.CorporationPage .WarehouseGrid .ItemBox
{
    background: url(Images/modul_proizvoda_bottom.jpg) no-repeat right bottom;
    width: 550px;
    display: block;
    float: left;

}

.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem
{
	padding: 15px;
	text-align: left;
	font-size: 11px;
	background: url(Images/modul_proizvoda_top.jpg) no-repeat right top;
}


.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem .title
{
	line-height: 1.5em;
	height: 30px;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}

.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem .title a
{
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	height: 30px;
}

.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem .picture
{
	text-align: left;
	display: inline;
	float: left;
	width: 200px;
	vertical-align: top;
}

.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem .description
{
	text-align: left;
	display: inline;
	float: right;
	width: 300px;
	background-color: #FF00FF;
	height: 100px;
}
.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem .buttons
{
    display: block;
    float: right;
    margin-bottom: 10px;
}
.CorporationPage .WarehouseGrid .ItemBox .WarehouseItem .button
{
    background: url(images/buttom_left.gif) no-repeat left center;
    height: 25px;
    padding: 0 0px 0 5px;
    width: auto;
    cursor: pointer;
    display: inline;
    float: left;
    margin-right: 5px;
}
 .adresa_radnje
{
	line-height: 1em;
	height: 20px;
	display: block;
	float: left;
	width: 300px;
}
 .mail_radnje
{
	line-height: 1em;
	height: 20px;
	display: block;
	float: left;
	width: 300px;
}
 .telefon_radnje
{
	line-height: 1em;
	height: 20px;
	display: block;
	float: left;
	width: 300px;
}
 .mobilni_radnje
{
	line-height: 1em;
	height: 20px;
	display: block;
	float: left;
	width: 300px;
}

.CorporationPage .WarehouseGrid .WarehouseItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.CorporationPage .WarehouseGrid .WarehouseItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.CorporationPage .WarehouseGrid .WarehouseItem .addInfo .buttons
{
	border: thin dashed #ec1d25;
}

.CorporationPage .WarehouseGrid .WarehouseItem .addInfo .prices .productPrice
{
	color: green;
}

.CorporationPage .WarehouseGrid .WarehouseItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}
