/* CSS Document */


/* BEGINNING TABLE INFORMATION */
#shopping_cart_wrapper{
position:absolute;
top:150px;
left:26%;
}
#shopping_cart_banner {
margin: 0 0 10px 48px;
}
#shopping_cart {
position:;
margin: 0px 0 00;
}
#shopping_cart th{
color:#EEEEEE;
}
#shopping_cart table,td,tr,th{
border-collapse:collapse;
border-spacing:0;
border:0px;
font-size: .9em;
background-color:#EEEEEE;
}

#shopping_cart th{
height:30px;
cursor: default;
}

#shopping_cart .input_txt {
color: #000000;
background: #EEEEEE;
border: 1px solid #000000;
width: 2em;
text-align:center;
}

#shopping_cart table a{color:blue;}
#shopping_cart table a:hover{color:#333333;}
#shopping_cart table img{margin:5px 0 5px 0;}

#shopping_cart #pricing{margin:0 10px 0 0;}

#shopping_cart #head_lcap{
	background-image: url(resources/shopping_cart_lcap.png);
	background-repeat: no-repeat;
	height:30px;
	width: 13px;
}
#shopping_cart #head_rcap{
	background-image: url(resources/shopping_cart_rcap.png);
	background-repeat: no-repeat;
	height:30px;
	width: 13px;
}
#shopping_cart #head{
	background-image: url(resources/shopping_cart_head.png);
	background-repeat: repeat-x;
	height:30px;
}
#shopping_cart #body{
border-bottom:1px solid #d9d1cc;
}
#shopping_cart #body_lcap{
	background-image: url(resources/shopping_cart_body_lcap.png);
	background-repeat: repeat-y;
	width: 13px;
}
#shopping_cart #body_rcap{
	background-image: url(resources/shopping_cart_body_rcap.png);
	background-repeat: repeat-y;
	width: 13px;
}
#shopping_cart #bottom_lcap{
	background-image: url(resources/shopping_cart_bottom_lcap.png);
	background-repeat: repeat-y;
	height:13px;
	width: 13px;
}
#shopping_cart #bottom_rcap{
	background-image: url(resources/shopping_cart_bottom_rcap.png);
	background-repeat: repeat-y;
	height:13px;
	width: 13px;
}
#shopping_cart #bottom{
	background-image: url(resources/shopping_cart_bottom.png);
	background-repeat: repeat-x;
	height:13px;
}

/* ITEM TABLE MARKUP ENDS HERE */


/*CHECKOUT BUTTON AND CONTINUE SHIPPING BUTTON MARKUP STARTS HERE */
div#checkoutbtnwrapper{margin:20px 0 0 187px;}
div#checkout {
background:transparent url(graphic_elements/check_out.png);
background-repeat: no-repeat;
position:relative;
margin:0 3px 0 0;
float:left;
		
}
div#continue_shopping {
background:transparent url(graphic_elements/continue_shopping.png);
background-repeat: no-repeat;
position:relative;
}
/*CHECKOUT BUTTON AND CONTINUE SHIPPING BUTTON MARKUP STARTS HERE */
/* the horizontal buttons starts here */

.cssbutton	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(graphic_elements/button_bk2.png) no-repeat;
	width: 110px;
	height: 28px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssbutton a {
	display: block;
	font-size: .7em;
	width: 110px;
	height: 28px;
	display: block;
	float: left;
	color: white; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssbutton a:hover {
	color: #000000;
}

.cssbutton a:visited {
	color: white;
}

.cssbutton a:visited:hover {
	color: #000000;
}		

.cssbutton img {width: 110px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.cssbutton a:hover img{visibility:hidden}

.cssbutton span {
	position: absolute;
	left: 0px;
	top: 7px;
	text-align: center;
	width: 110px;
	cursor: pointer;					     
}
/* the horizontal buttons end here */

