/* Fonts */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'),       url(/Accessory/fonts/OpenSans.ttf) format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/Accessory/fonts/OpenSans2.ttf) format('truetype');
}
@font-face {
	font-family: 'Lobster';
	font-style: normal;
	font-weight: 400;
	src: local('Lobster'), local('Lobster-Regular'), url(/Accessory/fonts/Lobster.ttf) format('truetype');
}
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Abel|Poiret+One|Inconsolata);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,900,700);


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-family: 'Arial';
}


/* Common */
a 			{	text-decoration: none;	color:inherit;}
a:link 		{	text-decoration: none;	color:inherit;}
a:active	{	text-decoration: none;	color:inherit;}
a:visited	{	text-decoration: none;	color:inherit;}

body
{
	width:100%;
	/*background-color: #EFEEEC;*/
}

#arrowBnt
{
	/*height: 100%;*/
	fill:#3D3D3A;
	opacity: 0.7;
	/*background-color: black;*/
	border-radius: 25px;
	/*cursor: pointer;*/
}
#titleDiv
{
	text-align: center;
	font-size: 20px;
	padding:15 0 15 0;
	margin-bottom: 10px;
	background-color: #EFEEEC;
	border-radius: 10px;
}
.center
{
	text-align: center;
}
/* Google styel button */
.button {
	display: inline-block;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;
	
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	padding: 0 8px;
	text-decoration: none;
}

.button:hover {
	background-color: #F8F8F8;
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	
	border: 1px solid #C6C6C6;
	color: #333;
	
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.autoCompleteUl 
{
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 10001;
	float: left;
	display: none;
	min-width: 130px;
	max-width: 500px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	/**border-right-width: 2px;*/
	/**border-bottom-width: 2px;*/
}


.autoCompleteUl li
{
	font-size: 15px;
	padding:5 0 5 5;
	margin-left:5px;
	margin-right:5px;
	border-radius: 2px;
}
.autoCompleteUl li:hover, .ui-widget-content .ui-state-focus
{
	/*color:white;*/
	background:#686868;
	/*border:1px solid black;*/
}
.autoCompleteUl font
{
	width:130px;
	color: black;
	border-radius: 5px;
	padding: 0 5 0 5;
	margin-right:5px;		
}

#flipSection
{
	position: fixed;
	top:0px;
	width:100%;
	z-index: 10001;
}