/*====================================
Jellyneo's Petpet Park Guide
Item Database Styles
|-> Includes styles for the item
    search results and info page
====================================*/

/* Item Search Form */

.item_search_form_box {
border:1px solid #E2E3B8;
margin:0px;
padding:0px;
width:120px;
height:25px;
background-color:#FFFFFF;
font-size:18px;
color:#333333;
margin-top:5px;
}

.item_search_form_submit {
border:1px solid #E2E3B8;
background-color:#F5F6E0;
width:38px;
height:27px;
position:relative;
top:1px;
margin-top:5px;
}

/* Item Search Results */

.item_search_box {
width:135px;
background-color:#CCCCCC;
cursor:pointer;
}
.item_search_top {
width:135px;
height:15px;
background-image: url('http://petpetpark.jellyneo.net/images/itemdb/itemsearch_bg_top.png');
background-repeat:no-repeat;
}
.item_search_middle {
padding:0px 10px 0px 10px;
text-align:center;
font-size:9pt;
}
.item_search_pic {
width:80px;
height:80px;
border:2px solid #999999;
background-color:#FFF;
}
.item_search_bottom {
width:135px;
height:15px;
background-image: url('http://petpetpark.jellyneo.net/images/itemdb/itemsearch_bg_bottom.png');
background-repeat:no-repeat;
background-position:bottom left;
}

/* Item Info Page */

.item_info_box {
width:500px;
background-color:#FFE9C0;
margin:20px 70px;
}
.item_info_middle {
padding:0px 10px 0px 10px;
text-align:left;
}
.item_info_pic {
width:80px;
height:80px;
border:2px solid #933A1B;
background-color:#FFF;
}
.item_info_top {
width:500px;
background-image: url('http://petpetpark.jellyneo.net/images/itemdb/itembox_bg_top.png');
background-repeat:no-repeat;
text-align:left;
font-family:"Trebuchet MS", verdana, sans-serif;
font-size:15pt;
color:#933A1B;
padding:10px 10px 10px 10px;
}
.item_info_bottom {
width:500px;
height:15px;
background-image: url('http://petpetpark.jellyneo.net/images/itemdb/itembox_bg_bottom.png');
background-repeat:no-repeat;
background-position:bottom left;
}
.item_info_priceimg {
position:relative;
top:4px;
}
