/* Specialty Toys Network, 2008 */
/* Structure:
 *   Main elements
 *   Main Joomla elements - classes needed throughout Joomla
 *   Joomla Modules - classes needed by modules, divided into sub-sections
 *   Components - classes needed organized by component (VirtueMart last)
 *   Undefined - classes that still need classification
 *
 */

/* MAIN ELEMENTS */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}
hr {
	color: #000000;
	size: 1px;
	width: 97%;
}
form { 
	margin-top: 0; 
	margin-bottom: 0; 
}
label {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* tables */
td, tr, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
/* lists */
ul {
	margin: 0px 0px 0px 0px;
}
li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A70B0C;
	list-style-position: inside;
	line-height: 22px;
}
/* links */
a:link {
	color: #b10302;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #b10302;
}
a:hover {
	text-decoration: none;
	color: #b10302;
}
a:active {
	text-decoration: underline;
	color: #b10302;
}
/* headings */
h1, .contentheading, .componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	background-position: center center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #BBBBB;
	line-height: 20px;
	/*background-color: #DEB424;*/
	text-align: center;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0076e4;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0076e4;
}
/* end MAIN ELEMENTS */
/*********************/


/* JOOMLA MAIN */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #7B8DA1;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.contentpane {
/*  background: #FFFFFF;*/
}
.contentpaneopen {
	padding:0px;
	margin:0px;
/*  background: #FFFFFF;*/
}
.searchbkg {
/*	background-image: url(../images/search_bkg.gif);*/
	background-repeat: no-repeat;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #000000;
	margin: 5px;
}
/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
     background-color: #f0f0f0;
}
/* Text passed with mosmsg url parameter */
.message {
     font-family : Verdana, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size : 10pt;
     color : #ff6600;
     text-align: center;
}

/* styles for dhtml tabbed-pages */
.ontab {
     background-color: #ffae00;
     border-left: outset 2px #ff9900;
     border-right: outset 2px #808080;
     border-top: outset 2px #ff9900;
     border-bottom: solid 1px #d5d5d5;
     text-align: center;
     cursor: pointer;
     font-weight: bold;
     color: #FFFFFF;
}

.offtab {
     background-color : #e5e5e5;
     border-left: outset 2px #E0E0E0;
     border-right: outset 2px #E0E0E0;
     border-top: outset 2px #E0E0E0;
     border-bottom: solid 1px #d5d5d5;
     text-align: center;
     cursor: pointer;
     font-weight: normal;
}
.tabpadding {}
.tabheading {
     background-color: #ffae00;
     text-align: left;
}
.pagetext {
     visibility: hidden;
     display: none;
     position: relative;
     top: 0;
}

/* default JOOMLA links */
.mainlevel {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #000000;
	/*padding-left: 4px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
}
a.mainlevel:hover {
    color: #A70B0C;
}
a.sublevel:link, a.sublevel:visited {
	color: #A70B0C;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a.sublevel:hover {
    color: #000000;
}
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     font-weight: bold;
     color: #000000;
     text-align:left;
}
a.contentpagetitle:hover {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     font-weight: bold;
     text-align:left;
     color: #7B8DA1;
     text-decoration: underline;
     font-weight: bold;
}

/* breadcrumbs */
.pathway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-indent: 3px;
	line-height: 14px;
}
a.pathway:link, a.pathway:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AA0009;
	line-height: 14px;
}
a.pathway:hover {
  color            : #AA0009;
  font-weight      : normal;
  text-decoration   : none;
  line-height: 14px;
}


/* end JOOMLA MAIN */
/*******************/


/* JOOMLA MODULES */
/* general */
table.moduletable {
	width: 100%;
	margin-bottom: 2px;
	margin-top: 3px;
}
table.moduletable th {
	/* styling the module header, and the module titles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #ed1c24;
	line-height: 24px;
	padding-left: 15px;
}
table.moduletable td {
	/* styling the cells of module table */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* modules - categories */
table.moduletable-cat {
	width: 90%;
	margin-bottom: 2px;
	margin-top: 3px;
}

/* modules - newletter */
table.moduletable-nl {
	width: 100%;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/newsletter_bg.gif);
	background-repeat: repeat-x;
}
table.moduletable-nl th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #ed1c24;
	line-height: 24px;
	padding-left: 15px;
}
table.moduletable-nl label {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
	line-height: 14px;
}
	
/* modules - cart */
table.moduletable-cart {
	width: 100%;
}
table.moduletable-cart th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #02addb;
	text-align: center;
	background-repeat: repeat;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 5px;
}
table.moduletable-cart td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
a.mainlevel-shop:link, a.mainlevel-shop:visited {
	/* for cart module links */
	color: #000000;
	font-weight: normal;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 4px;
	text-decoration: underline;
}
a.mainlevel-shop:hover {
	/* for cart module links */
	text-decoration: none;
}	

/* modules - events */
table.moduletable-events {
	width: 100%;
	background-color: #F69223;
}
table.moduletable-events th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #690505;
	text-align: left;
	background-repeat: repeat;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 5px;
	background-color: #FFFFFF;
}
/* modules - search */
.search{}

/* end JOOMLA MODULES*/
/*********************/


/* SEARCH COMPONENT */
table.searchintro {
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin solid #666666;
	width: 90%;
}
/* end SEARCH COMPONENT */
/************************/


/* HELP COMPONENT */
.sectiontableheader {
	color: #A70B0C;
	font-weight: bold;
	font-size: 13px;
	padding-left: 4px;
}
.sectiontableentry1 {
	background-color: #f5f3d0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-indent: 4px;
}
.sectiontableentry2 {
	background-color: #DBD9B3;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-indent: 4px;
}
.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #3366C0;
  text-decoration: none;
  font-weight: normal;
}
.smalldark {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
/* end HELP COMPONENT */
/**********************/


/* CONTACT COMPONENT  */
table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
}
table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
}
table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #009966;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* end CONTACT COMPONENT */
/*************************/


/* VIRTUEMART COMPONENT */
a.category:link, a.category:visited {
  color: #333333;
  font-weight: bold;
}
a.category:hover {
  color: #7B8DA1;
}
/* end VIRTUEMART COMPONENT */
/****************************/


/* Undefined tags, these need to be described and classified */
.createdate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999999;
  text-align: left;
}
.container{
	border: solid;
	border-width: 1px;
	border-color: #efefef;
	background-color: White;
}
.boxes {
	border: solid;
	border-color: #CC0000;
	border-width: 1px;
}
.cartmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.category, a.category:link, a.category:visited, a.category:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.article_seperator {
padding:0px;
margin:0px;
height:2px;
line-height:0
}