/*****************************************************************
 * STORE PAGE STYLE
 *****************************************************************/
body { background-color: rgb(171, 186, 179); }

#title_site { }
#navigation { }

#title_site, #title_illustration, #title_pottsblog, #title_animation, #title_personal, #title_store, #title_about { display: block; }
#title_site span, #title_illustration span, #title_pottsblog span, #title_animation span, #title_personal span, #title_store span, #title_about span { display: none; }
#title_site { width: 294px; height: 25px; background: url(img/store/title_site.gif) no-repeat; }
#title_illustration { width: 166px; height: 15px; background: url(img/store/title_illustration.gif) no-repeat; }
#title_pottsblog, #title_animation, #title_personal, #title_store, #title_about { width: 166px; height: 14px; }

#title_pottsblog { background: url(img/store/title_pottsblog.gif) no-repeat; }
#title_animation { background: url(img/store/title_animation.gif) no-repeat; }
#title_personal { background: url(img/store/title_personal.gif) no-repeat; }
#title_store { background: url(img/store/title_store.gif) no-repeat; }
#title_about { background: url(img/store/title_about.gif) no-repeat; }

#title_illustration:hover { background: url(img/store/title_illustration_over.gif) no-repeat; }
#title_pottsblog:hover { background: url(img/store/title_pottsblog_over.gif) no-repeat; }
#title_animation:hover { background: url(img/store/title_animation_over.gif) no-repeat; }
#title_personal:hover { background: url(img/store/title_personal_over.gif) no-repeat; }
#title_store:hover { background: url(img/store/title_store_over.gif) no-repeat; }
#title_about:hover { background: url(img/store/title_about_over.gif) no-repeat; }

#title_illustration:active { background: url(img/store/title_illustration_on.gif) no-repeat; }
#title_pottsblog:active { background: url(img/store/title_pottsblog_on.gif) no-repeat; }
#title_animation:active { background: url(img/store/title_animation_on.gif) no-repeat; }
#title_personal:active { background: url(img/store/title_personal_on.gif) no-repeat; }
#title_store:active { background: url(img/store/title_store_on.gif) no-repeat; }
#title_about:active { background: url(img/store/title_about_on.gif) no-repeat; }

li.selected #title_illustration { background: url(img/store/title_illustration_on.gif) no-repeat; }
li.selected #title_pottsblog { background: url(img/store/title_pottsblog_on.gif) no-repeat; }
li.selected #title_animation { background: url(img/store/title_animation_on.gif) no-repeat; }
li.selected #title_personal { background: url(img/store/title_personal_on.gif) no-repeat; }
li.selected #title_store { background: url(img/store/title_store_on.gif) no-repeat; }
li.selected #title_about { background: url(img/store/title_about_on.gif) no-repeat; }

#footer_email, #footer_contact, #footer_agent1, #footer_agent2 { display: block; }
#footer_email span, #footer_contact span, #footer_agent1 span, #footer_agent2 span { display: none; }
#footer_email { width: 204px; height: 13px; background: url(img/store/footer_email.gif) no-repeat; }
#footer_contact { width: 204px; height: 41px; background: url(img/store/footer_contact.gif) no-repeat; }
#footer_agent1 { width: 204px; height: 10px; background: url(img/store/footer_agent1.gif) no-repeat; }
#footer_agent2 { width: 204px; height: 9px; background: url(img/store/footer_agent2.gif) no-repeat; }

#footer_email:hover { background: url(img/store/footer_email_over.gif) no-repeat; }
#footer_agent1:hover { background: url(img/store/footer_agent1_over.gif) no-repeat; }
#footer_agent2:hover { background: url(img/store/footer_agent2_over.gif) no-repeat; }

#footer_email:active { background: url(img/store/footer_email_on.gif) no-repeat; }
#footer_agent1:active { background: url(img/store/footer_agent1_on.gif) no-repeat; }
#footer_agent2:active { background: url(img/store/footer_agent2_on.gif) no-repeat; }

#footer p { color: #ffffff; }

#storePlaceHolder p { font-size: 11px; color: #ffffff; margin: 5px 0 30px 0;}
#storePlaceHolder a { color: #f46b44; text-decoration: none; }
#storePlaceHolder a:hover { color: #ffffff; }

#store { margin-top: 2px; color: #ffffff; }
#store img { width: 137px; height: 137px; border: 3px solid transparent; margin: 0 0 2px 0; position: relative; top: -3px; left: -3px; }
#store img:hover { border: 3px solid #f46b44; }
#store div.storeItem { float: left; margin: 0 10px 6px 0; }
#store div.storeItem p { margin: 0 0 2px 0; padding: 0; }
#store div.storeItem div { margin: 0; padding: 0; }

#store div.storeItem a { color:#F46B44; font-weight:bold; }
#store div.storeItem a:hover { color:#669999; }

#saleItem { color: #ffffff; }
#saleItem div.description { margin: 4px 3px 4px 3px; }
#saleItem p { margin: 0 0 2px 0; padding: 0; }
#saleItem div { margin: 0; padding: 0; }

#saleItem a { color:#F46B44; }
#saleItem a:hover { color:#669999; }

#saleItem .navigation, #saleItem .navigation { margin: 14px 3px 14px 3px;; }

div.hr { height: 14px; background: url(img/store/deck_lines.gif) no-repeat; }
div.hr hr { display: none; }