/*---
Naswell Corporation
www.naswell.com.au
Adapted by Breno Pittoli on 07/2008
---*/

body {
	margin:0;
	padding:0;
	background:#A5A5A5 url('../styleImages/backgrounds/pageBg.jpg') repeat-x;
	color: #333;
	font: 13px/18px Arial, "Trebuchet MS", Verdana, sans-serif;
}
#PageOuter {
	margin:0 auto;
	padding:0;
	background:#FFF;
	width:955px;
	height:100%;
	position:relative;
}
#Header {
	height:136px;
	width:949px;
	margin:0;
	border:3px solid #FFF;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background:#000 url('../styleImages/backgrounds/header01.gif') 200px 0 no-repeat;
	}
#Header h1 {
	margin:0;
	padding:0;
	background:transparent url('../../../images/logos/ivanhoecycles-logo.png') no-repeat;
	width:200px;
	height:136px;
	text-indent:-10000px;
	float:left;
	}
h1 a:link, h1 a:visited {
	width:200px;
	height:136px;
	display:block;
	}
#ShoppingBasket {
	padding:2px;
	width:240px;
	display:table;
	background:#000;
	position:absolute;
	z-index:3;
	top:3px;
	right:3px;
}
#ShoppingBasket * {
	color:#FFF;
}
#ShoppingBasket h3 {
	margin:0;
	padding:0;
/*	background:transparent url('../styleImages/icons/basket01.gif') 10px 3px no-repeat;
	text-indent:33px;*/
	font-size:18px;
	line-height:25px;
	text-align:center;
}
#ShoppingBasket h3 a:link, #ShoppingBasket h3 a:visited {
	color:#FB0;
	text-decoration:none;
}
#ShoppingBasket h3 a:hover {
	color:#FFF;
}
#SBButton a:hover {
	color:#F40;
}
#SBButton {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#SBButton a {
	text-decoration:none;
}
#userBar {
	background:#4B4B4B;
	height:30px;
	position:relative;
}
#tickerWrapper {
	width:500px;
	left:215px;
	position:absolute;
	z-index:1;
}
#tickerBase {
	width:100%;
	height:30px;
	position:relative;
	overflow:hidden;
}
.ticker {
	position:relative;
	visibility:hidden;
	width:100%;
	top:0;
	left:0;
}
.tickerText {
	color:#FFF;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	line-height:30px;
}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size:11px;
	color:#FFF;
	text-transform:uppercase; 
	}

#Currency{
	padding:15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-transform:capitalize;
	margin:0;
	padding:5px 15px 0 5px;
	position:absolute;
	right:0;
	top:0;
	background:#4B4B4B;
	z-index:2;
	} 
#Login * {
	margin:0;
	padding:0;
	}
#Login a {
	text-decoration:none;
	color:#FFF;
	}
#Login a:hover {
	color:#F90;
	text-decoration:underline;
}

/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	margin:2px;
	padding:0;
	background:#E2E2E2;
	position:relative;
	width:206px;
	height:100%;
	float:left;
	z-index:15;
	}
#Categories, #CartNav {
	margin:0;
	padding:0;
	width:206px;
	background:#FFDEAD;
	display:table;
}
#Categories h3, #CartNav h3 {
	margin:0;
	padding:0;
	background:#FFDEAD url('../styleImages/backgrounds/bkgd_3.jpg') no-repeat;
	height:29px;
	line-height:29px;
	font-size:14px;
	color:#FFF;
	text-align:center;
}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color:#FFF;
	height:30px;
	width:100%;
	border-bottom:1px dotted #FFF;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color:#FFF;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color:#C6EADD;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin:0 0 5px 0;
	padding:0 0 2px 0;
	width:185px;
	}

.LeftBox a {
	color:#FFF;
	text-decoration:none;
	}

.LeftBox a:hover {
	color:#C6EADD;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
#Subscribe {margin:0; padding:0; width:206px; background:#E6F6CD; text-align:center;}
#Subscribe h3 {	margin:0; padding:0; background:#FFDEAD url('../styleImages/backgrounds/bkgd_5.png') repeat-x; height:29px; line-height:29px; font-size:14px; color:#FFF; text-align:center;}
#Subscribe p {margin:5px; font-size:11px; color:#666; text-align:left; line-height:14px;}
#Subscribe form, #Subscribe fieldset {margin:0; padding:0; border:0;}
#Subscribe label {margin:3px 0; width:185px; display:block; font-size:11px; color:#666; font-weight:bold; text-align:right;}
#Subscribe #firstName, #Subscribe #lastName, #Subscribe #email, #Subscribe #mobile {width:110px;}
#Subscribe form p {margin:0; text-align:center;}
#Subscribe form a {font-size:9px;	color:#C30; text-decoration:none;}
#Subscribe form a:hover {color:#333;}
#btSubscribe {
	padding:2px;
	background:#F57F1F;
	border:1px solid #FFF;
	line-height:20px;
	width:100px;
	height:25px;
	color:#000;
	font-size:10px;
	text-align:center;
	cursor:pointer;
}
#btSubscribe:hover {
	background:#8BF50C;
}



/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color:#FFF;
	background:#677;
	}

/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav, #cart-nav {
	margin:0;
	padding:5px 0;
	list-style:none;
	width:202px;
	font-size:12px;
	color:#03F;
	float:left;
	display:inline; /*fixes IE6 float bug*/
	}
.ul-nav, .li-nav {
	font-size:13px;
	font-weight:bold;
	display:block;
	}
.ul-nav{
	padding:0;
	font-size:11px;
	}
.li-nav {
	background:transparent url('../styleImages/icons/nav01.png') 8px 7px no-repeat;
	text-indent:22px;
	float:left;
	position:relative;
	}
.li-nav .ul-nav {
	display:none;
	position:absolute;
	margin-top:-19px;
	left:195px;
	background-color:#FFDEAD;
	border:none;
	z-index:10;
	font-size:12px;
	}

.li-nav a{
	padding: 2px;
	width: 198px;
	display: block;
	color:#333;
	text-decoration:none;
	}

.li-nav a:hover{
	color:#F63;
	}

a.hassubmenu{
	background:transparent url('../styleImages/more.gif') 190px 8px no-repeat;
}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color:#F63;}



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	}
ul#CartNav li {
	margin:0;
	padding:0;
	}
ul#CartNav li a {
	background-image:url(../styleImages/more.gif);
	background-repeat:no-repeat;
	background-position:5px 6px;
	padding:2px 2px 2px 15px;
	color:#333;
	background:#FFF;
	text-decoration:none;
	}
ul#CartNav li  a:hover{
	background-image:none;
	padding:2px 2px 2px 15px;
	color:#6F9994;
	background:#FFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#FeaturedProd * {
	margin:0;
	padding:0;
}
#FeaturedProd h3 {
	background:#FFDEAD url('../styleImages/backgrounds/bkgd_4.jpg') no-repeat;
	height:29px;
	line-height:29px;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
#RandProduct {
	height:100%;
	text-align:center;
	padding:5px 3px;
	background:#CEF7FF;
	}
#RandProduct img {
	border:none;
	}
#RandProduct p {
	font-size:12px;
	display:block;
	}
#RandProduct a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#RandProduct a:hover {
	color:#F63;
}

/**CARDS ACCEPTED 
********************/
#Cards {margin:0; padding:0; height:100% !important; text-align:center; clear:both;}
#Cards h3 {margin:0; padding:0; background:#E2E2E2 url('../styleImages/backgrounds/bkgd_6.png') repeat-x; height:29px; line-height:29px; font-size:14px; color:#FFF; text-align:center;}
#Cards img {margin:10px 0;}
/**MAIN CONTENT SECTION
************************/
#Content {
	margin:0 !important;
	padding:2px 2px 0 0 !important;
	width:738px;
	float:right !important;
	}
#Content h1 {
	font-size:26px;
	color:#000;
}
table.defaultLinks a:link, table.defaultLinks a:visited {color:blue !important; text-decoration:underline !important;}
table.defaultLinks a:hover {color:#F60 !important; text-decoration:none !important;}

/**GENERAL HEADERS
********************/
.Title {
	color:#FFF;
	height:30px;
	padding:0;
	margin:0;
	}

.Title h1, #Announcement h1, #ProdDescription h2 {
	margin:0;
	padding:0;
	background:#FFDEAD url('../styleImages/backgrounds/bkgd_3.jpg') no-repeat;
	height:29px;
	line-height:29px;
	font-size:14px !important;
	text-indent:23px;
	color:#FFF !important;
	}

h2 {
	font-size:13px;
	color:#FFF;
	background:#677;
	font-weight:bold;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	font-size:15px;
	}

h4 {
	font-size:13px;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px; padding:3px 8px; background:#D7D7D7; font-size:11px; font-weight:bold; color:#000;}

.pagination {
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	margin:0 auto;
	padding:0;
	width:955px;
	height:44px;
	background:transparent url('../styleImages/backgrounds/sitedocs01.png') repeat-x;
	color:#FFF;
	text-transform:capitalize;
	font-size:12px;
	position:relative;
	display:block;
	clear:both;
	}
#SiteDocs p {
	padding:13px 0 0 15px;
	position:relative;
}
#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color:#FFF;
	text-decoration:none;
	}
#SiteDocs a:hover {
	color:#F60;
	}
#Copyright {
	position:absolute;
	right:15px;
	color:#999;
}

	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement, #ContentBox {padding:0; margin:0; position:relative;}
#Announcement h1, #ContentBox h1, #SingleProd h1 {font-size:14px; color:#FFF; position:relative;}
#send2friend {display:block; padding-right:20px; position:absolute; background:transparent url('/images/stf_icon01.png') right no-repeat; top:6px; right:10px;}
#send2friend a, #send2friend a:link, #send2friend a:visited {color:#FFF !important;}
#send2friend a:hover {color:#333 !important;}
#Announcement h3 {margin:5px; font-size:14px;}
#Announcement p {margin:5px 5px 0 5px; 	line-height:16px;}
#Announcement a, #Announcement a:link, #Announcement a:visited,
#ContentBox a, #ContentBox a:link, #ContentBox a:visited {color:#333; font-weight:bold; text-decoration:none;}
#Announcement a:hover, #ContentBox a:hover {color:#F60; text-decoration:underline;}
#Announcement ul * {margin:0; padding:0;}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	margin:15px 0 10px 0;
	padding:0;
	position:relative;
	}
#LatestProducts h2, #RelatedProducts h3 {
	margin:0;
	padding:0;
	background:#FFF url('../styleImages/backgrounds/bkgd_4.jpg') no-repeat;
	height:29px;
	line-height:29px;
	font-size:14px;
	text-indent:23px;
	color:#FFF;
}
#Inner {
	padding:0 5px;
	margin:0;
	list-style:none;
	height:100%;
	display:table;
	}
#Inner * {
	margin:0;
	padding:0;
	border:0;
}
#Inner li {
	border:1px solid #008EC3;
	margin:0 5px 5px 0;
	padding:0 5px;
	width:160px;
	height:190px;
	font-size:12px;
	text-align:center;
	display:block;
	float:left;
}
#Inner img {
	border:none;
	width:140px;
	height:100px;
}
#Inner a:link, #Inner a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	}
#Inner a:hover {
	color:#F60;
	}
.LPPrice {
	text-transform:uppercase;
	font-size:12px;
	color:#F00;
	display:block;
	}
.LPPrice span {
	font-size:11px;
	color:#333;
	display:block;
}

/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin:10px auto 5px;
	padding:0;
	width:100%;
	height:auto;
	}

.subCat {
	width:162px;
	height:180px;
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align:center;
	padding:5px;
	}

.subCat a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#C6EADD;
	}

.subCat img {
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right:10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#677;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/

.catview {
	margin:5px auto;
	padding:0;
	width:98%;
	border:1px solid #4B4B4B;
	}
.catview th {
	padding:0 3px;
	background:#4B4B4B;
	color:#FFF;
	font-weight:bold;
}
.catsep {
	border-bottom:1px dotted #CCC;
	padding:4px;
	}
.catsep h2, .catsep h2 a {
	font-size:13px;
	color:#000;
	background:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0 0 0;
	margin:0;
	}
.catsep h2 a:hover {
	background:#FFF;
	color:#F60;
	}
.catimage {
	padding:0;
	margin:0;
	width:150px;
	}
.catview a {
	color:#677;
	text-decoration:none;
	}
.catview p {line-height:12px;}
.catview .Price {color:#4B4B4B;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding:0;
	margin-bottom:20px;
	position:relative;
	z-index:1;
	}
	
#MainProdImage, #img_preview {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:390px;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color:#333;
	background:#FFF;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #DDD;
	border-bottom:1px dotted #DDD;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:14px;
	font-weight:bold;
	padding:20px 0 0 0;
	margin:0;
	text-align:center;
	color:#333;
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #DDD;
	border-left:1px dotted #DDD;
	}

#ProdReviews a {
	color:#333;
	background:#FFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration:underline; color:#06C;}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#333;
	background:#FFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#06C;
	background:#FFF;
	text-decoration:underline;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px 0;
	text-align:left;
	text-transform:uppercase;
	width:auto;
	margin:0;
	padding:0;
	}
#ProdOptions p {
	margin:15px 0;
	font-weight:bold;
	color:#F60;
}
#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color:#333;
	background:#FFF;
	}

.OptionsStyle {
	border:1px solid #CCC;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333;
	background:#FFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color:#333;
	background:#CCC;
	font-size:14px;
	margin:10px 10px 10px 0;
	padding:10px 10px 10px 0;
	position:relative; 
	text-align:right;
	}

#ProdBuyLogin {
	color:#333;
	background:#CCC;
	font-size:14px;
	width:730px;
	margin:10px 10px 10px 0;
	padding:5px 10px 5px 0;
	position:relative; 
	text-align:right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight:bold;
	color:#333;
	background:#FFF;
	text-decoration:none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float:left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color:#666; 
	background:#EEE;
	padding:3px;
	}	

.ReviewContent {
	padding:3px;
	font-style:italic;
	border-bottom:1px dotted #EEE;
	color:#333;
	background:#FFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color:#666;
	padding:3px;
	}

.Date {
	color:#666;
	float:right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color:#333;}

* html .LPInfo {width:100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align:center;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat-x;
	height:26px;
	color:#663366;
	}
