/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/

/* Gobal Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	background: #fff url(../images/BodyBg.gif) 0 0 repeat-x;
	color: #090909;
}

input, select {
	font-size: 11px;
}

input {
	padding: 2px;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	color: #212121;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: ##f77800;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 8px 0;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #c7d7db;
	height: 1px;
	border:0;
}

/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}

.NarrowFormContainer p.Submit {
	margin-left: 120px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

/* Page Container */

#Container {
	background: url(../images/ContainerBg.jpg) 0 30px no-repeat;
	width: 980px;
	margin: auto;
}

/* Top Navigational Menu */
#TopMenu {
	width: 940px;
	height: 30px;
	padding: 0;
	margin: 0 0 0 10px;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

#TopMenu li.First a {
	border-left: 0;
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 20px 0 5px;
	margin: 4px 0 4px 0;
	color: #F8953A;
}

#TopMenu li div a {
	padding: 0 0 0 5px;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */
#Menu {
	clear: both;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	height: 30px;
	display: inline;
}

#Menu ul {
	margin: 0;
	padding: 0;
	width: 940px;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
}

#Menu li.First a {
}

#Menu li a {
	display: block;
	float: left;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	padding: 5px 20px 5px 6px;
	height: 20px;

	background: #111 url(../store/templates/BallinaMarine/images/orange/MenuBg.gif) 0 12px no-repeat;

	color: #fff;
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 29px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.85em;
	background: transparent;
	z-index: 1;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;

	background: #111;

	color: #fff;
}

#Menu li ul li a:hover {
	color: #F77800;
}

#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	clear: both;
	float: left;
	width: 980px;
	padding: 20px 0 0 0;
}

/* Header */

#Header {
	width: 975px;
	height: 106px;
	clear: both;
	float: left;
	padding: 25px 0 0 0;
}

/* Logo */

#Logo {
	float: right;
	width: 300px;
	display: inline;
	position: relative;
	margin-top: -25px;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 0;
}

#Logo h1 {
}

#Logo h1 a {
	text-decoration: none;
}

#LogoImage {
	position: absolute;
	top: 0px;
	left: -5px;
}

/* Top Search Form */
#TopAddress {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	float: left;
	margin: 8px 0 0 15px;
	width: 214px;
	display: inline;
}

#TopAddress p {
	text-align:center;
	font-size: 1em;
	color:#FFFFFF;
	font-weight:bold;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

#TopAddress p .phone{
	font-size: 1.4em;
}


/* Left Content Area */

.Left {
	background: #0a0a0a url(../images/SideBg.gif) 0 0 no-repeat;
	float: left;
	min-height: 500px;
	width: 184px;
	margin-right: 15px;
}

.Left h2 {
	color: #0099ff;
	font-size: 1.0em;
	font-weight: bold;
	margin: 15px 5px 0 0;
	text-align: right;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	text-align: right;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left li {
}

.Left li a {
	color: #fff;
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}
.Left #SideCategoryList li{
	padding: 0;
}
.Left #SideCategoryList li a{
	background: url(../images/Left_a.gif) no-repeat right center;
	padding-right: 7px;
}
.Left #SideCategoryList li a:hover {
	background: url(../images/Left_a_hover.gif) no-repeat right center;
}
/* Primary Content Area */
.Content {
	float: right;
	width: 710px;
	min-height: 500px;
	margin: 0;
	padding: 0 60px 10px 0;
	font-size: 0.95em;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 0;
	margin-bottom: 10px;
}

.Content h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 15px 0 15px 0;
	color: #0066cc;
}
.Content h2 {
}

.Content a {
	color: #075899;
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 770px;
	margin: 0 0 0 10px;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 980px;
}

/* Right Content Area */
.Right {
	float: right;
	min-height: 500px;
	width: 179px;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-left: 10px;
}

.Right h2 {
	font-size: 1.4em;
	font-weight: normal;
}

.Right a {
	color: #000;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .Block {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.Right .BlockContent {
	margin: 0 10px 10px 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

/* Page Footer */

#Footer {
	border-top: 1px solid #F77800;
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

#Footer ul {
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer li a {
	border-left: 1px solid #208db5;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}
.Left .NewsletterSubscription h2 {
	font-size:1.5em;
	font-weight:normal;
	margin:10px 5px 5px 10px;
	text-align:left;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
}

.Left .NewsletterSubscription label {
	color: #fff;
}

.NewsletterSubscription input {
	width: 150px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 110px;
	height: 20px;
	border: 0;
	vertical-align: middle;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content #HomeNewsBox{
	width: 707px;
	font-size: .85em;
	margin: 20px 0;
}

.Content #HomeNewsBox .box_bkg{
	background: #ededed url(../images/homenews_bkg.jpg) no-repeat center center;
}

.Content #HomeNewsBox .box_top{
	background:url(../images/homenews_top.jpg) no-repeat top center;
}

.Content #HomeNewsBox .box_bot{
	background:url(../images/homenews_bot.jpg) no-repeat bottom center;
	padding: 45px 20px 20px 20px;
}
.Content #HomeNewsBox .box_right,.Content #HomeNewsBox .box_left{
	padding: 5px 10px;
	width: 300px;
}
.Content #HomeNewsBox .box_right{
	float:right;
}
.Content #HomeNewsBox .box_left{
	float:left;
}
.Content #HomeNewsBox h3{
	font-size: 1.2em;
	margin: 10px 0 0 0;
}
.Content #HomeNewsBox h3 a{
	color:#090909;
	text-decoration:none;
}
.Content #HomeNewsBox h3 a:hover{
	color:#075899;
	text-decoration:underline;
}
.Content #HomeNewsBox p{
	margin: 0;
}
.Content #HomeShopPanel ul{
	margin: 0;
	list-style: none;
}
.Content #HomeShopPanel li{
	float:left;
	margin: 10px 8px;
}
.Content #HomeShopPanel li.newboats{
	margin-left: 5px ;
}
.Content #HomeShopPanel li a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
	text-decoration: none;
	background:url(../images/homebox_usedboats.jpg) no-repeat bottom center;
	width: 211px;
	padding: 133px 5px 0 5px;
	height:18px;
}
.Content #HomeShopPanel li a:hover {
	color:#0099FF;
}
.Content #HomeShopPanel li.newboats a {
	background:url(../images/homebox_newboats.jpg) no-repeat bottom center;
}
.Content #HomeShopPanel li.usedboats a {
	background:url(../images/homebox_usedboats.jpg) no-repeat bottom center;
}
.Content #HomeShopPanel li.accessories a {
	background: url(../images/homebox_accessories.jpg) no-repeat bottom center;
	font-style: normal;
	text-align:left;
	color:#ffffff;
	text-transform:uppercase;
}
.Content #HomeShopPanel li.accessories a:hover {
	color:#000000;
}
.Content #HomeWorkshops  {
	clear: both;
	background: #ededed;
	color:#000000;
	font-weight: bold;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;
	border: 1px solid #CCCCCC;
	border-width: 1px 0;
}
.Content #HomeWorkshops  a{
	font-weight: bold;
}
.Content .ProductList, .Content .ProductList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Content .ProductList li {
	min-height: 9.5em;
	float:left;
	margin: 10px 10px 0 0;
	padding: 0;
	overflow:hidden;
	width:284px;
}

.Content .ProductList .ProductImage {
	float:left;
	padding: 15px;
	margin: 0;
	margin-right: 15px;
	width: 120px;
}

.Content .ProductList .ProductDetails {
	margin: 0;
	padding: 15px 10px 10px 0;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	float: left;
	margin: 0 0 5px 6px;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}

.ProductList .ProductDetails {
	margin: 5px 5px 5px 0;
}

.ProductList em {
	display: block;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.ProductList .Rating {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Left .ProductList li a {
	color: #fff;
}
/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDFE2;
}

.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 10px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
}

/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	float: left;
	margin: 0 7px 0 0;
}

.Content .FeedLink {
	float: left;
	margin: 5px 4px 0 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	margin: 0 0 10px 15px;
}

img.alignleft {
	margin: 0 15px 10px 0;
}

.clearer{
	clear:both;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}
.Clear {
	clear: both;
}
.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}
.SubCategoryList {
	padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}

