body{
    color:#333;
}
.rounded_input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-color:#ccc;
    background-color:#fff;
    color:#666;
    padding-left:5px;
    padding-right:5px;
    background-image:url(/images/input_bg.png);
    background-repeat: repeat-x;
    background-position:top left;
}
.rounded_field {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-color:#ccc;
    background-color:#fff;
    /*color:#666;*/
    color: #119DE5;
    padding-left:5px;
    padding-right:5px;
    background-image:url(/images/input_bg.png);
    background-repeat: repeat-x;
    background-position:top left;
    height:20px;
}
.rounded_button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-color:#444;
    background-color:#fff;
    color:#333;
    padding-left:30px;
    padding-right:30px;
}

.blue_button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-color:#444;
    color:#333;
    padding-left:5px;
    padding-right:5px;
    width:140px;
    height:25px;
    font-size:14px;
    background-color: #00b3ff;
    color:#fff;
    cursor:pointer;
    border-color:#fff;
}
.blue_button:hover{
    background-color:#1186b7;
}
.red_button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-color:#444;
    background-color:#B91133;
    color:#333;
    padding-left:5px;
    padding-right:5px;
    width:140px;
    height:25px;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    border-color:#fff;
}
.red_button:hover{
    background-color:#9C0E2B;
}
.green_button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-color:#444;
    background-color:#008400;
    color:#333;
    padding-left:5px;
    padding-right:5px;
    width:140px;
    height:25px;
    font-size:14px;
    color:#fff;
    cursor:pointer;
    border-color:#fff;
}
.green_button:hover{
    background-color:#006600;
}
div.ui-datepicker{
   font-size:12px;
}
.notification_window{
    width:200px; 
    height:90px; 
    border:1px #ccc solid; 
    color:#fff; 
    background-color:#00b3ff;
    overflow:hidden; 
    padding:5px 5px 5px 5px;
    position:fixed;
    top:78%;
    left:5%;
    cursor:pointer;
}
.notification_window:hover{
    opacity:0.8;
}

/*adm*/


#page{
    width:100%;
    height:128px;
}
#header{
    background-image: url(/admin/images/header_spacer.png);
    background-position: top left;
    background-repeat: repeat-x;
    width:100%;
    height:124px;
    position: fixed;
    top:0px;
    z-index:1;
}
#top_menu{
    width:100%;
    height:25px;
    padding-top:7px;
    text-align:right;
    color:white;
    font-size:12px;
}
#top_menu a{
    color:white;
    text-decoration: none;
    font-size:12px;
    margin-left:10px;
    margin-right:10px;
}
#top_menu a:hover{
    text-decoration: underline;
}
#head{
    width: 100%;
    height:49px;
    text-align: left;
}
#logo{
    margin-top:2px;
    margin-left: 10px;
}
#domain_name{
    position:relative;
    top:-15px;
    left:10px;
    color:white;
    font-size:22px;
}
#secondary_menu{
    width:100%;
    height:40px;
    text-align:left;
    font-size:14px;
}
#content_head{
    background-image: url(/admin/images/content_head.png);
    background-position: top left;
    background-position-x: -1px;
    background-repeat: repeat-x;
    width:892px;
    height:37px;
    font-size:16px;
    color:#666;
    font-weight:bold;
    padding-top:12px;
    padding-left:10px;
    text-align:left;
}
#content{
    margin-top:158px;
    z-index:0;
}
#content_in{
    background-image: url(/admin/images/content_spacer.png);
    background-position: top left;
    background-repeat: repeat-y;
    width:872px;
    height:37px;
    font-size:12px;
    color:#333;
    padding-top:12px;
    padding-left:30px;
    padding-right:10px;
    padding-bottom:10px;
    min-height:0px;
    text-align:left;
    display:table;
}
#content_footer{
    background-image: url(/admin/images/content_footer.png);
    background-position: top left;
    background-repeat: no-repeat;
    width:892px;
    height:49px;
    font-size:12px;
    color:#333;
    text-align:center;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
}
body input{
	font-size: 12px;
	height: 20px;
	width: 520px;
	border: 1px solid #747474;
}
body select{
	font-size: 12px;
	height: 20px;
	width: 150px;
	border: 1px solid #747474;
}
body textarea{
	font-size: 12px;
	height: 400px;
	width: 544px;
	border: 1px solid #747474;
}
.eshop_product{
    width:530px;
} 

/*end adm*/

