/*
 *PINKBAMBOO COMMON9 CSS FILE
 *
 * Web Design by Webfountain
 * email:pete@webfountain.co.uk
 * http://www.webfountain.co.uk
 * 


/* COMMON STYLE - DEFAULT TEXT SETTINGS*/

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	color: #666666;
	padding-left: 0px;
	line-height: 12pt;
	font-style:normal;
}

body {
	background-color: #DC98D6;
}

/* fix to make FIREFOX display same as IE in treatment of borders / padding */
/*
* { 
    -moz-box-sizing: border-box; 
} 
 */



h1 {
	color: #DC98D6;
	text-decoration:none;
	font-weight: bold;
	font-size: 110%;
	
}

h2 {
	color: #E25FBD;
	text-decoration:none;
	font-weight: normal;
	font-size: 110%;
}

h3 {
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	font-size: 100%;
}

.active {
	color: #DC98D6;	
	text-decoration: none;
	font-weight: normal;
	}
	
.bar {
	color: #cccccc;	
	text-decoration: none;
	font-weight: normal;
	margin-left:3px;
	margin-right:3px;
	}	

.copyright {
	float:left;
	margin-left:8px;
	font-size: 100%;
	color: #DC98D6;
	
	}	
	
.alert {
font-weight: bold;
color: #E25FBD;
}

.index-indent {
	padding-left: 20px;

}	

.img-float-right {
	float:right;
	margin-right:20px;
}	
	
.postage-float-right {
	float:right;
	margin-right:10px;
	margin-top: 3px;
}	
		
.sitelink-float-left {
	float:left;
	margin-left:10px;
	margin-top: 5px;
}		
	

/* DIV - ID DEFINITIONS AND STYLES */

#wrapper {
	width:50%;
	height:450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -390px;
	
	visibility: visible;
	
	z-index:1;
	background-repeat: no-repeat;
	background-color: #DC98D6;
	}





#main {
	width:780px;
	height:540px;
	
	background: #ffffff;
	text-align: left;
	}
	
#workspace{
	width:780px;
	height:585px;
	background: #ffffff;
	text-align: left;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: 10;
	border: 1px solid #9D3593;
	}
	
#content_1 {
	width:778px;
	background: #ffffff;
	text-align: left;
	height: 460px;
	background-color: #FFFFFF;
	position: absolute;
	top: 125px;
	z-index: 2000;
	left: 0px;
	}

#content_2 {
	width:780px;
	background: #ffffff;
	text-align: left;
	height: 400px;
	background-color: #FFFFCC;
	background-image: url(../../images/flower2_400h780w.jpg);
	}
	
#content_3 {
	width:780px;
	background: #ffffff;
	text-align: left;
	height: 400px;
	background-color: #FFFFCC;
	background-image: url(../../images/flower3_400h780w.jpg);
	}
	
#content_4 {
	width:780px;
	background: #ffffff;
	text-align: left;
	height: 400px;
	background-color: #FFFFCC;
	background-image: url(../../images/flower4_400h780w.jpg);
	}




#header{
	width: 778px;
	height: 60px;
	background-color: #ffffff;
	}
		
	
#header_logo{
	width: 260px;
	height: 60px;
	background-position: 0px 0px;
	background-image: url(../images/pink-bamboo-logo.jpg);
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 9999999;
	}
	
#header_strapline{
	width: 260px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	background-image: url(../images/girl_clothes_clothing_text.jpg);
	position: absolute;
	top: 13px;
	left: 260px;
	z-index: 1998;
	}
	
#header_shopping{
	width: 260px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	float:right;
	margin-right: 4px;
	}	
	
#header_currency{
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float:right;
	padding-bottom: 2px;
	position: absolute;
	left: 540px;
	top: 0px;
	padding-top: 5px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	}
	
#header_show_basket{
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	float:right;
	padding-bottom: 2px;
	position: absolute;
	left: 596px;
	top: 0px;
	padding-top: 5px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	z-index: 1020;
	}
	
#header_basket_summary{
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	float:right;
	padding-bottom: 2px;
	position: absolute;
	left: 658px;
	top: 0px;
	padding-top: 5px;
	border-right: solid #cccccc 1px;
	z-index: 1030;
	}
	
	

#bag_item_num {
	position:absolute;
	left:2px;
	top:5px;
	width:14px;
	height:16px;
	z-index:1034;
	text-align: right;
}
#bag_item_text {
	position:absolute;
	left:19px;
	top:5px;
	width:35px;
	height:15px;
	z-index:1033;
}
#bag_total_sign {
	position:absolute;
	left:0px;
	top:29px;
	width:10px;
	height:15px;
	z-index:1032;
}
#bag_total_num {
	position:absolute;
	left:5px;
	top:29px;
	width:50px;
	height:16px;
	z-index:1031;
	text-align: right;
}

	
.basket_summary{
	color: #666666;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
	
.basket_summary_num{
	color: #dd15ba;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
	

#header_checkout{
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	float:right;
	padding-bottom: 2px;
	position: absolute;
	left: 720px;
	top: 0px;
	padding-top: 5px;
	border-right: solid #cccccc 0px;
	z-index: 1011;
	}
	
#header_1_3_3{

	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float:right;
	padding-bottom: 2px;	
	}
	
#header_1_3_4{
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float:right;
	padding-bottom: 2px;	
	}

	
#topmenubar,#botmenubar {
	padding-left: 0px;
	color: #999999;
	border-top: 0px;
	border-top-color: #ffffff;
	border-top-style: solid;
	font-size: 90%;
	height: 30px;
	background-color: #FFFFFF;
	text-align: center;
	width: 517px;
	position: absolute;
	z-index: 3000;
	}

#topmenubar {
	left: 0px;
	top: -62px;
	border-bottom-width: 0px;
	border-color: #CCCCCC;
	z-index: 12014;
	border-bottom-style: solid;
	font-size: 90%;
	padding-left: 0px;
	text-align: left;
	color: #999999;
	}
	
#botmenubar {
	left: 263px;
	top: -66px;
	border-color: #CCCCCC;
	z-index: 12090;
	color: #999999;
	border-bottom: solid #cccccc 0px;
	}

	
#topmenubar a:link,#topmenubar a:visited,#botmenubar a:link,#botmenubar a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

#topmenubar a:hover,#botmenubar a:hover {
	color: #DC98D6;	
	text-decoration: underline;
	font-weight: normal;
	}
	
#topmenubar-left {
	position:absolute;
	left:6px;
	top:3px;
	width:162px;
	height:22px;
	z-index:12009;
	padding: 2px;
	text-align: left;
}



#topmenubar-right {
	position:absolute;
	left:188px;
	top:3px;
	width:579px;
	height:22px;
	z-index:12009;
	padding: 2px;
	text-align: right;
	margin-right: 10px;
}



#order_form{
	padding-left: 0px;
	padding: 0px;
	padding-bottom: 0px;
	font-size: 100%;
	color: #666666;
	font-weight: normal;
	background-color: #cdcdce;
	width: 780px;
	height: 400px;
	}

#content_left_1 {
	width: 430px;
	height: 395px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	font-size:90%;
	text-align: center;
	position: absolute;
	left: 1px;
	top: 0px;
	padding-top: 5px;
	z-index: 12011;
	}
		
#content_left_1 a:link ,#content_left_1 a:visited{
	color: #999999;
	text-decoration: none;	
	}

#content_left_1 a:hover {
	color: #666666;	
	text-decoration: none;	
	}
	

#content_right_1 {
	width: 340px;
	height: 395px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	border-right-width: 0px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	font-size:90%;
	text-align: left;
	padding-top: 5px;
	padding-left:3px;
	padding-right:5px;
	position: absolute;
	left: 431px;
	top: 3px;
	color: #999999;
	z-index: 12008;
	}
		

#content_right_1 a:link , #content_right_1 a:visited{
	color: #dd15ba; 
	text-decoration:none;	
	font-weight: normal;
	}
	
#content_right_1 a:hover {
	color: #cccccc;	
	text-decoration: none;
	font-weight: normal;	
	}
	
	
#onlinepayment {
	position:absolute;
	left:12px;
	top:354px;
	width:325px;
	height:35px;
	z-index:12003;
	overflow: hidden;
}	
	
#subscribe-me {
	position:absolute;
	left:4px;
	top:305px;
	width:325px;
	height:100px;
	z-index:12003;
	overflow: hidden;
}	
		
	
	
	
	
#bin_2 {
	width: 225px;
	height: 200px;
	background-color: #000146;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size:80%;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 288px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
	}	
	
#portfolio a:link{
	color: #FFFFAA;
	text-decoration: none;	
	}
#portfolio a:visited {
	color: #FFFFAA;
	text-decoration: none;	
	}
#portfolio a:hover {
	color: #666666;	
	text-decoration: underline;	
	}
	
#contact {
	width: 225px;
	height: 200px;
	background-color: #6A7FAA;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size:80%;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 555px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000146;
	}

#contact a:link{
	color: #FFFFAA;
	text-decoration: none;	
	}
#contact a:visited {
	color: #FFFFAA;
	text-decoration: none;	
	}
#contact a:hover {
	color: #666666;	
	text-decoration: underline;	
	}




#spacer1{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 90%;
	text-decoration: none;
	background-color: #FFFFFF;
	height:1px;
	border-top: 0px;
	border-top-style: solid;
	width: 780px;
}			

#spacer5{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-size: 90%;
	text-decoration: none;
	background-color: #FFFFFF;
	height:5px;
	border-top: 0px;
	border-top-style: solid;
}			
#spacer10{
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-size: 90%;
	text-decoration: none;
	background-color: #FFFFFF;
	height:10px;
	border-top: 0px;
	border-top-style: solid;
}			

#navbarleft{
	margin: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
	font-size: 120%;
	width:140px;
	height: 390px;
	padding-top: 0px;
	position: absolute;
	top: 3px;
	z-index: 12006;
	color:#999999;
	padding-right: 5px;
	padding-left: 5px;
	left: 0;
	
	}
	
	
	
	
/* NAVLAYERS - cascading! */
#navbarleft_l1,#navbarleft_l2,#navbarleft_l3,#navbarleft_l4,#navbarleft_l5,#navbarleft_l6,
#navbarleft_l7,#navbarleft_l8,#navbarleft_l9,#navbarleft_l10,#navbarleft_l11,#navbarleft_l12
{
	
	border: solid #cccccc 1px;
	background-color: #FFFFFF;
	
	
	width:60px;
	height:60px;
	
	text-align: center;
	padding-top: 0px;
	
	
	}
	

#navbarleft_l1{
	position:absolute;
	top: 4px;
	left: 8px;
	z-index: 4010;
	}
	
#navbarleft_l1_con {
	position:absolute;
	left:8px;
	top:10px;
	width:45px;
	height:40px;
	z-index:4011;
}	
	
	
	
#navbarleft_l2{
	position:absolute;
	top: 69px;
	left:8px;
	z-index: 4020;
	}
	
#navbarleft_l3{
	position:absolute;
	top: 134px;
	left:8px;
	z-index: 4030;
	}	
		
#navbarleft_l4{
	position:absolute;
	top: 199px;
	left:8px;
	z-index: 4040;
	}	
	
#navbarleft_l5{
	position:absolute;
	top: 264px;
	left: 8px;
	z-index: 4050;
	}	

#navbarleft_l6 {
	position:absolute;
	top: 329px;
	left:8px;
	z-index: 4060;
	}	
	
#navbarleft_l7{
	position:absolute;
	top: 4px;
	left:73px;
	z-index: 4070;
	}
	
#navbarleft_l8{
	position:absolute;
	top: 69px;
	left:73px;
	z-index: 4070;
}	

#navbarleft_l9{
	position:absolute;
	top: 134px;
	left:73px;
	z-index: 4080;
	}	
		
#navbarleft_l10{
	position:absolute;
	top: 199px;
	left:73px;
	z-index: 4090;
	}	
	
#navbarleft_l11{
	position:absolute;
	top: 264px;
	left: 73px;
	z-index: 4100;
	}	

#navbarleft_l12 {
	position:absolute;
	top: 329px;
	left:73px;
	z-index: 4110;
	}	
	
	

	
#navbarleft_l1_con, #navbarleft_l2_con,#navbarleft_l3_con,#navbarleft_l4_con,#navbarleft_l5_con,#navbarleft_l6_con,
#navbarleft_l7_con,#navbarleft_l8_con,#navbarleft_l9_con,#navbarleft_l10_con,#navbarleft_l11_con,#navbarleft_l12_con
{
	position:absolute;
	left:4px;
	top:5px;
	width:55px;
	height:40px;
}		


	

	

#navbarleft a:link ,#navbarleft a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
	
	}

#navbarleft a:hover {
	color: #dd15ba;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	padding-left: 0px;
	list-style-type: none;
	}
	
#navbar_header {
	position:absolute;
	left:0px;
	top:2px;
	width:134px;
	height:30px;

	padding: 5px;
}	
	
	
	

#footer {
	background-color: #FFFFFF;
	color: #999999;
	position: absolute;
	top: 407px;
	left: 1px;
	text-align: right;
	font-size: 80%;
	width: 775px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 12011;
	height: 15px;
	border-top: solid #cccccc 1px;
	}
	
#footer a:link , #footer a:visited{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
	text-decoration: none;	
	}
	
#footer a:hover {
	background-color: #FFFFFF;
	color: #DC98D6;	
	font-size: 100%;
	text-decoration: underline;
	}
	
	



#footer_copyright  {
	width: 780px;
	text-align: center;
	font-size: 90%;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	height: 20px;
	}
	
#footer_copyright  a:link {
	color: #000000;
	font-size: 90%;
	text-decoration: none;	
	}

#footer_copyright a:visited {
	color: #005655;
	font-size: 90%;
	text-decoration: none;	
	}
#footer_copyright a:hover {
	color: #666666;	
	font-size: 90%;
	text-decoration: underline;
	}
	
		
	
	
	
	


	
	#copyright {
	width: 160px;
	background-color: #ffffff;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:80%;
	text-align: left;
	float:left;
	font-style: normal;
	color: #cccccc;
	visibility: visible;
	height: 18px;
	}
	
#copyright a:link,#copyright a:visited {
	color: #666666;
	font-size: 100%;
	background-color: #FFFFFF;
	text-decoration:none ;
}	

#copyright a:hover {
	color: #cccccc;
	font-size: 100%;
	background-color: #FFFFFF;
	text-decoration: underline;

}	
		
#wf_credit {
	width: 190px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:80%;
	text-align: right;
	float:right;
	font-style: normal;
	color: #cccccc;
	height: 18px;
	clear: right;
	}
	
#wf_credit a:link , #wf_credit a:visited {
	color: #999999;
	font-size: 100%;
	background-color: #FFFFFF;
	text-decoration: none;
}	

#wf_credit a:hover {
	color: #666666;
	font-size: 100%;
	background-color: #FFFFFF;
    text-decoration: underline;
}	
	
#keywords {
	text-align: center;
	font-size: 65%;
	border-top-style: solid;
	border-top-color: #ffffff;
	width: 780px;
	border-top-width: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	position: absolute;
	left: 1px;
	top: 435px;
	z-index: 12013;
	color: #999999;
	}
	
#keywords a:link , #keywords a:visited {
	color: #999999;
	font-size: 7px;
	background-color: #FFFFFF;
	text-decoration: none;
}	

#keywords a:hover {
	color: #DC98D6;
	font-size: 7px;
	background-color: #FFFFFF;
    text-decoration: underline;
}
	

	#sitemap {
	position:absolute;
	left:668px;
	top:4px;
	width:108px;
	height:19px;
	z-index:11;
}
#sizelist {
	position:absolute;
	left:78px;
	top:7px;
	width:70px;
	height:70px;
	z-index:11;
}

#availlist {
	position:absolute;
	left:162px;
	top:7px;
	width:125px;
	height:70px;
	z-index:12;
}
#index_txt {
	position:absolute;
	left:7px;
	top:326px;
	width:275px;
	height:19px;
	text-align: center;
	
	}
#index_left_1 {
	position:absolute;
	left:139px;
	top:3px;
	width:286px;
	height:395px;
	padding-top:5px;
	z-index:5999;
	visibility: visible;
	background-color: #FFFFFF;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	}
	
#index_pic1
	{
	position:absolute;
	left:9px;
	top:1px;
	width:275px;
	height:311px;
	padding-top:5px;
	z-index:5030;
	background-color: #FFFFFF;
	visibility: visible;
	}	
	
#index_right_1 {
	width: 348px;
	height: 393px;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	font-size:90%;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	position: absolute;
	left: 431px;
	top: 3px;
	color: #999999;
	z-index: 12008;
	}
		

#index_right_1 a:link , #i a:visited{
	color: #dd15ba; 
	text-decoration:none;	
	font-weight: normal;
	}
	
#index_right_1 a:hover {
	color: #cccccc;	
	text-decoration: none;
	font-weight: normal;	
	}
	

#send_button {
	position:absolute;
	width:110px;
	height:35px;
	z-index:12006;
	left: 333px;
	top: -68px;
}
#index_msg {
	position:absolute;
	width:346px;
	height:48px;
	z-index:12005;
	left: 2px;
	top: 248px;
	padding: 5px;
	color: #CC0000;
}

.float-right{
padding-left:20px;
}


.index-thumbs{
	margin-top:0px;
	margin-left:25px;
	margin-bottom: 3px;

}
