/* Reset code */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* set background colour */

html, html.blank {
	background: url(../images/Home/back.gif);
}

html.blue {
	background: #00BAF1;
}

html.darkBlue {
	background: #006EB9;
}

html.pink {
	background: #E5147A;
}

html.lightPink {
	background: #F199B4;
}

/* end set background colour */

a
{
	text-decoration: none;
	color: #F246A9;
}


/*
	Various settings
*/

body
{
	/*background:#fff url(../images/stripe.jpg) repeat-y top center;*/
	font-family: Arial;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 15px;
}

em {
	font-style: italic;
}

li {
	list-style-type: disc;
	list-style-position: inside;
}

ul {
	margin-top: 15px;
}

p.content, div.text {
	margin: 0px 250px;
}

p.clean {
	margin: 0px;
}

p.error {
	color: red;
	font-weight: bold;
	margin: 0px 250px;
}

p.notice {
	color: #00BAF1;
	font-weight: bold;
	margin: 0px 250px;
}

img.title {
	margin-left: 50px;
}


/* Container holding top, bottom and content */

#container {
	margin: 0 auto;
	width:1150px;
	border-top:0;
}

#holding {
	background-color: white;
	width:1150px;
	/*overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	height: 242px;*/
}

/* Content */
#content {
	margin-left: 6px;
	background:#FFFFFF; repeat-y;
}

#center {
	padding-right: 30px;
}
#cleft
{
	float:left;
	width:228px;
	font-size:13px;
}

#cleft a.toplevel
{
	border-bottom:1px dotted white;
}
#cright
{
	float:left;
	width:525px;
	font-size:14px;
	color:#777;
	padding:20px;
	line-height:18px;
}

/* Top Header */
#top.blue
{
	height:197px;
	width:100%;
	background:#00BAF1 url(../images/header.png) no-repeat 0px 0;
	_background:#00BAF1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/header.png');
}


#top.pink
{
	height:197px;
	width:100%;
	background:#E5147A url(../images/header.png) no-repeat 0px 0;
	_background:#E5147A;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/header.png');
}

#top.lightPink {
	height:197px;
	width:100%;
	background:#F199B4 url(../images/header.png) no-repeat 0px 0;
	_background:#F199B4;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/header.png');
}

#top.darkBlue {
	height:197px;
	width:100%;
	background:#006EB9 url(../images/header.png) no-repeat 0px 0;
	_background:#006EB9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/header.png');
}

#top
{
	height:197px;
	width:100%;
	background: url(../images/header.png) no-repeat 0px 0;
	_background:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/header.png');
}

#blank
{
	height:106px;
	width:100%;
	background: url(../images/blank-header.png) no-repeat 0px 0;
	_background:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/blank-header.png');
}

/* End Top */

/* Bottom */

#bottom
{
	height:134px;
	width:1150px;
    background: url(../images/footer.png) no-repeat 0px 0;
    _background:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/footer.png');
    display:inline-block;
    float:left;    
}

#bottom.blue
{

	height:134px;
	width:1150px;
	background:#00BAF1 url(../images/footer.png) no-repeat 0px 0;
	_background:#00BAF1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/footer.png');
    display:inline-block;
    float:left;    
}

#bottom.darkBlue
{

	height:134px;
	width:1150px;
	background:#006EB9 url(../images/footer.png) no-repeat 0px 0;
	_background:#006EB9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/footer.png');
    display:inline-block;
    float:left;    
}

#bottom.pink
{
	height:134px;
	width:1150px;
	background:#E5147A url(../images/footer.png) no-repeat 0px 0;
	_background:#E5147A;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/footer.png');
    display:inline-block;
    float:left;
}

#bottom.lightPink {
	background: #F199B4 url(../images/footer.png) no-repeat 0px 0;
	height:134px;
	width:1150px;
	_background:#F199B4;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/footer.png');
    display:inline-block;
    float:left;
}

/* vertical menu */

#vertNavcontainer { 
	margin-left: 0px; 
	padding-left:75px;
	
}

#vertNavcontainer a
{
	background: white;
	width: 228px;
	height:60px;
}


/* end vertical menu */

/* horizontal menu */

#horizNavcontainer {
	margin: 0px;
	padding-top:90px;
	float:left;
}

#horizNavcontainer ul {
	margin:0;
	padding:0;
	padding-left: 25px;
}

#horizNavcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#horizNavcontainer a {
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 20px;
	font-family: Arial Narrow;
	padding:0px 6px;
	color:white;
	text-align:center;
}

#horizNavcontainer a.even {
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial Narrow;
	padding:0px 6px;
	color:white;
	text-align:center;
}


#horizNavcontainer a.active:link, #horizNavcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}

/* end horizontal menu */

/* Specials bubble */
#specials {
	
	margin-top: 150px;
	margin-right: 10px;
	width: 227px;
	float:right;
	height: 224px;
	background:url(../images/specials.png) no-repeat 0px 0;
	_background:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/specials.png');
	font-family: Curlz MT, Times New Roman;
}

#specials a
{
	text-decoration:none;
}

#special_1
{

	font-size:19px;
	height:54px;
	left:16px;
	position:relative;
	text-align:center;
	top:30px;
	width:167px;
	overflow:hidden;
}

#special_1 a
{
	color:#00BAF1;
}

#special_2 a
{
	color:#8F3F97;
}

#special_2
{
	color:#8F3F97;
	font-size:19px;
	left:92px;
	position:relative;
	text-align:center;
	top:63px;
	width:126px;
	overflow:hidden;
}

#specials-left {
	
	width: 227px;
	height: 170px;
	margin-left: 20px;
	background:url(../images/specials.png) no-repeat 0px 0;
	_background:#FFFFFF;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/specials.png');
    
}

#tip {
	color:#00B0F0;
	font-family:Curlz MT,Times New Roman;
	font-size:18px;
	font-weight:bold;
	padding-left:24px;
	padding-top:14px;
	text-align:center;
	width:150px;
}
/* End specials bubble */

/* Frame */

.pics {  
	height:520px;
	margin-left:89px;
	width:340px;
	background-color:#FFCFE6;
	border:3px solid #ED0E8F;
	padding:10px 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
} 

.pics img{
	margin:20px;
}

/* End frame */
#homeContent
{
margin-left:3px;
padding-top:20px;
text-align:justify;
width:549px;
}
/* products table */

table.prods td
{
	padding:3px 15px;
}

table.prods td.cleft
{
	text-align:left;
}

table.prods th.cleft
{
	text-align:left;
}

/* end products table */


/* Shop Title */
div.blue_title {
	/*margin-top: 10px;
	margin-left: 60px;*/
	margin-left: 20px;
	width: 254px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	/*font-size: 28px;*/
	font-size: 30px;
	color: #00AEEF;
	background:url(../images/button_blue.png) no-repeat 0px 0;
	padding-left:8px;
}

div.blue_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#00AEEF;
	display:block;
	/*padding-top:18px;
	padding-left:69px;*/
	padding-left:58px;
	padding-top:18px;
}

div.blue_sub_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#00AEEF;
	/*display:block;
	padding-left:58px;
	padding-top:18px;*/
}

div.blue_sub_title {
	width: 253px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 28px;
	color: #00AEEF;
	background:url(../images/button_blue.png) no-repeat 0px 0;
	padding-left:6px;
}

div.party_info
{
	float:left;
	height:25px;
	background:url(../images/party-info.png) no-repeat 0px 0;
	margin-left:-145px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 20px;
	margin-top:74px;
	padding:13px 51px;
	width:76px;
}

div.party_info a
{
	color: #00AEEF;
	text-decoration:none;
}

div.darkBlue_title {
	margin-left: 60px;
	width: 254px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 34px;
	color:#0064B4;
	background:url(../images/Headings/button_dark_blue.png) no-repeat 0px 0;
	padding-left:18px;
}

div.darkBlue_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#0064B4;
	display:block;
	padding-left:58px;
	padding-top:18px;
}

div.darkBlue_sub_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#0064B4;
	display:block;
	padding-left:58px;
	padding-top:18px;
}

div.darkBlue_sub_title {
	width: 253px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 28px;
	color: #0064B4;
	background:url(../images/button_dark_blue.png) no-repeat 0px 0;
}


div.pink_title {
	margin-left: 20px;
	width: 254px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 30px;
	color: #E5147A;
	background: #FFFFFF url(../images/button_pink_big.png) no-repeat 0px 0;
	padding-left:8px;
}

div.pink_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#E5147A;
	display:block;
	padding-left:58px;
	padding-top:18px;
}

div.pink_sub_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#E5147A;
}

div.pink_sub_title {
	width: 253px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 28px;
	color: #E5147A;
	background:url(../images/button_pink_big.png) no-repeat 0px 0;
}

div.lightPink_title {
	margin-left: 20px;
	width: 295px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 30px;
	color: #F27CB1;
	background: #FFFFFF url(../images/button_light_pink.png) no-repeat 0px 0;
}

div.lightPink_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#F27CB1;
	display:block;
	padding-left:69px;
	padding-top:18px;
}

div.lightPink_sub_title {
	width: 295px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 28px;
	color: #F27CB1;
	background:url(../images/button_light_pink.png) no-repeat 0px 0;
}

div.lightPink_sub_title a{
	font-style: Curlz MT, Times New Roman;
	text-decoration: none;
	color:#F27CB1;
}

div.butterfly_title {
	margin-top: 10px;
	margin-left: 60px;
	width: 254px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 26px;
	color: #F59489;
	background:url(../images/Headings/basic-beauties.png) no-repeat 0px 0;
}

div.glamorous_title {
	margin-top: 10px;
	margin-left: 60px;
	width: 257px;
	float:left;
	height: 80px;
	font-family: Curlz MT, Times New Roman;
	font-weight: normal;
	font-size: 26px;
	color: #00B7A8;
	background:url(../images/Headings/glamorous-girls.png) no-repeat 0px 0;
}


span.title {
	line-height:75px;
	margin-left:70px;
	text-decoration: none;
	_background:0;
}

span.butterfly_title {
	line-height:77px;
	margin-left:95px;
	_background:0;
}

span.glamorous_title {
	line-height:75px;
	margin-left:75px;
	_background:0;
}
/* End Shop Title */

/* Stuff for category page */

#prod_orange a {
	color:#F15F5A;
	font-family:Curlz MT,Times New Roman;
	font-size:36px;
	font-weight:normal;
	line-height:36px;
	text-decoration:none;
	vertical-align:top;
}

#prod_green a {
	color: #51C1AF;
	font-family:Curlz MT,Times New Roman;
	font-size:36px;
	font-weight:normal;
	line-height:36px;
	text-decoration:none;
	vertical-align:top;
}

#squiggle_green {
	width: 168px;
	height: 28px;
	background:url(../images/squiggle_green.png) no-repeat 0px 0;
}

#squiggle_orange {
	width: 168px;
	height: 28px;
	background:url(../images/squiggle_orange.png) no-repeat 0px 0;
}

table.subcats td
{
	padding:15px 15px;
}

table.subcats
{
	border-collapse:collapse;
	margin-top: 20px;
	margin-left: 100px;
}

#shop_decoration {
	width: 268px;
	height: 214px;
	background: #FFFFFF url(../images/decoration/shop_flower.png) no-repeat;
	float: right;
	margin-top: -35px;

}

/* end category page */

/* Big Products Frame */
div.prodCell {
	width: 135px;
	height: 137px;
	color: #02B5A5;
	overflow: hidden;
}
div.prodFrame {
	width: 135px;
	height: 137px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod-frame.png');
}
html>body div.prodFrame {
	background: url('../images/prod-frame.png') no-repeat center;
	cursor: pointer;
}

div.prodCellSmall {
	width: 138px;
	height: 136px;
	color: #02B5A5;
	overflow: hidden;
	cursor: pointer;
	}
div.prodFrameSmallGreen {
	width: 138px;
	height: 136px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_green_small.png');
}
html>body div.prodFrameSmallGreen {
	background: url('../images/prod_frame_green_small.png') no-repeat center;
	cursor: pointer;
}

div.prodFrameSmallPink {
	width: 138px;
	height: 136px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_pink_small.png');
}
html>body div.prodFrameSmallPink {
	background: url('../images/prod_frame_pink_small.png') no-repeat center;
	cursor: pointer;
}

/* Product Frames */
div.prodCellLeft-flowers {
	width:349px;
	height: 344px;
	color: #02B5A5;
	overflow: hidden;
	float:left;
	cursor: pointer;
}
div.prodFrameLeft-flowers {
	width:349px;
	height: 344px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_green_left.png');
}
html>body div.prodFrameLeft-flowers {
	background: url('../images/prod_frame_green_left.png') no-repeat center;
	cursor: pointer;
}

div.prodCellRight-flowers {
	width: 340px;
	height: 344px;
	color: #02B5A5;
	overflow: hidden;
	float: left;
}
div.prodFrameRight-flowers {
	width: 340px;
	height: 344px;
	text-align:left;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_green_right.png');*/
}
html>body div.prodFrameRight-flowers {
	background: url('../images/prod_frame_green_right.png') no-repeat center;
	width: 340px;
}

div.prodCellLeft-butterflies {
	width:350px;
	height: 342px;
	color: #F2695E;
	overflow: hidden;
	float:left;
	cursor: pointer;
}
div.prodFrameLeft-butterflies {
	width:350px;
	height: 342px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_light_orange_flower_left.png');
}
html>body div.prodFrameLeft-butterflies {
	background: url('../images/prod_frame_light_orange_flower_left.png') no-repeat center;
	cursor: pointer;
}

div.prodCellRight-butterflies {
	width: 340px;
	height: 342px;
	color: #F2695E;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
div.prodFrameRight-butterflies {
	width: 340px;
	height: 342px;
	text-align:left;
	cursor: pointer;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_light_orange_flower_right.png');*/
}
html>body div.prodFrameRight-butterflies {
	background: url('../images/prod_frame_light_orange_flower_right.png') no-repeat center;
	width: 340px;
	cursor: pointer;
}

div.prodCellLeft-dragon {
	width:350px;
	height: 334px;
	color: #02B5A5;
	overflow: hidden;
	float:left;
	cursor: pointer;
}
div.prodFrameLeft-dragon {
	width:350px;
	height: 334px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_insect_left.png');
}
html>body div.prodFrameLeft-dragon {
	background: url('../images/prod_frame_insect_left.png') no-repeat center;
	cursor: pointer;
}

div.prodCellRight-dragon {
	width: 340px;
	height: 334px;
	color: #02B5A5;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
div.prodFrameRight-dragon {
	width: 340px;
	height: 334px;
	text-align:left;
	cursor: pointer;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_insect_right.png');*/
}
html>body div.prodFrameRight-dragon {
	background: url('../images/prod_frame_insect_right.png') no-repeat center;
	width: 340px;
	cursor: pointer;
}

div.prodText {
	padding-left:20px;
	padding-right:10px;
	padding-top:20px;
}
p.prodCost {
	font-weight: bold;
}

p.prodText {
	font-weight: normal;
	font-size: 12px;
}

a.prodGreen {
	color: #00B5A5;
	text-decoration: none;
}

a.prodPink {
	color: #EC0085;
	text-decoration: none;
}

a.prodLink {
	font-family:Arial;
	color:#00B5A5;
	font-size:14px;
	font-weight:bold;
	line-height:125px;
	text-decoration:none;
}

div.prodLink {
	float: right;
	height: 47px;
	padding-right: 30px;
}


td.prodCell {
	padding-top: 10px;
	vertical-align: top;
	width: 140px;
}

/* Links Decorations */
#link_decoration_left {
	float:left;
	height:121px;
	margin-left:30px;
	padding-left:30px;
	width:86px;
	background: #FFFFFF url(../images/decoration/links_left.png) no-repeat 0 0;
}

#link_decoration_right {
	width: 117px;
	height: 163px;
	margin-left: 1000px;
	background: #FFFFFF url(../images/decoration/links_right.png) no-repeat 0 0;
}

/* End Links Dec */

/* links table */

table.linkage
{
	border-collapse:collapse;
}

table.linkage img{
	border: none;
}

table.linkage td
{
	padding-top:10px;
	padding-right: 60px;
	padding-left: 20px;
}

table.linkage td.divide
{
	/*border-bottom:1px dotted #C13938;*/
	height:2px;
	padding-top:0;
}

/* end links table */

/* Book A Party Products Listing */

/* Products Frame */
div.prod_party_cell_orange {
	width: 550px;
	height: 160px;
	font-family: Curlz MT;
	font-size: 20px;
	color: #F69B8F;
	margin-left: 250px;
	overflow: hidden;
	
	text-align:left;
}
div.prod_party_frame_orange {
	width: 550px;
	height: 160px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_orange.png');
}
html>body div.prod_party_frame_orange {
	background: url('../images/prod_frame_orange.png') no-repeat center;
}

div.prod_party_cell_green {
	width: 525px;
	height: 160px;
	font-family: Curlz MT;
	font-size: 20px;
	color: #02B5A5;
	margin-left: 250px;
	overflow: hidden;
	text-align:left;
}
div.prod_party_frame_green {
	width: 525px;
	height: 160px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_green.png');
}
html>body div.prod_party_frame_green {
	background: url('../images/prod_frame_green.png') no-repeat center;
}

div.prod_party_price_orange {
	float:right;
	font-size:24px;
	width: 40px;
	margin-top:20px;
	padding-right: 6px;
	text-align: center;
	color: white;
}

div.prod_party_price_green {
	float:left;
	font-size:24px;
	color: white;
	margin-left:5px;
	margin-top:27px;
	width: 55px;
	text-align: center;
}

span.prod_party_title_orange {
	font-size:24px;
	font-weight:bold;
	line-height:37px;
	margin-left:80px;
}

span.prod_party_title_green {
	font-size:22px;
	font-weight:bold;
	line-height:37px;
	margin-left:355px;
}

a.prod_party_orange {
	text-decoration: none;
	color: #F69B8F;
	cursor: pointer;
}

a.prod_party_green {
	text-decoration: none;
	color: #02B5A5;
	cursor: pointer;
}


/* End Book A Party Products Listing */

/* Shopping Cart */
#emptycart
{
	width: 640px;
	text-align: center;
	font-style: italic;
}

table.cart
{
	width: 640px;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 20px;
}
table.cart th
{
	padding: 8px;
	border: solid 1px #ccc;
	text-align: center;
	background-color: #F5F5F5;
}
table.cart thead th
{
	text-align: center;
	background-color: #F5F5F5;
}
table.cart tfoot th
{
	text-align: right;
	font-weight: normal;
}
table.cart td
{
	padding: 8px;
	border: solid 1px #CCC;
}

#cartDialog {
	display: none;
	position: relative;
	top: -405px;
	width: 400px;
	margin-left: 100px;
	margin-bottom:-100px;
	border: solid 2px #E5147A;
	background-color: #FFFFFF;
	z-index:1000;
}

#cartDialog p
{
	padding:10px 10px;
}

#cartDialog table {
	width: 100%;
	border-collapse: collapse;
}
#cartDialog table td {
	width: 50%;
	text-align: center;
	background-color: #FABCDA;
	padding:5px;
	
}

/* Glamour Club Page */
div.clubDecoration {
	width: 171px;
	height: 118px;
	background: #FFFFFF url(../images/decoration/club_decoration1.png) no-repeat scroll 0 0;
	float:left;
	margin-left:20px;
	padding-right:80px;
}

a.bigBlue {
	text-decoration: none;
	cursor: pointer;
	font-family: Curlz MT;
	font-size: 35px;
	color:#00BAF1;
}

/* End Glamour Club Page */

/* Join Our Team Page */

div.joinDecoration1 {
	width: 139px;
	height: 78px;
	background: #FFFFFF url(../images/decoration/join-our-team-decoration1.png) no-repeat scroll 0 0;
	float:left;
	margin-left:20px;
	padding-right:100px;
}

div.joinDecoration2 {
	width: 144px;
	height: 74px;
	background: #FFFFFF url(../images/decoration/join-our-team-decoration2.png) no-repeat scroll 0 0;
	float: right;
	margin-top: -70px;
	margin-right: 20px;
}

/* End Join Our Team Page */

/* Find A Salon Page */

div.salonDecoration1 {
	width: 88px;
	height: 63px;
	background: #FFFFFF url(../images/decoration/find-a-salon-decoration1.png) no-repeat scroll 0 0;
	float:left;
	margin-left:30px;
	padding-right:150px;
}

div.salonDecoration2 {
	width: 140px;
	height: 102px;
	background: #FFFFFF url(../images/decoration/find-a-salon-decoration2.png) no-repeat scroll 0 0;
	margin-left:980px;
}

/* End Find A Salon Page */

/* Girly Games Page */
div.gamesDecoration {
	width: 140px;
	height: 293px;
	background: #FFFFFF url(../images/decoration/games-decoration.png) no-repeat scroll 0 0;
	float:left;
	margin-left:50px;
	padding-right:50px;
}

/* End Girly Games Page */

/* Gifts Page */
div.giftsDecoration {
	width: 169px;
	height: 118px;
	background: #FFFFFF url(../images/decoration/gifts-decoration.png) no-repeat scroll 0 0;
	float: right;
	padding-right: 50px;
	margin-top: -37px;
}

/* End Gifts Page */

/* Shop Decoration */ 

div.shopDecorationTopLeft- {
	width: 148px;
	height: 50px;
	background: #FFFFFF
	margin-left:20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

div.shopDecorationTopLeft-flowers {
	width: 71px;
	height: 65px;
	background: #FFFFFF url(../images/decoration/shop-flower-top-left.png) no-repeat scroll 0 0;
	margin-left:20px;
	margin-bottom: 40px;
	margin-top: 50px;
}

div.shopDecorationBottomLeft-flowers {
	width: 64px;
	height: 72px;
	background: #FFFFFF url(../images/decoration/shop-flower-bottom-left.png) no-repeat scroll 0 0;
	margin-left:60px;
	margin-top: 100px;
}

div.shopDecorationTopRight-flowers {
	width: 76px;
	height: 170px;
	background: #FFFFFF url(../images/decoration/shop-flower-top-right.png) no-repeat scroll 0 0;
	margin-bottom: 40px;
	margin-top: 160px;
}

div.shopDecorationBottomRight-flowers {
	width: 36px;
	height: 36px;
	background: #FFFFFF url(../images/decoration/shop-flower-bottom-right.png) no-repeat scroll 0 0;
	margin-top: 150px;
}

div.shopDecorationTopLeft-butterflies {
	width: 125px;
	height: 104px;
	background: #FFFFFF url(../images/decoration/shop-butterfly-top-left.png) no-repeat scroll 0 0;
	margin-left:20px;
	margin-top: 20px;
}

div.shopDecorationBottomLeft-butterflies {
	width: 92px;
	height: 159px;
	background: #FFFFFF url(../images/decoration/shop-butterfly-bottom-left.png) no-repeat scroll 0 0;
	margin-left:60px;
	margin-top: 20px;
}

div.shopDecorationTopRight-butterflies {
	width: 71px;
	height: 176px;
	background: #FFFFFF url(../images/decoration/shop-butterfly-top-right.png) no-repeat scroll 0 0;
	margin-bottom: 40px;
	margin-top: 80px;
	margin-right: 20px;
}

div.shopDecorationBottomRight-butterflies {
	width: 71px;
	height: 166px;
	background: #FFFFFF url(../images/decoration/shop-butterfly-bottom-right.png) no-repeat scroll 0 0;
}

div.shopDecorationTopLeft-dragon {
	width: 112px;
	height: 97px;
	background: #FFFFFF url(../images/decoration/shop-dragon-top-left.png) no-repeat scroll 0 0;
	margin-left:20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

div.shopDecorationBottomLeft-dragon {
	width: 55px;
	height: 85px;
	background: #FFFFFF url(../images/decoration/shop-dragon-bottom-left.png) no-repeat scroll 0 0;
	margin-left:60px;
	margin-top: 20px;
}

div.shopDecorationTopRight-dragon {
	width: 53px;
	height: 84px;
	background: #FFFFFF url(../images/decoration/shop-dragon-top-right.png) no-repeat scroll 0 0;
	margin-bottom: 40px;
	margin-top: 80px;
}

div.shopDecorationBottomRight-dragon {
	width: 82px;
	height: 68px;
	background: #FFFFFF url(../images/decoration/shop-dragon-bottom-right.png) no-repeat scroll 0 0;
	margin-top: 150px;
}



/* Glamour Club Join Page */
table.club {
	
}

th.club {
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	font-weight: bold;	
	/*color: #00BAF1;*/
	padding: 10px 0px;
	width: 200px;
}

td.club {
	text-align: left;
	line-height: 20px;
	padding: 10px;
	/*color: #00BAF1;*/
	width: 200px;
}

/* End Glamour Club Join Page */

/* Butterfly Frame */
div.prodCellButterflyLeft {
	width:351px;
	height: 327px;
	color: #02B5A5;
	overflow: hidden;
	float:left;
	cursor: pointer;
}
div.prodFrameButterflyLeft {
	width:351px;
	height: 327px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/basic-beauties-frame-left.png');
}
html>body div.prodFrameButterflyLeft {
	background: url('../images/basic-beauties-frame-left.png') no-repeat center;
	cursor: pointer;
}

div.prodCellButterflyRight {
	width: 248px;
	height: 327px;
	color: #02B5A5;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
div.prodFrameButterflyRight {
	width: 248px;
	height: 327px;
	text-align:left;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/basic-beauties-frame-right.png');
}
html>body div.prodFrameButterflyRight {
	background: url('../images/basic-beauties-frame-right.png') no-repeat center;
	width: 248px;
	cursor: pointer;
}

/* End Butterfuly Frame */

/* Glamorous Girls Frame */
div.prodCellGlamorousLeft {
	width:349px;
	height: 335px;
	color: #02B5A5;
	overflow: hidden;
	float:left;
	cursor: pointer;
}
div.prodFrameGlamorousLeft {
	width:349px;
	height: 335px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/glamorous-girls-frame-left.png');
}
html>body div.prodFrameGlamorousLeft {
	background: url('../images/glamorous-girls-frame-left.png') no-repeat center;
	cursor: pointer;
}

div.prodCellGlamorousRight {
	width: 252px;
	height: 335px;
	color: #02B5A5;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
div.prodFrameGlamorousRight {
	width: 252px;
	height: 335px;
	text-align:left;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/glamorous-girls-frame-right.png');
}
html>body div.prodFrameGlamorousRight {
	background: url('../images/glamorous-girls-frame-right.png') no-repeat center;
	width: 252px;
	cursor: pointer;
}

/* End Glamorous Girls Frame */

/* Recommended Products */
div.dots {
	width: 749px;
	height: 13px;
	background: url('../images/dots.png')
}

div.recommendedCell {
	width: 95px;
	height: 105px;
	overflow: hidden;
	cursor: pointer;
	}
div.recommendedFrameOrange {
	width: 95px;
	height: 105px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_orange_plain.png');
}
html>body div.recommendedFrameOrange {
	background: url('../images/prod_frame_orange_plain.png') no-repeat center;
	cursor: pointer;
}
div.recommendedFrameGreen {
	width: 95px;
	height: 105px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='/images/prod_frame_green_plain.png');
}
html>body div.recommendedFrameGreen {
	background: url('../images/prod_frame_green_plain.png') no-repeat center;
	cursor: pointer;
}

/* Girly Games */
td.gamesHeading {
	font-family: Curlz MT;
	font-size: 14px;
	font-weight: bold;
	color: #F5A3C8;
	text-align: center;
}
/* End Girly Games */

/* Gift Card Picture */
div.prodCellCardGreen {
	width: 233px;
	height: 108px;
	font-family: Curlz MT, Times New Roman;
	font-weight: bold;
	font-size: 46px;
	color: #F2695E;
	cursor: pointer;
	text-decoration: none;
	background:url(../images/gift-card-green.png) no-repeat 0px 0;
}

div.prodCellCardOrange {
	width: 233px;
	height: 108px;
	font-family: Curlz MT, Times New Roman;
	font-weight: bold;
	font-size: 46px;
	color: #00A985;
	cursor: pointer;
	text-decoration: none;
	background:url(../images/gift-card-orange.png) no-repeat 0px 0;
}

span.cardText {
	line-height:95px;
	margin-left:80px;
}

/* Date: creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

table.jCalendar {
background:#AAAAAA none repeat scroll 0 0;
border:1px solid #000000;
border-collapse:separate;
border-spacing:2px;
}
table.jCalendar th {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
font-weight:bold;
padding:3px 5px;
}
table.jCalendar td {
background:#CCCCCC none repeat scroll 0 0;
color:#000000;
padding:3px 5px;
text-align:center;
}
table.jCalendar td.other-month {
background:#DDDDDD none repeat scroll 0 0;
color:#AAAAAA;
}
table.jCalendar td.today {
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.selected {
background:#FF6666 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.selected.dp-hover {
background:#FF3333 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
}
table.jCalendar tr.selectedWeek td {
background:#FF6666 none repeat scroll 0 0;
color:#FFFFFF;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
background:#BBBBBB none repeat scroll 0 0;
color:#888888;
}
div.dp-popup {
background:#CCCCCC none repeat scroll 0 0;
font-family:arial,sans-serif;
font-size:10px;
line-height:1.2em;
padding:2px;
position:relative;
width:171px;
}
div#dp-popup {
position:absolute;
z-index:199;
}
div.dp-popup h2 {
font-size:12px;
margin:2px 0;
padding:0;
text-align:center;
}
a#dp-close {
display:block;
font-size:11px;
padding:4px 0;
text-align:center;
}
a#dp-close:hover {
text-decoration:underline;
}
div.dp-popup a {
color:#000000;
padding:3px 2px 0;
text-decoration:none;
}
div.dp-popup div.dp-nav-prev {
left:4px;
position:absolute;
top:2px;
width:100px;
}
div.dp-popup div.dp-nav-prev a {
float:left;
}
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
cursor:pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
cursor:default;
}
div.dp-popup div.dp-nav-next {
position:absolute;
right:4px;
top:2px;
width:100px;
}
div.dp-popup div.dp-nav-next a {
float:right;
}
div.dp-popup a.disabled {
color:#AAAAAA;
cursor:default;
}
div.dp-popup td {
cursor:pointer;
}
div.dp-popup td.disabled {
cursor:default;
}

/* Booking Page and Join Our Team */
tr.hiddenArea, #hiddenBlog, #hiddenWebsite, tr.hiddenHair {
	display: none;
}

table.join {
	width: 700px;
}

table.join td {
	vertical-align: top;
	padding: 10px;
}

.fieldTitle {
	font-weight: bold;
}

#hairdresserDetails li {
	list-style-type: none;
}

#kintek_footer_home a
{
	text-align:center;
	color:#3FC8F4;
	margin:0 auto;
	width:1150px;
}

#cloud
{
	margin-left:315px;
	padding:10px;
	width:600px;
	border: 2px #F160A0 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}

#cloud{
	display:none;
	}
#cloud a{
	text-decoration: none;
}

#cloud a:hover
{
color:#E5147A !important;
}

#partySlides
{
	height:480px;
	margin-left:468px;
	width:340px;
	background-color:#DCF2FC;
	border-top:3px solid #00BAF1;
	border-left:3px solid #00BAF1;
	border-right:3px solid #00BAF1;
	padding:10px 16px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
}
#partySlides img
{
	margin: 20px 20px;
	padding-bottom: 10px;
}
#partySlides_info
{
	width:340px;
	background-color: #DCF2FC;
	padding:10px 16px;
	border-bottom: 3px solid #00BAF1;
	border-right: 3px solid #00BAF1;
	border-left: 3px solid #00BAF1;
	margin-left:468px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}

#contBookParty
{
	display:block;
	float: left;
	margin-left:-176px;
	margin-top:129px;
}

#viewSlideshow
{
	background: url('../images/twoHeartBackground.png') no-repeat center;
	width:173px;
	height:53px;
	float:left;
	margin-right:73px;
}

#viewSlideshow a
{
	color:#00AEEF;
	display:block;
	font-family:Curlz MT,Times New Roman;
	font-size:20px;
	font-weight:bold;
	padding-left:46px;
	padding-top:14px;
	text-decoration:none;
}

#makeBooking
{
	float:left;
	width:173px;
	height:53px;
	
}
#partyLinks
{
	float:left;
	padding-left:94px;
	padding-bottom:15px;
}

#partyInfo
{
	padding:0 20px;
}

#partyPage
{
	width:616px;
	float:left;
}

#glamorize
{
margin-left:-464px;
margin-top:202px;
position:absolute;
}

.largePink
{
	color:#F246A9;
	font-size:24px;
	padding-bottom:8px;
}

.blueContent
{
	color:#00AEEF;
}
