﻿html, body 
{
    margin: 0;
    padding: 0; 
    font-family: Arial;
    font-size: 12px;
    height:100%;
}

#wrapper
{
    width: 982px;
    margin: auto;
    position: relative;            
    background: url(/images/bgFlower.jpg) no-repeat 100% 0;
}

.left
{
    float: left;    
}

.right
{
    float: left;    
}

.clear
{
    clear: both;    
}

.greenBordered
{
    border: solid 2px #99963e;        
}

.greenBorderBottom
{
    border-bottom: solid 2px #99963e;    
}

.greenBorderTop
{
    border-top: solid 2px #99963e;    
}

/* ------------------------------- Header ------------------------------------- */
#wrapper #header
{
    position: relative;
    height: 128px;    
}

#wrapper #header .logo
{
    position: absolute;
    top: 5px;
    left: 30px;
}

#wrapper #header .motto
{
    position: absolute;
    top: 95px;
    left: 30px;
}

#wrapper #header .loginForm
{
    float: right;    
    padding: 20px 0 0 0;
    width: 300px;
}

#wrapper #header .loginForm fieldset
{
    border: none    
}

#wrapper #header .loginForm fieldset div
{
    height: auto; 
    overflow: hidden;
    clear: both;
    padding: 10px 0 0 0;
}

#wrapper #header .loginForm fieldset input
{
    float: left;
    border: solid 1px #f4f1fa;    
    height: 16px;
}

#wrapper #header .loginForm fieldset a
{
    float: right;    
    display: block;
    padding: 0 0 0 5px;
    color: #a084d0;
    font-size: 1.1em;
    text-decoration:none;    
}

#wrapper #header .loginForm fieldset a:hover
{
    text-decoration:underline;
}

/* ------------------------------- End Header ------------------------------------- */

/* ------------------------------- Menu ------------------------------------- */
#menu
{
    font-family: Trebuchet MS;        
}

#menu ul
{
    margin: 0;
    padding: 0 0 0 5px;    
    height: auto;
    overflow: hidden;
}

#menu ul li
{
    margin: 0 5px 0 0;
    padding: 5px 21px 5px 21px;
    background: #f2f3e8;    
    float: left;
    list-style: none;
}

#menu ul li.last
{
    margin: 0;
    padding: 5px 11px 5px 11px;
}
#menu ul li a
{
    border: none;
    color: #928e2f;
    text-decoration: none;
    font-size: 1.1em;
}
/* ------------------------------- End Menu ------------------------------------- */

/* ------------------------------- body ------------------------------------- */

#body
{
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0;    
}

#body .col1
{
    float: left;
    width: 160px;    
    padding: 10px 20px 10px 20px;
    background: #faf8fd;
}

#body .col2
{
    float: right;
    width: 760px;    
}

#body .col1 h2
{
    color: #928d31;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS;     
}

#body .col1 ul
{
    margin: 0;
    padding: 0;
}

#body .col1 ul li
{
    list-style: none;    
    margin: 0;
    padding: 7px 0 0 0;
}

#body .col1 ul li a
{
    color: #9c7ecf;
    text-decoration: none;
    font-size: 1.1em; 
}

#body .intro
{
    height: auto;
    overflow: hidden;    
}

#body .intro .img
{
    float: left;    
}

#body .intro input
{
    float: left;
    border: solid 1px #f4f1fa;    
    height: 16px;
    color: #848485;    
}

#body .intro textarea
{
    float: left;
    border: solid 1px #f4f1fa;    
    height: 16px;
    color: #848485;
    font-family: Arial;
    font-size: 12px;    
}

#body .intro select
{    
    border: solid 1px #f4f1fa;    
    height: 21px;
    color: #848485;        
}

#body .intro .img div
{
    padding: 0 0 40px 0;    
}

#body .intro .details
{
    float: right;
    width: 513px;
    padding: 10px 20px 10px 10px;    
    background: #f4f2fb;    
}

#body .intro h2
{
    margin: 10px 0 0 0;
    padding: 0;
    color: #9474cb;
    font-size: 1.3em;   
    font-family: Trebuchet MS;          
}

#body .intro h3
{
    color: #9e80d0;
    font-size: 1.2em;    
    margin: 15px 0 5px 0;
    font-family: Trebuchet MS;     
    padding: 0;  
}

#body .intro p
{
    color: #848485;    
    padding: 5px 0 5px 0;
    margin: 0;
    line-height: 16px;
}

#body .intro a
{
    color: #848485;        
}

#body .intro span
{
    color: #848485;        
}

#body .intro .footer_text
{
    color:#9F9F9F; 
    text-transform:uppercase;
    font-size:0.8em;
    padding:10px 0 10px 0;
    margin-bottom:10px;
    border-bottom: dotted 1px #999999;   
}

#body .intro .foot_text a
{
    color:#9F9F9F; 
}

#body .intro .details h2
{
    margin: 0;
    padding: 0;
    color: #9474cb;
    font-size: 1.3em;   
    font-family: Trebuchet MS;      
}

#body .intro .details a.purple
{
    color: #9474cb;
    font-size: 1.4em;    
    text-decoration: none;
}

#body .intro .details p
{
    color: #848485;    
    padding: 7px 0 5px 0;
    margin: 0;
    line-height: 16px;
}

.small_image img
{    
    margin:20px 0 10px 0;
    border: solid 2px #99963e;        
}

#body #home.col2 .adverts
{
    margin: 15px 0 0 0;    
    height: auto;
    overflow: hidden;
}

#body #home.col2 .adverts .left
{
    width: 349px;   
    padding: 0 20px 0 0; 
    border-right: solid 2px #99963e;    
}

#body #home.col2 .adverts .right
{
    width: 349px;   
    padding: 0 0px 0 20px; 
}

#body #home.col2 .adverts .item
{
    height: auto;
    overflow: hidden;    
    padding: 20px 0 10px 0;
}

#body #home.col2 .adverts .item img
{
    float: left;
    border: solid 2px #99963e;        
}

#body #home.col2 .adverts .item .details
{
    float: right;
    width: 250px;
}

#body #home.col2 .adverts h3
{
    color: #9e80d0;
    font-size: 1.2em;    
    margin: 0;
    font-family: Trebuchet MS;     
    padding: 0;  
}

#body #home.col2 .adverts h3 a
{
    color: #9e80d0;
    border: none;
    text-decoration: none;
}

#body #home.col2 .adverts .item .details h3
{
    color: #9e80d0;
    font-size: 1.2em;    
    margin: 0;
    font-family: Trebuchet MS;     
    padding: 0;  
}

#body #home.col2 .adverts .item .details h3 a
{
    color: #9e80d0;
    border: none;
    text-decoration: none;
}

#body #home.col2 .adverts .item .details p
{
    padding: 5px 0 0 0;
    margin: 0;
    color: #24201d;
}

#body #about.col2 .gallery
{
    margin: 30px 0 0 0;    
    padding: 30px 0 0 0;
    height: auto;
    overflow: hidden;
}

#body #about.col2 .gallery div
{
    float: left;
    width: 152px;
    text-align: center;    
}

#body #about.col2 .gallery div label
{
    display: block;
    font-size: 1.1em;
    color: #9474cb;
    padding: 10px 0 0 0;    
    font-weight: bold;
}

#body #shop.col2
{
    height: auto;
    overflow: hidden;   
}

#body #shop.col2 .column1, #body #shop.col2 .column2
{
    width: 235px;
    padding: 0 15px 0 0;
    border-right: solid 2px #99963e;
    float: left;
}

#body #shop.col2 .column2
{
    padding-left: 16px;    
}

#body #shop.col2 .column3
{
    float: right;    
    width: 225px;
}

#body #shop.col2 .item
{
    padding: 10px 0 10px 0;    
}

#body #shop.col2 .item a
{
    display: block;
    color: #9474cb;
    text-decoration: none;
    font-size: 1.3em;
    padding: 10px 0 0 0;
}

#body #shop.col2 .item .normal_link
{
    display: block;
    color: #9474cb;
    text-decoration: none;
    font-size:1em;
    padding: 5px 0 0 0;
}

#body #shop.col2 .item p
{
    color: #7c7c7c;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 16px;    
}

#body #product.col2 .intro .img .color
{
    padding: 5px 0 0 0;    
}
#body #product.col2 .intro .img .color h2
{
    color: #997acd;   
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 1.2em;
    font-family: Trebuchet MS;   
    bottom:10px;   
}

#body #product.col2 .intro .details
{
    /*height: 190px;    */
    position: relative;
}
#body #product.col2 .intro .desc
{
    padding: 10px 0 0 0;
}

#body #product.col2 .intro .desc p
{
    padding:5px 0 0 0;    
}

#body #product.col2 .intro .details span.purple
{
    color: #9474cb;
    font-size: 1.4em;    
    display: block;
    /*position: absolute;
    bottom: 30px;*/
    padding:10px 0 0 0;
    left: 10px;
}

#body #product.col2 .intro .details em
{
    /*position: absolute;    
    bottom: 15px;*/
    left: 10px;
    font-size: 0.8em;    
    font-style: normal;
    color: #7a7a7b;
}

#body #product.col2 .gallery
{
    margin: 0;    
    padding: 20px 0 0 0;
}

#body #product.col2 .gallery .item
{
    padding: 0 0 30px 25px;
    float: left;    
    width: 225px;
}

#body #product.col2 .gallery .item img
{
    float: left;    
}

#body #product.col2 .gallery .item .details
{
    float: right;    
    width: 140px;    
}

#body #product.col2 .gallery .item .details h3
{
    margin: 0;
    padding: 0;    
    font-size: 1.1em;
    font-weight: normal;
    font-family: Trebuchet MS;     
    height: 26px;    
}

#body #product.col2 .gallery .item .details h3 a
{
    text-decoration: none;
    color: #9575cb;
}

#body #product.col2 .gallery .item .details  .quantity
{
    height: auto;
    overflow: hidden;    
    padding: 0 0 5px 0;
}

#body #product.col2 .gallery .item .details  .quantity label
{
    display: block;
    float: left;    
    color: #979338;
    padding: 0 15px 0 0;
    font-size: 1.1em;
    text-align: right;
    width: 70px;
}

#body #product.col2 .gallery .item .details .quantity input
{
    float: left;
    border: solid 1px #c0bf86;
    width: 35px;    
}

#body #product.col2 .gallery .item .details a.add
{
    display: block;
    background: #f2f3e8;
    color: #9f9c46;
    text-decoration: none;
    text-align: center;
    padding: 3px 0 3px 0;    
}

#body #categories.col2 .intro
{
    padding-bottom: 20px;
}

#body #categories.col2 .gallery .column
{
    float: left;
    padding: 0px 7px 0px 7px;
    border-right: solid 2px #99963e;
    width: 176px;
}

#body #categories.col2 .gallery .column.last
{
    border: none;
    padding-right: 0px;
}

#body #categories.col2 .gallery .column .item
{
    height: auto;
    overflow: hidden; 
    padding: 20px 0 15px 0;   
}

#body #categories.col2 .gallery .column .item img
{
    float: left;
}

#body #categories.col2 .gallery .column .item .details
{
    float: right;
    width: 99px;
}

#body #categories.col2 .gallery .column .item .details h3
{
    margin: 0;    
    font-family: Trebuchet MS;     
}

#body #categories.col2 .gallery .column .item .details h3 a
{
    color: #9474cb;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

.catmenu0
{
}

.catmenu0sel
{
}

.catmenu1
{
    padding-left:15px;
    display:block;
}

/* ------------------------------- End Body ------------------------------------- */

/* <modal_popup> */
.modalBackground {
	background-color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	background-color:#fff;
	width:280px;
}
.modalPopup_header 
{   
    width: 270px;   
	background-color:#f4f3fb;
    font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopup_body
{
    width:100%; 
    text-align:center; 
   	color: #000000;   	
   	padding: 10px 5pxpx 10px 5px;   	
}
.modalPopupBody_inner
{
    padding:5px; 
}

/* </modal_popup> */

.heading
{
    background-color:#E5E5E5;    
    height:25px;
    width:100%;        
    font-weight:bold;    
    padding:5px 10px 0 5px;
}

.heading a
{
    color:Black !important;
    text-decoration:none;
}

.button
{   
    padding:3px 10px 3px 10px !important;    
    height:22px !important;    
    border:solid 1px #919266 !important;
    text-decoration:none;    
}
