/* CSS Document */
/* Created 23rd November 2009*/
/* Online One */
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/

* {
	margin:0px;
	line-height:1.3em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0f0f0f;
	font-size: 9pt;
	}
body,
html {}


body {
	padding-bottom: 10px;
	background-color: #FFFFFF;
	}

/* Main layout
================================================*/

#container {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}


main img {
	float: left;
	padding: 0px 10px 0px 0px;
	clear: right;
}	


#MainNavigation {
	width:981px;
	height: 45px;
	z-index:1;
	
	
}

#flash {
	width:717px;
	height: 241px;
	position:absolute;
	z-index:0;
	float:left;
}


/* Mini Cart
================================================*/

#MiniCart{
	float:right;

	height:100px;
	padding-top: 6px;
	text-transform: none;
	font-size: 10pt;
	margin-top: 5px;
	text-align: right;
}


#MiniTable {


	text-align: left;
}


/* Header
================================================*/
#SiteHeader {
	height:115px;
	width: 981px;
	float: left;
}
	
header img {
	float: left;
	padding: 0px 10px 0px 0px;
	
}		

#header a,
#header a:hover {
	border:0;
	
	}
	
	
/* SIde BarLeft
===============================================*/

#sideBarLeft{
	width:185px;
	padding:2px;
	float: left;
	background-color: #FFFFFF;
	color:#3c3b3b;
}	
	
	

/* MainArea
================================================*/


#mainArea {
	text-align: left;
	width:981px;
	margin-bottom: 10px;

	margin-right: 0px;
	margin-left:0px;
	padding-top: 10px;
}	
	
#mainContent {
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#topArea {width:981px;	height: 241px; }
.clear { clear: both;}

.Featuredcurved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #ffffff;
	margin-bottom:10px;
	}
	
.FeaturedHead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	width: 565px;
	font-weight: bold;
	font-size: 11pt;
}



.Pagecurved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #ffffff;
	margin-bottom:10px;
	}
	
.PageHead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	width: 565px;
	font-weight: bold;
	font-size: 11pt;
}


.PageProductsTable {
	width: 560px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
	font-size: 11px;
}


	
/* Search
================================================*/

.texta {
	font-size: 10px;
	background-color: #e2e2e2;
	border-top: 1px solid #666666;
	border-left:1px solid #999999;
	font-style:italic;
	height:18px;
}	

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	margin-right: 3px;
	border:none;
}

#copyright {
	clear:both;
	text-align:center;
	color:#666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 8pt;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
		



	
/* Links
================================================*/
a:link,
a:active {
	color:#2f2f2f;
	text-decoration: none;
	}
a:visited {
	color:#2f2f2f;
	text-decoration: none;
	}
a:hover {
	color:#3F93C8;
	list-style-image: url(site/images/list-off.gif);
	}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}


a.login:link {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	
}
a.login:active {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	
}
a.login:visited {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	
}
a.login:hover {
	font-size:8pt;
	color: #3990C4;
	text-decoration:none;
	
}



a.footer:link {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
a.footer:active {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
a.footer:visited {
	font-size:8pt;
	color: #666666;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
a.footer:hover {
	font-size:8pt;
	color: #3990C4;
	text-decoration:none;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}




/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#0f0f0f;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:11pt;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	color:#10C1F2;
	line-height: 1.4;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom:3px;
	margin-left: 0px;
}
h2 {
	font-size:10pt;
	COLOR:#333333;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	line-height: 1.4em;
	
}
h3 {
	font-size:10pt;
	font-weight:bold;
	text-transform:none;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.4;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	


/* Lists
================================================*/
dl,
ol,
ul {
	margin:0px 0 0em;
}

ul {
	padding:10px 0 10px 15px;
	font-size: 8pt;
	list-style-image: none;
	text-align:left;
	
	
	}
ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: none;
	list-style-type: decimal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
li {
	margin:0px;
	list-style-position: outside;
	list-style-image:url(none);
	white-space:normal;
}

/* Styled Lists
================================================*/


.tabbedPanellist li 
{
padding-left: 10px;
list-style-image:url(site/images/blue-bullet.gif);
list-style-position: outside;
white-space:nowrap;

}

/* Images
================================================*/
img {
	border:0;
	display:inline;
}

.productImage {
	float:left;
	text-align:left;
	padding-right: 5px;
}

.banner {
	padding: 0px 10px 0px 0px;
}
.Button {
	padding-top: 5px;
	padding-bottom: 5px;
}
.fullwidth {
	padding:4px;
	margin:1em 0; 
	}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}	


/* Product Logos
================================================*/
#Logos{
	clear:both;
	text-align:right;
	color:#666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 8pt;
	padding-bottom: 10px;
	height: 98px;
	background-repeat: repeat-x;
}

#copyright {
	clear:both;
	text-align:center;
	color:#666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 8pt;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}


/* Rounded Corners
================================*/
.curved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:10px;
	behavior:url(border-radius.htc);
	background-color: #FFFFFF;
	width: 200px;
	float: right;
}

.curved2 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:10px;
	behavior:url(border-radius.htc);
	background-color: #FFFFFF;
	margin-bottom:10px;
	width: 290px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	height: 225px;
}

.curved3 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:10px;
	behavior:url(border-radius.htc);
	background-color: #FFFFFF;
	margin-bottom:10px;
	width: 315px;
	float: left;
	margin-top: 10px;
	height: 225px;
}

.curved4 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:10px;
	behavior:url(border-radius.htc);
	background-color: #FFFFFF;
	margin-bottom:10px;
	width: 290px;
	float: right;
	margin-top: 10px;
	clear: right;
	height: 225px;
}

.curvedWhite {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #d7d7d7;
	padding:3px;
	behavior:url(border-radius.htc);
	background-color: #ffffff;
	margin-bottom:10px;
}

.curvedHeader {
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-color:#005a8f;
color:#fff;
padding:5px;
behavior:url(border-radius.htc);
}

.SideHead {
	font-family: Arial, Helvetica, "Verdana sans-serif";
	background-color:#989898;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px;
	width: 167px;
	font-weight: bold;
	font-size: 11pt;
}

.Searchcurved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#005a8f;
	
	padding:3px;
	behavior:url(border-radius.htc);
	color:#FFF;
	margin-bottom:10px;
}

.SearchHead {
	font-family: Arial, Helvetica, "Verdana sans-serif";
	background-color:#005a8f;
	color:#fff;
	border: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding: 5px 5px 10px 5px;
	height: inherit;
	width: 167px;
	font-weight: bold;
	font-size: 11pt;
}
.ProductName {
	font-size: 11pt;
	color: #0183ca;
	padding-top: 10px;
	padding-bottom: 10px;
}
.featuredDottedLine {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

.ProductPrice {
	font-size: 14px;
	font-weight: bold;
	color: #b70505;
}
.EmailFriend {
	font-size: 14px;
	font-weight: bold;
	color: #515151;
}

.input {
margin-bottom:2px;
margin-top:2px;
}
.LoginTitle {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	color: #005a8f;
	padding-bottom: 10px;
}
.3PanelDiv {
	padding: 10px 0px 10px 10px;
	width: 972px;
	margin-top: 4px;
	float: left;
	position: relative;
}
