/* CSS Document */

/* page structure & basic styles */
body{
	margin:0;
	padding:0;
	background: #FADBE3;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #555;
}

#container{
	width: 100%;
	/* background:url(shop_images/images/legs1.jpg)  0 80px no-repeat; */
}

h1 {
	margin:0;
	padding:0;
}

h2, p {
	margin: 0 0 10px 0;
	padding:0;
}

h2.follow{
	margin-top: 25px;
}

h3{
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 10px;
}

form{
	margin:0;
	padding:0;
}

table{
	margin-bottom:10px;
	border:none;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

a img{
	border:none;
	}

#header{
	margin:0;
	padding: 0;
	background: url(shop_images/images/header-bg.gif) left bottom repeat-x;
}

#menu{
	float:left;
	display:inline;
	width: 215px;
	margin: 0 0 0 10px;
	padding:10px 10px 10px 10px;
	background: url(shop_images/images/menu-bg.gif) 0 0 repeat-x;
}

* html body #menu{
	width: 235px;
}

#maincontent{
	padding:19px 0 0 0;
	margin: 10px 60px  10px 250px;
}


#footer{
	clear:both;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align : center;
	font-size: 11px;
	background: url(shop_images/images/footer-bg.gif) 0 0 repeat-x;
}

/* content styling */

/*header styles */
#header h1#logo{
	font-size: 16px;
	padding:0;
	margin:0;
	background: url(shop_images/images/christel1.gif) 0 0 no-repeat;
   height:80px;
   width: 600px;
}

#header h1#logo span{
	visibility:hidden;
}

#header h1#logo a{
	display:block;
	width: 100%;
	height:100%;
	text-decoration: none;
}

/*menu styles*/
#menu  ul{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	list-style:none;
	border-bottom: 1px solid #ccc;
	}

#menu  dl{
	margin:0 0 10px 0;
	padding:5px 0 5px 5px;
	list-style:none;
}

#menu li, #menu dd, #menu dt{
	color: #EE829D;
	background: transparent;
 	margin: 0;
	position: relative;
}

* html body #menu li, * html body #menu dd, * html body #menu dt{
	height : 1%;
}

#menu dd{
margin-left:10px;
border-bottom: none;
}

/*#menu dd:before{
	content : "»";
} */

#menu a{
	font-weight:bold;
	font-size: 11px;
	color: #EE6F8F;
	display: block;
	padding: 5px;
		position: relative;
	}
	
*  html body #menu a{
	width : 215px;
}

#menu a:hover{
	color: #E43D67;
	background:#ECC5CF;
	text-decoration: none;
}

#menu li ul a:hover{
	background:#F0D1D9;
}

#menu p, #menu p a{
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
}

#menu h2{
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px solid #AAA;
	color: #755C62;
	margin:10px 0 0 0;
	padding: 0 0 5px 0;
}

* html body #menu h2{
	margin-top: 20px;
}

/* main content styles */
#maincontent h2{
	font-size: 18px;
	border-bottom: 1px solid #AAA;
	color: #777;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}
	
#maincontent p{
	line-height:1.7em;
	text-align:justify;
}

#maincontent p#completeform{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
	width: 500px;
	}

#maincontent a{
	font-weight:bold;
	font-size: 12px;
	color: #EE829D;
}

#maincontent a:hover{
	color: #E43D67;
}

#maincontent h3.boxout{
	float:left;
	display:inline;
	width: 120px;
	text-align: center;
	margin:0 10px 10px 0;
	padding:4px ;
	height: 170px;
	border: 1px solid #EBC1CD;
	background: url(shop_images/images/boxout-bg.gif) 0 0 repeat-x;
}

#maincontent h3.boxout a{
	color: #FFF;
	font-size: 11px;
	display:block;
	text-decoration: none;
}

#maincontent h3.boxout a:hover{
color: #67434D;
}

#maincontent h3.boxout a img{
	border: none;
	margin-top: 15px;
}

#maincontent .floatleft{
	float:left;
	padding: 0 10px 10px 0;
}

#maincontent .floatright{
	float:right;
	padding: 0 0 10px 10px;
}

br.clearboth{
	clear:both;
}

#maincontent td, #maincontent th {
	border-collapse : collapse;
	padding: 3px;
	text-align:left;
	background: #FCE4EB;
}
#maincontent th {
	background: #F7BFCD;
}

#maincontent table#sizing-table{
	width: 500px;
}

#maincontent table#shoe-size{
	width: 350px;
}

#maincontent td.evenrow{
	background: #FEF3F7;
}

/*product row styles */

#maincontent form.prodrow{
	padding-bottom: 8px;
	border-bottom: 1px solid #EBC2CD;
	margin-bottom: 15px;
}

#maincontent  form.prodrow p, #maincontent  form.prodrow h3{
	margin-left: 150px;
}

#maincontent form.prodrow p.options input{
	margin: 0 20px 0 2px;
	font: 11px Verdana, Arial, sans-serif;
}

#maincontent  form.prodrow  p.options input.qty {
	width: 25px;
	text-align:right;
}

#maincontent form.prodrow h3.prodname{
color: #D28298;
text-transform:uppercase;
}

#maincontent form.prodrow p.price{
font-weight:bold;
}

#maincontent  form.prodrow  p.options {
	min-width: 420px;
}

#maincontent  form.prodrow  p.buttons {
	min-width: 420px;
	padding: 0;
}

#maincontent  form.prodrow  p.buttons input {
	margin: 0 5px 0 0;
	padding: 0;
	background: #ECC5CF url(shop_images/images/btn-bg.gif) top left repeat-x;
	border: 1px solid #EBC2CD;
	height: 30px;
	width: 110px;
	position: relative;
	top: -11px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
	text-decoration: none;
}

* html body #maincontent  form.prodrow  p.buttons input{
	top: -4px;
}

#maincontent  form.prodrow  p.buttons a{
	border: none;
	text-decoration: none;
	padding:0;
}

#maincontent  form.prodrow  p.buttons img{
	border:none;
	padding:0;
	margin:0;
}

#maincontent table#cart{
	width: 500px;
	font-size: 12px;
	}
	
#maincontent table#cart td img {
	margin: 0 20px;
	}
	

/* order form  & contact form styles */
#orderform {
	width: 400px;
}

#orderform label, #contactform label{
	display:block;
	padding:8px 8px 8px 130px;
	margin-bottom: 1px;
	font:  11px Verdana, Arial, sans-serif;
	background: #FDECF0;
}

#contactform label{
	width: 210px;
	background: #FDECF0;
}

#orderform label.radio{
	padding: 5px;
	margin-top:0;
}

#orderform h3{
	padding-top:5px;
}

#orderform span, #contactform span{
	position: relative;
	left: -120px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -120px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

#orderform input, #orderform textarea, #contactform input, #contactform textarea{
	font: 11px Verdana, Arial, sans-serif;
	width: 200px;
}

#orderform select{
	font: 11px Verdana, Arial, sans-serif;
	width: 200px;
}

#orderform input.radio{
	width: 12px;
}

#orderform p.info{
	margin:5px 0;
	padding:0;
	font-size: 11px;
	font-style:italic;
}

#orderform p.select{
	margin:0 0 5px 0;
	padding:0;
	font-size: 12px;
}

#orderform p.buttons, #contactform p#buttons{
	padding: 10px 0 0 80px;
}

#orderform p.buttons input, #contactform p#buttons input{
	width: 100px;
}

#orderform  p.buttons input, #contactform p.buttons input{
	margin: 5px 5px 0 0;
	background: #ECC5CF url(shop_images/images/btn-bg.gif) top left repeat-x;
	border: 1px solid #EBC2CD;
	height: 30px;
	width: 110px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
}

/* footer styles */
#footer strong{
	color:#444;
}

#footer a:link, #footer a:visited{
	color: #999;
	font-weight:bold;
}

#footer a:hover, #footer a:active{
	color: #555;
	font-weight:bold;
}

#footer p{
	margin:0 0 10px 0;
	padding:0;
}

#footer ul{
	padding:0;
	margin:10px 0; 
	list-style:none;
}

#footer li{
	display:inline;
	margin: 0  6px;
	}
	
#footer li a{

}


/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:12 - Golden Sands
  -----------------------------------
*/
/* Top level menu width */
ul#p7PMnav {
	position: relative;
}

ul#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

* html body ul#p7PMnav li {
	height : 1%;
}

ul#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}

ul#p7PMnav ul li {
	margin:0;
	padding:0;
}

ul#p7PMnav a {
	display: block;
	text-decoration: none;
	background:transparent;
	color: #EE6F8F; 
	
	/* Link Font Colourr*/
	
	/*border-right: 1px dashed  #FF8F19;*/
	/*border-bottom: 1px dashed  #FF8F19;*/
	/*border-left: 1px dashed  #FF8F19;*/
	/*line-height:1;*/
}

* html body ul#p7PMnav a {
	width: 215px;
}

ul#p7PMnav a:hover, ul#p7PMnav a:active, ul#p7PMnav a:focus,
ul#p7PMnav .p7PMon, ul#p7PMnav .p7PMon:hover, 
ul#p7PMnav .p7PMon:active {
background:#ECC5CF;
}

.divide {padding: 0px; margin: 0px;}

/*the submenu classes */

ul#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	margin-top: -36px;
}

#menu ul#p7PMnav .p7PMshow {
	left: 20px;
	z-index: 20000 !important;
		margin-top: -36px;
}


/* 2nd and subsequent Submenu widths */
#menu ul#p7PMnav ul {
	width: 200px;
	background:#ECC5CF;
	/* border:1px solid #DE98AA; */
}

#pmmcrumb {
	font-weight: bold;
	color: #FFFFFF;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #FFFFFF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #FFFFFF;
}


/* do the stuff for the hover image*/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 1px;
	z-index: 5000;
	
	/*overflow:hidden;*/
}

#trailimageid img{
	
	border:2px solid #EE829D;
}

#trailimageid iframe#hiddenFrame{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	border:0px;
	padding:0px;
	margin:0px;
	opacity:0.5;
	filter:Alpha(style=0,opacity=50);
	background:#fff;
}
/* end here */