@charset "utf-8";
/* all top menu elements */

/* top menu */
div.topmenu {
margin:0px;
padding:0px;
background-image:url(../images/top_menu_bg.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
width:950px;
height:25px;
}
div.login {
float:left;
width:77px;
height:25px;
}
div.login a {
float:left;
background-image:url(../images/topmenu/login_btn.jpg);
background-repeat:no-repeat;
width:77px;
height:25px;
}
div.login a:hover {
float:left;
background-image:url(../images/topmenu/login_hover_btn.jpg);
background-repeat:no-repeat;
width:77px;
height:25px;
}
div.create_account {
float:left;
width:145px;
height:25px;
}
div.create_account a {
float:left;
background-image:url(../images/topmenu/create_account_btn.jpg);
background-repeat:no-repeat;
width:145px;
height:25px;
}
div.create_account a:hover {
float:left;
background-image:url(../images/topmenu/create_account_hover_btn.jpg);
background-repeat:no-repeat;
width:145px;
height:25px;
}
div.my_account {
float:left;
width:102px;
height:25px;
}
div.my_account a {
float:left;
background-image:url(../images/topmenu/my_account_btn.jpg);
background-repeat:no-repeat;
width:102px;
height:25px;
}
div.my_account a:hover {
float:left;
background-image:url(../images/topmenu/my_account_hover_btn.jpg);
background-repeat:no-repeat;
width:102px;
height:25px;
}
div.cart_contents {
float:left;
width:113px;
height:25px;
}
div.cart_contents a {
float:left;
background-image:url(../images/topmenu/cart_contents_btn.jpg);
background-repeat:no-repeat;
width:113px;
height:25px;
}
div.cart_contents a:hover {
float:left;
background-image:url(../images/topmenu/cart_contents_hover_btn.jpg);
background-repeat:no-repeat;
width:113px;
height:25px;
}
div.checkout {
float:left;
width:84px;
height:25px;
}
div.checkout a {
float:left;
background-image:url(../images/topmenu/checkout_btn.jpg);
background-repeat:no-repeat;
width:84px;
height:25px;
}
div.checkout a:hover {
float:left;
background-image:url(../images/topmenu/checkout_hover_btn.jpg);
background-repeat:no-repeat;
width:84px;
height:25px;
}
div.shopping_bag {
float:left;
width:171px;
height:25px;
}
div.shopping_bag a {
float:left;
background-image:url(../images/topmenu/shopping_bag_btn.jpg);
background-repeat:no-repeat;
width:171px;
height:25px;
}
div.shopping_bag a:hover {
float:left;
background-image:url(../images/topmenu/shopping_bag_hover_btn.jpg);
background-repeat:no-repeat;
color:#780D36;
width:171px;
height:25px;
}
div.bag_counter {
float:left;
position:relative;
margin-left:-34px;
margin-top:6px;
font-family:Arial, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
text-decoration:none;
}
div.bag_counter {
<!--[if IE 6]>
margin-left:-30px;
<![endif]-->
}
/* seach store  */
div.search_store {
float:right;
width:196px;
height:25px;
padding-top:3px;
padding-right:30px;
}
input.search_store {
background-color:#FFFFFF; 
width:166px;
height:14px;
border:1px #BF405C solid;
padding-left:5px;
font-size:11px;
font-family:Arial, sans-serif;
color:#000000;
}