@charset "UTF-8";
/* CSS Defaults */

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Tables *****/
 
table {
border:0;
/*** margin:0 0 1.25em 0; ***/
padding:0;
}
 
table tr td {
padding:2px;
}

img {
	border:0;
	text-align: center;
}
#imagefield{
	margin-top:100px;
	
}
/***** Forms *****/
 
form {
margin:0;
padding:0;
/*** display:inline; ***/
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;

}
 
textarea {
line-height:1.25;
}
 
label {

}
radio{
margin:0;
padding:0;
/*** display:inline; ***/
}
 
 
 

/* CSS Document */

body {
	background-image: url(../images/loxit-bk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#485A78;
	
	
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align:left;
}
th{
	background-color:#374864;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	padding:5px;
	
}
td{
	font-size:10px;
	font-weight:normal;	
}
img {
	border:0;
	text-align: center;
}
/**** Text Formatting ****/
p{
	margin:0px;
	padding:0px;
}
h1{
	margin:0px;
	padding:0px;
	font-weight: normal;	
	font-size:16px;
	margin-bottom:5px;
	text-transform:uppercase;
}
h2{
	font-size:14px;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
	color:#485A78;
	text-transform:lowercase;
	}
h3{
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-weight:normal;
	color:#FFF;;
}
h4{
	margin:0px;
	padding:0px;
	font-size:14px;
	margin-bottom:10px;
	text-transform:uppercase;
	word-spacing: 10px;
	color:#CCC;
}
h5{
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-weight:normal;
	color:#485A78;
}
h6{
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#FFF;
	text-align:right;
}
hr{
	margin:0;
	padding:0;
	border: none;
    height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
ul{
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:10px;
	text-transform:uppercase;
	text-align:left;
	font-size:12px;
	color:#FFF;
}

li{
	line-height:12px;
	text-align:left;
	height:15px;
	/**** background:#374864; ****/
	/**** background:#CCC; ****/
	margin-top:1px;
	margin-left:5px;
	padding:0px;
	font-size:11px;
	color:#FFF;
	text-transform:capitalize;
	text-align:left;
}
/**** Link Styles ****/
a:link {
	text-decoration: none;
	color:#FFF;
	
	
}
a:visited {
	text-decoration: none;
	color:#FFF;
	}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
	color:#FFF;
}


#topHeader a:link {
	text-decoration: none;
	color:#000;
	
	
}
#topHeader a:visited {
	text-decoration: none;
	color:#000;
	}
#topHeader a:hover {
	text-decoration: none;
	color: #09C;
}
#topHeader a:active {
	text-decoration: none;
	color:#000;
}


#stdPageHolder a:link {
	text-decoration: none;
	color:#000;	
}
#stdPageHolder a:visited {
	text-decoration: none;
	color:#000;
	}
#stdPageHolder a:hover {
	text-decoration: none;
	color: #09C;
}
#stdPageHolder a:active {
	text-decoration: none;
	color:#000;
}


#login a:link {
	text-decoration: none;
	color:#000;	
}
#login a:visited {
	text-decoration: none;
	color:#000;
	}
#login a:hover {
	text-decoration: none;
	color: #09C;
}
#login a:active {
	text-decoration: none;
	color:#000;
}




#homeCategoryHolder a:link {
	text-decoration: none;
	color:#666;
	
	
}
#homeCategoryHolder a:visited {
	text-decoration: none;
	color:#666;
	}
#homeCategoryHolder a:hover {
	text-decoration: none;
	color: #09C;
}
#homeCategoryHolder a:active {
	text-decoration: none;
	color:#666;
}

/**** Form Styles ****/
input {
	background-image:none;
	/*** border: 1px solid; ***/
	/*** margin:5px;
	padding:2px; ***/
	margin-top:5px;
	/*** background-color:#374864 ! important; ***/
	color:#374864;
	}
select {
	font-size: 11px;
	border: 0px none;
	margin-top:5px;
	padding:2px;
	background-color:#E6E6E6 ! important;
	color:#374864;
	} 
textarea {
	background-image:none;
	border: 0px none;
	margin:5px;
	padding:2px;
	background-color:#374864 ! important;
	color:#FFF;
	}
input.file{
	background-image:none;
	border: 0px none;
	margin:5px;
	padding:2px;
	background-color:#E6E6E6 ! important;
	color:#000;
	}
option{
	background-image:none;
	border: 0px none;
	text-transform: capitalize;	
	}

	
/* Default Layouts */
#siteWrapper {
	position:relative;
	margin: 0 auto;
	width:980px;
	z-index:1;
	
	
}
#siteHolder {
	position:relative;
	float:left;
	width:980px;
	z-index:1;
	background-color:#475977;
	padding-bottom:10px;
	
}
#topHeader {
	position:relative;
	float:left;
	width:960px;
	z-index:1;
	height:30px;
	line-height:30px;
	font-size:12px;
	text-align:left;
	padding-right:20px;
	background-color:#FFF;
}
#topHeaderLeft{
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
}
#topHeaderRight{
	position:absolute;
	left:400px;
	top:0px;
	width:580px;
	text-align:right;
	
}
#header {
	position:relative;
	float:left;
	width:980px;
	z-index:1;
	height:250px;
}
#topNav{
	position:relative;
	float:left;
	width:980px;
	z-index:1;
	height:40px;
	background-image: url(../images/topnav-bk.jpg);
	background-color:#AFB7C5;
}
#topNavSearch{
	position:relative;
	float:left;
	width:165px;
	z-index:1;
	height:40px;
	top:5px;
	margin-left:10px;
}
#topNavLinks{
	position:relative;
	float:left;
	width:780px;
	margin-left:10px;
	z-index:1;
	height:40px;
}

#topNavLinks a:link {
	text-decoration: none;
	color:#333;
	
	
}
#topNavLinks a:visited {
	text-decoration: none;
	color:#333;
	}
#topNavLinks a:hover {
	text-decoration: none;
	color: #FFF;
}
#topNavLinks a:active {
	text-decoration: none;
	color:#333;
}





#topNav ul{
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin:0px;
}

#topNav li{
	line-height:40px;
	text-align:left;
	height:15px;
	/**** background:#374864; ****/
	/**** background:#CCC; ****/
	margin-right:15px;
	padding:0px;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
	text-align:left;
	display: inline;
}
#topNavSignup{
	position:relative;
	float:left;
	width:180px;
	z-index:1;
	height:40px;
	font-size:12px;
	text-transform:uppercase;
	line-height:40px;
	
	
}

#breadcrumb{
	position:relative;
	float:left;
	width:980px;
	z-index:1;
	height:25px;
	background-color:#AFB7C5;
	background-image: url(../images/breadcrumb-bk.jpg);
	text-indent:190px;
	font-size:11px;
	color:#333;;
	line-height:25px;
	text-transform:capitalize;
}

#breadcrumb a:link {
	text-decoration: none;
	color:#333;
	
	
}
#breadcrumb a:visited {
	text-decoration: none;
	color:#333;
	}
#breadcrumb a:hover {
	text-decoration: none;
	color: #09C;
}
#breadcrumb a:active {
	text-decoration: none;
	color:#333;
}


#primaryNav {
	position:relative;
	float:left;
	width:185px;
	z-index:1;
	min-height:470px;
	padding-top:15px;
}
#primaryNav li{
	margin-top:4px;
	
}

#primaryNav li a:link{
	color:#F3F3F3;
	
}
#primaryNav li a:visited{
	color:#F3F3F3;
	
}
#primaryNav li a:hover{
	color:#09C;
	
}
#primaryNav li a:active{
	color:#F3F3F3;
	
}
#content {
	position:relative;
	float:left;
	width:200px;
	min-height:200px;
	z-index:1;
	background-color:#0F6;
}
#footer {
	position:relative;
	float:left;
	width:980px;
	min-height:30px;
	line-height:30px;
	text-align:center;
	z-index:1;
	background-image: url(../images/footer-bk.jpg);
	background-repeat: repeat-x;
}
#footer a:link {
	text-decoration: none;
	color:#333;
	
	
}
#footer a:visited {
	text-decoration: none;
	color:#333;
	}
#footer a:hover {
	text-decoration: none;
	color: #09C;
}
#footer a:active {
	text-decoration: none;
	color:#333;
}

#footer ul{
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin-bottom:2px;
	margin-top:5px;
	margin-left:10px;
	text-transform:uppercase;
	text-align:left;
	font-size:10px;
	color:#FFF;
}

#footer li{
	line-height:12px;
	text-align:left;
	height:15px;
	/**** background:#374864; ****/
	/**** background:#CCC; ****/
	margin-top:1px;
	margin-left:5px;
	padding:0px;
	font-size:9px;
	color:#FFF;
	text-transform:capitalize;
	text-align:left;
}
#footerNav{
	position:relative;
	float:left;
	width:160px;
	z-index:1;
	font-size:10px;
	
}

#footerCopyright{
	position:absolute;
	top:120px;
	width:980px;
	height:30px;
	z-index:1;
	line-height:30px;
	text-align:center;
	font-size:10px;
}
#homeCategoryHolder{
	position:relative;
	float:left;
	width:590px;
	min-height:200px;
	z-index:1;
	margin-bottom:10px;
	
}
#homeCategory{
	position:relative;
	float:left;
	width:290px;
	height:150px;
	z-index:1;
	/*** background-image: url(../images/category-bk.jpg);
	background-repeat: repeat-x; ***/
	background-color:#FFF;
	margin-left:5px;
	margin-top:5px;
}
#homeCategoryImage{
	position:absolute;
	width:130px;
	height:130px;
	z-index:1;
	background-color:#123;
	top:10px;
	left:10px;
}
#homeCategoryTitle{
	position:absolute;
	width:110px;
	height:50px;
	z-index:1;
	color:#666;
	top:0px;
	left:150px;
	font-size:14px;
}
#homeCategoryContent{
	position:absolute;
	width:130px;
	height:30px;
	z-index:1;
	color:#666;
	top:35px;
	left:150px;
	font-size:11px;
}
#homeCategoryAd{
	position:relative;
	float:left;
	width:290px;
	height:150px;
	z-index:1;
	/*** background-image: url(../images/category-bk.jpg);
	background-repeat: repeat-x; ***/
	background-color:#FFF;
	margin-left:5px;
	margin-top:5px;
}
#homeCategoryLink{
	position:absolute;
	width:130px;
	height:10px;
	z-index:1;
	color:#666;
	top:130px;
	left:150px;
	text-align:right;
}
#categoryHeader{
	position:relative;
	float:left;
	width:590px;
	height:50px;
	z-index:1;
	line-height:50px;
	text-indent:10px;
	color:#CCC;
}

#category{
	position:relative;
	float:left;
	width:290px;
	height:150px;
	z-index:1;
	background-color:#FFF;
	/*** background-image: url(../images/category-bk.jpg);
 ***/	background-repeat: repeat-x;
	margin-left:5px;
	margin-top:5px;
}
#categoryImage{
	position:absolute;
	width:130px;
	height:130px;
	z-index:1;
	top:10px;
	left:10px;
}
#categoryTitle{
	position:absolute;
	width:130px;
	height:50px;
	z-index:1;
	color:#666;
	top:0px;
	left:150px;
	font-size:14px;
}
#categoryContent{
	position:absolute;
	width:130px;
	height:30px;
	z-index:1;
	color:#666;
	top:45px;
	left:150px;
	font-size:11px;
	line-height:13px;
}
#categoryContentLink{
	position:absolute;
	width:130px;
	height:10px;
	z-index:1;
	color:#666;
	top:130px;
	left:150px;
	text-align:right;
}

#promoNav {
	position:relative;
	float:left;
	width:200px;
	z-index:1;
	min-height:470px;
	margin-left:5px;
	margin-top:15px;
}


#promoNav a:link {
	text-decoration: none;
	color:#CCC;
	
	
}
#promoNav a:visited {
	text-decoration: none;
	color:#CCC;
	}
#promoNav a:hover {
	text-decoration: none;
	color: #FFF;
}
#promoNav a:active {
	text-decoration: none;
	color:#CCC;
}

#promoNavBox{
	position:relative;
	float:left;
	width:170px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	min-height:30px;
	z-index:1;
	margin-left:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color:#CCC;
	margin-bottom:5px;
}
#promoNavBox1{
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #f3f4ff;
	position:relative;
	float:left;
	width: 160px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	min-height:30px;
	z-index:1;
	margin-left:8px;
	color: white;
	margin-bottom:5px;
}
#productListItem{
	position:relative;
	float:left;
	width:190px;
	height:110px;
	margin-top:5px;
	margin-left:5px;
	z-index:1;
	background-color:#FFF;
	/*** background-image: url(../images/category-bk.jpg);
	background-repeat: repeat-x; ***/
}
#productListItemContent{
	position:absolute;
	width:80px;
	height:80px;
	z-index:1;
	color:#666;
	top:10px;
	left:100px;
}
#productListItemImage{
	position:absolute;
	width:80px;
	height:80px;
	z-index:1;
	top:10px;
	left:10px;
	text-align:center;
}
#productHolder{
	position:relative;
	float:left;
	width:775px;
	z-index:1;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
#productHolderDetails{
	position:relative;
	float:left;
	width:250px;
	z-index:1;
	
	
}
#productHolderImage{
	position:relative;
	float:right;
	width:250px;
	margin-right:20px;
	z-index:1;
	margin-left:10px;
	
}
#productHolder a:link {
	text-decoration: none;
	color:#333;
	
	
}
#productHolder a:visited {
	text-decoration: none;
	color:#333;
	}
#productHolder a:hover {
	text-decoration: none;
	color: #09C;
}
#productHolder a:active {
	text-decoration: none;
	color:#333;
}
#productHeader{
	position:relative;
	float:left;
	width:430px;
	z-index:1;
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:0px;	
}
#productPrice{
	position:relative;
	float:left;
	width:250px;
	z-index:1;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#productNav{
	position:relative;
	float:left;
	width:440px;
	min-height:20px;
	z-index:1;
	margin-left:10px;
	line-height:15px;
	margin-bottom:10px;
	margin-top:10px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#productNav a:link {
	text-decoration: none;
	color:#09C;
	
	
}
#productNav a:visited {
	text-decoration: none;
	color:#09C;
	}
#productNav a:hover {
	text-decoration: none;
	color: #666;
}
#productNav a:active {
	text-decoration: none;
	color:#09C;
}




#productDesc{
	position:relative;
	float:left;
	width:450px;
	min-height:400px;
	margin-left:10px;
	z-index:1;
	line-height:15px;
}
#productImage{
	position:relative;
	float:left;
	width:250px;
	min-height:250px;
	margin-top:0px;
	z-index:1;
}
#productImageThumbs{
	position:relative;
	float:left;
	width:250px;
	min-height:10px;
	margin-top:10px;
	z-index:1;
}
#productDelivery{
	position:relative;
	float:left;
	width:250px;
	min-height:50px;
	z-index:1;
	margin-top:5px;

}

#productDelivery table tr td {
	padding:2px;
	margin:0px;
	font-size:11px;
	
}
#productOrder{
	position:relative;
	float:left;
	width:230px;
	min-height:50px;
	z-index:1;
	margin-top:20px;
	background-color:#485A78;
	padding:10px;
	color:#FFF;
}

#productRelated{
	position:relative;
	float:left;
	width:755px;
	min-height:80px;
	z-index:1;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #485A78;
	padding:10px;
}

#productRelatedItem{
	position:relative;
	float:left;
	width:120px;
	min-height:160px;
	z-index:1;
	margin-top:5px;
	margin-left:5px;
	text-align:center;
}


#login {
	position:absolute;
	left:770px;
	top:50px;
	width:210px;
	height:130px;
	z-index:5;
	font-size:12px;
	line-height:18px;

}
#stdPageHolder{
	position:relative;
	float:left;
	width:565px;
	min-height:200px;
	z-index:1;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#FFF;
	margin-top:10px;
	z-index:5;
	padding:10px;
	
}
#aboutContent01{
	position:relative;
	float:left;
	width:260px;
	z-index:1;
	min-height:330px;
}
#aboutContent02{
	position:relative;
	float:left;
	width:270px;
	z-index:1;
	min-height:330px;
	margin-left:20px;
}
#termsContent01{
	position:relative;
	float:left;
	width:260px;
	z-index:1;
	min-height:200px;
	margin-right:25px;
}

.row0 {
    background-color: #ffffff;
}

tr.row0:hover {
	background-color: #d9d9d9;
}

.row1 {
    background-color: #f0f0f0;
}

tr.row1:hover {
	background-color: #d9d9d9;
}

#saveQuote{
	position:relative;
	float:left;
	width:550px;
	min-height:20px;
	z-index:1;
	background-color:#485A78;
	padding:10px;
	color:#FFF;
}
#deleteQuote{
	position:relative;
	float:left;
	width:550px;
	min-height:20px;
	z-index:1;
	background-color:#485A78;
	padding:10px;
	color:#FFF;
	margin-top:10px;
}
#deliveryQuote{
	position:relative;
	float:left;
	width:550px;
	min-height:50px;
	z-index:1;
	background-color:#f0f0f0;
	padding:10px;
	color:#000;
	margin-top:5px;
}
#preference{
	position:relative;
	float:left;
	width:550px;
	min-height:50px;
	z-index:1;
	background-color:#485A78;
	padding:10px;
	color:#FFF;
	margin-bottom:10px;
}
#addressholder{
	position:relative;
	float:left;
	width:570px;
	min-height:10px;
	z-index:1;
	background-color:#CCC;
	padding-top:1px;
	padding-left: 1px;
	color:#FFF;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 9px;
}
#addressholderdetails{
	position:relative;
	float:left;
	width:550px;
	min-height:50px;
	z-index:1;
	background-color:#485A78;
	padding:10px;
	color:#FFF;
	margin-bottom:10px;
	margin-top:10px;
	
}
#address{
	position:relative;
	float:left;
	width:406px;
	min-height:5px;
	z-index:1;
	background-color:#FFF;
	padding:5px;
	color:#000;
	
	margin-bottom:1px;
	margin-right:1px;
}
#addressSelect{
	position:relative;
	float:left;
	width:40px;
	min-height:5px;
	z-index:1;
	background-color:#FFF;
	padding:5px;
	color:#485A78;
	margin-bottom:1px;
	margin-right:1px;
	text-align: center;
}
#randomProduct {
	position:relative;
	float:left;
	width:120px;
	z-index:1;
	min-height:110px;
	padding:10px;
	colour:#000;
	background-color:#FFF;
	margin-left:15px;
	margin-top:21px;
	font-size:10px;
	margin-bottom:10px;
}
#randomProduct a:link {
	text-decoration: none;
	color:#666;
	
	
}
#randomProduct a:visited {
	text-decoration: none;
	color:#666;
	}
#randomProduct a:hover {
	text-decoration: none;
	color: #000;
}
#randomProduct a:active {
	text-decoration: none;
	color:#666;
}

#basketHolder{
	font-size: 9px;
	position:relative;
	float:left;
	width:570px;
	min-height:50px;
	z-index:1;
	padding-top:0px;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 9px;

}
#basketHolderRow{
	position:relative;
	float:left;
	width:568px;
	min-height:25px;
	z-index:1;
	padding-top:0px;
	background-color:#CCC;
	
}
#basketProduct{
	position:relative;
	float:left;
	width:231px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	


}
#basketRRP{
	position:relative;
	float:left;
	width:40px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;


}
#basketQty{
	position:relative;
	float:left;
	width:40px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;


}
#basketNet{
	position:relative;
	float:left;
	width:40px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;


}
#basketSub{
	position:relative;
	float:left;
	width:60px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;


}
#basketUpdate{
	position:relative;
	float:left;
	width:40px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;


}
#basketDelete{
	position:relative;
	float:left;
	width:41px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	text-align:center;


}


#basketProductItem{
	position:relative;
	float:left;
	width:230px;
	height:35px;
	z-index:1;
	padding:5px;
	margin-bottom:1px;
	margin-right:1px;
	margin-left:1px;
	background-color:#FFF;


}
#basketRRPItem{
	position:relative;
	float:left;
	width:40px;
	height:33px;
	z-index:1;
	padding-top:12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align:right;
	background-color:#FFF;

}
#basketQtyItem{
	position:relative;
	float:left;
	width:40px;
	height:35px;
	z-index:1;
	padding:5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align: center;
	background-color:#FFF;


}
#basketNetItem{
	position:relative;
	float:left;
	width:40px;
	height:33px;
	z-index:1;
	padding-top:12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align:right;
background-color:#FFF;

}
#basketSubItem{
	position:relative;
	float:left;
	width:60px;
	height:33px;
	z-index:1;
	padding-top:12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align:right;
	background-color:#FFF;


}
#basketUpdateItem{
	position:relative;
	float:left;
	width:40px;
	height:35px;
	z-index:1;
	padding:5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align: center;
	background-color:#FFF;


}
#basketDeleteItem{
	position:relative;
	float:left;
	width:40px;
	height:35px;
	z-index:1;
	padding:5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align: center;
	background-color:#FFF;


}

#confirmBasketProduct{
	position:relative;
	float:left;
	width:333px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	


}

#confirmBasketProductItem{
	position:relative;
	float:left;
	width:332px;
	height:35px;
	z-index:1;
	padding:5px;
	margin-bottom:1px;
	margin-right:1px;
	margin-left:1px;
	background-color:#FFF;


}
#confirmBasketQtyItem{
	position:relative;
	float:left;
	width:40px;
	height:33px;
	z-index:1;
	padding-top:12px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:1px;
	margin-right:1px;
	text-align: center;
	background-color:#FFF;


}

#confirmBasketSub{
	position:relative;
	float:left;
	width:61px;
	min-height:5px;
	z-index:1;
	background-color:#485A78;
	padding:5px;
	color:#FFF;
	margin-bottom:1px;
	margin-right:1px;
	text-align:center;


}


