﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;    
    font-family: inherit;
    vertical-align: baseline;    
    padding-top:0;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
}

div
{
    text-align:left;    
}

h1
{
    color:#3287b6;
    font-family:Georgia;
    font-size:24px;
}

.text
{
    font-family:Georgia,Arial;
    font-size:16px;    
}

.listPrice
{
    font-family:Georgia,Arial;
    font-size:24px;
    background-color:#ffff25;
    padding-left:2px;
    padding-right:2px;
    text-decoration:none;
    color:black;
}

.listPrice:hover
{
    text-decoration:underline  
}



.mark
{
    background-color:#ffff25;
    padding-left:5px;
    padding-right:5px;
}

.footer
{
    color:#c6c6c6;
    text-decoration:none;
    font-size:11px;
    font-family:Arial
}

.formItemText
{
    font-family:Arial;
    font-size:12px;
    color:#363636;    
}

.link, link:visited
{
    font-family:Arial;
    font-size:12px;
    color:#363636;    
    text-decoration:none;
}

.link:hover
{
    text-decoration:underline
}


/* ui autocomplete */
.ui-autocomplete-results
{
    padding: 0px;
    border: 1px solid black;
    background-color: #FFF;
    overflow: hidden;
    z-index: 99999;
}

.ui-autocomplete-results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-autocomplete-results li
{
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
    font: menu;
    font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
    line-height: 16px;
    overflow: hidden;
}

.ui-autocomplete-loading
{
    background: #FFF;
}

.ui-autocomplete-odd
{
    background-color: #eee;
}

.ui-autocomplete-over
{
    background-color: #0A246A;
    color: #FFF;
}

input[type=button], input[type=submit], .button
{
    font-size:14px;
	background-color:#DCF0FB;
    border:1px solid #4A9ECD;
    color:Black;	
    height:30px;
}

.info, .success, .warning, .errormessage, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	line-height:17px;
	
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/content/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/content/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/content/warning.png');
}

.errormessage {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/content/error.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/content/validation.png');
}

/* validation */
input.error, textarea.error, select.error
{
    background-color: #ffd9d9;
}
div.errorContainer 
{
    background-color: #ffd9d9;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}
div.errorContainer ul, div.errormessage ul
{
   padding:0px;
} 
div.errorContainer ul li, div.errormessage ul li
{
    line-height:20px;
}
div.errorContainer ul li label ,div.errormessage ul li label
 {
     background: none;
     padding: 0;
 }
/*validation end */

