#mainNav349, #mainNav349 a {width: 110px !Important;}

@import url(https://fonts.googleapis.com/css?family=Jockey+One|Contrail+One|Ubuntu+Condensed|Ubuntu|Actor|Spinnaker|Bowlby+One+SC|Open+Sans+Condensed:300|Open+Sans|PT+Sans+Narrow|PT+Sans|Oswald);
@import url("checkout_fix.css");

#headerContainer form {
  display: none;
}

#creditavailablefollow {
  background-color: orange;
  padding: 10px 5px 8px 5px;
  margin: 0 5px 0 0;
  font-weight: bold;
  color: black;
}

.g-doc {
    border: 1px solid darkgrey;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 10px #000000;
    margin: 10px;
    padding: 8px;
    width: 89%;
    margin-top:40px;
    }
    
#converter {height:250px;width:420px;}
#converter iframe {height:250px;width:420px;}

/* -------------------- Specials Styling -------------------- */

.wholesalebox {
              background: url(../img/wholesale_box_bg.png) -20px -26px repeat transparent !important;
              line-height: 12px; }
.wholesalebox p {  padding-top: 80px;padding-bottom:0px;margin-bottom:0px;

}
.wholesalebox .morebutton {margin: 10px auto 5px;padding: 5px 0 25px; }

.wholesale_in_value_panel {
    background: url("/img/shock.png") repeat-y scroll 35px -5px #FBFBFB;
    border: 0 solid black;
    border-radius: 10px 10px 10px 20px;
    font-weight: bold;
    height: 130px;
    line-height: 17px;
    width: 150px !important;
    margin-right: -10px;
}
.fixright #valueOption {
                      margin-right: 0px !important;
                      margin-bottom: 0px !important;
                      padding-bottom: 0px !important;
                    /*  padding-right: 0px !important;  */
}

#sideColumn{
	width:160px;
	float:left;
	height:600px;
	padding:5px;
	background-color:#222222;
	margin:10px;
	text-align:center;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/css/PIE.htc);
}

#sideColumn p{
	margin-top:10px;
}

#valueContainer, #optionsContainer {
	border:1px solid #e5e5e5;
  display: inline;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0px 2px 3px #CCC;
-moz-box-shadow:0px 2px 3px #CCC;
-webkit-box-shadow:0px 2px 3px #CCC;
	behavior: url(/css/PIE.htc);
}

.freeshipping {

background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); border-radius: 5px; box-shadow: 0px 2px 3px rgb(0, 0, 0); line-height: 13px; position: relative; text-align: left; width: 100%; right: 0px; margin: 10px 10px 0px 0px; padding: 8px;

}


.aboveaddme, .abovemoreme {}
.addmea, .moremea { display: block;    height: 30px;    line-height: 16px;    margin: 0 auto;    width: 85%;font-weight: bold;}
.AddForm, .CatForm {padding-top:0px;margin:0 auto;width:80%;}
#valueContainer h1 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: nowrap;
}
#valueContainer .addbutton, #valueContainer .morebutton, #optionsContainer .addbutton, #optionsContainer .morebutton {
    border: 1px solid #129200;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font: bold 16px/10px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 80px;
     background: #5FB72C;
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#96ff33),
		color-stop(0.50, #5fb72c),
		to(#2ca500));
    line-height: 22px;
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -moz-linear-gradient(center top , #96FF33 0%, #5FB72C 50%, #2DA500 50%, #258700 100%);    
    background-position: 3px 0px;             
    box-shadow: 0 0 0 1px rgba(115, 255, 100, 0.4) inset, 0 1px 3px #333333;
        background-position-x: 3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
     user-select:none;
   text-indent: 28px;     
        -webkit-transition:ALL 0.3s ease-in-out;
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
     transition:ALL 0.3s ease-in-out;
}


@keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-webkit-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-moz-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}

#valueContainer .addbutton:hover, #valueContainer .morebutton:hover, #optionsContainer .addbutton:hover, #optionsContainer .morebutton:hover {
    background: #5FB72C;
    background: url('/img/addplus.png') 46px 0 no-repeat, -moz-linear-gradient(center top , #a6ff43 0%, #6fc73c 50%, #3db510 50%, #359710 100%); 
    -webkit-transition:ALL 0.3s ease-in-out;
    cursor: pointer;    
    box-shadow: 10px 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 10px 30px #000000;  
    background: url('/img/addplus.png') 46px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#a6ff43),
		color-stop(0.50, #6fc73c),
		to(#359710)); 
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
     transition:ALL 0.3s ease-in-out;
    text-indent: -26px;
    background-position: 46px 0;
    background-position-x: 46px;
}
#valueContainer .addbutton:active, #valueContainer .morebutton:active,#optionsContainer .addbutton:active, #optionsContainer .morebutton:active {
    background: #9Fdd5C;
    background: url('/img/addplus.png') 3px 0 no-repeat, -moz-linear-gradient(center top , #66cf03 0%, #2f970c 50%, #0d7500 50%, #056700 100%);
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#66cf03),
		color-stop(0.50, #0d7500),
		to(#056700)); 
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset;
    -webkit-
        -webkit-transition:ALL 0.3s ease-in-out;
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
     transition:ALL 0.3s ease-in-out;
     background-position: 3px 0px;
}

#valueContainer span,#optionsContainer span {


    border: 0px solid #921200;
    color: #000000;
    font: bold 20px/10px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;

    position: relative;
    text-align: center;
    text-shadow: inset 2px -1px 2px rgba(0, 0, 0, 0.8);
    width: 80px;
    text-indent: 32px;
    padding:2px;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
#valueContainer span.ProductPrice, #optionsContainer span.ProductPrice{
/*font-weight:bold;*/
    padding-left:35px;
    background-image: none;
    border: 0px solid #921200;
    color: #000000;
    font: bold 14px/12px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-shadow: inset 2px -1px 2px rgba(0, 0, 0, 0.8);
    width: 80px;
    text-indent: 32px;
    padding-left:0px;
    padding-top:2px;
    padding-right:2px;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

#addToCart .addtocartMAINbutton  {
    border: 1px solid #129200;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font: bold 16px/10px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 160px;
     background: #5FB72C;
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#96ff33),
		color-stop(0.50, #5fb72c),
		to(#2ca500));
    line-height: 22px;
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -moz-linear-gradient(center top , #96FF33 0%, #5FB72C 50%, #2DA500 50%, #258700 100%);    
    background-position: 3px 0px;             
    box-shadow: 0 0 0 1px rgba(115, 255, 100, 0.4) inset, 0 1px 3px #333333;
        background-position-x: 3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
     user-select:none;
   text-indent: 28px;     
        -webkit-transition:ALL 0.3s ease-in-out;
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
     transition:ALL 0.3s ease-in-out;
}

#addToCart .addtocartMAINbutton:hover {
    background: #5FB72C;
    background: url('/img/addplus.png') 46px 0 no-repeat, -moz-linear-gradient(center top , #a6ff43 0%, #6fc73c 50%, #3db510 50%, #359710 100%); 
    -webkit-transition:ALL 0.3s ease-in-out;
    cursor: pointer;    
    box-shadow: 0px 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 10px 30px #000000;  
    background: url('/img/addplus.png') 46px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#a6ff43),
		color-stop(0.50, #6fc73c),
		to(#359710)); 
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
     transition:ALL 0.3s ease-in-out;
    text-indent: -26px;
    background-position: 126px 0;
    background-position-x: 46px;
    margin-top:5px;
    margin-bottom:15px;
}

#addToCart .addtocartMAINbutton:active {
    height:0px;
            -webkit-transition:ALL 0.3s ease-in-out;
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
     transition:ALL 0.3s ease-in-out;
}

 .addvaluebutton  {
    border: 1px solid #129200;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font: bold 16px/10px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 160px;
     background: #5FB72C;
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#96ff33),
		color-stop(0.50, #5fb72c),
		to(#2ca500));
    line-height: 22px;
    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -moz-linear-gradient(center top , #96FF33 0%, #5FB72C 50%, #2DA500 50%, #258700 100%);    
    background-position: 3px 0px;             
    box-shadow: 0 0 0 1px rgba(115, 255, 100, 0.4) inset, 0 1px 3px #333333;
    background-position-x: 3px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-indent: 28px;     
    -webkit-transition:ALL 0.3s ease-in-out;
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
    transition:ALL 0.3s ease-in-out;
}

 .addvaluebutton:hover {
    background: #5FB72C;
    background: url('/img/addplus.png') 46px 0 no-repeat, -moz-linear-gradient(center top , #a6ff43 0%, #6fc73c 50%, #3db510 50%, #359710 100%); 
    -webkit-transition:ALL 0.3s ease-in-out;
    cursor: pointer;    
    box-shadow: 0px 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 10px 30px #000000;  
    background: url('/img/addplus.png') 46px 0 no-repeat, 
    -webkit-gradient(
		linear, left top, left bottom, 
		from(#a6ff43),
		color-stop(0.50, #6fc73c),
		to(#359710)); 
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
    transition:ALL 0.3s ease-in-out;
    text-indent: -26px;
    background-position: 126px 0;
    background-position-x: 126px;
    margin-top:5px;
    margin-bottom:15px;
}
 .addvaluebutton:active {
    height:0px;
    -webkit-transition:ALL 0.3s ease-in-out;
    -moz-transition:ALL 0.3s ease-in-out;
    -o-transition:ALL 0.3s ease-in-out;
    transition:ALL 0.3s ease-in-out;
}

#valueOption h2 {padding-bottom:12px;}
#valueOption  {padding-bottom:12px;font-size:11px;}




.wsAdvert {float: left; width: 230px; border-right: solid 2px grey;}
.wsAdvert-off { }

                                                                                                          
/* -------------------- General Overall Styling ------HELLO------ */

* { 
margin: 0px;
padding: 0px;
}

p{
	margin-bottom:10px;
  line-height:18px;
}                                 /* RELATED TO PARAGRAPH */
                                  span.googler {padding-top:10px;} span.googler p {margin-right:10px;}
                                  #categoryDescriptionText  {padding-top:10px;}

body {
	font: 11px/2 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color:#464646;
}

h1 {
font-size:18px;
color:#000;
font-weight:bold;
line-height:normal;
min-width:300px;
}

h2 {
font-size:13px;
font-weight:bold;
line-height:normal;
color:#999999;
}

a{
color:#999999;
text-decoration:underline;
font-weight:normal;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

a:hover{
color:#999999;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

a img {
border:0px;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

a:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.buttons{
	background-color:#999999;
	background-image:url(/img/shoppingcart.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #333;
	padding:5px 5px 5px 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 2px 3px #333;
	-moz-box-shadow:0px 2px 3px #333;
	-webkit-box-shadow:0px 2px 3px #333;
	text-shadow:-1px 1px 1px #333;
}

.buttons:hover{
	background-color:#ff2500;
	font-weight:bold;
	color:#000;
	border:1px solid #000;
	text-shadow:-1px 1px 1px #FFF;
}

#container {
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

/* ---------------- ADD BUTTON STYLING ----------------------- */

.aboveaddme, .abovemoreme {}
.addmea, .moremea { display: block;    height: 30px;    line-height: 16px;    margin: 0 auto;    width: 85%;font-weight: bold;}
.AddForm, .CatForm {padding-top:0px;margin:0 auto;width:80%;}
#productWindow h1 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: nowrap;
}
#productWindow .addbutton, #productWindow .morebutton {


    border: 1px solid #129200;
    border-radius: 8px 8px 8px 8px;

    color: #FFFFFF;
    font: bold 14px/10px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    width: 80px;

 

    background: url('/img/addplus.png') 3px 0 no-repeat, 
    -moz-linear-gradient(center top , #96FF33 0%, #5FB72C 50%, #2DA500 50%, #258700 100%);    
       background-position: 3px 0px;
                 
    box-shadow: 0 0 0 1px rgba(115, 255, 100, 0.4) inset, 0 1px 3px #333333;

    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
     user-select:none;

    text-indent: 28px;     
    -webkit-transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
     transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-webkit-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}
@-moz-keyframes slideDown{
    0% { top: -30px; }
    100% { top: 80px;}
}

#productWindow .addbutton:hover, #productWindow .morebutton:hover {
    background: #ce130e;
    background: url('/img/addplus.png') 50px 0 no-repeat, -moz-linear-gradient(center top , #a6ff43 0%, #6fc73c 50%, #3db510 50%, #359710 100%);    
  /*  background-image: -moz-linear-gradient(center top , #F37873 0%, #DB504D 50%, #CB0500 50%, #A20601 100%);    */
    cursor: pointer;    background-position: 46px 0px;
     box-shadow: 10px 0 0 1px rgba(255, 255, 255, 0.4) inset, 0 10px 30px #000000;    
    -webkit-transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
     transition:background-position 0.3s ease-in-out, text-indent 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-indent: -22px;


 
}
#productWindow .addbutton:active, #productWindow .morebutton:active {
    background: #D43C28;
    background: url('/img/addplus.png') 3px 0 no-repeat, -moz-linear-gradient(center top , #66cf03 0%, #2f970c 50%, #0d7500 50%, #056700 100%);
    box-shadow: 0 0 0 1px rgba(255, 115, 100, 0.4) inset;
}

 #productWindow span {

    background: url('/img/hilighter_mark.png') 3px 0 no-repeat transparent;
    border: 0px solid #921200;
    color: #000000;
    font: bold 20px/10px "helvetica neue",helvetica,arial,sans-serif;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-shadow: inset 2px -1px 2px rgba(0, 0, 0, 0.8);
    width: 80px;
    text-indent: 32px;
    padding-left:10px;
    padding-top:2px;
    padding-right:2px;
            -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

/* ---------------- END ADD BUTTON STYLING ----------------------- */

#rightPartnerSpecials {float:left !important;}

#bodyContainer {
width:100%;
background-color:#FFF;
margin:0px auto;
}

#mainContentContainer{
	width:100%;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:20px;
}

#mainContent{
	width:940px;
	margin:0px auto;
	background:#FFF;
	padding:10px 10px;
	border-radius:10px;
	border: solid 1px #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/*box-shadow: 0 0 1px #000000;*/
	margin-bottom:30px;
}


/* -------------------- Header Styling -------------------- */

#headerContainer {
width:100%;
height:134px;
margin:0px auto;
position:relative;
margin-top:0px;
}

#topContainer{
  display: none;
	width:960px;
	margin:0px auto;
	height:30px;
}

#topContainer p{
	margin:0px;
	padding:0px;
	display:inline;
	color:#FFF;
	line-height:30px;
}

#topContainer a{
	color:#000;
	background-color: #fff;
	text-decoration:none;
	line-height:30px;
}

#topContainer a:hover{
	color:#999999;
	text-decoration:none;
}

#info-link a{
	font-weight:bold;
	float:right;
	padding:5px 20px;
	line-height:20px;
	background-image:url(../images/info.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}

#header{
	width:960px;
	background-color: #fff;
	margin:0px auto;
	position:relative;
}

#headerLeft{
	background-color: #fff;
	width: 60%;
	float: left;
/*background: url(../images/AOKlogo.jpg) top left no-repeat;*/
	height:100px;
}

#headerLeft p {
display:inline;
color:#FFF;
}

#leftHeader{
float:left;
text-align:left;
height:100px;
}


#headerRight {
width: 40%;
float: right;
background-color:#fff;
height:100px;
clear:right;
}

#headerRight p {
display:inline;
color:#FFF;
}

#rightHeader{
width:90%;
float:right;
text-align:right;
height:100px;
}

#adminContainer{
	background-color:#FFF;
	margin:10px 0px 0px;
	padding:10px;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*box-shadow:0px 2px 3px #000;
	-moz-box-shadow:0px 2px 3px #000;
	-webkit-box-shadow:0px 2px 3px #000;*/
}

#adminContainer ul{
	display:block;
	width:60%;
	float:left;
}

#adminContainer li{
display:block;
float:left;
padding-top:0px;

}

#adminContainer a{
	margin-left:30px;
}

#adminContainer a:hover{
}

#adminlogin{
	display:inline;
height:20px;
padding:10px 0px;
width:50%;
text-align:left;
background-image:url(../img/lock_32x32.jpg);
background-position:left;
background-repeat:no-repeat;

}

#adminlogout{
	display:inline;
height:20px;
padding:10px 0px;
width:50%;
text-align:left;
background-image:url(../img/unlock_32x32.jpg);
background-position:left;
background-repeat:no-repeat;

}


#adminregister{
	display:inline;
height:20px;
padding:10px 0px;
width:50%;
text-align:left;
padding:10px 0px;
background-image:url(../img/table_32x32.jpg);
background-position:left;
background-repeat:no-repeat;
}

#search{
	display:block;
	float:right;
	width:40%;
}

#login{
z-index:9999;
}

#login tr{
	height:30px;
}

#log{
	width:43%;
	float:left;
	display:inline;
	height:35px;
}

#log p{
	display:inline;
	line-height:35px;
}

#backLink{
	width:30%;
	float:right;
	text-align:right;
	margin-right:10px;
	display:inline;
	height:30px;
}

.cartNav{
display:block;
margin-top:20px;
margin-bottom:5px;
border-top:1px solid #e5e5e5;
background-color:#FFF;
border:solid 1px #CCC;
padding:5px 20px;
background-color:#f5f5f5;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
height:25px;
}

#logContainer{
	/*background-color:#f5f5f5;*/
	margin-top:15px;
}

#LogAndBreadcrumb{
width:960px;
margin:0px auto;
height:35px;
background-color:#FFF;
border:solid 1px #CCC;
padding:0px 0px 0px 0px;
background-color:#f5f5f5;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
font-size:10px;
behavior: url(/css/PIE.htc);
	position:relative;
}

#breadcrumbs{
	width:100%!important;
margin:0px auto;
height:35px;
background-color:#FFF;
border:solid 0px #CCC!important;
padding:0px 0px 0px 7px!important;
background-color:#fff!important;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-size:10px;
behavior: url(/css/PIE.htc);
	position:relative;

}



#backLink a{
	text-decoration:none;
}

/* -------------------- Navigation Styling Additions ------------- */


  .tidycheck {top:-48px;position:relative;}

  #tidycheckcart img {top: -9px;position: relative;}


  li:hover {    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease-in-out;}

/* -------------------- Navigation Styling -------------------- */

#navigation{
	width:100%;
	height:44px;
}

#mainNav {
	width:960px;
	margin:0px auto;
	height:40px;
  border:solid 1px #CCC;
  padding:0px 0px 0px 0px;
  background-color:#f5f5f5;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a, #nav span {
	display: block;
	width: 80px;
	color:#333;
	height:30px;
	padding:9px 0px 1px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:12px;
}

#nav a:hover {
	color:999999;
}

#nav li {
	float: left;
	width: 80px;
	border-right:0px solid #CCC;
	border-left:0px solid #CCC;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
}

li.topLevel, li.topLevel a{}

#mainNavHome, #mainNavHome a{
	width: 50px !important;
}

#mainNavCat, #mainNavCat a, #mainNav167, #mainNav167 a{
}

#mainNav12, #mainNav12 a{
	width: 90px !important;
}

#mainNav11, #mainNav11 a{
	width: 120px !important;
}

#mainNav9, #mainNav9 a{
	width: 105px !important;
}

#mainNav13, #mainNav13 a{
	width: 130px !important;
}

#mainNav14, #mainNav14 a{
	width: 100px !important;
}


#nav li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	background-color:#333;
	color:FFF;
	z-index:10000;
	margin-left:-160px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#nav li ul.firstLevel {
	position: absolute;
	width: 220px;
	left: -999em;
	background-color:#999999;
	color:FFF;
	z-index:10000;
	margin-left:0px;
}

#nav li ul.firstLevel li{
	width: 170px;
}

#nav li ul li{
	width:170px;
	text-align:left;
	border:none !important;
	color:#FFF;
	
}

#nav li ul li a, #nav li ul li p, #cartTotal{
	display:block;
	width:210px !important;
	text-align:left;
	height:25px;
	padding-left:10px;
	padding-top:0px !important;
	color:#FFF;
	background-image:none !important;
}

#nav li ul li a:hover, #nav li.last ul li a:hover{
	color:#fff;
	background-color:#999999;
/*	text-shadow:-1px 1px 1px #FFF;*/
}

#nav li:hover ul {
	left: auto;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	transition-duration: 200ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
    
}

#nav li.last{
	width:60px;
	float:right;
/*	background:url(/images/AOK_menuBackSprite_grey.png) scroll 0 0px transparent;
	background-repeat:repeat-x;
	border-left:0px solid #A74FA6;*/
}

#nav li.last a{
	width:60px;
	color:#000;
/*	background:url(/images/AOK_menuDividerSprite.png) scroll 0 0 transparent;
	background-position:top right;
	background-repeat:no-repeat;
	text-shadow:-1px 1px 1px #000;*/
}
#nav li.last ul li a{
	color:#fff;
}

#nav li.last a:hover{
/*	background:url(/images/AOK_menuBackSprite_grey.png) scroll 0 -80px transparent;
	background-repeat:repeat-x;*/
	color: 999999;
}

#cartTotal {
	font-weight:bold;
	color:#B3C138 !important;
	height:20px;
}

#extraNav{
	width:57%;
	float:right;
	text-align:right;
	margin-right:0px;
	display:inline;
	height:35px;
}

#extraNav, #extraNav ul {
	padding: 0;
	list-style: none;
  float:right;
}

#extraNav a, #extraNav span {
	display: block;
	width:70px;
	color:#999999;
	background-color:#fff;
	height:25px;
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	/*text-shadow:-1px 1px 1px #000;*/
	font-weight:bold;
  float:right;
	/*behavior: url(/css/PIE.htc);*/
}

#extraNav3, #extraNav3 a {border-radius:0px 10px 10px 0px;}

#extraNav a:hover{
	color:#000;
	background-color:#CCC;
	/*text-shadow:-1px 1px 2px #FFF;
	behavior: url(/css/PIE.htc);*/
}

#extraNav li {
	float: right;
border-left:1px solid #999 ;
}

#extraNav li:first-child a {
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
}

#extraNav5 a{

	color:#339933;
	/*text-shadow:-1px 1px 1px #000;*/
}

#viewCartLink, #checkoutLink{
	background-color:#333;
	width:100%;
}

#paymentDetailsPopup, #deliveryDetailsPopup, #returnsDetailsPopup, #technicalDetailsPopup, #trackingDetailsPopup, #privacyDetailsPopup, #legalDetailsPopup, #fullListPopup, #fullListResults{
	width:600px;
}

#paymentDetailsPopup, #deliveryDetailsPopup, #returnsDetailsPopup, #privacyDetailsPopup, #legalDetailsPopup, #fullListPopup, #fullListResults{
	height:400px;
	overflow:auto;
}

#paymentDetailsPopup ul, #deliveryDetailsPopup ul, #returnsDetailsPopup ul, #technicalDetailsPopup ul, #trackingDetailsPopup ul, #privacyDetailsPopup ul, #legalDetailsPopup ul{
	list-style-type:disc;
	margin:10px;
	padding:10px;
}
/* -------------------- Main Content Styling -------------------- */

#easyLogin{
	display:block;
	width:90%;
	padding:10px;
	margin:0px auto;
}

#easyLogin ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#easyLoginLeft{
	display:inline;
	float:left;
	width:40%;
	border:1px solid #CCC;
	padding:10px;
}

#orLogin{
	display:inline;
	float:left;
	width:5%;
	margin-left:5%;
	padding:10px;
}

#easyLoginRight{
	display:inline;
	float:right;
	width:40%;
	border:1px solid #CCC;
	padding:10px;
}

.contactContainer, #searchResultsContainer {
	float:left;
	margin:15px 0px;
	position:relative;
	width:620px;
	padding:20px;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
	-moz-box-shadow:0px 3px 4px #CCC;
	-webkit-box-shadow:0px 3px 4px #CCC;
}

.pdfContainer {
	float:left;
	margin:15px 0px;
	position:relative;
	width:610px;
	padding:20px;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
	-moz-box-shadow:0px 3px 4px #CCC;
	-webkit-box-shadow:0px 3px 4px #CCC;
}

.redcordimg {padding:20px 3px 20px 0px;}

.redcordpdf h2 {float:right;width:65%;padding-top:35px;}

.redcordpdf a {padding:7px;top:10px;}

.redcorddescription {float:right;width:65%;}


#searchResults {
    height: 350px;
    overflow: auto;
}

.resultItem{
	padding:10px;
	border:1px solid #e5e5e5;
	margin:10px;
}

.resultThumb{
	float:left;
	width:100px;
}

.resultInfo{
	float:right;
	width:400px;
	display:block;
	padding-left:10px;
	border-left:1px solid #eeeeee;
	font-size:10px;
}

.resultInfo a{
	font-weight:bold;
}

.resultInfo ul, .resultInfo ol{
	margin-left:10px;
}

.anythingSlider {
	height:460px;
	float:left;
	margin:0px;
	position:relative;
	width:640px;
}

#slideContainer{
	overflow:hidden;
	height:400px;
	left:0;
	margin:15px 0px;
	margin-left: 7px;
	position:absolute;
	top:0;
	border:1px solid #CCC;
	width:640px;
	background-image:url(../images/sliderBack.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border-radius: 10px;
}

#slideContainer ul{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	position:absolute;
	top:0;
	width:9999px;
}

#slideContainer ul li{
	display:block;
	float:left;
	height:480px;
	margin:0;
	padding:0;
	width:640px;
}

.anythingSlider .forward {
    background-position: -32px 0;
    right: -5px;
    top: 380px;
}

.anythingSlider .forward:hover{
	background-position:-32px -32px;
}

.anythingSlider .back {
    background-position: 0 0;
    bottom: 0;
    left: 10px;
    top: 380px;
}

.anythingSlider .back:hover{
	background-position:0px -32px;
}

.arrow{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
	background:transparent url(../img/SliderArrows.png) no-repeat scroll 0 0;
	height:32px;
	cursor:pointer;
	position:absolute;
	text-indent:-9999px;
	top:200px;
	width:32px;
  border-radius: 16px;
}

#thumbNav{
	position:absolute;
	text-align:center;
	top:410px;
	left:20px;
	height:40px;
	font-size:18px;
}

#thumbNav a{
	color:#333;
	display:inline-block;
	margin:0 20px 0 0;
	text-decoration:none;
	height:40px;
}

#thumbNav a.cur {
	color:#999999;
}

#start-stop {
	text-decoration:none;
	position:absolute;
	top:410px;
	left:320px;
	font-size:18px;
	color:#333;
	height:30px;
}

#sliderTextBox{
	float:right;
	top:60px;
	position:relative;
	width:280px;
	padding:10px;
	border:1px solid #CCC;
	margin-right:20px;
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
	-moz-box-shadow:0px 3px 4px #CCC;
	-webkit-box-shadow:0px 3px 4px #CCC;
}

#searchContainer, #welcomeContainer, #contactDetailsContainer, #redcordPDFlist{
	width:93%;
	margin-left:2px;
	float:right;
	padding:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	height:390px;
	color:#000;
	background-image:url(../img/searchBoxBack.jpg);
	background-position:top left;
	background-repeat:repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


#redcordPDFlist {
  background: #Ffffff;
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, .15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, .35)), color-stop(50%, rgba(0, 0, 0, 0.25)));
  height: auto;               
  min-height:390px;
                 }
#redcordPDFlist h2 { 
  padding-bottom:10px;

   }


#searchContainer p{
	height:50px;
	padding-top:5px;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #FFF;
}

#index_search_box {
margin:5px 0px;
}

.search_box {
height:80px;
overflow:hidden;
width:250px;
}

.search_box .search_input {
background:url("../img/SearchBack.png") no-repeat transparent;
height:40px;
overflow:hidden;
width:250px;
border:0px solid #CCC;
}

.left {
clear:none;
float:left;
}

.search_box .search_input .input_text {
background:none repeat scroll 0 0 ;
border:0 none;
color:#999999;
font-size:18px;
font-weight:normal;
height:23px;
margin:4px 10px;
overflow:hidden;
padding:5px;
width:220px;
}

.search_button {
/*background:url("../img/search.jpg") no-repeat scroll right transparent;*/
height:30px;
margin:10px 0px;
overflow:hidden;
width:120px;
}

#jquery-live-search { 
	background: #FFF; 
	border: solid 2px #999999;
	width:400px !Important;
	margin-left:-172px;
	padding:5px;
	height:380px;
	overflow:auto;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #333;
	-moz-box-shadow:0px 3px 4px #333;
	-webkit-box-shadow:0px 3px 4px #333;
}

#jquery-live-search a{
	text-decoration:none;
	font-weight:normal;
	color:#000;
}
#jquery-live-search a:hover{
	text-decoration:underline;
}

#jquery-live-search p{
	padding-bottom:3px;
	border-bottom:1px solid #e5e5e5;
}

.right {
clear:both;
float:left;
}

.checkbox{
height:22px;
width:25px;
background-image:url(../img/checkbox.jpg);
background-repeat:no-repeat;
display:block;
float:left;
margin-bottom:10px;
}

.radio{
	height:22px;
	width:25px;
	background-image:url(../img/radiobutton.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
}

.select {
	position: absolute;
	width: 160px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 22px;
	padding: 0 24px 0 10px;
	color:#333;
	font: 12px/21px arial,sans-serif;
	background: url(../img/dropdown.jpg) no-repeat;
	overflow: hidden;
}

input.styled{
	display:none;
}

.halfBoxText{
	padding:10px;
	border:1px solid #e5e5e5;
	margin-left:20px;
}

#profile-left-content {
	width: 58%;
	float: left;
	/*background-color:#FFF;*/
	margin-left:10px;
	display:inline;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(/css/PIE.htc);
	position:relative;
	min-height: 270px;
}

#profile-right-content {
	border:1px solid #CCC;
	background-color:#FFF;
	margin-right:10px;
	display:inline;
	width: 38%;
	float: right;
	clear:right;
	background-image:url(../img/searchBoxBack.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(/css/PIE.htc);
	position:relative;
	/*background-color:#FFF;*/
}

#product-left-content {
width:49%;
float: left;
/*background-color:#FFF;*/
margin-left:7px;
display:inline;
/* border-left:1px solid #eee;  */
}

#product-right-content {
display:inline;
width: 48%;
float: right;
clear:right;
margin-right:15px;
/*background-color:#FFF;*/
}

#left-content {
width: 50%;
float: left;
/*background-color:#FFF;*/
}

#left-content h1{
background-color:#FFF;
color:#000;
padding:3px;
border-left:5px solid #999999;
}

#right-content {
width: 50%;
float: left;
clear:right;
/*background-color:#FFF;*/
}

#right-content h1{
background-color:#FFF;
color:#000;
padding:3px;
border-left:5px solid #999999;
}

#home-left-content {
width: 60%;
float: left;
background-color:#FFF;
z-index:2;
}

#home-right-content {
width: 28%;
float: right;
clear:right;
background-color:#FFF;
margin-top:15px;
margin-right:7px;
}

#full-content {
/*width: 100%;
float: left;
background-color:#FFF;*/
}

#affvideobox object embed { border-radius: 10px;}

#left-content #redcord-content .redcordNav a img {left: 10px; position: relative; top: -4px;}

/* -------------------- Category Styling -------------------- */

#categoryProfile {
background-color:#FFF;
margin:0px auto;
width:960px;
padding-top:10px;
padding-bottom:5px;
border-bottom:0px solid #D5D5D5;
border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:15px;
	box-shadow: 0 0 10px #000000;
}

#categoryImage {
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
/*box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;*/
float:right;
width:200px;
margin-bottom:20px;
border:0px solid #CCC;
margin-left:10px;
text-align:center;
}

#topCategoryImage {
	margin:0px auto;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
width:100px;
padding:10px;
display:block;
border:1px solid #CCC;
text-align:center;
background-color:#FFF;
}

#categoryImage p {
margin-bottom:5px;
font-size:12px;
}

#categoryDescription {
float:left;
margin:5px 10px;
padding:0 5px;
display:inline;
width:97%;
font-size:11px;
border:0px solid #CCC;
margin-right: 0px;
padding-right:0px;
}

#categoryDescription ul{
	margin-left:15px;
}

#categoryThumbText{
font-size:9px;
}

#categoryThumbText a{
font-size:11px;
}

#categoryThumbText h2{
font-size:11px;
font-weight:normal;
}

#categoryThumbText h1{
display:block;
margin:0px;
background-color:#FFF !important;
color:#333 !important;
font-size:12px;
font-weight:normal;
border-left:none !important;
}

#TopCategoryDescription {
text-align:center;
float:left;
margin:5px 10px;
padding:4.5px 5px;
display:inline;
width:40%;
font-size:11px;
/*height:300px;
overflow:auto;*/
}

#categoryListing {
background-color:#FFF;
margin-left:0px;
position:relative;
}

#categoryInfo {
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
background-color:#FFF;
width:45%;
text-align:center;
float:left;
margin:10px 10px 15px 20px;
display:inline;
border:1px solid #CCC;
border-top:3px solid #CCC;
height:250px;
}

 #left-content #categoryListing #categoryInfo {
margin-left:10px;
margin-right:5px;
}    

#categoryInfo h2{
line-height:1.2em;
}

#categoryThumb {
width:200px;
margin:0px auto;
}

#categoryThumb a {
width:100px;
}

#categoryName {
font-weight:bold;
font-size:11px;
line-height:1.8em;
height:50px;
/*background-image:url(../img/nameBack.jpg);*/
}

#categoryName a {
color:#555;
text-decoration:none;
}

#categoryName a:hover {
color:#999;
text-decoration:none;
}

div.jGrowl-notification{
	margin-top:30px !important;
}

/* -------------------- Product Styling -------------------- */

#productFeatures{
float:right;
width:95%;
margin-top:0px;
line-height:3em;
margin-left:5px;
}

.featureHighlight{
font-weight:bold;
}

#productDescription {
float:left;
margin:5px 0px;
padding:0px;
display:inline;
width:100%;
font-size:11px;
/*height:300px;
overflow:auto;*/
border:0px solid #CCC;
}

#productDescriptionText{
	float:left;
	width:50%;
	border:0px solid #e5e5e5;
	margin-left:5px;
}

#productDescription h1{
	font-size:14px;
	line-height:normal;
	display:block;
	margin-bottom:10px;
}

#productDescription h2.new, h2.new {
	font-size:14px;
	line-height:normal;
	display:block;
	margin-bottom:10px;
	color: #000000;
}

#productDescription h2 {
	font-size:14px;
	line-height:normal;
	display:block;
	margin-bottom:10px;
	color: #000000;
}

#productDescription h3, #productDescription h3.new, h3.new {
font-size:13px;
font-weight:bold;
text-decoration:none;
line-height:normal;
padding: 10px 0px;
}

#productImage {
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
float:right;
width:200px;
margin-bottom:20px;
border:1px solid #CCC;
margin-left:10px;
text-align:center;
}


#productDescription li{
	margin-left:15px;
}

#addToCart{
	text-align:center;
	margin:10px 5px;
}

.outofstock{
	 color:#333;
	 background-color:#f5f5f5;
	 padding:3px;
	 border:1px solid #CCC;
}

#purchasePopups{
width:98%;
background-color:#e5e5e5;
padding-left:2%;
padding-top:5px;
margin-top:10px;
text-align:left;
border-top:1px solid #999;
}

#productListing {
background-color:#FFF;
position:relative;
}

#productInfo {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:0px 2px 3px #CCC;
-moz-box-shadow:0px 2px 3px #CCC;
-webkit-box-shadow:0px 2px 3px #CCC;
background-color:#FFF;
width:30%;
text-align:center;
float:left;
margin-top:11px;
margin-left:13px;
margin-bottom:15px;
display:inline;
border:1px solid #CCC;
border-top:2px solid #CCC;
height: 255px;
}

#productInfoHome {
	border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
background-color:#FFF;
width:30%;
text-align:center;
float:left;
margin-top:15px;
margin-left:15px;
display:inline;
border:1px solid #E5E5E5;
border-top:3px solid #CCC;
height:160px;
}

#productThumb {
width:100px;
margin:0px auto;
margin-top:30px;
height:100px;
}

#productThumb a {
width:100px;
}

#productThumb a:hover {
width:100px;
}

#productThumb a img
{
margin-left:5px;
margin-top:-20px;
}

#productName {
font-weight:bold;
font-size:11px;
line-height:1.2em;
height:50px;
/*background-image:url(../img/nameBack.jpg);*/
margin-bottom:5px;
}

#productName a {
color:#555;
text-decoration:underline;
}

#productName a:hover {
color:#999;
text-decoration:none;
}

#ProductPrice{
/*font-weight:bold;*/
font-size:11px;

}

.ProductPrice{
/*font-weight:bold;*/
font-size:11px;
padding-left:35px;
}

#optionsContainer{
	width:90%;
	border:1px solid #929292;
	float:right;
	margin:5px 0px 15px;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
		background-image:url(../img/searchBoxBack.jpg);
	background-position:top left;
	background-repeat:repeat;
 min-height: 202px;
 padding-bottom:0px;
}

#product-right-content

.selectContainer{
	width:100%;
	height:30px;
	margin-top:10px;
	border-bottom:1px solid #e5e5e5;
	display:block;
}

.selectContainer:last-child {
	width:100%;
	height:30px;
	margin-top:10px;
	border-bottom:0px solid #e5e5e5;
	display:block;
}


#product_options {
 	margin:15px 0px 15px;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
		background:#ffffff;
  	border:1px solid #cccccc;

}


.selectHeading{
	float:left;
	width:25%;
}

.selectDropdown{
	 float:left;
}

#valueContainer{
	width:90%;
	border:1px solid #929292;
	float:right;
	margin:5px 0px 15px;
	padding:10px;
	background-image:url(../img/searchBoxBack.jpg);
	background-position:top left;
	background-repeat:repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#valueOption{
width:95%;
border:1px solid #CCC;
float:right;
margin:5px 0px;
padding:10px;
background-color:#FFF;
border-radius: 10px;	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


#recommendedProducts{
width:95%;
border:1px solid #929292;
float:right;
margin:5px 0px 15px 0px;
padding:10px 0px;
border-radius: 10px;	-moz-border-radius:10px;
	-webkit-border-radius:10px;
background:  #efefef;

}


#productPricing span{
	text-decoration:underline;
}

#productPricing p{
font-size:11px;
margin:5px;
margin-right:20px;
display:inline;
}

#productPricing h2{
margin-left:5px;
}

#alsoBought {
background-color:#FFF;
width:31%;
text-align:center;
float:left;
margin-top:5px;
margin-left:5px;
margin-bottom:15px;
display:inline;
border:1px solid #E5E5E5;
border-top:2px solid #CCC;
height:160px;
border-radius: 10px;	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#alsoBought2 {
background-color:#FFF;
width:90%;
text-align:left;
float:left;
margin-top:5px;
margin-left:5px;
margin-bottom:15px;
display:inline;
border:1px solid #E5E5E5;
border-top:3px solid #CCC;
}

#alsoBought2 h1{
	display:block;
	margin:5px;
}

.TabbedPanelsContentGroup {
border-radius: 0px 10px 10px 10px;
}

.TabbedPanelsTabGroup li:first-child {
 border-radius: 10px 0px 0px 0px;
}

.TabbedPanelsTabGroup li:last-child {
 border-radius: 0px 10px 0px 0px;
}

.TabbedPanelsContentGroup {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    clear: both;
}

.TabbedPanelsContent img {
padding-left:10px;
}

#productImage hr {

color: #fff;
border:#ccc 0.01em solid;
height:.1em;
width:100%;
margin: 0 auto;
}

#relatedProducts {
border:1px solid #929292;
width:100%;
float:left;
font-size:11px;
letter-spacing:-1px;
margin-top:35px;
height:365px;     
overflow:auto;
margin:15px 0px;
padding:10px 0px;
border-radius: 10px;	-moz-border-radius:10px;
	-webkit-border-radius:10px;
background: #efefef;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#efefef), to(#ffffff));
background: -webkit-linear-gradient(#efefef, #ffffff);
background: -moz-linear-gradient(#efefef, #ffffff);
background: -ms-linear-gradient(#efefef, #ffffff);
background: -o-linear-gradient(#efefef, #ffffff);
background: linear-gradient(#efefef, #ffffff);
}


#relatedProducts p{
	margin:10px 0px;
	border-bottom:1px solid #eee;
	padding:5px 0px;
}

#relatedProducts:Last-child p{
	margin-bottom:0px;
	border-bottom:0px solid #eee;
	padding-bottom:0px;
}


#relatedProducts img, #recommendedProducts img{
	margin:0px 0px 0px 10px;
/*	border-bottom:1px solid #eee;   */
	padding:0px 0px;
}

#relatedProducts a{
color:#000;
margin-left:5px;
text-decoration:none;

}

#relatedProducts a:hover{
color:#999;
margin-left:5px;
}

/* -------------------- View Cart & Check Out Styling -------------------- */

#creditOffOrder{
	display:none;
	float:right;
	padding:10px;
	margin-top:0px;
	text-align:right;
	background-color:orange;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:10px;
}

#creditOffOrder h1{
	color:black;
}

#creditOffOrder h2{
	color:black !Important;
}

#availableCredit, #availableWSCredit{
	display:none;
	float:right;
	width: 100px;
    padding:10px;
	margin-top:0px;
	text-align:right;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#availableCredit {background-color:orange;}
#availableWSCredit {background-color:orange;}

#availableCredit h1, #availableWSCredit h1{
	color:black;
}

#availableCredit h2, #availableWSCredit h2{
	color:black !Important;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

li.active a{
	color:#FFF !important;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
  font-family: pt sans narrow;
  font-size: 1.5em;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #669900;
	border-bottom: 1px solid #669900; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.continue-buttons, .save-buttons {
	background-color:#669900;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #333;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 2px 3px #333;
	-moz-box-shadow:0px 2px 3px #333;
	-webkit-box-shadow:0px 2px 3px #333;
	text-shadow:-1px 1px 1px #333;
	text-decoration:none;
}

.continue-buttons:hover, .save-buttons:hover {
	background-color:#77b200;
	font-weight:bold;
	color:#000;
	border:1px solid #000;
	text-shadow:-1px 1px 1px #FFF;
}

#checkoutPointsContainer{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/css/PIE.htc);
	border:1px solid #CCC;
	margin:10px 0px;
	background-color:#f5f5f5;
}

.checkoutPoints{
	display:inline;
	float:left;
	margin:10px;
	font-size:12px;
	width:45%;
	padding:5px;
}

.checkoutPointsRight{
	display:inline;
	float:right;
	margin:10px;
	font-size:12px;
	width:45%;
	padding:5px;
}

.checkoutPoints p, .checkoutPointsRight p{
	margin-bottom:0px;
}

.checkoutPoints span, .checkoutPointsRight span{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#999999;
	padding:5px; width:24px;
	height:14px;
	margin:10px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(/css/PIE.htc);
}

.checkoutNumbers{
	font-size:24px;
	color:#FFF;
	background-color:#999999;
	padding:5px; width:24px;
	height:24px;
	margin:10px 0px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/css/PIE.htc);
	float:left;
	display:inline;
}

#viewCartContainer{
	padding-left:0px;
	width:100%;
	position:relative;
}

#viewCartContainer h1 a{
	color:#999999;
	text-decoration:underline;
}

#viewCartContainer h1 a:hover{
	color:#666;
	text-decoration:none;
}

#viewCartContainer form{
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}

#cartImage, #cartPrice {
	display:block;
	height:100px;
	float:left;
	width:15%;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#cartQuantity {
	display:block;
	height:100px;
	float:left;
	width:10%;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#cartSub {
	display:block;
	height:100px;
	float:left;
	width:10%;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#cartProduct {
	display:block;
	height:100px;
	float:left;
	width:40%;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#cartRemove {
	display:block;
	height:100px;
	float:left;
	width:10%;
	padding:5px;
	border-right:0px dashed #e5e5e5;
}


.cart_summary { width: 100%; margin-left: 0%;}

#previousProductContainer {
	float:left;
	margin:10px 0px;
	position:relative;
	width:60%;
	border:1px solid #ccc;
	padding:5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}


#previousCartProduct, #previousCartImage, #previousCartPrice, #previousAdd{
	display:block;
	height:100px;
	float:left;
	width:20%;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#previousAdd form{
	border:0px;
	box-shadow:0px 0px 0px #CCC;
-moz-box-shadow:0px 0px 0px #CCC;
-webkit-box-shadow:0px 0px 0px #CCC;
}

#previousRightContent {
	width: 35%;
	padding:5px;
	float: right;
	clear:right;
	background-color:#FFF;
	margin:10px 0px;
	border:1px solid #ccc;
	background-image:url(../img/searchBoxBack.jpg);
	background-position:top left;
	background-repeat:repeat;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}

#orders{
	border:1px solid #ccc;
	padding:5px;
	background-color:#FFF;
	margin:10px 0px 20px;
	background-image:url(../img/cal_32x32.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#PopupcartImage{
	display:block;
	float:left;
	height:50px;
	width:50px;
	padding:5px;
	margin-left:-10px;
}

#PopupcartProduct{
	display:block;
	float:left;
	padding:5px;
	width:120px;
	font-size:11px;
}

#PopupcartQuantity{
	display:block;
	float:left;
	height:50px;
	padding:5px 0px;
}

#PopupcartRemove{
	display:block;
	float:left;
	height:40px;
	padding:10px 0px;
}

#summaryContainer{
	padding:5px 20px;
	width:100%;
	position:relative;
	float:right;
	border:1px solid #CCC;
	margin-bottom:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}

#summaryContainer #cartProduct{
	width:25%;
}

#freightContainer{
	padding: 5px 20px;
	display:block;
	width:100%;
	position:relative;
	float:right;
	border:1px solid #CCC;
	margin-top:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}

#freightList{
	margin-top:20px;
}

.freightChoices{
	display:block;
	width:100%;
	height:40px;
}

#deliveryDetails{
	padding: 5px 20px;
	width:95%;
	position:relative;
	float:left;
	margin-bottom:15px;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}

#SaveAddress{
	display:none;
}

.deliveryEntry{
	display:block;
	width:100%;
	height:30px;
}

.deliveryEntry p{
}

#paymentDetails{
	padding: 5px 20px;
	width:100%;
	position:relative;
	float:right;
	margin-top:15px;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}

#checkoutFinal{
	padding: 5px 20px;
	width:100%;
	position:relative;
	float:right;
	margin-top:15px;
	border:2px solid #690;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
-moz-box-shadow:0px 3px 4px #CCC;
-webkit-box-shadow:0px 3px 4px #CCC;
}


#paymentChoices{
	margin-top:20px;
	width:35%;
	float:left;
	padding:5px;
	border:1px solid #e5e5e5;
}

#cardDetails, #callBackDetails, #chequeDetails, #directDeposit{
	margin-top:20px;
	width:55%;
	float:right;
	padding:5px;
	border:1px solid #e5e5e5;
}

#cardDetailsInput{
	display:block;
	width:100%;
	height:32px;
}

#callbackDetails{
	display:block;
	width:100%;
	height:35px;
}

input[type="radio"]{
	vertical-align:middle;
}

#checkoutProduct{
	width:48%;
	display:block;
	float:left;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#checkoutQuantity, #checkoutSub{
	width:22%;
	display:block;
	float:left;
	padding:5px;
	border-right:1px dashed #e5e5e5;
}

#cartItem{
	margin:10px 0px 5px;
	border:1px solid #FFF;
	padding:5px;
	background-color:#FFF;
}

#cartMinusFreight{
	margin-top:20px;
	text-align:right;
	margin-bottom:5px;
	border-top:1px solid #e5e5e5;
	background-color:#FFF;
	padding:5px;
}

#cartTotal1, #freightTotal, #gstTotal{
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
}

#grandTotal{
	display:block;
	float:right;
	padding:10px;
	margin-top:0px;
	text-align:right;
	background-color:#666;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#grandTotal h1{
	color:#FFF;
}

#grandTotal h2{
	color:#FFF !Important;
}

.VisiblePayment
{
	display:block;
	position:relative;
}

.InvisiblePayment
{
	display:none;
}

/* -------------------- Footer Styling -------------------- */

#footerContainer {
/*    background-color: #292929;
    background-image: url("../images/mainBack.jpg");
    background-position: left top;
    background-repeat: repeat-x;*/
display:none;
    border-top: 1px solid #262626;
}
                      
#footer, .ie6ness {
width: 960px;
/*background-image:url(../img/footerBack.jpg);
background-position:left top;
background-repeat:repeat-x;*/
margin: 0 auto;
text-align:center;
border-top:0px solid #CCC;
height:150px;
/*background-color:#B3C138;*/
}

/* #footer li {
display:inline;
}   */


#footer li {
    background: url("../images/buttonBack2.jpg") repeat scroll 0 200px #444444;
    border-radius: 7px 7px 7px 7px;
    border-right: 0 solid #999999;
    display: inline;
    height: 20px;
    line-height: 18px;
    margin: 0;
    padding: 2px;
}

#footer  li a:hover, #footer li:hover{
    background: url("../images/buttonBack2.jpg") repeat scroll 0 150px #444444;
    color: #fff;
    border-radius: 7px ;
    text-decoration:none;
}


#footer a {
font-size:12px;
font-weight:normal;
color:#ddd;
text-decoration:none;
/* height:40px; 
padding-top:8px;  */
display:inline-block;
text-align:center;
border-right:0px solid #B3C138;
border-left:0px solid #B3C138;
background:none !important;
margin:10px 10px;
}

#footer a:hover {
color:#e5e5e5;
text-decoration:underline;
border-right:0px solid #333;
border-left:0px solid #333;
}

#footer.ie6ness a {
font-size:12px;
font-weight:normal;
color:#ddd;
text-decoration:none;
/* height:40px; 
padding-top:8px;  */
display:inline-block;
text-align:center;
border-right:0px solid #B3C138;
border-left:0px solid #B3C138;
background:none !important;
margin:10px 10px;
}

#footer.ie6ness li {
    background: none;
    border-radius: 7px 7px 7px 7px;
    border-right: 0 solid #999999;
    display: inline;
    height: 20px;
    line-height: 18px;
    margin: 0;
    padding: 2px;
}

#footer.ie6ness  li a:hover, #footer.ie6ness li:hover{
    background: none;
    color: #fff;
    border-radius: 7px ;
    text-decoration:none;
}






/* ---------------------------------- Dashboard ------------------------------------------- */

.dashboardContainer {
	float:left;
	margin:15px 0px;
	width:620px;
	clear:none;
	padding:20px;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 3px 4px #CCC;
	-moz-box-shadow:0px 3px 4px #CCC;
	-webkit-box-shadow:0px 3px 4px #CCC;
	behavior: url(/css/PIE.htc);
	background-color:#FFF;
}

.dashboardContainer h2{
	margin-top:20px;
}

.dashboardContainer ol{
	margin:20px;
}

.dashbord-right-content{
width: 25%;
float: right;
background-color:#FFF;
margin-top:15px;
display:inline;
}

#dashboardMenu{
	width:90%;
	margin-left:2px;
	float:right;
	padding:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	height:220px;
	color:#000;
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(/css/PIE.htc);
	position:relative;
}

#dashboardMenu ul{
	padding-top:10px;
	list-style:none;
	margin-left:10px;
	margin-right:10px;
}

#dashboardMenu li{
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;
}

#dashboardMenu a{
	font-size:14px;
	text-decoration:none;
}

.dashboardTile{
	width:29%;
	display:block;
	height:150px;
	float:left;
	border:1px solid #e5e5e5;
	padding:5px;
	margin:10px 12px 10px 0px;
	box-shadow:0px 3px 4px #CCC;
	-moz-box-shadow:0px 3px 4px #CCC;
	-webkit-box-shadow:0px 3px 4px #CCC;
	behavior: url(/css/PIE.htc);
}

.reportHeadings{
	background-color:#666;
	color:#FFF;
	border-bottom:1px solid #333;
	margin-top:20px;
}

.reportHeading{
	float:left;
	padding:5px;
	border-right:1px solid #333;
	height:40px;
}
.reportRows{
	border-bottom:1px solid #CCC;
	margin-top:10px;
}

.reportListing{
	float:left;
	padding:5px;
	border-right:0px solid #CCC;
	height:30px;
}

#reportListing1{
	width:15%;
}
#reportListing2{
	width:19%;
}
#reportListing3{
	width:14%;
}
#reportListing4{
	width:27%;
}
#reportListing5{
	width:15%;
}
#reportListing6{
	width:15%;
	border-right:none!important;
}

/* -------------------- Specials Styling -------------------- */

#sideColumn{
	width:160px;
	float:left;
	height:600px;
	padding:5px;
	background-color:#222;
	margin:10px;
	text-align:center;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	behavior: url(/css/PIE.htc);
}

#sideColumn p{
	margin-top:10px;
}

#productWindow{
	width:200px;
	padding:5px;
	border:1px solid #e5e5e5;
	margin:10px;
	float:left;
	height:240px;
	display:inline;
	text-align:center;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0px 2px 3px #CCC;
-moz-box-shadow:0px 2px 3px #CCC;
-webkit-box-shadow:0px 2px 3px #CCC;
	behavior: url(/css/PIE.htc);
}

#productWindow h1{
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
}

#productWindow h2{
	font-size:10px;
	text-decoration:underline;
	margin-bottom:10px;
	margin-top:10px;
}

#productWindow p{
	height:55px;
	font-size:10px;
}

#productWindow span{
	color:#FFF;
	background-color:#F00;
	padding:2px;
	font-weight:bolder;
	font-size:14px;
}

/* -------------------------Slide Panel------------------------------ */

.panel {
	position: fixed;
	top: 80px;
	right: 0;
	display: none;
	background: #FFF;
	border:1px solid #111111;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	width: 250px;
	height: auto;
	padding: 30px 130px 30px 30px;
	/*filter: alpha(opacity=85);
	opacity: .85;*/
   border-radius: 20px 0 0 20px;
  box-shadow: 0 0 10px #000000;
	z-index:1000;
}

a.trigger{
	position: fixed;
	text-decoration: none;
	top: 115px; right: 0;
  width: 90px;
	font-size: 12px;
	letter-spacing:-1px;
	color:#fff;
	padding: 10px 20px 10px 10px;
	background:#333333 url(../img/plus.png) 85% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
	z-index:1001;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 10px #000000;
}
	 
a.trigger:hover{
	position: fixed;
	text-decoration: none;
	font-size: 12px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 10px 20px 10px 10px;
	background:#000000 url(../img/plus.png) 85% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}
	 
a.active.trigger {
	background:#ffffff url(../img/minus.png) 85% 55% no-repeat;
  border-radius: 0px 0 0 0px;
  box-shadow: 0 0 0px #000000;
  color: #000000;
  border: 0px 1px 1px 0px solid #000000;
  border-width: 1px 1px 0px 0px;
}
	
.trigger{
	text-align:left;
}

a.dailyspecials{
	top: 40px; right: 0;
  width: 90px;
	position: fixed;
	text-decoration: none;
	font-size: 12px;
	letter-spacing:-1px;
	color:#fff;
	padding: 10px 20px 10px 10px;
	background:#222222;
	border:1px solid #444444;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
	z-index:1001;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 10px #000000;
}
	 
div.freightestimate{
	top: 215px; right: 0;
  width:90px;
	position: fixed;
	text-decoration: none;
	font-size: 12px;
	letter-spacing:-1px;
	color:#fff;
	padding: 10px 20px 10px 10px;
	background:#222222;
	border:1px solid #444444;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
	z-index:1001;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 10px #000000;
}
a.dailyspecials:hover{
	font-size: 12px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 10px 20px 10px 10px;
	background:#000000;
	border:1px solid #444444;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}
 
a.active.dailyspecials {
	background:#ffffff url(../img/minus.png) 85% 55% no-repeat;
  border-radius: 0px 0 0 0px;
  box-shadow: 0 0 0px #000000;
  color: #000000;
  border: 0px 1px 1px 0px solid #000000;
  border-width: 1px 1px 0px 0px;
}
.reveal-modal .close-reveal-modal {
    text-decoration:none;
}
div#slideContainer div#productInfoListing div#productInfoHome div#productThumb a img.ProductImage {
  margin-top:-25px !important;
}
#tidycheckcart, #nav li.tidycheckcart, #nav li.tidycheckcart a {width:80px;}
/* Quick responsive rough-in */
@media (max-width : 479px) {
  #logContainer,.freightestimate,.dailyspecials,.zopim,
  .subscribe,.tickerouter,#product-right-content,#relatedProducts,#verified,
  #topContainer p,#profile-right-content,.trigger,.anythingSlider 
  {display: none !Important;}
  div {border-radius:0px !Important;box-shadow:0 0 0 0;border-width:0px !Important;}
  #headerContainer>div, #navigation>div, #logContainer>div, #mainContentContainer>div, 
  #footerContainer>div, #headerRight, #rightHeader, #adminContainer, #searchContainer, 
  #searchResultsContainer {width: 100%;}
  #searchResults {overflow:visible;}
  .resultItem, .resultInfo h2 {width: 90%;clear:both;}
  .resultInfo {width: 100%;}
  #home-right-content,#previousProductContainer,#previousRightContent {width:95%;min-height:10em;}
  #profile-left-content,#product-left-content, #product-right-content, #productImage,
  #product-right-content>div, #right-content, #home-right-content, #searchContainer   
  {width: 100% !Important; padding: 0; margin: 0 0 1em 0 !Important;float: left !Important;}
  #categoryListing>div, #productListing>div#productInfo {width: 90% !Important; margin: 0 5em 1em 0;}
  #mainContent{padding:0;}
  #search{float:left;width:30%;}
  ul.tabs{height:160px;display:block;} 
  ul.tabs li{display:block;background:transparent;position:relative;clear:both;width:100%;text-align:center;}
  div.row{border-radius:0px !Important;box-shadow:0 0 0 0;}  
  .billingleft,.billingright,.deliveryleft,.deliveryright,div.row,#seniorsdiscount,#checkoutcoupon,
  #paymentChoices,#cardDetails
  {width:100% !Important;padding:0;}
  #cardDetailsInput{height:5em;width:100% !Important;}
  .deliveryEntry{height:6em;} 
  .deliveryEntry div{display:block;clear:both !Important;float:none !Important;}
  #navigation {height: 170px;}
  #navigation, #mainNav, #mainNav li, #mainNav li a {background-image:none !Important;background:transparent !Important;}
  #mainNav ul.firstLevel/*, li.last ul*/{display:none;}
  .reveal-modal {left:2% !Important;width:90% !Important;margin:0 !Important;padding:1em !Important;}
  #easyLoginLeft, #easyLoginRight {width: 90%;}
  #viewCartContainer #cartImage {display:none;} 
  #viewCartContainer #cartProduct, #viewCartContainer #cartPrice, #viewCartContainer #cartQuantity, 
  #viewCartContainer #cartSub, #viewCartContainer #cartRemove {width:20% !Important;}
  #cartTab #cartProduct {width:90% !Important;}
  #cartTab #cartQuantity, #cartTab #cartSub, #cartTab #cartRemove {width:30% !Important;}
  .freightChoices p {font-size: 0.8em;}
}
@media (min-width : 480px) and (max-width : 719px) {
  #logContainer,.freightestimate,.dailyspecials,.zopim,
  .subscribe,.tickerouter,#product-right-content,#relatedProducts,#verified,
  #topContainer p,#profile-right-content,.trigger,.anythingSlider
  {display: none !Important;}
  div {border-radius:0px !Important;box-shadow:0 0 0 0;border-width:0px !Important;}
  #headerContainer>div, #navigation>div, #logContainer>div, #mainContentContainer>div, 
  #footerContainer>div, #headerRight, #rightHeader, #adminContainer, #searchContainer, 
  #searchResultsContainer {width: 100%;}
  #searchResults {overflow:visible;}
  .resultItem, .resultInfo h2 {width: 90%;clear:both;}
  .resultInfo {width: 100%;}
  #home-right-content,#previousProductContainer,#previousRightContent {width:95%;min-height:10em;}
  #profile-left-content,#product-left-content, #product-right-content, #productImage,
  #product-right-content>div, #right-content, #home-right-content, #searchContainer   
  {width: 100% !Important; padding: 0; margin: 0 0 1em 0 !Important;float: left !Important;}
  #categoryListing>div, #productListing>div#productInfo {width: 42% !Important; margin: 0 5em 1em 0;}
  #mainContent{padding:0;}
  #search{float:left;width:30%;}
  ul.tabs{height:160px;display:block;} 
  ul.tabs li{display:block;background:transparent;position:relative;clear:both;width:100%;text-align:center;}
  div.row{border-radius:0px !Important;box-shadow:0 0 0 0;}  
  .billingleft,.billingright,.deliveryleft,.deliveryright,div.row,#seniorsdiscount,#checkoutcoupon,
  #paymentChoices,#cardDetails
  {width:100% !Important;padding:0;}
  #cardDetailsInput{height:5em;width:100% !Important;}
  .deliveryEntry{height:6em;} 
  .deliveryEntry div{display:block;clear:both !Important;float:none !Important;}
  #navigation {height: 130px;}
  #navigation, #mainNav, #mainNav li, #mainNav li a {background-image:none !Important;background:transparent !Important;}
  #mainNav ul.firstLevel /*, li.last ul*/{display:none;}    
  .reveal-modal {left:2% !Important;width:90% !Important;margin:0 !Important;padding:1em !Important;}    
  #easyLoginLeft, #easyLoginRight {width: 90%;}
  #viewCartContainer #cartImage {display:none;} 
  #viewCartContainer #cartProduct, #viewCartContainer #cartPrice, #viewCartContainer #cartQuantity, 
  #viewCartContainer #cartSub, #viewCartContainer #cartRemove {width:20% !Important;}
  #cartTab #cartProduct {width:90% !Important;}
  #cartTab #cartQuantity, #cartTab #cartSub, #cartTab #cartRemove {width:30% !Important;}
}
@media (min-width : 720px) and (max-width : 1023px) {
  #logContainer,.freightestimate,.dailyspecials,.zopim,
  .subscribe,.tickerouter,#product-right-content,#relatedProducts,#verified,
  #profile-right-content,.trigger,.anythingSlider  {display: none !Important;}
  /*.anythingSlider, #slideContainer, #slideContainer ul li {width:90% !Important;margin-left:5%;}*/
  div {border-radius:0px !Important;box-shadow:0 0 0 0;border-width:0px !Important;}
  div.row{border-radius:0px !Important;box-shadow:0 0 0 0;}  
  #navigation {height: 130px;}
  #navigation, #mainNav, #mainNav li, #mainNav li a {background-image:none !Important;background:transparent !Important;}
  #headerContainer>div,#navigation>div,#logContainer>div,#mainContentContainer>div, 
  #footerContainer>div,#headerRight,#rightHeader,#adminContainer 
  {width: 100%;}
  #mainNav ul.firstLevel {display:none;}    
  #profile-left-content,#product-left-content,#product-right-content>div,#right-content, #home-right-content, 
  #searchContainer    
  {width: 100% !Important; padding: 0; margin: 0 0 1em 0 !Important;float: left !Important;}
  #categoryListing>div, #productListing>div#productInfo {float: left; width: 29% !Important; margin: 0 1em 1em 0;}
  .reveal-modal {left:2% !Important;width:90% !Important;margin:0 !Important;padding:1em !Important;}
  #previousProductContainer,#previousRightContent{width:47%;}    
}
@media (min-width : 1024px) and (max-width: 1179px) {
  .freightestimate, .trigger, .zopim {display: none !Important;}
  .dailyspecials {top:90px !Important;width:50px !Important;}  
}
@media (min-width : 1180px) {
}
#cartPrice {display:none !Important;}
#extraNav5 a, #extraNav5 span {width:89px;display:none !Important;}
