/* general formatting */

body {
	margin: 0;
	padding: 0;
    font-family: Arial, sans-serif;
	background: #450510 url(../images/bg1.png) repeat-x top;
	font-size: 62.5%;
    color: white;
    font-weight: 300;
}

a {
	text-decoration: none;
	color: #FCC138;
}

a:hover {
	color: #FCC138;
}

img {
	border: none;
}

p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 1.4em;
}

strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
	padding: 0px 0px 15px 0px;
	font-weight: 200;
	margin: 0px;
    font-family: Avalon, 'Trebuchet MS', sans-serif;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
    color: #E01B25;
}

h1 strong, h2 strong, h3 strong {
	font-weight: 500;
}

form {
	margin: 0px;
	padding: 0px;
}

form label {
	display: block;
	margin-bottom: 7px;
    padding-top: 2px;
    color: #0D93D2;
    font-weight: bold;
    font-size: 1.2em;
}

form ul.listTable li label {
	display: inline-block;
	width: 100px;
    color: white;
    font-weight: normal;
}

input[type=text], input[type=password], textarea, select {
	border-collapse: collapse;
    border: 1px solid #D3D2D2;
    font-size: 1em;
    font-family: Arial, sans-serif;
	color: #463C33;
    padding: 8px 10px 8px  10px;
	width: 95%;
    /*width: 260px;*/
    
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD) );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
}

input[type=file] {
	border-collapse: collapse;
    font-size: 1em;
    font-family: Arial, sans-serif;
	color: #463C33;
    width: 330px;
}

textarea {
    height: 140px;
}

select {
    /*width: 270px;*/
}

select optgroup {
    font-style: normal;
}

form .radio {
    display: inline-block;
    float: right;
}

form .radio input {
    margin-left: 20px;
}

form .radio label, form .checkbox label {
	float: none;
	clear: none;
	display: inline;
	width: auto;
	margin: 0;
    padding: 0;
}

.valSummary {
    color: #fe1531;
    font-weight: bold;
}

.valSummary ul {
    display: none;
}

sup {
    vertical-align: text-top;
    font-size: 0.7em;
    line-height: 0.8em;
}

table 
{
    border-collapse:collapse;
}

.white {
	color: #FFFFFF;
}

ul {
	margin: 0;
	padding: 5px 0 15px 20px;
}

ul li, ol li { padding-bottom: 10px }

.clearer {
	clear: both;
}

.orange { color: #F78E1E; }
.red { color: #fe1531; }
.black { color: #000000; }

a.smallBut {
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    padding: 6px 10px 6px 24px;
    margin: 0 0 20px 0;
    background: #FCC138 url(/images/but_arrow_sm.png) no-repeat scroll 5px 3px;
}

a.smallBut:hover {
    background-color: #0D93D2;
}

/* Layout Styles */

#pageContainer {
    position: relative;
    margin: 0 auto;
    width: 960px;
    min-height: 600px;
}

#topContainer {
    height: 135px;
}

#logo {
    display: block;
    position: absolute;
    left: 0;
    top: 78px;
}

.topNav {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    top: 17px;
    font-family: Avalon, 'Trebuchet MS', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
}

.topNav li {
    float: left;
    padding: 0 0 0 40px;
}

.topNav li a {
    color: white;
}

.topNav li a:hover {
    color: #0D93D2;
}

.topNav li.selected {
    font-weight: 600;
}

.topNav.below {
    top: 94px;
    font-size: 1.25em;
}

.topNav.below li {
    padding: 0 0 0 17px;
}

.topNav.below li a:hover {
    color: #FCC138;/*#F78E1E;*/
}

#searchBox {
    display: none;
    position: absolute;
    right: -10px;
    top: 46px;
    width: 200px;
    height: 55px;
    background: white;
	-webkit-box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(/styles/PIE.htc);
    z-index: 1500;
    padding: 17px 10px 17px 20px;
    color: #463C33;
    font-size: 1.2em;
}

#searchBox input[type=text] {
    float: left;
    width: 150px;
	-webkit-box-shadow: 0 0 5px #F78E1E;
	-moz-box-shadow: 0 0 5px #F78E1E;
	box-shadow: 0 0 5px #F78E1E;
	behavior: url(/styles/PIE.htc);
    margin-top: 10px;
}

#searchBox input[type=image] {
    float: left;
    margin: 10px 0 0 6px;
}

#searchClose {
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 15px;
}


/* footer styles */

#footerContainer {
    background-color: #FCC138; /*#0D93D2;*/
}

#footer {
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding: 40px 0 30px 0;
    color: white;
    font-size: 1.1em;
}

#footer h3 {
    color: white;
    padding-bottom: 20px;
    font-weight: 800;
}

#footer a {
    color: white;
}

#footer a:hover {
    opacity: 0.9;
}

#footer .footerCol {
    float: left;
    width: 140px;
}

#footer .footerCol.contact { width: 200px; }

#footer .footerCol.products { width: 280px; }

#footer .footerSignup {
    float: left;
    width: 200px;
}

#footer ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 120px;
}

#footer ul li {
    padding: 0 0 3px 0;
    margin: 0;
}

#footer input[type=text] {
    width: 190px;
    margin-bottom: 10px;
    border: 0;
    padding: 5px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC) );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 );
}

#footer input.email {
    width: 165px;
}

#footer input[type=image] {
    float: right
}

img.chamber {
    float: right;
}

#footer .footerBot {
    border-top: 1px dashed #4aafdd;
    margin-top: 20px;
    padding: 15px 0 0 0;
    width: 850px;
}

#footer .footerSocial {
    float: right;
    width: 145px;
    padding-top: 25px;
}

#footer .footerSocial img {
    margin-left: 5px;
}

#footer .share.addthis_button {
    display: block;
    background: transparent url(/images/icon_share.png) no-repeat scroll 0 0;
    width: 43px;
    height: 30px;
    float: right;
    padding: 7px 0 0 36px;
    font-size: 1.2em;
    margin: 30px 10px 0 0;
}

.partmove   h2 {
    padding:0;
    font-weight: 700; 
    margin-top: -1px;
    font-family: inherit;
    font-size: 19.5px;
}

.order-btn-style{
  background: #FCC138; border:0; padding:10px 25px; cursor:pointer; color: #fff; font-weight:700;
}

.success_reply_code {  color: green;     font-weight: bold;          }
.error_reply_code {  color: red;               }

.admin-body-style{
font-weight: 300;
font-size: 10px
}

.admin-body-style input[type=text], .admin-body-style input[type=password], .admin-body-style textarea, .admin-body-style select {
	border-collapse: collapse;
    border: 1px solid #D3D2D2;
    font-size: 1em;
    font-family: Arial, sans-serif;
	color: #463C33;
    padding: 8px 10px 8px  10px;
	width: 420px;
    /*width: 260px;*/
    
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD) );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#DDDDDD',GradientType=0 );
}

.admin-body-style textarea {
    height: 170px;
}

.file-drop-zone {
	height: auto !important;
}
.file-drop-zone:hover {
	border: 1px solid #2196f3;
}

.file-error-message {
	display: none !important;
}
.has-error .form-control {
    border-color: #2196f3;
}

.file-preview-frame .glyphicon-exclamation-sign{
	display: none;
}

.file-preview {   
    width: 420px;
}

.input-group {
    width: 420px;
}


.alert2 {
    padding: 12px;
    background-color: #89c519;
    color: white;
    margin-bottom: 10px;
    text-transform: capitalize;
	width: 420px;
}

.closebtn2 {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.error-btn {
    margin-left: 15px;
    color: #f44336;
    font-weight: bold;
    font-size: 23px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    float: left;
    margin-top: -1px;
    padding-right: 5px;
}

.admin-body-style .order-btn-style {
    background: #2196f3;
    border: 0;
    padding: 10px 25px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}



/* The listing product display CSS properties  */
.hold-prd-panel {
    border: none;
    height: 310px;
    overflow-y: hidden;
}

.grid-top {
    position: relative;
}

.col-md-4 {
    width: 47%;
}

.prd-hold-img-tite {
    height: 200px;
    overflow: hidden;
    border-radius: 0px;
}

.prd-hold-img-tite img {
    min-height: 200px !important;
    margin: 0 auto 0 auto !important;
    border-radius: 0px;
	width:100%;
}

.subBlock-2 {
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    background-color: white;
}

.subBlock-2 h2 {
    font-family: Avalon, 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 1.5em;
    font-weight: 700;
    height: 38px;
    padding: 17px 0 0 25px;
    background-color: #0D93D2;
}

.subBlock-2 h2 a {
    color: white;
    display: block;
}

.subBlock-2 h2 {
    font-family: Avalon, 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 1.5em;
    font-weight: 700;
}

img.img-responsive {
    margin: 0 auto 0 auto;
    width: 100%;
    min-height: 170px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.subBlock-2 a.moreLink {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 98px;
    height: 26px;
    background-color: #FCC138;
    font-family: Avalon, 'Trebuchet MS', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    padding: 7px 0 0 10px;
}

.pad1{
	padding: 10px 5px 5px 10px;
}
.price-text1 {
	font-weight: 400;
	color: rgb(239, 95, 33);
	font-size: 14px;
	height: auto;
}

.price-text2 {
    text-align: center;
    font-weight: 400;
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

.short-text-style {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.img-disp-style{
	width: 370px;
	height: auto;
	display: block;
}

.load_admin_img {
    width:20px;
	height: 20px;
}

.img-disp-style-1 {
    width: 420px;
    border-radius: 4px;
}

.search-input-user {
    height: 15px;
    border: 1px solid rgb(204, 204, 204);
    padding-left: 30px !important;   
	margin: -17px 0px 15px 15%;
    font-size: small;
    width: 550px !important;
	border-radius: 2px;
}

.search-input-holder button[type="submit"] {
    color: #2196f3;
    font-weight: 400;
    background: none;
    padding: 3px 22px 3px 6px;
    cursor: pointer;
    position: absolute;
    outline: none;
    right: 16%;
    border: none;
    margin-top: -44px;
}

.icon-line-style{
	color: rgb(72,72,72);
}