Position
{
bottom: Auto or % or length;
clip: Shape or auto;
left: Auto or % or length;
overflow: Visible or hidden or scroll or auto;
position: absolute or relative;
right: Auto or % or length;
top: Auto or % or length;
vertical-align: Baseline or sub or super or top or text-top or middle or bottom or text-bottom or length or %;
z-index: Auto number
}

Background
{
background: background-color or background-image or background-repeat or background-attachment or background-position;
background-attachment: scroll or fixed;
background color: color-rgb or color-hex or color-name or transparent;
background-image: url or none;
background-position: top left or top cneter or top right or center left or center center or center right or bottom left or bottom center or bottom right or x-% y-% or x-po ypos;
background-repeat: repeat or repeat-x or repeat-y or no-repeat
}

Border
{
border: border-width or border-style or border-color;
border-bottom: border-bottom-width or broder-style or border-color;
border-bottom-color: border-color;
border-bottom-style: border-style;
bottom-border-width: border-style; thin or medium or think or length;
border-color: color;
border-left: border-left-width or border-style or border-color;
border-left-color: border-color;
border-left-style: border-style;
border-left-width: thin or medium or think or length;
border-right: border-left-width or border-style or border-color;
border-right-color: border-color;
border-right-style: border-style;
border-right-width: thin or medium or think or length;
border-style: none or hidden or dotted or dashed or solid or double or groove of ridge or inset or outset;
border-top: border-left-width or border-style or border-color;
border-top-color: border-color;
border-top-style: border-style;
border-top-width: thin or medium or think or length;
border-width: thin or medium or thick or length
}

List
{
list-style: list-style-type or list-style-position or list-style-image;
list-style-image: none or url;
list-style-position: inside or outside;
list-style-type: none or disc or circle or square or decimal or decimal-leading-zero or lower-roman or upper-roman or lower-alpha or upper-alpha or lower-greek or lower-latin or upper-latin or hebrew or armenian or georgian or cjk-ideographic or hiragana or katakana or hiragana-iroha or katakana-iroha;
marker-offset: atuo or length
}

Margin
{
margin: margin-top or margin-right or margin-bottom or margin-left;
margin-bottom: auto or length or %;
margin-left: auto or length or %;
margin-right: auto or length or %;
margin-top: auto or length or %
}

Padding
}
padding: padding-right or padding-bottom or padding-left or padding-top;
padding-bottom: % length;
padding-left: % length;
padding-right: % length;
padding-top: % length
}

Text
{
color: color;
direction: ltr or rtl;
letter-spacing: normal or length;
text-align: left or right or center or justify;
text-decoration: none or underline or overline or line-through or blink;
text-indent: length or %;
text-shadow: none or color or length; /*not yet supported by browsers/
text-transform: none or capitalize or uppercase or lowercase;
unicode-bidi: normal or embed or bidi-override; /*not supported by Netscape Navigator/
white-space: normal or pre or nowrap;
word-spacing: normal or length
}