/*
Theme Name: Leti

Description: Leti is a 5-Column WordPress theme with left and right Sidebars.
Author: Selasie Hanson
Author URI: none
Tags: green, white, 5-columns, fixed-width
The CSS, XHTML and design is released under the GPL: http://www.gnu.org/licenses/gpl.html
*/
body{

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    background-image:url(images/background.png);
    /*background-image:url(../images/back_drop2.jpg);*/
    background-repeat:repeat-x;
    background-color:#FFF;
}

#container{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

#header{
    /*width:1200px;*/
    width:81em;
    margin-left:auto;
    margin-right:auto;

    clear:both;
}
#logo{
    float:left;
    margin-left:25px;
    width:234px;
}

#logo a img{
    border:none;
}
#menu_container{

    float:left;
    margin-top:30px;
    color:#f8c625;
    background-repeat:no-repeat;
    width:708px;
    margin-left:19px;
    margin-right:10px;

}
#menu_part_left{
    height:55px;
    width:15px;
    background-image:url(images/menu_parts_left.png);
    background-repeat:no-repeat;
    float:left;
}


#menu_part_right{
    height:55px;
    width:20px;
    background-image:url(images/menu_parts_right.png);
    background-repeat:no-repeat;
    float:left;
}
#mainnav{
    margin-left:0px;
    background-image:url(images/menu_parts_centre.png);
    background-repeat:repeat-x;
    padding-top:6px;
    padding-bottom:10px;
    float:left;
    position:relative;
    width:663px;

}

#mainnav ul{
    margin: 0px;
    padding-left:25px;
    list-style: none;
}

#mainnav ul li{
    position:relative;
    display:inline;
    float:left;
    border:0px;
}

#mainnav li ul{
    position:absolute;
    overflow:hidden;
    clear:both;
    display:none;
    top:46px;
    left:0px;
    float:left;
    padding:0px;
    background-color:#e3e8ce;
    z-index:15;
}


#mainnav ul li a{
    color:#808f4c;
    display:block;
    /*height:55px;*/
    text-decoration:none;
    /*text-align:center;*/
    padding-left:20px;
    padding-right:20px;
    font-size:17px;
    padding-top:11px;
    padding-bottom:12px;
    line-height:20px;

    /*-webkit-transition-property: background-color;
    		-webkit-transition-duration: 0.5s;
    		-webkit-transition-timing-function: ease-in;*/
}

#mainnav li.over ul{
    text-decoration:none;
    color:#ffffff;
    /*padding-top:12px;*/
    background-color:#b8bda6;
}

#mainnav li:hover ul {
    display:block;
    border-left:1px solid #eed429;
    border-right:1px solid #eed429;
}

#mainnav ul li ul, ul li ul li a{
    border-bottom:1px solid #eed429;
    width:120px;
}


#submenu{
    font-size:12px;
}

#mainnav li a:hover {
    background-color:#b8bda6;
    color:#fff;
}

#mainnav .current_page_item {
    color:#ffffff;
    text-decoration:none;
    border:1px solid #f7ee85;
    background-color:#b4baa0;
}

#mainnav li#last{
    padding-right:0px;
    margin-right:0px;
    width:19%;
    overflow:hidden;
}

#mainnav input{
    color:#94a267;
    margin-top:10px;
    margin-left:0px;
    margin-right:0px;
    /* background-image:url(images/search_icon.png);*/
    background-repeat:no-repeat;
    background-color:#FFF;
    padding-left:0px;
    padding-right:0px;
    width:100%;
}

#mainnav input.active{
    background-image:none;
}
#small_menu{
    width:25%;
    /*float:left;*/
    margin-left:auto;
    margin-right:auto;

}
#small_menu h4{
    padding:0px;
    margin:0px;
    font-size:16px;
    text-transform:capitalize;
    font-weight:normal;
    color: #777;
    font-family:  Arial,Helvetica,sans-serif;;
}
#small_menu ul{
    margin: 0px;
    padding-left:25px;
    list-style: none;
}

#small_menu li{
    display:inline;
    padding-left:45px;
    float:left;
}

#small_menu a{
    font-size:13px;
    color:#ca531f;
    text-decoration:none;
    text-align:center;
}

#small_menu a:hover{
    color:#848731;
    text-decoration:underline;
}

#social_networks{
    width:234px;
    margin-top:30px;

    margin-bottom:0px;
    padding-bottom:0px;
    float:left;
}

#social_networks ul{
    margin:0px;
    padding:0px;
    margin-top:5px;
    list-style:none;
}

#social_networks ul>li{
    display:inline;
}


#social_networks ul>li>a{
    text-decoration:none;
    border:0px;
}

#social_networks ul>li>a>img{
    margin-top:0px;
    padding-top:0px;
    border:0px;
    padding-left:7px;
}

#middle{
    width:81em;

    /*width:1230px;*/
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    clear:both;
}
#sidebar{
    width:234px;
    margin-left:25px;
    float:left;
}

#right_sidebar{
    width:234px;
    float:left;
}

#altenate_version #text{
    font-size:12px;
    padding-left:20px;
    color:#6c6e64;
    padding-top:15px;
    padding-bottom:15px;
    line-height:18px;
}

#altenate_version a{
    text-decoration:none;
    border:none;
}

#altenate_version img{
    border:none;
}

#videos{

}

#toprated{
    width:234px;
    background-color:#FFFFFF;
    float:left;
}

#t_total{
    background-repeat:no-repeat;
    clear:both;
}

#t_header{
    /*background-image:url(../images/top_rated.png);*/
    background-image:url(images/small_header.png);
    background-repeat:no-repeat;
    height:40px;
}

#header_title{
    color:#ca531f;
    text-align:center;
    padding-top:10px;
    font-size:16px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}
#s_total{
    padding-top:1px;
    padding-bottom:10px;
    background-repeat:no-repeat;
    clear:both;
}
#s_news_header{

    /*background-image:url(../images/news_header.png);*/
    background-image:url(images/small_header.png);
    background-repeat:no-repeat;
    height:41px;
}

#s_genre_header{
    height:40px;
    /*background-image:url(../images/genre_header.png);*/
    background-image:url(images/small_header.png);
    background-repeat:no-repeat;
}

#s_highscores_header{
    height:40px;
    /*background-image:url(../images/highscore_header.png);*/
    background-image:url(images/small_header.png);
    background-repeat:no-repeat;
}

#s_content{
    position:relative;
    background-image:url(images/small_middle.png);
    color:#383b3d;
    font-size:12px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    padding-top:0px;
    margin-bottom:0px;
    padding-bottom:3px;
    font-family:Verdana, Geneva, sans-serif;
}

#s_bottom{
    height:25px;
    background-image:url(images/small_bottom.png);
    background-repeat:no-repeat;
    padding-top:0px;
}

#right_component{
    float:left;
    width:708px;
    margin-right:10px;
    margin-left:16px;
}

#top_rated_game{

}
#m_total{
    width:705px;
    padding-bottom:0px;
    margin-bottom:30px;
}

#m_header{
    width:704px;
    height:19px;
    background-image:url(images/big_top.png);
    background-repeat:no-repeat;
}

#m_content{
    width:704px;
    background-color:#FFF;
    background-image:url(images/big_middle.png);
}

#m_content p{
    margin-top:0px;
    padding-top:0px;
}

#m_bottom{
    height:20px;
    background-image:url(images/big_bottom.png);
    background-repeat:no-repeat;
    margin-left:1px;
}

#b_total{
    width:705px;
}


#b_header{
    width:706px;
    height:41px;
    margin-left:1px;
    /*background-image:url(../images/bestseller_header.png);*/
    background-image:url(images/big_header.png);
    background-repeat:no-repeat;
}
#b_content{
    widows:706px;
    background-color:#FFF;
    background-image:url(images/big_middle.png);
    padding-top:10px;
    padding-left:40px;
    padding-right:50px;



}

#b_bottom{
    height:20px;
    background-image:url(images/bestseller_bottom.png);
    background-repeat:no-repeat;
}

#items{
    overflow:hidden;
    position:relative;
}

#items ul{
    margin:0;
    padding:0;
    list-style:none;
}

#items li{
    display:inline;
    float:left;
    padding-left:30px;
    padding-right:30px;
}

#items a{
    border:none;
    text-decoration:none;
}

#item_total{
    width:117px;
    /*margin-left:50px;*/
    padding-bottom:0px;
}

#item_header{
    width:117px;
    height:13px;
    background-image:url(images/item_container_top.png);
    background-repeat:no-repeat;
}
#item_content{
    width:117px;
    background-color:#FFF;
    /*height:120px;*/
    background-image:url(images/item_container_middle.jpg);

}

#item_content img{
    padding-left:4px;
    padding-top:4px;
    padding-bottom:5px;
    border:none;
}



#item_bottom{
    width:117px;
    height:10px;
    background-image:url(images/item_container_bottom.jpg);
    background-repeat:no-repeat;
}

#item_navigation{

    top:100px;

    z-index:10;
    overflow:hidden;
    clear:both;
    height:32px;
}

#move_left{
    padding-top:10px;
    width:33px;
    height:30px;
    background-image:url(images/nav_left.png);
    float:left;
    background-repeat:no-repeat;
}

#move_right{
    padding-top:10px;
    width:33px;
    height:30px;
    background-image:url(images/nav_right.png);
    float:right;
    background-repeat:no-repeat;
}

#news{

}

#news_links{
    padding-left:5px;
    padding-right:5px;
    margin-top:25px;
    overflow:hidden;
    clear:both;
}

#news_links a{
    color:#c7ab10;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;

}

#news_links a#first{
    float:left;
    padding-left:15px;
}
#news_links a#last{
    float:right;
    padding-right:20px;
}
#news_links a:hover{
    /*text-decoration:underline;*/
    color:#526305;
}

#game_genre{
    padding-top:10px;
    margin-top:0px;
    font-size:13px;
    padding-left:10px;
    margin-left:0px;
}


#game_genre ul{
    padding:0px;
    padding-left:20px;
    margin:0px;
}

#game_genre ul>li{
    list-style-image:url(images/bullet.png);
    padding-bottom:15px;
}

#game_genre ul>li.last{
    list-style-image:url(images/bullet.png);
    padding-bottom:0px;
}


#game_genre a{
    text-decoration:none;
    color:#383b3d;
    padding-left:5px;

}

#game_genre a:hover{
    color:#c7ab10;
    text-decoration:underline;
}
#all_high_scores{
    padding:0px;
    margin:0px;
    padding-top:10px;

}

#highscores{
    padding-left:0px;
    padding-right:0px;
    font-size:12px;
    position:relative;

}

#highscores_nav_panel{
    width:250px;
    top:15px;
    z-index:4;
    position:absolute;
    overflow:hidden;
    clear:both;
}
#highscores_nav_panel a#first{
    margin-right:180px;
}
#highscores_nav_panel img{
    border:none;
}
#highscore_table{

    width:100%;
    margin:0px;
    padding:0px;
}

#highscore_table td{
    padding-bottom:7px;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
}

#highscore_table tr
{
    padding-top:4px;
    text-align:left;
}

#even
{
    background:#FFF;
}

#odd
{
    background:#f1f4e4;
}

#name{
    color:#7b770b;
}

#score{
    color:#b91004;
    font-weight:bold;
    font-size:11px;
}

#number{
    color:#000;
}

#bottom{
    width:100%;
    /*width:1024px;*/
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

#bottom_links{
    width:100%;
    float:left;
    color:#000;
    display:inline;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

#bottom_links a{
    font-weight:normal;
    color:#526305;
    padding-left:5px;
    padding-right:5px;
    text-decoration:none;
}

#bottom_links ul{
    list-style:none;
}

#bottom_links ul li{
    display:inline;
}


#bottom_links a:hover{
    text-decoration:underline;
    color:#c7ab10;
}

#footer{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    font-size:10px;
    text-align:center;
}


#about_us{
    font-size:14px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:10px;
    padding-left:40px;
    padding-right:40px;
    text-align:justify;
    color:#6c6e64;
    line-height:21px;
}

#about_us p{
    margin:0;
    padding:0;
}

#about_us h2{
    font-size:18px;
    color:#8c563f;
    padding-bottom:0px;
    padding-top:15px;
    margin-bottom:3px;
    letter-spacing:1px;
    font-weight:normal;
}

td{
    font-size:14px;
}

#founders_name{
    color:#414d0f;

}

#careers{
    font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:10px;
    padding-left:40px;
    padding-right:40px;
    text-align:justify;
    color:#6c6e64;
}

#careers h2, #faqs h2 , #my_search h2{
    font-size:18px;
    color:#7a9208;
    padding-bottom:0px;
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;
    font-weight:normal;
    letter-spacing:2px;
    font-variant:small-caps;
    text-shadow:#999;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}
/****TAB NAV FOR CAREERS****/

#tabnav, #bestsellerTabnav
{
    margin-top:0;
    padding:0;
    padding-left:10px;
    margin-left:auto;
    margin-right:auto;
    width:500px;
    height:20px;
}

#bestsellerTabnav
{
    margin-top:20px;
}

#tabnav ul,  #bestsellerTabnav ul
{
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
}

#tabnav li,  #bestsellerTabnav li
{
    margin:0;
    padding:0;
    display:inline;
    list-style-type:none;
}

#tabnav a:link, #tabnav a:visited,  #bestsellerTabnav a:link,  #bestsellerTabnav a:visited
{
    float:left;
    font-size:12px;
    font-family:arial;
    line-height:14px;
    color:#666;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:6px;
    margin-right:4px;
    text-decoration:none;
    border: 1px solid #ccc;
    height:10px;
    background:#fff;
}

#tabnav a:link.active, #tabnav a:visited.active , #bestsellerTabnav a:link.active , #bestsellerTabnav a:visited.active
{
    color:#000;
    background:#eeecec;
    border-color:#555;
    font-weight:bold;
}

#tabnav a:hover, #bestsellerTabnav a:hover{
    color:#333;
    background:#eeecec;
}
/***************************/
#availablePositions{
    margin-top:0px;
    padding-top:0px;
}

#availablePositions #position{

}

#position h3 ,#faqs h3 , #my_search h3{
    color:#8c563f;
    font-weight:normal;
    font-size:13px;
    padding-left:10px;
    letter-spacing:1px;
}

#availablePositions #requirments ul{
    list-style:none;
    list-style-image:url(images/bullet.png);
}
#availablePositions #requirments li{
    font-size:13px;
    line-height:22px;
}
#faqs, #my_search{
    padding:10px;
    margin-left:40px;
    margin-right:40px;
}
#faqs{
    color:#6c6e64;
    font-size:12px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#my_search{
    font-size:12px;
    color:#444;
}

#faqs h2,#search h2{
    padding-bottom:0px;
}

#q_and_a{
    border-bottom:1px solid #6c838b;

}

#question {
    color:#8c563f;
    font-weight:normal;
    font-size:13px;
    padding-left:10px;
    letter-spacing:1px;
    margin-top:20px;
}


#answer
{
    color:#6c6e64;
    font-size:13px;
    padding-left:10px;
    margin-bottom:25px;
}

.roundedcornr_box_210234
{
    background: url(images/roundedcornr_210234_tl.png) no-repeat top left;
}
.roundedcornr_top_210234 {
    background: url(images/roundedcornr_210234_tr.png) no-repeat top right;
}
.roundedcornr_bottom_210234 {
    background: url(images/roundedcornr_210234_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_210234 div {
    background: url(images/roundedcornr_210234_br.png) no-repeat bottom right;
}
.roundedcornr_content_210234 {
    background: url(images/roundedcornr_210234_r.png) top right repeat-y;
}

.roundedcornr_top_210234 div,.roundedcornr_top_210234,
.roundedcornr_bottom_210234 div, .roundedcornr_bottom_210234 {
    width: 100%;
    height: 15px;
    font-size: 1px;
}
.roundedcornr_content_210234, .roundedcornr_bottom_210234 {
    margin-top:0px;
}
.roundedcornr_content_210234 { padding: 0 5px ;}


#content{
    margin-left:auto;
    margin-right:auto;
}

#image_and_flash{

}

#welcome_message{
    padding-top:0px;
    padding-left:40px;
    padding-right:20px;
    text-align:justify;
}

#welcome_message p{
    color:#565751;
    font-size:12px;
}


#current_games{
    position:relative;
    z-index:5;
    top:0px;
    left:150px;
    padding-left:150px;
}

#current_games a{
    text-decoration:none;
}

#round_corners_top_left{

    background-image:url(images/rounded_corners_top_left.png);
    background-repeat:no-repeat;
    width:20px;
    height:15px;
    float:left;
}
#round_corners_top_centre{

    background-image:url(images/rounded_corners_top_centre.png);
    background-repeat:repeat-x;
    float:left;

}

#round_corners_top_right{
    /*background-image:url(../images/rounded_corners_top_right.png);*/
    background-repeat:no-repeat;
    width:20px;
    height:15px;
    float:left;
}


#round_corners_bottom_left{
    width:20px;
    height:15px;
    /* background-image:url(../images/rounded_corners_bottom_left.png);*/
    background-repeat:no-repeat;
    float:left;
}

#round_corners_bottom_centre{

    /* background-image:url(../images/rounded_corners_bottom_centre.png);*/
    background-repeat:repeat-x;
    float:left;

}
#round_corners_bottom_right{
    /* background-image:url(../images/rounded_corners_bottom_right.png);*/
    background-repeat:no-repeat;
    width:20px;
    height:15px;
    float:left;
}

#rounded_total{

}

#rounded_header{
    overflow:hidden;
    height:15px;
    margin:0px;
}

#rounded_content{

    border:1px solid   #bece7a;
    /*border-left:1px solid   #bece7a;
    border-right:1px solid   #bece7a;*/
    width:1000px;
    background-color:#fff;
}

#rounded_bottom{
    overflow:hidden;
    height:15px;
    margin:0px;
}

#welcome_news{
    width:150px;
    height:100px;
    float:left;
    background:#eff0ed;

    margin-left:115px;
}

#welcome_news:hover{
    border:1px solid #b4baa0;
    background-color:#ffffff;
    width:148px;
    height:98px;
}

#welcome_box_hoder{
    width:900px;

    margin-left:auto;
    margin-right:auto;
}

#the_news{
    padding-top:10px;
    width:210px;
    line-height:20px;
    font-size:11px;
}


#the_news #more{

    float:right;
    padding-right:10px;
    font-size:13px;
}

#more a{
    color:#F00;
    text-decoration:none;
}

/*---------------contact_form------------------*/
#panel{
    width:400px;
    margin-left:150px;
    margin-top:50px;
}

.contact_form{
    width:355px;
    float:left;
    padding:25px;
    margin:20px 0 0 15px;
    _margin:20px 0 0 5px;
    border:1px #DFD1D2 dashed;
    position:relative;
}
.form_row{
    width:339px;
    _width:355px;
    overflow:hidden;
    clear:both;
    padding:10px 0 10px 0;
    padding:5px 0 5px 0;
    color:#a53d17;
}
label.contact{
    width:75px;
    float:left;
    font-size:12px;
    text-align:right;
    padding:4px 5px 0 0;
    color: #333333;
}
input.contact_input{
    width:253px;
    height:18px;
    background-color:#fff;
    color:#999999;
    border:1px #DFDFDF solid;
    float:left;
}
textarea.contact_textarea{
    width:250px;
    height:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #999999;
    background-color:#fff;
    border:1px #DFDFDF solid;
    float:left;
}
input.register{
    width:71px;
    height:25px;
    border:none;
    cursor:pointer;
    text-align:center;
    float:right;
    color:#FFFFFF;
    background:url(images/register_bt.gif) no-repeat center;
    margin-right:30px;
}
a.contact{
    width:80px;
    height:26px;
    display:block;
    float:right;
    margin:0 0 0 10px;
    background:url(images/register_bt.gif) no-repeat center;
    text-decoration:none;
    text-align:center;
    line-height:24px;
    color:#fff;
}
a.checkout{
    width:71px;
    height:25px;
    display:block;
    float:right;
    margin:10px 30px 0 10px;
    background:url(images/register_bt.gif) no-repeat center;
    text-decoration:none;
    text-align:center;
    line-height:25px;
    color:#fff;
}
a.continue{
    width:71px;
    height:25px;
    display:block;
    float:left;
    margin:10px 0 0 0px;
    background:url(images/register_bt.gif) no-repeat center;
    text-decoration:none;
    text-align:center;
    line-height:25px;
    color:#fff;
}
.terms{
    padding:0 0 0 80px;
}
.form_subtitle{
    position:absolute;
    top:-11px;
    left:7px;
    width:auto;
    height:20px;
    background-color:#795636;
    text-align:center;
    padding:0 7px 0 7px;
    color:#FFFFFF;
    font-size:11px;
    line-height:20px;
}

.terms{
    padding:0 0 0 80px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

p.details{
    padding:5px 15px 5px 15px;
    font-size:11px;
}
p.details_cart{
    clear:both;
    padding:25px 30px 5px 0px;
    font-size:11px;
    font-style:italic;
}
p.more_details{
    padding:25px 20px 0px 20px;
    font-size:11px;

}

.left_content .title{
    color:#8c563f;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
}


/*Downloads*/
#downloads{

}

#downloads{
    color:#8c563f;
    padding-bottom:10px;
}

.each_download h3{
    color:#8c563f;
    padding-bottom:10px;
    /*border-bottom:1px solid #6c838b;*/
}
/*********Contact with postal address********/
#_contact{
    font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:10px;

    text-align:justify;
    color:#6c6e64;
    margin-left:25%;
    margin-right:25%;
    margin-right:auto;
    width:50%;
}

#_contact h2{
    font-size:18px;
    color:#7a9208;
    padding-bottom:0px;
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;
    font-weight:normal;
    letter-spacing:2px;
    font-variant:small-caps;
    text-shadow:#999;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

#_item{
    margin-top:0px;
    padding-top:0px;

}

#_item #_item_content{
    font-size:13px;
    border-bottom:1px solid #6c838b;
    line-height:20px;
}
#_item_content #extra{
    padding:0;
    padding-left:35%;
}

#_item h3{
    color:#8c563f;
    font-weight:normal;
    font-size:14px;
    padding-left:20%;
    letter-spacing:1px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.postmeta
{
    font-size:13px;
    margin-top:2px;
    color: #999;
    padding-bottom:20px;
    padding-left:20px;
}

.search_results
{
    font-size:13px;
    margin-top:2px;
    color: #777;
    margin-left:20px;
    margin-right:20px;

}


/*Video Items*/
.download_items{
    width:600px;
    margin-bottom:50px;
    overflow:hidden;
}

.download_items ul{
    list-style:none;
}

.download_items li{
    display:inline;
}

.download_items  a{
    text-decoration:none;
    color:#555;
    font-size:10px;
}

.download_items  a{
    text-decoration:none;
    color:#555;
    font-size:11px;
}

.download_items  img{
    border:none;

    /*border:1px solid #555;*/
}
.videos{

}
.wallpapers img{
    border:none;

    border:1px solid #777;
}
.download_items  img:hover{

}



.download_items  a:hover{
    text-decoration:underline;
}

#d_item{
    width:100px;
    padding-top:0px;
    margin-top:0px;
    display:inline-block;
    margin-left:50px;
    margin-right:50px;
    text-align:center;
    float:left;

}

#d_item:hover{

}
/**/