/* Global Styles */

body {
	margin: 50px;
	background-color: #FFFFFF;
}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:18px:
	}

a{
	text-decoration:none;
	color:#000033;
	border-bottom:none;
	padding:2px 2px 2px 2px;
}

a:link{	
	text-decoration: none;
}

a:visited{

	text-decoration: none;
}

a:hover{
	text-decoration: none;

}

/* ID Styles */

#uone{
	list-style:outside;
	list-style-position:outside;

	}
#navigation td {
	border-bottom: 2px;
	border-bottom-style:dashed;
	}
		
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}


	
/* Class Styles */
	
.bodyText {
	font:15px Verdana, Arial, Helvetica, sans-serif;
	color:#3333FF;
	line-height:20px;
	margin-top:0px;
	text-align:justify;
	}
.bodyfoot {
	color:#FF6699;
	line-height:14px;
	margin-top:0px;
	text-align:right;
	}
.bodyHead {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#000099;
	line-height:20px;
	margin-top:0px;
	text-align:left;
	}

.heading{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	letter-spacing:.2em;
	}
		
.pageName{
	
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#003366;
	letter-spacing:normal;
	background-color:#FFFFFF;
	text-decoration:blink;
	text-align:center;

	}
	
.pName{
	
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#CC0000;
	letter-spacing:.2em;
	background-color:#FFFFFF;
	text-decoration:blink;
	text-align:center;

	}

.pbid {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	line-height: 24px;
	letter-spacing: .2em;
	text-align: left;
}

.subHeader {
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	line-height:24px;
	letter-spacing:.2em;
	text-align:right;
	}


.button {
    background-color: #99AF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	
	}
	
.navText {
	margin-top:10 px;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#4D3DDE;
	letter-spacing:.1em;
	
	}
		
.navText2 {
	margin-left:10px;
	padding-left: 2px;
	font: 15 px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#4D3DDE;
	letter-spacing:.1em;
	text-decoration: none;
	}
.specials{
	
	text-align:left;
	padding: 0px 4px 4px 10px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#000099;
	line-height:20px;

}

.specSub{
	text-align:left;
	padding: 4px 4px 4px 10px;
	font:15px Verdana, Arial, Helvetica, sans-serif;
	color:#3333FF;
	line-height:20px;
	text-align:justify;
}
	
.myInfo{
	
	padding: 10px 10px 10px 10px;
	font-size:12px;
	color:#990000;

}	

.siteimg{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
	background-color:#006633;
}


.img{
	width:150px;
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


#products-wrapper {
	margin-right: auto;
	margin-left: auto;
	font: 12px Arial, Helvetica, sans-serif;
}
.products {
	width: 95%;
	float:left;
	margin-right: 10px;
}
.product {
	width: 95%;
	margin-bottom: 10px;
	padding:10px;
	background:#FFFFFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #F8F8F8;
	
}
.product .product-thumb {
	float: left;
	height: 100px;
	
	margin: 5px 10px 5px 5px;
}
.product .product-content{
	overflow:hidden;
}
.product .product-content h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #707070;
}
.product .product-info {
	float: right;
	font-size: 13px;
	font-weight: bold;
}

.shopping-cart{
	width: 85%;
	float:left;
	background:#FFFFFF;
	padding: 10px;	
	border: 1px solid #DDD;
	border-radius: 5px;
}

.shopping-cart h2 {
	background: #E2E2E2;
	padding: 4px;
	font-size: 14px;
	margin: -10px -10px 5px;
	color: #707070;
}

.shopping-cart h3,.view-cart h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
}
.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 14px;
	float: right;
	background: #D5D5D5;
	padding: 4px;
	line-height: 8px;
	border-rad	ius: 3px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: #C4C4C4;
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #888;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}


.check-out-txt{
	padding-right: 2px;
	font: 11 px Verdana, Arial, Helvetica, sans-serif;
	color:#3300FF;
	float:right;
	width:40%;
}


.empty-cart{
	padding-left: 2px;
	font: 11 px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	color:#3300FF;
	width:40%;
}

/*** view cart **/
.view-cart{
	width: 100%;
	float:left;
	background: #F0F0F0;
	padding: 10px;	
	border: 1px solid #DDD;
	border-radius: 5px;
}
.view-cart .p-price{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.view-cart .product-info{width:60%;}

#sidebar { top:10px; float:left; width:100%}
#content { position:relative;width:100%;}


.box { padding:1px; margin-bottom:10px;}
.box h2{ background:#7f7f7f; color:#fff; font-weight: normal; padding:0 5px; position:relative; height:27px; line-height:27px; }
.box h2 span{ position:absolute; width:10px; height:5px; background:url(images/h2-arr.gif); top:27px; right:10px; font-size:0; line-height:0;}
.box-content { padding:5px;}

a.bul { background:url(images/bul.gif) no-repeat 0 center; padding-left:10px;}

.search { min-height:100px;}
.search label { display:block; padding-bottom:3px; }

.search .field { display:block; margin-bottom:10px; }
.search .inline-field label { display:inline; padding:0; }
.search .inline-field .field { display:inline; margin:0; }
.search input.field { width:100%; }
.search select.field { width:100%; }
.search select.small-field { width:50px; }

.search-submit { width:70px; background:#8b0000; border:0; color:#fff; height:27px; display:block; line-height:26px; cursor:pointer; margin:12px 0 10px 0;}

.categories { min-height:383px; }
.categories ul { list-style-type: none; font-size:13px;}
.categories ul li{ border-bottom:dashed 1px #ccc; padding:5px 0;}
.categories ul li.last{ border-bottom:0; padding-bottom:0;}
.categories ul li a{ color:#5f5f5f; text-decoration: none; background:url(images/cat.gif) no-repeat 0 4px; padding-left:17px;}
.categories ul li a:hover{ color:#8b0000; }

#slider { height:252px; position:relative; overflow:hidden; background-color:#FFFFFF; repeat-x 0 0;}
#slider-holder { width:650px; height:252px; position:relative; overflow:hidden;background-color:#FFFFFF; }
#slider-holder .jcarousel-clip{ width:650px; height:252px; position:relative; overflow:hidden; }
#slider-holder ul{ width:650px; height:252px; position:relative; overflow:hidden; list-style-type: none;}
#slider-holder ul li{ width:650px; height:252px; position:relative; overflow:hidden; float:left; }

#slider-nav { position:absolute; top:231px; left:444px; z-index:2;}
#slider-nav a{ font-size:0; line-height:0; text-indent: -4000px; width:10px; height:10px; border:solid 1px #8b0000; background:#8b0000; float:left; margin-right:5px; }
#slider-nav a:hover,
#slider-nav a.active { background:#fff;}


.products {}
.products ul{ list-style-type: none;}
.products ul li{ position:relative; border:solid 1px #dedede; float:left; width:23%; margin-right:5px;margin-top:9px; height:280px; overflow:hidden; background-color:#FFFFFF; repeat-x 0 0;}
.products ul li.last{ margin-right:0; }

.product-info{ position:absolute; width:100%; top:150px; left:0; font-size:10px; text-align:center;height:26px; padding:1px;}
.product-qty { position:absolute; left:10px; width:25px; top:245px; background:#ebebeb; border:solid 1px #dedede; padding:2px;}
.product-submit { position: absolute; left: 60px; top: 245px; width:100px; border:0; color:#000099; background-color:#FFFFFF;height:27px; display:block; line-height:26px; cursor:pointer; text-align:center; }
.product-info h3{ background:#8b0000; color:#FFFFFF; padding:6px 10px; }
.product-info h4{ font-weight: normal;}
.product-info p{ font-size:16px; line-height:18px; text-transform: uppercase; font-weight: bold; color:#000; padding:5px 0 7px 0;}
.product-info .product-desc{ padding:10px;  width:133px; }

.price {display:block; background-color:#FFFFFF;  position: absolute; left: 30px; width:100px; font-size:16px; color:#8b0000; line-height:18px; }

.divMTable {
width: 100%;
display: table;
border:0;
height:124;

}

.divMRow{
display:table-row;
}

.divMCellL{
	width:15%;
	display:table-cell;
	float:left;
	padding:15px 15px 15px 15px;
	height:50px;
	
}
.divMCellN{
	width:35%;
	display:table-cell;
	float:left;
	padding:20px 20px 20px 20px;
	height:50px;
}
.divMCellT{
	display:table-cell;
	width:50%;
	height:50px;
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#003366;
	text-align:center;
	border-color:#0099FF;
}

.divTableNavTop {
width: 100%;
display: table;
height:30px;
	border: 5px solid #FFFFFF;
}

		
.divCellNavTop{
	display:table-cell;
	width:12%;
	height:40px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#4D3DDE;
	text-align:center;
	vertical-align:middle;
	border: 5px solid #FFFFFF;

}

.divTableMain {
width: 100%;
display: table;
border: 5px solid #FFFFFF;
}

.CellNavSide{
	display:table-cell;
	width: 20%;
    vertical-align:top;

	
}
.divCellProduct{
	display:table-cell;
	width: 60%;
	padding: 5px 15px 5px 15px;
		
}
.divCellCart{
	display:table-cell;
width: 20%;
vertical-align:top;

	
}

.TableNavSide {
width: 100%;
display: table;
border: 5px solid #FFFFFF;
}

.divTable {
width: 100%;
display: table;
padding:10px 10px 10px 10px;
}

.divRow{
display:table-row;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;

}


.mswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.mswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



.divCol{
display:table-column;
	margin:10px 10px 10px 10px;

}

.divCell1{
	display:table-cell;
	width: 100px;
	height:200px;
	background:#FFFFFF;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #F8F8F8;
	padding:10px 10px 10px 10px;
	
}


.divCell2{
width:50%;
display:table-cell;
padding: 10px 10px 10px 10px;
background-color:#FFFF33;
}

