/* ----- end float fix ----- */
body{
	background: #fff url(../images/background.gif) repeat-x;
	color:#555;
	font: 70%  Verdana, Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100%;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

table {
	width: 500px;
	}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#9C5897;
	text-decoration:none;
	cursor: pointer;
}
a:hover{color:#555;}

.productshome a:link, .productshome a:visited, .productshome a:active{
	color: #660066;
	text-decoration:none;
	cursor: pointer;
}

p.sale, p.alternative {
	color: #660066;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

p.sale {
	font-size: 140%;
}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{
	font-size:120%;
	color:#660066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 1em;
	padding-top: 0;
}
h4{
	font-weight: normal;
	font-size:100%;
}
h5{font-size:100%;}
hr{display:none;}
h2.featured {margin: 0 0 10px 0; padding: 0; text-align: center;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:900px;
	text-align:left;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:256px;	
	position:relative;
	margin:0;
}

/* ----- company logo & strapline ----- */
#quote {
	float: left;
	width: 271px;
	height: 116px;
	margin-top: 60px;
	}

#logo{
	float: left;
	margin:0;
	padding:0 0 0 20px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	margin-top: 75px;
	background: url(../images/butterfly_divider.gif) top no-repeat;
	padding-top: 30px;
	float: right;
	width: 271px;
	line-height:20px;
	text-transform: uppercase;
	font-size: 90%;
	text-align: center;
}

.geo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-transform: lowercase;
	}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

#content {
	clear: left;
	}

/* ------menu bar--------*/

#menubar{
	height:16px;
	overflow: hidden;
	position:relative;
/*	background-color: #000; /* menu background colour if images are turned off */
	z-index:3; /* firefox needs this to position menu bar over the top of later content allowing links to work*/
	margin: 39px 0;
}

#menubar ul{
	margin:0;
	padding: 0; 
	list-style-type:none; /*removes bullets from the list*/ 
	text-align:center; /*aligns the text to what should end up as the center of each graphical button*/
}
#menubar ul li{ 
	float:left;
	display: inline;
	margin: 0 38px 0 0;
} 

#menubar ul li.last {
	margin-right: 0;
}

#menubar ul li a{
	position:relative;
	display:block; /*makes the anchor fill the list item so clicking any part of the graphical button will work, also allows the anchor to take a width*/
	line-height:16px; /*set equal to the height of the navbar image. Using line-height, rather than height, will get the text aligned to the vertical centre of the button*/
	font-size:110%;
	font-weight:bold;
	color:#663366;	/* colour for link text if images are turned off */
	text-decoration:underline; /* stop text link underlining if images are turned off */
	border-bottom-style: none; /* tidy up later */
	margin:0;padding:0;
} 
#menubar ul li a span {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	height:16px;
	width:100%;
	background-repeat: no-repeat;
	background-position:0 0;
	overflow:hidden;
}

/* Set width and image on each span (if all equal set individual width on anchor instead.
Make sure the combined width doesn't exceed the total width of the menu bar */

#menubar ul li a#menu_home{
	width:46px;
}
#menubar ul li a#menu_bridal{
	width:117px;
}
#menubar ul li a#menu_bridesmaids{
	width:104px;
}
#menubar ul li a#menu_prom{
	width:105px;
}
#menubar ul li a#menu_faq{
	width:41px;
}
#menubar ul li a#menu_about{
	width:80px;
}
#menubar ul li a#menu_contact{
	width:98px;
}
#menubar ul li a#menu_blog{
	width:42px;
}
#menubar ul li a#menu_home span{
	background-image:url(../images/menu_home.gif);
}
#menubar ul li a#menu_bridal span{
	background-image:url(../images/menu_bridal.gif);
}
#menubar ul li a#menu_bridesmaids span{
	background-image:url(../images/menu_bridesmaids.gif);
}

#menubar ul li a#menu_prom span{
	background-image:url(../images/menu_prom.gif);
}

#menubar ul li a#menu_faq span{
	background-image:url(../images/menu_faqs.gif);
}

#menubar ul li a#menu_about span{
	background-image:url(../images/menu_about.gif);
}
#menubar ul li a#menu_contact span{
	background-image:url(../images/menu_contact.gif);
}
#menubar ul li a#menu_blog span{
	background-image:url(../images/menu_blog.gif);
}
#menubar ul li a:link span, #navbar ul li a:visited span{ background-position: 0 0;} /* image in base position */
#menubar ul li a:hover span, #navbar ul li a:focus span, #navbar ul li a:active span { background-position: 0 -16px;} /* shift image up to selected position */
#menubar ul li a:hover, #navbar ul li a:focus, #navbar ul li a:active {color: #d4176e;} /* selected text colour*/



/* ----- breadcrumb trail ----- */
#breadcrumbs{
	width:900px;
	background: #F8F3F7;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:5px 20px;
	background:#f2f2f2;
}
#search label{display:block;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#f2f2f2;
	color:#555;
}
#leftmenu li a:hover, #leftmenu li a.selected{background:#ddd;}
#navDept li a:hover, #navDept li a.selected{background:#ddd;}
#navDept li a span{
	display:block;
	padding:3px 20px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	color:#777;
}
#navSubDept li{
	margin:20px 0;
	line-height:150%;
	padding:0;
	list-style:none;
	clear: both;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

#navSubDept li ul.navSubDept1 li {
	float: left;
	clear: none;
	padding-top: 5px;
	margin-top: 5px;
	border-bottom: none;
	padding-left:15px;
	}

.navSubDept1 img {
	border: 1px solid #CCC;
	}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
#navTools li a:hover, #navTools li a.selected{background:#ddd;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:none;
	width:200px;
	margin-left:10px;
	margin-top:10px;
}

#topmenu {
	display: none;
	}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:900px;
	min-height: 300px;
}

#TL_home #main {
	width: 900px;
	}
#main #col1{
	float: left;
	width: 290px;
	padding-right: 10px;
	}

#main #col2 {
	float: left;
	width: 300px;
}

#main #col3 {
	float: right;
	width: 280px;
	padding-left: 20px;
	}

#frame1 {
	background: url(../images/frame1.gif) no-repeat;
	height: 223px;
	width: 300px;
	text-align: left;
	margin-bottom: 20px;
}

.fr1 {
	padding: 30px 0 0 50px;
	width: 210px;
}

#frame2 {
	background: url(../images/frame2.gif) center no-repeat;
	height: 146px;
	width: 300px;
	text-align: center;
	}
.fr2 {
	padding-top: 105px;
	}

#main h2{
	font-weight:normal;
	padding:0;
	color:#660066;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0;
	margin:1em 0;
	color:#660066;
	font-size:200%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	border-top: 1px #edd2e5 solid;
	padding:10px 0;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a, #footer a:visited {
	color: #333;
	}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination p{
	margin:0;
	float:left;
	width:100px;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}

.productshome{
	margin:0;
}
.products ul, .products li, .productshome li, .productshome ul{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	width: 170px;
	color:#777;
	float:left;
	margin: 10px 10px 10px 0;
	display: inline;
	height: 270px;
}

.productshome li {
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	color:#777;
	width: 100%;
	height: 12.7em;
	clear: both;
	margin-bottom:1em;
}

.products li.home, .productshome li.home{
	margin-bottom:1em;
	padding:.5em 10px 0 10px;
	border-top:1px solid #e1e1e1;
	color:#777;
}

.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
}

.products li h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
	}
.products li h3 a{color:#660066;}
.products li h3 a:hover{color:#333;}
.products .image{
	float:left;
	margin:0 10px 10px 0;
	padding-top: 10px;
	width: 170px;
	height: 160px; 
	background-color: #EFEFEF;
	text-align: center;
	border: 1px solid #e1e1e1;
}

.productshome .imagehome {
	float:right;
	margin: 0 0 0 5px;
	background-color: #EFEFEF;
	text-align: center;
	border: 1px solid #e1e1e1;
	width: 140px;
	height: 140px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}

.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	clear:both;
	margin:0 0 1em 0;
	line-height:180%;
	color:#660066;
	font-size:110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}

.productshome .price{
	clear:left;
	margin:1em 0;
	text-align:left;
	line-height:180%;
	color:#9C5897;
	font-size:110%;
	font-weight:bold;
	width: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.productshome h3 {
	padding-top: 10px;
	margin-top: 0;
	}

.products .quantity, .productshome .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
	width: 350px;
	background-color: #EFEFEF;
	text-align: center;
	border: 1px solid #e1e1e1;
	padding-top: 10px;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:470px;
}
#product .price{
	color:#663366;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

#largeimage {
	width: 270px;
	float: right;
	font-size: 130%;
	}

.largeimage {
	float: left;
}


/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
	background-color: #F0EBF1;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#663366;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#663366;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #663366;
}
label span{
	color:#663366;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}
/* spam trapping css to hide input field from Humans */
.hideInput { display:none; }
/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
