/**
 * @created on 20/11/2006
 * @author Amanda Koschak
 * @contact amandak@strobe.net.nz
 *
 **/
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	width: 98%;
	height: 98%;
	background-color: #00a0e0;
	}

table {
	font-size: 11px;
	font-weight: normal;
	}

img {
	border: 0;
	}

h1 {
	color: #00428C;
	font-size: 16px;
	font-weight: normal;
	}

h2 {
	color: #00428C;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	}
h2 a {
	color: #00428C;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	}
h2 a:hover {
	text-decoration: underline;
	}
h3,
h3 a {
	color: #00428C;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: underline;
	}

h4,
h4 a {
	color: #00428C;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
	}

h4 a:hover {
	text-decoration: underline;
	}

#container {
	position: absolute;
	height: auto;
	left: 50%;
	margin-left: -480px;
	top: 10px;
	overflow: hidden;
	}

#border_top {
	float: left;
	width: 963px;
	height: 10px;
	overflow: hidden;
	background-image: url(../img/border_top.png);
	background-repeat: no-repeat;
	}

#header {
	position: relative;
	left: 0px;
	width: 960px;
	height: 160px;
	background: url(../img/header_logo.gif) no-repeat;
	overflow: hidden;
	background-image: url(../img/header_logo.jpg);
	}

.header_link {
	float: left;
	display: none;
	height: 100px;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}

.header_link a:hover{
	text-decoration: none;
	color: #FFFFFF;
	}
.header_link a {
	text-decoration: none;
	color: #FFFFFF;
	}

#header_tools {
	float: right;
	margin-top: 83px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

#header_tools ul {
	list-style: none;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	}

#header_tools ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	}

#header_tools ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	text-transform: uppercase;
	}

#header_tools ul li a:hover {
	display: block;
	color: #ffffff;
	font-weight: bold;
	float: left;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

#main_wrap {
	float: left;
	width: 960px;
	height: relative;
	background-color: #ffffff;
	border-left: 1px solid #03448D;
	border-right: 1px solid #03448D;
	}

#main {
	position: relative;
	width: 940px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#main_left {
	float: left;
	width: 185px;
	height: auto;
	}

#menu {
	float: left;
	display: block;
	height: auto;
	width: 176px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}

#logos ul {
	margin: 20px 0px 20px 0px;
	font-size: 10px;
	padding: 0px;
	list-style: none;
	text-align: center;
	clear: both;
	width: 180px;
	}

#logos ul li{
	padding: 5px;
	}

#logos a img {
	border: 1px solid #fff;
	}

#logos a:hover img {
	border: 1px solid #00428C;
	}

#main_right {
	float: left;
	width: 650px;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	}

.breadcrumbs {
	color: #15A1E6;
	font-weight: bold;
	font-size: 9px;
	}

.breadcrumbs ul {
	list-style: none;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	}

.breadcrumbs li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	color: #15A1E6;
	font-weight: bold;
	font-size: 9px;
	}

.breadcrumbs ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin: 0px;
	color: #15A1E6;
	font-weight: bold;
	font-size: 9px;
	}

.breadcrumbs ul li a:hover {
	display: block;
	color: #7AC6EC;
	font-weight: bold;
	float: left;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}

#border_bottom {
	float: left;
	width: 963px;
	height: 10px;
	overflow: hidden;
	background-image: url(../img/border_bottom.png);
	background-repeat: no-repeat;
	}

#footer_wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

#footer {
	position: relative;
	margin-top: 10px;
	width: 98%;
	margin-left: 1%;
	padding-top: 10px;
	border-top: 2px solid #B5DCFD;
	}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;

	}

#footer ul li {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #666666;
	font-size: 9px;
	}

#footer ul li a {
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	text-transform: uppercase;
	}

#footer ul li a:hover {
	color: #666666;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	}

.smallbox_search {
	width: 185px;
	}

#smallbox_container {
	height: auto;
	float: left;
	}

#smallbox_top {
	width: 100%;
	height: 6px;
	background: url(../img/smallbox_top.gif) no-repeat top right;
	overflow: hidden;
	}

#smallbox_top_left {
	float: left;
	width: 6px;
	height: 6px;
	background: url(../img/smallbox_top_left.gif) no-repeat;
	overflow: hidden;
	}

#smallbox_main_wrap {

	height: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	overflow: hidden;
	}

#smallbox_main {
	width: 90%;
	margin-left: 8px;
	}

#smallbox_bottom {
	width: 100%;
	height: 6px;
	background: url(../img/smallbox_bottom.gif) no-repeat top right;
	overflow: hidden;
	}

#smallbox_bottom_left {
	float: left;
	width: 6px;
	height: 6px;
	background: url(../img/smallbox_bottom_left.gif) no-repeat;
	overflow: hidden;
	}

.product_image_main {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product_group {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B5DCFD;
	width: 100%;
	}
.product_table {
	width: 260px;
	}

.product_summary {
	width: 260px;
	float: left;
}

.product_summary h3,
.product_summary p {
	margin: 0px;
	padding: 0px;
}

.product_image {
	float: left;
	width: 130px;
	overflow: hidden;
}

.product_description {
	margin-left: 130px;
}

.product_description a,
.more_link {
	text-decoration: none;
	font-weight: bold;
	color: #15A1E6;
	text-transform: uppercase;
	}

.product_description a:hover,
.more_link:hover {
	color: #7AC6EC;
	text-decoration: underline;
	}

.product_price {
	font-weight: bold;
	color: #E33F2A;
	}

.float_left {
	float: left;
	margin: 5px;
	background-color: red;
	}

.product_page {
	width: 530px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	}
.product_page_table {
	clear: both;
	}
.product_page_table table{
	width: 90%;
	text-align: center;
	border-spacing: 0px;
	}
.product_page_table table td{
	border: 1px solid #00428C;
	padding: 3px;
	}
.product_page_table .table_header th {
	font-weight: bold;
	color: #00428C;
	background-color: #EEEEEE;
	border: 1px solid #00428C;
	padding: 3px;
	}

.product_page_table .even td {
	background-color: #ffffff;
	}

.product_page_table .odd td {
	background-color: #DFEFFF;
	}
.product_page_logo {
	width: 220px;
	text-align: right;
	}

.product_table_image {
	border: 1px solid #00428C;
	}

.product_table_image a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	}

.product_table_image a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	}

.product_table_image a {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	width: 100%;
	height: 100%
	}

.product_table_image a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	}


#image_list {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#image_list li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	}

#image_list li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	}
.clr {
	height: 1px;
	line-height: 1px;
	clear: both;
	border-bottom: solid 1px #B5DCFD;
	margin-top:5px;
	margin-bottom:5px;
}

.clr_space {
	height: 10px;
	line-height: 10px;
	clear: both;
}

.pagination_links {
	clear: both;
	padding-left: 5px;
}

.pagination_links ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
	height: 16px;
	line-height: 16px;
	}

.pagination_links li {
	list-style: none outside;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	}

.pagination_links li.first {
	padding-left: 0px;
	border-left: 0;
	}

.pagination_links a {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color: #15A1E6;
	}

.pagination_links a:hover {
	background-color: #7AC6EC;
	color: #ffffff;
	}

.pagination_results,
.pagination_results p {
	padding: 0;
	margin: 0;
}

.pagination_results,
.pagination_links {
	float: left;
	width: 48%;
	height: 25px;
}

.pagination_results {
	text-align: right;
}

.pagination_results p {
	font-weight: bold;
}

.product_options {
	padding: 0;
	margin: 0;
	margin-left: -2px;
}

.product_options h2 {
	padding: 0;
	margin: 0;
}

.product_options ul,
.product_options li {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	}

.product_options li {

	float: left;
	font-weight: bold;
	border-left: 1px solid #15A1E6;
	}

.product_options li.first {
	border-left: 0px;
	padding-right: 5px;
	}

.product_options li a {
	color: #15A1E6;
	font-weight: bold;
	font-size: 9px;
	padding: 5px;
	padding-top: 0px;
	text-decoration: none;
	}

.product_options li a:hover {
	color: #7AC6EC;
	text-decoration: underline;
	}

.product_brands {
	text-align: right;
}

.product_view table {
	width: 100%;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.product_name {

}

.search .fm-txt {
	width: 104px;
	float: left;
}

.search .fm-action {
	float: left;
}

.search .fm-txt input {
	vertical-align: middle;
	font-size: 9px;
	padding: 2px;
}

.search .fm-action .fm_but {
	width: 54px;
	vertical-align: middle;
	margin-left: 6px;
	padding: 0px;
	padding-top: 2px;
}

#slideshow {
	width: 245px;
	height: 245px;
	border: 1px solid #00428C;
	overflow: hidden;
	text-align: center;
	z-index:2;
}

html[xmlns] #slideshow img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
