@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/roses_wallpaper_green1.jpg);
	background-repeat: repeat;
	margin:0px;
	padding:0px;
}
#white_page {
	position:relative;
	margin: auto;
	top: 20px;
	width:912px;
	height:616px;
	background-color: #FFF;
	z-index:2;
	border: 2px solid #9ACC99;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	background-image: url(../images/fern.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#core_display {
	position: absolute;
	top: 161px;
	left: 68px;
	width: 780px;
	height: 390px;
	z-index:3;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
}
#slider1 {
	position:absolute;
	width: 780px;
	height: 243px;
	left: 0px
	top: 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px; 
	overflow:hidden;
	z-index: 10;
}
#header {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width: 780px;
	height: 90px;
	z-index:4;
}
#title_name {
	float: left;
	top: 28px;
	height: 44px;
}
#title_legend {
	float:left;
	height: 16px;
	margin-left:10px;
	padding-top:29px;
}
#title_tm {
	float: left;
	height: 11px;
	margin-left: 2px;
	padding-top: 24px;
	text-align:left;
	vertical-align: text-top;
}
#title_description {
	clear: both;
	float: left;
	height: 26px;
	padding-top: 14px;
	margin-bottom: 20px;
}
#title_estd {
	float: right;
	height: 16px;
	padding-top: 24px;
	text-align: right;
}
#basket_button {
	position: absolute;
	width: 80px;
	height: 80px;
	top: -15px;
	left: 739px;
	background-color: #99CC99;
	border: 2px solid #FFF;
	-webkit-border-radius: 40px;
	border-radius: 40px; 
	
	
	z-index:12;
}
#zoom_icon {
	position: absolute;
	width: 52px;
	height: 52px;
	top: 554px;
	left: 25px;
	/*border: 2px solid #99CC99;*/
	/*border-radius: 28px;*/
	filter: alpha(opacity=40);
	opacity: 0.40;
	cursor: pointer;
	z-index: 998;
	background-image: url(../images/zoom_icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#zoom_icon:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#zoom_icon:hover ~ #zoom_notice {
	display:block;
}
#zoom_notice {
	position: absolute;
	width: 408px;
	height: 100px;
	top: 442px;
	left: 56px;
	border: 2px solid #FFF;
	background-color: #CC3366;
	-webkit-border-radius: 12px;
	border-radius: 12px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 6px 12px 12px;
	color: white;
	display:none;
	cursor: pointer;
	z-index: 999;
}
#square_icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 554px;
	left: 90px;
	filter: alpha(opacity=30);
	opacity: 0.30;
	cursor: pointer;
	z-index: 998;
	background-image: url(../images/square_icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#square_icon:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#square_icon:hover ~ #square_notice {
	display:block;
}
#square_notice {
	position: absolute;
	width: 400px;
	height: 100px;
	top: 462px;
	left: 110px;
	border: 2px solid #FFF;
	background-color:#690;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding-top:6px;
	padding-bottom:12px;
	padding-left:12px;
	color: white;
	display:none;
	cursor: pointer;
	z-index: 999;
}
#square_notice:hover {
	display:block;	
}

#square_notice a:link {color:#FFF; text-decoration:underline;}      /* unvisited link */
#square_notice a:visited {color:#FFF; text-decoration:underline;}  /* visited link */
#square_notice a:hover {color:#FFF; text-decoration:underline;}  /* mouse over link */
#square_notice a:active {color:#FFF; text-decoration:underline;}  /* selected link */ 

#navMenu {
	position: absolute;
	display:inline-block;
	top: 125px;
	left: 68px;
	width: 770px;
	height: 22px;
	padding-left:10px;
	text-align: center;
	z-index: 8;
	background-color: #9ACC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#search_holder {
	position: absolute;
	top: 559px;
	left 249px;
	display: block;
	width: 375px;
	height: 32px;
	text-align: center;
	left: 276px;
}
#search_inner_holder {
	clear: both;
	display: inline-block;
	overflow: visible;
}	
#search_description {
	display: inline-block;
	float: left;
	margin-top: 6px;
}
#search_field {
	display: inline-block;
	float: left;
	width: 200px;
	height: 19px;
	margin-top: 6px;
	border: 1px solid #9ACC99;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
}
#search_button{
	display: inline-block;
	float: left;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	line-height:28px;
	text-align: center;
	background-color: #9ACC99;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	
}
#search_go {
	border:none;
	cursor:pointer;
	background-image:none;	
	background-color:white;
}
#search {
	border-style: none;
}

#cart_tab {
	position:absolute;
	left:505px;
	top:0px;
	width:250px;
	height:21px;
/*	background-color: #D7EBD6;*/
	background-color: #CAE0C9;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px; 
	
	border: 2px solid #FFF;
	border-top: 0px;
	line-height: 21px;
	text-align: center;
	z-index:10;
}
#cart_holder_outer {
	position:absolute;
	left:454px;
	top:0px;
	width:404px;
	height:550px;
	overflow: hidden;
	z-index: auto;
}
#cart_holder {
	position:absolute;
	left:15px;
	top:-550px;
	width:350px;
	height:525px;
    background-color: #DAE2CD;
	-webkit-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px; 
	border: 5px solid #FFF;
	border-top: 0px;
	-webkit-box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.3);   
    box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.3);
	z-index:9;
}
#left_arrow {
	position:absolute;
	top: 59px;
	left: 1px;
	width:32px;
	height:45px;
	background-image:url(../images/arrow_left.png);
}
#right_arrow {
	position:absolute;
	top: 59px;
	left: -3px;
	width:32px;
	height:45px;
	background-image:url(../images/arrow_right.png);
}
#nav_left {
	position: absolute;
	left: 0px;
	top: 367px;
	width: 30px;
	height: 166px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	 
	background-color: #9ACC99;
	filter: alpha(opacity=35);
	opacity: 0.35;
	z-index: 1000;
}
#nav_right {
	position: absolute;
	left: 884px;
	top: 367px;
	width: 30px;
	height: 166px;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px; 
	
	background-color: #9ACC99;
	filter: alpha(opacity=35);
	opacity: 0.35;
	z-index: 1000;
}
#nav_home {
	position: absolute;
	left: 0px;
	top: 187px;
	width: 30px;
	height: 166px;
	-webkit-border-radius: 0px 20px 20px0 px;
	border-radius: 0px 20px 20px 0px;
	
	background-color: #9ACC99;
	filter: alpha(opacity=35);
	opacity: 0.35;
	z-index: 100;
}
#nav_help {
	position: absolute;
	left: 884px;
	top: 187px;
	width: 30px;
	height: 166px;
	-webkit-border-radius: 20px0 px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	 
	background-color: #9ACC99;
	cursor: pointer;
	filter: alpha(opacity=35);
	opacity: 0.35;
	z-index: 100;
}
#home_logo {
	position:absolute;
	top: 70px;
	left: 4px;
	width:32px;
	height:29px;
	background-image:url(../images/home_logo.png);
	z-index:101;
}
#help_logo {
	position:absolute;
	top: 70px;
	left: 1px;
	width:25px;
	height:35px;
	background-image:url(../images/help_logo.png);
	z-index:101;
}
#nav_left:hover, #nav_right:hover, #nav_home:hover, #nav_help:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.flash_position {
	top: 50px;
	left: 50px;
}
#copyright_holder {
	position:absolute;
	left:61px;
	top:600px;
	width:786px;
	height:10px;
	text-align: center;
	z-index:1000;
}
#order_form_close_button {
	position: relative;
	width: 40px;
	height: 40px;
	top: -24px;
	left: 798px;
	background-color:#9ACC99;
	border: 2px solid #FFF;
	-webkit-border-radius: 22px;
	border-radius: 22px; 
	
	z-index:100;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
}
.fields_pink{
	border-color:red;
	border-width:1px;
	border-style:dashed;
	background-color: #EAD4C9;
}
#blackout {
	position:fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:100;
	background-color:black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display:none;
}	
#page_divider {
	position:absolute;
	left:319px;
	top:161px;
	width:10px;
	height:390px;
	z-index:6;
	background-color:white;
}
#legacy_order_completed {
/*	position:absolute;
	top:600px;
	left:0px;*/
	width:450px;
	height:350px;
	background-image:url(../images/VH_legacy_complete.jpg);
	overflow:hidden;
	text-align:center;
	z-index:101;
	border: 5px solid #FFF;
	-webkit-border-radius: 16px;
	border-radius: 16px; 
	
}
#legacy_order_completed_item {
	position:absolute;
	left:0px;
	top:130px;
	width:450px;
	height:32px;
	z-index:104;
}
#legacy_order_completed_text1 {
	position:absolute;
	left:50px;
	top:160px;
	width:350px;
	height:32px;
	z-index:105;
}
#legacy_order_completed_text2 {
	position:absolute;
	left:30px;
	top:195px;
	width:389px;
	height:20px;
	z-index:106;
}
#legacy_order_completed_text3 {
	position:absolute;
	left:15px;
	top:220px;
	width:420px;
	height:18px;
	z-index:107;
}
#legacy_order_completed_text4 {
	position:absolute;
	left:25px;
	top:240px;
	width:400px;
	height:65px;
	z-index:107;
}
#legacy_close_completed {
	position:absolute;
	width:133px;
	height:20px;
	left:158px;
	top:310px;
	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;
}
#legacy_close_completed:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#help_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/helpfile_BG1.jpg);
}
#helpfile_close {
	position: absolute;
	width: 120px;
	height: 20px;
	left: 673px;
	top: 20px;
	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;
}
#helpfile_close:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#helpfile_gototop {
	position: absolute;
	width: 260px;
	height: 20px;
	left: 394px;
	top: 21px;
	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;
	display:none;
}
#help_text1 {
	position: absolute;
	left: 65px;
	top: 83px;
	width: 662px;
	height: 38px;
	padding: 10px;
	z-index: 110;
	background-color: #95AC73;
}
#help_button1,#help_button2,#help_button3,#help_button4,#help_button5,#help_button6,#help_button7,#help_button8 {
	position: absolute;
	width: 148px;
	height: 20px;
	z-index: 111;
	background-color: #DAE2CD;
	border: 2px solid #FFF;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #95AC73;
}
#help_button1:hover,#help_button2:hover,#help_button3:hover,#help_button4:hover,#help_button5:hover,#help_button6:hover,#help_button7:hover,#help_button8:hover {
	background-color: #95AC73;
	color: #FFF;
}
#help_option1,#help_option2,#help_option3,#help_option4,#help_option5,#help_option6,#help_option7,#help_option8 {
	position: absolute;
	cursor: pointer;
	z-index: 111;
	left: 63px;
	top: 160px;
	width: 152px;
	height: 136px;
	z-index: 112;
}
#help_option1,#help_option2,#help_option3,#help_option4 {
	top: 160px;
}
#help_option5,#help_option6,#help_option7,#help_option8 {
	top: 344px;
}
#help_option1,#help_option5 {
	left: 64px;
}
#help_option1:hover + #help_button1,
#help_option2:hover + #help_button2,
#help_option3:hover + #help_button3,
#help_option4:hover + #help_button4,
#help_option5:hover + #help_button5,
#help_option6:hover + #help_button6,
#help_option7:hover + #help_button7,
#help_option8:hover + #help_button8{
	background-color: #95AC73;
	color: #FFF;
}
#help_button1,#help_button2,#help_button3,#help_button4 {
	top: 301px;
}
#help_button5,#help_button6,#help_button7,#help_button8 {
	top: 485px;
}
#help_button1,#help_button5,#help_option1,#help_option5 {
	left: 64px;
}
#help_button2,#help_button6,#help_option2,#help_option6 {
	left: 240px;
}
#help_button3,#help_button7,#help_option3,#help_option7 {
	left: 420px;
}
#help_button4,#help_button8,#help_option4,#help_option8 {
	left: 597px;
}
#help_screen1,#help_screen2,#help_screen3,#help_screen4,#help_screen5,#help_screen6,#help_screen7,#help_screen8 {
	position: absolute;
	left: 40px;
	top: 83px;
	width: 750px;
	height: 430px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #95AC73;
	padding-right:20px;
	z-index: 120;
	background-color: #EEF1E8;
	overflow: auto;
}
.active {
}
a.help_link_colours:link {color:#95AC73; text-decoration:underline;}      /* unvisited link */
a.help_link_colours:visited {color:#95AC73; text-decoration:underline;}  /* visited link */
a.help_link_colours:hover {color:#95AC73; text-decoration:underline;}  /* mouse over link */
a.help_link_colours:active {color:#95AC73; text-decoration:underline;}  /* selected link */ 

#whatsgone{
	display:none;
	width: 360px;
	z-index: 10000;
	overflow: hidden;
	text-align:center;
	color:#060;
	background-color: #EDF1E7;
	border: 2px solid white;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	overflow:hidden;
}
#goneItemHTML{
	width: 310px;
	margin-left:25px;
	padding:10px 0px;
}
#gonetext1{
	width: 360px;
	padding-top:20px;
}
#gonetext2{
	width: 360px;
	padding: 10px 0px;
}
#whatsgoneclose {
	width: 86px;
	margin-left:137px;
	margin-bottom:12px;
	height: 20px;
	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;
}
#whatsgoneclose:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#whatsgonetrigger {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 897px;
	z-index: 999;
	cursor: pointer;
}
