/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* End - Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

*, *:before, *:after {
  box-sizing: border-box;
}

html { overflow-y: scroll; }
body,h1,h2,h3,h4,p,td,quote,small,form,input,select,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	font-size:82%;/*BASE FONT SIZE */
	color:#555555;
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
}
a.noa, a.noa:visited{
	color:#555555;
	text-decoration:none;
}
body p{
	padding:5px;
}
strong{
	font-weight:bold;
}



img{
	border: none;
}
.clear{
	clear:both;
}
.clearl{
	clear:left;
}
.clearr{
	clear:left;
}
.cfloat{
	clear:both;
}


#sbcart{
	font-size:0.9em;
}

#main-container{
	margin:20px auto;
/*
	min-height:500px;
*/
}

.container{
	float:left;
	width:640px;
	margin-bottom:40px;
}
#mcontainer{
	margin-bottom:0;
}
.aload1{
	text-align:center;
	padding:100px;
}
.aload2{
	text-align:center;
}

#nav3{
	float:right;
	border:1px solid #000;
}
	
.sidebar2{
	float:right;
	width:250px;
	margin-bottom:10px;
	margin-top:10px;
}

.top-label{
	background:url(/s/img/label_bg.png) no-repeat;
	display:inline-block;
	margin-left:20px;
	position:relative;
	margin-bottom:-15px;
}

.label-txt{
	background:url(/s/img/label_bg.png) no-repeat top right;
	display:inline-block;
	font-size:10px;
	height:36px;
	margin-left:10px;
	padding:12px 15px 0 5px;
	text-transform:uppercase;
}

.content-area{
/*
	padding:10px 0 0 10px;
	padding:10px 0;

*/
	padding: 0;
	min-height:300px;
}
.sb-area{
	padding:10px 10px 0 10px;
}

.content{
	padding:10px;
}

.main-content{
	padding:0;
/*
	padding:10px;
*/
	background: #fcfcfc;
/*
	min-height:500px;
*/
}

.menu-categories{
	float:right;
	width:150px;
	min-height:420px;
	margin-top: 11px;
}

.sb-content{
	padding:0 0 5px 0;
}


.bottom-container-border{
	height:14px;
}
.bottom-sb-border{
	height:14px;
}
#mitem_container{
}
.prodtop{
	padding:10px;
}
.prodbot{
	padding:3px;
	position:relative;
}
.prodmid{
	padding:0 3px 0 3px;
}
.prodpic{
	padding:5px 5px 2px 2px;
	float:right;
}
img.prodimg{
    width:180px;
    height : auto;
}
.pbox{
	background-color:rgba(0,0,0,0.002);
	border-width:1px;
	border-style: solid;
	border-color:rgba(0,0,0,0.05);
	width:100%;
}
.pbox:hover{
	background-color:rgba(255,0,0,0.002);
}

.product{
	padding:1px;
	margin:3px 10px;
	float:left;
}
.product1{
	padding:1px;
	margin:10px;
	float:left;

}

.lft{
	font-size:10px;
	font-weight:bold;
	float:left;
}
.mitemPrice{
	font-size:10px;
	font-weight:bold;
	float:left;
	margin-left:4px;
}

p.descr{
	padding:5px 0;
}

small{
	display:block;
	margin-top:4px;
}

.tip{
/*	width:420px; */
}
.tipimgdiv{
	float:right;
	width:170px;
}
.tipimg{
    float:right;
    width:150px;
    height : auto;
}
.tipimgonly{
	margin: 0 auto;
}
.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;

	background-color:#666666;
	border:1px solid #666666;
	color:#fcfcfc;

	padding:10px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#ajax-loader{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

#item-list{
	float:left;
	width:200px;
	margin-left:10px;
	padding-top:15px;
}

a.remove,a.remove:visited{
	color:red;
	font-size:10px;
	text-transform:uppercase;
}

#total{
	clear:both;
	float:right;
	font-size:10px;
	font-weight:bold;
	padding:10px 12px;
	text-transform:uppercase;
}

#item-list table{
	background-color:#F7F7F7;
	border:1px solid #EFEFEF;
	margin-top:5px;
	padding:4px;
}

a.button,a.button:visited{
	display:none;

	height:29px;
	width:136px;

	padding-top:15px;
	margin:0 auto;
	overflow:hidden;

	color:white;	
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	
	background:url(/s/img/button.png) no-repeat center top;
}

a.button:hover{
	background-position:bottom;
	text-decoration:none;
}


a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}


h1{
	font-size:2em;
	font-weight:bold;
}

h2{
	font-weight:bold;
	font-size:1.2em;
	
	color:#666666;
	text-indent:20px;
	margin:0 0 11px 0;
}

.basecss h1{
	color:white;
	margin-bottom:5px;
	font-size:32px;
}

.basecss h3{
	color:#F5F5F5;
	font-size:10px;
	font-weight:bold;
	margin-bottom:11px;
	text-transform:uppercase;
}

.footer{
	padding:10px 0 10px 0;
}
#centre-div1 {
	text-align:center;
	width: 600px;
}

#centre-div2 {
	background: #f2f2f2;
	text-align:center;
	padding:10px;
	border: 1px dashed #939;
}


.mcat_hdr {
font-size:1.4em;
font-size-adjust:none;
font-style:italic;
font-variant:normal;
font-weight:normal;
letter-spacing:1px;
line-height:normal;
margin-top: 11px;
}
.mcat_desc {
font-size:1.1em;
font-size-adjust:none;
font-style:italic;
font-variant:normal;
font-weight:normal;
margin:5px 0 5px 0;
}
.sb-dft {
margin:5px 0 5px 0;
}



.mitem_add{
	font-size:10px;
	font-weight:bold;
	float:right;
}
.mitem_inf{
	font-size:10px;
	font-weight:bold;
	float:right;
}
.mitem_inf img{
	cursor:help;
}

.mitem_inf1{
	font-size:10px;
	font-weight:bold;
	float:right;
}
.mitem_inf1 img{
	cursor:help;
}
.mpoint{
	cursor:pointer;
	margin-right:5px;
}
.mitem_cam{
	font-size:10px;
	font-weight:bold;
	float:right;
}

#linkList ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#linkList li {
display:block;
font-size:1.1em;
margin:0;
text-align:left;
}
#linkList li.lselecton a {
/*
	color:#464646;
*/
}
#linkList li a {
border:0 none;
color:#a7a7a7;
display:block;
font-weight:bold;
margin:0 0 5px;
padding:4px 10px 4px 5px;
text-decoration:none;
text-transform:uppercase;
}
#lselect li a:visited {
background-position:0 50%;
}
#linkList li a:hover, #linkList li a:focus, #linkList li a:active {
/*
border-left:4px solid #81B4CF;
padding-right:6px;
*/
text-decoration:none;
}
#linkList li a.c {
float:none;
margin:0;
padding:97px 0 0;
text-align:right;
width:208px;
background-position:-100px 50%;
border:0 none;
display:inline;
font-style:italic;
font-weight:normal;
margin:0;
padding:0 2px 0 0;
text-transform:lowercase;
}
#linkList li a.c:hover, #linkList li a.c:visited, #linkList li a.c:active, #linkList li a.c:focus {
background-position:-100px 50%;
border:0 none;
padding:0 2px 0 0;
}

.bigimgdiv{
	float:right;
	width:300px;
	margin:0 10px 10px 0;
	padding-top:15px;
}
.bigimg{
    float:right;
    width:280px;
    height : auto;
}
.undimg{
    float:right;
	margin:11px;
}
.smallimgdiv{
	float:right;
	width:125px;
	margin:10px 0 0 10px;
}
.smallimg{
    width:155px;
    height : auto;
}

.cblock{
/*
	padding-top:7px;
	margin-bottom:5px;
	padding-right:5px;
	padding-left:5px;
*/
	padding:20px;
}

.ftext{
	padding-top:15px;
	margin-bottom:11px;
	padding-right:5px;
	padding-left:5px;
	color:#555555;
	font-size-adjust:none;
	font-variant:normal;
	font-weight:normal;
}


#tnavwrap{
	float:left;
/*
	margin-top:10px;
*/
	width:922px;
}

.tnav ul, .tnav li{border:0; margin:0; padding:0; list-style:none;}
.tnavon ul, .tnav li{border:0; margin:0; padding:0; list-style:none;}
.tnav li{float:left; margin-right:2px;}
.tnavon li{float:left; margin-right:2px;}


.tnavspan{
    display:inline-block;
    position:relative;
    margin-bottom:0;
}


.cart-item {
	float:left;
	padding:0 0 5px 0;
}
.cart-quant{
	margin-right:5px;
	float:left;
	width:30px;
}
.cart-name{
	float:left;
	margin-right:5px;
	width:150px;
}
.cart-price{
	margin-left:5px;
	float:left;
	text-align:right;
	min-width:60px;
}
.cart-comment{
	float:left;
	margin-left:15px;
	width:215px;
	font-size:.8em;
}
.cart-mod{
	float:left;
	margin-left:15px;
	font-size:.8em;
	width:140px;
}

.cart-clear{
	clear:both;
}
.sb-spacer{
	clear:both;
	padding:5px;
}
.cart-clear-sub{
	clear:both;
}

.cart-item-active{
	font-weight:bold;
}

.cico {
    width:16px;
    height: auto;
	margin:0 5px 5px 0;
}
.cart-title {
	font-size:1.2em;
	margin:5px 0 5px 0;
	font-weight:bold;
	text-align:center;
	clear:both;
}
.cart-order {
	margin-top:20px;
	text-align:center;
	clear:both;
}
.cart-sublabel {
	font-size:1em;
	text-align:right;
	width:145px;
	float:left;
}
.cart-subvalue {
	font-size:1em;
	margin-left:5px;
	min-width:60px;
	text-align:right;
	float:left;
}
.cart-subitem {
	padding:5px 0 5px 0;
}


.s2-ttl {
	font-size:1.2em;
	margin:5px 0 5px 0;
	font-weight:bold;
	text-align:center;
	clear:both;
	width:100%;
	border-bottom:1px dashed #EEEDED;
}


.s2-frm {
	width:350px;
}
.s2-fe {
	font-size:1em;
	width:20px;
	text-align:right;
	float:left;
	padding:2px;
}
.s2-price {
	font-size:.7em;
	margin-top:2px;
	margin-left:5px;
}
.s2-lbl {
	font-size:1em;
	margin-left:5px;
	text-align:left;
	width:250px;
	float:left;
}
.s2-full {
	width:330px;
	float:left;
}
.s2-full input {
	width:315px;
	float:left;
}

.s2-add {
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	float:right;
}



legend {
	color:#000; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
fieldset {
	border:1px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset div {display:block;} /* Reset element back to block leaving layout in ie */
label {
	float:left; /* Take out of flow so the input starts at the same height */
	width:5em; /* Set a width so the inputs line up */
}


legend.nu {
    *margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
    font-size:1.2em;
    font-weight:bold;
}
legend.nu_sb {
    font-size:1.0em;
	max-width:200px;
	overflow:hidden;
}
fieldset.nu {
    border:1px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
    -moz-border-radius: 5px;
	margin-bottom: 22px;
	padding:20px 11px;
}
fieldset.nu div{
	padding:5px;
}
fieldset.nu_sb {
    border:1px solid #555;
}
fieldset.nu div {
    overflow:hidden; /* Contain the floating elements */
    display:inline-block; /* Give layout in ie to contain float */
}
fieldset.nu div {display:block;} /* Reset element back to block leaving layout in ie */

fieldset.nu2 .printablecoupon{
    float: left;
    padding: 5px;
    margin: 20px 5px;
}
.coupon{
    border: 2px dashed #DEDEDE;
    padding: 15px 5px 5px 5px;
    margin: 10px 10px 5px 5px;
    background:#fff;
}
.couponrow p{
	padding:0;
}
.discountsCblock, .discountsHdrImg{
/*
	margin-bottom:20px;
*/
}
.picsCblock, .picsHdrImg{
/*
	margin-bottom:20px;
*/
}
.couponrow{
    width: 100%;
/*
    padding:0 !important;
*/
	padding:0;
    margin:0;
    float: left;
}
.couponinstructions{
	padding:5px;
}
.couponprinttext{
	font-size:0.8em;
	margin-right:11px;
}
fieldset.nu2 {
    padding-bottom: 0;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    padding-left:5px;
}
fieldset.nu2 div {
    padding: 0;
}
legend.nu2 {
    margin-left: 11px;
}




.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}
.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:5em; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none; /* Dont want bullets */
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
}

.ui-widget-overlay {
	background:#000000;
	opacity:0.8;
}

.modbase { 
/*
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 14px; 
*/
}
.mod-label { 
	display: block; 
	float: left; 
	min-width: 120px; 
	text-align: right; 
	margin-right: 5px; 
}
.mod-form-row { 
	padding: 5px 0; 
	clear: both; 
}
.cl-form-row { 
	padding: 5px 0; 
	width:100%;
}
div.bkResults .cl-form-row { 
	width:auto;
}
.checkout-form-lt{
	width:420px;
	display:block;
	margin:0 auto;
}
.checkout-form-rt{
  margin-bottom: 11px;
  text-align: center;
}
.errormsg{
	font-size: 11px;
	line-height: 14px;
	padding:6px;
	color:red;
	text-align:center;
}
label.error {
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 14px; 
	width: 400px; 
	display: block; 
	float: left; 
	color: red; 
	padding-left: 10px; 
}
input.error,textarea.error{
    background: #FFBFBF;
}
select.error{
    background: #FFBFBF;
}
label.sbError {
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 14px; 
	width: 200px; 
	display: block; 
	float: left; 
	color: red; 
}
.mod-fe-text75 {
	width: 75px; 
	float: left; 
}
.mod-fe-text85 {
	width: 85px; 
	float: left; 
}
.mod-fe-text95 {
	width: 95px; 
	float: left; 
}
.mod-fe-text160 {
	width: 160px; 
	float: left; 
}
.mod-fe-text170 {
	padding:0;
	width: 170px; 
	float: left; 
}
.mod-fe-text250 {
	width: 250px; 
	float: left; 
}
.mod-fe-text340 {
	width: 340px; 
	float: left; 
}
.mod-fe-ta250 {
	width: 250px; 
	height: 60px; 
	float: left; 
}
.mod-fe-ta250adj {
	width: 245px; 
	height: 60px; 
	float: left; 
}
.flicn {
	float:left;
	margin-left:3px;
	margin-right:3px;
}
.mod-fe-ta340x50{
	width: 340px; 
	height: 40px; 
	float: left; 
}
.mod-fe-ta340x70{
	width: 340px; 
	height: 70px; 
	float: left; 
}
.modbase textarea { 
	width: 250px; 
	height: 50px; 
	float: left; 
}

.fg-button.bsmall { 
	padding: 1px 4px;
	font-size: 11px;
}
.fg-button { 
   outline: 0;
   margin:0 4px 0 4px;
   padding: 4px 4px;
   cursor:pointer;
   text-align: center;
}
.fg-button:hover { 
	color:black;
	background:none #E7E7E7;
}
.fg-button:active { 
	color:gray;
	background:none #EDEDED;
}

.dataTables_filter {
	margin-bottom:3px;
	padding-right:5px;
}

.dataTables_length {
    margin-bottom:3px;
    padding-left:5px;
}

.dtAlLt {
	text-align: left;
	border-bottom:1px solid #FFF;
}
.dtAlRt {
	text-align: right;
	padding-right:7px;
	border-bottom:1px solid #FFF;
}
.dtAlCr {
	text-align: center;
	border-bottom:1px solid #FFF;
}

.nav3 ul, .nav3 li{border:0; margin:0; padding:0; list-style:none;}
#nav3 ul li:before {
	content: "\00BB \0020";
}

.js-sel :hover {
	color:#81B4CF;
	cursor:pointer;
}

.disabledlink, .disabledlink :hover {
	color:#CCC;
	text-decoration:none;
	cursor:default;
}



#nav2{
	margin-top:11px;
}

.hilite{
	background-color:#FEFF8F;
	border-bottom:1px solid #FFFFFF;
}

.dTlink{
	float:left;
	width:400px;
}
.dTlinkNW{
	float:left;
}
.dTlink a, .dTlinkNW a{
	color: #282828;
}
.dTlink a:hover, .dTlinkNW a:hover {
	color:#81B4CF;
}

.notice-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 250px;
    z-index: 9999;
}

* html .notice-wrap {
    position: absolute;
}

.notice-item {
    height: 60px;
    background: #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #eee;
    padding: 6px 6px 0 6px;
    font-family: lucida Grande;
    font-size: 11px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

.notice-item-close {
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.mcdlnk {
	font-size: 8px;
	vertical-align: middle;
}
.mcdlnk a{
    color: #282828;
}
.mcdlnk a:hover {
    color:#81B4CF;
}

.dlgAcenter {
	width:430px;
	text-align: center;
}
.dlgAcenterB {
	width:430px;
	text-align: center;
	font-weight:bold;
}
.wMid1{
	width:200px;
	font-family: Verdana; 
	font-size: 11px; 
	line-height: 14px; 
	display: block; 
	float: left; 
	color: red; 
	padding-left: 10px; 
}

.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}

.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(/s/i/safari-checkbox.png) no-repeat;}

.jquery-safari-checkbox img{
	background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img{
	background-position: -16px 0px;
}
.jquery-safari-checkbox-checked img{
	background-position: 0px -16px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
	background-position: -16px -16px;
}

.jquery-safari-checkbox-disabled img{
	background-position: 0px -32px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{
	background-position: 0px -48px;
}


.jquery-checkbox       {display: inline; font-size: 20px; line-height: 20px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 60px; height: 20px;}
.jquery-checkbox img{background: transparent url(/s/i/checkbox.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -20px;
}
.jquery-checkbox-checked img{
	background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -60px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}


.main_content_form_button{
	float:right;
	margin-right:40px;
	margin-top:10px;
}
.main_content_form_button2{
	float:right;
}



.cblock ul,.cblock ul li {
	font-weight:normal;
	margin-left:15px;
	padding-left:5px;
}

/*
.odd{
	background-color:#F7F7F7;
}
.even{
	background-color:#FFF;
}
.odd:hover{
    background-color:#EFEFEF;
    color:#000080;
}
.even:hover{
    background-color:#EFEFEF;
    color:#000080;
}
*/

.lnkDisable{
    color:#CCC;
}
.chsloc{
	font-size:0.7em;
}
.csrLnk{
	color:#00BBFF;
	cursor:pointer;
	text-decoration:underline;
}


.event_block {
    margin:5px 5px 15px 5px;
    padding:10px;
    border:1px solid #DEDEDE;
}
.sb_blog_event{
	-moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin:5px 5px 15px;
	padding:10px;
	position:relative;
	border:1px solid #BFD4E7;
  	-moz-border-radius:5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}
.sb_blog_event_icon{
	position:absolute;
	bottom:5px;
	right:5px;
}
.sb_blog_event_hdr{
	padding:2px;
}

.event_block h2{
    margin:0 0 10px 0;
}

.cbox{
/*
	background:url("/s/images/darkshade-10.png") repeat scroll 0 0 transparent;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
*/
  margin:5px 5px 15px;
  padding:10px;
	border-width:1px;
	border-style:solid;
}

.contact-map{
    float:right;
  	width:200px;
	
}

fieldset.nu2 .contaxt-text-discounts,
fieldset.nu .contaxt-text-discounts{
	width:44%;
}
#frm-stage2 fieldset{
	padding:7px;
	margin-bottom:4px;
}
.contact-text{
    float:left;
	max-width:400px;
	padding:10px;
/*
	width:250px;
    min-height:180px;
*/
}
.contact-box{
    min-height:200px;
    max-width:500px;
	margin:11px auto;
}
div.blogpost{
	padding:11px;
}
div.blogpost fieldset.nu{
	min-height:400px;
}


.shopNameTitle{
	float:left;
	margin: 4px 0 4px 11px;
}
img#main_hdrimg {
  margin: 3px 3px 9px 11px;
}
.basecss{
	float:left;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

.eventTitle{
/*
	color:#666666;
	font-size:14px;
*/
	font-weight:bold;
	margin-bottom:11px;
}

.lnk {
    text-decoration:underline;
    cursor: pointer;
    text-decoration:underline;
}
.lnk:hover {
    color:#179F00;
}
.mitemDesc{
    margin-top:3px;
    padding-left:4px;
}
.s2-desc{
    padding: 0 0 0 4px;
}
.s2-mmDesc{
    margin-bottom:7px;
	font-size:.8em;
}

#poweredBy{
  text-align: center;
}
#custFoot{
	float:left;
	margin-right: 11px;
}

.ml_box_small{
    padding:1px;
    margin:10px;
    width:200px;
    text-align:center;
	line-height:normal;
}

.ml_box_big{
    padding:5px;
    margin:10px;
    border:1px solid #F5F5F5;
    width:350px;
	-moz-border-radius:5px;
    -webkit-border-radius: 5px;
}
.bk_box_small{
    padding:1px;
    margin:10px;
    width:200px;
    text-align:center;
}

.bk_box_big{
    padding:5px;
    min-width:580px;
}
#bkform{
  float: left;
  width: 390px;
}
#frm-bka input[type="text"], #frm-bka textarea, #frm-bka select {
  width: 250px;
}
form#frm-bka .cl-form-row select, form#frm-bka .cl-form-row input, form#frm-bka .cl-form-row textarea {
    float: right;
}
#frm-bka #req_date {
  width: 222px;
    float: right;
}
#fd-but-req_date{
    float: right;
}

#sb-area-ml{
/*
  width: 222px;
*/
}

.discountfooter{
	width:580px;
	border-top:1px solid #000;
}

a.lnkSmall {
	font-size: 8px;
}

h2.ublog{
	margin:0 0 11px 0;
	text-indent:0;
}

#gallery {
  padding: 20px;
}

#gallery div.thumbnail{
	float:left;
	height:150px;
	width:195px;
	text-align:center;
}
#gallery div.thumbnailSQ{
	float:left;
	height:175px;
	width:175px;
	text-align:center;
}
#gallery a{
	/* margin: 5px; */
	vertical-align: top;
}
#gallery img{
	padding:5px;
	border: 1px solid #000;
	background:#fff;
	margin:2px;
}
div.bkaBox{
	margin:5px;
}
table.bkaBox{
	width:230px;
}
.bkaDesc{
	font-size:1.1em;
	text-align:left;
}
.bkaKey{
	width:70px;
	font-size:0.8em;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.bkaVal{
	font-size:0.8em;
	margin-left: 5px;
}
table.bkaBox td {
    padding-top: 6px;
    line-height: 1.4em;
}

.str{
    font-weight: bold;
}
.langName{
    float:left;
    width:111px;
    margin:0 0 0 5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

#tnav ul.dropdown                         { position: relative; list-style: none;width:50px;margin-right:5px;}
#tnav ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; padding-left:5px; width:50px;}
#tnav ul.dropdown a:hover		            { color: #000; }
#tnav ul.dropdown a:active                { color: #ffa500; }
#tnav ul.dropdown li a                    { display: block; text-align:center; line-height:30px; height:30px;}
#tnav ul.dropdown > li > a			{ color: #FFF; }
#tnav ul.dropdown li.hover,
#tnav ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
#tnav ul.dropdown li.hover a              { color: black; }
#tnav ul.dropdown ul 						{ list-style: none; width: 50px; visibility: hidden; position: absolute; top: 100%; left: 0; }
#tnav ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; 
										width:190px;margin-left:-140px;
									}
									  
                                    /* IE 6 & 7 Needs Inline Block */
#tnav ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; color:#000;} 

#tnav ul.dropdown ul ul 					{ left: 100%; top: 0; }
#tnav ul.dropdown li:hover > ul 			{ visibility: visible; }


#tnav ul.dropdown li {
					height:30px;
}
div.flag {
	margin-right:5px;
}
.flag {
	margin-top: 7px;
}

.flag {
	height: 15px;
	width: 25px;
	background:url(/s/i/flagsprite1.png) no-repeat
}



.flag.flag-ad {background-position: -25px 0}
.flag.flag-ae {background-position: -50px 0}
.flag.flag-af {background-position: -75px 0}
.flag.flag-ag {background-position: -100px 0}
.flag.flag-ai {background-position: -125px 0}
.flag.flag-al {background-position: -150px 0}
.flag.flag-am {background-position: -175px 0}
.flag.flag-an {background-position: -200px 0}
.flag.flag-ao {background-position: -225px 0}
.flag.flag-ar {background-position: -250px 0}
.flag.flag-as {background-position: -275px 0}
.flag.flag-at {background-position: -300px 0}
.flag.flag-au {background-position: -325px 0}
.flag.flag-aw {background-position: -350px 0}
.flag.flag-az {background-position: -375px 0}
.flag.flag-ba {background-position: 0 -15px}
.flag.flag-bb {background-position: -25px -15px}
.flag.flag-bd {background-position: -50px -15px}
.flag.flag-be {background-position: -75px -15px}
.flag.flag-bf {background-position: -100px -15px}
.flag.flag-bg {background-position: -125px -15px}
.flag.flag-bh {background-position: -150px -15px}
.flag.flag-bi {background-position: -175px -15px}
.flag.flag-bj {background-position: -200px -15px}
.flag.flag-bm {background-position: -225px -15px}
.flag.flag-bn {background-position: -250px -15px}
.flag.flag-bo {background-position: -275px -15px}
.flag.flag-br {background-position: -300px -15px}
.flag.flag-bs {background-position: -325px -15px}
.flag.flag-bt {background-position: -350px -15px}
.flag.flag-bv {background-position: -375px -15px}
.flag.flag-bw {background-position: 0 -30px}
.flag.flag-by {background-position: -25px -30px}
.flag.flag-bz {background-position: -50px -30px}
.flag.flag-ca {background-position: -75px -30px}
.flag.flag-cd {background-position: -100px -30px}
.flag.flag-cf {background-position: -125px -30px}
.flag.flag-cg {background-position: -150px -30px}
.flag.flag-ch {background-position: -175px -30px}
.flag.flag-ci {background-position: -200px -30px}
.flag.flag-ck {background-position: -225px -30px}
.flag.flag-cl {background-position: -250px -30px}
.flag.flag-cm {background-position: -275px -30px}
.flag.flag-cn {background-position: -300px -30px}
.flag.flag-co {background-position: -325px -30px}
.flag.flag-cr {background-position: -350px -30px}
.flag.flag-cu {background-position: -375px -30px}
.flag.flag-cv {background-position: 0 -45px}
.flag.flag-cy {background-position: -25px -45px}
.flag.flag-cz {background-position: -50px -45px}
.flag.flag-de {background-position: -75px -45px}
.flag.flag-dj {background-position: -100px -45px}
.flag.flag-dk {background-position: -125px -45px}
.flag.flag-dm {background-position: -150px -45px}
.flag.flag-do {background-position: -175px -45px}
.flag.flag-dz {background-position: -200px -45px}
.flag.flag-ec {background-position: -225px -45px}
.flag.flag-ee {background-position: -250px -45px}
.flag.flag-eg {background-position: -275px -45px}
.flag.flag-eh {background-position: -300px -45px}
.flag.flag-er {background-position: -325px -45px}
.flag.flag-es {background-position: -350px -45px}
.flag.flag-et {background-position: -375px -45px}
.flag.flag-eu {background-position: 0 -60px}
.flag.flag-fi {background-position: -25px -60px}
.flag.flag-fj {background-position: -50px -60px}
.flag.flag-fk {background-position: -75px -60px}
.flag.flag-fm {background-position: -100px -60px}
.flag.flag-fo {background-position: -125px -60px}
.flag.flag-fr {background-position: -150px -60px}
.flag.flag-ga {background-position: -175px -60px}
.flag.flag-gb {background-position: -200px -60px}
.flag.flag-gd {background-position: -225px -60px}
.flag.flag-ge {background-position: -250px -60px}
.flag.flag-gf {background-position: -275px -60px}
.flag.flag-gg {background-position: -300px -60px}
.flag.flag-gh {background-position: -325px -60px}
.flag.flag-gi {background-position: -350px -60px}
.flag.flag-gl {background-position: -375px -60px}
.flag.flag-gm {background-position: 0 -75px}
.flag.flag-gn {background-position: -25px -75px}
.flag.flag-gp {background-position: -50px -75px}
.flag.flag-gq {background-position: -75px -75px}
.flag.flag-gr {background-position: -100px -75px}
.flag.flag-gs {background-position: -125px -75px}
.flag.flag-gt {background-position: -150px -75px}
.flag.flag-gu {background-position: -175px -75px}
.flag.flag-gw {background-position: -200px -75px}
.flag.flag-gy {background-position: -225px -75px}
.flag.flag-hk {background-position: -250px -75px}
.flag.flag-hm {background-position: -275px -75px}
.flag.flag-hn {background-position: -300px -75px}
.flag.flag-hr {background-position: -325px -75px}
.flag.flag-ht {background-position: -350px -75px}
.flag.flag-hu {background-position: -375px -75px}
.flag.flag-id {background-position: 0 -90px}
.flag.flag-ie {background-position: -25px -90px}
.flag.flag-il {background-position: -50px -90px}
.flag.flag-in {background-position: -75px -90px}
.flag.flag-io {background-position: -100px -90px}
.flag.flag-iq {background-position: -125px -90px}
.flag.flag-ir {background-position: -150px -90px}
.flag.flag-is {background-position: -175px -90px}
.flag.flag-it {background-position: -200px -90px}
.flag.flag-je {background-position: -225px -90px}
.flag.flag-jm {background-position: -250px -90px}
.flag.flag-jo {background-position: -275px -90px}
.flag.flag-jp {background-position: -300px -90px}
.flag.flag-ke {background-position: -325px -90px}
.flag.flag-kg {background-position: -350px -90px}
.flag.flag-kh {background-position: -375px -90px}
.flag.flag-ki {background-position: 0 -105px}
.flag.flag-km {background-position: -25px -105px}
.flag.flag-kn {background-position: -50px -105px}
.flag.flag-kp {background-position: -75px -105px}
.flag.flag-kr {background-position: -100px -105px}
.flag.flag-kw {background-position: -125px -105px}
.flag.flag-ky {background-position: -150px -105px}
.flag.flag-kz {background-position: -175px -105px}
.flag.flag-la {background-position: -200px -105px}
.flag.flag-lb {background-position: -225px -105px}
.flag.flag-lc {background-position: -250px -105px}
.flag.flag-li {background-position: -275px -105px}
.flag.flag-lk {background-position: -300px -105px}
.flag.flag-lr {background-position: -325px -105px}
.flag.flag-ls {background-position: -350px -105px}
.flag.flag-lt {background-position: -375px -105px}
.flag.flag-lu {background-position: 0 -120px}
.flag.flag-lv {background-position: -25px -120px}
.flag.flag-ly {background-position: -50px -120px}
.flag.flag-ma {background-position: -75px -120px}
.flag.flag-mc {background-position: -100px -120px}
.flag.flag-md {background-position: -125px -120px}
.flag.flag-me {background-position: -150px -120px}
.flag.flag-mg {background-position: -175px -120px}
.flag.flag-mh {background-position: -200px -120px}
.flag.flag-mk {background-position: -225px -120px}
.flag.flag-ml {background-position: -250px -120px}
.flag.flag-mm {background-position: -275px -120px}
.flag.flag-mn {background-position: -300px -120px}
.flag.flag-mo {background-position: -325px -120px}
.flag.flag-mp {background-position: -350px -120px}
.flag.flag-mq {background-position: -375px -120px}
.flag.flag-mr {background-position: 0 -135px}
.flag.flag-ms {background-position: -25px -135px}
.flag.flag-mt {background-position: -50px -135px}
.flag.flag-mu {background-position: -75px -135px}
.flag.flag-mv {background-position: -100px -135px}
.flag.flag-mw {background-position: -125px -135px}
.flag.flag-mx {background-position: -150px -135px}
.flag.flag-my {background-position: -175px -135px}
.flag.flag-mz {background-position: -200px -135px}
.flag.flag-na {background-position: -225px -135px}
.flag.flag-nc {background-position: -250px -135px}
.flag.flag-ne {background-position: -275px -135px}
.flag.flag-nf {background-position: -300px -135px}
.flag.flag-ng {background-position: -325px -135px}
.flag.flag-ni {background-position: -350px -135px}
.flag.flag-nl {background-position: -375px -135px}
.flag.flag-no {background-position: 0 -150px}
.flag.flag-np {background-position: -25px -150px}
.flag.flag-nr {background-position: -50px -150px}
.flag.flag-nu {background-position: -75px -150px}
.flag.flag-nz {background-position: -100px -150px}
.flag.flag-om {background-position: -125px -150px}
.flag.flag-pa {background-position: -150px -150px}
.flag.flag-pe {background-position: -175px -150px}
.flag.flag-pf {background-position: -200px -150px}
.flag.flag-pg {background-position: -225px -150px}
.flag.flag-ph {background-position: -250px -150px}
.flag.flag-pk {background-position: -275px -150px}
.flag.flag-pl {background-position: -300px -150px}
.flag.flag-pm {background-position: -325px -150px}
.flag.flag-pn {background-position: -350px -150px}
.flag.flag-pr {background-position: -375px -150px}
.flag.flag-ps {background-position: 0 -165px}
.flag.flag-pt {background-position: -25px -165px}
.flag.flag-pw {background-position: -50px -165px}
.flag.flag-py {background-position: -75px -165px}
.flag.flag-qa {background-position: -100px -165px}
.flag.flag-re {background-position: -125px -165px}
.flag.flag-ro {background-position: -150px -165px}
.flag.flag-rs {background-position: -175px -165px}
.flag.flag-ru {background-position: -200px -165px}
.flag.flag-rw {background-position: -225px -165px}
.flag.flag-sa {background-position: -250px -165px}
.flag.flag-sb {background-position: -275px -165px}
.flag.flag-sc {background-position: -300px -165px}
.flag.flag-sd {background-position: -325px -165px}
.flag.flag-se {background-position: -350px -165px}
.flag.flag-sg {background-position: -375px -165px}
.flag.flag-sh {background-position: 0 -180px}
.flag.flag-si {background-position: -25px -180px}
.flag.flag-sk {background-position: -50px -180px}
.flag.flag-sl {background-position: -75px -180px}
.flag.flag-sm {background-position: -100px -180px}
.flag.flag-sn {background-position: -125px -180px}
.flag.flag-so {background-position: -150px -180px}
.flag.flag-sr {background-position: -175px -180px}
.flag.flag-st {background-position: -200px -180px}
.flag.flag-sv {background-position: -225px -180px}
.flag.flag-sy {background-position: -250px -180px}
.flag.flag-sz {background-position: -275px -180px}
.flag.flag-tc {background-position: -300px -180px}
.flag.flag-td {background-position: -325px -180px}
.flag.flag-tf {background-position: -350px -180px}
.flag.flag-tg {background-position: -375px -180px}
.flag.flag-th {background-position: 0 -195px}
.flag.flag-tj {background-position: -25px -195px}
.flag.flag-tk {background-position: -50px -195px}
.flag.flag-tl {background-position: -75px -195px}
.flag.flag-tm {background-position: -100px -195px}
.flag.flag-tn {background-position: -125px -195px}
.flag.flag-to {background-position: -150px -195px}
.flag.flag-tr {background-position: -175px -195px}
.flag.flag-tt {background-position: -200px -195px}
.flag.flag-tv {background-position: -225px -195px}
.flag.flag-tw {background-position: -250px -195px}
.flag.flag-tz {background-position: -275px -195px}
.flag.flag-ua {background-position: -300px -195px}
.flag.flag-ug {background-position: -325px -195px}
.flag.flag-um {background-position: -350px -195px}
.flag.flag-us {background-position: -375px -195px}
.flag.flag-uy {background-position: 0 -210px}
.flag.flag-uz {background-position: -25px -210px}
.flag.flag-va {background-position: -50px -210px}
.flag.flag-vc {background-position: -75px -210px}
.flag.flag-ve {background-position: -100px -210px}
.flag.flag-vg {background-position: -125px -210px}
.flag.flag-vi {background-position: -150px -210px}
.flag.flag-vn {background-position: -175px -210px}
.flag.flag-vu {background-position: -200px -210px}
.flag.flag-wf {background-position: -225px -210px}
.flag.flag-ws {background-position: -250px -210px}
.flag.flag-ye {background-position: -275px -210px}
.flag.flag-yt {background-position: -300px -210px}
.flag.flag-za {background-position: -325px -210px}
.flag.flag-zm {background-position: -350px -210px}
.flag.flag-zw {background-position: -375px -210px}

ul.sm                         { position: relative; list-style: none;}
ul.sm li                      { font-weight: bold; float: left; zoom: 1; padding:3px; width:35px;text-align:center;}
ul.sm li a                    { display: block; }
ul.sm li.hover,
ul.sm li:hover                { background: #EEE; color: black; position: relative; }

ul.sm li.hover a              { color: black; }
ul.sm ul 						{ list-style: none; width: auto; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.sm ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border: 1px solid #ccc; float: none; 
										width:100%;margin-left:0px; text-align:left;
									}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.sm ul li a					{ border-right: none; width: 160px; display: inline-block;} 

ul.sm ul ul 					{ left: 100%; top: 0; }
ul.sm li:hover > ul 			{ visibility: visible; }


ul.sm li { height:35px; }
ul.sm ul li { height:auto; }

.infimg{
    width:22px;
    text-align:center;
}
.infimgh{
    width:33px;
}
table.payby{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border:1px solid #BBB;
	border-spacing:0;
    width:290px;
}
td.payl{
    width:20px;
    text-align:right;
    margin-right:5px;
}
td.payr{
	padding:7px;
	font-size:16px;
}
table.payby tr{
    height:30px;
    font-size:11px;
    font-family: Arial, Verdana;
}
table.payby tr:hover{
	background:url("/s/images/darkshade-10.png") repeat scroll 0 0 transparent;
	cursor:pointer;
}

.otDayL{
    font-weight:bold;
    float:left;
    width:50px;
	font-size:.9em;
}
.otTimes{
    float:left;
	font-size:.9em;
}

.bk_cc_outer{
	width:100%;
    border:1px solid #BBB;
	float:left;
	margin-top:11px;
	margin-bottom:20px;
	padding-top:11px;
	padding-bottom:11px;
}
.bk_cc_left{

}
.bk_cc_right{
	width:260px;
	float:right;
	
}
#ccg_cc_exp_year{
	width:100px;
	margin-left:5px;
}
#ccg_cc_exp_month{
	width:185px;
}
#frm-order input[type="text"], #frm-order textarea , #frm-order select.wide{
  width: 290px;
}
.order_cc_left{
  text-align:center;
  padding: 5px;
  margin-bottom: 15px;
}
.noShow{
    display:none;
}

.ytss{
    height:90px;
    width:120px;
    float:left;
}
.ytssframeGal{
	margin:17px 0 0 30px;
}
.ytssframe{
    height:90px;
    width:120px;
    padding:5px;
    border: 1px solid #000;
    background:#fff;
    margin:2px;
}
.ytplay{
    background:url('/s/i/playOff.png') no-repeat 50% 50%;
    height:90px;
    width:120px;
}
.ytplay:hover{
    background:url('/s/i/playOn.png') no-repeat 50% 50%;
}
.reytss{
    height:130px;
    width:175px;
    float:left;
}
.reytssSQ{
    height:150px;
    width:150px;
    float:left;
}
.reytssframe{
    height:130px;
    width:175px;
    padding:5px;
    border: 1px solid #000;
    background:#fff;
    margin:2px;
}
.reytssframeSQ{
    height:162px;
    width:162px;
    padding:5px;
    border: 1px solid #000;
    background:#fff;
    margin:2px 2px 2px 7px;
}
.reytplay{
    background:url('/s/i/playOff.png') no-repeat 50% 50%;
    height:130px;
    width:175px;
}
.reytplaySQ{
    background:url('/s/i/playOff.png') no-repeat 50% 50%;
    height:150px;
    width:150px;
}
.reytplay:hover{
    background:url('/s/i/playOn.png') no-repeat 50% 50%;
}
.reytplaySQ:hover{
    background:url('/s/i/playOn.png') no-repeat 50% 50%;
}
.qrBox.large{
	background:url('/appqr/qr.png');
	height:195px;
	width:195px;
}
.qrBox{
    background:url('/appqr2/qr.png');
    height:125px;
    width:125px;
	margin:0 auto;
}

.mcatFilters{
	width:150px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 0 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { 
	color:#666;
	margin: 0; 
	font-size:11px;
}
.ttMenu{
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	min-width:110px;
}
#tooltip.ttPic{
	padding:0;
}
.cartEdit{
	float:left;
}
.cartEditClear{
	clear:both;
}

.cartItemEditToggler{
	cursor:pointer;
}

#langselect ul.sub_menu {
z-index: 11;
}

#progressOuter{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
    background-color: rgba(0,0,0,.6);
	z-index:1;
}
#progress{
    width:250px;
    min-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;

    position: fixed;
    top: 40%;
    left: 50%;

    color: white;
    font-size: 14px;
    font-weight: bold;

    background:url(/s/img/loading.gif) no-repeat 5% 50% #000;
    background-color: rgba(0,0,0,.6);
    text-align:center;
    vertical-align:middle;
    padding-right:5px;

    margin-left: -125px;
    margin-top: -30px;
    z-index:2;
    overflow: auto;

    -webkit-box-shadow: 3px 3px 3px rgba(48, 49, 53, 0.5);
    -moz-box-shadow: 3px 3px 3px rgba(48, 49, 53, 0.5);
    box-shadow: 3px 3px 3px rgba(48, 49, 53, 0.5);

}

.progressText{
    margin-left:60px;
    margin-top:20px;
    margin-bottom:10px;
}

.b{
    font-weight:bold;
}


button.bpad1{
    padding:7px 11px;
}

select.slocpicker{
	width: 333px;
	height: 25px;
	line-height: 25px;
}

.nocontentmsg{
	text-align: center;
	font-weight: bold;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

.em05{ font-size:0.5em; }
.em06{ font-size:0.6em; }
.em07{ font-size:0.7em; }
.em08{ font-size:0.8em; }
.em09{ font-size:0.9em; }

.twTweet {
    min-height: 50px;
    position: relative;
    margin-left:0;
    font-size:11px;
    line-height:14px;
    overflow:hidden;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.twTweet a, .twTweet a:visited, .twTweet a:active {
    text-decoration: none;
}
.twTweet a:hover {
    text-decoration:underline;
}
.twL1 {
    margin-top:-1px;
    min-height: 14px;
}
.twL2 {
    min-height: 22px;
}
.twL0 {
    height: 35px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 35px;
}
img.twPp {
    height: 30px;
    width: 30px;
    margin-top:3px;
}
.twL1, .twL2, .twL3 {
    float: left;
    margin-left: 40px;
}
.twSname {
    font-weight: bold;
}
.twName {
    font-size: 0.8em;
}
.twAgo {
    font-style: italic;
    margin-left: 16px;
}
.twActions{
    font-size: 0.8em;
}
.twActions a{
    margin-left:2px;
    margin-right:2px;
}
.twSep{
    font-weight:bold;
}
.twRtT {
    font-size: 0.8em;
}
.twIcoRt {
    background: url("/s/i/rt.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 11px;
    margin-top: 4px;
    width: 16px;
}


#twBox{
	overflow-x:hidden;
	overflow-y:auto;
}
#twBoxSimple{
	overflow-x:hidden;
	overflow-y:auto;
}
img.twIcon{
	height:30px;
	width:30px;
	margin:1px;
}
#twHeader{
	position:relative;
	min-height:35px;
	padding-bottom:5px;
}
#twHeadIcon{
	position:absolute;
	top:4px;
	left:4px;
	height:31px;
	width:31px;
}
#twHeadName{
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding-left:40px;
	float:left;
}
.twLoader{
	margin:60px auto;
	height:40px;
	width:40px;
}


.twLoader{
    background: url("/s/i/ajax_load.gif") no-repeat transparent;
}
#twHeader{
	border-bottom:1px solid #e8e8e8;
}
#twOuter{
	background:#fff;
	border:1px solid #e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
}
.twRtT {
    color: #999999;
}
.twTweet a, .twTweet a:visited, .twTweet a:active {
    color: #0084B4;
}
.twName {
    color: #999999;
}
.twAgo {
    color: #999999;
}
.twTweet{
	border-color:#e8e8e8;
}

.twButton{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 20px;
	max-width: 100%;

	position: relative;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
	background-image: -moz-linear-gradient(top,#fff,#dedede);
	background-image: -o-linear-gradient(top,#fff,#dedede);
	background-image: -ms-linear-gradient(top,#fff,#dedede);
	background-image: linear-gradient(top,#fff,#dedede);
	border: #ccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 20px;
	max-width: 98%;
	overflow: hidden;
	float:right;
	margin:10px 5px 0 2px;
	font-size:11px;

}
.twActions a, .twActions a:link, .twActions a:visited, .twActions a:active{
	color:#333;
}

.twButton a{
	margin-left:22px;
	padding-right:5px;
}
.twButton i{
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -5px;
	width: 16px;
	height: 13px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAoCAYAAABq13MpAAAGcklEQVRYw+2YXUyTVxjHz4vJLiZGd7MtXi2LkZtdELM7lyzOG7Nk2RJvl8iujBiNV2JcMA0fwqCFEGCAfJRC+SyltqWFgnwUlIKAWB3yOVrAttQWC1ZCOi6ePc8LL74tVD6ly2KTf87J6Tnv+3uf8zzP+WAAwEhMIj8h1MViEs0Jlqi+we5oJFjGCX3D9X+fmKTmq/f/rzkRlX5fzkmNPhLVqW2DQ1Ify9eFAZ8kafUsURMX+qCo1BYry3oILKcfmLQb2N3Wzqhk48xn6YbLuwJO1cQeydAvURkWONtk5UoGgKsaXRPWo3LarVHSJvkRmXHm+6pHV3h4YdDp0gE7D5XUJPo6QyzLfwKscgZY1UtgChuwkjH4tOhpQPp4Nn430GeU/TcJ4sif5iV2V/NL6P/H81oTOIUVuPsO4AyeNVG9ehw4xTP4oubZ268VFiP2jd4Y9Hufw8TKJoAgufT2RZZikJ8s7JMzxTQw1QKwhtdrZY0Likd9Azjm1G6gpcOz8VzdFHC1E8AV9gKXYdCI3eWc9q96Tj0DnHEBuObXa6J60yvgtC740Tw3jf0Sgtzj89JhK6tyAKt2Ag9f+AxY8SgPyQMLUs5hd/hut/5MH3mp3z3H6eeBa7ADV/4UuNxO4DINw1GyZklMw/MhTut8BywCj2mb9wvAQdBN0z5ldJ1zlbemygusdn5NVBeA8b/Tart/D8CMyVrjjteNeo81v1rljF7gdC7gVNPAKUeAdwuaAb17MzS6yTdGmzPoWWJLXLG8Go9We1aDLCtWnRskA27zXqCfuP0Xj9ZNBHgwwQWE6acP4Nu9m6FxZn7tmbWEg2Zpg670U1rXUpB1xVbWOsjKF/YCTQHU5X5rjmn3+IP8djthMJaNe+6EhUbFmub8jefaPZ5NbtHk8TuX/1HsEZiXetJz5rc+11BMxw7Bsc+3bS99oUH/bgGRYCL/o93Hp7gKO7B6zzqwF342L7jWgaP3A03jzxrGTJzm5dausIVrlP/tU22KD+FhFJ1djjfma4/mbdf6vbZrgz6bbOTN6IvFgGU9cvcLLOjqi6WA5bp10RbTuRDe4vhR1594bTT74aA3ghEVJxL575cHBLuhC3rr+bPN06ajOkdgS4tj26UB79w6A9sO+oMpKk0j5zKbOrksk48reLiW6mjFE0Oj1U+2elbK7P7nNCNh0+dhQZOLSa0u3U8dttmTOvsKv5DQUo2gx0wLqz88eu2RTbwZxX412y1ehwnN1mES1sE6RdKjkneaTg8b+kD0Efoj9P8WWiKRbHnmo/bExMQbWEqwjBPawvU/VOjk5GQ9gmxagdLS0qzZ2dmQm5sLWVlZkJ6e3pmamjqD5eWIQ8vlcjtBpaSkyAUrIlxsQUEBKJVKqK6uhsrKSigrK4Pi4uLA48eP4yMO3dfXZyovLweCzMjIWCT4e/fuySsqKkCtVkNjYyNf1tXVwdjY2K7PiB8EurS01FpTUwO1tbVA8AgM2MZDErAgsvgez4gHD22325UqlWqVrEmqr6/nJVhZsDSW/v288NatW++9sFkPcjm6po9EdcFdqbx9+3Zs0LbUYrGMazSaVbFlxcKPgqGhIfNegfGlsRjwS1SGA6bAz8/P52eZRHV0Vyu5KyUA9IIrQYMGBwfT9Xr9kti6YivrdLr9nBEZBvHNvLw8ykIEvunCRiaTJRQVFQG5aUNDAy+qU/CTuyLwWyyNm86IDoejsaOjwxPqFkaj0b+8vLyvMyIaJV6hUPAxk5OTA2g5DcJvuAvOZD1lqtB30wxTbLW1tfEXNhvTkpSUJM/MzPQJKY6+UhjU3d3tWgfe75HrVE9PzxzFCr2jsLAQpFIppdlh/ABJVVXVECWCrWYZPcAfesPEnxHRyube3l4b5mAbWsU2ir/FxcUDOyOiv8ahpb0UN0L6pJRaUlIC5BY0A2TVUGgyII5xRuSM6Ha7LyJkgMDEuV+YfnG7WDQzDx48sERqwxTtdDrNFB9bwYUTBSNO+p2I7fImJyfPoF8PNTc37wic+hgMhqALm0isaNEIY6KVdSfQ5BoTExOq/8J++ioFOAV7S0tLWItTOyWF0AubiO0fMOjO42JlwgAMhFvMMJNteWFzqKC0j8Cc3Il7cR/t0SnVUZCFLiaYk1empqbCXtgctoUTcO+iQ5eYRUuv0EJCOZhAtVrtaldXl2dkZGTbC5tIuMa+L2z+BexZXK+OBaruAAAAAElFTkSuQmCC);
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: initial;
/*
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
*/
	background-repeat:no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: transparent;
}

.outOfAreaMessage{
    padding:10px;
    float:left;
	font-weight:bold;
	color:#990909;
}
.gmapSpecs{
    width:500px;
    height:400px;
}
#gmapdiv{
    color:#333;
}
.smapi{
	padding:3px 0 11px 0;
}
.smintro{
	padding:0 0 11px 0;
}

@media print {
    .noPrint {
        display:none !important;
    }
    .hidePrint {
        visibility:hidden !important;
    }
}

#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    /* Specify the width of your pageslide here */
    width: 260px;
    padding: 20px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}
input.ulogin{
	width:250px;
}
.uloginlabel{
    float: left;
    min-width: 120px;
    text-align: right;
    margin-right: 15px;
}
.uloginrow{
    clear:both;
    padding:7px 0;
}
#frm-login label.error{
	float:none;
	width:auto;
	text-align: left;
	padding-left: 0;
}
button[disabled], button.ui-state-default[disabled] {
    color:#CCC;
}
#signupLinkDiv,#loginLinkDiv{
	float: right;
	font-size: 0.8em;
	margin: 12px 11px;
}
#signupLinkText,#loginLinkText{
	cursor:pointer;
	text-decoration:underline;
}
.orderLoginDiv{
	float:right;
	font-size:0.8em;
}

div.ratemeframe{
	min-width:86px;
	height:16px;
	float:left;
	margin-left:11px;
	line-height:16px;
}
.ratemecount{
	font-size:0.9em;
	margin-left:2px;
}
.ratemeico{
	background:url("/s/i/ratingscale.png") no-repeat transparent;
	height:16px;
	width:16px;
	margin:0 1px 0 0;
	padding:0;
	display:inline-block;
	float:left;
}
.ratemeico.ractive,
.ratemeico.fullstar.ractive,
.ratemeico.halfstar.ractive{
	background-position-y:-16px !important;
}
.ratemeico.fullstar{
	background-position-y:-32px;
}
.ratemeico.halfstar{
	background-position-y:-48px;
}
.cart-item.cart-go-header{
	font-weight:bold;
	font-size:1.1em;
	width: 95%;
}
.cart-item.cart-go-header.cart-go-divider{
	border-top:1px solid #CCC;
	padding-top: 11px;
}
div.cartSignIn{
	padding-right:4px;
}
#clkToOrdr{
	text-align:center;
}
.opa40{
	opacity:0.4;
}
.opa40:hover, .opa40:active{
	opacity:1;
}
.cartCloseIcon{
	margin-left:-3px;
}
.cart-quantity{
	float: left;
	width: 205px;
	font-size: .7em;
	font-style: italic;
	white-space: nowrap;
}
.cart-mod-quantity{
	float: left;
	margin-left: 15px;
	width: 200px;
	font-size: .6em;
	font-style: italic;
	white-space: nowrap;
}

.svfRow{
	margin-bottom:11px;
}
.svfNum{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}
form.survey .svfQueRow{
	font:bold medium/1.4 Arial,sans-serif;
	float:left;
	margin-bottom:6px;
	position:relative;
}
form.survey .svfQue{
	padding-left:30px;
}
form.survey .svfAnsRow{
	font:small/1.5 Arial,sans-serif;
	float:left;
	padding-left:20px;
	width:90%;
}
form.survey .svfAnsRowItem:hover{
    background-color: rgba(222,222,222,.1);
}
form.survey .svfAnsRowItem{
	position:relative;
	padding-left:22px;
}
form.survey .svfAnsRowItem input.svfRad{
	position:absolute;
	top:8px;
	left:4px;
}
form.survey .svfAnsRowItem input.svfCb{
	position:absolute;
	top:8px;
	left:4px;
}
form.survey .svfAnsRowItem label{
	width:100%;
	display:inline-block;
	cursor:pointer;
}
form.survey .svfAnsRow table.scale{
	border:0;
	border-collapse:collapse;
}
form.survey .svfAnsRow table.scale tr.wbg{
	background:rgba(222,222,222,.4);
}
form.survey .svfAnsRow table.scale tr.wbg td{
	padding-top:11px;
}
form.survey .svfAnsRow table.scale{
	width:96%;
	margin-top:6px;
	margin-bottom:6px;
}
form.survey .svfAnsRow table.scale th{
	width:16%;
	text-align:center;
	vertical-align:bottom;
}
form.survey .svfAnsRow table.scale label{
	cursor:pointer;
	display:inline-block;
}
form.survey .svfAnsRow table.scale td{
	width:16%;
	text-align:center;
	padding-bottom:11px;
}
form.survey .svScaleLabel{ 
	font-size:.9em;
	font-weight:normal;
}
form.survey .svfDd{ 
	width:93%;
	padding:7px;
	margin-top:6px;
	margin-bottom:6px;
}
form.survey .svfTx{ 
	width:93%;
	padding:7px;
	margin-top:6px;
	margin-bottom:6px;
}
form.survey .svfTa{ 
	width:93%;
	height:80px;
	padding:7px;
	margin-top:6px;
	margin-bottom:6px;
}
form.survey .svfAnsRow.error{
	border:1px solid red;
}
	
	
form.survey label{
	float:none;
	width:auto;
	padding:5px;
}
form.survey .svfRad, form.survey .svfCb{
	float:none;
	width:auto;
	padding:5px;
}
legend.survey{
	font-weight:bold;
	font-size:1.2em;
    *margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
div.svIntro{
	padding-top:11px;
	padding-bottom:11px;
}

.ccimg { height: 18px; }
.ccimg div { background:url(/s/i/cc.png); border:1px solid #666; float:left; }
.ccimg .mc { background-position:0px 0px; height:16px; margin:2px; width:28px; }
.ccimg .vc { background-position:-28px 0px; height:16px; margin:2px; width:28px; }
.ccimg .dc { background-position:-56px 0px; height:16px; margin:2px; width:28px; }
.ccimg .ac { background-position:-84px 0px; height:16px; margin:2px; width:28px; }
.ccimg .mb { background-position:0px 16px; height:16px; margin:2px; width:28px; }
.ccimg .vb { background-position:-28px 16px; height:16px; margin:2px; width:28px; }
.ccimg .db { background-position:-56px 16px; height:16px; margin:2px; width:28px; }
.ccimg .ab { background-position:-84px 16px; height:16px; margin:2px; width:28px; }


.min-content{
	background: white;
	margin: 30px auto;
	max-width: 800px;
}
fieldset.nu2 div.couponMessage{
	background: rgba(76, 241, 76, 0.3);
	border: 1px solid rgb(27, 170, 0);
	color: rgb(0, 0, 0);
	font-weight:bold;
	padding: 30px;
	border-radius: 10px;
	margin: 10px;
}
fieldset.nu2 div.couponApplied{
	background: rgba(76, 241, 76, 0.3);
	border: 1px solid rgb(27, 170, 0);
	color: rgb(0, 0, 0);
	font-weight:bold;
	padding: 30px 30px 11px 30px;
	border-radius: 10px;
	margin: 10px;
}
fieldset.nu2 div.couponError{
	font-weight:bold;
	padding: 30px;
	border-radius: 10px;
	background: rgba(255,0,0,.1);
	border: 1px solid red;
	margin: 10px;
	color: rgb(185, 0, 0);

}
.but_g.bsmall ,
a.but_g.bsmall,
a.but_g.bsmall:link{
	line-height:16px;
	font-size:11px;
	padding:0 11px;
}

.but_g ,
a.but_g,
a.but_g:link {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.but_g:hover ,
a.but_g:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.but_g:active ,
a.but_g:active {
	position:relative;
	top:1px;
}

.tnav ul.flexMenu-popup{
    z-index:11;
    margin-left:-100px;
	height:auto;
}
.tnav ul.flexMenu-popup, .tnav ul.flexMenu-popup li, .tnav ul.flexMenu-popup li:last-child{
    float:none;
    background:url("/s/images/darkshade-80.png") repeat scroll 0 0 transparent;
}
.tnav ul.flexMenu-popup a span{
    background:none;
}
.tnav li.flexMenu-viewMore > a{
    padding-left: 11px;
    padding-right: 11px;
    background:url("/s/images/chevydown.png") no-repeat scroll 0 -4px transparent;
    width:44px;
}

#tnav li.flexMenu-viewMore li.tnavon, 
#tnav li.flexMenu-viewMore li:hover  {
	background:url("/s/images/darkshade-80.png") repeat scroll 0 0 transparent;
}
#tnav li.flexMenu-viewMore li.tnavon a:link, 
#tnav li.flexMenu-viewMore li a:hover  {
	color:yellow;
}
#tnav li.flexMenu-viewMore.active li.tnav a:link{
	color:white;
}
#tnav ul.flexMenu-popup{
	line-height:initial;
	line-height:normal;
	min-width:130px;
}
#tnav ul.flexMenu-popup > li{
	min-height: 20px;
	padding: 10px 5px;
	line-height:initial;
	line-height:normal;
}

#modal_anchor legend{
	font-weight:normal;
	color:initial;
	font-size:1em;
}
#modal_anchor {
  line-height: normal;
}

#tnavspan div.scart{
	display:none;
}
body.scart #tnavspan{
	padding-right:70px;
}
body.scart #tnavspan div.scart{
	display:block;
	position:absolute;
	top:0;
	right:0;
	padding:0 16px;
}
body.scart #tnavspan span.scart-bg{
	display:block;
	height:30px;
	width:38px;
	position:relative;
	background:url(/icolor/ffffff/ffffff/scart.png) no-repeat;
}
body.scart #tnavspan span.scart-num{
  display: block;
  position: absolute;
  top: 1px;
  left: 15px;
  line-height: normal;
  color: yellow;
  font-family: arial,sans-serif;
  font-size: 11px;
  width:18px;
  text-align:center;
}
body.sb-bottom #top-cart{
  display: block;
  position: absolute;
  padding: 22px 11px 11px 11px;
  top: 30px;
  right: 0;
  width: 300px;
  z-index: 100;
  line-height: 1.5em;
}
body.sb-bottom #top-cart #sbcart{
  border: 1px solid #ccc;
  background-color: white;
}
body.sb-bottom #top-cart #sbcart div.cartItems{
	max-height:400px;
	overflow-y:auto;
}
#sidebar.bottom{
  margin-top: 30px;
}
#sidebar.bottom span.sidebar-clear{
	display:block;
	clear:both;
}

.ui-dialog{
    padding:0;
}
div.tip3{
	padding-top:20px;
}
div.tip3img{
  float: right;
}
div.tip3img.withdesc{
  max-width: 50%;
}
img.tip3img{
  max-width: 100%;
  height: auto;
}
div.tip3desc{
  float: left;
  padding-left:11px;
  min-height: 60px;
}
div.tip3desc.withimg{
  max-width: 50%;
}
div.mitem_minf_loading{
  padding:11px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.mitem_minf{
	margin-right:11px;
}


textarea.req,input.req{
  background-image: url(/icolor/ffffff/7f7f7f/formastar.png);
  background-attachment: scroll;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
textarea.req.valid,input.req.valid{
  background-image: url(/icolor/ffffff/00AA00/formastar.png);
}


select, select.ui-widget-content{
  display: block;
  margin: 0;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  padding: 7px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
select:focus, 
select.ui-widget-content:focus {
  outline: none;
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}



input[type="text"]:focus, 
input[type="text"].focus ,
input[type="text"].ui-widget-content:focus ,
textarea:focus, 
textarea.focus,
textarea.ui-widget-content:focus{ 
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}

textarea,input[type="text"],
textarea.ui-widget-content,input.ui-widget-content[type="text"] {
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
textarea:focus, input[type="text"]:focus ,
textarea.ui-widget-content:focus, input.ui-widget-content[type="text"]:focus {
  outline: none;
}

textarea, input[type="text"],
textarea.ui-widget-content, input.ui-widget-content[type="text"] {
  padding: 6px 11px;
  border: solid 1px gainsboro;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus, 
input[type="text"].focus ,
input[type="text"].ui-widget-content:focus ,
textarea:focus, 
textarea.focus,
textarea.ui-widget-content:focus{ 
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}
img#bka_image{
	margin-top:11px;
}
.capTitle{
	background:url("/s/images/darkshade-30.png") repeat scroll 0 0 transparent;
	border-radius:3px;
	padding:11px;
	text-transform: uppercase; 
	font-size: 50px; 
	color: #FFFFFF;
	float:left;
}
.capTitleHolder{
	padding:11px;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 50px;
	right: 50px;
}
.capText{
	background:url("/s/images/darkshade-30.png") repeat scroll 0 0 transparent;
	padding:11px;
	border-radius:3px;
	line-height: 36px; 
	font-size: 30px; 
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	float:left;
}
.capTextHolder{
	padding:11px;
	position: absolute;
	height: 240px;
	width: 100%;
	top: 200px;
	left: 50px;
	bottom:60px;
	right:60px;
}

/* jssor */
            .jssorb21 {
                position: absolute;
            }
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                position: absolute;
                /* size of bullet elment */
                width: 19px;
                height: 19px;
                text-align: center;
                line-height: 19px;
                color: white;
                font-size: 12px;
                background: url(/s/img/slider-bullet-b.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
            .jssora21l, .jssora21r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(/s/img/slider-bullet-a.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21l.jssora21ldn { background-position: -243px -33px; }
            .jssora21r.jssora21rdn { background-position: -303px -33px; }

/* end jssor */


.ifTopCart{
    display:none;
}

.cart_msg{
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;

    padding: 11px 4px;
    min-height:30px;
    max-width: 700px;
    margin: 11px auto;
}
.mmsg_cl{
    clear:both;
}
.mmsg_h1{
    float:left;
    margin-left: 3px;
}
.mmsg_h1 > img {
    float:left;
    width:auto;
    height:22px;
    margin-right:11px;
}
.mmsg_h1 > span {
    float:left;
    color:#008a00;
    font-size:21px;
    font-weight:600;
}

.mmsg_h2{
    float:left;
    margin-top: 11px;
    margin-left: 44px;
}
.mmsg_foot{
    float:right;
    margin: 11px 0 0 0;
}

.mmsg_h2 > a {
    float: left;
    margin: 0 7px;
    height:50px;
    width:50px;
}
.mmsg_prodinfo{
    float:left;
}
.cart_msg button{
    margin: 6px 3px 6px 3px;
    min-width: 111px;
}

fieldset.survey{
	margin:20px;
	padding:20px;
}
body.embedded #main_message_container{
    padding-right: 200px;
    padding-left: 11px;
}
#main_message_container{
/*
    padding-right: 200px;
    padding-left: 200px;
*/
    min-width: 200px;
}


.containBlock{
	margin: 0 auto;
	max-width:800px;
}
.xtracharge_div{
    font-weight:bold;
    text-align:right;
    padding-top:11px;
    padding-bottom:11px;
}
#frm-order #order_total_tip{
	width:111px;
}


.bottom_scroller_spacer{
	width:100%;
	clear:both;
}
body.embedded .bottom_scroller_spacer{
	height:1000px;
}

<style type="text/css">
table.paytype td{
	padding:3px;
}
.stripe2instore{
	padding-left: 11px;
    padding-right: 11px;
	margin:-10px 2px 4px 11px;
	float:left;
}
#stripe2button{
	float:right;
	margin: -10px 11px 4px 2px;
	position: relative;
	padding-left:40px;
}
#stripe2button span{
    position: absolute;
    font-size: 28px;
    top: 6px;
    left: 0px;
    font-weight: bold;
    font-style: italic;
    border-right: 1px solid;
    padding: 4px 8px;
    text-shadow: 2px 2px rgba(11,11,11,.3);
}
#stripe-pi{
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.9);
    bottom: 0;
    z-index: 1001;
}
.stripe-pi-submit{

    height: 45px;
    width: 90%;
    margin-top: 25px;
    margin-left: 5%;
    margin-bottom: 11px;

}
.stripe-pi-frame{
    top: 33%;
    top: calc(40vh - 100px);
    width: 96%;
    left: 2%;
    min-height: 40px;
    border: 1px solid yellow;
    position: absolute;
    background: white;
    border-radius: 4px;
    padding-top: 22px;
}
@media only screen and (max-height: 1000px) {
	.stripe-pi-frame{
	    top: 60px;
	}
}
@media only screen and (max-width: 520px) {
	.pCardRow .pCardRowMain{
    	min-width:unset !important;
	}
	.pCardCscExp{
		display:none;
	}
}
@media only screen and (min-width: 520px) {
	.stripe-pi-frame{
	    width: 520px;
	    left: 45%;
	    left: calc(50% - 250px);
	}
}
@media only screen and (max-width: 600px) {
	.pCardRow.withCvc .pCardRowMain{
    	font-size: 14px;
	}
}
.card-cvc-element{
    color: white;
    height: 60px;
    line-height: 60px;
    padding: 10px;
    padding-top: 21px;
    margin: 0;
    padding-top: 21px;
}
#card-element{
    color: white;
/*
    line-height: 18px;
	margin-top: 8px;
*/
    height: 60px;
    line-height: 60px;
    padding: 10px;
    padding-top: 21px;
    margin: 0;
}
#card-errors {
    text-align: center;
    padding-bottom: 11px;
    color: red;
    font-weight: bold;
}
.stripe-pi-frame.loading:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: rgba(0,0,0,.7);
}
#ibFixed.loading:after {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: rgba(0,0,0,.8);
    content: "";
}
.pCardRow{
	width:100%;
	box-sizing: border-box;
	padding: 1px 22px;
	float:left;
}
.pCardRow *,
.pCardRow *:before,
.pCardRow *:after {
	box-sizing: inherit;
    float: none;
    width: auto;
}
.pCardRowClear{
	float:left;
	clear:both;
}
.pCardRow .pCardRowRadio{
	width:30px;
	float:left;
	padding:5px;
    padding: 21px 6px;
    height: 60px;
}
.pCardRow .pCardRowRadio input{
	-webkit-appearance: radio;
}
.pCardRow.dissed .pCardRowMain{
	color:#ccc;
}
.pCardRow.dissed .card-cvc-element:after ,
.pCardRow.dissed #card-element:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(255,255,255,.7);
}
.pCardRow .pCardRowMain{
	width:80%;
	width:calc(100% - 30px);;
	float:left;
	position: relative;
	min-width: 280px;
}
.pCardRow.withCvc .pCardRowMain{
	width:auto;
	float:left;
    padding-left: 44px;
    padding-right: 22px;
    font-size: 18px;
}
.pCardRow .pCardRowCvc{
	width:70px;
	float:left;
	position: relative;
}
.pCardRow.withCvc > div {
    line-height: 60px;
}
.pCardCscExp{
	padding-left:20px;
	font-size:0.8em;
	float:right;
}
.pCardRow.withCvc i.fab {
    position: absolute;
    left: 15px;
    top: 20px;
}


#stripe-pi-close{
    position: absolute;
    top: 4px;
    right: 7px;
	display:block;
    color: black;
    font-size: 14px;
}


</style>



