Guest User

Untitled

a guest
May 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. body {font-size: 62.5%;}
  2. img {border:none;}
  3.  
  4. .header {font-family: Arial,Helvetica,sans-serif}
  5.  
  6. .header .top {margin:0;padding:0}
  7. .header .top {margin:0 auto;width:800px;height:80px;}
  8. .header .top .left {float:left;width:400px;}
  9. .header .top .right {float:right;width:400px;margin-top:5px;}
  10.  
  11. .header .nav {font-size:1.1em;margin-top:9px;padding-left:75px;}
  12. .header .nav li {display:inline;border-left:1px solid #666;padding:0 4px 0 7px;}
  13. .header .nav li a {text-decoration:none;color:#666;}
  14. .header .nav li a:hover {text-decoration:none;color:#999;}
  15. .header .nav li.sign_in {border-left:none;padding-left:0;}
  16.  
  17. .header .cart {float:right;height:30px;width:155px;background:url(/images/default/cart_middle.jpg);}
  18. .header .cart div{background:url(/images/default/cart_left.jpg) top left no-repeat;height:30px;}
  19. .header .cart div div{background:url(/images/default/cart_right.jpg) top right no-repeat;height:30px;}
  20. .header .cart div div div{height:13px;padding:9px 0 0 8px;}
  21.  
  22. .header .cart a.shopping {font-weight:bold;color:#2e5781;text-decoration:none;display:inline;}
  23. .header .cart p.items {display:inline;color:#666;}
  24. .header .cart img.cart_icon {height:12px;width:17px;vertical-align:text-top;margin-left:4px;}
  25.  
  26. .header .tabs {clear:both;width:100%;font-size:1.2em;margin-top:32px;}
  27. .header .tabs li {display:block;float:left;margin-left:3px;background:url(/images/default/tab_middle.jpg);}
  28. .header .tabs li div {background:url(/images/default/tab_left.jpg) top left no-repeat;height:23px;}
  29. .header .tabs li div div {background:url(/images/default/tab_right.jpg) top right no-repeat;height:23px;}
  30. .header .tabs li div div div {height:17px;text-align:center;padding:6px 0 0 1px;}
  31. .header .tabs li a {text-decoration:none;color:#000;font-weight:bold;}
  32. .header .tabs li a:hover {text-decoration:none;color:#000;font-weight:bold;}
  33.  
  34. .header .tabs li.selected {background:url(/images/default/tab_selected_middle.jpg);}
  35. .header .tabs li.selected div {background:url(/images/default/tab_selected_left.jpg) top left no-repeat;}
  36. .header .tabs li.selected div div {background:url(/images/default/tab_selected_right.jpg) top right no-repeat;}
  37.  
  38. .header .tabs li.products {width:70px;}
  39. .header .tabs li.articles {width:70px;}
  40. .header .tabs li.blog {width:45px;}
  41. .header .tabs li.forums {width:60px;}
  42. .header .tabs li.customer_service {width:125px;}
  43.  
  44. .header .bar {margin:0;padding:0}
  45. .header .bar {width:100%;background:url(/images/default/header_bar.jpg);height:72px;}
  46.  
  47. .content {width:800px;margin: 0 auto;}
Add Comment
Please, Sign In to add comment