﻿@charset "utf-8";


/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato%3A400|Lato%3A600|Lato%3A700|Lora%3A400|Lora%3A600|Lora%3A700|Lato%3Aregular');

html, body {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
    font-family: Helvetica New, Arial, Sans-Serif;
    color: #444;
    font-size: 1em;
}

#wrapper {
	width: 960px;
    margin: 0px auto;
}

#wrapperInside {
    width: 928px;
    margin: 0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
    height: 87px;
}

#logo {
	background-color: transparent;
    background-image: url(sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 77px;
    margin-top: 28px;
    text-indent: -999999px;
    width: 269px;
}

#bar {
    background: #D22730;
    height: 20px;
    margin-top: 35px;
}

#content {
    float: left;
    width: 680px;
    display: block;
}

#alleg-content {
	width: 680px;
	margin: 0px auto;
}

#rSideBar {
    float: left;
    width: 230px;
    display: block;
    margin-left: 18px;
    margin-top: 7px;
}

#rSideBar #block2, #rSideBar #block3 {
    border-top: 1px solid #D22730;
}

#rSideBar .sideNav {
    list-style-type: none;
    padding-left: 0;
    font-size: 0.87em;
}

.sideNav li {
    padding: 2.5px 0;
}

#rSideBar p {
    color: #D22730;
    font-weight: bold;
}

#footer {
    background-color: transparent;
    background-image: url(sprite.png);
    background-position: 0 -770px;
    background-repeat: no-repeat;
    float: left;
    height: 440px;
    margin-top: 40px;
    width: 960px;
}

#footerTop {
    float: left;
    height: 224px;
    overflow: hidden;
    width: 100%;
}

#footerContent {
    float: left;
    height: 214px;
    overflow: hidden;
    width: 100%;
}

#footerContent .block {
    float: left;
    margin: 8px 0 0;
}

#footerContent #blockAddress {
    margin-left: 26px;
    margin-top: 74px;
    width: 184px;
}

#footerContent #blockAddress p {
    color: #e3e3e3;
    line-height: 15px;
    margin: 0 0 6px;
}

p.more-link {
    list-style-type: none;
}

p.more-link a {
    color: #986079 !important;
}

a:link, a:visited {
	color: #831e4c;
    text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

TD.ALLEGHEADERS {
    padding: 3px 10px;
}

TD.ALLEGSECTIONS, TD.ALLEGELEMENTS, TD.ALLEGQUESTIONS {
    padding: 0px;
}

table.MAINTABLE, table.ALLEGELEMENTS, TABLE.HEADERSTABLE {
	border-collapse: collapse;
	margin: 0 0 8px 0;
}

table.ALLEGELEMENTS, TABLE.HEADERSTABLE {
	border-collapse: collapse;
	margin: 0;
}

table.ALLEGELEMENTS tr td img {
	vertical-align:super;
	padding:0;
	margin:0;
}

table.ALLEGELEMENTS TD {
	vertical-align:TOP;
}

table.ALLEGELEMENTS TD TABLE TD {
	PADDING: 0 0 0 0
}

table#PremiumCart tbody tr td {
	padding: 5px 5px;
}

#alleg-content button {
	margin:3px 10px;
    background-color: #646464;
    color: #fff;
}

input[type="submit"] {
	margin:3px 10px;
    background-color: #646464;
    border-radius: 3px;
    color: #FFF;
    padding: 8px;
}

input[type="text"] {
	margin:0 8px 0 0;
}

table.ALLEGELEMENTS th {
	padding-left: 5px;
}
