/* Updated: March 14, 2008 */

html * { margin: 0; }

a img { border: 0; }

img.img100 {

	width: 100%;
}

textarea { padding: 3px; font: Arial, Helvetica, sans-serif; }

body {
	background-color: #F4FFB5;
	font: 76% Arial, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	color: #000000;
	/*background-image: url(/images/20151209-xmas-bg.jpg);*/
}

td, th {

	padding: 0px;
	vertical-align: top;
}

a {
	color: #521073;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

p, ul, ol {
	
	margin-bottom: 10px;	
}

h1 {

	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #531373;
}

h2 {

	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #531373;
}

h3 {
	
	margin-bottom: 15px;	
}

/* @group Layout */

.layout #outerContainer {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-image: url(/images/container-bg.png);
	background-repeat: repeat-y;
	background-attachment: 0 62px;
	
}

.layout #container {
	width:  100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	
}

.layout #header {
	width: 1000px;
	padding: 0;
	margin: 0px;
}

.layout #header .header1 {
	
	background-image: url(/images/layout/header1.jpg);
	/*background-image: url(/images/2102-header-christmas-1.png);*/
	background-repeat: no-repeat;
	height: 42px;

}

.layout #header .header2 {
	
	background-image: url(/images/layout/header2.jpg);
	/*background-image: url(/images/2102-header-christmas-2.png); */
	background-repeat: no-repeat;
	height: 48px;

}

.layout #header .header3 {
	
	background-image: url(/images/layout/header3.jpg); 
	/*background-image: url(/images/2102-header-christmas-3.png);*/
	background-repeat: no-repeat;
	height: 41px;
}

.layout #header .header3 .section {
	
	padding: 8px 0px 0px 220px;
	font-weight: bold;
	font-size: 14px;
}

.layout #header .header3 .section a {
	
	color: #521073;
	
}

.layout #header .header3 .section a:hover {
	
	color: white;	
}

.layout #subheader {
	width: 900px;
	padding: 0 0 0 25px;
}

.layout #subheader img {

	padding: 0;
}

.layout #header img {
	padding: 0;
	margin: 0;	
}

.layout #header h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding-top: 30px;
}

.layout #horizMenu {
	position: block;
	margin: 0;
	padding: 0;
	background-color: #996633;
}

.layout #footer {
	width: 100%;
	height: 31px;
	margin: 0;
	text-align: center;
	background-image: url(/images/layout/footer.jpg);
	/*background-image: url(/images/2102-header-christmas-footer.png);*/
	background-repeat: no-repeat;	
	
	
}

.layout #pagefooter {
	background-color: #F4FFB5;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.layout #content {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: url(/images/2012-mainbg.png);
	background-repeat: no-repeat;
}

/* Three Column */

.layout #contentSection #leftThreeCol {

	width: 186px;
	float: left;
	margin: 0;
	pading: 0;

}

.layout #contentSection #leftThreeCol .section {
	
	padding: 5px 5px 5px 10px;
}

.layout #contentSection #rightThreeCol {

	width: 200px;
	float: left;
	margin: 0;
	pading: 0;
	
}

.layout #contentSection #rightThreeCol .section {
	
	padding: 5px 25px 5px 5px;
}

.layout #contentSection #rightThreeCol .section h2 {
	
	margin-top: 5px;
	margin-bottom: 2px;
}


.layout #contentSection #mainThreeCol {

	width: 593px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #521073;
	min-height: 500px;

}

.layout #contentSection #mainThreeCol .section {
	
	padding: 5px 10px;
}

/* Two Column */


.layout #contentSection #leftTwoCol {

	width: 200px;
	float: left;
	margin: 0;
	pading: 0;

}

.layout #contentSection #leftTwoCol .section {
	
	padding: 5px 5px 5px 10px;
}


.layout #contentSection #mainTwoCol {

	width: 779px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainTwoCol .section {
	
	padding: 5px 20px 10px 5px;
}

/* One Column */

.layout #contentSection #mainOneCol {

	width: 100%;
	float: left;
	margin: 0;
	padding: 0;

}


.layout #contentSection {

	width: 100%;
	margin: 0;
	padding: 10px 0;
	
}

.sidebarSection {

	width: 204px;
	margin: 0;
	padding: 0;
	background-image:url(/images/layout/sidebar_repeat.png);
	background-repeat: repeat-y;

}

.sidebarSection .top {
	display: block;
	width: 204px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image:url(/images/layout/sidebar_top.png);
	background-repeat: no-repeat;
	
}

.sidebarSection .bottom {
	display: block;
	width: 204px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image:url(/images/layout/sidebar_bottom.png);
	background-repeat: no-repeat;
	
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end */



/* @group Forms */

.formTbl th, .formTbl td {
	padding: 3px 3px;
}

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: bold;
	text-align: right;
}

.formTbl label.formLbl {
	font-weight: bold;
	line-height: 1.5;
}

/* @end */

.messageStyle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #f5feba;
	border: 1px solid #fdd16b;
}

/* @group Layout Table */

.layoutTbl {
	border: none;
}

.layoutTbl td, .layoutTbl th {
	
	padding: 3px;
	vertical-align: top;
}

.layoutTbl td.basicLeft, .layoutTbl td.basicRight {
	padding: 20px 10px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl td.fixedLeft, .layoutTbl td.fixedRight {
	padding: 20px 10px;
	width: 200px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl td.basicCenter {
	padding: 20px 10px;
	text-align: left;
	font-weight: normal;
}

.layoutTbl .vertMenu {

	margin-bottom: 10px;
}

.layoutTbl h1 {

	font-size: 18px;
}

.layoutTbl h2 {

	font-size: 16px;
}

/* @end */

/* @group List Table */

.listTbl {
	border: solid 1px #666666;
	border-collapse: collapse;
}

.listTbl td, .listTbl th {
	
	padding: 3px;
	vertical-align: top;
}

.listTbl th {
	
	text-align: center;
	background-color: #ccc;
	font-weight: bold;
	font-size: 0.9em;
	
} 

.listTbl td {
	
	border-bottom: solid 1px #666666;
}

.listTbl tr:hover {

	background-color: #FFFFCC;
}

/* @end */

/* @group Info Box */

.infoBox {

	border: solid 1px #E9E9E9;
	padding: 0;
	margin: 0;
}

.infoBox h1 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	background-color: #E9E9E9;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

.infoBox .info {

	padding: 5px 3px;
	text-align: left;
}

/* @end */

/* @group General List */

ul.generalList {

	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.generalList li {

	padding: 0.2em 2em;
	font-size: 1.1em;


}

ul.generalList .desc {

	font-size: 14px;
	font-colour: #000000;
	padding-left: 10px;
}


.subNavLink {
	
	float: left; 
	padding: 4px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.subNavLink a {

	padding: 0.3em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	white-space: nowrap;
}

.subNavLink a:hover, .subNavLink a.selected {
	
	color: #FFF;
	background-color: #521073;
	text-decoration: none;
}


/* @end */


.product .title {
	
	font-weight: bold;
	font-size: 20px;	
}

.product .item {
	
	font-weight: bold;
	font-size: 14px;	
}

.product .image {
	
	text-align: center;
	margin: 20px auto;
}

.product .category {
	
	font-size: 14px;	
}

.product .description {
	
	margin: 10px auto;	
}

.product .spec {
	display: block;
	font-weight: bold;
}

.product .spec label {
	width: 150px;
	text-align: left;
	display: inline-block;
	font-weight: bold;
}

.related .prod {
	text-align: center;
	margin-bottom: 15px;	
}

.related .prod .image {
	
	padding: 5px;
	float: left;
	width: 60px;
}

.related .prod .title {
	font-weight: bold;	
	float: left;
	width: 100px;
	text-align: left;
}

.listEntry {
	padding: 5px;
	border: 1px solid #FFF;
	margin: 2px;
	width: 550px;
}

.listEntry:hover {
	padding: 5px;
	border: 1px solid #FC0;
}

.listEntry .image {
	
	vertical-align: middle;
	text-align: center;
	width: 208px;
	float: left;
}

.listEntry .image img {
	
	margin: auto;
}

.listEntry .info {
	
	padding: 4px;
	width: 328px;
	float: left;
}

.listEntry .title {
	
	font-weight: bold;
	font-size: 16px;
}

.listEntry .title_display {
	
	font-weight: bold;
	font-size: 12px;
}

.listEntry .tags {
	
	padding: 5px 0;
}

.listEntry .clickmore {
	
	text-align: right;	
}

.tagList {
	padding: 0;
	margin: 0 10px;
	list-style-type: none;
}

.tagList li {
	
	display: inline;
	line-height: 2;
	
}

.tagList li a {
	
	padding: 2px 5px;
	font-weight: bold;
	border: 1px solid #CCC;
}

.tagList li a:hover {
	
	border: 1px solid #60C;
	text-decoration: none;
}

.newsEntries {
		
	margin-bottom: 10px;
}

.newsEntries .entry {
	
	margin-bottom: 10px;	
}

.newsEntries .title {
	
	font-weight: bold; 
	font-size: 14px;
}

.newsEntries .date {
	
	font-weight: bold; 
	font-size: 12px;
	margin-bottom: 5px;
}

.newsEntries img {
	
	padding: 10px;	
}

.newsEntries .description {
	
	font-weight: normal;
}

ul.horizNav {

	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}

ul.horizNav li {

	display: inline;
	padding: 0.2em 0.1em;
	font-size: 1.1em;
	


}

ul.horizNav li a {

	padding: 0.2em 1em;
	color: #900;
	font-size: 10px;
	border: 1px solid #333;
	font-weight: bold;
	
}

ul.horizNav li a:hover {

	background-color: #E9E9E9;
	text-decoration: none;
	
}

.paginate {
	
	margin: 5px;	
}

.paginate a.paginateSelected, .paginate a.paginateLink {
	
	padding: 0.2em 0.4em;
}

.paginate a.paginateLink:hover {
	
	background-color: #531373;
	text-decoration: none; 
	color: #FFF;
}

.paginate a.paginateSelected {
	
	background-color: #531373;
	text-decoration: none; 
	color: #FFF;
	font-weight: bold;
}

.sidebarBox {
	
	border: 2px solid #531373;
	
}

.sidebarBox .info {
	
	padding: 4px;	
}

.highlight_paragraph {
	
	font-weight: bold;
	margin-bottom: 10px;	
}

.mosaic .img {
	
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}


/* @end */

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 2px solid #541371;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #FADC3E;
	color: #541371;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

h3.toggler:hover {
		
	background-color: #541371;
	color: #FFF;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

.shippingTbl td {
	
	border-bottom: 1px solid #CCC;	
	padding: 4px;
}

.formError {
	
	color: #900;
	font-size: 10px;
	font-weight: bold;
}

.sale-full-price {
	
	text-decoration: line-through;
	
}

.sale-sale-price {
	
	font-weight: bold;
	color: red;
	
}

.orderform {

	width: 100%;
}

.orderform th {

	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: top;


}

.orderform td {

	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;

}

.orderform input[type=text] {

	min-width: 300px;
}

.orderform td p {

	padding-top: 5px;
	margin-bottom: 0;
}

.form-error {

	color: red;
}


