/* Specialty Toys Network, 2008 */
/* Structure:
 *   Main elements
 *   Main elements - classes needed throughout 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 */
hr {
	color: #E6BF7C;
	size: 1px;
	width: 97%;
}
form { 
	margin-top: 0; 
	margin-bottom: 0; 
}
label {
	color : #E26B07;
	size:14px;
	font-weight:normal;
}
/* tables */
td, tr, div {
	font-family: Georgia, Times New Roman, Times, serif;
}
p {
	line-height: 1.5em;
}
/* lists */
ul {
	margin: 0px 0px 0px 0px;
}
li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	color: #d84200;
	list-style-position: inside;
	line-height: 28px;
}
/* links */
a:link, a:visited {
	color: #d84200;
	text-decoration: underline;
}
a:hover {
  color: #d84200;
  text-decoration: none;
}
/* headings */
h1, .contentheading, .componentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:32px;
	font-weight:bold;
	margin:0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:32px;
	font-weight:bold;
	color: #d84200;
	margin:0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:24px;
	font-weight:bold;
	margin:0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}
/* end MAIN ELEMENTS */
/*********************/


/* MAIN */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #7B8DA1;
}
.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.contentpane {
/*  background: #FFFFFF;*/
}
.contentpaneopen {
/*  background: #FFFFFF;*/
	width: 98%;
}
.searchbkg {
/*	background-image: url(../images/search_bkg.gif);*/
	background-repeat: no-repeat;
}
.button {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.inputbox {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #c9a675;

}
/* 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 Class Settings-- */
.mainlevel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #D84200;
 }
 
a.mainlevel:link, a.mainlevel:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #D84200;
	text-decoration: none;
 }
 
a.mainlevel:hover {
    color: #0d0000;
}
a.mainlevel#active_menu:link, a.mainlevel#active_menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0d0000
 }
 
a.mainleve#active_menu:hover {
	color: #0d0000;
}
		
a.sublevel:link, a.sublevel:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D84200;
}
a.sublevel:hover {
    color: #0d0000;
        }
a.sublevel#active_menu:link, a.sublevel#active_menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0d0000;
}
a.sublevel#active_menu:hover {
    color: #0d0000;
        }
		
/** TOP MENU STYLING **/
.mainlevel-shop {
	/* for cart module links */
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.mainlevel-shop:link, a.mainlevel-shop:visited {
	/* for cart module links */
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}
a.mainlevel-shop:hover {
	/* for cart module links */
	text-decoration: none;
}

/** FOOTER MENU STYLING **/
.mainlevel-footermenu {
	/* for cart module links */
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.mainlevel-footermenu:link, a.mainlevel-footermenu:visited {
	/* for cart module links */
	color: #000000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}
a.mainlevel-footermenu:hover {
	/* for cart module links */
	text-decoration: none;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
     font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 18px;
     font-weight: bold;
     color: #D84200;
     text-align:left;
}
a.contentpagetitle:hover {
     text-align:left;
     color: #7B8DA1;
     text-decoration: underline;
}

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



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


/* MODULES */
/* general */
table.moduletable {
	width: 100%;
}
table.moduletable th {
	/* styling the module header, and the module titles */
	font-family: Georgia, "Times New Roman", Times, 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 */

}

/* 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: Georgia, "Times New Roman", Times, 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 {

}
table.moduletable-cart td {

}	

/* 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 MODULES*/
/*********************/


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


/* HELP COMPONENT */
.sectiontableheader {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 4px;
}
.sectiontableentry1 {
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 35px;
	text-indent: 12px;
	filter:alpha(opacity=65); /* IE's opacity*/
	opacity: 0.65;
	width:400px;
}
.sectiontableentry1 table{
	width: 400px;
}
.sectiontableentry2 {
	background-color: #F8EADD;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 35px;
	text-indent: 12px;
	filter:alpha(opacity=65); /* IE's opacity*/
	opacity: 0.65;
	width:400px;
}
.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #3366C0;
  text-decoration: none;
  font-weight: normal;
}
.smalldark {
  font-family: Georgia, Times New Roman, Times, 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 */
/*************************/


/* CART CATEGORY COMPONENT */
.category, a.category:link, a.category:visited, a.category:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #d84200;
	text-decoration: none;
}
/* end CART CATEGORY 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;
}
.customer_note {
}

/* BRAND MODULE */
.manufacturerbox {
	width: 170px;
}

/* SITE FOOTER COPYRIGHT */
div.stn_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
a.stn_footer:link, a.stn_footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
}
a.stn_footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

/* RELATED PRODUCTS ON DETAILS PAGE */
.related_product {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:top;
	width:25%;
}
.related_product img{
	width: 150px;
	border: thin solid #E26B07;
}

/* CUSTOM TEMPLATE STYLES */
#main_content {
	width: 700px;
	padding-top: 95px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#main_content fieldset{
	width: 500px;
}
#fullheight {
	height:100%;
}
.product_image {
	border: thin solid #E26B07;
}

.article_seperator {
	height:22px;
	background-color:#E26B07
	width: 650px;
}
.blog contentheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color:#D84200;
}

table.moduletable-cart td {
    color: #333333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10px;
}
