@charset "utf-8";

#cboximageDesc { display: none!important;}
.events:hover .txt17 { color:#ee1b22 !important;}
.games:hover .txt17  { color:#ee1b22 !important;}
.payments:hover .txt17  { color:#ee1b22 !important;}

input[type="submit"], input[type="button"], input[type="reset"], input[type="text"], input[type="password"]{-webkit-appearance: none;-webkit-border-radius:0}

.clearfix {
 *zoom: 1;
	clear: both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
textarea{
	font-family: "Open Sans",sans-serif; font-size: 13px;
}
p {
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 7px;
	font-family: 'Open Sans', sans-serif;
	color: #565656;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
}
ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img, a img {
	border: none;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
* {
	word-break: normal
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1 {
	font-size: 2.2em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 8px;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 6px;
}
h5 {
	font-size: 1em;
	margin-bottom: 5px;
}
h6 {
	font-size: 0.7em;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: "Oswald", sans-serif;
	color: #000
}
article, footer, header, section, nav, figure, menu, time, aside, caption {
	display: block
}
submit, label, input {
	font-family: sans-serif;
	font-size: 12px;
	color: #000
}
/************************************************ common classes ends ***********************************************/

/* text classes */

/*busiess directory*/

.table-title{
	padding:5px;
	background-color:#ccc;
	height:30px;
	font-family: "Oswald", sans-serif;
	font-size:15px;
	color:#000;
}
.table-data{
	font-size:12px;
	color:#444;
	padding:5px;
	font-weight:normal;
	border-bottom:#e8e8e8 solid 1px;
	border-left:#e8e8e8 solid 1px;
	border-right:#e8e8e8 solid 1px;
}
.table-data a{
	color:#F00 !important;
	text-decoration:none;
}
.table-data a:hover{
	text-decoration:underline;
}
/*busiess directory end*/
.txtSmall {
	font-size: 11px;
}
.txtMedium {
	font-size: 12px;
}
.txtLarge {
	font-size: 14px;
}
.txtExtraLarge {
	font-size: 18px;
}
.txtRed {
	color: #FF0000;
}
.txtBold {
	font-weight: bold !important;
}
.noLineHeight {
	line-height: normal !important;
}
/* alignment classes */

.alignRight {
	text-align: right !important;
}
.alignLeft {
	text-align: left !important;
}
.alignCenter {
	text-align: center !important;
}
.valignMiddle {
	vertical-align: middle !important;
}
.valignBottom {
	vertical-align: bottom !important;
}
/* padding classes */

.noPadding {
	padding: 0 !important;
}
.noPaddingRight {
	padding-right: 0 !important;
}
.noPaddingLeft {
	padding-left: 0 !important;
}
.noPaddingTop {
	padding-top: 0 !important;
}
.noPaddingBottom {
	padding-bottom: 0 !important;
}
/* magrin classes */

.noMargin {
	margin: 0 !important;
}
.noMarginRight {
	margin-right: 0 !important;
}
.noMarginLeft {
	margin-left: 0 !important;
}
.noMarginTop {
	margin-top: 0 !important;
}
.noMarginBottom {
	margin-bottom: 0 !important;
}
.marginRight {
	margin-right: 10px;
}
/* float classes */

.floatRight {
	float: right !important;
}
.floatLeft {
	float: left !important;
}
.clearFloat {
	clear: both;
	float: none !important;
}
/* clear classes */

.clearLeft {
	clear: left !important;
}
.clearRight {
	clear: right !important;
}
/* border/background/cursor classes */

.noBorder {
	border: none !important;
}
.noBorderTop {
	border-top: none !important;
}
.noBorderBottom {
	border-bottom: none !important;
}
.noBg {
	background: none !important;
}
.handCursor {
	cursor: pointer !important;
}
/* no margin/padding/border classes */

.displayBlock {
	display: block !important;
}
.displayInline {
	display: inline !important;
}
.displayInlineBlock {
	display: inline-block !important;
}
.floatRight {
	float: right;
}
.spacer {
	display: block;
	clear: both;
	height: 10px;
}
.spacer5 {
	display: block;
	clear: both;
	height: 5px;
}
.spacer10 {
	display: block;
	clear: both;
	height: 10px;
}
.spacer18 {
	clear: both;
	display: block;
	height: 18px;
}
.spacer20 {
	display: block;
	clear: both;
	height: 20px;
}
.spacer25 {
	display: block;
	clear: both;
	height: 25px;
}
.spacer30 {
	display: block;
	clear: both;
	height: 30px;
}
.spacer40 {
	display: block;
	clear: both;
	height: 40px;
}
.spacer50 {
	display: block;
	clear: both;
	height: 50px;
}
/* form */

.pageSearchContainer {
	float: left;
	padding: 0;
}
.pageSearch {
	height: 42px;
	float: left;
	width: auto;
}
.pageSearchLeft {
	width: 14px;
	height: 42px;
}
.pageSearchRight {
	width: 14px;
	height: 42px;
}
.pageSearch .searchLabel {
	height: 42px;
	float: left;
	line-height: 40px;
	padding: 0 5px 0 0;
}
.pageSearch .searchBox {
	display: block;
	height: 36px;
	float: left;
	margin-right: 5px;
	padding: 9px 0 0;
}
.pageSearch .searchBox .textbox {
	width: 200px;
}
.pageSearch .searchBox .dropdown {
	width: 150px!important;
}
*+html .pageSearch .searchBox .dropdown {
	margin: 1px 0 0;
}
.pageSearch .submitBtnArea {
	display: block;
	height: 30px;
	float: left;
	margin: 10px 5px 0 0;
}
.checkUncheckBtn {
	font-weight: normal;
	font-size: 11px;
	border: none!important;
	cursor: pointer;
}
.pageTitle {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	height: 42px;
	line-height: 42px;
}
.formPageWidth {
	width: 670px;
	display: block;
}
.signin_new {
	color: #0F2563;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: underline;
}
.signin_new:hover {
	color: #000;
	text-decoration: none;
}
/* form */
/* form classes */

.form {
	width: 100%;
	font-size: 13px;
}
.form td {
	padding-left: 0;
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
}
.form td.noBorder {
	border-right: none!important;
}
.input, .textbox, .textarea, .listmenu {
	border: 1px solid #CCC;
	padding: 2px 3px;
}
.dropdown {
	border: 1px solid #CCC;
	padding: 1px;
	background: #fff;
	font-family:"Open Sans",sans-serif;
}
.textbox {
	width: 226px;
}
.dropdown {
	width: 228px;
}
.textarea {
	width: 226px;
	height: 100px;
}
.listmenu {
	width: 226px;
}
.required {
	font-size: 13px !important;
}
.note {
	font-size: 11px !important;
}
.error, .errorlog  {
	font-size: 11px;
	color: #FF0000;
	padding: 3px 0px 0px 0px;
	line-height: normal;
	clear: both;
	display: block;
}

.errorImage {
    float: none;
    margin: 0 auto;
    padding: 50px 0 0;
    text-align: center;
}
.errorImage img {
    max-width: 100%;
}
.errorContent {
    float: none;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
    margin: 0 auto;
    padding: 50px 0 0;
    text-align: center;
    width: 50%;
}
.errorContent span {
    color: #f00;
}
.errorContent h1 {
    color: #1b1b1b;
    font-size: 21px;
    padding-top: 50px;
}
.errorContent p {
    color: #ff0000;
    font-size: 15px;
    padding-top: 0;
    text-align: center;
}
a.homeButton {
    background: none repeat scroll 0 0 #ec0d15;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
	text-decoration:none !important;
    margin: 10px auto 0;
    text-align: center;
    width: 200px;
}
a.homeButton:hover {
    background: none repeat scroll 0 0 #333;
    cursor: pointer;
}




/* message coming below the field */

.error img {
	margin-right: 5px;
	line-height: normal !important;
}
.infoMesg {
	font-size: 12px;
	font-weight: bold;
	color: #390;
	text-align: center !important;
	display: block;
}
/* success message */

.warningMesg {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	display: block;
} /* warning message */
.txtTheme {
	font-size: 13px;
}
.select-width {
	width: 232px !important;
}
/* dymanic Width combobox */

.select-container {
	overflow: hidden;
	width: 138px !important;
	padding-top: 3px;
}
.ctrDropDown {
	width: 232px !important;
	border: 1px solid #CCC;
	background: #fff;
}
.ctrDropDownClick {
	width: 400px !important;
	border: 1px solid #CCC;
	background: #fff;
}
/************************************************ FCK styles ************************************************/
.contentContainer {
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
	font-size: 13px;
	color: #4B4B4B;
	padding: 0;
}
.contentContainer img {
	border: 1px solid #888888; /*padding:3px;*/
	margin: 10px;
}/* Dont change this */
.contentContainer ul {
	margin: 30px 0 30px 20px;
	list-style-type: none;
	padding: 0 ;
}
.contentContainer li {
	background: url(../images/content-arrow.png) no-repeat left 3px;
	padding: 0 0 0 16px;
	line-height: 16px;
	margin: 8px 0 8px 0;
	font-size:13px;
}
.contentContainer ol {
	padding: 0;
	margin: 30px 0 30px 20px;
	list-style-type: none;
}
.contentContainer ol li {
	background: none;
	list-style-type: decimal;
	padding: 0;
	line-height: 16px;
	margin: 8px 0 8px 0;
}
.contentContainer a, .contentContainer a:active, .contentContainer a:visited, .contentContainer a:link {
	color: #ee1b22;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	cursor: pointer;
}
.contentContainer a:hover {
	text-decoration: underline;
	color: #ee1b22;
}
.contentContainer a img {
	border: 1px solid #888888; /*padding:3px;*/
	margin: 10px;
}
.contentContainer a img:hover {
	border: 1px solid #888888; /*padding:3px;*/
	margin: 10px;
}
.contentContainer p {
	margin-bottom: 16px;
	line-height: 18px;
	font-size:13px;
	
}
.contentContainer h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.contentContainer h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.contentContainer h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.contentContainer h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
.contentContainer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
.contentContainer h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.txt-head-red {
	font-family: 'Open Sans', sans-serif;
	color: #ee1b22;
	font-size: 14px;
	font-weight: bold;
}
.txt-head-orange {
	font-family: 'Open Sans', sans-serif;
	color: #f5821e;
	font-size: 14px;
	font-weight: bold;
}
.txt-red-small {
	font-family: 'Open Sans', sans-serif;
	color: #ee1b22;
	font-size: 14px;
}
.txt-orange-small {
	font-family: 'Open Sans', sans-serif;
	color: #f5821e;
	font-size: 14px;
}
/************************************************ FCK styles /************************************************/

/* pagination info*/

.pagination-info {
	margin: 0 23px 0 0 !important;
	color: #3c3c3c;
	width: 212px;
	float: left;
	padding: 38px 0 0;
}
*+html .pagination-info {
	margin: 0 23px 0 0 !important;
	color: #3c3c3c;
}
.pagination-info a {
	text-decoration: none !important;
	color: #e02128 !important;
	font-weight: bold !important;
}
.pagination-info a, .pagination span {
	padding: 2px;
	text-decoration: underline !important;
}
.pagination-info .current {
	color: #999 !important;
	font-weight: bold !important;
}
.pagination-info .current.prev, .pagination .current.next {
	color: #999 !important;
	border-color: #999 !important;
	background: #fff !important;
}
.pagination-info a:hover {
	color: #000 !important;
}
.pagination {
	margin: 0 0 0 0;
	text-align: center !important;
	padding: 0 0 0 0;
}
.pagination a {
	text-decoration: none;
	padding: 4px 12px !important;
	margin-right: 2px;
	margin-bottom: 5px;
	background: #8d8d8d;
	color: #FFF !important;
}
.pagination a, .pagination span {
	display: inline-block;
	text-decoration: none !important;
}
.pagination .current {
	background: #ee1b22;
	color: #FFF;
	font-weight: bold;
	padding: 0.3em 1em !important;
	margin-right: 2px;
	margin-bottom: 5px;
}
.disabled {
	text-decoration: none !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	padding: .3em .5em !important;
}
.pagination .current.prev, .pagination .current.next {
	color: #FFF !important;
	background: #090;
}
.pagination a:hover {
	color: #FFF !important;
	background: #ee1b22 !important;
	text-decoration: none !important;
}
/* pagination info*/


/* submit classes*/

input.submit {
	background: #ee1b22;
	
	border: 0px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	width: 87px !important;
	height: 31px !important;
	cursor: pointer;
	text-align: center;
	margin: 0 5px 0 0 !important;
	padding: 3px 0 5px !important;
	text-decoration: none !important;
	font-weight: bold;
	text-transform: uppercase;
}
input.submit:hover {
	background: #292929;
	color: #CCC;
}
input.reset {
	color: #FFF;
	background: #404042;
	width: 87px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 3px 0 5px;
	text-decoration: none !important;
	height: 31px !important;
	font-weight: bold;
	text-transform: uppercase;
}
input.reset:hover {
	background: #292929;
	color: #CCC;
}
.securityCode {
	border: #b2b2b2 solid 1px;
	padding: 2px 3px 3px 0;
	width: 100px;
}
.refresh {
	background: url(../images/refreshBtn.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 28px;
	text-indent: -100000px;
	width: 24px;
	margin: 0 0 0 5px
}
/* submit classes*/

.breaker {
	display: block;
	clear: both;
	width: 100%;
}
/* member login starts*/

.form-fields input.textbox {
	width: 150px!important;
	padding: 3px;
	margin: 0 0 7px 6px;
	border: none !important;
	font-family: 'Open Sans', sans-serif;
}
.form-fields select.textbox {
	width: 144px!important;
	padding: 3px;
}
.form-fields {
	padding: 10px 0 0 0;
	float: left!important;
	text-align: right;
}
.form-fields li {
	margin: 0!important;
	padding: 0!important; /*float:left!important;*/
	float: none !important;
	display: block !important
}
.form-fields .input {
	padding: 3px;
	margin: 0 3px 0 0;
	float: left;
	width: 105px;
	border: #023B1D solid 1px;
}
.form-fields li a {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #FFF!important;
	padding: 0 0 0 7px !important;
	display: inline;
	text-decoration: none !important;
	font-family: 'Open Sans', sans-serif;
}
.form-fields li a:hover {
	color: #2CC0CC !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.margin-right {
	margin-right: 10px !important;
}
.forgot-pass {
	margin: 0 10px 0 10px;
}
.clear-float {
	clear: both;
	display: block;
}
.no-border {
	border: none !important;
}
.go {
	width: 45px;
	background: #404042;
	border: 0px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
.go:hover {
	background: #292929;
	color: #CCC;
}
.chkout {
	float: left !important;
	margin-left: 8px !important;
	margin-top: 8px !important;
}
.chkout a {
	color: #e02128
}
.chkout a:hover {
	color: #333
}
.accordion-container {
	position: relative;
	width: auto;
	z-index: 100;
	padding: 0 0;/*left:50%;*/
	margin: 0;
	border: 0 !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.loginBottom {
	width: 150px;
	height: 25px;
	float: left
}
.accordionButton {
	text-align: center;/* padding:0 16px 25px 6px ;*/
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	height: 22px;
	display: block;
	width: 33px;
	border-left: 2px solid #9A9A9A;
	margin-left: 20px;
}
.on {
	color: #EE7810 !important;
}
.over {
	color: #EE7810 !important
}
.accordionContent {
	background: #575759;
	float: left;
	height: 146px;
	position: absolute;
	width: 173px;
	z-index: 999;
	margin-left: 0px;
	margin-left: -122px;
}
.welcomeSection {
	float: right;
}
.welcomeMember {
	font-family: 'Open Sans', sans-serif;
	width: 175px;
	height: auto;
	font-size: 12px;
	margin: 2px 0 0 0;
	text-align: center;
	color: #FFF;
	padding: 0;
	float: left;
	width: 100%;
}
.welcomeMember span {
	line-height: 20px;
	text-transform: uppercase;
	color: #670001;
	font-size: 12px;
	font-weight: bold;
	padding-right: 1px; /*float:left;*/
}
.welcomeMember ul {
	padding: 0px !important;
	float: left;
}
.welcomeMember li {
	text-transform: uppercase;
	display: inline; /*float:left;*/
	color: #000;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
/*.welcomeMember li:first-child{border-right:1px solid #999;}*/
.welcomeMember li a {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	padding: 0 4px;
	clear: both;/*font-weight:bold;*/
}
.welcomeMember li a:hover {
	color: #670001;
}
.welcomeMember li a.active {
	color: #670001;
}
.welcomeMember li a.active:hover {
	color: #670001;
}
/*Member ends*/
/*Home and inner styles*/

a.detailsBtn {
	color: #FFF;
	display: block;
	font-size: 11px;
	height: 18px;
	margin: 0 0 0 22px;
	padding: 0px 0 0;
	text-align: center;
	width: 59px;
}
a.detailsBtn:hover {
	background-position: -3px -26px;
}
a.viewAllBtn {
	color: #FFF;
	display: block;
	font-size: 11px;
	height: 18px;
	margin: 3px 0 0 22px;
	padding: 0px 0 0;
	text-align: center;
	width: 59px;
}
a.viewAllBtn:hover {
	background-position: -3px -4px;
}
ul.product-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.product-menu li.main-menu {
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	padding: 0 0 0 0;
	width: 220px;
}
ul.product-menu li.main-menu a {
	text-decoration: none;
	color: #FFF;
	float: left;
	padding: 8px 0 8px 20px;
	text-transform: uppercase;
}
ul.product-menu li.main-menu a:hover {
	color: #FEA40D;
}
ul.product-menu li.main-menu .active {
	color: #FEA40D;
}
ul.product-menu li.main-menu .active:hover {
}
/* product sub menu */

ul.product-sub-menu li.sub-menu {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul.product-sub-menu li.sub-menu a {
	text-decoration: none;
	color: #FFFF00;
	padding: 6px 0 6px 30px;
	display: block;
	float: left;
}
ul.product-sub-menu li.sub-menu a:hover {
	color: #fff;
}
/* product sub sub menu */

ul.product-sub-sub-menu {
	padding: 0 !important;
	width: 210px;
}
ul.product-sub-sub-menu li.sub-sub-menu {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul.product-sub-sub-menu li.sub-sub-menu a {
	width: 197px;
	text-decoration: none;
	color: #4B953B;
	padding: 8px 0 8px 50px;
	display: block;
	float: left;
}
ul.product-sub-sub-menu li.sub-sub-menu a:hover {
	color: #fff;
}
/* product menu end*/

/* left menu start */
	
ul.left-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.left-menu li.main-menu {
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	padding: 0 0 0 0;
	width: 220px;
}
ul.left-menu li.main-menu a {
	text-decoration: none;
	color: #FEA40D;
	float: left;
	padding: 8px 0 8px 20px;
	text-transform: uppercase;
}
ul.left-menu li.main-menu a:hover {
	color: #FFFFFF;
}
ul.left-menu li.main-menu .active {
	color: #FFFFFF;
}
ul.left-menu li.main-menu .active:hover {
}
/* left sub menu */

ul.left-sub-menu li.sub-menu {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul.left-sub-menu li.sub-menu a {
	text-decoration: none;
	color: #FFFF00;
	padding: 6px 0 6px 30px;
	display: block;
	float: left;
}
ul.left-sub-menu li.sub-menu a:hover {
	color: #FFFF00;
}
/* left sub sub menu */

ul.left-sub-sub-menu {
	padding: 0 !important;
	width: 210px;
}
ul.left-sub-sub-menu li.sub-sub-menu {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul.left-sub-sub-menu li.sub-sub-menu a {
	width: 197px;
	text-decoration: none;
	color: #4B953B;
	padding: 8px 0 8px 50px;
	display: block;
	float: left;
}
ul.left-sub-sub-menu li.sub-sub-menu a:hover {
	color: #fff;
}
.menuBreaker {
	margin: 25px 0 20px;
}
/************************************************breadcrumbs /************************************************/
.breadcrumbs {
	font-size: 12px;
	line-height: 18px;
	width: 55%;
	float: left;
	margin: 50px 0 10px 35px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs ul {
	padding: 0 0 0 0px;
}
.breadcrumbs li {
	color: #000;
	display: inline;
	padding: 0 5px 0 0;
	font-weight: bold;
}
.breadcrumbs li.home {
	float: left;
	padding: 0 5px 0 22px !important;
	width: 35px !important;
}
.breadcrumbs li.home a {
}
.breadcrumbs li.backgroundnone {
	background: none repeat scroll 0 0 transparent;
	color: #666666 !important;
	float: left;
	padding-left: 0;
}
.breadcrumbs li.subpage {
	color: #666666;
}
.breadcrumbs li.subpage a {
	font-weight: bold;
}
.breadcrumbs li a {
	color: #000000;
	font-size: 12px;
}
.breadcrumbs li a:hover {
	color: #8a5000;
}
.breadcrumbs li a.active {
	color: #670001;
}
.breadcrumbs li a.active:hover {
	color: #670001;
}
.breadcrumbBullet {
	margin: 0 2px 0px 0
}
.width-adj {
	margin-right: 28px !important
}
 @media all and (max-width:685px) {
.table-wrapper{
	overflow-x:scroll;
	overflow-y:hidden;
}
/*new style*/
.accordionButton {
	margin-left: 0px;
}
.welcomeSection {
	width: 100%;
}
.welcomeMember {
	width: 100%;
	margin-bottom: 10px;
}
.welcomeMember span {
	width: 100%;
	float: none;
}
.welcomeMember ul, .welcomeMember li {
	float: none;
}
}

@media screen and (max-device-width: 980px){

.phone, .member {
	float: none;
	text-align: center;
}

}

/*new style*/
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
#cboxWrapper, #colorbox { max-width: 100% !important}


.fancybox-next span {visibility: visible!important;}
.fancybox-prev span {visibility: visible!important;}

}