﻿.slider_wide .ui-slider-switch { width: 9em }

.menu_list_item{
    font-family:'Quattrocento Sans', sans-serif;
    color:#000055;
    font-weight:normal;
    font-size:0.8em;
}    

.button{
    font-family:'Quattrocento Sans', sans-serif;
    color:#000055;
    font-size:1em;    
    font-weight:normal;
}

.jq_button_small{
    font-family:'Quattrocento Sans', sans-serif;
    font-size:0.7em;    
    font-weight:normal;    
}

.jq_button_medium{
    font-family:'Quattrocento Sans', sans-serif;
    font-size:0.9em;    
    font-weight:normal;    
}

.jq_button_large{
    font-family:'Quattrocento Sans', sans-serif;
    font-size:1.0em;    
    font-weight:normal;    
}

.button_div{
    width:150px;
    margin:0 auto;
}

.sidebyside{
    display:inline-block;vertical-align:top;
}

.cart_item{
    font-family:'Quattrocento Sans', sans-serif;
    font-size:1em;
    font-weight:normal;
    color:#171b4b
}

.cart_notes{
    font-family:'Quattrocento Sans', sans-serif;
    font-size:1;
    font-weight:normal;
    font-style:italic;
    color:#38c;
}

.product_category{
    font-family:'Quattrocento Sans', sans-serif;
    font-size:1em;    
    color:#000;
    font-weight:400;
}

.product_name{
    font-family:'Quattrocento Sans', sans-serif;
    color:#000;
    font-weight:700;
    font-size:1em;
}

.product_description{
    font-family:'Quattrocento Sans', sans-serif;
    color:#36454f;
    font-size:1em;
    font-weight:normal;
}

.main_title{
	font-family:'Quattrocento Sans', sans-serif;
	font-size:1.5em;
	color:#000;
	font-weight:700;
	text-align:center;	
}

.main_subtitle{
	font-family:'Quattrocento Sans', sans-serif;
	font-size:1em;
	color:#000;
	font-weight:700;
	font-style:italic;
}

.label{
	font-family:'Quattrocento Sans', sans-serif;
	font-size:1em;
	color:#000;
	font-weight:700;
}

.label_small{
	font-family:'Quattrocento Sans', sans-serif;
	font-size:0.8em;
	color:#36454f;
	font-weight:700;
}


.title{
        font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#333;
	font-weight:800;
	text-align:left;
	height:40px;
	padding-top:13px;
}

.dialog_title{
    color:#eee;
    font-family: 'Raleway', sans-serif;
    font-size:18px;
    font-weight:800;
}


.dupe_title{
    color:#464646;
    font-family: 'Raleway', sans-serif;
    font-size:18px;
    font-weight:800;
}

.dialog_subtitle{
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	color:464646;
	font-weight:800;
	text-align:center;
}

.dialog_text{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color:#000;
	font-weight:800;
	text-align:center;
}

.title_blue{
	font-family:Verdana;
	font-size:18px;
	color:#000080;
	font-weight:bold;
	text-align:left;
	height:40px;
	padding-top:13px;
}

.title_text{
	font-family:Verdana;
	font-size:18px;
	color:#333;
	font-weight:bold;
	text-align:center;
}

.flash {
   animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: red;}
    to {color: black;}
}