@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|PT+Sans+Narrow:400,700&v2);

body {
    color: #333;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

a, a:active, a:visited {
    text-decoration:none;
    color: #333;
}

a:hover {
    text-decoration:none;
    color: #CC1616;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin: 14px 0;
}

h1 {
    font-size: 28px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

p {
    margin: 10px 0;
}

/* -------------------
   E-mail popup screen
---------------------- */
div#mailto-window  {
    position: relative;
}

div#mailto-window h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 2px;
    padding: 0;
    border-bottom: 4px solid #575656;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #575656;
}

div#mailto-window div.mailto-close {
    position: absolute;
    right: 10px;
    top: 5px;
}

div#mailto-window form#mailtoForm  {
    background: #eee;
    padding: 10px;
}

div#mailto-window form#mailtoForm div.formelm label {
    display: block;
    float: left;
    width: 150px;
}

div#mailto-window form#mailtoForm div.formelm input {
    margin: 0 0 3px 0;
}

div#mailto-window form#mailtoForm button.button {
    margin: 15px 0 0 0;
}

/* -------------------
   PrintView
---------------------- */
div.printView div.itemToolbar, 
div.printView div.itemVideoBlock,
div.printView div.itemSocialSharing,
div.printView div.itemComments {
    display: none;
}

div.printView div.itemImageBlock {
    float: right;
}

div.printView div.itemRelated ul,
div.printView div.itemRelated ul li {
    list-style: none;
    padding: .5em 0;
    width: 100%;
    float: left;
    background: #fff;
}

.itemRelImgThumb {
    float: left;
    margin-right: .5em;
}