/* CSS Document                  */
/* ----- ----- ----- ----- ----- */


/* DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT | DEVELOPMENT */


/* ----- ----- ----- ----- ----- */
/* GENERAL CSS COLOURS           */
/* ----- ----- ----- ----- ----- */





/* Standard Text */

p {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Ordered List Text */

li {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

/* User Account Tabs Text */

.headertext {
	font-family: Arial;
	font-size: 11px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

/* Website Page Title Text (Located At The top & Bottom Of News & Forum Sections) */

.newsheadertitle {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

/* Website Page Title Text (Located Top Of Pages & Throughout News & Forum Sections) */

.newstitle {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

/* Website Page Title Text (Located On Pages & Throughout News & Forum Sections) */

.titleclicktoview {
	font-family: Arial;
	font-size: 11px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
}

/* Article Title Text (Located In News & Forum Section) */

.newsarticletitle {
	font-family: Arial;
	font-size: 31px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

/* Article Title Text (Located In News & Forum Section) */

.newsarticletext {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

/* Article Title Text (Located In News & Forum Section) */

.textpostdetails {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
}

/* Subtitle Text (Located In Add & Edit Pages) */

.textsubtitle {
	font-family: Arial;
	font-size: 15px;
	color: #DDDDDD;
	text-shadow: 0px 1px 1px #000000;
}

/* Textbox Settings (Located In All The Pages) */

.textbox {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	border: #FFFFFF solid 1px;
}

.textboxlogin {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	border: #FFFFFF solid 1px;
}

/* Textbox Settings (Located In All The Pages) */

.helppostreplyedittext01 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

.helppostreplyedittext02 {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-shadow: 0px 1px 1px #000000;
}





/* ----- ----- ----- ----- ----- */
/* BLOG SPECIFIC CSS COLOURS     */
/* ----- ----- ----- ----- ----- */





/* Top Forum Title Text (Located In News Section) */

.newsforumtitle {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

/* Top Forum Post Text (Located In News Section) */

.newsforumlinks {
	font-family: Arial;
	font-size: 13px;
	color: #DDDDDD;
	text-shadow: 0px 1px 1px #000000;
}

/* Top Forum Post Remove Text (Located In News Section) */

.newsforumremove {
	font-family: Arial;
	font-size: 13px;
	color: #EE0000;
	text-shadow: 0px 1px 1px #000000;
}

/* Read Article Text (Located In News Section) */

.newsreadarticle {
	font-family: Arial;
	font-size: 13px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
}

/* Page Text (Located In Add & Edit Pages) */

.textpage {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

/* Article Title Text (Located In News & Forum Section) */

.forumarticletitle {
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}





/* ----- ----- ----- ----- ----- */
/* FORUM SPECIFIC CSS COLOURS    */
/* ----- ----- ----- ----- ----- */





/* Top Forum Post Add Text (Located In Forum Section) */

.newsforumadd {
	font-family: Arial;
	font-size: 11px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
}

.newsforumremove {
	font-family: Arial;
	font-size: 11px;
	color: #EE0000;
	text-shadow: 0px 1px 1px #000000;
}

/* ----- ----- ----- ----- ----- */

.forumloginlabel {
	font-family: Arial;
	font-size: 11px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
}

/* ----- ----- ----- ----- ----- */

.forumuserinfotitle {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

.forumuserinfotext {
	font-family: Arial;
	font-size: 11px;
	color: #DDDDDD;
	text-shadow: 0px 1px 1px #000000;
}

.forumpostedited {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #990000;
	text-shadow: 0px 1px 1px #000000;
}

/* ----- ----- ----- ----- ----- */

.forumcolumntitles {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-shadow: 0px 1px 1px #000000;
}





/* ----- ----- ----- ----- ----- */
/* GALLERY SPECIFIC CSS COLOURS  */
/* ----- ----- ----- ----- ----- */





/* Gallery Boxes */

.galleryinline li { 
	display: -moz-inline-box; 
	-moz-box-orient: vertical; 
	display: inline-block; 
	vertical-align: top; 
	word-wrap: break-word; 
}

* html .galleryinline li { display: inline; }
* + html .galleryinline li { display: inline; }
.galleryinline li > * { display: table; table-layout: fixed; overflow: visible; }


* html .galleryunordered li { width: 220px; height: 180px; }   /* for IE 6 */
.galleryunordered li > * { width: 220px; height: 180px; }      /* for all other browser */


/* Gallery Links */


.gallerytextinline li { 
	display: -moz-inline-box; 
	-moz-box-orient: vertical; 
	display: inline-block; 
	vertical-align: top; 
	word-wrap: break-word; 
}

* html .gallerytextinline li { display: inline; }
* + html .gallerytextinline li { display: inline; }
.gallerytextinline li > * { display: table; table-layout: fixed; overflow: visible; }


* html .gallerytextunordered li { width: 440px; height: 20px; }   /* for IE 6 */
.gallerytextunordered li > * { width: 440px; height: 20px; }      /* for all other browser */


/* Gallery Mini */


.galleryminiinline li { 
	display: -moz-inline-box; 
	-moz-box-orient: vertical; 
	display: inline-block; 
	vertical-align: top; 
	word-wrap: break-word; 
}

* html .galleryminiinline li { display: inline; }
* + html .galleryminiinline li { display: inline; }
.galleryminiinline li > * { display: table; table-layout: fixed; overflow: visible; }


* html .galleryminiunordered li { width: 93px; height: 93px; border: 0px; }   /* for IE 6 */
.galleryminiunordered li > * { width: 93px; height: 93px; border: 0px; }      /* for all other browser */





/* ----- ----- ----- ----- ----- */
/* RSS READER SPECIFIC CSS       */
/* ----- ----- ----- ----- ----- */





/* RSS Reader Located In News */

.RSStitle {
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

.RSStext {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

/* Read RSS (Located In News Section) */

.RSSreadarticle {
	font-family: Arial;
	font-size: 13px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
}





/* ----- ----- ----- ----- ----- */
/* ABOUT US SPECIFIC CSS COLOURS    */
/* ----- ----- ----- ----- ----- */





/* Top Forum Post Add Text (Located In Forum Section) */

.aboutusheading {
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

.aboutustext {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}





/* ----- ----- ----- ----- ----- */
/* DISPLAYING QUOTE COLOURS      */
/* ----- ----- ----- ----- ----- */





.quotetitle {
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}





/* ----- ----- ----- ----- ----- */
/* DISPLAYING CODE COLOURS       */
/* ----- ----- ----- ----- ----- */





.codetitle {
	font-family: Arial;
	font-size: 17px;
	color: #000000;
}

.quotecodetext {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #000000;
}

.quotecodetextREM {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #808080;
}

.quotecodetextDIMIF {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #0066FF;
}

.quotecodetextASP {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #0066FF;
}

.quotecodetextSTRING {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #0066FF;
}

.quotecodetextCHR {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #0066FF;
}

.quotecodetextSCRIPT {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #800;
}

.quotecodetextHTMLTABLES {
	font-family: Courier, Arial;
	font-size: 11px;
	color: #006;
}

.quotecodeBG{
	color: #F9F9F9;
}





/* ----- ----- ----- ----- ----- */
/* SHOP SPECIFIC CSS COLOURS     */
/* ----- ----- ----- ----- ----- */





/* Shopping Cart Text (Located In The Shop, Top Left Section) */

.shoppingcartmenutext01 {
	font-family: Arial;
	font-size: 12px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.shoppingcartmenutext02 {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	text-shadow: 0px 1px 1px #000000;
}

/* Shop Categories Text (Located In The Shop, Mid Left Section) */

.shopcategoriestext01 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.shopcategoriestext02 {
	font-family: Arial;
	font-size: 11px;
	color: #0066FF;
/*	text-shadow: 0px 1px 1px #CCCCCC; */
}

/* Featured Items Text (Located In The Shop, Mid Section) */

.featuredshoptext01 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Featured Products Text (Located In The Shop, Mid Section) */

.featuredproductstext01 {
	font-family: Arial;
	font-size: 12px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.featuredproductstext02 {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	text-shadow: 0px 1px 1px #000000;
}

.featuredproductstext03 {
	font-family: Arial;
	font-size: 16px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Searched Products Text (Located In The Shop, Mid Section) */

.productstext01 {
	font-family: Arial;
	font-size: 12px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.productstext02 {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	text-shadow: 0px 1px 1px #000000;
}

.productstext03 {
	font-family: Arial;
	font-size: 16px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Shop Trail Text (Located In The Shop Search & Expanded, Top Section) */

.producttrailtext01 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Shop Trail Text (Located In The Shop Expanded, Top Section) */

.productexpandedtitletext01 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Searched Products Text (Located In The Shop Expanded, Mid Section) */

.productsexpandedtext01 {
	font-family: Arial;
	font-size: 16px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.productsexpandedtext02 {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	text-shadow: 0px 1px 1px #000000;
}

.productsexpandedtext03 {
	font-family: Arial;
	font-size: 16px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
}

.productsexpandedtext04 {
	font-family: Arial;
	font-size: 18px;
	color: #555555;
	text-shadow: 0px 1px 1px #000000;
}

.productsexpandedtextPRICE {
	font-family: Arial;
	font-size: 18px;
	color: #EE0000;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.productsexpandedtext05 {
	font-family: Arial;
	font-size: 11px;
	color: #AAAAAA;
}

.productsexpandedtext06 {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
}

/* Searched Product Alt Image Text (Located In The Shop Expanded, Mid Section) */

.productsexpandedaltimagestext01 {
	font-family: Arial;
	font-size: 16px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Searched Product Detail Text (Located In The Shop Expanded, Lower Section) */

.productsexpandedaltimagestext01 {
	font-family: Arial;
	font-size: 16px;
	color: #0066FF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.productsexpandedaltimages01 {
	border: #DDD solid 1px;
	background-color: #FFF;
}

/* Searched Product Tabs Text (Located In The Shop Expanded, Lower Section) */

.productsexpandeddescriptiontext01 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

/* Searched Product Tabs Text (Located In The Shop Expanded, Lower Section) */

.productsexpandedaddtocarttext01 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.productsexpandedaddtocarttext02 {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
}

/* Searched Product Shopping Cart Text (Located In The Shop Cart, Lower Section) */

.productsexpandedaddtocarttext01 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

/* Shopping Cart Text (Located In The Shop, Top Section) */

.shoppingcarttext01 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #CCCCCC;
	font-weight: bold;
}

/* Shopping Cart Trail Text (Located In The Shop, Top Section) */

.shoppingcarttrailtext01 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #CCCCCC;
	font-weight: bold;
}

/* Shopping Cart Products Text (Located In The Shop, Top Section) */

.shoppingcarttext02 {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}

.shoppingcarttext03 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.shoppingcarttext04 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.shoppingcarttext05 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.shoppingcarttext06 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.shoppingcarttext07 {
	font-family: Arial;
	font-size: 13px;
	color: #EE0000;
}

.shoppingcarttext08 {
	font-family: Arial;
	font-size: 13px;
	color: #808080;
}

.shoppingcarttext09 {
	font-family: Arial;
	font-size: 13px;
	color: #808080;
}

.shoppingcarttext10 {
	font-family: Arial;
	font-size: 13px;
	color: #808080;
}

/* Shopping Cart Price Text (Located In The Shop, Top Section) */

.shoppingcartpricetext01 {
	font-family: Arial;
	font-size: 13px;
	color: #808080;
}

.shoppingcartpricetext02 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
}

.shoppingcartpricetext03 {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

.shoppingcartpricetext04 {
	font-family: Arial;
	font-size: 13px;
	color: #EE0000;
	text-shadow: 0px 1px 1px #000000;
	font-weight: bold;
}

/* Shopping Cart Send Email Text (Located In The Shop, Bottom Section) */

.shoppingcartsendemailtext01 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}

.shoppingcartsendemailtext02 {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
}





/* ----- ----- ----- ----- ----- */
/* SHOP SPECIFIC TABS CSS COLOURS*/
/* ----- ----- ----- ----- ----- */





.coda-slider {
	border: #DDD solid 0px;
}

.coda-slider {
	background: #222222;
}

.coda-nav ul li a.current {
	background: #222222;
	color: #FFFFFF;
	border-top: #333333 solid 1px;
	border-left: #333333 solid 1px;
	border-right: #333333 solid 1px;
}

.coda-nav ul li a {
	background: #111111;
	color: #BBBBBB;
}

.coda-nav-left a, .coda-nav-right a {
	background: #111111;
	color: #FFFFFF;
}





/* ----- ----- ----- ----- ----- */
/* CSS Fonts & Text Styles       */