/* 
    Document   : typefaces
    Created on : May 7, 2010, 10:25:53 PM
    Author     : anguaji
    Description:
        Typefaces and font styles for Unforgettable Moments
*/

body {
    font-family: Georgia, Times New Roman, serif;
    font-size: 12pt;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#user-menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    vertical-align: middle;
}

#user-menu a.login-button:hover {
    text-decoration: none;
}

#user-menu a.clicked-button {
    color: #000;
    text-decoration: none;
}

#signin-menu,
#signin input[type=text],
#signin input[type=password],
.signin p.form-p,
.signin input[type=text],
.signin input[type=password] {
    text-transform: none;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 12pt;
    color: #555;
}
#signin-menu p.forgot,
.signin .forgot {
    font-size: 0.7em;
}

#login-register {}
#cart-stub {}

#wrap {}

#logo-header {}
#logo {}
#search-bar {}
#search-box {
    font-family: Optima, Georgia, Times New Roman, serif;
    font-size: 1.2em;
    text-transform: uppercase;
    vertical-align: middle;
}
#search-submit:hover {
    text-decoration: none;
}

#nav-menu,
#product-menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
}

#hide-products {
    float: right;
}

.small-text,
.formHint {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: 400;
}

#page-content {}
#breadcrumb li {
    font-family: Arial, sans-serif;
    font-size: 8pt;
}
#breadcrumb li.last {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

#frontpage-banners {}
    .banner {}

.products-collection {}

.products-collection h2 {
    font-family: Georgia, Times New Roman, serif;
    font-size: 18pt;
    font-weight: normal;
}
.product-thumb {}
.product-thumb h4 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
.product-thumb .thumb-holder {}
.product-thumb h3 {
    font-family: Georgia, Times New Roman, serif;
    font-size: 16pt;
    font-weight: normal;
}
.product-thumb em {
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.7em;
    text-transform: uppercase;
    font-style: normal;
    color: #666;
}
.product-thumb p {
    font-family: Georgia, Times New Roman, serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #343333;
    letter-spacing: 0.1em;
    word-spacing: 0.3em;
    line-height: 1.3em;
}

p.cat_header {
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
}
.product-thumb span.buy-now {}
.product-thumb span.buy-now a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    font-style: normal;
    color: #666;
}

.product-thumb span.buy-now a.small-text {
    font-size: 0.6em;
}

.left-div h1,
.left-div,
.right-div {
    font-family: Helvetica, Trebuchet, Arial, sans-serif;
}

.page-content h2 {
    font-size: 18pt;
    font-weight: normal;
}

.cat_description {
	font-size: 0.7em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.sizing-link {
	font-size: 0.8em;
	
}

#footer {
    font-family: Helvetica, Trebuchet, Arial, sans-serif;
}

#cart-message {
	font-size: 0.8em;
	font-family: "Helvetica", Trebuchet, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.product-thumb p.cat-description {
	font-size: 0.7em;
	font-family: "Helvetica", Trebuchet, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
