|
115
|
1 |
body{border-top: 1px solid #000;} |
|
|
2 |
a{text-decoration: none; color: #000;} |
|
|
3 |
.wrap{width: 950px; margin: 0 auto; } |
|
|
4 |
|
|
|
5 |
header{width:100%;background: url(../img/border-bottom-header.png) left bottom no-repeat;} |
|
|
6 |
header .col-right{float: right; text-align: right;} |
|
|
7 |
header .col-right form{display: inline-block; } |
|
|
8 |
h1{display:inline-block;padding: 64px 0 0 16px; font-family : 'josefin_sanssemibold'; font-size:34px;} |
|
|
9 |
.head-login{padding-top: 10px; margin-bottom: 40px;} |
|
|
10 |
.head-login, .head-login a{font-size: 12px; font-family: 'LatoRegular'; color: #626364;} |
|
|
11 |
.head-login input{width:140px;background: url(../img/icon-search.png) 150px center no-repeat;font-family: 'LatoBoldItalic'; font-size: 12px; border: 1px solid #D0D0D0; height: 25px; line-height: 25px; padding: 0 26px 0 4px;} |
|
|
12 |
.hello-user{margin-left: 12px;} |
|
|
13 |
.head-login li{float: left; line-height: 27px;} |
|
|
14 |
.dot-6{vertical-align:middle; width: 6px; height: 6px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #616364; display: inline-block; margin: 0 7px;} |
|
|
15 |
.dot-10{ vertical-align:middle; width: 10px; height: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #A1A1A1; display: inline-block; margin: 0 12px;} |
|
|
16 |
|
|
|
17 |
nav{height: 70px;} |
|
|
18 |
nav li{height:100%; float:left; } |
|
|
19 |
.nav{margin-bottom: 14px; height: 18px; display: block;} |
|
|
20 |
.sub-nav{float: right; display: block;} |
|
|
21 |
.sub-nav a{font-size: 14px; font-family: 'LatoLight'; } |
|
|
22 |
.sub-nav a.active, .sub-nav a:hover{font-family: 'LatoRegular';} |
|
|
23 |
.nav a{font-family: 'josefin_sansregular'; font-size: 18px; text-transform : uppercase;} |
|
|
24 |
|