#cart_wrapper,#cart_pull_tab,#cart{
    position:relative;
    width:350px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
#cart_pull_tab {
    top: 110px;
    width:250px;
    height:21px;
    z-index:152;
    background-color: #9ACC99;
    -webkit-border-radius: 0px 0px 6px 6px;
	border-radius: px px 6px 6px;
	 
    cursor: pointer;
}
a #cart_pull_tab_a:hover{
    background-color:yellow;
}
#no_items {
	background-color: green;
	height: 100px;
	margin: auto;
	position: relative;
	top: 160px;
	width: 200px;
	background-color: #9ACC99;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	 
	border: 3px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
}
#no_items_close {
	height: 20px;
	margin: auto;
	position: relative;
	top: 15px;
	width: 100px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #360;
	cursor: pointer;
}

#maxCheck {
    background-color: #9ACC99;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 8px;
	border-radius: 8px;
	 
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100px;
    margin: auto;
    padding-top: 40px;
    position: relative;
    text-align: center;
    top: 160px;
    width: 200px;
    z-index: 250;
}
#maxCheckClose {
    height: 20px;
    margin: auto;
    position: relative;
    top: 15px;
    width: 100px;
    z-index: 100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #360;
    cursor: pointer;
}
#RemoveCheck {
    background-color: #9ACC99;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 8px;
	border-radius: 8px; 
	
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 100px;
    margin: auto;
    padding-top: 40px;
    position: relative;
    text-align: center;
    top: 160px;
    width: 200px;
    z-index: 250;
}
#RemoveCheckClose {
    height: 20px;
    margin: auto;
    position: relative;
    top: 15px;
    width: 100px;
    z-index: 100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #360;
    cursor: pointer;
}


#cart{
    -webkit-border-radius: 0px 0px 16px 16px;
	border-radius: px px 16px 16px;
	 
    border-width: 6px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    background-color: #DAE2CD;
    height:520px;
    width:350px;
}

#cart_wrapper {
    top: 90px;
    height:526px;
    width:362px;
    z-index:151;
    overflow: hidden;
}

#cart_white_header_block {
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
	height:83px;
	z-index:1;
	background-color: #FFFFFF;
}
#cart_title {
	position:absolute;
	left:21px;
	top:4px;
	width:208px;
	height:17px;
	z-index:1;
	text-align: center;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	
}
#cart_logo {
	position:absolute;
	left:14px;
	top:33px;
	width:194px;
	height:27px;
	z-index:2;
}
#cart_hide {
	position:absolute;
	left:225px;
	top:5px;
	width:100px;
	height:16px;
	line-height: 16px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9ACC99;
	border-radius: 4px;
	
	background-color:#FFFFFF;
	text-align: center;
    cursor: pointer;
}
#cart_green_bar {
	position:absolute;
	left:0px;
	top:83px;
	width:350px;
	height:26px;
	z-index:2;
	background-color: #9ACC99;
}
#cart_newlogo {
	position:absolute;
	left:15px;
	top:-7px;
	width:71px;
	height:41px;
	z-index:4;
}
#cart_currently_contains {
	position:absolute;
	left:92px;
	top:6px;
	width:254px;
	height:17px;
	z-index:1;
}
#cart_shopping_list {
	position:absolute;
	left:0px;
	top:122px;
	width:345px;
	/*height:109px;*/
        height: 269px;
        overflow-y: auto;
	z-index:11;
}
.cart_item_container {
	position:relative;
	left:0px;
	width:328px;
	height:56px;
	z-index:1;
}

/* anchor override */
.cart_item_container a:link    {text-decoration:none;color:#336600;}
.cart_item_container a:visited {text-decoration:none;color:#336600;}
.cart_item_container a:hover   {text-decoration:none;color:#336600;}
.cart_item_container a:active  {text-decoration:none;color:#336600;}

.cart_item_image {
	position:absolute;
	left:13px;
	top:3px;
	width:54px;
	height:49px;
	z-index:1;
	background-color: #FFFFFF;
}
.cart_item_description {
	position:absolute;
	left:73px;
	top:8px;
	width:237px;
	height:14px;
	z-index:2;
}
.cart_item_code {
	position:absolute;
	left:73px;
	top:30px;
	width:58px;
	height:14px;
	z-index:3;
}
.cart_item_remove {
	position:absolute;
	left:126px;
	top:30px;
	width:39px;
	height:14px;
	z-index:4;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #95AC73;
}
.cart_item_qty {
	position:absolute;
	left:176px;
	top:28px;
	width:34px;
	height:22px;
	z-index:5;
}
.cart_item_qty_unit {
	position:absolute;
	left:204px;
	top:30px;
	width:55px;
	height:14px;
	z-index:6;
}
.cart_item_qty_more {
	position:absolute;
	left:252px;
	top:25px;
	width:20px;
	height:10px;
	z-index:7;
    cursor: pointer;
}
.cart_item_qty_less {
	position:absolute;
	left:252px;
	top:40px;
	width:20px;
	height:10px;
	z-index:8;
        cursor: pointer;
}
.cart_item_line_price {
	position:absolute;
	left:268px;
	top:30px;
	width:55px;
	height:14px;
	z-index:9;
	text-align: right;
}
#cart_express_notice {
	position:absolute;
	left:11px;
	top:185px;
	width:325px;
	height:210px;
	z-index:12;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	 
	border: 2px solid #CD396B;
	background-color: #FFFFFF;
}
#cart_express_logo {
	position:absolute;
	left:76px;
	top:8px;
	width:175px;
	height:33px;
	z-index:1;
}
#cart_express_text_1 {
	position:absolute;
	left:12px;
	top:46px;
	width:302px;
	height:47px;
	z-index:2;
	text-align: center;
}
#cart_express_please {
	position:absolute;
	left:15px;
	top:171px;
	width:173px;
	height:22px;
	z-index:101;
	background-color: #9ACC99;
	line-height: 22px;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 2px solid #CC3467;
	cursor: pointer;
}
#cart_express_close_notice {
	position:absolute;
	left:207px;
	top:172px;
	width:103px;
	height:22px;
	z-index:101;
	line-height: 22px;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 1px solid #9ACC99;
	cursor: pointer;
}
#cart_express_text_2 {
	position:absolute;
	left:22px;
	top:99px;
	width:280px;
	height:58px;
	z-index:5;
	text-align: center;
}
#cart_continue_shopping, #cart_place_order{
    position:absolute;
    bottom: 12px;
    text-align:center;
    width:140px;
    height:25px;
    line-height: 25px;
    cursor: pointer;
}
#cart_continue_shopping {
	left:26px;
	z-index:4;
	background-color: #9ACC99;
	border-radius: 6px;
	
	border: 2px solid #FFF;
}
#cart_place_order {
	left:180px;
	z-index:5;
	background-color: #FFFFFF;
	text-align:center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 2px solid #9ACC99;
}
.cart_fuschia_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B12C57;
}
#warning{
    position: absolute;
    margin: 0 auto;
    margin-bottom: -200px;
    position:relative;
    z-index: 1001!important;
    background-color: #9ACC99;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	
    border: 2px solid #336600;
    height: 175px;
    padding: 10px;
    text-align: center;
    width: 270px;
    top: 192px;
}

#cart_whiteline_1 {
    position: relative;
	left:11px;
	bottom:60px;
	width:325px;
	height:1px;
	z-index:3;
	text-align:center;
	background-color: #FFFFFF;
}

#cart_subtotal_text,#cart_subtotal_price{
	position:absolute;
	bottom:25px;
	height:16px;
	z-index:7;
	text-align:right;    
}
#cart_subtotal_text {
	left:115px;
	width:153px;
	z-index:6;
}
#cart_subtotal_price {
	left:267px;
	width:55px;
	z-index:7;
}


#cart_new_subtotal_price,#cart_discount_text,#cart_new_subtotal_text{
    position:absolute;
    top: 5px;
}

#cart_discount_text {
	left:40px;
    width:167px;
	height:16px;
	z-index:10;
	line-height: 16px;
}
#cart_discount_input_field {
	position:absolute;
	left:110px;
	top:-3px;
	width:34px;
	height:20px;
	z-index:1;
}
#apply_discount{
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	border: 2px solid #FFF;
	left: 230px;
	position: absolute;
	top: 2px;
	width: 90px;
	height: 16px;
	line-height: 16px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #9ACC99;
	text-align: center;
}

#cart_new_subtotal_text {
	left:107px;
	width:160px;
	height:16px;
	top: 30px;
	z-index:9;
	text-align: right;
}
#cart_new_subtotal_price {
	left:267px;
	width:55px;
	height:16px;
	top: 30px;
	z-index:10;
	text-align:right;
}

#cart_discount{
    bottom: 92px;
    position: absolute;
}
#cart_footer{
    bottom: 70px;
    position: absolute;
}
#connecting_to_paypal{
	width:200px;
	height:36px;
	z-index:103;
	display: none;
	border: 2px solid #FFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	text-align: center;
	line-height: 36px;
	background-color: #9ACC99;
}
#express_prepayment_page {
	width: 450px;
	height: 490px;
	background-image: url(../images/vh_express_prepaypal_page_BG2.jpg);
	overflow:hidden;
	text-align:center;
	z-index:101;
	border: 5px solid #FFF;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	
	display:none;
}
#express_prepayment_readytopay {
	position:absolute;
	left:54px;
	top:410px;
	width:336px;
	height:22px;
	z-index:103;
	background-color: #9ACC99;
	line-height: 22px;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	border: 2px solid #CC3467;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
#express_prepayment_close {
	position:absolute;
	width:120px;
	height:20px;
	left:165px;
	top:450px;
	z-index:109;
	background-color: #9ACC99;
	border: 2px solid #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	line-height:20px;
	text-align:center;
	cursor:pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#express_prepayment_close:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#express_prepayment_message_button {
	position:absolute;
	width:180px;
	height:20px;
	left:135px;
	top:360px;
	z-index:109;
	background-color: #CC3467;
	border: 2px solid #FFF;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	line-height:20px;
	text-align:center;
	cursor:pointer;
	filter: alpha(opacity=40);
	opacity: 0.40;
}
#express_prepayment_message_button:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#express_prepayment_text1 {
	position:absolute;
	left:32px;
	top:252px;
	width:388px;
	text-align:center;
	z-index:103;
}
#express_prepayment_text2 {
	position:absolute;
	left:35px;
	top:287px;
	width:380px;
	text-align:center;
	z-index:103;
	font-weight: bold;
}
#express_prepayment_text3 {
	position:absolute;
	left:20px;
	top:309px;
	width:410px;
	text-align:center;
	z-index:103;
}
#express_prepayment_text4 {
	position:absolute;
	left:20px;
	top:385px;
	width:410px;
	text-align:center;
	z-index:103;
}
#express_prepayment_messagebox {
	display:none;
	position:absolute;
	left:18px;
	top:222px;
	height:138px;
	width:410px;
	text-align:left;
	background-color: #FFF;
	border: 2px solid #CC3467;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	z-index:199;
}
#express_prepayment_item_info {
	position:absolute;
	left:10px;
	top:195px;
	width:430px;
	height:19px;
	text-align:center;
	font-weight:bold;
	z-index:103;
}
#express_prepayment_item_price{
	position:absolute;
	left:10px;
	top:222px;
	width:430px;
	height:19px;
	text-align:center;
	z-index:103;
}
#express_message_clear {
	position:absolute;
	width:140px;
	height:16px;
	left:40px;
	top:110px;
	z-index:109;
	background-color: #FFF;
	border: 2px solid #9ACC99;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	line-height:16px;
	text-align:center;
	cursor:pointer;
	filter: alpha(opacity=50);
	opacity: 0.50;	
}
#express_message_save {
	position:absolute;
	width:140px;
	height:16px;
	left:220px;
	top:110px;
	z-index:109;
	background-color: #9ACC99;
	border: 2px solid #9ACC99;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	line-height:16px;
	text-align:center;
	cursor:pointer;
	filter: alpha(opacity=70);
	opacity: 0.70;
}
#express_message_clear:hover, #express_message_save:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.cart_prepayment_fuschia_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B12C57;
}
#help_holder {
	position:fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:100;
	display:none;}
#help_layer {
	position:relative;
	margin: auto;
	top: 20px;
	width:912px;
	height:616px;
	z-index:101;
	display:none;
	}
	
#order_form_wrapper{
	position:relative;
	width:820px;
	height:535px;
	z-index:102;
	display: none;
	border: 5px solid #FFF;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #F2F5EC;
	background-image: url(../images/VH_order_form_2013_BG1.jpg);
	}
