/* Minification failed. Returning unminified contents.
(726,1): run-time error CSS1019: Unexpected token, found '}'
(1003,1): run-time error CSS1019: Unexpected token, found '}'
 */

/*----RESET----*/
* {
     margin:0;
     padding:0;
}

img {
     border:none;
     verticle-align:middle;
}

a {
     text-decoration:none;
     outline:none;
}

html, body {
     margin:0;
     padding:0;
     height:100%;
     -webkit-text-size-adjust: none;
}

h1 {
     padding:13px 0 0 0;
}


ul {
     list-style:none;
}

/*------------*/



/*----MAIN WRAPPER----*/
#page-wrap {
     /*width:480px;
     border:10px solid #fff;
     margin:10px auto;
     border:10px solid #fff;
     /*------LANDSCAPE TEST MODE-------*/
/*width:320px;
     border:10px solid #fff;
     margin:10px auto;
     border:10px solid #fff;
/*-------PORTRAIT TEST MODE--------*/
     width:100%;
     margin:0;
     padding:0;
/*--------FLUID WIDTH--------------*/
}

/*-------------------*/




/*--------GLOBAL ELEMENTS---------*/
.header {
     display: none;
}

.subheader {
     height:34px;
     text-align:center;
}

.subheader img {
     margin:10px 10px;
}

.welcome {
     height: 34px;
     line-height: 3.0;
     text-align: center;
}

.regular-price {
     padding-right:5px;
     float:left;
}

.content {
     overflow:hidden;
}

.navbg {
    height: 30px;
     width:100%;
}

.menu ul {
       list-style: none outside none;
       width: 100%;
}

.menu ul li {
    background-color: transparent;
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 3;
    list-style: none outside none;
    margin-left: -2px;
    margin-top: 1px;
    text-align: center;
    width: 19.89%;
}

.menu li:last-child {
    border-color: transparent transparent transparent #9CBCD9;
}

/* Smartphones (landscape) ----------- */
@media screen and (orientation:landscape) and (max-device-width : 480px)  {
	.menu ul li {
	    width: 19.98%;
	}
}


/* Smartphones (portrait) ----------- */
@media screen and (orientation:portrait) and (max-device-width : 480px)  {
	.menu ul li {
	    width: 19.89%;
	}
}

.menu ul li a {
    display: block;
}

.padded_content {
     display: inline-block;
     padding: 10px;
     width:95%;
}

.section .content .padded_content ul {
     list-style:disc;
     margin-left:15px;
}

.padded_content:last-child {
     border-bottom:none;
}

.search {
     float:right;
     width:90px;
     margin-right:10px;
     margin-top:7px;
}

.searchbar {
     border: 0 none;
     border-radius: 3px 3px 3px 3px;
     font-size: 10px;
     height: 25px;
     margin: 0 10px;
     padding-left: 5px;
     width: 70%;
}

.searchbutton {
     border: 0 none;
     font-size: 10px;
     height: 15px;
     line-height: 2;
     width: 60px;
     border-radius:none;
     float:right;
     margin-top:5px;
     margin-right:7px;
}

#nav {
     position: absolute;
     right: 0px;
     z-index: 9999;
     width: 100%;
}

#nav ul {
     position: relative;
     top: 0;
}

#nav li {
     line-height: 34px;
     list-style: none outside none;
     padding-top: 10px;
     z-index:9999;
}

#nav li#pulltab {
     width: 100%;
     height: 37px;
     text-align: right;
     line-height: 0;
     padding-top: 0px;
}

#nav a {
     text-align: center;
}

.title {
     height:40px;
     padding:0 0 0 10px;
     cursor:pointer;
     display:block;
     width:auto;
}

.title h1 {
     text-transform:none;
}

.title_static {
     padding:0 0 0 10px;
     display:block;
     width:auto;

}

a.title_static:hover {
     padding:0 0 0 10px;
     display:block;
     width:auto;
}


.title_static h1 {
     text-transform:none;
}

.title_indent {
     height:40px;
     padding:0 0 0 10px;
     cursor:pointer;
     display:block;
     width:auto;
     text-indent:15px;
}

.footer {
     width:100%;
     clear:both;
     height:100px;
}

.footer a {
     
}

.footer li {
     display:inline;
     

}

.footer li a {
    font-size:12px;
    color: #ff652f;
    padding:0 5px 0 5px;
}


.footer_content {
     width:200px;
     margin:0 auto;
}

.arrow {
     float:right;
     margin:11px 10px 0 0;
     cursor:pointer;
     display:block;
     width:18px;
     height:18px;
}

.arrow_active {
     float:right;
     margin:11px 10px 0 0;
     cursor:pointer;
     display:block;
     width:18px;
     height:18px;
}

.page_title {
     line-height:2.0;
     text-transform:uppercase;
}

.error {
     border-radius:5px;
     text-align:center;
     display:block;
     padding:5px 0;
     margin: 10px 5px;
}

searchbutton.input {
     border-radius:0;
}

/*-----------------------------*/

#searchbutton {
     border-radius:none !important;
     height:25px;
     text-transform:uppercase;
}

/*-----BUTTONS------*/
.button {
    
     border-radius:5px;
}

.wide_button {
     padding:7px;
     border-radius:5px;
     -moz-border-radius:5px;
     display:block;
     margin-right:5px;
     margin-left:5px;
     text-align:center;
}

.submit_btn {
     width:210px;
     border-radius:5px;
     border:none;
}

.product_btn {
     margin-right:0px;
     margin-top:15px;
}

.cart_btn {
     margin-top:15px;
     margin-right:20px;
     margin-bottom:10px;
     float:left;
}

.search_btn {
     margin-top:15px;
     margin-bottom:10px;
     margin-left:10px;
     float:left;
}

.button_qty {
     padding:3px 10px 3px 5px;
     width:3px;
     text-align:center;
     float:left;
     cursor:pointer;
     border-radius:5px;
}

.buttons {
     width:125px;
     float:right;
}

.button img {
     float:left;
     padding-right:4px;
     margin-top:-1px;
}

.button:hover {
     cursor:pointer;
}

.sch_btn {
     float:right;
     padding:0;
     margin-top:-1px;
     display:block;
     width:18px;
     height:18px;
     text-indent:-9999px;
}

.filter_btns li {
     float:left;
     margin-top:6px;
     font-size:10px;
     margin-right:10px;
}


#searchKeyword {
     z-index:9999;
}

/*------------------*/

.overview {
     width:100%;
}

.prod_info {
    min-height: 104px;
    padding: 10px 0 20px 10px;
}

.star {
     width:15px;
     height:15px;
     display:block;
     text-indent:-9999px;
     float:left;
}

.star_selected {
     width:15px;
     height:15px;
     display:block;
     text-indent:-9999px;
     cursor:pointer;
     float:left;
}

.star_half {
     width:15px;
     height:15px;
     display:block;
     text-indent:-9999px;
     cursor:pointer;
     float:left;
}

.product_img {
     float:left;
     margin-right:10px;
}


.profile_icon {
     float:left;
     margin-right:10px;
     margin-left:20px;
     margin-bottom:35px;
     width:70px;
}

.inc {
     float:left;
     margin-right:10px;
     margin-top:5px;
}

.dec {
     float:right;
     margin-top:5px;
}

.qty_title {
     padding-left:10px;
}

.quantity {
     border:none;
     background:none;
     width:20px;
     margin-top:10px;
}

.cart_item {
     width:100%;
     padding:10px;
}

.cart_item img {
     float:left;
     padding-right:10px;
}

.solidbg {
     text-align:center;
     padding:10px 0;
}

.form {
     width:70px;
     float:right;
     margin-right:20px;
}

.formtxt_right {
     text-align:left;
}

.profile_icons li {
     float:left;
     margin-left:15px;
     margin-right:25px;
     padding:70px 0 0 0;
     font-size:9px;
}

.profile_screen {
     width:100%;
     height:240px;
     text-align:center;
     margin-bottom:20px;
}

.login_icon {
     width:60px;
     height:64px;
}

.purch_icon {
     width:60px;
     height:64px;
}

.lang_icon {
     width:60px;
     height:64px;
}

.notif_icon {
     width:60px;
     height:64px;
}

.bill_icon {
     width:60px;
     height:64px;
}

.ship_icon {
     width:60px;
     height:64px;
}

.pagination {
     display:none;
}

.subscript {
     margin-top:-3px;
     text-indent:5px;
     font-size:9px;
}

.filter {
     height:33px;
     padding-left:10px;
     padding-bottom:5px;
     padding-top:5px;
}

.srch_rslt_img {
     float:left;
     padding-right:10px;
}


.srch_arrow {
     float:right;
     margin-top:25px;
     font-size:60px;
}

.tag {
     float:right;
     margin-right:5px;
}

.gr {
     width:10px;
     height:10px;
     border-radius:10px;
     text-indent:5px;
}

.pu {
     width:10px;
     height:10px;
     border-radius:10px;
     text-indent:15px;
}

.points {
     cursor:pointer;
     border-bottom:1px dotted;
}

.login_form {
     margin:15px auto;
     width:230px;
}

.login_form a {
     border-bottom:1px dotted;
}


.avail {
     border-radius:30px;
     width:30px;
     height:30px;
     display:block;
     float:right;
     line-height:2;
     text-indent:5px;
     margin-top:-50px;
     margin-right:15px;
}

.select_rating {
     float:right;
     width:120px;
     margin-right:30px;
}

table {
     width:100%;
}

.indent {
     padding-left:5px;
}

#slides {
     float:left;
     width:110px;
     height:110px;
}

.next {
     margin-right: 20px;
}

.avail span {
     margin-right:15px;
}

#Indicators {
     text-align: center;
     margin-top: 20px;
}

#Indicators span {
     display: inline-block;
     height: 10px;
     width: 10px;
     margin: 0 10px 0 0;
     padding: 0;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     -o-border-radius:5px;
     border-radius:5px;
     background: #c5c5c5;
     overflow:hidden;
}


/*------LANDSCAPE SPECIFIC------*/
@media screen and (min-width:321px) {
     .login_screen {
     width:100%;
     height:240px;
     margin:0 auto;
     text-align:center;
     margin:0 auto;
     margin-bottom:20px;
}

.profile_icons li {
     float:left;
     margin-left:40px;
     margin-right:50px;
     padding:70px 0 0 0;
     font-size:9px;
}

.subheader {
     text-align:center;
}

.search {
     float:right;
     width:90px;
     margin-right:10px;
     margin-top:7px;
}

.filter_btns li {
     float:left;
     margin-top:6px;
     font-size:10px;
     margin-right:50px;
}

.formtxt_right {
     text-align:left;
}

.searchbar {
     border: 0 none;
     border-radius: 3px 3px 3px 3px;
     font-size: 10px;
     height: 25px;
     margin: 0 10px;
     padding-left: 5px;
     width: 80%;
}

;
}

/*-----------------------------*/
#slider li:first-child {
     z-index:9999;
}

/*--------advertisment---------*/
#scroller-wrap {
     width: 270px;
     height: 185;
     margin: 20px auto 0;
     position: relative;	z-index: 1;
     overflow: hidden;
}

#scroller {
     float: left;
     position: relative;
     z-index: 99;
     height: 100%;
     /* li width over number of li items */;
}

#scroller ul {
     display: block;
     float: left;
     width: 100%;
     height: 100%;
     list-style: none;
}

#scroller li {
     display: block;
     float: left;
     width: 270px;
     height: 185px;
     text-align: center;
}

.scroller-loader {
     width: 270px;
     height: 240px;
     margin-left: -135px;
     position: absolute;
     left: 50%;
}

.scroller-loader img {
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -25px 0 0 -25px;
}

#scroller ul {
     text-align: left;
}

.noborder {
     border:none !important;
}

#scroller-nav {
     width: 280px;
     margin: 10px auto 2px;
     overflow: auto;
}

#scroller-prev {
     float: left;
     cursor: pointer;

    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    padding: 0;
}

#scroller-indicator > li {
     list-style: none;
}

#scroller-indicator {
    list-style: none outside none;
    margin: 0 auto !important;
    padding: 5px 0 0;
    text-align: center;
    width: 254px;
}


#scroller-indicator > li {
     text-indent: -9999px;
     width: 8px;
     height: 8px;
     margin: 0 5px;
     overflow: hidden;
     border-radius:4px;
     display: inline-block;
}

#scroller-indicator > li.active {
     background: #888 !important;
}

#scroller-next {

     float: right;
     cursor: pointer;

    font-size: 23px;
    font-weight: bold;
    line-height: 13px;
    padding: 0;
}

.attributeRow {
     margin: 5px;
}

.gallery img {
    height: 100px;
    width: 100px;
}

.OptIn {
     padding:5px;
}

.OptInMsg {
     padding-left:5px;
}

#main {
     width: 100%;
     margin: 0 auto;
     padding: 0;
     text-align: left;
     clear: both;
     display: inline-block;
     zoom: 1;
}

#viewport {
     height: 100%;
     overflow: hidden;
}

#navigation {
     width: 100%;
     height: 10px;
     overflow-y: scroll;
    display: block;
     position: absolute;
     z-index: 1;
     top: 0;
     bottom: 0;
     left: 0;
     overflow: auto;
}


#navigation span, #navigation a {
     background-position: 10px 50%;
     background-repeat: no-repeat;
     display: block;
     margin: 0;
     padding: 0px 0 0px 10px;
     text-decoration: none;

}

#navigation .liner {
     display: block;
     height: 0;
}

#navigation .seperator {
     display: block;
     margin: -1px 0 -1px 0;
     position: relative;
     z-index: 1;
     padding: 3px 0 3px 8px;
}

#content {
     position: relative;
     top: 0;
     left: 0;
     z-index: 10;
     
     -moz-box-shadow: -5px 0px 20px #000000;
     -webkit-box-shadow: -5px 0px 20px #000000;
     box-shadow: -5px 0px 20px #000000;
}

.top-bar {
     bottom: 0;
     left: 0;
     position: relative;
     height: 40px;
     z-index: 20;
}

.top-bar h1 {
     height: 30px;
     margin: 0 auto;
     padding: 9px 0 0;
     text-align: center;
     width: 200px;
}

.top-bar .buttonMenu {
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
     display: block;
     height: 28px;
     left: 6px;
     position: absolute;
     top: 6px;
     width: 36px;
}

	
.top-bar .buttonMenu .icon {
     height: 20px;
     margin: 5px auto;
     width: 20px;
}

	
.top-bar .buttonMenu span {
     width: 18px;
     height: 2px;
     display: block;
     text-decoration: none;
     -moz-border-radius: 1px;
     -webkit-border-radius: 1px;
     border-radius: 1px;
     margin: 4px 0 0 9px;
     overflow: hidden;
     padding: 0 !important;
}

.top-bar .buttonMenu span:first-child {
     margin: 7px 0 0 9px;
}

.top-bar .buttonMenu.right {
     left: auto;
     right: 6px;
     top: 6px;
}

#container {
    list-style: none outside none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 5px !important;
}

#navigation {
     list-style: none outside none;
     margin: 0;
     padding: 0;
     width: 283px;
}

@media only screen and (max-height: 430px) {
     img.refphone {
        left: -10%;
       bottom: -50px;
};
}


.buttonPullTab span {
     display: block;
     padding-top: 5px;
}

#navMenu {
     left: 0;
    position: absolute;
    top: 0;
     width: 100%;
    z-index: 10;
}

#navMenu ul {
     position: relative;
     top: 0;
     padding: 0;
}

#navMenu li {
     border: none;
     list-style: none;
}

#navMenu .button {
     background: linear-gradient(top, #474747 0%, #232323 100%);
     display: block;
     height: 14px;
     padding-top: 1px;
     width: 15%;
     margin: 0 auto;
}

#navMenu .button span {
     display: block;
     height: 1px;
     margin: 3px auto 0;
     overflow: hidden;
     padding: 0 !important;
     text-decoration: none;
     width: 18px;
}

#navMenu .button span:first-child {
     margin: 3px auto 0;
}

.clearBoth {
     clear: both;
     content: "";
     display: block;
}

.formButtons {
     text-align: center;
}

.formButtons .shCartBlack {
     float: none;
}

.shCartBlack {
     width: 120px;
}

.shCartBlack {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     display: inline-block;
     margin: 0 0 0 6px;
     min-width: 80px;
     padding: 5px 10px;
     text-align: center;
}

.floatLeft {
     float: left;
}

.floatRight{
     float: right;
}


.formRow .left {
     height: 24px;
     line-height: 24px;
     padding: 0 6px;
     width: 192px;
}

.formRow .right {
     line-height: 24px;
     padding: 0 0 0 10px;
}


#pulltab.active {
     width: 30%;
}

#sliderMenu {
     display:block;
     padding-top: 5px;
     height: auto;
     position: relative;
}

#pulltab{
	position: relative;
	top: 19px;
}

.form_field, #sliderContent input[type=text] {
     height: 25px;
     margin-bottom: 5px;
     padding-left: 5px;
     border-radius:5px;
     line-height:2;
}

textarea {
     border:none;
     width:93%;
     height:40px;
     padding:10px;
}




.btn {
     background-repeat: repeat-x;
     border-image: none;
     border-radius: 4px 4px 4px 4px;
     border-style: solid;
     border-width: 1px;
     cursor: pointer;
     line-height: 20px;
     margin-bottom: 0;
     padding: 4px 12px;
     text-align: center;
     vertical-align: middle;
}

.btn.disabled, .btn[disabled] {
     background-image: none;
     box-shadow: none;
     cursor: default;
     opacity: 0.65;
}


button.btn, input.btn[type="submit"] {
     ;
}


    .btn-group {
     display: inline-block;
     font-size: 0;
     position: relative;
     vertical-align: middle;
     white-space: nowrap;
}

.row-fluid.secInfoMenu .btn-group > .btn:first-child {
     width: 15%;
}

.row-fluid.secInfoMenu .btn {
     line-height: 11px;
     padding: 5px;
}

.btn-group > .btn:first-child {
     border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
     margin-left: 0;
}

.row-fluid:after {
     clear: both;
}

.row-fluid:before, .row-fluid:after {
     content: "";
     display: table;
     line-height: 0;
}

.row-fluid:after {
     clear: both;
}

.row-fluid:before, .row-fluid:after {
     content: "";
     display: table;
     line-height: 0;
}

.row-fluid:before, .row-fluid:after {
     content: "";
     display: table;
     line-height: 0;
}

.row-fluid:before, .row-fluid:after {
     content: "";
     display: table;
     line-height: 0;
}

.row-fluid {
     width: 100%;
}

    
.row-fluid.secInfoMenu .btn-group > .btn:first-child {
     width: 15%;
}

.row-fluid.secInfoMenu .btn-group > .btn:nth-of-type(2) {
     width: 54%;
     line-height:13px;
}

.row-fluid.secInfoMenu .btn-group > .btn:nth-of-type(3) {
     width: 30%;
}

.row-fluid.secInfoMenu .btn-group {
     display:block;
}

.row-fluid.secInfoMenu .btn {
     padding:5px;
     line-height:11px;
}

.row-fluid.secInfoMenu .btn:last-child {
     line-height:12px;
}

.row-fluid.secInfoMenu {
     text-align:center;
     padding:5px;
}

.pull-left {
     float: left;
}

.upperCase {
     text-transform: uppercase;
}

.howManyPts {
     line-height: 16px;
}


.sideBySide {
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    margin: 0 0.6%;
    padding: 7px 0;
    text-align: center;
    width: 47.4%;
}


.o_content {
    position: relative;
}

	
	
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

	input[type=text], textarea, select{
		width:286px;
	}

	.half{
		width:134px !important;
	}

	.third{
		width:82px !important;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

	input[type=text], textarea, select{
		width:452px;
	}

	.half{
		width:216px !important;
	}

	.third{
		width:132px !important;
	}
	
}

.icon {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

