/* ============================================================================= */
/* HTML5 Boilerplate nuggets */
/* ============================================================================= */
.enter:after {
    content: '\A';
    white-space: pre; }

/* image replacement */
.ir {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    border: none; }

.nir {
    /* dimenstions of image are required */
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: inline-block; }

.nir:before {
    content: "";
    /* image path required */
    display: inline-block;
    font-size: 0;
    line-height: 0; }

/* Hide from both screenreaders and browsers */
.hidden {
    display: none !important;
    visibility: hidden; }

/* Hide visually, but available for screenreaders */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    /* allow element to be focusable when navigated to via the keyboard */
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden; }

/* ============================================================================= */
/* Custom nuggets of gold */
/* ============================================================================= */
/*inline-block*/
.inline_block {
    font-size: 0;
    text-align: left; }

.inline_block > * {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 14px;
    /*for font-size: 0 inline fix*/
    height: 20px;
    line-height: 20px; }

/* general data list rules */
dt, dd {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0; }

dd {
}

dd.after, dd:after {
    content: '\A';
    white-space: pre; }

/* general flexible box rules */
/*general navigation rules*/
.nav ul, ol {
    font-size: 0;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0; }

.nav ul li, ol li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-size: 14px;
    /*for font-size: 0 inline fix*/ }

.nav ul li a, ol li a {
    display: block;
    padding: 0 10px; }

.nav ul li:hover a {
    color: #444; }

/*clearfix*/
.clearfix {
    *zoom: 1; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table; }

.clearfix:after {
    clear: both; }

/*navigation_seperator*/
.navigation_seperator {
    position: relative; }

.navigation_seperator > * {
}

.navigation_seperator > * .after,
.navigation_seperator > *:after {
    content: "";
    border-right: 1px solid #b743c2;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 7px; }

.navigation_seperator > *:first-child .after,
.navigation_seperator > *:first-child:after {
    border: none; }

.equal_nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify; }

.equal_nav > * {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1; }

/* combo boxes */
.combobox {
    text-align: left; }

.combobox h3 {
    height: 35px;
    line-height: 35px;
    margin: 0; }

.combobox ul {
    list-style: none;
    margin: 0 35px 0 15px; }

.combobox ul li {
    width: 200px;
    overflow: hidden;
    background: #fff;
    padding-left: 10px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 4; }

.combobox > ul > li:after {

    height: 35px;
    width: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }

/* second level ul */
.combobox > ul > ul {
    display: none;
    position: absolute;
    z-index: 3;
    padding-top: 10px;
    margin-top: -15px 0 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }

.combobox > ul:hover > ul {
    display: block; }

.combobox > ul > ul > li {
    width: 150px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px; }

.combobox > ul > ul > li:hover {
    cursor: pointer; }



.buy_button {
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: Arimo; }

.action_links {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #45a1d2;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #45a1d2), color-stop(50%, #338fbe));
    background: -webkit-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: -moz-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: -o-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: linear-gradient(#45a1d2 50%, #338fbe 50%);
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #fff !important;
    padding: 0 10px;
    border: 1px solid #c4c4c4;
    display: inline-block; }

.action_links:hover,
.action_links:active {
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa; }

.action_links:active {
    -webkit-box-shadow: 0 2px 1px #666666 inset;
    -moz-box-shadow: 0 2px 1px #666666 inset;
    box-shadow: 0 2px 1px #666666 inset; }




.action_links_small {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #45a1d2;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #45a1d2), color-stop(50%, #338fbe));
    background: -webkit-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: -moz-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: -o-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: linear-gradient(#45a1d2 50%, #338fbe 50%);
    height: 20px;
    line-height: 20px;
    text-align: center;
    font: 'Helvetica Neue W01 55 roman';
    color: #ffffff !important;
    padding: 0 10px;
    border: 1px solid #c4c4c4;
    display: inline-block; }

.action_links_small:hover,
.action_links_small:active {
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa; }

.action_links_small:active {
    -webkit-box-shadow: 0 2px 1px #666666 inset;
    -moz-box-shadow: 0 2px 1px #666666 inset;
    box-shadow: 0 2px 1px #666666 inset; }







.action_links_editmode {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #45a1d2;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #45a1d2), color-stop(50%, #338fbe));
    background: -webkit-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: -moz-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: -o-linear-gradient(#45a1d2 50%, #338fbe 50%);
    background: linear-gradient(#45a1d2 50%, #338fbe 50%);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:18px;
    font: 'Helvetica Neue W01 55 roman';
    color: #ffffff !important;
    width:150px;
    padding: 0 10px;
    border: 1px solid #c4c4c4;
    display: inline-block; }

.action_links_editmode:hover,
.action_links_editmode:active {
    -webkit-box-shadow: 2px 2px 2px #aaaaaa;
    -moz-box-shadow: 2px 2px 2px #aaaaaa;
    box-shadow: 2px 2px 2px #aaaaaa; }

.action_links_editmode:active {
    -webkit-box-shadow: 0 2px 1px #666666 inset;
    -moz-box-shadow: 0 2px 1px #666666 inset;
    box-shadow: 0 2px 1px #666666 inset; }

.button_prim_custom {
    font-size: 13px;
    padding: 0px 12px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    width:135px;
    font-weight:normal;
    color:#FFFFFF;
    cursor: pointer;
    height:35px;
    border: 1px solid #1F98D8;
    border-radius: 4px;
    background-image: url(../images/bg-gradient2.jpg);
    background-color: rgb(249, 250, 252);
    background-position: center left;
}

.button_prim_custom:hover {
    background: #32ACFE;
    border-color: #1F98D8;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
}