﻿/* ----------------------------------------
Begin reset elements
---------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { 
	margin: 0; 
	padding: 0;
}

ul, ol {
	list-style: none;
}

fieldset, img {
	border: none;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0px;
	margin: 0px;
}

form {
	display: inline;
}

/* ----------------------------------------
 End  reset elements
---------------------------------------- */

p {
	padding-bottom: 10px;
}

input {
	border: 1,5px #d4b7ca solid;
    font-size: 11px !important;
    font-family: verdana, geneva, arial, sans-serif !important;
}

body {
	background-color: #ffffff;
}

/* ----------------------------------------
 Begin class definitions
---------------------------------------- */

.MainElement {
	width: 400px;
}


.PartnerDocElementBox {
	background-color: #faf9fb;
	width: 400px;
}

.PartnerDocElementTop {
	background-image: url("../images/partner_doc_order_top.png");
	background-repeat: no-repeat;
	vertical-align: top;
	height: 104px;
	width: 400px;
}

.PartnerDocElementTopNoIcon {
	background-image: url("../images/partner_doc_order_top_no_icon.png");
	background-repeat: no-repeat;
	vertical-align: top;
	height: 104px;
	width: 400px;
}

.PartnerDocElementLeft {
	width: 18px;
	background-image: url("../images/partner_doc_order_left.png");
	background-repeat: repeat-y;
}

.PartnerDocElementMiddle {
	width: 364px;
}

.PartnerDocElementRight {
	width: 18px;
	background-image: url("../images/partner_doc_order_right.png");
	background-repeat: repeat-y;
}

.PartnerDocElementDown {
	height: 18px;
	background-image: url("../images/partner_doc_order_bottom.png");
	background-repeat: repeat-x;
}

.PartnerDocElementDownLeft {
	width: 18px;
	height: 18px;
	background-image: url("../images/partner_doc_order_bl.png");
	background-repeat: no-repeat;
}

.PartnerDocElementDownRight {
	width: 18px;
	height: 18px;
	background-image: url("../images/partner_doc_order_br.png");
	background-repeat: no-repeat;
}

.BoxFolderListIcon {
	width: 16px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
}

.BoxFolderListText {
	vertical-align: top;
	padding-top: 5px;
}

.BoxFolderListPrice {
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	width: 70px;
}

.BoxFolderListBasket {
	vertical-align: top;
	padding-right: 5px;
	padding-top: 4px;
	width: 34px;
	text-align: right;
}

.MoreInfoText ul {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

.MoreInfoText li {
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
}


.Spacer20px {
	height: 20px;
}
.Spacer3px {
	height: 3px;
}

.Spacer5px {
	height: 5px;
}

.Spacer10px {
	height: 10px;
}

.Width150 {
	width: 150px;
}

.FormRow {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.AlignTop {
	vertical-align: top !important;
}

.AlignBottom {
	vertical-align: bottom !important;
}

.AlignRight {
	text-align: right !important;
}

.AlignCenter {
	text-align: center !important;
}

.FolderListItemText {
	height: 32px;
	padding-left: 7px;
	vertical-align: middle;
}

.FolderListItemSquare {
	vertical-align: middle;
	width: 32px;
	height: 32px;
}

.FolderListItemSquare img {
	display: block;
}
/* ----------------------------------------
 End class definitions 
 ---------------------------------------- */
 
 /* ----------------------------------------
 Begin font definitions 
 ---------------------------------------- */
table td {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
p {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
li {
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
 
h1 { 
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #3b3b3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
} 

h2 { 
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #3b3b3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 20px;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
}

a:hover {
	text-decoration: underline;
}

.TextNormal {
	font-weight: normal !important;
}

.TextBold {
	font-weight: bold !important;
}

.TextBig {
	font-size: 14px !important;
}

.TextSmall {
	font-size: 11px !important;
}

.TextSmallest {
	font-size: 10px !important;
}

.TextBlack {
	color: #2b2b2b !important;
}

.TextWhite {
	color: #ffffff !important;
}

.TextDiffuseColor {
	color: #aba8c0 !important;
}

.ddHeaderIcon {
	vertical-align: top;
}
.ddHeaderText {
	padding-top: 9px;
	padding-left: 2px;
	vertical-align: top;
}

.ddHeaderText h1 {
	color:#6F6B8E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:900;
	margin-bottom:0;
	margin-top:0;
}

.ddDocumentInformation {
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding: 7px 10px 7px 10px;
	line-height: 17px;
}
.ddDocumentInformation h2 {
	color:#2B2B2B;
	padding-bottom:5px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
}

.ddDocumentInformation li{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 15px;
	line-height: 17px;
}

.Text17
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	margin-top: 11px;
}

 /* ----------------------------------------
 End font definitions 
 ---------------------------------------- */

