/* Layout and styling for basic three column (menu, content, additional) page with branding and footer */
/* Coded by Jamie Freeman */
/* www.message.uk.com */

/* General styling */

body { 
	padding: 0px;
	margin: 0px;
	background: #000 url(images/oyster_lace_bg.jpg) top center repeat-y;
	font: 90%/1.8 Helvetica, Lucida Grande,  Arial, sans-serif;
	color: #fef8e2;
	text-align: center;
}


html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding: 10px;
}


h1, h2, h3 {
	line-height: 1em;
		color:#fef8e2;
	text-shadow: 1px 1px 3px #333; 
}

h1 {

	font-size:1.8em;
	margin-top:0;
}

#content h1, h2, h3{
		font-weight:normal;
		}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}


a {
	color: #507E7C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

#additional .date {
	font-style: italic;
	color:#507E7C;
	font-weight:normal;
}

#content .date {
	font-style: italic;
	color: #666666;
}

.datenav {
	font-weight: bold;
} 

.search_descrip {
	font-style: italic;
	color: #999;
	font-size: 0.9em;
}
.siteMapSubSection ul {
	text-shadow: none;
}


.login {
	font-size: 0.7em;
}

/* This styling denotes the currently selected section */

.current {
	color: #fef8e2;
	font-weight:bold;
	text-shadow: 1px 1px 3px #333;
}

#menu .current  {
font-weight:bold;
text-shadow:1px 1px 2px #fff;
}

#branding p, #branding a, #branding img{
	margin: 0;
	padding: 0;
}


.brandingTitle {
	position:relative;
	top:20px;
	margin: 0px 0 0 0;
	padding: 0;
}

td,th {
	margin: 0px;
	padding: 4px;
	border: #285245 1px solid ;
}

#sender_message {
	width: 250px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 250px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 960px;
}

#branding {
	height: 155px; 
	width:877px;
	padding:0;
	margin:auto;
	background: url(images/branding_back.gif) top left no-repeat;
}

#menu {
	font-weight: normal;
	font-size:1.1em;
	margin:0;
	text-align:center;
	display: inline; /* fix ie double margin float bug */
	text-shadow: 1px 1px 1px #fff;
}

#menu ul{
	overflow: visible;
	list-style: none;
	margin:0;
	text-align:center;
	display:inline;
}

#menu li {
	margin: 0;
	padding: 0;
	display:inline;
	}
	

#menu a {
	text-decoration: none;
	/*padding: 7px 10px 8px 20px;*/
	margin:0;
	padding: 0  3px 0 3px;
	display:block;
	background: url(images/menu_fade.gif) bottom left no-repeat;
	display:inline;
	color:#385857;
}
	
#menu a:hover {
	text-decoration:underline;
	
    }


/* --- Search Area --- */

#search * {
	padding:0;
	margin:0;
}

#search {
	font: 0.8em;
	position:relative;
	top:5px;
	margin-top: 0px;
}

#search label {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 3px #333;

}

#search .searchField { 
	font:0.9em;
	height:15px;
	width:80px;
}

* html #search .searchField { 
	height:auto;
}

#search .submit {
	position:relative;
	top:5px;		
}
/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {
	padding-left: 20px;
	text-shadow: 1px 1px 3px #333;
	background: url(images/folder2.gif) no-repeat left center; 
}

/*Sets style for protected sub-menu items */
.protected_sub_section {

	padding-left: 20px;
	background: url(images/folder_locked.gif) no-repeat left center;
}

/*Sets style for protected sub-menu entries */
.protected {

	padding-left: 20px;
	background: url(images/locked.gif) no-repeat left center;
}

#cookie {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	margin:0px 0 0px 0;
	color: #fef8e2;
	text-align:left;
	text-shadow: 1px 1px 3px #333; 
	padding:10px;

}

#cookie a {
	color: #fef8e2;
	text-decoration:underline;
}

/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #fef8e2;
/*	text-transform:uppercase;*/
}

.yourPage {
	font-weight: bold;
	color: #fef8e2;
}


#content {
	/*position: relative;
	top: -20px;*/
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 580px;
	float: left;
	display: inline; /* fix ie double margin float bug */
	text-align:left;
	margin-bottom:60px;
	color:#003F3B;
}

#content.basket {
	border-left: none;
}

#content li {
	list-style-image:url(images/folder2.gif);
}

#content ul {
}

#additional, #additional2 {
	padding: 0;
	width: 180px;
	font-size: 1.1em;
	line-height: 1.1em;
	display: inline; /* fix ie double margin float bug */
	text-align:left;
	float:left;
	margin-bottom:60px;

}
#additional {
	margin-left: 10px;
}
#additional2 {
	margin-right: 10px;
}
#additional img {
	padding:10px 15px 10px 0px;
	margin-top: 25px;
}

#additional p, #additional li {
	margin-top: 12px;

}	

#additional h2, #additional h3, #additional2 h2, #additional2 h3 {
	font-size: 1.0em;
	font-family: Helvetica, Arial, sans-serif;
/*	text-transform:uppercase; */
	font-weight:bold;
	padding-top:0px;
}	


#additional h2, #additional2 h2 {
	margin-top:0px;
	font:
}


#additional a {
	color:#003F3B;
	text-shadow: 1px 1px 2px #fff; 
}
#additional2 a {
	color:#003F3B;
}

#additional ul {
	font-size:0.9em;
	padding: 0;
	list-style: none;
	margin-left:0;
	text-shadow: 1px 1px 3px #333;
}

#additional .gallery-li {
	padding: 0;
	margin-top: 2px;
	margin-right: 5px;
	width: 60px;
	display: inline;
}

#additional .gallery-ul {
	list-style: none;
}


#additional_panel_top {
	background: url(images/additional_panel_top.gif) no-repeat left top;
}	

#additional_panel_bottom {
	background: url(images/additional_panel_bottom.gif) no-repeat left bottom;
}	
#mainimagehome {
	margin-bottom: 15px;
}


#additional2 {
	float:right;
	width:130px;
	text-align:left;
	margin-right: 25px;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding:5px 0 20px 0;
	border-top:#77BFBA	1px dotted;
	width: 80%;
	margin-right: auto;
	margin-left:auto;
}

#footer p, #footer a {
	color:#5F0909;
}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #FF0000;
font-weight: bold;
}

.submit {
border:0;
position:relative;
top:6px;
}

#content .siteMapSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	text-shadow: none;
}
#content li {
	text-shadow: none;
}

#content .siteMapSubSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: normal;
}	

#content .siteMapSubSection .sub_section {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/folder.gif) no-repeat left top;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

ul#siteMap h2 {
	text-shadow: none;
}


/*--------------------------------*/
/*                                */
/*      SweetCart styling        */
/*                                */
/*--------------------------------*/


#productSelector {
/*	background: url(images/selector_back.png) top left no-repeat ;
	background: url(images/selector_back.jpg) top left no-repeat;*/
	padding-left:0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: thin solid #77BFBA;
	border-bottom: thin solid #77BFBA;	
}

#productSelector h2 {

}

#productSelector p {
		font-size:0.8em;
}

#productSelector form {

}

#cart {
/*	background: url(images/basket_back.png) top left repeat-y !important ;
	background: url(images/basket_back.jpg) top right ;*/
	padding:0px;
	margin-bottom: 5px;
}

#cart h2 {
	color:#fef8e2;
}

#cart a {
	color:#fbfcd2;
	text-decoration:underline;
}
#cart p,#cart ul {
	font-size:0.8em;
}

#cart li, #cart ul {
	padding: 0;
	list-style: none;
	margin-left:0;
	
}


/* Home page layout */

#home1, #home2, #home3 {
	border: solid #523434 1px;
	background-color: #000;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 275px;
	float: left;
}

#home1 p, #home2 p, #home3 p {
	text-align: center;
}

#home1 img, #home2 img, #home3 img {
	padding: 0;
}

#favourites1, #favourites2, #clearance1, #clearance2 {
	border: solid #523434 1px;
	background-color: #000;

	width: 230px;

}
#clearance1, #clearance2 {
	float: left;
}

#favourites2 {
	float: right;
	margin-right: 15px;
}

#favourites1 {
	float:right;
	margin-right: 15px;
}

#newpage {
	float: left;
	width: 325px;
	margin-bottom: 0px;
	padding-right: 10px;
	}
#newpageimage {
	float: left;
	width: auto;
	margin-bottom: 25px;
}

#favourites1 p, #favourites2 p, #clearance1 p, #clearance2 p {
	text-align: center;
}

#favourites1 img, #favourites2 img, #clearance1 img, #clearance2 img {
	padding: 0;
}

#secondHome p {
	font-size: 0.9em;
}	

div.clear { clear: both; }

.right { float: right; }


/* End home page layout */

/* Bra size search */

#braSearch {
/*	background: url(images/brasearchbg.png) top right repeat-y !important;*/
/*	background: url(images/selector_back.jpg) top right ;*/
/*	background-color: #459F99;*/
	margin-bottom: 15px;
}

#braSearch {
/*	background: url(images/brasearchbg.png) top right repeat-y !important;*/
/*	background-color: #78AFA9;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: thin solid #77BFBA;
	border-bottom: thin solid #77BFBA;	
}
#braSearch label {
		text-shadow: 1px 1px 3px #333;
		padding-top: 10;

}

.braResult {
	float: left;
	background: url(images/basket_back.png) top left repeat-y !important ;
	background: url(images/basket_back.jpg) top right ;
	padding:5px 5px 1px 5px;
	margin: 5px;
	width: 130px;
	text-align: center;
}

/* end bra size search */

/* Oyster Loung image display */


.thumb {
	float: left;
	background: url(images/basket_back.png) top left repeat-y !important ;
	background: url(images/basket_back.jpg) top right ;
	padding:5px 5px 1px 5px;
	margin: 5px;
	width: 120px;
	height: 200px;
	text-align: center;
}

/* End Oyster Loung image display */

