/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/
h3
{
color: #fff;
font-size: 13px;
margin: 0 0 6px 0;
}

h4
{
font-size: 13px;
margin: 0 0 4px 0;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li
{
margin: 0 0 2px 0;
padding: 0;
}

blockquote
{
margin: 0;
}

select option {
	padding: 0 10px;
}

hr
{
height: 2px;
border: 0;
}

.OrderItemListdivider
{
height: 2px;
margin: 12px 4px 8px 3px;
background: url(../../../images/goatboy/divider_horizontal_dotted.gif) repeat-x;
}

.OrderItemListdividerCheckout
{
clear: both;
height: 2px;
margin: 2px 4px 7px 3px;
background: url(../../../images/goatboy/divider_horizontal_dotted.gif) repeat-x;
}


/*------------------------------------------------------------------------------------------
Interspire Forms
------------------------------------------------------------------------------------------*/
.HorizontalFormContainer dt
{
	width: 160px;
	float: left;
	margin: 0 0 10px 10px;
	clear: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit
{
margin-left: 159px;
}

.HorizontalFormContainer select
{
margin: 0 0 3px 0;
width: 202px;
}

.HorizontalFormContainer p
{
margin: -8px 0 0 -10px;
}

html>body .HorizontalFormContainer p
{
margin: 0 0 0 -10px;
}

.NarrowFormContainer p.Submit {
	margin-left: 120px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

/* Page Container */

#Container {
	width: 770px;
	margin: 0 auto;
}

/* Top Navigational Menu */
#TopMenu {
	height: 27px;
	padding: 0;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 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 10px 0 10px;
	margin: 8px 0 0 0;
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */
#Menu {
	clear: both;
	margin: 0 0 4px ;
	padding: 0;
	height: 26px;
}

#Menu ul {
	margin: 0;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li.First a {
	background-image: none;
}

#Menu li a {
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	height: 20px;
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 22px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 1;
}

#Menu li ul li {
	clear: both;
	color: white;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 3px 10px 3px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}

#Menu li ul li a:hover {
	text-decoration: none;
}

#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 {
	margin-top: 4px;
	clear: both;	
}

#Wrapper {
	clear: both;
}

/* Header */

#Header {
	height: 57px;
	clear: both;
	margin: 0 0 1px 0;
	padding-bottom: 12px;
}

/* Logo */

#Logo {
	float: left;
	width: 490px;
}

#Logo h1 {
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}

#Logo h1 a {
	text-decoration: none;
}

/* Top Search Form */
#SearchForm {
	padding-top: 20px;
	float: right;
}

#SearchForm label {
	font-weight: bold;
}

#SearchForm input.Textbox {
	width: 139px;
	height: 12px;
	border: 1px solid #9da0a1;
	background: #fff;
	font-size: 0.9em;
	padding: 3px;
}

#SearchForm .Button {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}

#SearchForm p {
	text-align: right;
	margin: 0 0 0 45px;
	font-size: 0.9em;
}

#SearchForm a {
	text-decoration: none;
}

/* Left Content Area */

.Left {
	float: left;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	margin-right: 10px;
}

.Left h2
{
color: #fff;
font-size: 1.25em;
margin: 10px 10px 5px 10px;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left li {
	border-bottom: 1px solid #c5dde9;
}

.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 410px;
	min-height: 500px;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.95em;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Content h2, .TitleHeading
{
color: #fff;
font-size: 1.6em;
font-weight: bold;
margin: 10px 0;
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 580px;
	background: #000;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 750px;
	background: #000;
}

/* Right Content Area */
.Right {
	float: right;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-left: 10px;
	background: #000;
}

.Right h2
{
color: #fff;
font-size: 1.25em;
margin: 5px 10px 8px;
width: 140px;
}

.Right a {
	color: #000;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right li {
	border-bottom: 1px solid #c5dde9;
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

/* Page Footer */

#Footer {
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin: 30px 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 {
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
}

.NewsletterSubscription input {
	width: 129px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 95px;
	height: 25px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList li {
	list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 5px 2px 0;
	padding: 4px;
	min-height: 18em;
	overflow: hidden;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	margin: 0 0 5px 0;
	display: block;
	height: 120px;
	text-align: center;
	overflow: hidden;
	width: 120px;
}

.ProductList p {
	margin: 5px 0 5px 5px;
}

.ProductList strong, .ProductList strong a {
	color: #075899;
}

.ProductPrice, .ProductList em
{
color: #fff;
font-style: normal;
font-weight: bold;
font-size: 13px
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Right .ProductList li {
	clear: both;
	width: 140px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
}

.Right .SideCart p
{
	color: #000000;
}


/* Top Seller Block Specific */
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 20px;
	font-size: 1.2em;
	padding: 6px 0 3px 6px;
}

.Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin-left: 24px;
	width: 110px;
	padding: 3px 0 3px 0;
}

.Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 128px;
	margin: 10px 0 5px 0;
	padding: 5px;
	overflow: visible;
	display: inline;
}

.Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	width: 44px;
	height: 34px;
	font-size: 2em;
	padding: 7px 0 6px 0;
	margin: -20px 0 0 0;
	text-align: center;
	display: Block;
}

.Right .TopSellers li.TopSeller1 .ProductDetails {
	margin-left: 0;
}

.Right .TopSellers li.TopSeller1 .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}

.Content .TopSellers li .TopSellerNumber {
	display: none;
}

/* 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;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/* Miscellaneous Definitions */
input
{
font: 12px arial, helvetica, sans-serif;
}

.Meta {
	color: #cccccc;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	padding-right: 5px;
}

.Content .FeedLink {
	margin-top: 4px;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #444;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}

.Clear {
	clear: both;
}

.Field45
{
border: 1px solid #9da0a1;
width: 45px;
}

.Field100
{
border: 1px solid #9da0a1;
width: 100px;
}

.Field150
{
border: 1px solid #9da0a1;
width: 150px;
}

.Field200
{
border: 1px solid #9da0a1;
width: 200px;
}

.Field250
{
border: 1px solid #9da0a1;
width: 250px;
}

.Field300
{
border: 1px solid #9da0a1;
width: 300px;
}

.Field350
{
border: 1px solid #9da0a1;
width: 350px;
}

.Field400
{
border: 1px solid #9da0a1;
width: 400px;
}

.Textbox
{
border: 1px solid #9da0a1;
}

p.paymentType
{

margin: -19px 0 0 0;
}

html>body p.paymentType
{
margin: 0 0 0 -135px;
}

.paymentTypes
{
margin: -2px 0 0 0;
width: 90px;
}

html>body .paymentTypes
{
margin: 0 0 0 15px;
width: 70px;
}

*:first-child+html p.paymentType
{

margin: -19px 0 0 0;
}

*:first-child+html .paymentTypes
{
margin: 10px 0 0 0;
width: 90px;
}

#provider_list label 
{
font-size: 12px;
font-weight: bold;
display: inline;
clear: both;
margin: 0 0 15px 0;
}

html>body #provider_list label 
{
margin: -18px 0 15px -20px;
}

*:first-child+html #provider_list label 
{
margin: 0 0 15px 0;
}

#provider_list input 
{
float: right;
width: 20px;
}

.MB10
{
clear: both;
margin: 0 0 10px 0;
}

.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }

.PL20
{
padding: 10px 0 0 10px;
}

.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }

.NoMarginBottom { margin-bottom: 0; }

p.NoMarginBottom, p.UtilityLinks
{
display: block;
margin: 0 0 0 -10px;
}

.Required
{
color: #a6a6a6;
font-weight: bold;
}

.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;

}

.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}


/************* Page Specific: Create Account / Login Page *************/
.CreateAccount
{
float: left;
width: 345px;
}

.CreateAccount h2
{
margin: 0 0 5px 0;
width: 100px;
}

.AccountLogin
{
float: left;
width: 290px;
}

*:first-child+html .AccountLogin
{
float: none;
margin: 0 0 0 15px;
padding: 0 0 0 45px;
border-left: 1px solid #6f6f6f;
}

.buttonCreateAccountLink
{
margin: 10px 0 0 10px;
}

.AccountLogin h2
{
margin: -10px 0 5px -10px;
width: 100px;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 190px;
	text-align: center;
}

.PrimaryProductDetails .ProductMain {
	width: 350px;
	float: left;
}
.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

.Availability { color:gray; }

.LittleNote
{
color: gray;
font-size: 11px;
margin: 3px 0 15px 3px;
}

html>body .LittleNote
{
margin: 3px 0 20px 0;
}

.ViewCartLink {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* Cart/Order/Item Contents Tables */
.CartContents
{
width: 650px;
margin: 10px 0;
border-color: #fff;
}

.CartContents thead tr th
{
background: #fff;
padding: 4px 10px;
text-align: left;
}

.CartContents .ProductName a {
	font-weight: bold;
}

.CartContents tbody td {
	padding: 4px 10px;
	vertical-align: top;
}

.CartContents tbody .SubTotal td
{
text-align: right;
font-weight: bold;
font-size: 12px;
color: #fff;
border-color: #fff;
}

.ProceedToCheckout {
	text-align: right;
}

.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ProductOptionList {
	margin-top: 5px;
	margin-bottom: 10px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 4px;
}

.ProductOptionList input {
	vertical-align: middle;

}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: #075899;
}

.MiniCart .CartProductOptionList {
	display: block;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}


/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; background: url('../images/blue/QuickSearchAllResultsButton.gif') no-repeat right; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon
{
background: #000;
border: 1px solid #272727;
width: 628px;
}

.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}


.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.ProductDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
}

.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;
}

.SearchTips .Examples {
	background: lightyellow;
	padding: 8px;
	border: 1px solid #aaa;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}

.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

 .SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.Content .WishlistProductList li {
	height: 20em;
}

.ShippingProviderList {
	list-style: none;
}

small {
	font-size: 11px;
	color: gray;
}

.HowToPay {
	margin: 0 0 20px 10px;
}

.ProductList em, .ProductList .Rating {
	display: block;
}

.ProductOptionList {
	display: block;
}

/*------------------------------------------------------------------------------------------
Goat Boy

Developed by Level Four Media
www.levelfour.com.au
------------------------------------------------------------------------------------------*/
body
{
font: 11px arial, helvetica, sans-serif;
color: #fff;
background: url(../../../images/goatboy/body_bg.jpg) repeat;
margin: 0;
}


div, span, id, class, img, p, form, h1, h2, h3, dl, dt, dd, ul, li
{
margin: 0;
padding: 0;
}

img
{
border: 0;
}

ul
{
list-style: none;
}

/*------------------------------------------------------------------------------------------
container
------------------------------------------------------------------------------------------*/
#container
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../../images/goatboy/container_bg.png', sizingMethod='scale');
margin: 0 auto;
padding: 0 67px 1px 67px;
width: 847px;
}

html>body #container
{
filter: none;
background: url(../../../images/goatboy/container_bg.png) repeat-y;
}

*:first-child+html #container
{
filter: none;
}

/*------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------*/
#header
{
color: #000;
background: #fff;
width: 846px;
height: 157px;
}

#header a:link, #header a:visited
{
color: #000;
text-decoration: none;
}

#header a:hover, #header a:active
{
color: #6f6f6f;
}

/*------------------------------------------------------------------------------------------
headerBugs
------------------------------------------------------------------------------------------*/
#headerBugs
{
float: left;
width: 725px;
height: 157px;
}

/*------------------------------------------------------------------------------------------
cart
------------------------------------------------------------------------------------------*/
#headerCart
{
float: left;
background: url(../../../images/goatboy/headerCart_bg.gif) repeat-x;
width: 121px;
height: 157px;
}

#headerCart .cart
{
float: right;
background: url(../../../images/goatboy/header_cartArrow.gif) no-repeat right 12px;
padding: 8px 7px 0 0;
}

#headerCart .strapLine h1
{
font: 11px arial, helvetica, sans-serif;
color: #000;
padding: 50px 0 0 5px;
width: 110px;
text-align: right;
}

html>body #headerCart .strapLine h1
{
padding: 60px 0 0 5px;
}

#headerCart .cartBlog
{
float: right;
background: none;
}

#headerCart .register
{
padding: 45px 6px 0 0;
text-align: right;
}

html>body #headerCart .register
{
padding: 60px 6px 0 0;
}

*:first-child+html #headerCart .register
{
padding: 40px 6px 0 0;
}

/*------------------------------------------------------------------------------------------
navigation
------------------------------------------------------------------------------------------*/
#navigation
{
height: 33px;
}

#navigation img
{
display: block;
}

#navigation li
{
float: left;
}

/*------------------------------------------------------------------------------------------
slideshow
------------------------------------------------------------------------------------------*/
#slideshow
{
height: 185px;
}

/*------------------------------------------------------------------------------------------
flash
------------------------------------------------------------------------------------------*/
#flash
{
with: 847px;
height: 184px;
}

/*------------------------------------------------------------------------------------------
content
------------------------------------------------------------------------------------------*/
#content
{
background: #000;
margin: 3px 3px 2px 5px;
height: 900px;
}

html>body #content
{
margin: 2px 3px;
height: auto;
min-height: 900px;
}

*:first-child+html #content
{
margin: 3px 3px 2px 5px;
}

#content:after
{
clear: both; 
display: block;
content: "."; 
height: 0; 
visibility: hidden;
padding: 0 0 30px 0;
}

#content h1.form
{
font: bold 16px arial, helvetica, sans-serif;
color: #fff;
background: url(../../../images/goatboy/form_header_bg.jpg) no-repeat 0 2px;
padding: 15px 0 0 8px;
width: 831px;
height: 45px;
}

html>body #content h1.form
{
background: url(../../../images/goatboy/form_header_bg.jpg) no-repeat 2px 2px;
}

*:first-child+html #content h1.form
{
background: url(../../../images/goatboy/form_header_bg.jpg) no-repeat 0 2px;
}

#content h2.form
{
font: bold 12px arial, helvetica, sans-serif;
color: #fff;
padding: 0 0 5px 10px;
}

#content h5
{
font: bold 13px arial, helvetica, sans-serif;
color: #fff;
margin: 0 0 0 10px;
}

#content p
{
padding: 0 10px 10px 10px;
}

#content.blog
{
background: url(../../../images/goatboy/blog_bg.gif) repeat-y;
margin: 0;
}

#content img
{
padding: 5px 0 0 5px;
}

#content .homepageShirt
{
padding: 0 1px 0 0;
}

#content .homepageAd
{
margin: 0 0 0 -2px;
}

#content fieldset
{
border: none;
margin: 0 0 15px 0;
padding: 5px 10px 0 10px;
}

#content label
{
float: left;
width: 120px;
}

#content input
{
margin: 0 0 3px 0;
}

*:first-child+html #content input
{
border: none;
}

#content .inputLabel
{
font: 12px arial, helvetica, sans-serif;
color: #a6a6a6;
}

*:first-child+html #content .inputLabel
{
margin: 5px 5px 0 0;
}

#content legend
{
font: bold 12px arial, helvetica, sans-serif;
color: #fff;
margin: 0 0 3px -8px;
}

html>body #content legend
{
margin: 0 0 0 -1px;
}

*:first-child+html #content legend
{
margin: 0 0 5px -8px;
}

#content .alert
{
font: 12px arial, helvetica, sans-serif;
color: #fff;
padding: 0 0 0 5px;
}

#content a:link, #content a:visited
{
font: 11px arial, helvetica, sans-serif;
color: #9d9fa1;
text-decoration: none;
}

#content a:hover, #content a:active
{
color: #fff;
text-decoration: none;
}


#content .shoppingCartContents
{
padding: 0 0 0 5px;
}

#content .shoppingCartContents td
{
padding: 0 0 10px 5px;
}

/*------------------------------------------------------------------------------------------
contentInternal
------------------------------------------------------------------------------------------*/
#contentInternal
{
font: 14px arial, helvetica, sans-serif;
color: #fff;
margin: 5px 0 0 0;
padding: 3px 0 30px 0;
}

#inbetween:after
{
clear: both; 
display: block;
content: "."; 
height: 0; 
visibility: hidden;
}

#contentInternal a:link, #contentInternal a:visited
{
font: 14px arial, helvetica, sans-serif;
}

#contentInternal p
{
padding: 0 10px 10px 10px;
width: 650px;
}

#contentInternal ol 
{
margin: -5px 0 5px 0;
}

#contentInternal h2
{
color: #fff;
font: bold 14px arial, helvetica, sans-serif;
padding: 12px 10px 5px 10px;
width: 650px;
}

#contentInternal h5
{
margin: 3px 0 10px 10px;
padding: 0;
font: 10px arial, helvetica, sans-serif;
color: #fff;
}

#contentInternal img
{
background: none;
padding: 0;
margin: 0;
}

#contentInternal label
{
padding: 0 30px 0 0;
}

#contentInternal address
{
font: normal;
}

#contentInternal img.bio
{
background: none;
padding: 10px 0 30px 60px;
}

#contentInternal table.createAccount
{
clear: left;
}

#contentInternal table.createAccount ul
{
margin: 0 0 18px 12px;
}

#contentInternal table .createAccountLink
{
margin: 0 0 0 10px;
}

#contentInternal .buttonLogin
{
margin: 10px 0 24px 122px;
}

html>body #contentInternal .buttonLogin
{
margin: 10px 0 40px 119px;
}

#contentInternal a:link.forgotPassword, #contentInternal a:visited.forgotPassword
{
display: block;
}

#contentInternal .buttonForgotPassword
{
margin: 0 0 0 173px;
}

html>body #contentInternal .buttonForgotPassword
{
margin: 0 0 0 170px;
}

#contentInternal .accountList li
{
padding: 0 0 9px 10px;
width: 600px;
}

AccountOrderStatusItem.html
/*------------------------------------------------------------------------------------------*/

#contentInternal h3.orderStatus 
{
margin: -29px 0 0 0;
padding: 3px 0 3px 10px;
}

html>body #contentInternal h3.orderStatus 
{
margin: 0;
padding: 3px 0 3px 10px;
}

#contentInternal h3.accountOrderItem 
{
padding: 0 0 3px 10px;
}

#contentInternal strong.OrderItemList
{
display: block;
margin: 5px 0;
}

#contentInternal .OrderItemList
{
padding: 0 0 0 10px;
}

#contentInternal ul.OrderItemList 
{
padding: 0 0 4px 10px;
}

#contentInternal .orderDetailsView
{
margin: 10px 11px 0 0;
}

#contentInternal .accountOrderStatusItem
{
margin: 80px 11px 0 0;
}

html>body #contentInternal .accountOrderStatusItem 
{
margin: 66px 11px 0 0;
}

#contentInternal li .AccountOrdersList
{
padding: 40px 0 0 0;
}


/*------------------------------------------------------------------------------------------
details
------------------------------------------------------------------------------------------*/
#details
{
margin: 4px 0 0 4px;
height: 600px;
}

html>body #details
{
margin: 4px 0 0 4px;
height: auto;
min-height: 700px;
}

*:first-child+html #details
{
margin: 4px 0 0 4px;
}

/*------------------------------------------------------------------------------------------
image
------------------------------------------------------------------------------------------*/
#image
{
float: left;
width: 418px;
}

#image img
{
background: url(../../../images/goatboy/large_bg.jpg) no-repeat;
padding: 5px;
}

/*------------------------------------------------------------------------------------------
details
------------------------------------------------------------------------------------------*/
#infoBox
{
float: left;
margin: 0 0 0 2px;
width: 418px;
}

/*------------------------------------------------------------------------------------------
thumbs
------------------------------------------------------------------------------------------*/
#thumbs
{
clear: left;
}

html>body #thumbs
{
margin: 3px 2px 0 0;
}

*:first-child+html #thumbs
{
margin: 0;
}

#thumbs img
{
background: url(../../../images/goatboy/thumbs_bg.jpg) no-repeat;
padding: 3px;
}

/*------------------------------------------------------------------------------------------
description
------------------------------------------------------------------------------------------*/
#description
{
background: #585858 url(../../../images/goatboy/infoBox_bg.gif) repeat-x;
border: 2px solid #262626;
padding: 5px 10px 0 10px;
width: 395px;
height: 196px;
}

#description p
{
font-size: 12px;
width: 240px;
margin: -8px 0 0 0;
padding: 0;
}

html>body #description p
{
margin: 0;
}

*:first-child+html #description p
{
margin: -8px 0 0 0;
}

#description h1
{
font: 24px arial, helvetica, sans-serif;
color: #fff;
border-bottom: 2px solid #262626;
margin: 0 0 15px 0;
text-align: left;
text-transform: uppercase;
}

#description h1 .girls
{
background: url(../../../images/goatboy/icons_girls_details.gif) no-repeat right;
padding: 0 35px 0 0;
}

#description a:link, #description a:visited
{
color: #fff;
text-decoration: none;
}

#description a:hover, #description a:active
{
text-decoration: underline;
}

#description .nakedLink a:link, #description .nakedLink a:visited
{
font: 11px arial, helvetica, sans-serif;
color: #fff;
text-decoration: none;
}

#description a:hover, #description a:active
{
color: #fff;
text-decoration: none;
}

/*------------------------------------------------------------------------------------------
text
------------------------------------------------------------------------------------------*/
#text table
{
width: 395px;
}

#text .description
{
padding: 0 20px 0 0;
}

#text img.logo
{
background: none;
margin: 0 0 3px 0;
}

#text img.icons
{
background: none;
border: none;
padding: 6px 6px 0 0;
}

#text a.sizeChart
{
padding: 0 1px 0 0;
}

/*------------------------------------------------------------------------------------------
availability
------------------------------------------------------------------------------------------*/
#availability
{
float: left;
background: url(../../../images/goatboy/availabilityChart_bg.gif) no-repeat;
width: 128px;
height: 106px;
}

#availability p
{
padding: 0 0 3px 0;
}

#availability .size
{
float: left;
margin: 20px 0 0 0;
padding: 0 0 0 11px;
width: 22px;
}

#availability .quantity
{
float: left;
margin: 20px 0 0 0;
padding: 0 0 0 25px;
width: 60px;
}

#availability .sizeChart
{
padding: 25px 0 0 0;
}

/*------------------------------------------------------------------------------------------
design
------------------------------------------------------------------------------------------*/
#design
{
float: left;
margin: 3px 0 0 0;
}

#design img
{
background: url(../../../images/goatboy/shirt_bg.jpg) no-repeat;
padding: 5px;
}

/*------------------------------------------------------------------------------------------
price
------------------------------------------------------------------------------------------*/
#price
{
background: #585858 url(../../../images/goatboy/infoBox_bg.gif) repeat-x;
margin: 3px 0 0 3px;
border: 2px solid #262626;
width: 203px;
height: 204px
}

html>body #price
{
float: left;
width: 203px;
}

#price h2
{
font: 28px arial, helvetica, sans-serif;
color: #fff;
background: url(../../../images/goatboy/divider_horizontal_price.gif) no-repeat 15px 38px;
margin: 8px 0 0 -3px;
padding: 0 0 15px 0;
text-align: center;
}

#price h5
{
font: bold 12px arial, helvetica, sans-serif;
color: #fff;
padding: 10px 13px 0 5px;
}

#price h5 a:link, #price h5 a:visited
{
font: bold 12px arial, helvetica, sans-serif;
color: #000;
text-decoration: none;
}

#price h5 a:hover, #price h5 a:active
{
font: bold 12px arial, helvetica, sans-serif;
text-decoration: underline;
}

#price select
{
font: 12px arial, helvetica, sans-serif;
color: #000;
margin: 3px 0 9px 45px;
}

#price input
{
margin: 0 0 0 47px;
}

/*------------------------------------------------------------------------------------------
attributes
------------------------------------------------------------------------------------------*/
#attributes
{
background: url(../../../images/goatboy/divider_vertical_attributes.gif) no-repeat 50px 0px;
margin: 0 0 0 48px;
width: 112px;
height: 50px;
}

#attributes img
{
clear: left;
background: none;
margin: 9px 0 0 0;
padding: 0;
}

#attributes p
{
padding: 5px 0 5px 6px;
}

#attributes .attribute
{
float: left;
width: 61px;
}

#attributes .attributeDetail
{
float: left;
margin: 0 0 8px 0;
}

/*------------------------------------------------------------------------------------------
productAttributes
------------------------------------------------------------------------------------------*/
#productAttributes select
{
font: 12px arial, helvetica, sans-serif;
color: #000;
margin: 2px 0 7px 22px;
width: 160px;
}

#productAttributes .VariationOutOfStockMessage
{
font: 12px arial, helvetica, sans-serif;
color: #fff;
padding: 0 28px;
}

/*------------------------------------------------------------------------------------------
checkout
------------------------------------------------------------------------------------------*/
#checkout
{
margin: -6px 0 0 0;
}

html>body #checkout
{
margin: -3px 0 0 0;
}

#checkout img
{
background: none;
}

#checkout h3
{
font-size: 16px;
color: #fff;
}

#checkout dl
{
float: left;
background: url(../../../images/goatboy/divider_horizontal_dotted.gif) repeat-x bottom;
margin: 0 0 -3px 0;
padding: 7px 0 0 0;
}

html>body #checkout dl
{
float: left;
margin: 0;
padding: 5px 0 1px 0;
}

#checkout dt.details ul
{
margin: 21px 0 0 0;
}

#checkout dt.details ul.checkoutOptions
{
margin: 0;
}

*:first-child+html #checkout input.qtyInput
{
position: relative;
left: 160px;
}

#checkout dt.details li
{
padding: 0 0 12px 165px;
}

#checkout dt.details li.title
{
padding: 0 0 20px 165px;
text-transform: capitalize;
}

#checkout dt.details li.title a:link, #checkout dt.details li.title a:visited
{
color: #fff;
text-decoration: none;
}

#checkout dt.details li.title a:hover, #checkout dt.details li.title a:active
{
color: #afafaf;
}

#checkout dd
{
float: left;
background: url(../../../images/goatboy/checkout_bg.gif) no-repeat 2px 2px;
width: 152px;
height: 152px;
}

#checkout dt.details
{
float: left;
background: url(../../../images/goatboy/checkout_details_bg.jpg) no-repeat 3px 2px;
width: 656px;
height: 160px;
}

*:first-child+html dt.details
{
width: 630px;
}

*:first-child+html #checkout dt.details input
{
margin: 0 0 -3px 0;
}

*:first-child+html #checkout dt.remove .cost
{
margin: 10px 0 0 0;
}

#checkout dt.details input
{
font: 11px arial, helvetica, sans-serif;
color: #fff;
background: #000;
border: 1px solid #000;
margin: 0 0 0 160px;
padding: 0 4px;
width: 22px;
}

#checkout dt.remove
{
float: right;
margin: -51px 5px 0 0;
text-align: right;
width: 140px;
}

#checkout dt.remove .removeItem a:link, #checkout dt.remove .removeItem a:visited
{
text-align: right;
color: #a6a6a6;
background: url(../../../images/goatboy/button_removeItem.gif) no-repeat right;
padding: 1px 18px 3px 0;
text-decoration: none;
}

#checkout dt.remove .removeItem a:hover, #checkout dt.remove .removeItem a:active
{
color: #fff;
background: url(../../../images/goatboy/button_removeItem_hover.gif) no-repeat right;
}

#checkout dt.remove .removeItem
{
float: left;
width: 140px;
}

#checkout dt.remove .cost
{
float: left;
font: bold 14px arial, helvetica, sans-serif;
margin: 12px 0 0 0;
text-align: right;
width: 140px;
}

/*------------------------------------------------------------------------------------------
updateTotals
------------------------------------------------------------------------------------------*/
#updateTotals
{
clear: left;
background: url(../../../images/goatboy/divider_horizontal_dotted.gif) repeat-x bottom;
margin: 0 -7px 0 0; 
padding: 10px 0 3px 0;
height: 25px;
text-align: right;
}

html>body #updateTotals
{
margin: 0 -3px 0 0; 
}

*:first-child+html #updateTotals
{
margin: 0 -10px 0 0; 
padding: 7px 0 2px 0;
}

#updateTotals input
{
font: bold 14px arial, helvetica, sans-serif;
color: #fff; 
background: none;
border: none;
cursor: pointer;
}

/*------------------------------------------------------------------------------------------
totalCost
------------------------------------------------------------------------------------------*/
#totalCost
{
height: 56px;
}

#totalCost h3
{
font: bold 16px arial, helvetica, sans-serif;
padding: 22px 0 0 0;
text-align: right;
}

#totalCost img
{
float: right;
margin: 4px 7px 0 10px;
}

html>body #totalCost img
{
margin: 4px 5px 0 10px;
}

*:first-child+html #totalCost img
{
margin: 4px 5px 0 0;
}

/*------------------------------------------------------------------------------------------
divider
------------------------------------------------------------------------------------------*/
#divider
{
clear: left;
background: url(../../../images/goatboy/divider_horizontal_dotted.gif) repeat-x 0 5px;
margin: 0 0 50px 3px;
padding: 0 5px 5px 0;
height: 2px;
text-align: right;
}

html>body #divider
{
margin: 0 2px 50px 2px;
}

*:first-child+html #divider
{
margin: 0 0 50px 3px;
}

#divider img
{
background: none;
padding: 15px 0 0 0;
}

#divider a:link, #divider a:visited
{
color: #a6a6a6;
text-decoration: none;
}

#divider a:hover, #divider a:active
{
color: #fff;
}

#divider .notes
{
font-weight: bold;
}

#divider .notes p
{
padding: 0 0 10px 0;
}

/*------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------*/
#footer
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../../images/goatboy/footer_bg.png', sizingMethod='scale');
margin: 0 auto;
padding: 0 67px;
width: 847px;
height: 90px;
}

html>body #footer
{
background: url(../../../images/goatboy/footer_bg.png) no-repeat;
}

*:first-child+html #footer
{
filter: none;
}

#footer p
{
color: #6b6b6d;
margin: 25px 0 0 0;
float: left;
}

#footer img
{
float: right;
margin: 16px 0 0 0;
}

#footer .credits
{
margin: 0 0 0 20px;
}

#footer .credits a:link, #footer .credits a:visited
{
color: #6b6b6d;
text-decoration: none;
}

#footer .credits a:hover, #footer .credits a:active
{
color: #b0b0b0;
}

/*------------------------------------------------------------------------------------------
form
------------------------------------------------------------------------------------------*/
#form
{
color: #fff;
padding: 10px 0 0 10px;
}

#form h4
{
font: bold 12px arial, helvetica, sans-serif;
color: #fff;
margin: 0 0 15px 0;
}

#form td.field
{
width: 120px;
height: 30px;
}

#form td.input
{
width: 120px;
}

#form .textField
{
font: 12px arial, helvetica, sans-serif;
border: 1px solid #9da0a1;
padding: 4px 0 1px 3px;
width: 187px;
height: 18px;
}

#form select
{
font: 12px arial, helvetica, sans-serif;
border: 1px solid #9da0a1;
padding: 2px 0 2px 3px;
width: 192px;
height: 23px;
}

html>body #form select
{
margin: -3px 0 0 0;
}

#form textarea
{
font: 12px arial, helvetica, sans-serif;
padding: 3px;
border: 1px solid #9da0a1;
margin: 1px 0 1px 0;
width: 184px;
height: 200px;
overflow: auto;
}

#form .error
{
display: none;
font: bold 12px arial, helvetica, sans-serif;
color: #fff;
padding: 0 0 0 10px;
width: 310px;
}

#form .errorMessage
{
display: none;
font: bold 12px arial, helvetica, sans-serif;
color: #fff;
padding: 0 0 0 10px;
width: 310px;
}

#form .button
{
padding: 15px 0 0 0;
}

#form .smallText
{
clear: left;
font: 10px arial, helvetica, sans-serif;
color: #fff;
padding: 5px 0 0 0;
}

#form .mandatory
{
font: 12px arial, helvetica, sans-serif;
color: #a6a6a6;
padding: 0 5px;
}

#form .special
{
width: 5px;
visibility: hidden;
}

*:first-child+html #form .textField
{
margin: 13px 0 15px 0;
}

*:first-child+html #form select
{
margin: 13px 0 0 0;
}

*:first-child+html #form textarea
{
margin: 13px 0 0 0;
}

*:first-child+html #form .error
{
margin: -34px 0 0 0;
}

/*------------------------------------------------------------------------------------------
blog
------------------------------------------------------------------------------------------*/
#blog
{
font: 12px arial, helvetica, sans-serif;
color: #5c5c5c;
}

#blog #columLeft
{
float: left;
padding: 15px 0 40px 15px;
width: 610px;
}

#blog #columLeft:after
{
clear: both; 
display: block;
content: "."; 
height: 0; 
visibility: hidden;
}

#blog #columLeft h2, #blog #columLeft h2 a:link, #blog #columLeft h2 a:visited
{
font: bold 13px arial, helvetica, sans-serif;
color: #000;
padding: 0 0 3px 0;
text-transform: uppercase;
text-decoration: none;
width: 500px;
}

#blog #columLeft h3

{
font: bold 12px arial, helvetica, sans-serif;
color: #000;
padding: 0 0 3px 0;
}

#blog #columLeft h2 a:hover, #blog #columLeft h2 a:active
{
color: #5c5c5c;
}

#blog #columLeft p
{
padding: 0 0 8px 0;
width: 550px;
}

#blog #columLeft img
{
padding: 0;
}

#blog #columLeft .post
{
font: 10px arial, helvetica, sans-serif;
color: #ed6912;
background: url(http://goatboy.com.au/images/goatboy/divider_horizontal_dotted.gif) repeat-x bottom;
margin: 0 0 10px 0;
padding: 15px 0 8px 0;
width: 597px;
text-transform: uppercase;
}

#blog #columLeft .date
{
font: 11px arial, helvetica, sans-serif;
margin: -17px 15px 0 0;
color: #000;
text-align: right;
}

#blog #columLeft .comment
{
background: url(http://goatboy.com.au/images/goatboy/blog_comment.gif) no-repeat 1px 2px;
padding: 0 0 0 20px;
}

#blog #columLeft .post a:link, #blog #columLeft .post a:visited
{
color: #d66114;
text-decoration: none;
}

#blog #columLeft .post a:hover, #blog #columLeft .post a:active
{
color: #202020;
text-decoration: none;
}

#blog #columLeft .comment
{
background: url(http://goatboy.com.au/images/goatboy/blog_comment.gif) no-repeat 1px 2px;
padding: 0 0 0 20px;
}

#blog #columLeft ol
{
margin: 5px 0 10px 0;
padding: 0 0 0 23px;
}

html>body #blog #columLeft ol
{
padding: 0 0 0 18px;
}

*:first-child+html #blog #columLeft ol
{
padding: 0 0 0 58px;
}

#blog #columLeft input
{
font: 12px arial, helvetica, sans-serif;
border: 1px solid #9da0a1;
padding: 2px 0 0 3px;
height: 18px;
}

#blog #columLeft label
{
width: 50px;
}

#blog #columLeft .mandatory
{
color: #000;
}

#blog #columLeft input.button
{
border: none;
padding: 0;
width: 109px;
height: 42px;
}

#blog #columLeft textarea
{
border: 1px solid #9da0a1;
width: 550px;
overflow: auto;
}

#blog #sidebar
{
float: left;
padding: 15px 15px 0 10px;
width: 185px;
}

html>body #blog #sidebar
{
padding: 15px 15px 0 15px;
width: 192px;
}

#blog #columLeft a:link, #blog #columLeft a:visited
{
font: 10px arial, helvetica, sans-serif;
color: #d66114;
text-decoration: none;
}

#blog #columLeft a:hover, #blog #columLeft a:active
{
color: #202020;
}

#blog #sidebar h2
{
font: bold 12px arial, helvetica, sans-serif;
color: #5c5c5c;
padding: 1px 0 10px 0;
text-transform: uppercase;
}

#blog #sidebar p
{
margin: 5px 0 0 -10px;
}

#blog #sidebar ul
{
padding: 0 0 3px 0;
}

#blog #sidebar li
{
font: 11px arial, helvetica, sans-serif;
}

#blog #sidebar .divider
{
background: url(http://goatboy.com.au/images/goatboy/divider_horizontal_dotted.gif) repeat-x;
margin: 10px 0 0 0;
width: 185px;
}

html>body #blog #sidebar .divider
{
width: 192px;
}

#blog #sidebar a:link, #blog #sidebar a:visited
{
color: #5c5c5c;
text-decoration: none;
}

#blog #sidebar a:hover, #blog #sidebar a:active
{
color: #202020;
}