html, body{
	margin:0;
	padding:0;
	border:0;
	outline:0;
                background-color: #000000;
}
#wrap2{ width:650px; min-height:900px; top:0px; position:relative; bottom:0px;font-family: "Arial; font-size:8px; margin:0px;}
#wrap2 ul{ width:650px;margin:0px; padding:0px;text-align:center;  }

#wrap2 .detail-view {
   /* background: none repeat scroll 0 0 #F4A009;*/
    border: 1px solid #;
    border-top: 1px solid #;
    left: 0;font-family: "Arial; 
	height:300px;
    overflow: hidden;
	clear:both;
	display:none;
	margin-left:13px;
	margin-bottom:15px;
    width: 96%;
}
.item_name{ 
	float:right;
	font-family: "Arial; 
	color:#9F9F9F;
	font-size:14px;
}
#wrap2 .detail-view .close{ text-align:right;font-size:32px; width:98%; margin:5px; }
#wrap2 .close a{ padding:6px; height:10px; width:20px; color:#FCB307 }


#wrap2 .detail-view .detail_info{ 
	float:right;
	color:#8F8F8F;
	margin-right:20px;
	margin-top:30px;
	text-align:justify;
	width:250px;
	font-size:17px;
}


#wrap2 .detail-view .detail_info label{ font-size:17px;letter-spacing:0px; line-height:60px;color:#7F7F7F;} 

#wrap2 .detail-view .detail_info p{ height:110px;}

a#show_cart{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E7DC;
    cursor: pointer;
	display:block;
    display: inline-block;
    font: 9px/21px;
    letter-spacing: 2px;
    color:#525049;
	padding:8px;
	text-decoration:none;
	
    text-transform: uppercase;
}
.add-to-cart-button{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E7DC;
    cursor: pointer;
    display: inline-block;
    font: 9px/21px;
    letter-spacing: 2px;
    padding-top: 10px;color:#525049;
	margin-top:15px;
    text-transform: uppercase;
}

.add-to-cart-button:hover {
    background: none repeat scroll 0 0 #F8F8F3;
}

.shopp{background: none repeat scroll 0 0 #F8F8F3;}

#wrap2 ul li{
 
	list-style-type:none; 
	height:240px; 
	width:290px; 
	margin-left:20px; 
	margin-bottom:20px; 
	float:left;
	padding:0px 0px 30px 0px;
	font-size:2em;
	border:solid #F4A009 1px; 
	overflow:hidden;
}

.footer{ height:400px; background:#E2E2E2} 

#wrap2 ul li:hover{ border:solid #f3f4ee 1px; }

#wrap2 ul li div{ 

	height:40px;
	text-align:center;
	width:290px;
	margin-top:0px;
	position:relative;
	bottom:0px;
	padding-top:6px;
	padding-bottom:4px;
	background:#3F3F3F ;
	font: 10px;
	opacity:0.8;
	color: #DFDFDF ;

}

img#cart{bottom:0px;position:fixed; margin-left:30px; /* keep the bar on top  */}

#wrap2 ul li { cursor:pointer;}

#cart_wrapper { 
	border:solid #8F8F8Fpx; 
	min-height:120px;
	width:100%;
	padding-top:0px;
	display:none;
    background:#E2E2E2;
	font: 12px/21px;
	position:relative
}

#Submit {
  height: 78px;
  float:left;
}

.closeCart{ cursor:pointer;}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}

input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: none repeat scroll 0 0 #8F8F8F;
}
.cart-total{background: none repeat scroll 0 0 #8F8F8F;}

.shopp,.cart-total{ 
	border:solid #E8E7DC 1px; padding:8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; font-size:12px;
	background:url(remove.png) center right no-repeat 5px;
	border-radius: 8px; 
	margin-top:3px;
	width:320px;
	float:left;
	}
.price{ width:170px; padding-left:15px;}


#cart_form{ width:570px; padding-left:15px;}
div.shopp span{ float:left;}	
div.shopp div.label{ width:130px; float:left; }		
div.shopp div.shopp-price{ width:70px; float:left;}
.quantity{ float:left; margin-top:-3px; width:20px;}

img.remove{float:right;cursor:pointer;}
.cart-total b{width:130px;}
/* button */
a.button, input.button {
color: #fff;
display: block;
float: left;
text-transform: uppercase;
background-color: #C18802;
margin: 6px;
border-radius: 3px;
padding: 6px;
padding-left:12px;
padding-right:12px;
font-size: 12px;
font-weight:bold;
}

nav  {
	text-decoration: none;
	color: #fff;
	display: block;
	float: left;
	text-transform: uppercase;
	background-color: #6F6F6F;
	margin: 3px;
	border-radius: 3px;
	padding: 5px;
	padding-left:12px;
	padding-right:12px;
                font-size: 13px;
	color: #FFF;
}
nav a:visited {
	text-decoration: none;
	background-color: #5F5F5F;	
                font-size: 13px;
	color: #FFF;
}
nav a:hover {
	text-decoration: none;
	background-color: #0F0F0F;
	color: #fff;
}
nav a:active {
	text-decoration: none;
	position: relative;
	top: 0;
}

