--- pettastic/html/css/main.css 2013/03/15 13:08:05 1.4 +++ pettastic/html/css/main.css 2013/03/18 15:18:23 1.6 @@ -61,7 +61,7 @@ a { height : 100%; width : 800px; font-family : Tahoma, Geneva, sans-serif; - font-size : 16px; + font-size : 15px; font-weight : bold; text-align : center; float : center; @@ -186,6 +186,45 @@ a { text-align : center; } +td.title { + text-align : center; + font-weight : bold; + font-size : medium; + color : #FFC7E8; + margin-bottom : 5px; + background : #763E7A; +} + +td.item_light { + font-weight : bold; + font-size : 12px; + margin-right : 15px; +} + +td.item_dark { + font-weight : bold;; + font-size : 12px; + background : #FFC7E8; + margin-right : 25px; +} + +p.description { + font-weight : normal; + font-size : 10px; + margin-left : 20px; + margin-right : 50px; + margin-bottom : 5px; +} + +p.price_note { + font-weight : bold; + font-size : 10px; + margin-left : 110px; +} + +td.description { +} + img.floatLeft { float : left; margin : 10px;