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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'caecilia';
	font-size: 12px;
	font-style: inherit;
	font-weight: bold;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol.aux li a {
	font-family: 'franklin-gothic-urw';
	font-weight: 400;
	font-size: 16px;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #2B1910;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, .welcome {
	color: #636E75;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
  font-family: 'caecilia';
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover {
	text-decoration: none;
    color: #F3C555;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}
label {
	cursor: pointer;
	font-size: 13px;
line-height: 23px
}

@font-face {
   font-family: 'RockwellBold';
   src: url('../fonts/RockwellBold.eot');
   src: url('../fonts/RockwellBold.ttf?#iefix') format('embedded-opentype'),
        url('../fonts/RockwellBold.woff') format('woff'),
        url('../fonts/RockwellBold.ttf') format('truetype'),
        url('../fonts/RockwellBold.svg#Helvetica Bold') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'rockwell';
   src: url('../fonts/rockwell.eot');
   src: url('../fonts/rockwell.ttf?#iefix') format('embedded-opentype'),
        url('../fonts/rockwell.woff') format('woff'),
        url('../fonts/rockwell.ttf') format('truetype'),
        url('../fonts/rockwell.svg#Helvetica Bold') format('svg');
   font-weight: normal;
   font-style: normal;
}

.invisible_dv{
	display: none;
}

/* layout */

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}

.wrap-content{
	background: url(../image/page-grunge.jpg) repeat scroll center top transparent;
	height: 100%;
}

.wrap-content.job-description-page{
	background: url(../image/home/bg.png) repeat scroll center top transparent;
	background-size:cover;
}

#content {
	min-height: 400px;
	position: relative;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
.wrap-header {
	background: url("../image/bg1.jpg") repeat scroll center top transparent;
	height: 68px;
	position: relative;
	z-index: 9999;
}

.wrap-header #header{
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	width: 100%;
}

#header h1 {
    background: url("../image/logo.png") no-repeat scroll center center transparent;
    height: 234px;
    left: 323px;
    position: absolute;
    top: 6px;
    width: 294px;
}
#header h1 a {
    bottom: 36px;
    left: 16px;
    position: absolute;
    right: 16px;
    text-indent: -9999em;
    top: 0;
}
#header h1 a:link {
	text-decoration: none;
}
#header form {
    background: none repeat scroll 0 0 #D24027;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.698);
    float: left;
    height: 17px;
    margin-left: 30px;
    padding: 5px 18px 5px 6px;
	display:none;
}
#header form label {
    background: url("../image/finder-title.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 16px;
    text-indent: -9999em;
    width: 127px;
}
#header form .text {
    border: 1px solid #B5201A;
    color: #888888;
    float: left;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    margin: 0 5px;
    padding: 0 0 0 10px;
    width: 110px;
}
#header form .submit {
    background: url("../image/go.jpg") no-repeat scroll center center transparent;
    border: 0 none;
    float: left;
    height: 17px;
    text-indent: -9999em;
    width: 27px;
}
#header ul {
    float: right;
    padding-right: 40px;
	display:none;
}
#header ul li:before {
    content: "{ ";
}
#header ul li:after {
    content: " }";
}
#header ul li {
    float: left;
    padding-left: 10px;
}
#header ul a {
    color: #47150A;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 2px;
    text-transform: uppercase;
}
#header ul li:last-of-type a {
    background: none repeat scroll 0 0 #D24027;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.698);
    color: #EAD18F;
    float: left;
    padding: 0 8px;
}
#header ul li:last-of-type:before, #header ul li:last-of-type:after {
    content: "";
}
#header ul li:last-of-type:before, #header ul li:last-of-type:after {
    content: "";
}
.wrap-menu-bar {
    background: url("../image/bg1.jpg") repeat scroll center bottom transparent;
    box-shadow: 0 0 25px black;
    height: 57px;
    position: relative;
    z-index: 1000;
}
.wrap-menu-bar:before {
    background: url("../image/doodads.png") no-repeat scroll center center transparent;
    content: " ";
    height: 57px;
    left: -53px;
    position: absolute;
    top: 0;
    width: 100%;
}
#menu{
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	width: 100%;
}


#nav ul {
    font-family: 'Bitter',Georgia,serif;
    margin: auto;
    padding-left: 20px;
    padding-right: 120px;
    position: relative;
    width: 800px;
}
#nav ul li {
	float: left;
	height: 22px;
	line-height: 22px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-right: 0 !important;
	padding: 11px 0;
	margin: 0 !important;
}
#nav ul li:nth-child(1), #nav ul li:nth-child(4) {
    border-right: 2px solid #47150A;
    margin-right: 15px;
    padding-right: 0px;
}
#nav ul li.alt {
    float: right;
}
#nav ul li.last_nav {
	margin-right:20px;
}
#nav ul a {
    color: #47150A;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}
/* menu 
#menu {
	background: url(../image/home/menubar.png) no-repeat 0 -2px;
	background-size:100% 100%;
	margin-bottom: 15px;
   overflow: hidden;
}

#menu .navbar{
	margin-left: 200px;
}

.navbar .btn-navbar{
	background: none repeat scroll 0 0 #C6582D !important;
    box-shadow: none;
}

.navbar .btn-navbar .icon-bar{
	background:none repeat scroll 0 0 #000000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 10px 10px 0px 10px;
}
#menu ul  li:hover {
}
#menu  ul li > a {
	font-size: 18px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu ul li:hover > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu ul li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu ul > li:hover > div {
	display: table;
}
#menu ul > li > div > ul {
	display: table-cell;
}
#menu ul > li ul + ul {
	padding-left: 20px;
}
#menu ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu ul > li ul > li > a:hover {
	background: #000000;
}
#menu ul > li > div > ul > li > a {
	color: #FFFFFF;
}

#menu li.home-nav a{
	background: url(../image/home/menu_spriite.png) no-repeat 0 0;
	width: 39px;
	padding: 10px 10px 10px 15px;
}

#menu li.locations a{
	background: url(../image/home/menu_spriite.png) no-repeat -157px 0;
	width: 66px;
	padding: 12px;
}

#menu li.sign-in a{
	background: url(../image/home/menu_spriite.png) no-repeat -493px 0;
	width: 43px;
	padding: 12px;
}*/


.navbar-inner{
	background: none;
	border: none;
	padding: 0;
	filter: none;
}
.breadcrumb,.empty_head {
    color: #F3C555;
    font-family: 'Bitter',Georgia,serif;
    font-size: 26px;
    font-weight: bold;
    height: 18px;
    margin: auto;
    padding: 0px 0 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    background: none;
	
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.apply {
    margin-left: 10px;
    float: right !important;
}
.job_title a.job-descp:hover {
    text-decoration: underline;
}
.info-title {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    padding: 10px 15px 0;
}
.search-button {
   clear: both;
   width: 200px;
   margin: 0 auto;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
	border:2px solid #76442B;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	/*background-image: url('../image/background.png');*/
	padding: 8px 10px 7px 10px;
	font-family: 'caecilia';
	font-size: 21px;
	font-weight: bold;
	line-height: 18px;
	color: #FFF;
	text-align: center;
}
.box .box-content {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 10px 5px 6px;
	overflow: hidden;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;

}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
	padding: 10px;
	overflow: hidden;
}
.product-list .name a {
	color: #341B0A;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	float: left;
	/*font-family: rockwell;*/
	font-size: 13px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/*footer */
#footer {
    background: url("../image/home/footer.jpg") repeat scroll center top transparent;
    position: relative;
}
#foot {
    margin: auto;
    overflow: hidden;
    padding: 65px 0 40px;
    width: 940px;
}
.foot-box {
    color: #302009;
    float: left;
    font-size: 12px;
    text-align: left;
}
.foot-box li {
    padding: 8px 0;
    line-height: 12px;
}
.foot-box a {
    color: #302009;
    text-decoration: none;
}
.foot-box h5 {
    text-indent: -9999em;
}
.foot-box a:hover {
    text-shadow: 0 0 1px #302009;
}
#fb1 {
    padding-right: 20px;
    width: 176px;
}
#fb1 h5 {
    background: url("../image/ft1.png") no-repeat scroll center center transparent;
    height: 51px;
}
#fb1 ul {
    padding-left: 50px;
}
#fb2 {
    padding-right: 20px;
    width: 150px;
}
#fb2 h5 {
    background: url("../image/ft2.png") no-repeat scroll center center transparent;
    height: 61px;
}
#fb2 ul {
    margin-top: -10px;
    padding-left: 40px;
}
#fb3 {
    background: url("../image/utility_contact_backgr.png") no-repeat scroll left top transparent;
    margin-top: -10px;
    min-height: 225px;
    padding-right: 20px;
    width: 150px;
}
#holler-big-phone {
    color: #D14127;
    font-size: 16px;
    font-weight: bold;
}
#holler-little-comment {
    font-size: 12px;
    padding-top: 0;
}
#fb3 h5 {
    height: 61px;
}
#fb3 ul {
    padding-left: 25px;
}
#fb3 ul li {
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
}
#fb4 {
    width: 160px;
}
#fb4 h5 {
    background: url("../image/ft4.png") no-repeat scroll center center transparent;
    height: 71px;
}
#fb4 ul {
    background: url("../image/social.png") no-repeat scroll left top transparent;
    height: 130px;
    margin-left: 30px;
    padding-top: 1px;
}
#fb4 li {
    height: 32px;
    line-height: 14px;
    padding: 0;
}
#fb4 a {
    display: block;
    padding-left: 38px;
    text-decoration: none;
}
#fb5 {
    float: right;
    margin-top: -14px;
    width: 195px;
}
#fb5 span {
    display: block;
    margin-bottom: 9px;
    margin-top: -1px;
    text-align: center;
    width: 195px;
}
#fb5 a {
}
#fb5 divide {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#fb56 h6 {
    background: url("../image/franchise.png") no-repeat scroll left top transparent;
    height: 178px;
    text-indent: -9999em;
}
#fb56 a {
    color: #D24027;
    display: block;
    font-weight: bold;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
}
#fb56 img {
    float: right;
}
#copyright {
    background: url("../image/copyright.png") repeat scroll center top transparent;
    height: 110px;
    position: relative;
}
#copyright p {
    color: #EAD18F;
    font-size: 11px;
    margin: auto;
    opacity: 0.8;
    padding-top: 60px;
    text-align: left;
    width: 820px;
}
#copyright p a {
    color: #EAD18F;
    margin: 0 12px;
}
/* footer 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 45px 20px 20px 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: url('../image/home/footer.jpg')top center;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}


/*******JUly 18 onwards*************/

.content-wraper{
	overflow: hidden;
}
.box.slider-text-transparent {
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.98);
    padding: 5px;
    max-width: 460px;
    position: absolute;
    top: 48px;
    left: 282px;
    z-index: 999;
    background-color: rgba(0,0,0,0.6);
    width: 75%;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.98);
}
.box.slider-text-transparent .box-heading{
	background-color: none;
	color: #FAF7F5;
}
.box.slider-text-transparent .co-description{
	line-height: 18px;
	margin-bottom: 10px;
}
.box.slider-text-transparent .box-content{
	border:none;
}
.box-content .co-description{
	color: #fff;
}
.career-search select{
	width:auto;
	padding: 4px 6px;
}
.career-search .state{
	margin-right: 15px;
}
.career-search .state,
.career-search .location{
	float: left;
	position: relative;
}
.career-search .search{
	float: right;
}
.career-search .search input{
	width: 95px;
	padding: 2px 4px;
}
.box-img-right-bottom{
	overflow: hidden;
}
.box-img-right-bottom img{
	float: right;
}
.image-row{
	margin: 10px auto;
}
.image-row div{
	padding: 4px;
	margin:10px 0;	
	margin: 8px 0\9;
}
.image-row div:last-child{
	margin-right: 0;
}
.image-row div img{
	margin-top: 5px;
	float: left;
}
.image-row div span{
	color: #757C83;
	font-size: 20px;
	width: 240px;
	display: block;
	margin: 21px auto 0;
	text-align: center;
	font-family: rockwell;
}
.content-wraper .content-left-column{
	margin-right: 35px;
}
.content-wraper .content-left-column,
.content-wraper .content-right-column{
	width: 48% !important;
	min-height: 175px;
	border :none;
}
.content-wraper .content-left-column p,
.content-wraper .content-right-column p{
	line-height: 18px;
}
.product-list{
	clear: both;
	padding: 0 0 10px 0;
	width: 90%;
	margin: 0 auto;
}
.product-list .box{
	border-radius: 8px;
	overflow: hidden;
}
.info-title{
	font-family: rockwell;
	font-size: 18px;
	padding: 10px 15px;
	width: 90%;
	margin: 0 auto;
	color: #000
}
.career-search{
	padding: 10px 0px;
	width: 100%;
	margin: 0 auto;
}
.product-list .name a.apply-button{
    background: url('../image/apply.png') no-repeat center center;
    background: url('../image/apply_small.png') no-repeat center center\9;
    height: 71px;
    width: 162px;
    max-width: 180px;
    width:100%\9;
    display: block;
    background-size: 100% auto;        
    background-size:100% 100%\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/apply_small.png',sizingMethod='scale');
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/apply_small.png',sizingMethod='scale')";
 }
 
.product-list .name a.apply-button.job_descript{
    background: url('../image/view-job-description.png') no-repeat center center;
    background: url('../image/view-job-description_small.png') no-repeat center center\9;
    height: 71px;
    width: 100%;
    max-width: 246px;
    display: block;
    background-size: 100% auto;        
    background-size:100% 100%\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/view-job-description_small.png',sizingMethod='scale');
   -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/view-job-description_small.png',sizingMethod='scale')";
}

.description{
	clear:both;
	line-height: 24px;
	font-size: 14px;
}
.job-desc-wrap{
	width:90%;
	margin: 0 auto;
	padding: 0 0 55px;
}
.job-desc-wrap h1{
	font-size: 24px;
}
.job-desc-wrap .career-search {
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.use-button a.apply-button{
	background: url('../image/apply.png') no-repeat;
	background: url('../image/apply_small.png') no-repeat\9;
	height: 71px;
	width: 162px;
	max-width: 246px;
	max-width: 150px\9;
	display: block;
	background-size: 100% auto;
	background-size: 100% 100%\9;
	width:100%\9;
	margin:  0 5px 0 0;
	text-decoration: none;
	float: left;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/apply_small.png',sizingMethod='scale');
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/apply_small.png',sizingMethod='scale')";
}
.use-button a.back-to-list{
	background: url('../image/btn-back.png') no-repeat;
	background: url('../image/back_small.png') no-repeat\9;
	height: 71px;
	width: 162px;
	max-width: 246px;
	max-width: 150px\9;
	display: block;
	background-size: 100% auto;
	background-size: 100% 100%\9;
	width: 100%\9;
	margin:  0 5px 0 0;
	text-decoration: none;
	float: left;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back_small.png',sizingMethod='scale');
  	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/back_small.png',sizingMethod='scale')";
}
.description-franchise {
	overflow: visible !important;
}
.description-content strong{
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0px;
	display: block;
}
.frachise-extra strong {
	font-size: 15px;
}
.description-content ul{
   padding: 0 12px;
   list-style: outside;
   list-style-type: none;
   margin-left: 5px;
}
.franchise-special > div {
	overflow: hidden;
}
.franchise-special .franchise-first {
	float: left;
    margin-right: 18px;
}
.franchise-special .franchise-second {
	background: url('../image/list-bg.jpg') no-repeat left 8px;
	padding-left: 12px;
	display: block;
	margin-left: 45px;
}
.use-button{
	padding: 10px 0;
	overflow: hidden;
}
.description span{
	font-size: 14px;
}
.job-form{
	border: none;
	/*max-width: 880px;*/
	margin: 0 auto;
	color: #401c15 !important;
}
.job-form  td{
	border:none;
	width:35%;
}
.job-form  input[type='text'], 
.job-form  input[type='password'],
.job-form  textarea {
	background: #fff;
	border: 2px solid #6B3724;
	padding:8px  3px;
	margin-left: 0px;
	margin-right: 0px;
	width: 84%;
	width: 82.5%\9;
	border-radius: 2px;
	font-size: 12px;
	/*height: auto;*/
}
.job-form  select {
	background: #fff;
	border: 2px solid #6B3724;
	padding: 8px;
	width: 83%;
	width: 82.5%\9;
	border-radius: 2px;
	height: 40px;
	margin-top: 10px\9;
}
.job-form .set-width td{
	width:100%;
}
.job-form .set-width td div{
	width:100%;
	float:left;
	font-size: 13px;
	line-height: 23px;
}
.job-form .set-width td div.salary .item-check-box{
	width: 100%;
}
.job-form .set-width td div.salary .item-check-box label{
	width: 30%;
	float: left;
	
}
.job-form .set-width td div input{
	width:89%;
}
.job-form  .full-width-input td input{
	width:94.5%;
}
.job-form .set-width td .item-check-box div.prettyradio {
	max-height: 20px;
	margin: 0;
	max-width: 30px;
}
.job-form  .set-width .week-days div{
	width: 9%;
	float: left;
	margin: 0 20px;
}
.job-form caption{
	font-family: RockwellBold;
	font-size: 32px;
	padding: 10px 0;
	margin-bottom: 15px;
    margin-left: 15px;
}
.job-form .set-width td div.question{
	width: 100%;
}
.job-form .set-width td div.inputs{
	width: 100%;
}
.job-form .set-width td div.inputs input{
	width:auto;
	margin:5px 5px 10px;
}
.job-form .set-width td div input.radio-input{
	width: 10%;
	margin: 5px 0 5px;
	display: block;
	float: left;
}
#content .four-inputs{
	width: 24.7% !important;
	float: left;
}
.job-form .row-border div{
	border-bottom: 1px solid #9C8A79;
	border-top: 5px solid #9C8A79;
	height: 4px;
	width: 100%;
	margin: 25px 0;
}
.job-form input[type="submit"] {
    width: 180px;
    height: 60px;
    font-size: 20px;
}
.dummy_button {
	max-width: 246px;
	height: 71px;
	width: 100%;
	text-indent: -999px;
	border: none;
	outline: none;
	margin: 0 auto;
	cursor: wait;
}
.submit-btn{
	text-align: center;
}
.four-inputs label{
	padding: 10px 0;
	word-wrap: break-word;
	white-space: normal;
}
.four-inputs label input[type="radio"]{
	margin: 0px 5px;
}
table td label input[type="radio"]{
	margin: 0px 5px 0 0px;
}
.wait{
	position: absolute;
	left: 55px;
	top: 8px;
}
.iframe-wait{
	position: absolute;
	left: 470px;
	top: 300px;
}
#content h3{
	font-size: 23px;
	text-align: center;
	position: absolute;
	top: 175px;
	left: 9%;
}
.item-check-box label{
	float: left;
}
.job-form td input{
	margin-bottom: 5px;
}
.job-form .sa-row label{
	float: left;
	width:100%;
}
.job-form .row-single-border div {
    border-bottom: 1px solid #997C68;
    height: 4px;
    margin: 25px 0;
    width: 100%;
}
.slideshow .nivo-controlNav a.active{
	display: none;
}
.slideshow a.nivo-prevNav,
.slideshow a.nivo-nextNav{
	display: none !important;
}
.bc-bottom p{
	float: left;
	margin: 10px 0;
}
.bc-bottom .learn-more-bottom{
	float: left;
	clear: both;
}
.job-form .full-width-input h5{
	font-size: 14px;
	margin-bottom: 10px;
}
.driver_rules {
    list-style: none;
    font-size: 13px;
}
#driver_license  ul li:before {
	
}
.job-form .sa-row td{
	border: none;
	width: 90%;
}
.nivo-slice {
	width: auto !important;
}
.nav-collapse, .nav-collapse.collapse {
	background: #000;
	margin: 52px 0 0;
}

.who-we-are{
	float: right;
	width:30%;
    background: #fff url(/assets/images/wood-pattern-white.jpg);
    border: 3px solid black;
    border-radius: 30px;
    -moz-border-radius:30px; 
    -webkit-border-radius:30px; 
    color: black;
	padding: 25px;
	/*font-family: 'Bitter',Georgia,serif;*/
}
.responsibilities{
	float: left;
	width: 62%;
}
.description-content{
	overflow: hidden;
}

.product-list .name a.job-descp{
	margin-top: 10px;
}
.box-content p{
	font-style: normal;
	font-size: 14px;
}
.box-content ul li {
    font-size: 14px;
}
.who-we-are h4{
	color: #B72231;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 12px;
	 margin-bottom: 10px;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cart.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cart.png',sizingMethod='scale')";
	font-family: 'caecilia';
}

.job_title_description{
	width:50%;
	float: left;
}
.home-box p{
    margin: 0 0 10px;
    line-height: 20px;
}
.home-box a {
	color:#d14127;
}
.content-wraper .box-heading {
    text-align: left;
    position: absolute;
    top: 100px;
}

.career-search.job-search-list .state{
	margin-left: 0;
}

.career-search.job-search-list .search-button{
	clear: none;
	overflow: hidden;
	margin: 0;
}

.career-search.job-search-list .location{
	margin-right: 20px;
}

.dotted-line-head {
  background: url("../image/line.gif")repeat-x;
  width: 100%;
  height: 10px;
}


#nav ul li.food-buffet{
	float: right;
	margin:0 !important;
}

#nav ul li.food-buffet ul{
	overflow: hidden;
	width: 122px;
}

#nav ul li.food-buffet ul li.alt{
	float: left;
}
#nav ul li.food-buffet ul li.last_nav{
	float: right;
}

.job-form .nbsp{
	display: none;
}

.license div{
	width:50%;
	float: left;
}

.breadcrumb .breadcrumb-items{
	margin: 0 auto;
	max-width: 905px;
	width:100%;
}

.job-form .week-days div{
	width: 41%\9;
}

.job-form .week-days div input{
	width:89.2%\9;
}
.list-empty {
    font-family: rockwell;
    font-size: 17px;
    line-height: 18px;
    padding: 8px 10px 0 0;
}
.now-hiring,.now-hiring a {
	font-size: 15px !important;	
    font-weight: bold;
}
.now-hiring a {
	color:#D14127;
	text-decoration: underline;
}
.now-hiring a:hover {
	color:#341B0A;
	text-decoration:none ;
}
.hlp-txt {
	width: 100%;
    float: left;
    margin-top: 6px;
    font-size: 10px;
    font-weight: normal;
}

@media only screen and (min-width: 320px){
	#container{
		width: auto;
	}

	/*#header{
		height: 20px;
	}	*/
	
	#header #logo{
		 left: 15px;
    	 position: absolute;
    	 top: 0;
	}
	
	#content #slideshow0{
		width: 100% !important;
		max-width: 980px;
		background-size: 100% !important;
		height:280px !important;
	}
	.box.slider-text-transparent{
		position: relative;
		top: 12px;;
		left: 0;
		margin: 0 auto 20px;
	}
	
	.image-row{
		margin: 10px 28px;
	}
	
	.image-row div{
		margin-right: 0;
	}
	
	.content-wraper .content-left-column,
	.content-wraper .content-right-column{
		margin: 5px 9px;
   		width: 93% !important;
	   border-radius: 15px 15px 15px 15px;
	   position: relative;
	}
	
	#content .four-inputs{
		width: 100% !important;
	}
	.job-form .set-width td div.salary .item-check-box label{
		width: 53%;
	}
	.job-form .set-width td div{
		width: 100%;
	}
	.job-form .reference,
	.job-form .job-opening{
		width: auto;
	}
	.job-form .set-width td div input,
	.job-form input[type="text"], 
	.job-form input[type="password"], 
	.job-form textarea{
		width: 94.5%;
	}
	
	.job-form .set-width .week-days div{
	  	 margin: 0 28px;
	    width: 14%;
	}
	.job-form .set-width .week-days div:first-child{
		margin-left: 0;
	}
	
	.job-form .three-inputs input{
		width:84%;
		width: 82.5%\9;
	}
	
	.job-form #reference-name{
		line-height: 15px;
	}
	
	.job-form #license_number{
		display: block;
		clear: both;
		width: 175px;
	}
	
	.job-form #date_license_issue{
    	width: 175px;
	}
	.job-form .date-of-issue{
		
	}
	.job-form tr td:first-child{
	   padding-left: 12px;
	}
	.job-form tr.row-border td{
   	padding-left: 0;
	}
	.job-form .phone-number{
		width: 85px;
		word-wrap: break-word;
		line-height: 15px;
	}
	.job-form .question .position-type{
		width: 33%;
	}
	
	#footer{
		display: none;
	}
	
	#footer .column{
		width: 45%;
	}
	
	#header h1 {
	    background: url("../image/logo-sml.png") no-repeat scroll center center transparent;
	    height: 128px;
	    left: 0px;
	    position: absolute;
	    top: 46px;
	    width: 128px;
	}
	#header .order-btn{
		position:absolute; 
		right:0; 
		top:27px;
		display: block;
		width: 143px;
		height: 144px;
		display:none;
	}
	
	#nav ul{
		width: 280px;
	}
	#header form{
		margin-left: 0;
		padding:5px 14px 5px 6px;
	}
	#header h1 {
		top: -6px;
		width: 128px;
	}
	#nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.product-list .name a.apply-button.job_descript,
	.product-list .name a.apply-button{
		height: 30px;
	}
	.job-form .week-days div select{
		width: 29%;
	} 
	.job_title_description{
		width:100%;
	}
	
	.responsibilities{
		width: 100%;
	}
	.use-button{
		clear: both;
	}
	.who-we-are{
		width: 89%;
	}
	
	.content-left-column .box-heading{
		top: 43px;
	}	
	
	.content-right-column .box-heading {
	    top: 32px;
    }
    .career-search.job-search-list .search-button{
    	clear: both;
    	margin:0 auto;
	}
	.career-search.job-search-list .state{
		margin-left: 45px;
	}
	.job-desc-wrap .career-search.job-search-list .state{
		margin-left: 0;
	}
	.job-form  select{
		margin-top: 6px;
	}
	
	#nav ul li.food-buffet {
	    float: right;
	    height: auto;
	    margin: 0 !important;
	    padding: 0;
	}
	#nav ul li.food-buffet ul{
		width: auto;
	}
	
	.nav-collapse .nav li.food-buffet a{
		text-shadow:0 1px 0 #FFFFFF;
		border-radius:3px;
	}
	
	.nav-collapse .nav li.food-buffet a:hover{
		color: #47150A;
	}
	
	.nav-collapse .nav li.food-buffet a:focus,
	.nav-collapse .nav li.food-buffet a:hover{
		background-color: #F2F2F2;
	}
	
	.license div{
		clear: both;
	}
	.breadcrumb, .empty_head{
		padding: 15px 0 60px;
	}
	
	.job-form .week-days div{
		width: 97%;
	}
	.career-search select{
		width:100px;
	}
	.career-search.job-search-list select{
		width:auto;
	}
		
}

@media only screen and (min-width: 480px){
	#container{
		width: auto;
	}
	#content #slideshow0{
		width: auto !important;
	}
	.career-search .state{
		margin-left: 13%;
	}
	.content-wraper .content-left-column,
	.content-wraper .content-right-column{
		margin: 0 9px;
   	width: 93% !important;
	}
	
	.job-form #date_license_issue{
		margin-left: -147px;
	}
	.job-form .date-of-issue{
		margin-left: -147px;
	}
	
	.box.slider-text-transparent{
		position: relative;
		top: 9px;
		left: 0;
		margin: 0 auto 15px;
	}
	#footer{
		display: none;
	}
	.responsibilities{
		width: 100%;
	}
	.use-button{
		clear: both;
	}
	.who-we-are{
		width: 89%;
	}
	.job_title_description{
		width:100%;
	}
    .content-right-column .box-heading {
	    top: 100px;
    }
     .career-search.job-search-list .search-button{
    	clear: none;
	}
	.career-search.job-search-list .state{
		margin-left: 24px;
	}
	.job-desc-wrap .career-search.job-search-list .state{
		margin-left: 0;
	}

	.content-left-column .box-heading {
   	 top: 81px;
	}
	
	.license div {
	    clear: none;
	}
	.job-form .license #license_number,
	.job-form #date_license_issue, 
	.job-form .date-of-issue{
		margin: 0;
	}
	.breadcrumb, .empty_head{
		padding: 30px 0 60px;
	}
	
	.job-form .week-days div{
		width: 98%;
	}
	.career-search select{
		width:120px;
	}
}


@media only screen and (min-width: 600px){
	#container{
		width: auto;
	}
	#content #slideshow0{
		width: auto !important;
	}
	.career-search .state{
		margin-left: 21%;
	}
	.content-wraper .content-left-column,
	.content-wraper .content-right-column{
		margin: 0 9px;
   		width: 93% !important;
	}
	.product-list
	{
		width: 90%;
	}
	.product-list .box{
		border-radius: 8px;
	}
	.info-title
	{
		width: 90%;
	}
	.career-search
	{
		width: 90%;
	}
	.box-content .career-search
	{
		width:100%;
	}
	.job-desc-wrap
	{
		width:90%;
		margin: 0 auto;
	}
	#footer{
		display: none;
	}
	.job-form .week-days div select{
		width: 30.5%;
	} 
	.product-list .name a.apply-button.job_descript, 
	.product-list .name a.apply-button{
		clear: both;
	}
	.responsibilities{
		width: 100%;
	}
	.use-button{
		clear: both;
	}
	.who-we-are{
		width: 89%;
	}
	.job_title_description{
		width:100%;
	}
	 .career-search.job-search-list .search-button{
    	clear: none;
    	margin:0 auto;
	}
	.career-search.job-search-list .state{
		margin-left: 0;
	}
	.job-desc-wrap .career-search.job-search-list .state{
		margin-left: 0;
	}
	
	.content-left-column .box-heading {
	    top: 92px;
	}
	.breadcrumb, .empty_head{
		padding: 30px 0 60px;
	}
	.job-form .week-days div {
    	width: 98.5%;
	}
	.career-search select{
		width:120px;
	}
	
	.wrap-content{
		min-height: 768px;
	}
		
}
@media only screen and (max-width: 767px){
	#nav ul a {
		color:white;
	}
	#nav ul a:hover {
		color:#47150A;
	}
}
@media only screen and (min-width: 768px){
	#container{
		width: auto;
	}
	#content #slideshow0{
		width: auto !important;
	}	
	.box.slider-text-transparent{
		position: absolute;
		top: 355px;
		left: 19%;
	}
	.content-wraper .content-left-column,
	.content-wraper .content-right-column{
		margin: 0 9px;
	   	width: 47% !important;
	   	min-height: 295px;
		border-radius: 15px 15px 15px 15px;
	}
	
	.image-row div {
    	margin-right: 20px;
    	width: 211px;
	}
	
	.image-row div img{
		max-width: 100%;
		height: 77px;
	}
	.image-row div span{
		width: 234px;
	}
	
	.navbar .btn-navbar {
    display: none;
	}
	.nav-collapse, .nav-collapse.collapse {
    	height: auto !important;
	}
	.content-wraper .content-right-column .box-img-right-bottom{
		margin-top: 20px;
	}
	
	.content-wraper .box-heading{
		text-align: left;
	}
	
	
	#iframe-apply .iframe-apply{
		-webkit-overflow-scrolling: touch;
		height: 1500px;
	
	}
	#footer{
		display: none;
	}
	
    #header h1 {
	    background: url("../image/logo-sml.png") no-repeat scroll center center transparent;
	    height: 128px;
	    left: 307px;
	    position: absolute;
	    top: 25px;
	    width: 128px;
	}
	#header .order-btn{
		position:absolute; 
		left:611px; 
		top:27px;
		display: block;
		width: 143px;
		height: 144px;
		display:none;
	}
	#nav ul{
		width: 614px;
	}
	.job-form .set-width td div.question
	{
		width:65%;
	}
	.job-form .set-width td div.inputs
	{
		width: 25%;
	}
    .job-form .sa-row td{
		border: none;
		width: 35%;
		float: none;
	}
	.job-form .sa-row label {
		float: left;
		width: auto;
	}
	#header form{
		display:block;
	}
	#header ul{
		display:block;
	}
	.nav-collapse, .nav-collapse.collapse {
		background: none;
		margin: 0;
	}
	#nav ul li {
		float: left;
		height: 22px;
		line-height: 22px;
		position: relative;
		width: auto;
		border-bottom: none;
		margin-right: 0 !important;
		padding: 0px 0;
		margin: 18px 0 0 !important;
	}
	
	.job-form .week-days div{
		width: 31.7%;
		float: left;
	} 
	.product-list .name a.apply-button.job_descript, 
	.product-list .name a.apply-button{
		clear: none;
	}
	.responsibilities{
		width: 100%;
	}
	.use-button{
		clear: both;
	}
	.who-we-are{
		width: 89%;
	}
	.job_title_description{
		width:100%;
	}
    .content-right-column .box-heading {
	    top: 64px;
    }
     .career-search.job-search-list .search-button{
    	clear: none;
    	margin:0;
	}
	.career-search.job-search-list .state{
		margin-left: 0;
	}
	.job-desc-wrap .career-search.job-search-list .state{
		margin-left: 0;
	}
	
	.content-left-column .box-heading {
	    top: 64px;
	}
	.license div {
	    clear: none;
	}
	.breadcrumb, .empty_head{
		padding: 78px 0 20px;
	}
	.job-form .set-width .ui-multiselect{
		width: 76%;
	}
	.career-search select{
		width:120px;
	}
	.wrap-content{
		min-height: 1024px;
	}
	
	#content h3{
		left: 0;
	}
	
}


@media only screen and (min-width: 880px){
	.box.slider-text-transparent {
		position: absolute;
		top: 395px;
		left: 22%;
	}
    .content-right-column .box-heading {
	    top: 108px;
    }
    
}

@media only screen and (min-width: 980px){
	.box.slider-text-transparent {
		position: absolute;
		left: 26%;
		top: 340px;
	}
	.career-search .state{
		margin-left: 22%;
	}
    .content-right-column .box-heading {
	    top: 96px;
    }
}

@media only screen and (min-width: 992px){
		#container{
		width: 980px;
	}
	.box.slider-text-transparent{
		position: absolute;
		left: 30%;
		top: 340px;
	}	
	.image-row{
		margin:10px;
	}	
	.image-row div{
		width:205px;
		border-radius:15px;
		margin-right: 160px;
		margin-right: 100px\9;
	}	
	.image-row div:last-child{
		margin-right: 0;
		margin-right:0\9;
	}	
	.content-wraper .content-left-column{
		margin:0 10px !important;
	}		
	.content-wraper .content-right-column{
		margin-right: 0 !important;
	}	
	.content-wraper .content-left-column, 
	.content-wraper .content-right-column{
		margin: 0;
		width:48% !important;
		min-height: 241px;
		border-radius:15px;
	    position: relative;
	}	
	.job-form .phone-number{
		width: 100px;
		line-height: 23px;
	}	
	.job-form tr td:first-child{
	   padding-left: 10px;
	}
	.job-form tr.row-border td{
   		padding-left: 0;
	}	
	.job-form .highlight{
	    border:2px solid red !important;
	 }	 
	.job-form .location-div,
	.job-form .position-div{
		position: relative;
	}	 
	 .job-form .location-div .wait,
	 .job-form .position-div .wait-position{
	 	position: absolute;
	 	top: 11px;
	 	left: 242px;
	}
	#content .four-inputs{
		width: 24.43% !important;
	}
	.job-form input[type="text"], 
	.job-form input[type="password"], 
	.job-form textarea{
		width: 87%;
	}	
	.job-form .set-width td div input{
		width: 89%;
	}
	.job-form .set-width td div{
		width: 50%;
	}	
	.job-form .set-width .week-days div{
		width: 9%;
		margin: 0 27px;
	}	
	.job-form .week-days div{
		width: 33.5%\9;
	}
	.job-form .set-width td div.salary .item-check-box label{
		float: left;
		width: 30%;
	}
	.job-form #hours-week-total{
		width: 427px;
	}	
	.job-form .license #license_number,
	.job-form #date_license_issue, 
	.job-form .date-of-issue{
		width: 320px;
		margin: 0;
	}
	.job-form #license_number{
		display: inline;
		clear: none;
		width: 200px;
	}	
	.job-form .set-width td div #state_driver{
		width: 64%;
	}		 	
	.sa-row td label{
		margin-right: 45px;
	}
	.job-form .three-inputs input{
		width:83%;
		width:82.5%\9;
	}	
	#footer{
		display: block;
	}	
	#footer .column{
		width: 25%;
	}	
	#header h1 {
	    background: url("../image/logo.png") no-repeat scroll center center transparent;
	    height: 234px;
	    left: 307px;
	    position: absolute;
	    top: 6px;
	    width: 294px;
		z-index:9999;
	}	
	#header .order-btn{
		position:absolute; 
		left:815px; 
		top:27px;
		display: block;
		width: 143px;
		height: 144px;
	}
	#nav ul{
		width: 800px;
	}	
	.job-form .week-days div select{
		width: 143.5px;
	} 
	.product-list .name a.apply-button.job_descript, 
	.product-list .name a.apply-button{
		clear: none;
	}	
	.job-form .week-days div{
		width: 32.6%;
		float: left;
	}
	.who-we-are h4{
		width: 220px;
		background-size: 100% auto;
		padding-right: 50px;
	}	
	.responsibilities{
		width:100%;
	}
	.use-button{
		clear: both;
	}
	.who-we-are{
		width: 30%;
	}
	.job_title_description{
		width:62%;
	}
    .content-right-column .box-heading {
	    top: 100px;
    }
    .career-search.job-search-list .state{
		 margin-left: 0;
	 }

	.career-search.job-search-list .search-button{
		clear: none;
		overflow: hidden;
		margin: 0;
	 }
	
	.career-search.job-search-list .location{
		margin-right: 20px;
	}
	.job-desc-wrap .career-search.job-search-list .state{
		margin-left: 0;
	}
	
	.content-left-column .box-heading {
    top: 95px;
	}
	.image-row div span{
		width: 270px;
	}
	.nav-collapse .nav li.food-buffet a{
		text-shadow:none;
		border-radius:0;
	}
	
	.nav-collapse .nav li.food-buffet a:hover{
		color: none;
	}
	
	.nav-collapse .nav li.food-buffet a:focus,
	.nav-collapse .nav li.food-buffet a:hover{
		background-color: transparent;
	}

	.license div{
		clear: none;
	}
	.job-form .reference,
	.job-form .job-opening{
		width: auto;
	}
	.breadcrumb, .empty_head{
		padding: 0px 0 20px;
	}
	
	.job-form .set-width .ui-multiselect{
		width: 70.2%;
	}
	.career-search select{
		width:120px;
	}
	
	.career-search.job-search-list select{
		width:auto;
	}
	
	.job-form .set-width td div.days{
		width: 100%;
	}
	
}

@media only screen and (min-width: 1382px){
	.box.slider-text-transparent {
		position: absolute;
		left: 37%;
		top: 340px;
	}
	
	.career-search select{
		width:auto;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){
	.box.slider-text-transparent {
		position: absolute;
		top: 340px;
		left: 27%;
	}
}
.btn-text-upload {
	font-size: 16px; 
	position: relative; 
	text-align: center; 
	text-transform: uppercase; 
	top: 7px;
	color:black;
	font-family: Bitter,Georgia,serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #F5E09D;
}
.button-wrap {
    height: 45px;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: center;
    width: 187px;
    position: relative;
    
}
.upload-wrap {
	left: 8px; 
	position: absolute;  
	top: 5px; 
	opacity: 0;  
}
.uplod-txt { 
	float:left;
	clear:both;
	margin-top: 10px;
	width: 320px;
}
.snag-url {
	margin-top: 20px;
}
.snag-url,
.snag-url a {
	font-size: 18px;
	text-align: center;
}
.snag-url a {
	color: #e46c09;
}
.rem_file i {
  	font-size: 22px;
    margin: 5px;
    vertical-align: middle;
}
.req_field{
	color: red;
}

@media only screen and (max-width: 320px){
	.uplod-txt { 
		width: 175px;
	}
}
}

