﻿html  
{
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	outline: 0; 
	font-size: 10px; 
    font-family: Arial; 
    overflow: auto;
    /*overflow: -moz-scrollbars-vertical;*/
    overflow-y: scroll;
    overflow-x: auto;
    color: #000;
}
body  
{
	margin: 0; 
	padding: 0; 
	height: 100%; 
	border: none; 
	outline: 0; 
    background: #5e0000;
}
/******************************************** HEADINGS ******************************************/
h1
{
    font-weight: bold;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}
h2
{
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
h3
{
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
h4
{
    font-weight: bold;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}
/******************************************** HEADINGS ******************************************/

/********************************************** LINKS *******************************************/
a
{
    color: #000;
}
/********************************************** LINKS *******************************************/

/****************************************** PAGE LAYOUT *****************************************/
.Main
{
    min-height: 100%;
    background: #5f0000;
}
.Content
{
    width: 100%;
	margin: 0 auto;
    clear: both;
    color: #FFF;
}
.Content a
{
    color: #FFF;
}

.Header_Left
{
    background: #be0000 url(../Design/Head/Head_LeftBg.jpg) no-repeat;
    background-position: top right;
}
.Header_LeftInner
{
    width: 175px;
    position: absolute;
    left: 0px;
    top: 160px;
    z-index: 100;
}
.Header_Middle
{
    width: 700px;
    height: 500px;
    background: url(../Design/Head/Head_Middle.jpg) no-repeat;
}
.Header_Link
{
    display: block;
    width: 100%;
    height: 140px;
}
.Header_MiddleInner
{
    position: absolute;
    z-index: 100;
    width: 700px;
}
.Header_Right
{
    background: #be0000 url(../Design/Head/Head_RightBg.jpg) no-repeat;
}
.Header_RightInner
{
    width: 175px;
    position: absolute;
    left: 0px;
    top: 160px;
    z-index: 12;
}

.Content_Left
{
    background: #be0000 url(../Design/Body/Content_MiddleLeftBg.jpg) repeat-y;
    background-position: top right;
}
.Content_Middle
{
}
.Content_MiddleInner
{
    min-height: 375px;
    background: #990000 url(../Design/Body/Content_MiddleTopBg.jpg) no-repeat;
    background-position: center 0px;
    position: relative;
    top: -162px;
    width: 680px;
    z-index: 10;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 35px;
}
.Content_Right
{
    background: #be0000 url(../Design/Body/Content_MiddleRightBg.jpg) repeat-y;
}

.Footer_Outer
{
    width: 100%;
    position: absolute;
}
.Footer
{
    color: #FFF;
    height: 400px;
    position: absolute;
    top: -400px;
    background: url(../Design/Footer/Footer_Bg.jpg) repeat-x;
}
.Footer a
{
    color: #FFF;
}
.Footer_Left
{
    background: url(../Design/Footer/Footer_MiddleLeftBg.jpg) no-repeat;
    background-position: center right;
}
.Footer_LeftInner
{
    height: 400px;
    width: 175px;
    background-position: top right;
}
.Footer_Middle
{
    background: #990000;
}
.Footer_MiddleInner
{
    position: relative;
    height: 113px;
    background: url(../Design/Footer/Footer_MiddleBg.jpg) no-repeat; 
}
.Footer_Right
{
    background: url(../Design/Footer/Footer_MiddleRightBg.jpg) no-repeat;
}
.Footer_RightInner
{
    height: 400px;
    width: 175px;
}
/****************************************** PAGE LAYOUT *****************************************/

/********************************************* PAGE *********************************************/
.PageDetails
{
}
.PageTitle
{
}
.SubPages
{
    padding: 5px;
    width: 100%;
}
.SubPage
{
    text-align: center;
    float:left;
    width: 100%;
    margin: 0 auto 0 auto;
}
/********************************************* PAGE *********************************************/

/*************************************** CUSTOM TEMPLATING **************************************/
.Hide
{
    display: none;
}
.Hidden
{
    display: none;
}
.Hidden0
{
    display: none;
}
.HiddenInvert
{
    display: block;
}
.HiddenInvert0
{
    display: block;
}
.HiddenFalse
{
    display: none;
}
.HiddenInvertTrue
{
    display: none;
}
/*************************************** CUSTOM TEMPLATING **************************************/

/******************************************** MODULE ********************************************/
.preview
{
    float: none!important;
}
.ModuleZone 
{ 
    width: 100%; 
    height: 100%; 
    min-height: 20px;
}
.ModuleZoneDropContainer 
{ 
    min-height: 100px; 
    height: 100%; 
    border: dashed 1px black; 
    margin: 1px;
}
.ModuleZoneDropCue 
{ 
    display: none; 
    width: 100%; 
}

.Module 
{ 
    position: static; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    margin: 0 auto; 
}
.ModuleWhite 
{ 
    position: static; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    background-color: White; 
}
.ModuleHandle 
{ 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    height: 20px;
    text-align: left; 
    font-size: 16px;
    font-weight: bold;
}
.ModuleHandleDarkRed
{ 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    height: 24px;
    line-height: 24px;
    text-align: left; 
    font-size: 12px;
    font-weight: bold;
    background: url(../Design/Rightside/Right_title_bg.png) repeat-y;
    margin-bottom: 2px;
}
.ModuleHandleDarkRed td
{ 
    text-indent: 5px;
}
.ModuleSimple 
{ 
    background: #000000; 
    border: solid 1px black; 
    cursor: move;
    filter: alpha(opacity=50); 
    -moz-opacity: .50; 
    opacity: .50; 
}
.ModuleTitle 
{
}
.ModuleBorder
{
    margin-top: 5px;
    border: solid 1px #760404;
    padding: 5px;
    margin-bottom: 10px;
}
/******************************************** MODULE ********************************************/

/********************************************* MISC *********************************************/
.Hr_Silver
{
    background-color: #cdced0;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
}
.Hr_Silver_Dashed
{
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
	background: url(../Design/Misc/hr_dashed.gif) repeat-x;
}
.Hr_White_Dashed
{
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
	background: url(../Design/Misc/hr_dashed_white.png) repeat-x;
}
.Hr_Black_Dashed
{
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
	background: url(../Design/Misc/hr_dashed_black.gif) repeat-x;
}
.Ico_CustomerSmall
{
	background: url(../Design/Icons/ico_customer_small.png) no-repeat;
    width: 14px;
    height: 16px;
    display: block;
    float: left;
}
.Ico_LockSmall
{
	background: url(../Design/Icons/ico_lock_small.gif) no-repeat;
    width: 14px;
    height: 16px;
    display: block;
    float: left;
}
.Ico_InfoSmall
{
	background: url(../Design/Icons/ico_info_mini.png) no-repeat;
    width: 22px;
    height: 21px;
    display: block;
    float: left;
    background-position: center center;
}
.Ico_DeliverySmall
{
	background: url(../Design/Icons/ico_delivery_small.gif) no-repeat;
    width: 16px;
    height: 12px;
    display: block;
    float: left;
}
.Ico_PaymentSmall
{
	background: url(../Design/Icons/ico_payment_small.gif) no-repeat;
    width: 17px;
    height: 12px;
    display: block;
    float: left;
}
.Ico_ConfrimedSmall
{
	background: url(../Design/Icons/ico_confirmed_small.png) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
}
.Ico_Confrimed
{
	background: url(../Design/Icons/ico_confirmed.png) no-repeat;
    width: 45px;
    height: 41px;
    display: block;
    float: left;
}
.Ico_Failed
{
	background: url(../Design/Icons/ico_failed.png) no-repeat;
    width: 44px;
    height: 40px;
    display: block;
    float: left;
}
.Ico_FailedSmall
{
	background: url(../Design/Icons/ico_failed_small.png) no-repeat;
    width: 19px;
    height: 17px;
    display: block;
    float: left;
}
/********************************************* MISC *********************************************/

/******************************************** TITLES ********************************************/
.TitleOrange
{
    background: url(../Design/Article/article_head_bg.gif) repeat-x;
    height: 29px;
    line-height: 29px;
    color: #FFF;
    font-size: 14px;
    text-indent: 20px;
}
/******************************************** TITLES ********************************************/

/******************************************** INPUTS ********************************************/
.Input
{
    border: solid 1px #e4e5e5;
    padding: 2px;
    margin: 0;
    font-size: 11px;
    background: #FFF;
    width: 200px;
}
.Select
{
    width: 206px;
}
/******************************************** INPUTS ********************************************/