/*----------------------------*/
/* 1.  Standard
/*----------------------------*/

html
{
    overflow-y: scroll;    
    /*height:100%;*/
}

body
{
    margin:0px;
	padding:0px;
    background-color: #fff;
    font-family: Verdana;
    font-size: 83%;
    color: #333;
    background: #053877;
}

form
{
     margin: 0px; padding: 0px;
}
	
#breadcrumbs,
p,
table tr td
{
	line-height: 15px;
	font-family: Verdana;		
	font-size: 0.8em;
	color: #504f4f;	
}   

ul#sitemap 
{
    line-height: 20px;
	font-family: Verdana;		
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	padding-left: 10px;
	
	font-size: 14px;
	color: #504f4f;	
	list-style-type: square;
	
}

ul#sitemap a
{
    margin-left: 20px;
    text-decoration: underline;
}

ul#sitemap li ul
{
    line-height: 20px;
	font-family: Verdana;		
	
	font-size: 14px;
	
	color: #504f4f;	
	list-style: none;
}

p.large
{
    font-size: 1.25em;
    font-family: Arial;
    line-height: 22px;
    margin: 0px;    
}

h1 
{
	font-family: Arial;
    font-size: 22px;
    line-height: normal;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

h2 {
    color: Black;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #cccccc;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}	

h3 {
	font-family: Arial;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    
    font-weight: bold;
    color: #000000;
    font-size: 10px;
    
}

fieldset {
    
    border: 1px solid #d1d5e7;
    background-color: #f6f6f6;
    
    padding: 10px;
    color: #8b8b87;    
    
    position: relative;        
    display: block;
    margin-bottom: 20px;
    
    margin-left: 10px;
    }
    
    fieldset legend {
        font-weight: bold;
        color: #3483da;        
        position:absolute; 
        top: -.5em; 
        left: .5em;
        }
        
textarea
{
    overflow: auto;
}
a
{
    color: #2f5a8f;    
    text-decoration: none;
    font-weight: bold;    
}

a:visited
{
    color: #2f5a8f;    
    text-decoration: none;
    font-weight: bold;    
}

a:hover
{
    color: #e21284;
    text-decoration: underline;
}		
	
a.sublink
{
    background-image: url(/Images/arrow_orange.gif);
    background-repeat: no-repeat;
    background-position: left;    
    
    width: 250px;
    display: block;
    padding-left: 20px;
    text-decoration: none;
}

a.arrowpink_left {background: transparent url(/images/arrowleft_pink.gif) no-repeat left 0.45em; padding-left: 15px;}
a.arrowpink_left_disabled {color: #8f8f8f; background: transparent url(/images/arrowleft_gray.gif) no-repeat left 0.45em; padding-left: 15px; text-decoration: none!important;}

a.arrowpink_right {background: transparent url(/images/arrowright_pink.gif) no-repeat right 0.45em; padding-right: 15px;}
a.arrowpink_right_disabled {color: #8f8f8f; background: transparent url(/images/arrowright_gray.gif) no-repeat right 0.45em; padding-right: 15px; text-decoration: none!important;}

a.bulletpink_left {float: left; background: transparent url(/images/bulletleft_pink.gif) no-repeat left top; padding-left: 30px; height: 24px; line-height: 19px; margin-right: 15px;}
a.bulletpink_right {float: left; background: transparent url(/images/bulletright_pink.gif) no-repeat left top; padding-left: 30px; height: 24px; line-height: 19px; margin-right: 15px;}


.field,
.dropdown,
select
{
    width: 150px;
    border: solid 1px #cdcdcd;
    font-size: 11px;
    font-family: Verdana;        
}

.field
{
    height: 15px;
}

.clear
{
    clear: both;
    height: 1px;    
}

.textbox
{
    height: 13px;
    border: solid 1px #cdcdcd;
}    

.listing-article
{    
    border-bottom: solid 1px #cdcdcd;    
    float: left;
    width: 385px;
    
    margin-top: 15px;
    padding-bottom: 5px;
}

.listing-article-div
{
	float: left; width: 148px; margin-right: 10px;
}
.listing-article-p
{
	float: left; width: 220px;	
}

.listing-article h3
{
    font-weight: bold;
    color: #f08e15;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

.listing-article a:hover h3
{
    text-decoration: underline;
}

li
{
    font-size: 0.8em;    
}

ol
{
    padding: 0px;
    margin: 0px;
    padding-left: 24px;
}

.left {float: left;}
.right {float: right;}

.padding10 {padding: 10px;}

.marginTop5 {margin-top: 5px;}
.marginRight5 {margin-right: 5px;}
.marginBottom5 {margin-bottom: 5px;}
.marginLeft5 {margin-left: 5px;}

.marginTop10 {margin-top: 10px;}
.marginRight10 {margin-right: 10px;}
.marginBottom10 {margin-bottom: 10px;}
.marginLeft10 {margin-left: 10px;}

.border
{border: solid 1px #cdcdcd;}

.no-border
{border: 0px !important;}

.border-margin-left
{border: solid 1px #cdcdcd; margin-left: 10px;}

.border-margin-right
{border: solid 1px #cdcdcd; margin-right: 10px;}

.border-margin-top
{border: solid 1px #cdcdcd; margin-top: 10px;}

.border-margin-bottom
{border: solid 1px #cdcdcd; margin-bottom: 10px;}

.border-margin-left-top-bottom
{border: solid 1px #cdcdcd; margin: 10px; margin-right: 0px;}

.border-margin-right-top-bottom
{border: solid 1px #cdcdcd; margin: 10px; margin-left: 0px;}

.border-margin-left-right-top
{border: solid 1px #cdcdcd; margin: 10px; margin-top: 0px;}

.border-margin-left-right-bottom
{border: solid 1px #cdcdcd; margin: 10px; margin-bottom: 0px;}

#breadcrumbs
{
    margin-left: 10px;
}

#breadcrumbs a
{
    font-weight: normal;
    text-decoration: none;
    color: #333333;
}

#breadcrumbs a:hover
{
    text-decoration: underline;
}

.dealer
{
    width: 394px;
    margin-bottom: 10px;
    padding: 5px;
}

.dealer h3
{
    color: #0094de;
}

#service-network .search
{
	background-color: #0094de;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	line-height: normal;
	color: #ffffff;
	width: 50px;
	border: solid 1px black;
}

#service-network .label
{
	font-size: 0.75em;
}

#footer a
{
    font-weight: normal;
}

.submit
{
    background-image: url(/images/submit-button.gif);
    display: block;
    width: 83px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;    
    
}

.sub-es{
    background-image: url(/images/submit-button-es.gif);
}

.sub-fr{
    background-image: url(/images/submit-button-fr.gif);
}

.sub-de{
    background-image: url(/images/submit-button-de.gif);
}

.sub-it{
    background-image: url(/images/submit-button-it.gif);
}



.submit-multilingual
{
	background-image: url(/images/submit-button.gif);
    display: block;
    width: 83px;
    height: 30px;
/*    margin: 0 auto;
    margin-top: 20px;*/    
}

/**************************************
		TICKER
**************************************/
.ticker-main 
{
	overflow: hidden; 
	width: 420px; 
	padding: 0px 10px 0px 10px;
	
	height: 19px; 
	background-color:#ffffff; 
	position: relative; 
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ticker-main  #dv_category 
{
	font-weight: bold;
	font-size: 13px;
	color: #033779;
	line-height: 19px;
	float: left;
	position: relative;
	display: none;	
}

.ticker-main  #dv_ticker_inner
{
	float: left;
	width: 100%;	
}
  
.ticker-entry 
{
	position: absolute;
	float: left;
}
.ticker-entry a, .ticker-entry a:link
{
	color: #033779;
	text-decoration: none;
	border: none;
}


.time_slots_ddl_div{
	margin-right: 20px;
	margin-left: 15px;
	background-color:	#0E2760;
	padding: 0 5px;
}

.timeSlotsTable{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.timeSlotLeftTxt{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.2px;
	word-spacing: 1.5px;
	color: #FFFFFF;
}

.btnSendEcard{
	border: none;
	background-color: #0E2760;
	color:#FFFFFF;
	padding: 2px;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
}

#divSendEcardsForm{
	width: 470px;
	margin: 0px auto;
	display: none;
	position:absolute; 
	z-index:1000; 
	background-color: #FFFFFF;
	padding-bottom:10px;
	border: 1px dotted #C0C0C0;
	/*opacity: 0.96;*/
}

#divSendEcardsForm p{
	margin:12px;	
}

#divCloseWindonw{
	float:right; 
	margin:10px 10px 0 0; 
	border: 1px solid #2F5A8F;	
}

.eCardTable a{
	font-size: 10px;	
	cursor: pointer;	
}

.eCardTable{
	width: 200px;
	border: none;	
}

.click-here{
	border: none;
	background-color: #FFFFFF;
	color: #006699;	
	padding:-5px;
	width: 50px;
	font-size:11px;
}

/* GOOGLE MAPS */

#maps_container{
	margin: 10px auto; 
	width: 940px;
}

#mapDiv
{
border: solid 1px #cdcdcd; 
width: 95%; 
margin: 0 auto; 
margin-bottom: 20px; 
background-color: #fff; 
height: 350px; 
width: 900px
}

#mapDual
{
margin: 0 auto;
width: 900px    
}
#mapDivNorth
{
border: solid 1px #cdcdcd; 
width: 95%; 
margin: 0 auto; 
margin-bottom: 20px; 
background-color: #fff; 
height: 350px; 
width: 440px;
float:left;
}

#mapDivSouth
{
border: solid 1px #cdcdcd; 
width: 95%; 
margin: 0 auto; 
margin-bottom: 20px; 
background-color: #fff; 
height: 350px;
width: 440px;
float:right;
}

#title_div{
	float: left;	
	margin-left: 20px;
}

#days ul{
	float: right;
	list-style: none;
}

#days ul li{
	float: left;
	margin-right: 25px;
}

.page-content{
	padding: 10px;	
}
