* { 
	margin:0;
	padding:0;
	}
	
body {
    background: rgb(63,63,63);
	font: bold 13px Arial;
}

/*body > * {
    background: rgb(63,63,63) url(img/pinstripes.png) top repeat-x;
}*/

h1, h2 {
    font: bold 18px Arial;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: rgb(76, 86, 108);
    margin: 10px 20px 6px;
}

/* @group Toolbar */

.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #5f5f5f;
    padding: 10px;
    height: 45px;
    background: url(img/toolbar.png) #4e4e4e repeat-x;
    position: relative;
}

.black-translucent .toolbar {
	margin-top: 20px;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 44%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 250px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.toolbar > h1.home {
    position: absolute;
    overflow: hidden;
    left: 30%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 264px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}
.toolbar > h1.store {
    position: absolute;
    overflow: hidden;
    left: 32%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    height: 40px;
    font-size: 20px;
    width: 230px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}
body.landscape .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button, .back, .cancel, .add {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(img/toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(img/blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.back {
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(img/backButton.png) 0 8 0 14;
}
.button {
    right: 6px;
    left: auto;
    padding: 0;
    max-width: 68px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(img/backButton.png) 0 8 0 14;
}
.leftButton, .cancel {
    left: 6px;
    right: auto;
}

.add {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(img/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
    -webkit-border-image: url(img/grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

/* @end */

/* @group Lists */

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}

ul {
    color: white;
    background: #201f1f;
        font: bold 15px Arial;
    padding: 0;
    margin: 8px 10px 17px 10px;
    -webkit-border-radius: 8px;
}

ul li {
    color: #fff;
    border-top: 1px solid #313131;
    list-style-type: none;
    padding: 8px 8px 8px 8px;
}
ul li a:hover{
    color:#FFF;
    list-style-type: none;
    background:#434141;
}
/***********************************bookmarks************************/
.bmarks { padding:1px; margin:2px auto; height:80px;}

ul.sbmarks { color: white;
    background: #201f1f;
    border: 1px solid #313131;
    font: bold 15px Arial;
    padding: 0;
    margin: 2px 10px 4px 10px;
    -webkit-border-radius: 8px;
	text-align:center;
	height:72px;
	
	}
ul.sbmarks li {
	width:36px;
    color: #FFF;
    list-style-type: none;
    margin:1px 4px;
	float:left;
	border-top:0px;
	padding:2px;
}
ul.sbmarks li a { text-decoration:none; display:block}
ul.sbmarks li a:hover { background:none;}
/**/
/* when you have a first LI item on any list */

li:first-child, li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

li:last-child, li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* universal arrows */

ul li.arrow {
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#plastic ul li.arrow, #metal ul li.arrow {
    background-image: url(../images/chevron_dg.html);
    background-position: right center;
    background-repeat: no-repeat;
}

/* universal links on list */

ul li a, li.img a + a {
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a.active {
    background: #3a3a3a url(img/selection.png) 0 0 repeat-x;
    color: #fff;
}

ul li a.button {
    background-color: #dfe4c9;
    color: #2e3027;
}

ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 15px;
    font-weight: bold;
}

ul li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
}

ul li.img a + small + a {
    margin-left: -5px;
}

ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
}

ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
}

ul li a + a {
    color: #000;
    font: 14px Arial;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 13px Arial;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}

/*
@end */

/* @group Forms */

ul.form li {
    padding: 7px 10px;
}

ul.form li.error {
    border: 2px solid red;
}

ul.form li.error + li.error {
    border-top: 0;
}

ul.form li:hover {
    background: #fff;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
    color: #000;
    background: #fff url(../.html);
    border: 0;
    font: bold 16px Arial;
    padding: 2px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
    -webkit-appearance: textarea;
}

ul li textarea {
    height: 60px;
    padding: 2px;
    text-indent: 2px;
}

ul li select {
    text-indent: 0px;
    background: transparent url(../images/chevron.html) no-repeat 103% 3px;
    -webkit-appearance: textfield;
    margin-left: -6px;
    width: 104%;
}

ul li input[type="checkbox"], ul li input[type="radio"] {
    margin: 0;
    color: rgb(50,79,133);
    padding: 10px 10px;
}

ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
    content: attr(title);
    font: 17px Arial;
    display: block;
    width: 246px;
    margin: -12px 0 0 17px;
}



/* @end */

/* @group Edge to edge */

.edgetoedge h4 {
    color: #fff;
    background: rgb(154,159,170) url(img/listGroup.png) top left repeat-x;
    border-top: 1px solid rgb(165,177,186);
    text-shadow: #666 0 1px 0;
    margin: 0;
    padding: 2px 10px;
}

.edgetoedge, .metal {
    margin: 0;
    padding: 0;
    background-color: rgb(255,255,255);
}

.edgetoedge ul, .metal ul, .plastic ul {
    -webkit-border-radius: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.metal ul {
    border-top: 0;
    border-bottom: 0;
    background: rgb(180,180,180);
}

.edgetoedge ul li:first-child, .edgetoedge ul li:first-child a, .edgetoedge ul li:last-child, .edgetoedge ul li:last-child a, .metal ul li:first-child a, .metal ul li:last-child a {
    -webkit-border-radius: 0;
}

.edgetoedge ul li small {
    font-size: 16px;
    line-height: 28px;
}

.edgetoedge li, .metal li {
    -webkit-border-radius: 0;
}

.edgetoedge li em {
    font-weight: normal;
    font-style: normal;
}

.edgetoedge h4 + ul {
    border-top: 1px solid rgb(152,158,164);
    border-bottom: 1px solid rgb(113,125,133);
}

/* @end */

/* @group Mini Label */

ul li small {
    color: #369;
    font: 17px Arial;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23%;
    float: right;
    padding: 3px 0px;
}

ul li.arrow small {
    padding: 0 15px;
}

ul li small.counter {
    font-size: 17px !important;
    line-height: 13px !important;
    font-weight: bold;
    background: rgb(154,159,170);
    color: #fff;
    -webkit-border-radius: 11px;
    padding: 4px 10px 5px 10px;
    display: inline !important;
    width: auto;
    margin-top: -22px;
}

ul li.arrow small.counter {
    margin-right: 15px;
}

ul li p { text-align:justify}

/* @end */

/* @group Plastic */

#plastic ul li.arrow, #metal ul li.arrow {
    background-image: url(img/listArrow.html);
    background-position: right center;
    background-repeat: no-repeat;
}

.edgetoedge ul, .metal ul, .plastic ul {
    -webkit-border-radius: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.metal ul li {
    border-top: 1px solid rgb(238,238,238);
    border-bottom: 1px solid rgb(156,158,165);
    background: url(../images/bgMetal.html) top left repeat-x;
    font-size: 26px;
    text-shadow: #fff 0 1px 0;
}

.metal ul li a {
    line-height: 26px;
    margin: 0;
    padding: 13px 0;
}

.metal ul li a:hover {
    color: rgb(0,0,0);
}

.metal ul li:hover small {
    color: inherit;
}

.metal ul li a em {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #444;
    width: 50%;
    line-height: 14px;
}

.metal ul li small {
    float: right;
    position: relative;
    margin-top: 10px;
    font-weight: bold;
}

.metal ul li.arrow a small {
    padding-right: 0;
    line-height: 17px;
}

.metal ul li.arrow {
    background: url(../images/bgMetal.html) top left repeat-x,
    url(../images/chevron_dg.html) right center no-repeat;
}

.plastic {
    margin: 0;
    padding: 0;
    background: rgb(173,173,173);
}

.plastic ul {
    -webkit-border-radius: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: rgb(173,173,173);
}

.plastic ul li {
    -webkit-border-radius: 0;
    border-top: 1px solid rgb(191,191,191);
    border-bottom: 1px solid rgb(157,157,157);
}

.plastic ul li:nth-child(odd) {
    background-color: rgb(152,152,152);
    border-top: 1px solid rgb(181,181,181);
    border-bottom: 1px solid rgb(138,138,138);
}

.plastic ul + p {
    font-size: 11px;
    color: #2f3237;
    text-shadow: none;
    padding: 10px 10px;
}

.plastic ul + p strong {
    font-size: 14px;
    line-height: 18px;
    text-shadow: #fff 0 1px 0;
}

.plastic ul li a {
    text-shadow: rgb(211,211,211) 0 1px 0;
}

.plastic ul li:nth-child(odd) a {
    text-shadow: rgb(191,191,191) 0 1px 0;
}

.plastic ul li small {
    color: #3C3C3C;
    text-shadow: rgb(211,211,211) 0 1px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
}

#plastic ul.minibanner, #plastic ul.bigbanner {
    margin: 10px;
    border: 0;
    height: 81px;
    clear: both;
}

#plastic ul.bigbanner {
    height: 140px !important;
}

#plastic ul.minibanner li {
    border: 1px solid rgb(138,138,138);
    background-color: rgb(152,152,152);
    width: 145px;
    height: 81px;
    float: left;
    -webkit-border-radius: 5px;
    padding: 0;
}

#plastic ul.bigbanner li {
    border: 1px solid rgb(138,138,138);
    background-color: rgb(152,152,152);
    width: 296px;
    height: 140px;
    float: left;
    -webkit-border-radius: 5px;
    padding: 0;
    margin-bottom: 4px;
}

#plastic ul.minibanner li:first-child {
    margin-right: 6px;
}

#plastic ul.minibanner li a {
    color: transparent;
    text-shadow: none;
    display: block;
    width: 145px;
    height: 81px;
}

#plastic ul.bigbanner li a {
    color: transparent;
    text-shadow: none;
    display: block;
    width: 296px;
    height: 145px;
}

/* @end */

/* @group Individual */

ul.individual {
    border: 0;
    background: none;
    clear: both;
    overflow: hidden;
}

ul.individual li {
    color: rgb(183,190,205);
    background: white;
    border: 1px solid rgb(180,180,180);
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-box-sizing: border-box;
    width: 48%;
    float: left;
    display: block;
    padding: 11px 10px 14px 10px;
}

ul.individual li + li {
    float: right;
}

ul.individual li a {
    color: rgb(50,79,133);
    line-height: 16px;
    margin: -11px -10px -14px -10px;
    padding: 11px 10px 14px 10px;
    -webkit-border-radius: 8px;
}

ul.individual li a:hover {
    color: #fff;
    background: #36c;
}

/* @end */

/* @group Toggle */


.toggle {
    width: 94px;
    position: relative;
    height: 27px;
    display: block;
    overflow: hidden;
    float: right;
}

.toggle input[type="checkbox"]:checked {
    left: 0px;
}

.toggle input[type="checkbox"] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    -webkit-border-radius: 5px;
    background: #fff url(img/on_off.png) 0 0 no-repeat;
    height: 27px;
    overflow: hidden;
    width: 149px;
    border: 0;
    -webkit-appearance: textarea;
    background-color: transparent;
    -webkit-transition: left .15s;
    position: absolute;
    top: 0;
    left: -55px;
}
/* @end */



.info {
	font-family:Arial, Helvetica, sans-serif;
    background: #272727;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(0,0,0,.0) 0 1px 0;
    color: rgb(255, 255, 255);
    padding: 15px;
        font-weight: normal;
}


.subtitle { width:92%; margin:0 auto; margin-top:7px; padding:2px; font-size:16px; border:1px #55c3ee solid; color:#ffffff ; background:#4db7e1;  -webkit-border-radius: 8px; text-align:center; clear:both }


#logopart { margin:2px auto; clear:both; height:60px; padding-top:2px; }

.logosec { float:left; width:150px; height:60px; text-align:center; }
.logoright { float:left; width:150px; height:60px; padding-left:2px; text-align:left; color:#ffffff; font-size:14px; font-weight:bold; padding-top:6px}

#errmsgemail { background:#000000; height:30px; color:#FF6600; text-align:center; padding:8px; font-size:13px; font-weight:bold}

#cinfo {
    color: white;
    background: #201f1f;
       font: normal 15px Arial;
    padding: 0;
    margin: 20px 10px 17px 10px;
    -webkit-border-radius: 8px;
	line-height:14px;
	text-align:center;
}

ul.rounded form p { padding:15px; padding-top:95px; padding-bottom:60px; text-align:center}

#container div p {

font-family:Arial, Helvetica, sans-serif;
    background: #0c0c0c;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(0,0,0,.0) 0 1px 0;
    color: rgb(201, 201, 201);
    padding: 4px;
    border-top: 1px solid rgba(76, 86, 108, .3);
    font-weight: normal;
}

/* store */
#container p.ttl { width:290px; margin:2px; padding:4px; font-size:13px; border:1px #515151 solid; display:block; color:#fff ; background:#2e2e2e; float:left; -webkit-border-radius: 8px; text-align:left; margin-left:10px; padding-left:8px; font-weight:bold; clear:both}

#container p.prc { width:282px; margin:2px; padding:4px; font-size:15px; border:1px #515151 solid; display:block; color:#fff ; background:#000; float:left; -webkit-border-radius: 8px; text-align:right; margin-left:10px; font-weight:bold; padding-right:12px}


#container p span.gr { color:#33CC00; padding:0; margin:0; text-align:left; width:110px; float:left; padding-left:6px;}
#container p span.rd { color:#FF0000; padding:0; margin:0; text-align:left; width:110px; float:left; padding-left:6px;}

#container div div.opts { padding:2px; height:40px;}


.add2cart { width:200px; margin:2px; padding:3px; font-size:14px; border:1px #515151 solid; display:block; color:#FFF ; background:#ff6600; float:right; -webkit-border-radius: 8px;text-decoration:none; text-align:center; margin-right:8px; font-weight:bold }

/* store description */

#container div.descrip { width:290px; margin:0 auto; padding:4px; font-size:13px; border:1px #464b36 solid; color:#FFFF33; float:left; -webkit-border-radius: 8px; text-align:left; padding-left:8px; font-weight:bold; clear:both; margin-left:10px; background: #333 url(img/open.png) no-repeat right center; }

#container div.texter { width:290px; margin:0 auto; padding:4px; font-size:11px; border:1px #515151 solid; color:#fff ; background:#2e2e2e; float:left;  text-align:left; padding-left:8px; font-weight:normal; margin-left:10px;}

ul li.cartttl { background:#111111; color:#FFFFFF; text-align:left; padding:6px;}

ul li.cartttl input { margin:0; padding:5px; float:right; padding-top:0; margin-top:0;}

ul li.totalitem, ul li.totalship { background:#000; color:#FFFFFF; text-align:center; padding:6px;}

ul li.total { background:#111111; padding:2px;}

#container ul li.pqt { background:#424242; height:30px; margin:0; padding:0;}
#container ul li.pqt p, #container ul li.pqt2 p { padding:2px; width:94px; float:left; margin:0; text-align:center; border:0; border-right:1px #000 dotted; background-color:#424242; color:#FFFFFF; font-size: 12px; line-height:12px; font-weight:bold }
#container ul li.pqt2 p { color:#222222; height:14px;}
#container ul li.pqt p.totl { border-right:0; background-color:#424242; width:95px; }
#container ul li.pqt2 { background:#424242; height:14px; margin:0; padding:0;}
#container ul li.pqt2 p.totlnum { border-right:0; background-color:#424242; height:14px; width:95px;}

.vcart {
     padding-top:10px;
	padding-right:52px;
	text-align: left;
    font-size: 13px;
    font-weight: bold;
    color:#fff;
	text-decoration:none;
}

a.vcart:hover { color:#FFCC00}

.snav { margin:0 auto; clear:both; padding-left:4px;}


/*NEW MENU BUTTONS*/

.mbtns {width:286px; margin:0 auto; padding:0; }	
.mbtns li { width:272px; margin:0 auto; height:30px; float:left; background:#FFFFFF;  clear:both; padding-left:14px; }
.mbtns li a { width:260px; height:20px; display:block; font:12px Arial, Helvetica, sans-serif; color:#5c5c5c; font-weight:bold; padding-left:45px; padding-top:12px; text-decoration:none  }


.mbtns li.mp1 { background:#191919 no-repeat center;}
.mbtns li.mp2 { background:#191919 no-repeat center;}
.mbtns li.mp3 { background:#191919 no-repeat center;}
.mbtns li.mp4 {background:#191919 no-repeat center;}
.mbtns li.mp5 { background:#191919 no-repeat center;}
.mbtns li.mp6 {  background:#191919 no-repeat center;}
.mbtns li.mp7 {  background:#191919 no-repeat center;}
.mbtns li.mp8 {  background:#191919 no-repeat center;}
.mbtns li.mp9 {  background:#191919 no-repeat center;}
.mbtns li.mp10 {  background:#191919 no-repeat center;}
.mbtns li.popup1 { background:#191919 no-repeat center;}
.mbtns li.popup2 { background:#191919 no-repeat center;}
.mbtns li.popup3 { background:#191919 no-repeat center;}
.mbtns li.popup4 { background:#191919 no-repeat center;}
.mbtns li.contact { background:#191919 no-repeat center;}
.mbtns li.gallery {background:#191919 no-repeat center;}
.mbtns li.store { background:#191919 no-repeat center;}
.mbtns li.tweet { background:#191919 no-repeat center;}
.mbtns li.fbook { background:#191919 no-repeat center;}

.mbtns li.mp1 a:hover,.mbtns li.mp2 a:hover,.mbtns li.mp3 a:hover,.mbtns li.mp4 a:hover,.mbtns li.mp5 a:hover,.mbtns li.mp6 a:hover,.mbtns li.mp7 a:hover,.mbtns li.mp8 a:hover,.mbtns li.popup1 a:hover,.mbtns li.popup2 a:hover,.mbtns li.popup3 a:hover,.mbtns li.popup4 a:hover,.mbtns li.contact a:hover,.mbtns li.gallery a:hover,.mbtns li.store a:hover,.mbtns li.tweet a:hover,.mbtns li.fbook a:hover { width:242px; background:url(../../../img/btnov.png) no-repeat left top; padding-right:30px; color:#0093f3 }