﻿/*------------------------------------*/
/*-- Page --*/
/*------------------------------------*/
Body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial;
}

.modalBackground  
{ 
    background-color: Gray; 
    filter: alpha(opacity=70); 
    opacity: 0.7; 
}

.Campo_Error 
{ 
    background-color: #F7D9CA; 
    border: 1px solid #E83D07; 
    z-index:5 
}

/*------------------------------------*/
/*-- Header --*/
/*------------------------------------*/
.Header{
	width: 100%;
	height: 150px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/Header/Header_Background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: solid 2px #003064;
}

.Header_Login_Account
{
    position:absolute;
    top: 10px;
    text-align: right;
    color: White;
    width: 235px;
    height: 30px;
}

.Header_MyAccount_Text
{
    color: White;
    font-size: 14px;
    text-decoration: none;
}

.Header_MyAccount_Text:hover
{
    color: White;
    font-size: 14px;
    text-decoration: underline;
}

.Header_Menu_Text
{
    color: White;
    font-size: 14px;
    text-decoration: none;
}

.Header_Menu_Text:hover
{
    color: White;
    font-size: 14px;
    text-decoration: Underline;
}

.Header_Content
{
    position: relative;
    width: 1010px;
    height:150px;
    text-align: left;
}

.Header_Logo 
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.Header_Search
{
    position: absolute;
    top: 105px;
    left: 10px;
}

.Header_SearchBox
{
    width: 261px;
    height: 25px;
    font-size: 18px;
    background: #FFFFFF url(../Images/Header/Ico_Find.jpg) no-repeat 2px 2px;
	padding: 4px 75px 4px 32px;
	border: 1px solid #CCCCCC;
}

.Header_SearchBtn
{
    position:absolute;
    left: 300px;
    top: 1px;
}

.Header_TabsMenu
{
    position:absolute;
    left: 640px;
    top: 120px;
}

.Header_TabMenu_Blue
{
    float: left;
    width: 117px;
    height: 30px;
    color :White;
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    background: url(../Images/Header/Tab_MenuBlue.png) no-repeat;
    padding-right: 5px;
}

.Header_TabMenu_Red
{
    float: left;
    width: 117px;
    height: 30px;
    color: White;
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    background: url(../Images/Header/Tab_MenuRed.png) no-repeat;
    padding-right: 5px;
}

/*------------------------------------*/
/*-- Categories --*/
/*------------------------------------*/
.Categories{
	width: 870px;
	height: 100px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/Header/Categories_Background.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.Categories_List
{
    padding-top:7px;
    padding-left:25px;
}
.Category{
	width: 120px;
	height: 22px;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

.Category_Text
{
    font-size: 12px;
    color:Black;
	text-decoration: none;
}

.Category_Text:hover
{
    font-size: 12px;
    color:Black;
    
	text-decoration: underline;
}

/*------------------------------------*/
/*-- Content --*/
/*------------------------------------*/
.Content
{
    width: 1010px;
    text-align: left;
}

.Content_Link
{
    color: #0066FF;
    text-decoration: none;
}

.Content_Link:hover
{
    color: #CE1818;
    text-decoration: underline;
}

.PopUp_AdultConditions
{ 
    z-index: 5;
    background-color: White;
    width: 350px;
    height: 160px;
    text-align: justify;
    padding: 30px 10px 10px 10px;
}

.PopUp_AdultConditions_Close
{
    position: absolute;
    width: 95%;
    text-align: right;
    padding: 5px 0px 0px 0px;
    top: 0px;
}

.PopUp_AdultConditions_Content
{
    text-align: justify;
	width: 100%; 
	color: #124265;
	font-size: 14px;
}


/*------------------------------------*/
/*-- Footer --*/
/*------------------------------------*/
.Footer{
	width: 100%;
	height: 150px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../Images/Header/Footer_Background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-top: solid 3px #003064;
}

.Footer_Logo 
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.Footer_Search
{
    position: absolute;
    top: 10px;
    left: 630px;
}

.Footer_SearchBox
{
    width: 261px;
    height: 25px;
    font-size: 18px;
    background: #FFFFFF url(../Images/Header/Ico_Find.jpg) no-repeat 2px 2px;
	padding: 4px 75px 4px 32px;
	border: 1px solid #CCCCCC;
}

.Footer_SearchBtn
{
    position:absolute;
    left: 300px;
    top: 1px;
}

.Footer_Content
{
    position: relative;
    width: 1010px;
    height:150px;
    text-align: left;
}

.Footer_Links
{
    position:absolute;
    top:110px;
    width:100%;
    text-align:center;
    line-height:15px;
    font-size:11px;
    color:#97C9FF;
    text-decoration:none;
}

.Footer_Link
{
    font-size:11px;
    color:#97C9FF;
    text-decoration: none;
}

.Footer_Link:hover
{
    font-size:11px;
    color:#97C9FF;
    text-decoration: underline;
}
