/* 
    Document   : newstyle
    Created on : 24.11.2009, 15:08:56
    Author     : Kiril
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#map {
	margin-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 3px solid #e2e1e1;
}

.catalog_descr {
	overflow: hidden;
	padding: 0;
    padding-bottom: 5px;
}

.catalog_descr h1{
    text-align: right;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    padding:0;
    margin:0;
}

.catalog_descr p{
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #646464;
    font-size: 12px;
    text-align: justify;
}

.catalog_descr img {
    float: left;
    margin-right: 5px;
}

.catalog_descr h1 img {
	float: none;
	margin: 0px;
}

.navipane {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e2e1e1;
}

.navipane .navileft {
    width: 100px;
    color: #666666;
    float: left; 
    margin-bottom: 7px;
}

.navipane .naviright {
    display: inline;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 4px 3px 4px;
    background-color:#dbdbdb;
    color:#333333;
    margin-bottom: 7px;
    margin-left: 5px;
}

.navipane a {
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px dashed #3b790c;
    color:#3b790c;
    margin-bottom: 7px;
    margin-left: 5px;
    padding: 2px 4px 3px 4px;
}

.adminline {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 3px;
    border-bottom: 2px solid #e2e1e1;
    width: 100%;
}

.subcategories {
    list-style: none;
    text-align: center;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e1e1;
    width: 100%;
}

.subcategories li {
    float: left;
    width: 33%;
    text-align: center;
    margin: 15px 0;
    height: 200px;
}

.subcategories li a {
    color: #000000;
    font-size: 10px;
}

.product {
	border-bottom: 2px solid #e2e1e1;
	overflow: hidden;
	padding: 0px;
}

.product_picture {
	width: 200px;
	text-align: center;
	float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product_info {
	height: 150px;
	margin: 0 0 0 200px;
	text-align: left;
}

.message {
    border: 1px solid red;
    width: 70%;
    padding: 5px;
    margin: 5px auto;
    text-align: center;
}

.cabinetmenu
{
    list-style: none;    
}

.cabinetmenu li {
    margin: 8px;
}

.cabinetmenu li a {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

.lefttextblock {
	font-size:12px;
	color: #646464;
	margin: 10px;
}

.page_listing {
	text-align: center;
	margin: 5px;
}

.pupwnd {
	position: absolute;
	width: 600px;
	height: 400px;
	top: 100px;
	left: 100px;
	border: 2px solid #006600;
	padding: 5px;
	overflow: auto;
	background-color: white;
	z-index: 20;
}