html{
	height: 100%;
	min-height: 100%;
}

body{
	margin: 0px auto;
	padding:0px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #daefef url(/images/background.jpg) repeat 0px 0px;
}

div { margin: 0px; padding: 0px;}

#skip{
	display: none;
}

#mainContainer{
	position: relative;
	width: 974px;
	margin: 0 auto;
	padding: 0px 8px 0px 8px;
	min-height: 100%;
	background: #fff;
	text-align: center;
}

.clear{
	clear: both;
	height: 1px;
}

/*** Headers ***/

#header{	
	background: #FFF;
	width: 974px;
	height: 170px;
}
#header-image{
	background: #FFF;
	width: 100%;
	height: 145px;
}
#headerLeft{
	float: left;
	height: 93px;
	padding: 0px;
	margin: 20px 20px 0px 20px;
}

#headerRight{
	font-family: times;
	float: right;
	width: 405px;
	height: 95px;
	padding: 0px;
	margin: 24px 0px 5px 0px;
	color: #70d5e6;
	font-size: 200%;
	text-align: right;
}

#headerRight form
{
	margin:0px;
	padding:0px;
}

#headerRight form input
{
  vertical-align:text-bottom;
}

#headerRight form label
{
  font-size:85%;
  vertical-align:text-bottom;
}

#menu{
	clear: both;
	float: left;
	width: 974px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	color: #7f7f7f;
	background: url(/images/menu_background.gif) repeat-x 0px 0px;
}
#myBasket{
	font-size: 85%;
	color: #13626e;  
	clear: both;
	text-align:right;
	width:100%;
	padding: 0px;
	margin: 0px 5px 5px 0px;
}
#menu span{
	font-size: 85%;
	height: 23px; 
	color: #bfeef5;  
	clear: none; 
	float: left; 
	padding: 5px 0px 0px 0px; 
	white-space: pre;
}

/*** Left panel ***/

#left{
	position: relative;
	clear: both;
	float: left;
	width: 220px;
	height: 100%;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #000;
}

#left ul{
	width: 214px;
	margin: 0px;
	padding: 0px;
	
}
#left li{
	height: 24px;
	text-align: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style: none outside;
	color: #666;
}
#left ul li{
	width: 214px;
	background: #FFF url(../images/li_1.gif) repeat-x 0px 0px;
	text-indent: 8px;
	color: #666;
	font-weight: bold;
}
#left ul li.selected{
	background: #FFF url(../images/li_selected.gif) repeat-x 0px 0px;
}
#left ul li.menu{
	height: 100%;
}
#left ul ul li{
	width: 214px;
	background: #FFF;
	text-indent: 15px;
}
#left ul ul li.selected{
	background: #FFF;
}

/*** Main Content ***/

#main,#main-loggedin{
	width: 720px;
	min-height: 200px;
	text-align: left;
	padding: 10px 10px 0px 10px;
	margin: 5px 0px 0px 0px;
	background: #FFF url(/images/main_background.gif) repeat-x 0px 0px;
	float: right;
}
#main-loggedin{
	width: 950px;
}

#mainHomeTop{
	width: 974px;
	clear:both;
}

#mainHome{
	width: 719px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 0px;
	background: #FFF url(/images/main_background.gif) repeat-x 0px 0px;
	float: right;
}

#join{
	float: right;
}
#join img{
	margin: 0px 3px 10px 3px;
}

/*** Display Products List ***/

.imageList{
	width: 170px;
	float: left;
}
.imageList span{
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 0px;
	
	width: 162px;
	height: 44px;
	line-height: 1.2em;
	background: url(../images/select_product.gif) no-repeat 0px 0px;
}

.imageList span.textBox{
	padding: 5px 0px 0px 0px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #999;
}

.imageList span.textBox span.price{
	color: #5eb8c7;
}

span.imageBox{
	position: relative;
	z-index: 100;
	/*border: 2px solid #f0f1f4;*/
	width: 160px;
	height: 160px;
}
.imageBox img{
	position :absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

/*** Supplier Tabs ***/

.supplierTab{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid #b7eaf2;
	list-style-type: none;
	text-align: left;
}

.supplierTab li{
	display: inline;
	margin: 0;
}

.supplierTab li a{
	text-decoration: none;
	padding: 3px 20px;
	margin-right: 3px;
	border: 1px solid #b7eaf2;
	border-bottom: none;
	background-color: #9be3f7;
	color: #FFF;
}

.supplierTab li a:visited{
	color: #FFF;
}

.supplierTab li a:hover,.supplierTab li.selected a{
	background: url(/images/tab_back.gif) repeat-x 0px 0px;
	color: #3f6071;
}

.supplierTab li a:active{
	color: #FFF;
}

.supplierTab li.selected a{ 
	position: relative;
	top: 1px;
	padding-top: 4px;
}

/*** Product ***/

#productPanel{
	clear: both;
	width: 700px;
	height: 450px;
	padding: 10px 0px 5px 0px;
}

#buyPanel{
	float: right;
	width: 330px;
	height: 324px;
	background: #f0f3f4;
	padding: 5px 10px 5px 10px;
}
#icons{
	clear: none;
	float: right;
	padding: 0px;
	margin: 0px;
	height: 32px;
}
#icons img{
	padding: 0px 3px 0px 3px;
}

/*** Basket ***/

#miniBasket{
	float: right;
	width: 120px;
	height: 20px;
	background: #d4faff;
	color: #13626e;
	text-align: right;
	padding: 3px 5px 0px 0px;
}


#basket{
	color: #70d5e6;
	background: #000 url(../images/cart.gif) no-repeat 140px 0px;
	padding: 0px;
}
#basket p{
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
}

.basketItem{
	margin: 3px 0px 2px 0px;
	padding: 0px 0px 5px 0px;
}

hr,hr.dotted{
	border-color: #70d5e6;
	border-style: solid;
	border-width: 1px 0 0;
	margin: 5px 0px 5px 0px;
	clear: both;
	height: 0;
}
hr.dotted{
	border-style: dotted;	
}

.basketTitle{
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 20px;
	max-height: 25px;
	background-color: #70d5e6;
	padding: 5px 0px 0px 0px;
	
}
div.id{
	padding: 0px 0px 0px 5px;
	width: 25px;
	min-width: 25px;
	clear: both;
	float: left;
}
div.name{
	width: 275px;
	clear: none;
	float: left;
}
div.price{
	width: 140px;
	clear: none;
	padding: 0px 0px 0px 5px;
	float: left;
}
div.quantity{
	width: 105px;
	clear: none;
	float: left
}
div.quantity form{
	clear: none;
	float: left;
	width: 100px;
}
div.quantity input{
	width: 43px;
	height: 16px;
	float: left;
	clear: none;
}
div.optionTitle{
	background-color: #eef9fb;
	margin: 0px 0px 0px 35px;
	width: 465px;
	clear: both;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #060;
}
div.optionName{
	background-color: #eef9fb;
	width: 275px;
	clear: none;
	float: left;
}
div.optionPrice{
	background-color: #eef9fb;
	width: 140px;
	padding: 0px 0px 0px 5px;
	clear: none;
	float: left;
}
div.total{
	width: 50px;
	margin: 0px 3px 0px 0px;
	clear: none;
	float: left;
	text-align: right;
}
div.option{
	margin: 0px 0px 0px 30px;
	width: 350px;
	clear: both;
	float: left
}
div.remove{
	width: 25px;
	clear: none;
	float: left;
}

/*** Table View **/
#displayBasket
{
	border-collapse:collapse;
	margin: 5px 0px 5px 0px;
}

#displayBasket tr
{
	height:25px;
}

tr.basketSubtotal
{
	border-top:1px solid;
	border-color:#70d5e6;
	
}

th.price, th.quantity, th.name
{
	text-align:left;
}

th.total
{
	text-align:right;
	padding-right:3px;
}

td.prod_total,td.optionTotal
{
	text-align:right;
}

td.id{
	padding: 0px 0px 0px 5px;
	width: 25px;
	min-width: 40px;
}
td.name{
	width: 400px;
}

td.sub-tot {
	margin: 5px 0 0 0;
}

td.vat {
	margin: 5px 0 0 0;
}


td.price{
	padding: 0px 0px 0px 5px;
	width: 130px;
}
td.prod_total {
	margin: 0 0 0 90px;
	}

td.quantity{
	width: 105px;
}

td.quantity form{
	width: 100px;
}
td.quantity input{
	width: 43px;
	height: 16px;
	margin-top: 12px;
	clear: none;
}
td.quantity input[type='image']
{
	vertical-align:text-bottom;
}

td.optionTitle{
	background-color: #eef9fb;
	margin: 0px 0px 0px 35px;
	width: 465px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #060;
}
td.optionName{
	background-color: #eef9fb;
	width: 270px;
	font-size:80%;
}
td.optionPrice{
	background-color: #eef9fb;
	width: 100px;
	padding: 0px 0px 0px 5px;
	font-size:80%;
}
td.optionTotal
{
	font-size:80%;
}

td.total{
	width: 130px;
	margin: 0px 3px 0px 0px;
	text-align: right;
}
td.option{
	padding: 0px 0px 0px 30px;
	width: 350px;
}
td.remove{
	width: 25px;
	padding: 0 20px 0 0;
}


/*** Image mouse overs ***/


#mainImage{
	position: relative;
	z-index: 100;
	border: 2px solid #f0f1f4;
	width: 320px;
	height: 320px;
}
#mainImage img{
	position :absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

#thumbs{
	padding: 5px 0px 0px 0px;
	width: 700px;
	height: 102px;
	overflow: auto;
	white-space: nowrap;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 2px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{ /* For enlarged image*/
	position: absolute;
	width: 320px;
	height: 320px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	border: 2px solid #f0f1f4;
}

.thumbnail span img{ 
	position :absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.thumbnail:hover span{ 
	visibility: visible;
	position : absolute;
	margin: -344px 0px 0px 15px;
	left: 239px;
	z-index: 50;
	outline: 0px;
	border: 0px;
	padding: 0px;
}

/*** Supplier logedin pages ***/
.image{
	clear: both;
	width: 950px;
	height: 155px;
	margin: 5px 0px 0px 0px;
}
.image img{
	clear: none;
	float: right;
}
.imageDetails{
	font-size: 90%;
	clear: none;
	float: right;
	width: 440px;
	padding: 0px 0px 0px 10px;
}

/*** Large Image window ***/

#largeImage{
	width: 642px;
}
#largeImage img{
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
	margin: 3px 0px 0px 15px;
}

#topBar,#largeBar{
	width: 642px;
	height: 20px;
	text-align: center;
}
#largeBar{
	margin: 10px 0px 0px 15px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	
}
#largeBar img{
	margin: 5px 5px 0px 5px;
}
#bottomBar{
	position: relative;
	bottom: -4px;
	left: 0px;
	width: 642px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

/*** Footers ***/

#footer{
	clear: both;
	width: 880px;
	height: 56px;
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	border-style:solid;
	border-color: #70d5e6;
	border-width:1px 0px 0px 0px;
	text-align: center;
}

#built{
	width: 880px;
	height: 70px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	font-size: 70%;
	text-align: right;
	background: #FFF;
}
#built img{
	clear: none;
	float: left;
}
#built p{
	float: right;
}

/*** Forms ***/

#login_form form{
	clear: none;
	display: inline;
	margin: 0px 0px 0px 30px; 
}

#login_form{
	float: right;
}

#login_form{ 
	width: 640px; 
	text-align: left; 
}
#login_form label{
	clear: none;
	margin: 6px 10px 0px 10px; 
	float: left;
}
#login_form input{
	width: 120px; 
	height: 23px;
	margin: 0px;
	padding: 0px;
	clear: none; 
	float: left;
}

#login_form  input[type='image'], #login_form .image{
	margin: 2px 30px 0px 10px;
	width: 50px;
	height: 23px;
	clear: none;
}

/* Generic forms */

.form input{
	clear: none;
	float: left;
	height: 15px;
	width: 300px;
}
.form textarea{
	clear: none;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
}
.form select{
	height: 20px;
	width: 305px;
}
	
label .required{
	color: #f00;
}


#main .radio{
	width: 20px;
}

#main input[type='submit'],#main input.submit{
	margin: 10px 0px 0px 190px;
	width: 120px;
	height: 25px;
}

/* Update supplier profile form */

#form_2 input{
	width: 400px;
}
#form_2 textarea{
	width: 400px;
	height: 150px;	
}

#form_3 {
	width: 650px;
}

#main-loggedin input[type='submit'],#main-loggedin input.submit{
	margin: 10px 0px 0px 190px;
	width: 120px;
	height: 25px;
}

/* Buy now form */
#buyPanel form{
	margin: 0px;
	padding: 0px;
}

#buyPanel input{
	width: 300px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#buyPanel label,#buyPanel select{
	height: 20px;
	width: 130px;
	margin: 3px 10px 1px 10px;
	padding: 0px;
	font-size: 90%;
	float: left;
}
#buyPanel select{
	width: 190px;
	float: right;
}
#buyPanel label{
	clear: both;
	font-weight: bold;
	color: #999;
	width: auto;
}
#buyPanel input.submit-btn,#buyNow input[type='submit'] {
	width: 161px;
	height: 19px;
	background: #000 url(/images/add_basket.gif) no-repeat;
	outline: none;
	border: none;
	margin: 8px 0px 0px 20px;
}

.form input.paypal{
	margin: 20px 0px 0px 150px;
	height: auto;
	width: auto;
}

#discountCode label{
	font-weight: bold;
}
#discountCode input{
	margin: 0px 10px 0px 10px;
}

#suppliersLogo{
	margin-top: 40px;
}
