body {
    background: #fff url('../images/backgrounds/page.jpg') repeat-x;
    background-repeat: repeat-x;
    font-size: 10px;
    font-family: Verdana;
    color: #000;
	behavior: url('hover.htc');
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #0C4CAD;
    text-decoration: none;
}

a:hover {
    color: #5D5A5A;
}

#container {
    width: 894px;
   /* background: url('../images/backgrounds/container.jpg') repeat-y;*/
    margin: -29px auto 15px;
	position: relative;
}

#header {
	margin: 40px 0 0;
    width: 882px;
    height: 126px;
    background: url('../images/backgrounds/header2.jpg') no-repeat #B1001C;
    position: relative;
}

#header #logo {
    background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
    height:88px;
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    width:350px;
}

#header #logo h1 {
    display: none;
}

#header #logo a { display: block; width: 350px; height: 88px; position: relative; z-index: 50; }

#navigation {
    height: 37px;
    padding: 99px 0px 0px 4px;
    font-size: 12px;
    color: #ffffff;
}

#navigation ul {
    list-style: none;
    position: relative;
}

#navigation ul li {
    float: left;
    display: inline;
    height: 23px;
    padding: 13px 0 0 0;
    margin: 8px 0 0 0;
    position: relative;
}

#navigation ul li a {
    padding: 21px 18px 0px 12px;
    margin: -5px 0 0 0;
    height: 14px;
    color: #ebeced;
    float: none;
    background: url('../images/navigation/ie_background.gif') left no-repeat;
}

#navigation ul li a.current {
    color: #000;
}

#navigation ul li a.current:hover {
    color: #fff;
}

#navigation ul li a.first {
    background: url('../images/navigation/ie_first.gif') left no-repeat;
}

#navigation ul li a span {
    padding: 0 0 0 6px;
}

#navigation ul li a:hover {
    color: #000;
}

#navigation ul li.right {
    float: left;
    background: url('../images/navigation/right.jpg') right no-repeat;
    margin: 1px 0 0 0;
    height: 23px;
    width: 5px;
}

#navigation ul li .rightLast {
    float: left;
    background: url('../images/navigation/right_last.jpg') right no-repeat;
    margin: 1px 0 0 0;
    height: 23px;
    width: 8px;
}

#navigation ul li ul {
    background: #9b0014 url('../images/sub-menu.jpg') no-repeat top;
    width: 144px;
    display: none;
    margin: 30px 0 0;
    padding: 0 0 0;
    top: 0;
    right: 7%;
    left: 5%;
    position: absolute;
}

#navigation ul li ul li {
    width: 144px;
    text-align: center;
    padding-top: 5px;
    float: none;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #eee;*/
    text-align: center;
    margin: 0 0 0 0;
    background: none;
}

#navigation ul li ul li a {
    width: 144px;
    display: block;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #af626d;
    color: #eee;
    font-size: 10px;
    background: none;
    margin: 0;
}

#navigation ul li ul li a:hover {
    color: #000;
}

#navigation ul li:hover ul {
    display: block;
}


#headerStripe {
	background: transparent url('../images/stripe_top2.jpg') repeat scroll 0 0;
	height:65px;
	position:relative;
	width:894px;
	z-index:1;
}

#main {
    margin: 0px 0px 0px -14px;
    background: url('../images/backgrounds/main_repeat.jpg') repeat-y #fbfbfd;
    width: 910px;
    position: relative;
    z-index: 2;
}

/*#mainContent {*/
/*    background: url('../images/backgrounds/main2.jpg') no-repeat;*/
/*    padding-bottom: 75px;*/
/*}*/

#mainContent {
	background: transparent url('../images/backgrounds/main4.jpg') no-repeat scroll 0 0;
	padding-bottom:75px;
}

#left {
    width: 190px;
    float: left;
    margin: 17px 0 0 57px;
}

#sidebar {
    width: 187px;
    float: left;
    margin: -15px 0 0 33px;
    z-index: 35;
    position: relative;
}

#sidebarTop {
    background: url('../images/backgrounds/sidebar_top.png') top no-repeat;
    height: 16px;
    margin: 0 0 0 -1px;
}

#sidebarContent {
    background: url('../images/backgrounds/sidebar_mid.png') repeat-y;
    margin: -1px 0 0 1px;
}
#sidebarBottom {
    background: url('../images/backgrounds/sidebar_bottom.png') no-repeat;
    height: 20px;
    margin: 0px 0 0 1px;
}

#sidebar h2 {
    width: 163px;
    height: 25px;
    background: url('../images/backgrounds/sidebar_h2.gif');
    margin: 0 0 0 8px;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #faf6f6;
}

#sidebar h2 a {
    color: #fff;
}

#sidebar ul {
    list-style: none;
    margin: 6px 0 0px 25px;
}

#sidebar ul li {
    padding: 2px;
    font-size: 10px;
    color: #5d5a5a;
}

#sidebar ul li a {
    color: #5d5a5a;
    display: block;
    width: 137px;
}

#sidebar ul li a:hover {
    color: #000;
}

#sidebar .seperator {
    height: 5px;
    border-top: 1px solid #c2c4c6;
    width: 163px;
    margin: 5px 0 0 8px;
}

#rightContent {
   float: left;
   margin: 16px 0 0 35px;
   width: 621px;
}

#rightContent h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0px 0px 31px;
    color: #3C3C3C;
}

#rightContent p {
    margin: 0px 15px 0px 35px;
    font-size: 11px;
    color: #3C3C3C;
}

#twitter {
    background: url('../twitter.jpg')  no-repeat;
    height: 52px;
    width: 182px;
    margin: 5px 0 0 2px;
}

#twitter span {
    display: none;
}

#twitter a {
    height: 52px;
    width: 182px;
    display: block;
}

#gifts {
    background: url('../buy_now_cards.jpg') no-repeat;
    height: 75px;
    width: 184px;
    margin: 5px 0 0 2px;
}

#gifts span {
    display: none;
}

#gifts a {
    height: 75px;
    width: 184px;
    display: block;
}
#social_media {
    background: url('../images/social_media.gif') no-repeat;
    height: 80px;
    width: 176px;
    margin: 5px 0 0 6px;
}
#social_media span {
    display: none;
}
#social_media a.moms {
    height: 75px;
    width: 75px;
    display: block;
    float:left;
}
#social_media a.twitter {
    height: 75px;
    width: 50px;
    display: block;
    float:left;
}
#social_media a.facebook {
    height: 75px;
    width: 50px;
    display: block;
    float:left;
}


#smallH2 {
    font-size: 14px;
}


#midContent {
    position: relative;
    width: 594px;
    margin: 0 0 0 10px;
    background: transparent url('../images/body/background.jpg') no-repeat scroll 0 0;
	padding-bottom: 75px;
}


#midContent .giftOfMagic {
    position: absolute;
    right: 15px;
    top: 10px;
    background: url('../images/magic/gift_of_magic.jpg');
    width: 341px;
    height: 83px;
}

#midContent .giftOfMagic span {
    display: none;
}

#midContent .mickyMagic {
    left:16px;
    position:absolute;
    top:-18px;
    z-index: 2;
}

#midContent .card {
    position: absolute;
    left: 13px;
    top: -16px;
	z-index: 27;
}

#midContent .cards {
    position: absolute;
    left: 15px;
    top: -28px;
    z-index: 2;
}

#midContent #mContent {
    padding: 65px 17px 0px 17px;
}

#midContent .about {
    margin: 26px 0 0 0;
    background: url('../images/about/girl.jpg') no-repeat #fff;
    padding: 300px 10px 0 15px;
}

#midContent .corporate {
    margin: 26px 0 0 0;
	position: relative;
	z-index: 20;
    background: url('../images/corporate.jpg') no-repeat #ebf5fb;
    padding: 300px 10px 0 15px;
}

#midContent .about p, #midContent .corporate p {
    margin: 7px 0 7px 0;
    padding: 0;
    font-size: 12px;
    color: #3C3C3C;
}

#midContent h3, #midContent .corporate h3 {
    color: #0C4CAD;
    font-size: 11px;
    font-weight: bold;
}

#midContent .about .leftLi, #midContent .corporate .leftLi {
    border-right: 1px solid #e0e2e4;
    margin: 0 15px 0 0;
    width: 42%;
}

#midContent .about  p.desc, #midContent .corporate p.desc {
    color: #737373;
    font-size: 10px;
    padding: 0;
    margin: 2px 0 0 5px;
}

#midContent .about  ul, #midContent .faq  ul, #midContent .blank  ul, #midContent .corporate ul {
    list-style: disc;
    margin: 2px 0 0 0;
    padding: 0 0 0 10px;
}

#midContent .about  ul li, #midContent .faq  ul li, #midContent .blank  ul li, #midContent .corporate ul li {
    color: #737373;
    float: none;
    font-size: 10px;
    padding: 0;
    width: 210px;
}

#midContent .about ul li a {
    color: #737373;
    text-decoration: underline;
}

.magicHeader {
    color: #0c4cad;
    font-size: 10px;
    /*text-transform: capitalize;*/
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#midContent .balance {
    margin: 75px 25px 0 25px;
}

#midContent .balance .credit_card {
    margin: 25px 0 0 0;
}

#midContent .balance p {
    color: #3C3C3C;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#midContent h2 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    color: #0c4cad;
}

#midContent h2.headerText {
    color: #fff;
    padding: 40px 0 0 249px;
    size: 18px;
    /*text-transform: capitalize;*/
    position:relative;
    z-index:3;
}

#midContent ul {
    list-style: none;
}

#midContent ul li {
    float: left;
    width: 275px;
    margin: 5px 0 5px 5px;
    font-size: 9px;

}

#midContent ul.where-to-use li {
    position: relative;
}

#midContent ul.where-to-use li span.details {
    position: absolute;
    bottom: 0;
    left: 128px;
}


#midContent ul.where-to-use li.wherenone {
    display: none;
}

#midContent ul.where-to-use li.whereseperator {
    display: block;
    height: 1px;
    clear: both;
    background: #b7b8b8;
    margin: 3px 0 5px 5px;
    width: 545px;
}

#midContent ul li.border {
    width: 100%;
    clear: both;
    height: 2px;
    border-top: 1px solid #b7b8b8;
    float: none;
}

#midContent ul li .imgThumb {
    float: left;
    padding: 0 5px 0 0;
    border-right: 1px solid #b7b8b8;
}

#midContent ul li p {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 9px;
    color: #737373;
    width: 140px
}

#midContent ul li .details {
   clear: none;
   margin: 4px 0 0 0;
   width: 48px;
   height: 15px;
   background: url('../images/magic/details.gif');
   display: block;
}

#midContent ul li .details a {
    display: block;
    height: 15px;
    width: 48px;
}

#midContent .balance form {
    margin: 30px 0 0 0;
}

#midContent .blank {
    background: url('../images/backgrounds/middle_blank.jpg') repeat-x;
    padding: 15px;
}

#midContent .blank p {
    padding: 5px;
    display: block;
    margin: 0px 0px 0px -5px;
    font-size: 12px;
}



#midContent .cardsContent .instructions {
    width: 607px;
    height: 182px;
    background: url('../images/cards/instructions.png');
    position: absolute;
    z-index: 0;
    left:6px;
    top:120px;
}

#midContent .cardsContent .cardsMiddle {
    padding: 250px 10px 0 10px;
}

#midContent .cardsContent ul {
    margin: 0;
    padding: 0;
}

#midContent .cardsContent ul li {
    float: left;
    height: 152px;
    width: 132px;
    position: relative;
}

#midContent .cardsContent ul li span {
    font-size: 9px;
    line-height: 8.5px;
    color: #414142;
    font-weight: bold;
    padding: 5px 0 5px;
    margin: 10px 0 0 0;
}

#midContent .cardsContent ul li.borderLeft {
    height: 152px;
    width: 1px;
    background: #b7b8b8;
}

#midContent .cardsContent ul li.borderFull {
    height: 1px;
    width: 560px;
    background: #b7b8b8;
    clear: both;
    margin: 1px 0 0 5px;
}

#midContent .cardsContent .borderSep {
    background: #b7b8b8;
    height: 1px;
    width: 100%;
    clear: both;
    overflow: hidden;
}


#midContent .cardsContent ul li span.buyButton {
    width: 46px;
    height: 21px;
    background: url('../images/cards/buy.jpg') no-repeat;
    display: block;
    float: left;
    overflow: hidden;
    margin: 5px 0 0 0;
}

#midContent .cardsContent ul li span.detailsButton {
    width: 67px;
    height: 21px;
    background: url('../images/cards/details.jpg') no-repeat;
    display: block;
    float: left;
    overflow: hidden;
    margin: 5px 0 0 0;
}

#midContent .cardsContent .buyButton a {
    width: 46px;
    height: 10px;
    display: block;
}

#midContent .cardsContent .detailsButton a {
    width: 66px;
    height: 10px;
    display: block;
}

#midContent .about  ul li { width: 175px; }
.family {
    margin: 7px 0 5px -15px;
}

.text {
    background: #fff;
    border: 1px solid #adaaaa;
    font-size: 12px;
    padding: 8px 3px 0px 5px;
    color: #000;
    margin: 0 0 0 5px;
}

.cars-text {
    width: 510px;
    font-size: 12px;
    color: #070707;
}


.input {
    background: url('../images/input_bg.jpg') top left no-repeat;
    border: 1px solid #adaaaa;
    font-size: 12px;
    padding: 8px 3px 0px 5px;
    height: 18px;
    color: #000;
    margin: 0 0 0 5px;
}

.label {
    font-size: 11px;
    color: #3c3c3c;
    display: block;
    margin: 5px 0px 0px 4px;
}

#footer {
    z-index: 2;
    width: 901px;
	clear: both;
    height: 88px;
    background: url('../images/backgrounds/footer.png');
    position: relative;
    margin: -40px 0 0 -5px;
}

#footer .links {
    position: absolute;
    height: 13px;
    top: 58px;
    left: 24px;
}

#footer .links a {
    font-size: 9px;
    color: #78c2e9;
    text-decoration: none;
    margin: 0 0 0 5px;
}

#footer .links a:hover {
    text-decoration: underline;
}

.page-title {
    color: #0C4CAD;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0 8px 0;
    padding: 0;
}

.faq {
    margin-top: 85px;
    margin-left: 9px;
}

.faq p {
    display: block;
    padding-top: 5px;
    padding-bottom: 3px;
}

.faq a.qna {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: -16px;
    font-size: 11px;
    display: block;
}

.faq a.backtop {
    display: block;
    margin-top: 3px;
}

.submit {
    display: block;
    background: url('../images/submitBTN.png');
    width: 53px;
    height: 20px;
    border: 0;
}

.where-details {
}

.where-details p {
    margin: 5px 0 0 0;
}

#where ul {
    list-style: none;
}

#where ul li {
    clear:both;
    display:block;
    margin:5px 0 5px 0px;
    padding:10px 0;
    position:relative;
    width:545px;
}

#where ul li img {
    border-right:1px solid #B7B8B8;
    float:left;
    padding:0 3px 0 0;
    margin: 3px 0 0;
}

#where ul li div {
    float:left;
    padding:0 0 0 5px;
    width:350px;
    color: #737373;
    font-size: 11px;
}

#where ul li h2 {
    color: #0c4cad;
    font-size: 11px;
    font-weight: bold;
	/*text-transform: capitalize;*/
}

#where ul li h2 a {
    color: #0c4cad;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#where ul li h2 a:hover {
}

#where ul li p {
    color: #737373;
    padding: 0px 0 5px;
    width: auto;
	font-size:11px;
	margin: 0;
}

#where .page-title {
    font-size: 13px;
}

/*#temp-nav {*/
/*    width: 879px;*/
/*    margin: 0 auto;*/
/*    font-size: 12px;*/
/*    height: 37px;*/
/*	left: 2px;*/
/*    /*padding: 88px 0 0 0px;*/*/
/*	top: 88px;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*}*/

#temp-nav {
	font-size: 12px;
	height: 37px;
	left: 2px;
	margin: 0 auto;
	position: absolute;
	top: 88px;
	width: 879px;
	z-index: 10;
}

#temp-nav ul {
    list-style: none;
    width: 875px;
    margin: 0 auto;
}

#temp-nav ul li {
	vertical-align: top;
    position: relative;
    float: left;
    background: url('../images/sprite.jpg');
    overflow: hidden;
}

#temp-nav ul li.buy,#temp-nav ul li.buy-current {
    width: 109px;
    background-position: -110px 0px;
    height: 59px;
}

#temp-nav ul li.buy:hover,#temp-nav ul li.buy-current {
    background-position: 0 0px;
}

#temp-nav ul li.about,#temp-nav ul li.about-current {
    background-position: -395px 0px;
    height: 59px;
    width: 174px;
}

#temp-nav ul li.about:hover,#temp-nav ul li.about-current {
    background-position: -220px 0px;
}

#temp-nav ul li.where,#temp-nav ul li.where-current {
    background-position: 0px -59px;
    width: 127px;
    height: 68px;
}

#temp-nav ul li.where:hover,#temp-nav ul li.where-current {
    background-position: -127px -59px;
}

#temp-nav ul li.manage,#temp-nav ul li.manage-current {
    background-position: 0px -127px;
    width: 147px;
    height: 78px;
}

#temp-nav ul li.manage:hover,#temp-nav ul li.manage-current {
    background-position: -147px -127px;
}

#temp-nav ul li.faqs,#temp-nav ul li.faqs-current {
    background-position: -643px 0;
    width: 72px;
    height: 77px;
}

#temp-nav ul li.faqs:hover,#temp-nav ul li.faqs-current {
    background-position: -570px 0px;
}

#temp-nav ul li.corporate,#temp-nav ul li.corporate-current {
    width: 139px;
    background-position: -294px -127px;
    height: 78px;
}

#temp-nav ul li.corporate:hover,#temp-nav ul li.corporate-current {
    background-position: -433px -127px;
}

#temp-nav ul li.contact,#temp-nav ul li.contact-current {
    width: 107px;
    height: 63px;
    background-position: -572px -78px;
}

#temp-nav ul li.contact:hover,#temp-nav ul li.contact-current {
    background-position: -679px -78px;
}

#temp-nav ul li a {
    display: block;
    width: 99%;
    height: 99%;
}

#temp-nav ul li ul {
    background: #9b0014 url('../images/sub-menu.jpg') no-repeat top;
    width: 144px;
    display: none;
    margin: 30px 0 0;
    padding: 0 0 0;
    top: 0;
    right: 7%;
    left: 5%;
    position: absolute;
}

#temp-nav ul li.about ul {
    top: 5px;
    left: 13px;
}

#temp-nav ul li.manage ul {
    top: 5px;
    left: 2px;
}

#temp-nav ul li ul li {
    width: 144px;
    text-align: center;
    padding-top: 0px;
    float: none;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #eee;*/
    text-align: center;
    margin: 0 0 0 0;
    background: none;
}

#temp-nav ul li ul li a {
    width: 144px;
    display: block;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #af626d;
    color: #eee;
    font-size: 10px;
    background: none;
    margin: 0;
}

#temp-nav ul li ul li a:hover {
    color: #000;
}

#temp-nav ul li:hover ul {
    display: block;
}

#rightContent p.where-desc {
    margin: 2px 0 0;
    font-size: 12px;
    color: #3c3c3c;
}

.footer-links {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0 0;
}
#midContent ul.where-to-use li span.details-disneylandreg-resort a,
#midContent ul.where-to-use li span.li span.details-disneylandreg-resort a,
#midContent ul.where-to-use li span.details-walt-disney-worldreg-resort a ,
#midContent ul.where-to-use li span.details-adventures-by-disney a,
#midContent ul.where-to-use li span.details-disney-cruise-linereg a,
#midContent ul.where-to-use li span.details-disney-store a,
#midContent ul.where-to-use li span.details-disneystorecom a,
#midContent ul.where-to-use li span.details-disney-vacation-club a,
#midContent ul.where-to-use li span.details-disneyrsquos-photopassreg a,
#midContent ul.where-to-use li span.details-club-penguin a {
    display: block;
    height: 15px;
    width: 48px;
}

#midContent ul.where-to-use li span.details-disneylandreg-resort,
#midContent ul.where-to-use li span.details-walt-disney-worldreg-resort ,
#midContent ul.where-to-use li span.details-adventures-by-disney,
#midContent ul.where-to-use li span.details-disney-cruise-linereg,
#midContent ul.where-to-use li span.details-disney-store,
#midContent ul.where-to-use li span.details-disneystorecom,
#midContent ul.where-to-use li span.details-disney-vacation-club,
#midContent ul.where-to-use li span.details-disneyrsquos-photopassreg,
#midContent ul.where-to-use li span.details-club-penguin {
    position: absolute;
    bottom: 0px;
    left: 128px;
    clear: none;
    margin: 4px 0 0 0;
    width: 48px;
    height: 15px;
    background: url('../images/magic/details.gif');
    display: block;
}

.footer-links a.orange {
    color: #e39404;
}

.footer-links a.blue {
    color: #a3d0f6;
}
61
.detail-text {
    clear: both;
    display: block;
    padding: 15px 0 10px 0;
    font-size: 12px;
    color: #040404;

}

.textarea {
    border: none;
    margin: 0px 0px 0px 5px;
    width: 304px;
    height: 113px;
    background: url('../images/textarea-background.gif');
    padding: 10px;
}

.select {
    margin: 0px 0px 0px 3px;
}


.card-details {
    position: absolute;
    bottom: 5px;
    z-index: 120;
}

.faq .question {
    display: block;
    width: 20px;
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0px 0px 3px 0px;
}

.faq .question-phrase {
    display: block;
    width: 430px;
    float: left;
}

.faq .question-phrase a {
    margin: 0 0 3px 0;
    font-size: 11px;
    display:block;
    width: 430px;
}


.terms {
    font-size: 12px;
    color: #3C3C3C;
}

.terms .question {
    display: block;
    width: 30px;
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0px 0px 5px 25px;
}

.terms .question-phrase {
    display: block;
    width: 430px;
    float: left;
    margin: 0 0 5px 0;
}

.terms .question-phrase a {
    margin: 0 0 3px 0;
    font-size: 11px;
    display:block;
    width: 430px;
}

#rightContent .faq p {
    margin: 0 15px 0 25px;
}

#rightContent p.vault {
	color:#3C3C3C;
	font-size:12px;
	margin: 75px 0px 0px 18px !important;
	display: block;
}

#midContent .cardsContent ul li img {
    position: relative;
    z-index: 110;
}

.pagination {
	float: right;
	margin: 20px 0 0 0;
	font-size: 12px;
	clear: both;
}

.pagination a {
	padding: 0px 2px 0px 2px;
}

.pagination .current {
	color: #3c3c3c;
	padding: 0px 2px 0px 2px;
}

#midContent ul li .details {
   clear: none;
   margin: 4px 0 0 0;
   width: 48px;
   height: 15px;
   background: url('../images/magic/details.gif');
   display: block;
}

#midContent ul li .details a {
    display: block;
    height: 15px;
    width: 48px;
}

.search {
	position: absolute;
	right: 20px;
	top: 37px;
	z-index: 25;
}

.search .input {
	width: 190px;
	height: 13px;
	padding: 4px 5px 3px;
	color: #737373;
	font-size: 11px;
	background: url('../images/search.jpg');
}

.search .button {
	width: 53px;
	height: 20px;
	background: url('../images/search_button.png');
	border: none;
}

.search .button:hover {
	cursor: pointer;
}


/* CSS COMMONS */
.clean { margin: 0; padding: 0; border: 0; }
.small-text { font-size: 9px; }
.medium-text { font-size: 12px; }
.text-right { text-align: right; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.p50 { width: 48%; }
.p-sub-grey { font-size: 9px; color: #737373; }
.red { color: red; }
.m-10 { margin-left: 10px; }
.m10 { margin: 10px; }
.mt5 { margin-top: 5px; }
