/* screen.css */

/*----- GLOBAL STYLES ----- */


a { text-decoration:underline; }

a.detailslink 
	{ 
	color:#fff;
	background:#000;
	display:block;
	padding:4px 8px 3px 8px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	}


h1
	{
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	text-transform:uppercase;
	color:#6a6a6a;
	border-bottom:2px solid #a73f96;
	padding:0px 0px 2px 0px;
	}
h2
	{
	font-size:13px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	text-transform:uppercase;
	color:#6a6a6a;
	}

h1.sideheading
	{
	color:#a73f96;
	border:0;
	padding:0;
	}

p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{
	text-align:center;
	min-width:1118px;
	background-color: #b24ecb;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:950px;
	text-align:left;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	padding:0px 20px;
	background-color: #FFFFFF;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:950px;
	height:169px;
	overflow:hidden;
	z-index:100;
	background:url(../images/bg_header.jpg) no-repeat;
	}
#left 
	{
	position:relative;
	width:180px;
	float:left;
	padding:175px 0px 0px 0px;
	background-color: #FFFFFF;
	}
#prodnav {
	background-color: #73A3A9;
	margin-top: 5px;
	padding-bottom: 5px;
}

#basketinfo {
	background-color: #73a3a9;
	height: 140px;
	width: 160px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer 
	{
	width:950px;
	clear:both;
	height:50px;
	left:20px;
	bottom:0;
	margin-bottom:10px;
	position: absolute;
	background-color: #FD9800;
	}
#footer a { color:#000; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer p
	{
	margin:0;
	padding:15px 0px 0px 0px;
	text-align:center;
	color:#000;
	font-size:11px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:770px;
	float:right;
	padding:169px 0px 0px 0px;
	}
#content
	{
	width:540px;
	float:left;
	margin:5px 0px 0px 0px;
	padding:15px 20px 0px 28px;
	background-color: #fff;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#right
	{
	width:180px;
	float:right;
	}
#clearfooter {width:100%;height:52px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-122px;} /*safari wrapper */


div.featurebox
	{
	width:130px;
	padding:15px 15px 0px 15px;
	float:left;
	margin:0px 30px 30px 0px;
	background:url(../images/bg_featurebox.gif) no-repeat;
	text-align:center;
	}
	
	
	
img.imglink
	{
	margin:0px 4px;
	}


ul.sidenav li
	{
	margin:0px 0px 3px 0px;
	width:auto;
	}
ul.sidenav li.navtitle
	{
	color:#E29E17;
	font-weight:bold;
	padding:8px 5px 5px 5px;
	}
ul.sidenav li a
	{
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
	padding:5px 5px 0px 15px;
	text-decoration:none;
	font-size:11px;
	width:auto;
	font-weight: bold;
	height:20px;
	}

ul.right li a
	{
	padding:5px 15px 0px 5px;
	font-weight: bold;
	color: #000000;
	}
ul.sidenav li a:hover
	{
	color:#d0d0d0;
	}

ul#topnav
	{
	position:absolute;
	top:138px;
	left:00px;
	}
ul#topnav li
	{
	float:left;
	padding:0px 28px;
	border-right:3px solid #fff;
	width:auto;
	color: #000000;
	}
ul#topnav li.last
	{
	border:0;
	}
ul#topnav li a
	{
	text-decoration:none;
	color:#333333;
	text-align:center;
	width:auto;
	font-weight: bold;
	text-transform: uppercase;
	}
ul#topnav li a:hover
	{
	text-decoration:underline;
	}

div.heading
	{
	width:170px;
	height:28px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	background:url(../images/bg_heading.gif);
	padding:12px 0px 0px 10px;


	}
div.heading a {
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	text-decoration: none;
}
#manufacturer {
	height: 30px;
	width: 140px;
	float: left;
	margin: 5px;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #6FAAE2;
	padding:10px;
	border: 2px solid #F99300;
}
.resultbox {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FBA10F;
	margin-bottom:10px;
}
#proimg img {
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #FEA523;
}
div.textarea
	{
	background:url(../images/bg_textbox.gif) no-repeat center top #fff;
	padding:15px 15px 17px 15px;
	margin:0;
	color:#000;
	overflow:hidden;
	height:100%;
	}
	
		#grey {
	background-color: #ececec;
	font-size: 11px;
	padding: 5px;
	color: #666666;
	margin-bottom:10px;	
	border: 1px solid #999999;
	height:20px;
}

#greyheight {
	background-color: #ececec;
	font-size: 11px;
	padding: 5px;
	color: #666666;
	margin-bottom:10px;	
	border: 1px solid #999999;
}


#greybasketlinks {
	padding: 3px;
	height:25px;
	text-align: right;
	margin-bottom:10px;	
}
#greybasket {
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom:10px;
}.homecategories {
	width: 120px;
	height:160px;
	margin: 3px;
	padding:6px 4px;
	float:left;
	text-align: center;
	font-size: 11px;
	height:125px;
	background:url(../images/bg_homecategories.gif) no-repeat;
}
.homecategories img {
	border: 1px solid #E99519;
	margin-bottom: 5px;
}
.homecategories table td {
	vertical-align:middle;
	text-align:center;
	width:109px;
	height:42px;
	padding:3px;
}
.homecategories table a {
	font-weight: bold;
	color: #000;
	display:block;
	text-decoration: none;
}

	.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#passwordStrength

{

        height:10px;

        display:block;

        float:left;

}



.strength0

{

        width:250px;

        background:#cccccc;

}



.strength1

{

        width:50px;

        background:#ff0000;

}



.strength2

{

        width:100px;    

        background:#ff5f5f;

}



.strength3

{

        width:150px;

        background:#56e500;

}



.strength4

{

        background:#4dcd00;

        width:200px;

}



.strength5

{

        background:#399800;

        width:250px;

}
#orangeimg {
	border: 1px solid #E7A33E;
	margin-top: 5px;
}
.testi {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

