﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 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;
}
ol, ul
{
	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;
}
html
{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCD9EC;
}
p
{
	font-size: 1.2em;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.8em;
}
h3
{
	font-size: 1.6em;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
img .left
{
	border: 2px solid #aaaaaa;
	margin: 0 10px 0 0;
}
img .right
{
	border: 2px solid #aaaaaa;
	margin: 0 0 0 10px;
	padding: 1px;
}

/* Main Layout CSS */

div#container
{
	margin: 0 auto;
	min-width: 770px;
	max-width: 990px;
	background-color: white;
	background-image: url(mainbackground.jpg);
	background-position: left top;
	background-repeat: repeat-y;

}



/* not sure?

form.formlayout div
{
	clear: left;
	display: block;
	width: 400px;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}
form.formlayout div label
{
	display: block;
	float: left;
	width: 130px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
} */

/* Header Main Footer */
div#header
{
	position: relative;
	background-image: url(headerbackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #F2E49F;
	height: 180px;
		z-index:50;
}
div#middle
{
	background-image: url(mainbackgroundtop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div#footer
{
	background-image: url(footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 31px;
	clear: both;
}

/* main navigation */
#navbar
{
	position: absolute;
	top: 123px;
	width: 100%;
}
#navbar ul
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left:190px;
	width: 500px;
	list-style-type: none;
	white-space: nowrap;
}
#navbar ul li
{
	display: inline;
	float:left;
}
#navbar ul li a
{
	color: #FFF;
	background-image: url(topnav-button.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	width: 120px;
	height: 14px;
	text-align: center;
	margin-left: 5px;
	margin-top: 2px;
	text-decoration: none;
	display:block;

}
#navbar ul li a:hover
{
	color: #F2E49F;
}

/* Search tree */
div#searchtree
{
	float: left;
	width: 200px;
	clear: left;
	padding-left: 5px;
}
div#divclear
{
	clear: both;
}

/* Header Crown */
div#heartcrown
{
	position: absolute;
	top: 20px;
	right: 20px;
}
div#maincontent
{
	padding: 15px;
	padding-left: 200px;
	padding-top: 30px;
}


.productlist
{
	margin-left: 20px;
}

.productlist li
{
	display: inline;
	float: left;
	margin: 5px;
	width: 150px;
	height: 240px;
	border: solid 1px black;
	overflow:hidden;
}
.productlist p
{
	padding: 3px;
	font-size: x-small;
	text-align: center;
}
#productimage
{
	float: left;
}
#productinfo
{
	float: right;
}

#productlinks
{
	clear: both;
}

.productcode
{
	font-size: 2em;
}

.productprice
{
	font-size: 5em;
	color: Red;
}

.productpricetitle
{
	position: relative;
	top: -20px;
	font-size: 3em;
	color: Navy;
	margin: 5px;
}

.productdesc
{
	font-size: 1.5em;
	margin: 10px;
}

.productadditional
{
	font-size: 1.5em;
}

.productadditional2
{
	font-size: 0.8em;
}


.shoplocations
{
	font-size: 2em;
}
.homepageimage
{
	text-align: center;
}
.breadcrumbbase
{
	margin: 2px;
	padding: 5px;
	margin-left: 25px;
	text-decoration: none;
	border: solid 1px black;
}
.breadcrumb
{
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	border: solid 1px black;
	background-image: url(breadcrumb_background.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.breadcrumb:hover
{
	background-color: Silver;
	color: Black;
}

.pnl_listview
{
	clear:right;
}

#searchpanel
{
	float:right;
	width:98%;
}

#datapager
{
	font-size: small;
	text-align: center;
	color: Black;
	width:100%;
	clear:both;
}

#datapager a
{
	color: Gray;
}

.viewlargeimage
{
	clear: both;
}

.largeimage
{
	overflow: auto;
	margin-top: 20px;
}


#checkoutcontainer
{
	text-align: center;
}

.checkoutdiv legend
{
	font-size: small;
	margin-bottom: 5px;
}

.panelform legend
{
	font-size: small;
	margin-bottom: 5px;
}

.basketcontents
{
	width: 545px;
}

.checkoutsubtotal
{
	margin-right: 5px;
}

#basketcontainer
{
	position: relative;
}
.basket
{
	position: absolute;
	right: 0px;
	top: -30px;
}

.basketicon
{
	float: left;
	margin-right: 3px;
}
.pnl_pagesize
{
	float: right;
	margin-right: 110px;
}



.ddl_pagesize
{
	font-size: x-small;
}

.ddl_sort
{
	font-size: x-small;
}

#progressindicator
{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: Black;
	color: White;
	font-size: large;
}

#searching
{
	width: 100%;
	height: 100%;
}

.actualsize
{
	font-size: x-small;
}

.searchbox
{
	width:105px;
	font-size:x-small;
}

.searchbutton
{
	width:70px;
	font-size:x-small;
}

.ringsize
{
	font-size:x-small;
}

.discountprice
{
	font-style:italic;
	color:Red!important;
	font-weight:bold;
}

.discountwas
{
	text-decoration:line-through;
	font-weight:bold;
	font-size:small;
	color:Black;
}