/*
********================================*****************
* Shopping Cart Version 4.0 
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* All Copy Rights Reserved by Vasplus Programming Blog
*********=================================****************
*/

@charset "utf-8";
* { margin: 0;padding: 0; }
html, body { margin:0;padding:0;height: 100%; }
body 
{
	background-color: #F6F6F6;
	border:0;
	margin:0;
	padding:0; 
	width:100%; 
}


#shopping_cart_status > div {
    background: none repeat scroll 0 0 #f6f6f6;
    width: 300px;
}

#vasplus_programming_blog_cart_titles {font-size: 16px;}

#vasplusPB_ImageStyle { -webkit-border-radius: 15px 15px; 15px 15px;-moz-border-radius: 15px 15px; 15px 15px;border-radius: 15px 15px; 15px 15px; }
#vasplusPB { font-family: 'Tangerine', serif;font-size: 30px;text-shadow: 4px 4px 4px #aaa; padding-bottom:10px; }
#vasplus_programming_blog_shopping_cart_main_wrapper {
	/*min-height: 100%;*/
	position:relative;
	margin: 0 auto;
	
	
}
#vasplus_programming_blog_shopping_cart_left_wrapper 
{
	 float:left; width:300px;;margin-right:45px;
}
#vasplus_programming_blog_shopping_cart_inner_left_wrapper {
	width:350px;
	float:left;
	font-size:16px;
	border-bottom:1px solid #ddd;
}
#vasplus_programming_blog_shopping_cart_right_wrapper {
	width:300px;
	 background-color: #cc0000;
	 color:#fff;
}

.button-cart > input {
    background: none repeat scroll 0 0 #cc0000;
    color: #fff;
}

.cart{ border-bottom:1px solid #ddd;}

#vpb_item_numbers {width:40px; height:auto;float:left; padding-top:8px; padding-bottom:8px; }
#vpb_item_namess {width:175px;height:auto;float:left; padding:8px 10px;}
#vpb_item_prices {width:75px;height:auto;float:left;border:1px solid #E2E2E2;border-right:0px solid #E2E2E2;padding-top:8px; padding-bottom:8px;}
#vpb_item_quantities {width:50px;height:auto;float:left;border:1px solid #E2E2E2;border-right:0px solid #E2E2E2;padding-top:8px; padding-bottom:8px;}
#vpb_item_amounts {width:75px;height:auto;float:left;border:1px solid #E2E2E2;border-right:0px solid #E2E2E2;padding-top:8px; padding-bottom:8px;}
#vpb_item_actions {width:65px;height:auto;float:left;border:none;padding-top:8px; padding-bottom:8px;}
div.vpb_all_tops {background:#F6F6F6;}
#vpb_shopping_cart_is_currently_empty{font-family:Verdana, Geneva, sans-serif; font-size:12px; padding:10px; background:#FFFFB7; line-height:20px;}

.fixed,
#response {background-color:#f6f6f6;}

.fixed-height {background-color:#fff; height:300px; overflow:auto; display:block; float:left; width:100%;}

.vpb_total_fields 
{
	width:270px; text-align:left; color:green;
	font:11px Verdana, Geneva, sans-serif; 
	padding: 9px; font-weight:bold;
	border: solid 1px  #A4D1FF;
	font: normal 12px Verdana, Tahoma, sans-serif;
	background: #FFFFFF left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);

	outline:none;
}
.vpb_total_fields:focus { 
outline: 0;
 box-shadow: 0 0 10px #9F9FFF;
	-moz-box-shadow: 0 0 10px #9F9FFF;
	-webkit-box-shadow: 0 0 10px #9F9FFF;
}
.vpb_total_field 
{
	width:270px; text-align:left; color:green;
	font:11px Verdana, Geneva, sans-serif; 
	padding: 9px; font-weight:bold;
	border: solid 1px #E2E2E2;
	font: normal 12px Verdana, Tahoma, sans-serif;
	background: #FFFFFF left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	outline:none;
	-webkit-border-radius: 5px 5px; 5px 5px;-moz-border-radius: 5px 5px; 5px 5px;border-radius: 5px 5px; 5px 5px;
	outline:none;
}

.vpb_final_total_field 
{
	margin-top:6px;
	min-width:100px; text-align:center; color:green;
	max-width:130px;
	width:auto;
	font:11px Verdana, Geneva, sans-serif; 
	padding: 10px; font-weight:bold;
	border: solid 1px #E2E2E2;
	font: normal 12px Verdana, Tahoma, sans-serif;
	background: #FFFFFF left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	outline:none;
	-webkit-border-radius: 5px 5px; 5px 5px;-moz-border-radius: 5px 5px; 5px 5px;border-radius: 5px 5px; 5px 5px;
	outline:none;
}

a.vpb_remote_this_item
{
	background:#ee432e;
	padding:5px;
	text-decoration:none;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ee432e repeat scroll 0 0;
	border:0 none;
	color:gray;
	cursor:pointer;
	display: inline;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	white-space:nowrap;
	float:left;
}
a.vpb_remote_this_item:hover
{
	opacity:1;filter:alpha(opacity = 100);-ms-filter:'alpha(opacity = 100)';
	border:solid #B1B1B1 1px;
	background:#EEEEEE;
	padding:5px;
	display: inline;
	color:black;
}



/*BUTTONS STARTS*/
#vasplus_p_blog_add_to_cart_button {
    margin: 0;
    padding: 10px;
    text-align: left;
    width: 350px;
	
}
#vasplus_p_blog_add_to_cart_button:hover 
{
   
}
 


#response input {
    background: none repeat scroll 0 0 #cc0000;
	color:#fff;
	margin:20px 15px;
	float:left;
}
#response input:hover{background:#EBEBEB;
   color:#6f6f71;
    cursor: pointer;}

#vpb_cart_buttons
{
  background:#cc0000;
  color: #cc0000;
  text-align: center;
  background:url(../images/close.png) no-repeat center center;
}
#vpb_cart_buttons:hover 
{
  background:#cc0000;
  color: #cc0000;
  text-align: center;
  background:url(../images/close.png) no-repeat center center;
    cursor: pointer; }
#vpb_cart_buttons:active 
{
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}
/*BUTTONS ENDS*/