html {
	background-color:#4d839d;
}

body {
	margin: 0px;
	padding:0;	
	color: #000;
	font: 13px/20px "Trebuchet MS", Verdana, Arial, sans-serif;

}

#pageSurround {
	background: url(../styleImages/backgrounds/bgShadow.png) center repeat-y;
	width: 960px;
	margin: 0px auto;
	padding: 5px 5px 0 5px;
	color: #000;
}

#PageOuter {
	width:960px;
	margin:0 auto;
	padding:0;
}


#Header {
	text-align: right;
	height: 90px; 
	width: 960px;
	margin:0 0 0px 0;
	padding-bottom: 8px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/logo/goallinelogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color: #ffffff;
	color: #000;
	}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #000;
	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:11px;
	color: #000;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	} 

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

#Login a {
	color: #000;
	text-decoration:none;
	}

#Login a:hover {text-decoration:underline; color:#000;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	left: 0px;
	width: 190px; 
	padding:10px 0 0 5px;
	float: left;
	font-size:11px;
	z-index:20;
	background-color: #fff;
	}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	height: 30px;
	width:100%;
	xborder-bottom: 1px dotted #000;
	background:url(../styleImages/subHeader.png) top no-repeat;
	}


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

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

.subHeading h3 a:hover {
	color: #ffad00;
	text-decoration:none;
	border:none;
	}



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

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

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


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#000;
	
	}

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


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; 
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#3ab0d6;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #ffaa00;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFAD00;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}


#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}

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



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

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: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:750px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


#Content p {margin-left:10px;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}

.homeTitle {
	color:#990000;
	font-size:29px;
	font-family:"Times New Roman", Times, serif;
	padding-left:5px;
}

.prodTitle {
	color:#000;
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
}

h1 {
	font-size: 13px;
	color: #000;
	xbackground:#3AB0D6;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #FFFFFF;
	xbackground:#3AB0D6;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	xbackground:#3AB0D6;
	padding:6px 0pt 6px 5px;
	}


h4 {
	font-size: 13px;
	color: #6F9994;
	xbackground:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

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


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	xtext-align:center;
	margin:0;
	padding:7px 15px 0 0;
	color: #FFFFFF;
	background:#fff url(../styleImages/siteDocs.png) top no-repeat;
	text-transform:uppercase;
	font-size:12px;
	height:35px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
	}

#SiteDocs a:hover {
	color: #3AA8CC;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	background:#999999;
	}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
	}
	
	
.LPBox-r {
	text-align: center;
	width: 115px;
	height:200px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

/**LATEST PRODUCTS - HOMEPAGE - orginal 
******************************
.tableBg {
	background:url(../styleImages/tableBg.png) no-repeat;
	background-position: 10px 0;
	height:170px;
}
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height:200px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #FFAD00;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #3AB0D6;
	}*/
	
/*****new*****/
.latestProds {
    border-top:3px solid #6793a9;
    border-left:1px solid #6793a9;
    border-right:1px solid #6793a9;
    border-bottom:1px solid #6793a9;
    float:left;
    height:310px;
    margin-bottom:20px;
    margin-right:10px;
    overflow:hidden;
    position:relative;
    text-align:center;
    width:175px;
}

.latestProds-r {
    border-top:3px solid #6793a9;
    border-left:1px solid #6793a9;
    border-right:1px solid #6793a9;
    border-bottom:1px solid #6793a9;
    float:left;
    height:310px;
    margin-bottom:20px;
    margin-right:5px;
    overflow:hidden;
    position:relative;
    text-align:center;
    width:175px;
}

.latestProdsImage {
    border-bottom:1px dotted #6793a9;
    height:150px;
    margin:0 auto;
    margin-bottom:10px;
    margin-top:10px;
    text-align:left;
    vertical-align:top;
    width:150px;
}
.latestProdsName {
    margin:15px;
}
a.txtlatestProdsName {
    color:#666;
    font-size:90%;
    text-decoration:none;
}
a.txtlatestProdsName:hover {
    color:#000;
    font-size:90%;
    text-decoration:underline;
}
.latestProdsPrice {
    bottom:15px;
    position:absolute;
    left:0;
    width:175px;
}
.txtSale2 {
    color:#ff3300;
    font-size:18px;
    font-weight:700;
    letter-spacing:-1px;
    text-align:center;
}

.txtSale-r {
    color:#ff3300;
    font-size:18px;
    font-weight:700;
    letter-spacing:-1px;
    text-align:center;
}
.txtOldPrice {
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
}
.txtPrice {
    color:#ff3300;
    float:left;
    font-size:18px;
    font-weight:700;
    text-align:center;
}
.linkFill {
    display:block;
    width:100%;
    height:100%;
}

.txtPrice-r {
    color:#ff3300;
    font-size:18px;
    font-weight:700;
    text-align:center;
}


/**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 {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

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

.subCat img {
	/*border:1px solid #CCCCCC;*/
	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:#3AB0D6;
	text-decoration:none;
	}

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


.catview {
	margin:5px 0;
	padding:0;
	width:186px;

	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	border-left:1px dotted #CCC;
	padding-right:8px;
	padding-bottom:5px;	
	height:365px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #3AB0D6;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#FF9900;
	}

.catimage {
	padding:0;
	margin:0;
	width:auto;
	height:auto;

	}

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

.catview p {line-height:12px;}
.catview .Price {color: #3AB0D6; background: #FFFFFF;}

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

#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: #333333;
	background: #FFFFFF;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom:5px;
	font-weight:normal;
	background:url(../styleImages/prodInfo.png) top no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}
#lowerPrice {
	clear:both;
	}
#ProdPrice {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:20px;
	padding:20px 0 0 0;
	margin:0;
	text-align:left;
	color:#00689B; 
	background:#FFFFFF;
	}

#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 #cccccc;
	border-left:1px dotted #cccccc;
	background:#FFFFFF;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #990000;}

#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:#00689B;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#990000;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #000;
	background: #FFFFFF;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

.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:#333333;
	background: #FFFFFF;
	}

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


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #ffffff;
	background:url(../styleImages/butIt.png) top no-repeat;
	font-size:14px;
	width:742px;
	margin:0 0 0 0;
	padding: 10px 10px 10px 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: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

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

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

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

.ReviewRatings{
	color: #ffffff; 
	background: #3AB0D6;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #FFAA00;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #ffaa00;
	background: #FFFFFF;
	float: right;
	}


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

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

/** Round Corners Code
***********************/
.roundCorner{display:block}
.roundCorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eeeeee}
.roundCorner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7;
  background:#f2f2f2}
.roundCorner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f1f1f1}
.roundCorner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;}
.roundCorner4{
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7}
.roundCorner5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.roundCornerfg{
  background:#eeeeee}
  
.roundCorners2{display:block}
.roundCorners2 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#515151}
.roundCorners21{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b4b4b4;
  border-right:1px solid #b4b4b4;
  background:#7c7c7c}
.roundCorners22{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  background:#727272}
.roundCorners23{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #727272;
  border-right:1px solid #727272;}
.roundCorners24{
  border-left:1px solid #b4b4b4;
  border-right:1px solid #b4b4b4}
.roundCorners25{
  border-left:1px solid #7c7c7c;
  border-right:1px solid #7c7c7c}
.roundCorners2fg{
  background:#515151}

.roundCorners2fg a{
  color:#fff;
  font-size:18px;}
.roundCorners2fg a:hover{
  color:#0099FF}
  /***** how to use *****/
/*  <div>
  <b class="roundCorner">
  <b class="roundCorner1"><b></b></b>
  <b class="roundCorner2"><b></b></b>
  <b class="roundCorner3"></b>
  <b class="roundCorner4"></b>
  <b class="roundCorner5"></b></b>

  <div class="roundCornerfg">
  
	------CONTENT HERE-----

  </div>

  <b class="roundCorner">
  <b class="roundCorner5"></b>
  <b class="roundCorner4"></b>
  <b class="roundCorner3"></b>
  <b class="roundCorner2"><b></b></b>
  <b class="roundCorner1"><b></b></b></b>
  </div>*/
