﻿@charset "utf-8";

.BigNoodleTitling-Oblique { 
	font-family: BigNoodleTitling-Oblique;
	font-weight: normal;
	font-style: normal;
}
.BigNoodleBlockTitling { 
	font-family: BigNoodleBlockTitling;
	font-weight: normal;
	font-style: normal;
}
.BigNoodleTitling { 
	font-family: BigNoodleTitling;
	font-weight: normal;
	font-style: normal;
}

html, body 
{
    height:100%;
}

body {
	font-family:"Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	background-color: #1B0424;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4 {
	font-family: BigNoodleTitling, sans-serif;
	color:#893A5E;
    margin: 0 0 15px 0;
    font-weight: lighter;
}
h1 {
	font-size: 2.885em;
}

h2 {
	font-size: 2.185em;
}

h3 
{
    font-size: 1.685em;
    color: #646F8E;
}

p 
{
    margin: 0 0 10px 0;
    
}
a:link, a:visited
{
    color: #8EBBAA;
    text-decoration: none;
}

a:hover
{
    color: #99CB56;
    text-decoration: none;
}

a:active
{
    color: #99CB56;
}
a:focus
{
    outline:0;
}

a img 
{
    border:0px;
    vertical-align:middle;
}

input, textarea, select
{
    border:1px solid #9AA5AF;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	background-color: #fff;
	color:#8c8e9a;
	padding:2px;
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-family:"Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
input[type=checkbox], input[type=radio]  
{
   border:0;
   width:17px;
   height:17px;
   margin-top:3px;
}

    
input[type=button], input[type=submit]  
{
   cursor:pointer;
   	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#893A5E;
    border:3px solid #893A5E;
    color:#fff;
    font-size:1.2em;

}

input[type=button].btnGreen, input[type=submit].btnGreen
{
    background-color:#99CB56;
    border:3px solid #99CB56;
	color: #fff;
}


input[type=image]
{
   border:none;
   background-color:transparent;
   vertical-align:middle;
}


/*####################################*/
#ctl01 
{
    height:100%;
}
.frame 
{
    /**/position:relative;
    /*padding-bottom:200px;*/
    min-height:100%;
		
}
#logo 
{
    float:left;
    margin: 0px 0 10px;
}
.menu_div {
	clear: right;
    float: right;
    font-family: BigNoodleTitling,sans-serif;
    padding: 20px 20px 31px;
    width: 74%;
}
.header {
	width:964px;
	margin:0px auto 0 auto;
	/*overflow:auto;*/
    /*text-align:center;
    position:relative;
    z-index:25;*/
}
.main_content {
    /*width:960px;*/
    margin:auto;
    /*text-align:center;
    font-size:0.9em;*/
    position: relative;
}

.leftCol 
{
    float: left;
    width: 19%;
    margin-right: 3%;
}

.rightCol
{
    float: right;
    width: 78%;
}

.mainCol 
{
    width:964px;
    margin:auto;
    }
.footer_buffer 
{
    clear:both;
    height:120px;
}
.footer 
{
    /*clear:both;*/
    margin-top:28px;
    width:100%;
    /*position:absolute;*/
    left:0;
    bottom:0;
    /*position:relative;*/
    }
.footer_content 
{
    margin: auto;
    width: 964px;
}

.footer h1 {
	color:#99CB56 !important;
}

.footer a 
{
    color:#ECE9D7 !important;
}
.footer a:hover 
{
    color:#99CB56 !important;
}



div.menu
{
    overflow:auto;
    /*margin:auto;
    width:auto;*/
    display:inline-block;
    float: left;
    width: 70%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li 
{
    float: left;
    width: 33%;
}
div.menu ul li a, div.menu ul li a:visited, a.menu_link
{
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
	/*line-height: 1.35em;*/
    color: #8EBBAA;
    /*display: block;*/
    /*line-height: 1.35em;
    padding: 0px 10px 0px 0px;*/
    text-decoration: none;
    white-space: nowrap;
    display:block;
    font-size: 1.25em;
    line-height: 1.2em;
}

div.menu ul li a.selected {
    color: #8EBBAA;
}
div.menu ul li a:hover
{
    color: #99CB56;
    text-decoration: none;
}

div.menu ul li a:active
{
    color: #99CB56;
    text-decoration: none;
}

div.menu ul li img.horizontal-separator
{
    /*float:right;
    height:10px;*/
}

.horizontal-separator 
{
    margin:0px 10px 0 0;
    vertical-align:middle;
    
}
.clear 
{
   clear:both;
}
.block {display: block;}
.font_rounded 
{
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
}
.big 
{
   font-size:1.2em;
}
.bigger
{
   font-size:1.4em;
}
.biggest 
{
   font-size:1.6em;
}
.medium { font-size: 1em; }
.small 
{
   font-size:0.9em;
}
.smaller
{
   font-size:0.8em;
}
.smallest 
{
   font-size:0.7em;
}
.float_l 
{
    float:left;
}
.float_r 
{
    float:right;
}
.clear 
{
    clear:both;    
}
.clear_l
{
    clear:left;    
}
.clear_r
{
    clear:right;    
}

.category_intro 
{
    margin-bottom:0px;    
}
.category_box 
{
    width:186px; 
    float:left;
    margin-right:2px;
    margin-bottom:2px;
    text-align:center;
    background-color:#fff;
    /*height:190px;*/
}
.category_box div
{
    width:186px; 
    height:214px; 
}
.category_box img
{
    max-width:186px; 
    max-height:214px; 
}
.category_box h2
{
     /*background-color:#1f6682;
     color:#fff;
     margin-bottom:0;
     font-size:1.5em;
     padding:10px;
     text-align:left;
          min-height:50px;
          letter-spacing:0.5px;*/
background-color: #1F6682;
    color: #FFFFFF;
    font-family: "Proxima Nova Regular",'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    min-height: 60px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

.product_box 
{
    width:186px; 
    float:left;
    margin-right:2px;
    margin-bottom:2px;
    text-align:center;
    background-color:#fff;
    /*width:160px; 5 across
    float:left;
    margin-right:40px;
    text-align:center;*/
}
.product_box a  
{
	color: #8c8e9a !important;
}
.product_box a h3 
{
     /*background-color:#1f6682;
     color:#fff;
     margin-bottom:0;
     font-size:1.5em;
     padding:10px;
     text-align:left;
     min-height:68px;
     letter-spacing:0.5px;*/
    /*background-color: #1F6682;
    color: #FFFFFF;
    font-family: "Proxima Nova Regular",'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    min-height: 80px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;*/
    background-color: #1f6682;
    color: #ffffff;
    font-family: "Proxima Nova Regular",'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 0.92em;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    min-height: 65px;
    padding: 10px;
    position: relative;
    text-align: left;
}

.product_box a h3 div {
    bottom: 5px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
}

.product_image 
{
    /*max-width:210px; 
    max-height:235px; */
    /*width:160px;5 across
    height:180px;
    height:235px;*/
    overflow:hidden;
        width:186px; 
    height:214px; 

    }
    
.product_image img 
{
    /*max-width:210px; 
    max-height:235px; */
    max-width:186px; 
    max-height:214px;
    /*min-width:186px;*/ 
    /*min-height:214px; */
    /*max-width:160px; 5 across
    max-height:180px;*/
    /*max-width:170px;
    min-height:170px;*/
}
.imgMain 
{
    height:240px;
}

.img_thumb_link 
{
    margin:15px 15px 0 0;
    display:inline-block;
}
/*.cat_box 
{
    background-image:url(/images/category_bg.png);
    width:281px; 
    height:82px; 
    padding-top:30px;
    float:left;
    margin-left:20px;
    margin-right:30px;
}
.category_site 
{
    clear:both;
    margin-top:10px;
    margin-bottom:10px;
    overflow:auto;
    }
    */
.product_list  
{
    /*width:795px;
    margin:auto;
    overflow:auto;*/
}
.product_images 
{
    width:240px; 
    float:left;
    margin-right:20px;
}
.product_details 
{
    width:490px; 
    float:left;
}

.product_details h2
{
    /*border-top:1px solid #cacaca;
    padding-top:10px;*/
    color:#fff;
    padding-bottom:10px;
    border-bottom:1px solid #CACACA;
    
}
.product_price 
{
    clear: both;
    font-size:1.2em;
    margin-bottom:5px;
    padding-left:40%;
}

.cartContents 
{
    float:right;  
    /*margin-right:10px; */
        /*position:absolute;
    top:15px;
    right:10px; */
    width:178px;

}
.cartContents a, .cartMessage a
{
    color:#fff !important;
}
.cartEmpty 
{
    display:none;
}
.order_summary 
{
    clear:both;
    margin-bottom:10px;
    border-collapse:collapse;
    width:100%;
    font-size:1.2em;
}
.order_summary tr 
{
}

.order_summary th 
{
    border-bottom:1px solid #cacaca;
    font-size:0.8em;
}
.order_summary td 
{
    border-bottom:1px solid #cacaca;
    vertical-align:top;
}
.order_summary td h4
{
    margin-bottom:0;
}

.cartMessage 
{
    position:absolute;
    top:130px;
    left:50%;
    margin-left:90px;
    /*border:1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    background-color:#b5a89f;*/
    display:none;
}
.cartMessage img.bubble_point
{
    position:absolute;
    top:-14px;
    left: 50%;
    margin-left: -10px;
    /*left:54%;
    margin-left:0px;*/
   /* margin: -5px auto 0 auto;*/
}

.cartLoginBox 
{
    float:left;
    width:45%;
    margin:0 10px 0 10px;
    text-align:left;
}
.checkoutFormNarrow
{
    width:75%;
    /*margin:auto;*/
}
.checkoutForm
{
    overflow:auto;
}

.checkoutForm label
{
    clear:both;
    float:left;
    width:150px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:left;
}
.checkoutForm label.auto
{
    width:auto;
}


.checkoutForm input[type=text], .checkoutForm input[type=password], .checkoutForm textarea
{
    float:right;
    margin-bottom:5px;
    width:180px;
}
.checkoutForm select 
{
    float:right;
    margin-bottom:5px;
    width:188px;
}
.checkoutForm input[type=submit]
{
    clear:both;
    float:right;
    margin-bottom:5px;
}
.checkoutForm input[type=submit].float_l
{
    float:left;
}
.checkoutForm h3, .checkoutForm p 
{
    float:left;
    clear:both;
    text-align:left;
}
.validationSummary 
{
    color:#2b73d7;
    text-align:left;
    clear:both;
}

.requiredField 
{
    margin-top:5px;
    color:#2b73d7;
    float:left;
}
.address_item 
{
    width:45%;
    margin: 0px 10px 10px 0px;
    padding:5px;
    float:left;
    text-align:left;
    border:1px solid #cacaca;

}
.rbList 
{
    padding:0;
    margin:0;

}
.rbList li
{
    float:left;
    width:50%;
    list-style-type:none;
    padding:0;
    margin:0;
    
}
.rbList li label
{
    clear:none;
    
}

.address_item .rbList li 
{
    width:100%;
}

.address_item .rbList li label
{
    width:90%;
    
}

.home_content 
{
    clear:both;
    /*background-image:url(/images/home_content_bg.png);
    background-repeat:no-repeat;
    background-position:center top;
    padding:65px 20px 0 20px;
    height:148px;*/
    
    }
    
.text_white, a.text_white {color:#fff;}
.text_green, a.text_green {color:#99CB56;}
.text_grey, a.text_grey {color:#8c8e9a;}
.text_lightgreen { color: #8EBBAA; }
.text_cream { color: #ECE9D7; }
.site_icons 
{
    position:relative;
    z-index:10000000;
}
/*.site_icons div
{
    /*background-color: rgba(255,255,255,0.9);
    background-image:url(/images/white_opaque.png);
    top:-115px;
    left:0;
    position:absolute;
    width:100%;
    height:75px;
    /*padding:20px 0 22px 0;
    padding:0px 0 42px;
    text-align:center;
}*/
.site_icons img
{
    /*margin-right:70px;*/
    margin-right: -1.5px;
}


.green_box 
{
	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#99CB56;
    /*background-image:url(/images/fade_small.png);*/
    background-repeat:repeat-x;
    border:3px solid #99CB56;
    color:#fff;/**/
}
.green_box a 
{
    color:#fff !important;
}

.Dgreen_box 
{
	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#6CBD45;
    /*background-image:url(/images/fade_small.png);*/
    background-repeat:repeat-x;
    border:3px solid #6CBD45;
    color:#fff;
}
.grey_box {
	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
    padding:2px 5px 2px 5px ;
    background-color:#9AA5AF;
    /*background-image:url(/images/fade_small.png);*/
    background-repeat:repeat-x;
    border:3px solid #9AA5AF;
    color:#fff;
}
a.grey_box, .grey_box a
{
    color:#fff !important;
}

.bgAlphaGreen
{
    background-color:rgba(197, 218, 87,0.95);
}

.bgAlphaDGreen
{
    background-color:rgba(108, 189, 69,0.95);
}

.bgAlphaGrey
{
    background-color:rgba(154, 165, 175,0.95);
}

.bg_wine 
{
    background-color: #893A5E;
}

.bg_green
{
    background-color: #99CB56;
}

.header_toolbox 
{
    /*width:312px;*/
    float:right;
    color: #F9F8DC;
}

.header_text 
{
    float: left;
    margin-left: 22%;
    width: 350px;
}

#PanelLogin 
{
    /*display:none;
    position:absolute;*/
    width:260px;
    overflow:auto;
    
}

#loginLink 
{
    cursor:pointer;
}
#PanelLogin label 
{
    width:55px;
    display:inline-block;
}
/*, textarea, select*/
#PanelLogin input.blend 
{
    width:130px;}

input.blend { 
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid #F9F8DC;
    color: #F9F8DC;
    font-family: "Proxima Nova Regular",'Helvetica Neue',Arial,Helvetica,sans-serif;
    padding: 0;
}
    .blendWidth 
    {
        width: 88%;
    }
.plRow 
{
    clear: right;
    display: block;
    float: right;
    margin-bottom: 3px;
    padding: 3px;
    width: 205px;
}
#basketPanel 
{
    overflow:auto;
    clear:both;
}
.basketLink  
{
    font-weight:bold;
}

.noBgImg 
{
    background-image:none;    
}
.colourOption 
{
    display:inline-block;
    /*width:35%;*/
    padding:3px 0 3px 0;
}
a.colourOption:link , a.colourOption:hover 
{
    vertical-align:middle;
    text-decoration:none;
	color: #8c8e9a !important;
}
.colourSwatch 
{
    display:inline-block;
    width:25px;
    height:25px;
    vertical-align:middle;
    /*margin-right:10px;*/
    /*background-image:url(/images/swatch.png);*/
    border:1px solid #CACACA;
}
.eduction_menu 
{
    width:460px;
    height:460px;
    position:relative;
    float:left;
    margin-top:20px;
    cursor:pointer;
}
#schoolLink, #parentLink 
 
{
    position:absolute;
    left:0;
    bottom:0;
    width:444px;
    cursor:pointer;
}
#schoolMenu, #parentMenu
{
    display:none;
}

div.educationMenu ul
{
    list-style: none;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    width: auto;
}
div.educationMenu ul li a, div.educationMenu ul li a:visited
{
	/*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
	font-family: BigNoodleTitling, sans-serif;
	/*font-family: 'BPreplayBold', Arial, sans-serif;*/
	/*line-height: 1.35em;*/
    color: #fff;
    /*display: block;*/
    /*line-height: 1.35em;*/
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    display:block;
    font-size:1.4em;
}

div.educationMenu ul li a.selected {
    color: #fff;
}
div.educationMenu ul li a:hover
{
    color: #fff;
    text-decoration: underline;
}
div.educationMenu ul li a:active
{
    color: #fff;
    text-decoration: none;
}
.linkSelected 
{
    color: #99CB56;
}
.border_top 
{
    border-top:1px solid #cacaca;
}
tr.border_top
{
    border-top:0;
}
tr.border_top td
{
    border-top:1px solid #cacaca;
}
.border_bottom 
{
    border-bottom:1px solid #cacaca;
    overflow:auto;
}

.border { border: 1px solid #F9F8DC; }

.padding_bottom 
{
    padding-bottom:10px;    
    overflow:auto;
}
.padding_small
{
    padding:3px;
}
.panelLoading input {background-color:Gray;}


.loading 
{
    background-color:rgba(255,255,255,0.3);
    text-align:center;
}

.loading_login
{
    width:312px;
    height:100px;
    position:absolute;
    z-index:100001;
}

.loading_login .loading_image
{
    margin-top:45px;
}

.school_box 
{
    border-top:1px solid #ccc;
    overflow:auto;
    padding-top:10px;
}

.school_image 
{
    float:left;
    width:210px;
    margin-right:40px;
    display:block;
}
.school_image img
{
    max-width:210px;
    max-height:100px;
}

.school_details 
{
    float:left;
    display:block;
}

.find_form 
{
    
}

.find_form label
{
    display:inline-block;
    width: 40%;
    font-size:1.1em;
   	font-family: BigNoodleTitling, sans-serif;
	color:#6CBD45;

}
.find_form div.leftCol 
{
    float:left;
    width:50%;
    clear:both;
    padding-bottom:5px;
}
.find_form div.rightCol 
{
    float:left;
    width:50%;
    padding-bottom:5px;
}

.find_form input[type=text]
{
    width:244px;
    font-size:1.1em;
}
.find_form select
{
    width:250px;
    font-size:1.1em;
}


.find_form input[type=submit] 
{
    width:100%;
    font-size:1.4em;
    margin-top:10px;
}

.form 
{
    overflow:auto;
}
.form label
{
    display:inline-block;
    width: 40%;
    float:left;
    clear:left;
    margin-bottom:5px;
}
.form input,.form select
{
    float:left;
    margin-bottom:5px;
}
.form input[type=submit],.form input[type=button]
{
   clear:both;
   float:right;
}



.optGroups option 
{
    padding-left:12px !important;    
}
.optGroups option.optGroup
{
    padding-left:3px !important;    
    font-weight:bold !important;
}

.optGroups option[disabled=disabled]
{
    background-color:#ececec;
    padding-left:3px !important;    
    font-weight:bold !important;
}
.validationSummary 
{
    clear:both;
    color:#eb008b;
}

.validationItem 
{
    display:inline-block;
    float:left;
    margin-right:5px;
    color:#eb008b;
}

.message 
{
        color:#2b73d7;
}
.margin_bottom 
{
    margin-bottom:10px;
}
.margin_top
{
    margin-top:10px;
}

.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    z-index:1500;
}

.overlayContent 
{
    width:600px;
    padding:20px;
    border:5px solid #9AA5AF;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-300px;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
    color:#1B0424;
 
}

#capsMessage 
{
    position:absolute;
    left:-1000px;
    top:-1000px;    
    display:none;
    width:120px;
    z-index:10001;
}

input.quantity
{
    width:50px;
}

.purchase_table
{
    margin-bottom:10px;
}

.purchase_table td
{
    vertical-align:top;
}
.portlet_div 
{
    float:left;
}
.bold 
{
    font-weight:bold;
}

.az 
{
    padding:0;
    }

.az li 
{
	font-family: BigNoodleTitling, sans-serif;
    float:left;
    list-style-type:none;    
    padding:0px;
    margin-right:22px;
}
.topImage 
{
    margin: 0 auto;
    width: 960px;
    position: relative;
    z-index: 1000;
    }
    .topImage img 
    {
        position: absolute;
        top: 0;
        z-index: 2000;
    }
    
/*#menu {position:absolute; top:57px; left:0; width:100%; display:none;}
dock styling...*/
/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer; }
/*#menu .jqDockItem { margin-right: 1.5px !important;}*/
    #menu {background-image:url(/images/white_opaque.png);
    top:-115px;
    left:0;
    position:absolute;
    width:100%;
    height:75px;
    padding:0px 0 42px;
    text-align:center;
    display:none;}
    
.signup_inputbox {
    /*background-color: #AA88A8;
    border: 0 none;
    color: #FFFFFF;
    float: right;*/
    font-size: 0.8em;
    height: 22px;
    margin: 0 0 8px;
    padding: 0 0 0 2px;
    width: 50%;
    font-family: Arial,Helvetica,sans-serif !important; 
}
.signup_label {
    border: 0 none;
    /*color: #FFFFFF;
    display: inline-block;*/
    float: left;
    font-size: 0.8em;
    margin: 5px 0 2px;
    width: 25%;
}

.signup_checkbox input
{
    /*border: 0 none;
    height: 0;
    margin-top: 0;*/
}

.signup_checkbox label
{
    font-size: 0.8em;
}

.signup_checkbox input, .signup_checkbox textarea, .signup_checkbox select { font-family: Arial,Helvetica,sans-serif !important; }

.margRightBtn { margin-right: 235px; }

.errorText { color: #EB008B; font-size: 0.8em; font-weight: bold; float: left; }
.text_red { color: #EB008B; }
.signup_updatingbox { color: #99CB56; font-weight: bold; }

.category_site  
{
    font-family: BigNoodleTitling, sans-serif; 
    font-size: 1.62em;
    font-weight: lighter;
    /*line-height: 1.62em;*/
    }
    .category_site a { clear: both; display: block; margin-bottom:0.6em; }

.social 
{
    background-image: url(/images/social-media-box_bg.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    width: 19%;
    float: left;
}

.footer .category_site 
{
    font-size: 1.25em;
    font-weight: lighter;
    line-height: 1.2em;
    width: 30%;
    float: left;
    }

/* tabs styles */    
#tabs 
{
    margin-top:28px;
}

#tabs #tabs-3 table {
    border-collapse: collapse;
    width: 100%;
    }
    #tabs #tabs-3 table, #tabs #tabs-3 th, #tabs #tabs-3 td {
        border: 1px solid #893A5E;
        font-size: 0.9em;
        padding: 2px 3px;
        text-align: center;
    }
    #tabs #tabs-3 p {
        margin: 10px 0 4px;
    }
    #tabs #tabs-3 h3 { margin:15px 0 0 ; }

 /*jquery ui overrides*/
 
 .ui-widget-header {border:0;}
 .ui-widget-content { border:0;}
 .ui-tabs {padding:0}
 .ui-tabs .ui-tabs-nav {padding:0}
.ui-tabs .ui-tabs-panel a{
    color: #893A5E;
    text-decoration: underline;
}