/**
 * VouChaCha
 *
 * @copyright  Copyright (c) 2009 VouChaCha (http://www.vouchacha.com)
 */

/* Element Settings Open */

body 
{
	margin:0;
	padding:0;
	background-image:url(images/graybg_dark.jpg);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#bebebe;
	font-size:0.75em;
	font-weight:lighter;
	line-height:18px;
}

img, div 
{
	behavior: url(styles/resources/iepngfix.htc);
}

img 
{
	border:none;
}

h1, h2, h3, h4, p
{
	font-weight: normal;
}

/*h4
{
	color: #4A6B8D;
}*/

a
{
	color:inherit;
	text-decoration:none;
}

a:hover, a.selected
{
	color:#82965E;
}

/* Element Settings Closed */

/* Header Settings Open */

#title
{
    margin: 25px 0;
}

#title h2, #title p
{
	padding:0;
	margin:0;
}
#title p
{
	font-size: 1.1em;
}
#title h2
{
	margin: 20px 0;
	font-size: 2em;
}

#header 
{
	width:100%;
	height:70px;
        position:relative;
}

#logo 
{
	float:left;
	margin: 0 0 20px 0;
}

#header ul
{
	float:right;
}

#header ul, #subMenu
{
	margin:0;
	padding:26px 0;
}

#subsubMenu
{
	margin:0;
	padding:0;
}

#header a, #subMenu a
{
	padding: 28px 0;
}

#subsubMenu a
{
	padding: 0;
}
.mainWrapperDevice{
    max-width:800px;
    
    margin:0px auto; 
}
.mainWrapperDevice .content{
    padding:0px 10px;
}
#header a:hover, #header a.selected
{
	background-image:url(images/menuArrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.vccLogo:hover{
    background:none !important;
}
#header li, #subMenu li, #subsubMenu li
{
	display:inline;
	padding: 0 0 0 20px;
	height: 80px;
}

#subsubsubMenu
{
    list-style: none;
    color: red;
}

ul#subMenu
{
	float:none;
}

#subMenu a:hover, #subMenu a.selected
{
	background-image:url(images/bannerMenuArrow.png);
        background-repeat: no-repeat;
	background-position: center bottom;
        color: #447bb4;
}

#subsubMenu a:hover, #subsubMenu a.selected
{
        font-weight: bold;
}

#subMenu a
{
	color:#424242;
}

#subsubMenu a
{
	color: #F9F9F9;
}

#subMenu span.highlight
{
	color:#82965E;
}

#loginPanel
{
    float: right;
    padding: 8px 0;
    color: #7a7a7a;
}

#loginPanel .btn, #loginPanel p
{
    margin: 5px 4px 0 5px;
    float: right;
}

/* Header Settings Closed */

/* Content Settings Open */

.content, #header
{
	width:800px;
	margin:0 auto;
        overflow:hidden;
}

.content span.highlight
{
	color:#447bb4;
}

.content li, .content p
{
	color: #999999;
}

.content h3
{
	font-size:1.3em;
}

/* Content Settings Closed */

/* Banner Settings Open */

#banner 
{
	padding:0px;
	width:100%;
	border-top: 3px solid #82965E;
	border-bottom: 3px solid #447bb4;
	background-color:#ececec;
}

#banner p, #banner h2
{
	color: #424242;
}


/* Banner Settings Closed */

/* Columns Open */

.col28, .col22, .col10, .col3, .col23, .col69, .col20, .col45, .col90
{
	float:left;
	height:auto;
	padding-right:40px;
}

.col28 h3, .col22 h3, .col10 h3, .col23 h3, .col3 h3, .col69 h3, .col20 h3, .col45 h3, .col90 h3
{
	margin:0 0 20px 0;
}

.col3
{
	width: 3%;
}
.col10
{
	width: 10%;
}
.col20
{
	width: 20%;
}
.col22
{
	width: 22%;
}
.col23
{
	width: 23%;
}
.col28
{
	width: 28%;
}
.col69
{
	width: 69%;
}
.col90
{
	width: 90%;
}
.col45
{
    width: 45%;
}

.clear
{
    clear: both;
}



/* Columns Closed */

#darkWrap, #footer 
{
	width:100%;
	height:auto;
	padding:30px 0px;
	background-image:url(images/graybg_dark.jpg);
	height:auto;
	clear:both;
}
#darkWrap h4 a, #lightWrap h4 a, #darkWrap p a, #lightWrap p a, .blueWrap p a, .lightgreyWrap p a, .darkBlueWrap p a
{
	color:#4A6B84;
}
#darkWrap h4 a:hover, #lightWrap h4 a:hover, darkWrap p a:hover, #lightWrap p a:hover, .blueWrap p a:hover, .lightgreyWrap p a:hover, .darkBlueWrap p a:hover
{
	color:#82965E;
}

.lightgreyWrap p
{
    color:#4A6B84;
}

#lightWrap
{
	border-bottom:1px dotted #313131;
	border-top:1px dotted #313131;
	width:100%;
	padding:15px 0px 10px 0px;
	background:url(images/graybg_light.jpg) #d0d0d0;
}

.blueWrap
{
        background: #4A6B84 url(images/bluebg.jpg)  repeat-x bottom;
}

.darkBlueWrap
{
        background-color: #324762;
}
.lightgreyWrap
{
        background-color: #aaaaaa;
}

#lightWrap h4, #lightWrap h4, .blueWrap h4, .lightgreyWrap h4, .darkBlueWrap h4
{
	margin: 0;
}
#lightWrap p, #darkWrap p, .blueWrap p, .lightgreyWrap p, .darkBlueWrap p
{
	font-size: 1em;
}

#wrapSuccess
{
    font-size: 1.5em;
}

#wrapFail h2, #wrapFail p, #wrapFail li
{
    color: #8f0101;
}

#wrapSuccess h2, #wrapSuccess p, #wrapSuccess li
{
    color: #81B106;
}
div.messageArea{background:#e9e9e9; width:100%;}
div.colorFail{background:#dddddd; padding:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;position:relative;behavior: url(/styles/admin/pie/PIE.htc);}
div.colorFail div.closeWindow{position:absolute; right:15px;top:15px;color:#999999 !important;background: url(images/close.png) no-repeat 0px 3px; padding-left:18px;cursor:pointer;}
div.colorFail, div.colorFail li, div.colorFail p{ color:#EF5921 !important;}
div.colorFail ol, div.colorFail p{margin:4px 0px 4px 28px;}
div.colorFail h2{font-size:2em !important;background: url(images/alert.png) no-repeat;margin:5px 0px; padding:2px 0px 2px 27px;}

div.colorSuccess{background:#dddddd; padding:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;position:relative;behavior: url(/styles/admin/pie/PIE.htc);}
div.colorSuccess div.closeWindow{position:absolute; right:15px;top:15px;color:#999999 !important;background: url(images/close.png) no-repeat 0px 3px; padding-left:18px;cursor:pointer;}
div.colorSuccess, div.colorSuccess li, div.colorSuccess p{ color:#81B106 !important;}
div.colorSuccess ol, div.colorSuccess p{margin:4px 0px 4px 30px;}
div.colorSuccess h2{font-size:2em !important;background: url(images/check.png) no-repeat; margin:5px 0px; padding:2px 0px 2px 27px;}

ul.news, ul.social, .products ul
{
	padding:0;
	margin:0;
        list-style-type: none;
}

ul.news li
{
	padding: 0 0 4px 0;
	width:100%;
        clear:both;
}
ul.news li span{
    float:left;
}

ul.news li span.text{
    padding:15px 0px 0px 10px;
}
/* Footer Open */

#footer
{
	padding: 0;
}

#footer ul
{
	margin: 0;
	padding: 0;
}


#footer li
{
	width: 350px;
	padding:20px 0 0 0;
	text-align: right;
}

#footer li h4
{
	margin:20px 70px 0 0;
}

#footerDetails
{
	padding: 20px 0 0 0;
}

#footerDetails img
{
	padding-right: 2px;
        padding-left: 10px;
}
#footerDetails p
{
	font-size: 0.8em;
}
/* Footer Closed */

/* Random Classes Open */

.dock
{
    background: url(images/dock.png) no-repeat bottom;
}

.roundedCorner5px
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/styles/admin/pie/PIE.htc);
}

.contentTitle
{
    margin: 0;
    padding: 40px 0 0 0;
    font-weight: bold;
}

.lightgrey
{
        color: #aaaaaa;
}

.checkbox
{

}

p.highlight
{
    font-weight: bold;
    color: black;
}

.btn
{
    background: transparent url('images/btn.gif') no-repeat top left;
    padding: 8px 7px 8px 12px;
    display: block;
    color: #ececec;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 13px;
}

.btn span
{
    background: transparent url('images/btn.gif') no-repeat top right;
    display: block;
    height: 29px;
    width: 5px;
    position: absolute;
    top: 0;
    right: -5px;
}

.btn:hover
{
    color: #ebebeb;
    background: transparent url('images/btn.gif') no-repeat bottom left;
}

.btn:hover span
{
    background: transparent url('images/btn.gif') no-repeat bottom right;
}

.vou
{
    color: #82965E;
}

.chacha
{
    color: #4A6B8D;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.fail
{
    color: #EF5921;
}

.dottedTop
{
	border-top:1px dotted #313131;
}
.dottedBottom
{
	border-bottom:1px dotted #313131;
}
.dottedRight
{
	border-right:1px dotted #313131;
}

.appIcon
{
	height: 45px;
	width: 45px;
	padding: 2px;
	margin: 2px;
}
h2.appTitle, h3.appTitle
{
    margin-top: 18px;
}
.icon
{
	height: 20px;
	width: 20px;
}

.blueBorder
{
	border: 1px solid #4A6B8D;
}

.alignRight
{
	text-align:right;
}
.alignCenter
{
	text-align:center;
}

.marginTop100
{
	margin-top:100px;
}
.marginTop65
{
	margin-top:65px;
}
.marginTop50
{
	margin-top:50px;
}
.marginTop10
{
	margin-top:10px;
}
.marginTop25
{
	margin-top:25px;
}
.paddingTop25
{
	padding-top:25px;
}
.paddingTop50
{
	padding-top:50px;
}
.paddingBottom25
{
	padding-top:25px;
}

.padding40
{
    padding: 40px;
}

.em09
{
    font-size: 0.9em;
}
/* Random Classes Closed */

.btnChunky
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-left: 12px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 4px;
    margin-bottom: 0pt;
    margin-left: 10px;
    line-height: 26px;
    float: left;
}

.btnChunky:hover
{
    color: #ffffff;
    background-color: transparent;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
}

.btnChunky span
{
    background: transparent no-repeat top right;
    display: block;
    height: 42px;
    width: 5px;
    position: absolute;
    top: 0;
    right: -5px;
}


.btnChunky:hover span
{
    background: transparent no-repeat bottom right;
}

.btnChunky, .submit, .btnChunky span, .btnChunky span, .btnChunky:hover span, .btnChunky:hover
{
    background:url(images/btnBG.png) repeat-x;
    color:#ffffff;
    font-weight:bold;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.btnRoundLarge
/*{228w x 230h*/
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    padding-top: 182px;
    padding-right: 110px;
    padding-bottom: 23px;
    padding-left: 90px;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 4px;
    margin-bottom: 15px;
    margin-left: 10px;
    line-height: 26px;
    float: left;
}

.btnRoundLarge:hover
{
    color: #000000;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
}


.btnRoundLarge:hover span
{
    background: transparent no-repeat bottom right;
}

.btnRoundLarge, .btnRoundLarge:hover
{
    background-image:url(images/roundButtonOffersLarge.png);
}

dl.appIconList dt
{
    width: 50px;
    float: left;
}


dl.appIconList dd
{
    width: 300px;
    line-height: 60px;
    float: left;
}


/***************** FORM ******************/

form
{
   /* margin: 10px;*/
}

/*input
{
    background: url('images/input361bg.gif') no-repeat top left;
    margin: 5px 0 10px 0;
    clear: left;
    width: 339px;
    height: 20px;
    padding: 11px;
    font-size: 15px;
    border: none;
    display: block;
}*/
/*textarea{
    display: block;
    clear: left;
    margin: 5px 0 10px 0;
}*/
textarea.textarea200{
    float:left;
    width:200px;
    border:1px solid #999999;
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: lighter;
    padding:5px 8px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    behavior: url(/styles/admin/pie/PIE.htc);
}
textarea.textarea610{
    float:left;
    width:610px;
    border:1px solid #999999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: lighter;
    padding:5px 8px;
    behavior: url(/styles/admin/pie/PIE.htc);
}
textarea.textarea560{
    float:left;
    width:560px;
    border:1px solid #999999;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: lighter;
    padding:5px 8px;
    behavior: url(/styles/admin/pie/PIE.htc);
}
div.col1{
    float:left;
}
div.col2{
    float:right;
}
/*select
{
    display: block;
    margin: 19px 0;
    width: 270px;
}*/
.input200{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#FFFFFF;
    border:1px solid #999999;
    padding:5px 8px;
    width:200px;
}
.input739{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#FFFFFF;
    border:1px solid #999999;
    padding:5px 8px;
    width:717px;
    display:block;
    margin:3px 0px;
}
.input610{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#FFFFFF;
    border:1px solid #999999;
    padding:5px 8px;
    width:610px;
    display:block;
    margin:3px 0px;
}
.input50{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#FFFFFF;
    border:1px solid #999999;
    padding:5px 8px;
    width:30px;
    margin:3px 0px;
}
.input90Dark{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#FFFFFF;
    border:1px solid #999999;
    padding:5px 8px;
    width:70px;
    margin:3px 0px;
}
/*
.input270
{
    background: url('images/input270bg.gif') no-repeat top left;
    width: 248px;
}

.input150
{
    background: url('images/input150bg.gif') no-repeat top left;
    width: 128px;
}

.input50
{
    background: url('images/input50bg.gif') no-repeat top left;
    width: 28px;
}

.input90
{
    background: url('images/input90bg.gif') no-repeat top left;
    width: 98px;
}
.input90Dark
{
    background: url('images/input90bgdark.gif') no-repeat top left;
    width: 68px;
}

.input739
{
    background: url('images/input739bg.gif') no-repeat top left;
    width: 717px;
    
}
*/
.submit
{
    clear: both !important;
    width: auto !important;
    height: 42px !important;
    padding: 11px 30px !important;
    font-size: 14px !important;
    border: none !important;
    color: #FFF !important;
    text-align: center;
    cursor: pointer;
}

.submit:hover
{
    color: #ffffff;
    background-color: transparent;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
}

.checkbox
{
    float:left;
    width: 15px;
    margin-right: 10px;
    height:auto !important;
}

label
{
    font-size: 1em;
    
}
label.med{
    width:90px;
    float:left;
    margin-right:5px;
}
label.long{
    width:110px;
    float:left;
    margin-right:5px;
    margin-top:2px;
}
.field_element{
    float:left;
    width:100%;
    margin:3px 0px;
}
fieldset
{
    border: none;
    margin: 10px 0;
}

fieldset h4
{
    padding-left: 0px;
    padding-bottom: 20px;
}

/*************** END FORM ****************/

/**************** TABLE ******************/

table.lightgreyGradient
{
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    
}
table.lightgreyGradient th{
    background:#447bb4;
    font-weight:bold;
    padding: 10px;
    color:#ffffff;
    text-align:left;
}/*
table.lightgreyGradient tr.red th{
    background:#202020;
}
table.lightgreyGradient tr.green th{
    background:#3E5876;
}*/
table.lightgreyGradient td{
    padding: 8px;
    border-bottom: 1px solid #fff;
    background:#d5e0eb;
}
table.lightgreyGradient tfoot tr td{
    border:none;
    background:#447bb4;
    border-bottom: 1px solid #173b60;
}
table.lightgreyGradient thead tr td{
    border:none;
    background:#447bb4;
    border-bottom: 1px solid #173b60;
}
table.lightgreyGradient tbody tr:hover td
{
    background:#cccccc;
}
/*
table.lightgreyGradient
{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.lightgreyGradient th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff url('images/gradhead.png') repeat-x;
	border-top: 2px solid #f3f3f3;
	border-bottom: 1px solid #fff;
	color: #000000;
}
table.lightgreyGradient td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #9a9a9a;
	border-top: 1px solid #fff;
	background: #f3f3f3 url('images/gradback.png') repeat-x;
}
table.lightgreyGradient tfoot tr td
{
	background: #f3f3f3;
	font-size: 12px;
	color: #9a9a9a;
}
table.lightgreyGradient tbody tr:hover td
{
	background: #e6e6e6 url('images/gradhover.png') repeat-x;
	color: #000000;
}
*/
/************** END TABLE ****************/

/************** PAGINATION ***************/

ul{border:0; margin:0; padding:0;}
#pagination li{
    list-style:none;
    display:inline;
    float:left;
    margin-right:5px;
}
#pagination a{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    behavior: url(/styles/admin/pie/PIE.htc);
}
#pagination .active
{
    color:#447bb4;
    font-weight:bold;
    float:left;
    background:#eeeeee;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    behavior: url(/styles/admin/pie/PIE.htc);
    padding:3px 6px;
}
#pagination .previous-off, #pagination .next-off
{
    color:#333333;
    float:left;
    font-weight:bold;
    background:#eeeeee;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    behavior: url(/styles/admin/pie/PIE.htc);
    padding:3px 6px;
}
#pagination a:link, #pagination a:visited
{
    color:#333333;
    float:left;
    text-decoration:none;
    background:#eeeeee;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:block;
    behavior: url(/styles/admin/pie/PIE.htc);
    padding:3px 6px;
}
#pagination a:hover
{
    background:#dee6ef;
    color:#3e5876;
}
/*
#pagination li
{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
    margin-right:2px;
}
#pagination a
{
    border:solid 1px #555555;
    margin-right:2px;
}
#pagination .previous-off, #pagination .next-off
{
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:3px 4px;
}
#pagination .next a, #pagination .previous a
{
    font-weight:bold;
}

#pagination .active
{
    background:#555555;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px;
}
#pagination a:link, #pagination a:visited
{
    color:#555555;
    display:block;
    float:left;
    padding:3px 6px;
    text-decoration:none;
}

#pagination a:hover
{
    border:solid 1px #000000
}
*/
/************ END PAGINATION *************/
/************TEST Classes*******/

/************CARD PAYMENT***********/
div.cardType{float:left; width:100%; margin-bottom:20px;}
div.cardType label{padding:0px;z-index:1000;}
div.cardType span.mainLabel{float:left; padding:7px 0px;}
div.cardType span.itemLabel label{float:left;margin:6px 12px; height:32px; width:51px; overflow:hidden; cursor:pointer;}
div.cardType span.itemInput{text-indent: -2000px;overflow:hidden;float:left;}
label.cardType001{background:url(images/cardtype/visa_1.png) no-repeat 0px 0px;}
label.cardType042{background:url(images/cardtype/maestro_1.png) no-repeat 0px 0px;}
label.cardType002{background:url(images/cardtype/mastercard_1.png) no-repeat 0px 0px;}
label.cardType003{background:url(images/cardtype/american-express_1.png) no-repeat 0px 0px;}
label.Delta{background:url(images/cardtype/delta_1.png) no-repeat 0px 0px;}
label.Discover{background:url(images/cardtype/discover_1.png) no-repeat 0px 0px;}
label.cardType024{background:url(images/cardtype/solo_1.png) no-repeat 0px 0px;}
label.cardType033{background:url(images/cardtype/visa-electron_1.png) no-repeat 0px 0px;}
label.Paypal{background:url(images/cardtype/paypal_1.png) no-repeat 0px 0px;}
div.cardType label:active{border:5px solid #8AB837; background-position: 0px -32px;}
.thick{font-size: 11pt; font-weight:bold;}
.field_value{color:#444444;}
.field_value_long{color:#444444; float:left; width:600px; text-align:justify;}
span.allCheckbox{float:left; margin-right:50px;}
.alertNumber{background:url(images/icon/alertNumber.png) no-repeat;position:absolute; padding:0px 6px 0px 5px; top:-6px; font-weight: bold; right:-6px;}
span.appTitle{float:right; font-weight:bold; margin-top:17px; color:#202020;}
a:hover span.appTitle{color:#98b853;}

/*Device View*/
.couponDetails{width:auto; min-width:160px; margin:10px 0px 0px 190px;}
.coupon .image{position:relative;}
.couponDetails .title{width:auto;color: #FFFFFF; font-size: 20px;line-height: 40px;margin:10px 0px 0px 11px;font-weight: bold;-moz-text-shadow: 0px 0px 3px #888;
    -webkit-text-shadow: 0px 0px 3px #888;
    text-shadow: 0px 0px 3px #888;}
.couponDetails .merchantName{margin:0px 0px 10px 11px; font-weight:bold; font-size: 18px;font-size: 16px;line-height: 22px;}
.couponDetails .desc{margin:0px 0px 10px 11px;}
.couponDetails .button{position:relative;height:43px;margin-left:10px; width:auto;}
.couponDetails .button a{padding-right:10px}
.couponDetails .button span{float:left; margin-top:12px; font-weight:bold; font-weight: bold;}
.imgHolder{position:relative;width:175px;height:175px; overflow:visible;}
.couponDetails .notice{font-size:0.5em; margin:0px 0px 10px 11px;}
/*Locale Selection*/

div.localeSelection{margin-top:5px;width:200px;background:#333333; z-index:2000;}
div.localeSelection ul{margin:0px !important; padding:0px !important;float:left; width:100%; position:relative;}
div.localeSelection ul.languages li{display:block; padding:5px !important;}
div.localeSelection ul.languages span.flag{float:left; margin:2px 5px 0px 10px;}
div.localeSelection ul.languages span.name{float:left; font-size:8pt;}
div.localeSelection ul.languages li ul {display:none; float:left; width:100%; position:absolute; bottom:25px;left:0px;background:#333333;}
div.localeSelection ul.languages li:hover ul{display:block}
div.localeSelection ul.languages li ul a:hover{background:none !important;}
