/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: klarzurwende
Author URI: http://www.klarzurwende.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Color scheme, yellow: ffba00 and ffba80, for white take fafafa
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	background: #000 url(images/tom-cunliffe-bgr.gif) repeat-x;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0;
}


/*Leave on top of css file otherwise navi hover effect breaks************************************/
/*cart*/

#cart  {
	background: #ffba00 url(images/cart-bgr.gif) no-repeat;
	font-size:12px;
	padding:10px;
}

#cart li:hover {
	background: #ffba00 url(images/cart-bgr.gif) no-repeat;
	font-size:12px;
}

#cart h2 {
	margin:5px 0 20px 40px;
	padding:0;
	text-align: left;
	font-size:18px;
	font-weight:bold;
}

#cart a, a:hover  {
	color:#000;
	text-align: left;
	/*font-size:12px;*/
}

#cart p {
	margin:0;
	padding:0;
	color:#000;
	text-align: left;
	font-size:12px;
}


/*twitter*/
ul.twitter {
list-style-type: none;
}


#twitter  {
	background: transparent url(images/twitter-bgr.png) no-repeat;
	min-height:80px;
	text-align: left;
}

#twitter li, li:hover {
	background: transparent;
	color:#fafafa;	
	font-size:12px;
	text-align: left;
	margin:0 0 0 40px;
}

.twitter li, li:hover {
	background: transparent;
	color:#fafafa;	
	font-size:12px;
	text-align: left;	
	margin:0 0 0 40px ;
}

#twitter h2 {
	margin:20px 0 10px 0;
	padding:0;
	text-align: left;
	font-size:12px;
	font-weight:normal;
}

#twitter h2 a {
	color:#fafafa;
	margin:20px 0 10px 0;
	padding:0;
	text-align: left;
	font-size:15px;
	font-weight:normal;
}


#twitter h2 a:hover, h3 a:hover {
	text-align: left;
	font-size:15px;
	color:#ffba00;
	text-decoration: underline;
}

#twitter li.twitter-item {
	text-align: left;
	margin-left:0;
	margin-top:-5px;
	font-size:11px;
}

/*Leave on top of css file otherwise navi hover effect breaks************************************/



/* MAIN CSS */

#page {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 100px;
	width:970px;
}

#content {
	float:left;
	font-size:1.2em;
	margin-right:20px;
	width:730px;
	margin-bottom:20px;
	min-height:870px;
}


#left-img-bar {
	float:left;
	width:200px;
}

#left-img-bar img {
	border:3px solid white;
	margin-bottom:20px;
}

#right-content {
	float:right;
	width:500px;
}


#content .entry p{
	color:#fafafa;
	font-size:13px;
}

.entry {
	padding:10px 10px 0 15px;
}


#content {
	background: rgba(51, 51, 51, 0.7);
	margin-bottom:10px;
}

#content h2 {
	background-color: white;
	padding:10px;
	width:710px;
	margin-top:0px;
	font-size:16px;
}

#content h3 {
	color: #fafafa;
	font-size:14px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#content a h3 {
	color: #FFBA00;
	font-size:14px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

/*start news page*/
#column1{
	width:320px;
	padding-right:20px;
	float:left;
	margin-left:20px;
}

#column2 {
	width:320px;
	margin-left:330px;
}

#column1 h3 {
	color: #fafafa;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration: none;
	margin-bottom:0px;
}

#column1 a h3  {
	color: #ffba00;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration: none;
}


#column1 a:hover h3 {
	color: #ffba00;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration: underline;
}

#column2 h3 {
	color: #fafafa;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration: none;
	margin-bottom:0px;
}

#column2 a h3  {
	color: #ffba00;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration: none;
}


#column2 a:hover h3 {
	color: #ffba00;
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration: underline;
}
/*end news page*/


/*404 page*/
#content h2.no-white-bgr{
	background:transparent;
	color: #fafafa;
	font-size:16px;
	font-weight:normal;
}

#content p{
	color: #fafafa;
	font-size:14px;
}

#content .search-in-content{
	padding-left:10px;
}


/*404 page*/

#content .hr-border{
	padding:10px;
	border-top:1px solid #fafafa;
}

/*contact form errors*/
.wpcf7-not-valid-tip-no-ajax{
	margin-left: 130px;
}

.wpcf7-response-output wpcf7-validation-errors{
	margin-left: 130px;
}

div.wpcf7-validation-errors {
	border: 1px solid white;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	margin-left: 130px;
	color:red;
}

/*contact form errors end*/

/*transparent block tuition page*/
#trans-block {
	background: rgba(51, 51, 51, 0.7);
	margin-bottom:10px;
	width:180px;
	padding:5px;
}

#trans-block p, em {
	color:white;
}


/*contact form in content*/
span.captcha-750 input{
	width:200px;	
}

/*contact forms label*/
#wpcf7-f1-p179-o1 label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p181-o1  label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p183-o1  label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p2-o1 label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p185-o1 label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p186-o1 label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p191-o1 label {
	text-align: right;
	margin-right: 20px;
}

#wpcf7-f1-p204-o1 label {
	text-align: right;
	margin-right: 20px;
}



/*contact forms h3*/
#wpcf7-f1-p179-o1 h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}


#wpcf7-f1-p181-o1 h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}

#wpcf7-f1-p183-o1  h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}


#wpcf7-f1-p2-o1 h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}


#wpcf7-f1-p185-o1 h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}

#wpcf7-f1-p186-o1  h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}

#wpcf7-f1-p191-o1  h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}

#wpcf7-f1-p204-o1  h3 {
	margin:0;
	padding:0;
	padding-top: 10px;	
}

/*wpecommerce*/

#products_page_container h2 {
	background: none;
	width:95%;
	color: white;
	margin: 0;
	padding: 0;
}

#content li, li.current_page_item, li:hover, .current_page_item {
	background: none;
	color:white;
	list-style: none;
	list-style-image: none;
	font-size: inherit;
text-align: left;
}

.search_drop_down li, li.current_page_item, li:hover {
	background: none;
	color:black;

}


#products_page_container h2 a {
	background: none;
	width:95%;
	color: white;
}

#products_page_container h2 a:hover {
	background: none;
	width:95%;
	color: #ffba00;
}

#products_page_container {
	color: #ffffff;
}



/*downloads*/
#left-img-bar a.downloadlink {
	margin-left: 30px;
	margin-top:10px;
	font-size: 12px;
}

#content a.downloadlink {
	margin-left: 30px;
	margin-top:20px;
	font-size: 13px;
}

#downloadlink {
	height:25px;
	background-image: url(/wp-content/themes/default/images/pdf-icon.png);
	background-repeat: no-repeat;
}


.contact-dropdown {
	width:300px;	
	padding:10px;
	margin-bottom: 10px;
}

textarea.wpcf7-validates-as-required {
	width:300px;	
}


#content form p{
	padding:0;
	margin:0;

}

.wpcf7 label {
  display: block;
  clear: left;
  float: left;
  width: 130px;

}

#content h2 a:hover{
	font-size:16px;
	font-weight:bold;
}


#header h1 {
	font-size: 6em;
	letter-spacing: -0.06em;
}

#blogtitle {
	margin-top:20px;
	width:750px;
	float:left;
	height:70px;
	margin-bottom: 15px;
}

#sidebar {
	font-size: 1.2em;
	width:220px;
	font: 1em 'Georgia', Verdana, Arial, Sans-Serif;
	float:right;
	margin-top:-100px;
	
}


#main-navigation a, h2 a:hover, h3 a:hover {
	color: #fafafa;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
}

/*start blog ul list BLOG PAGE*/
#blog a, h4 a:hover{
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
}

.entry-blog p {
	font-size: 13px;
	color: white;
	margin:0;
	padding:0;
}

span.blogarticle  {
	display:block;
	margin-right: 10px;
}

/*end blog ul list BLOG PAGE*/

.transparent-sidebar {
	background: rgba(51, 51, 51, 0.7);
	margin-top:-15px;
}



#main-navigation  a:hover, li.current_page_item, li.current_page_item:hover,  .current_page_item, li:hover {
	color: #000;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	background-color: #ffba00;
	text-align:right;

}

#main-navigation ul li {
text-align:right;
list-style-type: none;
}


#sidebar ul li, #sidebar li ul li {
	margin-top:1px;
	line-height:18px;
	position:relative;
}



/*li styles subpages*/
#main-navigation h2 {
	font: 1.4em 'Georgia', Verdana, Arial, Sans-Serif;
	background: #ffba00 url(images/main-navigation-bgr.gif) no-repeat;
	font-size: 17px;
	color:#333;
	text-align: right;
	padding: 5px 15px 0 0;
	margin:0;
	height:30px;
	text-transform: uppercase;
}

.content-border {
	clear:both;
	border-top: 1px solid #8d8d8d;
	width:100%;
	padding:15px 0 15px 0;
}

.videowidget {
	border-top: 1px solid #8d8d8d;
	color: #fafafa;
	font-size:17px;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;	
	font-weight:normal;
}


#toptensales {
	border-top: 1px solid #ffffff;
	margin-bottom:10px;
	color: #fafafa;
	font-weight:normal;
	background: rgba(51, 51, 51, 0.7);
	text-align: left;
}

#toptensales h2 {
	font-size:17px;
	margin-left: 10px;
	color: #ffffff;
	font-weight: normal;
	height:30px;
}

a.toptensales, a.toptensales:hover, li.toptensales:hover {
	color: #ffffff;
	background: none;
	font-size:13px;
	text-align: left;
	margin-left: 0;
}

li.toptensales {
list-style-type: none;
	font-size:13px;
}

ul.toptensales {
list-style-type: none;
	font-size:13px;
}


#securepayment {
	border-top: 1px solid #ffffff;
	margin-bottom:10px;
	color: #fafafa;
	font-weight:normal;
	background: rgba(51, 51, 51, 0.7);
	text-align: left;
}

#securepayment h2 {
	font-size:17px;
	margin-left: 10px;
	color: #ffffff;
	font-weight: normal;
	height:30px;
}

#securepayment p {
	font-size:13px;
	margin-left: 10px;
	color: #ffffff;
	font-weight: normal;
}

#securepayment img {
	margin-left: 10px;
}

.securepayment, a.securepayment:hover {
	color: #ffffff;
	background: none;
	font-size:13px;
	text-align: left;
}


/* doesnt work....
img.youtubebar {
	background: transparent url(images/youtube-bar.gif) no-repeat scroll 0 0;
} */

#videowidget {
	color: #fafafa;
}

	
#videowidget a, h2 a:hover, h3 a:hover {
	color: #ffba00;
	text-decoration: none;
	font-size:12px;
}

#videowidget p {
	color: #fafafa;
	font-size:12px;
	margin:0;
	padding:0;
}
	
#videowidget  a:hover {
	color: #fafafa;
	text-decoration: underline;
	font-size:12px;
}

#videowidget  img {
	border:3px solid white;
	margin-bottom:20px;
}


.narrowcolumn .entry {
	line-height: 1.4em;
	}


.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


h1, h2, h3 {
	font-family:  'Georgia', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#fafafa;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}


h2 {
	font-size: 1.6em;
	}

	
h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #ffba00;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Georgia', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Georgia', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/*small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover, h3 a {
	color: #ffba00;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Georgia', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 750px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}



.narrowcolumn .postmetadata {
	padding-top: 5px;
	}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
#headerimg, h1 {
	text-align: left;
	margin: 0;
	}


h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;

	padding-left: 10px;
	text-indent: -10px;
	font-size: 14px;
	}

td {
	font-size: 14px;
	}


html>body .entry li {
	margin: 7px 0 8px 10px;
	}

#main-navigation a:before, #sidebar ul ul li a:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	font-size:12px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
}

/*search button*/
#searchsubmit {
	width: 60px;
	padding:3px;
	color:#333;
	font-size:13px;
	font-weight: bold;	
	background: url(images/button-bgr.gif);
}



/*contact forms*/
#content  input, textarea {
	
	color:#333;
	font-size:13px;
	margin-bottom:10px;
}

#content .submit-button {
	width: 100px;
	padding:5px;
	color:#333;
	font-size:14px;
	font-weight: bold;	
	background: url(images/button-bgr.gif);
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;


	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #fff;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: black !important;
}
/* End captions */



/*FOOTER WIDGETS*/
#footer {
	background: #ffa800 url('images/footer-bgr.gif') repeat-x;
	border: none;
	padding: 0;
	margin: 0 auto;
	/*clear: both;*/
	min-height:250px;
	width:100%;
}
	
#footer-content {
	margin:0 auto;
	width:970px;
	padding-top:10px;
}

#footer-content h2 {
	font-size: 16px;
	font-weight:normal;
}

#footer a {
	color:#333;
	font-size: 13px;
}

#footer a:hover {
	color:#fafafa;
	font-size: 13px;
	margin-left: 0;
	text-align: left;
}

#footer p {
	color:#333;
	font-size: 13px;
}

#footer em {
	color:#333;
	font-size: 12px;
}

#footer-one {
	float:left;
	width:210px;
	border-right:1px solid #9d6b0a;
	padding-right:10px;
	vertical-align: top;
	min-height:230px;
	padding-left:20px;
}

#footer-two {
	float:left;
	width:230px;
	border-right:1px solid #9d6b0a;
	padding-right:10px;
	vertical-align: top;
	padding-left:10px;
	min-height:230px;
}

#footer-tree {
	float:left;
	width:220px;
	border-right:1px solid #9d6b0a;
	padding-right:10px;
	vertical-align: top;
	padding-left:10px;
}

#footer-four {
	float:right;
	width:220px;
	vertical-align: top;
	margin-top:0;
}

#footer-one ul li {
	text-align: left;
	display: block;
	margin-left:0;
}

ul.xoxo{
	margin-left:0;
}

li.xoxo{
	margin-left:0;
}

#footer-one ul.xoxo, blogroll {

	display: block;
	margin-left:-40px;
}

#footer-one ul li:hover {
	color:#fafafa;
	font-size: 13px;
	margin:0;
	display: block;
	background: transparent;
	margin-left: 0;
	text-align: left;

}



/*form items*/


/*FRONTPAGE******************************************************/
#content-no-bgr{
	background: transparent;
}


/*first block top*/
#frontpage-block-one {
	width:720px;
	margin:0;
	padding:0;
}
#frontpage-image {/*main image from cat homepage*/
	float:left;
	margin:0;
	padding:0;
}

#frontpage-block-one-article-left {/*small first article next to main image from cat homepage*/
	float:right;
	width:200px;
	margin:0;
	padding:0; 
	padding-left: 10px;
}

#frontpage-block-one-article-left p {
	font-size:14px;
	color:#fafafa;
	font-weight:normal;
	line-height: 21px;
	margin-top:0;
}

/*second block middle*/
#frontpage-block-two {
	width:720px;
	margin:0;
	padding:0;
	padding-left:10px;
}

#frontpage-block-two-article-left { /*big article homepage*/
	float:left;
	width:480px;
	margin:0;
	padding:0;

}

#frontpage-block-two-article-left h2 {
	font-size:22px;
	color:#fafafa;
	font-weight:normal;
	margin:0;
	padding:0;
}

#frontpage-block-two-article-left p {
	font-size:14px;
	color:#fafafa;
	font-weight:normal;
	line-height: 17px;
	padding-left:5px;
}

#frontpage-block-two-article-right { /*homepage westernman*/
	float:right;
	width:200px;
	margin:0;
	padding:0;
	background: rgba(51, 51, 51, 0.7);
	margin-top:-45px;
	margin-left:10px;
}

#frontpage-block-two-article-right h2 { 
	font-size:15px;
	color:#fafafa;
	margin:0;
	padding:0;
}

#frontpage-block-two-article-right img { 
	border:none;
	width:190px;
	height:270px;
	margin-top: -10px;
}

#frontpage-block-two-article-right p { 
	margin-top:0px;
	font-size: 14px;
	color:#fafafa;
}

#frontpage-block-two-article-right { 
	padding:10px;
}


/*third block bottom*/
#frontpage-block-tree {
	width:730px;
	margin:0;
	padding:0;
}

#frontpage-block-tree-article-left { /*big article bottom from tuition*/
	background: rgba(51, 51, 51, 0.7);
	float:left;
	width:480px;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-bottom:10px;
}

#frontpage-block-tree-article-left h2 { 
	color:#333;
	background-color: #fff;
	padding:10px;
	width:460px;
	font-size: 20px;
	margin:0;
}

#frontpage-block-tree-article-left p {
	font-size:14px;
	color:#fafafa;
	font-weight:normal;
	line-height: 18px;

	padding-right:10px;
}

#frontpage-block-tree-article-left a {
	font-size:14px;
}

#frontpage-block-tree-article-left img { 
	border:3px solid white;
}


#frontpage-block-tree-article-right { /*right bottom news*/
	background: rgba(51, 51, 51, 0.7);
	float:right;
	width:200px;
	margin:0;
	padding:10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#frontpage-block-tree-article-right h2 {
	font-size:20px;
	color:#fafafa;
	font-weight:normal;
	margin:0;
	padding:0;
}

#frontpage-block-tree-article-right h3 {
	font-size:14px;
	color:#fafafa;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top: 10px;
	line-height: 15px;
}

#frontpage-block-tree-article-right p {
	font-size:14px;
	color:#fafafa;
	font-weight:normal;
	line-height: 18px;
}

#frontpage-block-tree-article-right a{
	font-size:14px;
}

#frontpage-block-two-article-right a{
	font-size:14px;
}


/*LOAD OTHER CSS FILES FROM PLUGINS FOR FEWER HTTP REQUESTS***************************************************************/
/*
Generalised theme compatibility fixes, the shopping cart does not need bullets
*/
/*compatibility.css*/ 
li.widget_wp_shopping_cart ul {

 }
  
li.widget_wp_shopping_cart ul li {

  background: none !important;
 }

li.widget_wp_shopping_cart ul li:before{
	/* Countermand any content properties like the one in the default wordpress theme.  */
	content: "" !important;
}


div.categorydisplay ul li:before{
	/* Countermand any content properties like the one in the default wordpress theme.  */
	content: "" !important;
}

a.additional_description_link img {
  margin:0px 3px 0px 0px;
}

div.textcol form {
  min-width: 300px;
}

div.wpsc_loading_animation {
  visibility: hidden;
}

#idc-container-parent{
clear:both;

}

/*default theme css*/
/*
Theme Name: Default Theme
Theme URI: http://instinct.co.nz
Description: Default Theme
Version: 3.5
Author: Thomas Howard
Author URI: http://instinct.co.nz
*/

/*
 * If you delete this file, you can expect your WP e-Commerce installation to break in some manner
 * to create your own theme copy, and paste this file, change the names and alter to your tastes
*/

.widget-inside .item_image {
float:left;
width: 45px;
padding-right:10px;
  } 

.item_image{
clear: both;
} 

.widget-inside a{
clear: both;
} 


.wpsc_container{
  position: relative;
  _zoom: 1;
  } 

div.productdisplay img {
 max-width: none !important;
 padding: 0px;
 border: none;
 }

 
#change_country{
 float:left;
 }
 
/*
 * shopping cart styling
 * lots of styling for lots of different ways of displaying it.
 */
div#shoppingcart{
 float: right;
 width: 148px;
 margin: 0px;
 padding: 0px;
 margin-left: 5px;
 }
 
div#shoppingcart div#shoppingcartcontents{
 font-size: 9pt;
 border: 1px solid #999999;
 background-color: #efefef;
 height: 100%;
 width: 100%;
 text-align: left;
 padding: 0px 6px 0px 0px; 
 position: relative;
 z-index: 9;
 }
 
div#shoppingcart div#shoppingcartcontents strong{
 display: block;
 width: 100%;
 }
 
div#shoppingcart div strong{
 font-size: 11pt;
 }

div#sideshoppingcart div{
 height: 100%;
 width: 90%;
 text-align: left;
 padding: 6px;
 padding-top: 4px;
 }
 
div#sideshoppingcart div h2{
 margin-left: -1ex;
 display: inline;
 }
 
input.wpsc_buy_button{
 float: left;
 }
 
a.wpsc_product_title{
 display: block;
 float: left;
 } 
 
a.wpsc_edit_product{
 display: block;
 float: left;
 font-size: .8em;
 margin: 0px 0px 0px 2px;
 } 

div.wpsc_listen_button{
 clear: both;
 } 
 
div.wpsc_description{
 clear: both;
 } 
 
table.shoppingcart{
 margin-left: -2px;
 margin-bottom: 5px;
 }

table.shoppingcart tr td{
 font-size: 8pt !important;
 }

div#widgetshoppingcart{
 }

div#widgetshoppingcart div{
 height: 100%;
 width: 100%;
 text-align: left;
 }

div#widgetshoppingcart div strong.cart_title{
 margin-left: -6px;
 display: inline;
 font-size: 1.2em;
 }
 
div#widgetshoppingcart div h2{
 text-align: left;
 margin-bottom: 4px;
 display: block; 
 }
 
a#fancy_collapser_link{
 width: 13px;
 height: 13px;
 padding: 0px;
 margin-left: 5px;
 margin-bottom: -3px;
 border: none;
 }
 
a#fancy_collapser_link img{
 border: none;
 }
 
div#shoppingcartcontents{
 display: block;  
 }
 
div#sliding_cart{
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  color:black;
  }  
 
span.oldprice{
 text-decoration: line-through;
 }
 
 span.oldprice span{
 text-decoration: line-through;
 }
 
span.special{
 color: #DD0000;
 font-weight:bold;
 }

strong.prodtitles{
 display: block;
 margin-bottom: -15px;
 }

h2.prodtitles{
 font-size:1em;
 margin: 0px;
 clear:both;
 padding-top:0;
}

h2.prodtitles span{
  display: block;
  float: left;
	line-height:125%;
}
span.items{
 display:block;
 margin:0 0 15px 0;
}

span.nomore{
 display:block;
 margin:0 0 15px 0;
}

span.numberitems{
 margin:0 5px 0 0;
}

span.subtotal,span.total,span.discount,span.postage,span.tax,span.gocheckout{
display:block;
}

span.totalhead,span.discounthead,span.subtotalhead,span.postagehead,span.taxhead{
font-weight:bold;
margin-right:5px;
}

span.emptycart{
 display:block;
 margin:10px 0 0 0;
}

p.empty,p.visitshop{
 margin:0;
 padding:0;
}

 
/*
 * end shopping cart styling
 */
 
/*
 * product default display styling
 */
div.productdisplay{
 position:relative;
 float:left;
 clear:both;
 top:0px;
 left: 0px;
 margin-bottom: 12px;
 padding: 0px;
 width: 100%;
 text-align: left !important;
/*   border: 1px solid red; */
 }


div.imagecol{
 position:relative;
 float:left;
 top:0px;
 left: 0px;
 padding-right: 5px;
 margin-right: 5px;
 border: 0px solid #fff;
/*  border: 1px solid blue; */
 }
 
div.productdisplay div.imagecol img{
border: 0px solid #fff;
 }


div.textcol{
 position:relative;
 float:left;
 top:0px;
 left: 0px;
 padding: 0px;
 padding-bottom: 10px;
 margin: 0px;
/* Adjust this width according to your layout*/
/*  width: 77%; */
 text-align: left !important;
/*   border: 1px solid green; */
  _display: inline;
 }
 
div.textcol form{
	text-align: left !important;
}

div.single_product_display div.textcol{
/* Adjust this width according to your layout*/
/*  width:41%; */
 margin-right: 0;
}


.item_no_image {
  border: 2px solid #aaaaaa;
  background: #cccccc;
  display: block;
}

.item_no_image a, .item_no_image .link_substitute {
  display: table-cell;
  width: inherit;
  height: inherit;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}

.item_no_image a span, .item_no_image .link_substitute span {
  display: block;
}

div.producttext{
 font-size: 10pt;
 width: 100%;
 text-align: left !important;
 }
 
p.description{
 margin: 0px 0px 6px 0px;
 } 
 
p.wpsc_description{
 margin: 0px 0px 6px 0px;
 } 
 
p.wpsc_variation_forms{
 margin: 0px 0px 0px 0px;
 }

p.wpsc_variation_forms label{
 }
 
 p.wpsc_product_price{
 margin: 0px 0px 0px 0px;

 }
 span.wpscsmall{
 font-size:0.8em;
 }
 p.wpsc_product_extra_content{
 margin: 0px 0px 0px 0px;
 }
 
  div.wpsc_product_price{ 
   width:130px;
  }
  span.pricefloatright{

  }
 div.wpsc_product_price label{
   display: inline;
 }
 
 div.wpsc_product_price input{
/*    float: left; */
 }
 
 
  div.wpsc_product_price br{ 
    clear: both;
  }
 
 p.galleryheading{
	font-weight:bold;
}
  
 
/* styles the additional description */
div.additional_description{
display: none;
}

a.additional_description_link{
display: inline;
}

a.additional_description_link img{
margin-right: 3px;
}

label.wpsc_quantity_update {
  display: inline;
}

    /*
    * product rating styling
    */ 
    div.product_footer{
    position: relative;
    clear: both;
    padding: 0px !important;
    width: 100%;
    border-top: 1px dashed #cccccc;
    height: 35px;
    margin-top: 1em;
    }
    
    div.product_footer strong{
    display: block;
    font-size: 7pt;
    font-weight: normal;
    }
    
    div.product_average_vote{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    float: left;
    margin: 0px !important;
    height: inherit;
    }
    
    div.product_user_vote{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    margin: 0px !important;
    height: inherit;
    }
    
    span.vote_total{
    position: relative;
    top: -3px;
    left: 2px;
    font-size: 7pt;
    }
    
    span.rating_saved{
    color: #990000;
    display: none;
    }    
    /*
    *end product rating styling
    */  
/*
 * end default product display styling
 */ 
 
 
 
 
 /*
 * list product display styling
 */  
table.list_productdisplay{
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 }

table.list_productdisplay tr td{
 vertical-align: top;
 padding-bottom: 0px;
 font-size: 8pt;
/*  border: 1px solid black;  */
 }

table.list_productdisplay tr td a.wpsc_product_title{
 text-align: left;
 border-bottom: none;
  text-decoration: underline
 }

table.list_productdisplay tr td div.wpsc_variation_forms p{
  padding: 0px;
  text-align: left;
 }
table.list_productdisplay tr td select{
 margin-right: 3px;
 }
 
 
table.list_productdisplay tr.list_view_description{
 margin: 0px;
 padding: 0px;
 }
 
table.list_productdisplay tr.list_view_description td{
 margin: 0px;
 padding: 0px 3px 5px 3px;
 } 
 
table.list_productdisplay tr.list_view_description td div{
 display: none;
 padding: 3px;
 }  
 
 
div.wpsc_loading_animation {
 margin-top: 3px;
 margin-left: 6px;
  float: left;
}

.list_productdisplay .wpsc_loading_animation {
  display: none;
}

 
 /*
 * end list product display styling
 */ 
 
 
/*
 * loading indicator styling 
 */ 
 
#loadingindicator{
 visibility: hidden; 
 font-size: 7pt;
 font-weight: normal;
 }

#loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
 
#alt_loadingindicator{
 visibility: hidden; 
 font-size: 7pt;
 font-weight: normal;
 }

#alt_loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
/*
 * end loading indicator styling 
 */ 
 
 

div.select_country{
	margin-bottom: 5px;
}

div.select_country input, div.select_country select{
	vertical-align: top;
  _height: 20px;
  margin: 0px;
}
 
div.select_country form{
 text-align: left;
 }

form.wpsc_checkout_forms {
 text-align: left;

}

form.wpsc_checkout_forms .login_error {
	color:red;
}
 td.shipping_error {
	color:red;
}

fieldset.wpsc_registration_form {
  border: none;
  text-align: left;
  margin: 0px;
  padding-left: 3px;
}

fieldset.wpsc_registration_form label {
  display: block;
  clear: left;
  float: left;
  width: 94px;
}

fieldset.wpsc_registration_form input {
  float: left;
  margin: 0px 0px 4px 0px;
}

table.wpsc_checkout_table input.text, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select, fieldset.wpsc_registration_form input {
	margin-right:0;
	width:260px;
	font-family:"Verdana","Lucida Fax","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size: 10pt;
}

table.wpsc_checkout_table select {
	width:271px !important;
}
 
tr.product_shipping td h2{
 margin-bottom: 15px;
 margin-top: 5px;
 }
 
div#homepage_products{
 width:100%;
 }
 
/* frontpage_product and category view styling */
div.frontpage_product{
 width:auto;
 float: left;
 height: 260px;
 text-align: center;
 }
 
div.frontpage_product a p{
 margin-top: 0px;
 }
 
div.frontpage_product a{
 color: #333333 !important;
 font-weight: normal !important;
 }
 
div.frontpage_product a img{
 border: none;
 }
 
div.frontpage_product img{
 text-align: center;
 }
 
div.frontpage_product span.front_page_price{
  display: block;
  }
  
  
/* Verify your Order styling */
table.productcart{
 width: 710px;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 0px;
 border-collapse: collapse;
 padding-top: 3px;
 border: none;
 font-size: inherit;

 }

table.productcart tr td{
 padding-bottom: 5px;
 font-size: 11px;
 font-size: inherit;

 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }


form.adjustform{
 display: inline;
 }

table.productcart tr.firstrow td{
 font-weight:bold;
 background-color: #e5e5e5;
 border-left: 2px solid white;
 }

table.productcart tr.firstrow td.firstcol{
 border-left: none;
 }

table.productcart tr.product_shipping td{
 vertical-align: middle;
/*  border-top: 1px solid #E1DAB7 !important; */
 padding-top: 4px;
 }

button.remove_button {
  margin: 0px !important;
}


#coupon_num{
  width: 134px !important;
 }

table.productcart tr.total_price td{
 border-top: 1px solid #999999 !important;
 border-bottom: 1px solid #999999 !important;
 font-weight: bold;
 padding-top: 4px;
 }
 
ul.checkout_links{

  padding-left: 0px;
 }
 
 
ul.checkout_links li{

  margin-left: 0px;
 }
 
ul.checkout_links li a{
 color: #555555 !important;
 font-weight: normal !important;
 }
 
ul.checkout_links li a:hover{
 color: #000000 !important;
 }
 
a.termsandconds
 {
 text-decoration: underline;
 }
 
 .validation-error input, .validation-error textarea {
   border: 1px solid red;
 }
 
 p.validation-error {
  color: red;
  margin-bottom: 0px;
 }
 
/* end Verify your Order styling */



/*
 * category display styling
 */

/* override some styling in the default wordpress theme */
.wpsc_container .PeSwitcher ul li:before, .wpsc_container .PeCatsBrands ul li:before{
  content: "";
  }
  
.wpsc_container .PeSwitcher ul li, .wpsc_container .PeCatsBrands ul li{
  padding-left: 0px !important;
  margin-left: 0px;
  }
  
.PeSwitcher ul{
 padding-left: 0px;
 } 
  
.PeSwitcher ul li{
 margin-left: 0px;
 }
 
.category_brand_header{

  }
  
.category_brand_header li{
 margin-left: 0px;
 }
 
 
.category_brand_header li:before{
 content: none !important;
 }  
  
#content .category_brand_header li a{
 color: #333333;
 font-weight: bold;
  font-size: 11pt;
 }
  
.PeCatsBrands ul{
 padding-left: 0px;
 }
  
.PeCatsBrands ul li{
 margin: 0px 0px 0px 0px !important;
 }
  
.PeCatsBrands  ul.SubCategories{
/*  margin: 0px; */
 }
  
.PeCatsBrands  ul.SubCategories li{
 margin-left: 1em;
 }

ul.PeCategories{
 margin: 0px;
 }
 
.category_image{
 float: left;
 }
 
.widget h3.category{
  margin-top: 0px;
  display: inline;
  }
  
.category a{
  color:#FFBA00;
  }
  
li.MainCategory strong.category{
  margin-top: 5px;
  font-size: 8pt;
  }
  
li.MainCategory strong.category a.productlink{
  color:#FFBA00;
  font-size: 8pt;
  }
  
li.MainCategory strong.category a.productlink:visited{
  color:#FFBA00;
  }
  
li.MainCategory strong.category a.productlink:hover{
  color:#114477;
  }

div.wpsc_container div.PeSwitcher ul{

 }
 
div.wpsc_container div.PeCatsBrands ul li{

 }
 

div.wpsc_container div.PeSwitcher ul{

 }
  
div.wpsc_container div.PeCatsBrands ul li{

 }

img.catimage{
 float:left;
 position: relative;
 top: -3px;
 margin-right: 2pt;
 }

strong.cattitles{
 display: block;
 z-index:1;
/* margin-bottom: -15px; */
 }

/*
 * end category display styling
 */
 
  
div.wpcart_gallery img
  {
  margin-right: 5px;
  }
  
/*
 * Fancy notification styling
 */ 
#fancy_notification{
 position: absolute;
 top: 0px;
 left: 0px;
 background: #ffffff;
 border: 4px solid #cccccc;
 display: none;
 height: auto;
 z-index: 9;
 }  
 
#fancy_notification #loading_animation{
 display: none;
 }
 
#fancy_notification #fancy_notification_content{
 display: none;
 width: 300px;
 padding: 8px;
 height: auto;
 text-align: left;
 margin: 0px !important;
padding-bottom: 0;
}
 
#fancy_notification #fancy_notification_content span{
 margin: 0px 0px 6px 0px;
 display: block;
 font-weight: normal;
 color:black;
 }
 
#fancy_notification #fancy_notification_content a{
 display: block;
 float: left;
 margin-right: 6px;
 margin-bottom: 3px;
 color:black;
 }
 
#fancy_notification {
	left:350px !important;
}
 
/*
 * end Fancy notification styling
 */ 
  
  
table.logdisplay{ width: 100%; }

table.logdisplay tr.toprow td{ text-align: center; font-weight:bold; }

table.logdisplay tr.toprow2 td{ text-align: left; font-weight:bold; }
  
table.logdisplay tr td{ padding-left: 5px; padding-top: 2px; padding-bottom: 2px;}
  
table.logdisplay tr.alt{ background-color: #eeeeee; }

table.logdisplay tr.alt td{ background-color: #eeeeee; }

td.processed{ text-align: left; min-width: 140px; width: 140px; white-space: nowrap; }
td.processed a{ border-bottom: none; }
td.processed a img{ margin-left: 5px; }
div#form_field_form_container{ padding: 0px; margin: 0px; }  

div#form_field_form_container div, div#form_field_form_container div table{  padding: 0px;  margin: 0px;  width: 100%;  border-collapse: collapse; }  

div#form_field_form_container div table tr td{ padding: 0px; margin: 0px; }

table.logdisplay td.details {
  padding: 0px;
}

div.order_status {
	border-bottom: 1px solid #eeeeee;
	display: none;
	width: 100%;
	text-align: left;
	padding:13px 8px 1px 9px;
}

div.order_status table {
  width: 97%;
}

div.order_status table.logdisplay{
	margin: 4px 0px 4px 0px;
}

div.order_status table.customer_details {
	margin: 4px 0px 4px 0px;
}

div.order_status table.customer_details tr td {
	text-align: left;
}

div.order_status div{ width: 100%; padding:0px 0px 1ex 0px; display: block !important;}
  
  
img.log_expander_icon { margin-right: 3px; }

div.wpsc_page_numbers{
  margin-bottom: 5px;
  }
 
 
 
 
/*
 * checkout registration styling
 */
    
table.wpsc_checkout_table tr td{
 text-align: left;
 }
  
  
  
div#checkout_login_box{
  display: none;
/*  border: 1px solid #339933;
  background-color: #e8fcea;*/
  width: auto;
  padding: 5px 5px 5px 15px;
  margin: 20px 0px 0px 0px;
	clear: both;
  }
    
div#checkout_login_box a{
		clear: both;
}
    
div#checkout_login_box input.checkout_submit{
		clear: both;
}
 
div#checkout_login_box form{
  text-align: left;
  }
  
#TB_window img#register_loading_img{
  display: inline;
  border: none;
  margin: 0px 0px -10px 5px;
  padding: 0px;
  display: none;
  }
/*
 * end checkout registration styling
 */ 
 
/*
 * single category view styling
 */  
  
 div.category_view_product{
  width: 280px;
  float: left;
  text-align: left;
  margin: 0px 0px 10px 0px
  }

 
  div.category_view_product a img.product_image{
  float: left;
  margin-right: 6px;
  }
 
 
  div.category_view_product div.product_details{
  display: block;
  float: left;
  }
 
  div.category_view_product div.product_details form{
  text-align: left;
  }
   
/*
 * also bought product styling
 */  
div.single_product_display div.producttext h2.wpsc_also_bought{
  margin-top:12px;
  display: block;
} 
 
 div.wpsc_also_bought{
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
}
 
div.wpsc_also_bought_item{
  float: left;
  margin: 0px 5px 0px 0px;
}

div.wpsc_also_bought_item a.preview_link{
  display: block;
  margin-bottom: 3px;
  margin-left: 2px;
  height: 96px;
  width: 96px;
}
 
 div.wpsc_also_bought_item img.product_image{
  display: block;
}
 
div.wpsc_also_bought_item a.wpsc_product_name{
}
div.wpsc_also_bought_item span.pricedisplay{
 float: none;
 display: block;
}
  
/*
 *  Stuff with multiple or miscellaneous uses
 */ 

strong.title{
 font-size: 12.5pt;
 }

a.categorylink{
 font-size: 8pt;
 }

span.pricedisplay{
/*  white-space: nowrap; */
 width: 80px;
 float:right; 
 }
 
td.totals{
 vertical-align: bottom;
 }

form#specials{
 display: inline;
 }
 
 /*
Modified By allen
*/
.autocompleter{
	color: #000000;
	border: 1px solid #BBBBBB;
	width: 255px;
	background-color: #DDDDDD;
}
.autocompleter ul li{
	cursor:pointer;
	padding: 2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.selectAutocompleter{
	cursor:pointer;
	background-color: #999999;
	color:#ffffff;
}

div#product_search{
	position:relative;
	left:-100px;
}

table.products{
	text-decoration:none;
	text-align:left;
	width:240px;
	table-layout:fixed;
}

td.product_img{
	width:35px;
}

div.wpsc_product_search input.wpsc_product_search{
 float: left;
 height: 19px;
 width: 110px;
 _width: 144px;
 font-size: 11px;
 
 padding: 2px 14px 0px 20px;
background: url(/wp-content/themes/default/images/iShop_search.png) no-repeat; 
 border: none;
 color:black;
 }

div.wpsc_product_search .submit{
 display: none;
 }

div.wpsc_product_search{
 background-color: #eff2f3;
 display: block;
 height: 22px;
 _height: 30px;
 padding: 4px;
 margin: 20px 0px 12px 0px;
 }
  
table.productdisplay tr td {
  position: relative;
 }

div.breadcrumb {
  margin: 0px 0px 10px 0px;
}


table.logdisplay {

}

select#current_country {
  margin-right:10px;
  width: 190px;
}

input#zipcode {
  margin: 0px;
}


 /*
End of modified By allen
*/

/* Verify your Order styling */
td.shipping_header {
	/*background-color:#E5E5E5;*/
	text-transform: uppercase;
	font-weight:bold;
}

/* Main Flora Style Sheet for jQuery UI ui-datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #E0F4D7;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}

/*.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}

*html .ui-datepicker-prompt {
	width: 185px;
}
*/
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.ui-datepicker-control {
	background: #FF9900;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #E0F4D7;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #83C948;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #83C948;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87;
}
.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}
.ui-datepicker-week-col {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #DDD;
}
.ui-datepicker-days-cell a {
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #E0F4D7;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	background: #FFF !important;
	border: 1px solid #777;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}
* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-today {
	background: #B1DB87 !important;
}
.ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-status {
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.ui-datepicker-title-row a {
	color: #000 !important;
}
.ui-datepicker-control a:hover {
	background: #FDD !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #83C948;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	/*filter: mask();*/
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

.checkout_forms_hidden {
  display: none;
}

div.custom_meta {
  clear: both;
}


div.wpsc_category_details {
  margin: 0px 0px 8px 0px;
}

div.wpsc_category_details img {
  float: left;
  margin: 0px 6px 12px 0px;
}

div.wpsc_page_numbers a.selected {
	text-decoration: underline;
}

#products_page_container .wpsc_category_grid {
  width: 50%;
}

.wpsc_category_grid a.wpsc_category_grid_item {
	display: block;
	margin: 0px 7px 7px 0px;
	float: left;
}


/* Widget CSS */

.shopping-cart-wrapper form {
  clear: right;
}
/*span.pluspostagetax {
  float: right;
}*/

.widget_wpsc_categorisation .wpsc_categorisation_group {
width:100%;
float:right;
margin-bottom:10px;
position:relative;
}
 .clear_category_group {
	clear: both;
}
 .widget_wpsc_categorisation h4.wpsc_category_title {
	margin-top: 4px;
}

 .widget_wpsc_categorisation ul.wpsc_top_level_categories {
}

.widget_wpsc_categorisation ul.category_images li {
  background: none !important;
  clear: both;
}
.widget_wpsc_categorisation ul.category_images li:before{
  content: "" !important;
  }

.widget_wpsc_categorisation ul.category_images .wpsc_category_image_link {
	margin: 0px 0px 4px 0px;
  float: left;
  font-size: 9px;
  font-weight: normal;
  
}

.widget_wpsc_categorisation ul.category_images a.wpsc_category_link {
  display: block;
	margin: 3px 0px 0px 4px;
  float: left;
}

.list_productdisplay .alt {
	background-color: rgb(238, 238, 238);
}

.category-product-list {
	display: none;
}

#content .widget_specials strong a.wpsc_product_title {
 font-weight: bold;
}
.widget_specials span.pricedisplay {
  float: none;
}

/* post-content */

/*product rater css*/
/* product rating CSS */

.votes{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
 color: #333;
  }
  
span.votetext{
 display:block;
 overflow:visible;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #333;
 height: 0px;
 }  
  
td.votetext{
 width: 90px;
  }  
  
td.votes{
 text-align: center;
  }
 
.starcontainer{
 margin: 0px;
 padding: 0px;
 width: 90px;
 height: 17px;
 overflow: hidden;
 background: #c4c4b8;
 position: relative;
 } 

.starcontainer a{
 margin: 0px !important;
 padding: 0px !important;
 border: 0px;
 } 
 
.starcontainer a img{
 margin: 0px !important;
 padding: 0px !important;
 border: 0px;
/* border: 1px solid red; */
 width: 18px !important;
 height: 17px !important;
 } 

#singleimg{
 margin: 0px;
 padding: 0px;
 width: 240px;
 text-align:center; 
 }
 
#starcont2{
 margin: 0px;
 padding: 0px;
 width: 90px;
 height: 17px;
 overflow: hidden;
 background: #888;
 }

#starmove{
 width: 190px;
 margin: 0px;
 height: 17px;
 padding-left: 10px;
/*  border: 1px solid green; */
 }
  
img.goldstar{
 height: 17px;
 width: 18px; 
 padding: 0px;
 margin: 0px;
 border: none;
 }
 
#starmovenv{
 width: 150px; 
 margin: 0px;
 padding: 0px;
 height: 17px;
  }

#startxtmove{
 width: 110px;
 margin: 0px;
 padding: 0px;
  }
  
#goldstarcont{
 margin: 0px;
 padding: 0px;
 height: 17px;
 overflow: hidden;
 } 
 
.starimage{
  background: transparent !important;
  float: none !important;
/*  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/24bit-star.png',sizingMethod='scale'); */
 }  
 
div.starcontainer a{/*
 border: 1px solid red;
 display: block;
 visibility: visible;*/
 }
 
div.starcontainer a:hover{
 background: url('images/blue-star.gif') !important; 
/* border: 1px solid black;*/
 }
   
a.star1{
 display:block;
 width: 18px;
 text-align: right;
 z-index: 5;
 position: absolute;
 top: 0px;
 left: 0px;
 }
 
a.star2{
 display:block;
 width: 36px;
 text-align: right;
 z-index: 4;
 position: absolute;
 top: 0px;
 left: 0px;
 }
 

 
a.star3{
 display:block;
 width: 54px;
 text-align: right;
 z-index: 3;
 position: absolute;
 top: 0px;
 left: 0px;
 }
 

a.star4{
 display:block;
 width: 72px;
 text-align: right;
 z-index: 2;
 position: absolute;
 top: 0px;
 left: 0px;
 }
 
a.star5{
 display:block;
 width: 90px;
 text-align: right;
 z-index: 1;
 position: absolute;
 top: 0px;
 left: 0px;
 }
 
 /*thickbox css*/
 /* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.Thickbox, .Thickbox * { margin: 0; padding: 0; }


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;*/
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
  -ms-interpolation-mode: bicubic;
}

#TB_window img#TB_Image {
  margin-right: 15px;
  float: right;
}

#TB_additional_images {
 display: block;
 width: 75px;
 float: left;
 padding: 0px;
 margin-top: 15px;
 margin-left: 15px;
}

#TB_additional_images img.TB_Thumbnail_Image {
 margin: 0px 0px 15px 0px
 }

#TB_Header{
 background: #cccccc;
 height: 16px;
 width: 95%;
 padding: 4px;
 margin: 6px auto 0px auto; 
 }


#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

.TB_Selected img{
 border:2px solid #FFCC66 !important;
 }

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_Header #TB_TopCloseAjaxWindow{
  padding: 0px;
  margin: 0px;
  display: block;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;*/
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*plugin contact form css*/
div.wpcf7 {
	margin: 0;
	padding: 0;

}


div.wpcf7-mail-sent-ok {
	border: 2px solid #fafafa;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #cc0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}


span.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control-wrap input {
	width:60%;
}

.wpcf7-form {
	clear:both;
}

#content .wpcf7-form img.size-full{
	border:none;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #cc0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/*pagenavi plugin styles*/
/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #FFBA00;
	color: #FFBA00;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #FFBA00;
	color: #FFBA00;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #FFBA00;
	color: #FFBA00;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/*NGG GALLERY CSS FILES*/
/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #ae0a0a;
}

/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	/*background-color:#FFFFFF;*/
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #FFBA00;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	/*background-color:#FFFFFF;*/
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

/*shopping cart by GEE Jan 2010*/
#fancy_notification_content   {
	color:black;
}

#products_page_container img {
	border:3px solid white;
}

#products_page_container .producttext{
	padding-left:10px;
}

#products_page_container .prodtitles{
	margin-bottom: 10px;
}



#content .wpsc_buy_button, .make_purchase {
	padding:3px;
	color:#333;
	font-size:12px;
	font-weight: bold;	
	background: url(images/button-bgr.gif);
}

#products_page_container .grid_product_info{
	min-height:65px;
}

#products_page_container .wpsc_description, p {
	margin-right: 10px;
}


#wpsc_shopping_cart_container h2 {
	background-color: transparent;
	color:#fafafa;
}

#wpsc_shopping_cart_container td.shipping_header {
	border-bottom: 1px solid white;
}

#wpsc_shopping_cart_container {
	color:#fafafa;
}

iframe {
	color:#000;
}


#content .entry{
	color:#fff;
}

#content .entry img{
	border:4px solid white;
	padding:0;
}


#content .firstrow {
	background-color: white;
	color: black;
}


/*fix footer problems*/

.footer {
margin:0 auto;
width:961px;
}

.footer {
clear:both;
height:80px;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}


/*MORE WIDGETS GEE FEB 2010*/
/*plugin audiop podcast*/
span.wpa_container {
	border:1px solid white;
	padding:5px;
	
}


/*plugin sidebar menu*/
#siblings ul ul li, a, a:hover {
	

}

/*wpecommerce gold cart search settings*/
#wpsc_search_autocomplete{
	color:black;
	width:120px;
}

a.live-search-text {
	font-size:12px;
}

#wpsc_shopping_cart_container h2  {
	background-color: white;
	padding:10px;
	width:710px;
	margin-top:0px;
	font-size:16px;
	margin-left: -15px;
	color: black;
}


.page_item  {
	margin-top:1px;
}

td {
vertical-align: top;
}

.wrap {
font-size:15px;
}

/*NEW NAVIGATION*/

#suckerfishnav {
background:rgba(51, 51, 51, 0.7) none repeat scroll 0 0;
}

ul.sf-menu ul {
display:none;
width:-12em;
list-style:none;
margin-top:-20px;
}

ul.sf-menu li:hover ul {
display:inline;
}

ul.sf-menu li:hover ul ul {
display:none;
}

ul.sf-menu li ul li:hover ul {
display:inline;
}

ul.sf-menu li:hover ul ul ul {
display:none;
}

ul.sf-menu li ul li ul li:hover ul {
display:inline;
}

ul.sf-menu li ul li:hover ul ul ul {
display:none;
}

ul.sf-menu li ul li ul li ul li:hover ul {
display:inline;
}

ul.sf-menu li ul li ul li:hover ul ul ul {
display:none;
}

ul.sf-menu li ul li ul li ul li ul li:hover ul {
display:inline;
}

ul.sf-menu {
float:right;
margin:0.5em;
padding:0;
width:auto;
text-align:right;

}

ul.sf-menu li {
margin:2px;
padding:0;
width:210px;

}

ul.sf-menu li.current_page_item {
background-color:#FFBA00;
color:white;
}

ul.sf-menu li:hover {
background-color:#FFBA00;
color:black;
}

ul.sf-menu li a {
color:#FF9900;
display:block;
text-decoration:none;
line-height: 18px;
padding:4px;
}


ul.sf-menu ul {
margin:-1.85em 0 0;
padding:0;
position:absolute;
right:15em;
list-style-type: none;
background-color:#FFBA00;
color:white;
}

ul.sf-menu ul li {
margin:1px;
border-bottom:1px solid black;
}

ul.sf-menu ul li ul {
right:-9.2em;
position:inherit;
}

/*gee again 11 05 2010*/
.current_page_parent {
background-color:#FFBA00;
color:white;
}

.home {
/*background-color:#FFBA00;*/
color:white;

}

/*gee feb 2011*/
.book_signing {width:500px;height:50px;}

.entry {font-size:15px;}
