/* --------------------------------------------------------------------------------- */
/* template f style */
a {
    color:#3399FF;
}

#main {
	float:left;
	width:528px;
	border-left:1px dotted #999999;
	padding:0px 0px 0px 11px;
	color:#0ab0f0;
	margin:0px 0px 0px 11px;
	border-right:1px dotted #999999;
}
#main h1 {
	font-weight:normal;
	width:495px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#features {
	float:left;
	width:173px;
	padding-top:20px;
	border-bottom:1px solid #0ab0f0;
}
#features p {
	border-top:1px solid #0ab0f0;
	color:#000000;
	font-size:10px;
	overflow:visible;
	padding:2px 0px 2px 0px;
	margin:1px 0px 0px 0px;
}
.productshot {
	float:right;
	/*width:250px;*/
	padding:0px 0px 0px 11px;
}
#screenshots {
	float:left;
	width:140px;
}
#screenshots img {
	margin-bottom:10px;
}
.copyarea {
	float:left;
	width:480px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #0ab0f0;
}
.copyarea h1 {
	width:480px;
	font-size:20px;
}
.copyarea p {
	margin:10px 0px 5px 0px;
}
.copyarea ul {
    font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#0ab0f0;
	padding:3px 0px 2px 0px;
	margin:1px 0px 0px 0px;
}
.copyarea li {
        padding:3px 0px 3px 12px;
		background:url(../images/products/dash.gif) top left no-repeat;
}
.copyarea img {
	padding:0px 0px 0px 11px;
}

.productdetail {
	float:left;
	width:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
.productdetail h1 {
	width:190px;
	font-size:20px;
}
.productdetail p {
	margin:10px 0px 5px 0px;
}
#sidebar {
	width:153px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 9px;
}
#subnav {
	width:144px;
	background-color:#dddfef;
	padding:10px 0px 10px 4px;
}
#subnav a {
	width: 127px;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	color:#2461a5;
	font-size:10px;
	padding:2px 0px 2px 17px;
	background:url(../images/more_arrow_small_blue.gif) left no-repeat;
	font-weight:bold;
}
#subnav a:hover {
	background-color:#FFFFFF;
}
#relatedproducts {
	width:140px;
	padding:0px 0px 0px 4px;
	margin:15px 0px 0px 0px;
}
#relatedproducts a {
	width:140px;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	color:#2461a5;
	font-size:10px;
	padding:2px 0px 2px 0px;
}
#relatedproducts p {
	width:140px;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	font-weight:bold;
	color:#2461a5;
	font-size:11px;
	padding:2px 0px 2px 0px;
}
#calltoaction {
	width:140px;
	padding:0px 0px 0px 4px;
	margin:15px 0px 0px 0px;
}
#calltoaction a {
	width:144px;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	color:#2461a5;
	font-size:10px;
	padding:2px 0px 2px 0px;
}
#calltoaction p {
	width:144px;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	font-weight:bold;
	color:#2461a5;
	font-size:11px;
	padding:2px 0px 2px 0px;
}
a:hover {
	background-color:#e4ddeb;
	color:#3399ff;
}

ul {
    list-style:none;
    padding-left:10px;
    margin-left:10px;
}

	
