﻿/* CSS layout */
a:active{color:rgb(0,102,0);font-weight:bold;text-decoration:line-through;}
a:hover{color:rgb(51,102,0);font-weight:bold;text-decoration:underline;}
a:link{color:#000066;font-weight:bolder;text-decoration:none;}
a:visited{color:#006666;font-weight:bolder;text-decoration:none;}
body{font-family:sans-serif;color:rgb(0,0,0);font-size:small;font-weight:normal;background-color:rgb(230,230,230);}
h1{font-size:x-large;font-weight:normal;}
h2{font-size:large;font-weight:normal;}
h3,h4,h5,h6{font-size:small;font-weight:normal;}
{font-size:small;font-weight:normal;}
hr{color:rgb(0,0,0);}
li{text-align:left;}
p{text-align:left;font-size:small;}
.col200{float:left;padding:5px 5px 0 5px;width:190px;}
.col400{float:left;padding:5px 5px 0 5px;width:390px;}
.col700{float:left;padding:5px 5px 0 5px;width:690px;}
.col900{float:left;padding:5px 0 0;width:900px;}
#content{background:#F0F0F0;float:left;width:910px;padding:0 20px;clear:both;}
#detail{float:left;padding-right:20px;width:680px;}
#footer{background:#F0F0F0;font-size:xx-small;float:left;padding:0 5px;width:940px;}
#header{background:#F0F0F0;float:left;padding:0 5px 5px;width:940px;}
#logo{border:none;float:left;height:89px;padding-right:23px;width:80px;}
#header .title{float:left;height:70px;margin:20px 0 0 0;vertical-align:bottom;width:810px;font-size:xx-large;font-weight:normal;}
.product-image{border:none;float:left;padding-right:25px;}
#wrapper{margin:0 auto;width:940px;background:#F0F0F0;margin-top:20px;padding:0 20px;}
.linkbar {
	padding: 0px;
	margin: 0px;
	clear: both;
	list-style-type: none;
	width: 100%;
	height: 20px;
}
.linkbar a:link {
	border-style: none;
	background-position: 0px 0px;
	font-family: sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 20px;
	display: block;
	font-size: small;
	font-variant: small-caps;
	background-image: url('../images/linkbar.png');
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.linkbar a:active, .linkbar a:hover {
	border-style: solid solid none solid;
	border-width: thin;
	border-color: #C0C0C0;
	color: #000000;
	background-image: none;
}
.linkbar li {
	float: left;
	color: #000000;
}
.linkbar a:visited {
	border: thin solid #808080;
	color: #000000;
}
#widgets {
	padding-right: 20px;
	float: right;
	padding-top: 5px;
}

