@charset "utf-8";
/* CSS Document */

	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
	body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	width: 100%;
	}
	
	#loginheader {
	width:760px;
	height:65px;
	margin: 10px auto 10px auto;
	border:1px solid #000000;
	}
	
	#loginlogo {
	background-image:url(../images/logo.jpg);
	height:50px;
	background-repeat:no-repeat;
	margin:10px 0px 0px 235px;
	}
	
	#loginwrapper {
	width:760px;
	margin:auto auto 0px auto;
	height:330px;
	border:1px solid #000000;
	}
	
	#newuserwrapper {
	width:760px;
	margin:auto auto 0px auto;
	height:auto;
	border:1px solid #000000;
	}
	
	#login {
	width:370px;
	margin:5px 0px 5px 5px;
	height:auto;
	border:1px solid #000000;
	float:left;
	display:inline;
	}
	
	#logintop {
	background-color:#2D458F;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#logintop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#loginform {
	margin: 5px;
	}
	
	#password {
	margin-left: 3px;
	}
	
	#loginbtn {
	margin-left: 70px;
	}
	
	#forgotten {
	width:370px;
	margin:5px 0px 5px 5px;
	height:auto;
	border:1px solid #000000;
	float:left;
	display:inline;
	}
	
	#forgottentop {
	background-color:#FFCC00;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#forgottentop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#forgotten h4 {
	text-align:center;
	}
	
	#forgotten p {
	margin:5px;
	}
	
	#forgottenform {
	margin: 5px;
	}
	
	#forgotteninput {
	margin-left: 3px;
	}
	
	#forgottenbtn {
	margin-left: 40px;
	}
	
	#savepass {
	margin-left:30px;
	}
	
	#newuser {
	width:370px;
	margin:5px 5px 5px 0px;
	height:auto;
	border:1px solid #000000;
	float:right;
	display:inline;
	}
	
	#newuser p{
	margin:5px 5px 5px 10px;
	}
	
	#newusertop {
	background-color:#E10D4F;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#newusertop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#register {
	margin:5px 0px 5px 110px;
	}
	
	#header {
	width:760px;
	height:65px;
	margin: 10px auto 10px auto;
	color: #333333;
	border:1px solid #000000;	
	}
		
	#wrapper {
	width:760px;
	margin:auto auto 0px auto;
	height:auto;
	border:1px solid #000000;
	}
	
	#wrapperproducts {
	width:760px;
	margin:auto auto 0px auto;
	height:auto;
	border:1px solid #000000;
	}
	
	#collections {
	width:750px;
	margin:5px 0px 5px 5px;
	height:auto;
	border:1px solid #000000;
	float:left;
	display:inline;
	}
	
	#collections .imageleft {
	width:200px;
	float:left;
	margin: 0px 0 0 150px;
	display:inline;
	}	
	#collections #nav {
	margin-left: 600px;
	border-bottom:0px solid #000000;
	}

	#collections #nav ul {
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	width:150px;
	}

	#collections #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

	#collections #nav ul li a{
	background-color:#FFFFFF;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
	}

	#collections #nav ul li a:hover, #collections #nav ul li a:focus {
	background-color:#2D458F;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
	
	#collectionstop {
	background-color:#2D458F;
	width:750px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#collectionstop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#favouritesTip {
	background-color:#B7CAE6;
	color:#333333;
	width:350px;
	height:auto;
	border:1px solid #000000;
	}
	
	#favouritesTip p{
	margin:5px;
	text-align:center;
	}
		
	#news {
	width:240px;
	margin:5px 5px 5px 0px;
	height:auto;
	border:1px solid #000000;
	float:right;
	}
	
	#newstop {
	background-color:#E10D4F;
	width:240px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#newstop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#news #nav {	
	border-bottom:0px solid #000000;
	}

	#news #nav ul {
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	width:240px;
	}

	#news #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

	#news #nav ul li a{
	background-color:#FFFFFF;
	border-left:0px solid #000000;
	border-bottom:1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
	}

	#news #nav ul li a:hover, #news #nav ul li a:focus {
	background-color:#E10D4F;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
	
	#instantsite {
	width:370px;
	margin:0px 0px 5px 5px;
	height:auto;
	border:1px solid #000000;
	float:left;
	display:inline;
	}
	
	#instantsitetop {
	background-color:#FFCC00;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#instantsitetop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#instantsitetop2 {
	background-color:#FFCC00;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	}
	
	#instantsitetop2 h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#instantsite h4 {
	text-align:center;
	margin-top:5px;
	}
	
	#instantsite h5 {
	text-align:center;
	margin-top:5px;
	font-size: 90%;
	}
	
	#instantsite p {
	text-align:justify;
	margin:5px;
	}
	
	#instantsite #nav {	
	border-bottom:0px solid #000000;
	float:left;
	margin-right:5px;
	display:inline;
	}

	#instantsite #nav ul {
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	width:150px;
	}

	#instantsite #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

	#instantsite #nav ul li a{
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
	}

	#instantsite #nav ul li a:hover, #instantsite #nav ul li a:focus {
	background-color:#FFCC00;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
	
	#instantsite #content {
	margin:5px 5px 5px 5px;
	}
	
	#ads {
	width:370px;
	margin:0px 5px 5px 0px;
	height:auto;
	border:1px solid #000000;
	float:right;
	display:inline;
	}
	
	#adstop {
	background-color:#0099FF;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#adstop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#ads #nav {
	border-bottom:0px solid #000000;
	float: left;
	display:inline;
	}

	#ads #nav ul {
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	width:150px;
	}

	#ads #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

	#ads #nav ul li a{
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
	}

	#ads #nav ul li a:hover, #ads #nav ul li a:focus {
	background-color:#0099FF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
	
	#custsite {
	width:370px;
	margin:0px 5px 5px 0px;
	height:auto;
	border:1px solid #000000;
	float:right;
	display:inline;
	}
	
	#custsitetop {
	background-color:#E10D4F;
	width:370px;
	height:25px;
	border-bottom:1px solid #000000;
	}
	
	#custsitetop h3 {
	color:#FFFFFF;
	margin-left:10px;
	}
	
	#custsite #nav {
	border-bottom:0px solid #000000;
	float: left;
	display:inline;
	}

	#custsite #nav ul {
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	width:150px;
	}

	#custsite #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	}

	#custsite #nav ul li a{
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none; 
	height: 1%;
	}

	#custsite #nav ul li a:hover, #custsite #nav ul li a:focus {
	background-color:#0099FF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	}
	
	#custsite p{
	margin:10px 5px 0px 5px;
	text-align:center;
	}
	
	#collectionsmenuholder {
	width:760px;
	margin:0px auto 10px auto;
	height:28px;
	border:1px solid #000000;
	background-color:#2D458F;
	}
	
	#collectionsmenuholder #nav{
	margin-top:5px;
	margin-bottom:7px;
	}

	#collectionsmenuholder #nav ul{
	color:#FFFFFF;
	font-weight: bold;
	margin-left:0px;
	text-align:left;
	}
	
	
	#collectionsmenuholder #nav ul li{
	display: inline;
	}

	#collectionsmenuholder #nav ul li a{
	color:#FFFFFF;
	background-color:#2D458F;
	padding:5px 5px 7px 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-left:1px solid #000000;
	}

	#collectionsmenuholder #nav ul li a:hover, #nav ul li a:focus{
	background-color:#B7CAE6;
	color:#333333;
	}
	
	#lateststyles {
	width:750px;
	margin:5px 5px 5px 5px;
	height:auto;
	border:1px solid #000000;
	}
	
	#lateststylestop {
	background-color:#2D458F;
	width:750px;
	height:28px;
	border-bottom:1px solid #000000;
	}
	
	#lateststylestop h3 {
	color:#FFFFFF;
	margin-left:10px;
	float:left;
	display:inline;
	}
	
	#lateststylestop h4 {
	color:#FFFFFF;
	margin-left:5px;
	margin-top:3px;
	float:left;
	display:inline;
	}
	
	#lateststyles p {
	margin:5px;
	}
	
	#lateststylestbl {
	margin-bottom:5px;
	clear:both;
	}
	
	#loosestonestbl {
	text-align:center;
	margin:5px 0px 5px 0px;
	clear:both;
	}
	
	#lateststylesmenu {
	margin:5px 5px 5px 5px;
	}
	
	#lateststylesRecords {
	float:left;
	margin: 5px 0px 5px 5px;
	display:inline;
	}
	
	#lateststylesForm {
	float:right;
	margin: 5px 5px 5px 0px;
	display:inline;
	}
	
	#productsLatestMenu {
	float:right;
	display:inline;
	}
	
	#productsAllMenu {
	float:right;
	display:inline;
	}
	
	#details {
	clear:both;
	height:330px;
	}
	
	#detailssold {
	clear:both;
	height:440px;
	}
	
	#detailsappro {
	clear:both;
	height:500px;
	}
	
	#detailsLoose {
	clear:both;
	height:480px;
	}	
	
	#detailsSearch {
	clear:both;
	height:auto;
	}
	
	#detailsimage {
	float:left;
	margin:20px 5px 5px 180px;
	display:inline;
	}
	
	#detailsLooseimage {
	float:left;
	margin:20px 0px 5px 200px;
	display:inline;
	}
	
	#detailsimageAppro {
	float:left;
	margin:30px 5px 5px 180px;
	display:inline;
	}
	
	#detailsLooseimageChoice{
	float:left;
	margin:20px 0px 5px 100px;
	width:350px;
	display:inline;
	}
	
	#detailsnooptions {
	float:right;
	margin:30px 110px 0px 0px;
	background-color:#B7CAE6;
	padding:10px;
	display:inline;
	}
	
	#detailsLoosenooptions {
	float:right;
	margin:30px 68px 0px 0px;
	background-color:#B7CAE6;
	padding:10px;
	display:inline;
	}
	
	#detailsnooptionsNextDay {
	float:right;
	margin:30px 120px 0px 0px;
	background-color:#B7CAE6;
	padding:10px;
	display:inline;
	}
	
	#detailsoptions {
	float:right;
	margin:30px 90px 0px 0px;
	background-color:#B7CAE6;
	padding:10px;
	display:inline;
	}
	
	#detailsoptions p {
	margin:5px;
	}
	
	#detailsoptionsNextDay {
	float:right;
	margin:30px 100px 0px 0px;
	background-color:#B7CAE6;
	padding:10px;
	display:inline;
	}
	
	#detailsoptionsNextDay p {
	margin:5px;
	}
	
	#detailsnooptions #basket {
	margin-top:5px;
	}
	
	#detailsfavorites {
	clear:both;
	margin:0px 0px 0px 190px;
	padding:10px;
	}
	
	#favorites {
	clear:both;
	height:auto;
	}
	
	#tblFavorites {
	margin: 5px 0px 5px 100px;
	}
	
	#tblFavorites p{
	margin: 2px 7px 0px 7px;
	}
	
	#favoritesEmpty {
	margin:0px;
	}
	
	#favoritesEmpty h3{
	margin:5px;
	text-align:center;
	}
	
	#favoritesEmpty p{
	margin:5px;
	text-align:center;
	}
	
	#bestSellers {
	margin: 10px 0px 0px 200px;
	float:left;
	font-weight: bold;
	display:inline;
	}
	
	#basket {
	clear:both;
	height:auto;
	}
	
	#basketEmpty {
	margin:5px;
	}
	
	#tblQuickOrder {
	margin: 5px 0px 5px 70px;
	}
	
	#tblQuickOrder p{
	margin: 2px 7px 0px 7px;
	clear:both;
	}
	
	#mySuggest {
	margin: 0px 0px 0px 72px;
	}
	
	
	#quickOrder {
	padding:10px;
	background-color:#B7CAE6;
	width:86%;
	height:20px;
	}
	
	#contactspage {
	margin:10px 10px 10px 10px;
	background-color:#B7CAE6;
	padding:10px;
	}
	
	#contactspage h3{
	text-align:center;
	color:#666666;
	margin:5px;
	}
	
	#contactspage a{
	text-decoration:none;
	color:#666666;
	}
	
	#contactspage a:hover{
	text-decoration:underline;
	}
	
	#contactspage p{
	margin:15px 0px 0px 100px;
	}
	
	#contactspage #name {
	margin-left:10px;
	}
	
	#contactspage #companyName {
	margin-left:0px;
	}
	
	#contactspage #email {
	margin-left:60px;
	}
	
	#contactspage #comments {
	margin-left:30px;
	}
	
	#contactspage #contactsBtn {
	margin-left:100px;
	}
	
	#contactsack {
	margin:0px;
	}
	
	#contactsack p{
	margin:5px 0px 0px 0px;
	}
	
	#approform {
	margin:0;
	}
	
	#approform #name{
	margin-left:21px;
	}
	
	#approform #email{
	margin-left:22px;
	}
	
	#approform #companyName{
	margin-left:0px;
	}
	
	#clear {
	clear:both;
	}
	
	#googlemark {
	margin:5px 0px 0px 80px;
	}
	
	#paypalmark {
	margin:5px 0px 0px 150px;
	}
	
	#downloadsmenuholder {
	width:760px;
	margin:0px auto 10px auto;
	height:28px;
	border:1px solid #000000;
	background-color:#0099FF;
	}
	
	#downloadsmenuholder #nav{
	margin-top:5px;
	margin-bottom:7px;
	}

	#downloadsmenuholder #nav ul{
	color:#FFFFFF;
	font-weight: bold;
	margin-left:23px;
	text-align:left;
	}
	
	
	#downloadsmenuholder #nav ul li{
	display: inline;
	}

	#downloadsmenuholder #nav ul li a{
	color:#FFFFFF;
	background-color:#0099FF;
	padding:5px 5px 7px 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-left:1px solid #000000;
	}

	#downloadsmenuholder #nav ul li a:hover, #nav ul li a:focus{
	background-color:#006DB7;
	}
	
	#downloads {
	width:750px;
	margin:5px 5px 5px 5px;
	height:auto;
	border:1px solid #000000;
	}
	
	#downloadstop {
	background-color:#0099FF;
	width:750px;
	height:28px;
	border-bottom:1px solid #000000;
	}
	
	#downloadstop h3 {
	color:#FFFFFF;
	margin-left:10px;
	float:left;
	display:inline;
	}
	
	#downloadstop h4 {
	color:#FFFFFF;
	margin-left:5px;
	margin-top:3px;
	float:left;
	display:inline;
	}
	
	#downloads p {
	margin:5px;
	text-align:center;
	}
	
	#downloads h4 {
	margin:5px;
	}
	
	#imageTC {
	margin:5px 0px 10px 170px;
	width:400px;
	border:1px solid #000000;
	}
	
	#imageTC p {
	text-align:justify;
	}
	
	#imageTCform {
	background-color:#0099FF;
	}
	
	#imageTCform p{
	color:#FFFFFF;
	text-align:center;
	}
	
	#pricelists {
	float:left;
	width:310px;
	margin:30px 0px 0px 30px;
	background-color:#C4E8FF;
	padding:10px;
	display:inline;
	}
	
	#pricelists h4 {
	color:#666666;
	}
	
	#pricelists p {
	color:#666666;
	text-align:left;
	}
	
	#yourpricelists {
	float:right;
	width:330px;
	margin:30px 30px 0px 0px;
	background-color:#C4E8FF;
	padding:10px;
	display:inline;
	}
	
	#yourpricelists h4 {
	color:#666666;
	}
	
	#yourpricelists p {
	color:#666666;
	text-align:left;
	}
	
	#mySuggest2 {
	margin: 0px 0px 0px 0px;
	}
	
	#yourlists {
	margin: 0px 30px 10px 30px;
	background-color:#C4E8FF;
	}
	
	#tbllist {
	margin-bottom:5px;
	border:1px solid #000000;
	}
	
	


