
html, body{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	width: 100%;
}

#wrap{ width:900px; height:900px; top:20px; position:relative; bottom:0px;
  }
#wrap ul{ margin:0px; padding:0px; text-align:center; height: 570px; overflow-y: scroll; }

#wrap ul li{ 
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 10px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	
	/*background:url("bgs.png") repeat-x scroll;*/
	list-style-type:none; 
	height:210px; 
	width:185px; 
	margin-left:13px; 
	margin-bottom:15px; 
	float:left;
	padding:15px 0px 0px 0px;
	font-family:"LubalGraphBdBTBold",Tahoma;
	font-size:2em;
	overflow:hidden;
}

#wrap ul li div{ 

	height:50px;
	text-align:center;
	width: 185px;
	margin-top:10px;
	position:relative;
	bottom:0px;
	padding-top:16px;
	padding-bottom:16px;
	background:#000;
	font: 11px Tahoma, Helvetica, Arial, Sans-Serif;
	opacity:0.8;
	color: #ccc;
	text-shadow: 0px 2px 3px #555;
}
#wrap ul li block img
{
	height: 120px;
}
img#cart
{ 
	bottom:0px;position:fixed; margin-left:50px; /* keep the bar on top  */
}

#wrap ul li { cursor:pointer;}

div#bottomBar {
  position: fixed;/* keep the bar on top  */
  bottom: 0px;
  z-index: 9999;
  background:url(rail.jpg) bottom center repeat-x;
  height: 130px;
}

div#bottomBar {
  width:690px;
}

#left_bar 
{
	top:10px; 
	left:900px;
	height:700px;
	width:350px;
	position:fixed;
	padding:10px;
	/*-moz-background-clip: padding;   
	-webkit-background-clip: padding;  
	background-clip: padding-box;      
	border: 10px solid #006699;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px; */
	overflow-y:scroll;
}
em{ font-style:normal; }
button {
	
	background:none repeat scroll 0 0 #AD7B05; color:#FFFFFF;
	border:medium none;
	font-family:"LubalGraphBdBTBold",Tahoma;
	font-size:1.1em;
	margin-right:-14px;
	padding:10px;
	cursor:pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}

.cart-total{ background:#E8E8E8}

.shopp,.cart-total{ 
	border:solid #ccc 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; 
	font-family:"LubalGraphBdBTBold",Tahoma; 
	margin-bottom:3px;
	width:260px;
	}
	
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;}
.shopp
{
	display: inline-block;
}

 block2{
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;
    left: 680px;
	top: 120px;
    background: #fff;
    box-shadow: -2px 2px 10px -1px #333; 
    border-radius: 5px;	
	margin: 0 auto;
	border: 1px;
	z-index:999;
	opacity: 0;
	transition: 1s;
}

block2 img
{
	min-width: 500px;
	max-width: 1000px;
}
 
block:hover+block2{
visibility: visible;
opacity:1;
}

button#Submit2
{
	opacity: 1;
	transition: 1s;
	outline: 0;
	margin-top: 10px;
}

button#Submit2:hover
{
	opacity: 0.7;
	transition: 1s;
}

input.light, textarea, select
{
	border-radius: 5px;
    height: 25px;
    font-size: 16px;
    outline: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-top: 10px;
	
}