@charset "utf-8";
/* CSS Document */

.bodylook{
     background: url('../images/bg.jpg');
}

.mainbody{
color: #000000;
background:#FFFFFF; 
/*box-shadow: 10px 10px 70px #000000;*/
box-shadow: -4px 19px 100px 23px #0A0A0A;
-webkit-box-shadow: -4px 19px 100px 23px #0A0A0A;
-moz-box-shadow: -4px 19px 100px 23px #0A0A0A;
-o-box-shadow: -4px 19px 100px 23px #0A0A0A;
}

.supportbox{
padding-top:20px; 
padding-top:10px;
font-size:12px;
}
.login_menu {
font-size:12px; 
font-weight:bold; 
padding-top:60px;
}
#top_details{
background: url('../images/smoke.jpg') no-repeat;
background-position: right;
}

.contentbody{
opacity:1;
padding:20px 10px;
}

.advbox{
height: 107px;
/*padding-top:43px; 
padding-bottom:43px;*/
}
#top_social_link_bar{
padding:25px;
}
.fb a {
color: inherit;
text-decoration: none;
}
.fb a:hover {
color: #395795;
text-decoration: none;
}
.tw a {
color: inherit;
text-decoration: none;
}
.tw a:hover {
color: #51abf7;
text-decoration: none;
}

.cartPic {
    width: 70px;
}
.cartQty {
    width: 100px;
}


/* ----- Back to Top ----- */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 10px;
	right:30px;
	z-index: 9999;
}

#back-top a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ed6e00;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	display: block;
	margin-bottom: 7px;

	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #dedede;
}

.tabhead {
color:#fff; /*#ed6e00; */
font-weight:bold; 

   border-top: 1px solid #595959;
   background: #8a8a8a;
   background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#8a8a8a));
   background: -webkit-linear-gradient(top, #595959, #8a8a8a);
   background: -moz-linear-gradient(top, #595959, #8a8a8a);
   background: -ms-linear-gradient(top, #595959, #8a8a8a);
   background: -o-linear-gradient(top, #595959, #8a8a8a);
}


.button {
   border-top: 1px solid #262126;
   background: #595459;
   background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#595459));
   background: -webkit-linear-gradient(top, #1a1a1a, #595459);
   background: -moz-linear-gradient(top, #1a1a1a, #595459);
   background: -ms-linear-gradient(top, #1a1a1a, #595459);
   background: -o-linear-gradient(top, #1a1a1a, #595459);
   padding: 8px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ed6f00;
   text-decoration: none;
   vertical-align: middle;
   appearance: none;
border-width: 0px;
}
.button:focus {
  outline: none
}
.button:hover {
   border-top-color: #8a0200;
   background: #8a0200;
   color: #ffffff;
   text-decoration: none;
}
.button:active {
   border-top-color: #ffffff;
   background: #630000;
}

.oos_button {
font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif; 
font-size:14px; 
background-color: transparent; 
padding: 5px;
color: red; 
/*order: 2px dashed red;
border-radius: 5px;*/
}


/* ----- Back to Top ----- */

/* show it for big screen */
@media screen and (min-width: 769px)  {
#item-det-show-for-desktop { display: block; }
#item-det-show-for-smallscreen { display:none;}
}

/* show it for small screen */
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.d-search {
padding-top:10px; 
padding-bottom:10px;
}
#top_social_link_bar{
display:none;
}
.login_menu {
padding:10px; 
font-weight:bold;
}


#item-det-show-for-desktop { display: none; }
#item-det-show-for-smallscreen { display:block;}

.button {
    font-size: 12px;
}

#top_details{
background:none;
}

.cartPic {
    width: 50px;
}
.cartQty {
    width: 60px;
}

}

