/*-----------------------------------------------------------------------------
	base tag styles - these are the site-wide defaults for each tag
-----------------------------------------------------------------------------*/
html {
	background: url("/img/bg-repeat-xy.png");
	overflow: -moz-scrollbars-vertical !important;
}  /* to keep the page from jumping on mozilla */
	/* start at same margins, padding, and border in IE and other browsers */
html,body,div,h1,h2,h3,h4,p,a,q,blockquote,cite,img,ul,li,table,thead,tbody,tr,th,td,form,fieldset,legend,label,input,select,textarea
	{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    background: url("/img/bg-repeat-x.png") repeat-x top left;
    font: 12px/ 14px "Lucida Grande", helvetica, verdana, arial, sans-serif;
    color: #000;
    min-height: 680px;
}

/* header styles */
h1 {
	font: bold 20px/ 24px "Lucida Grande", helvetica, verdana, arial,
		sans-serif;
	color: #555;
}

h2 {
	margin: 23px 0 6px 0;
	clear: left;
}

h3 {
	
}

h4 {
	font-size: 12px;
	margin: 13px 0 10px 0;
}

p {
	font: normal 12px/ 16px helvetica, verdana, arial, sans-serif;
	margin-bottom: 25px;
}

/* link styles */
a,a:link,a:visited {
	color: #0088CC;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

/* list styles */
ul {
	list-style-position: inside;
	font: normal 11px "Lucida Grande", helvetica, verdana, arial, sans-serif
		;
}

li {
	list-style-image: url("/img/bullet_blue.jpg");
	margin: 5px 0;
}

li a,li a:link,li a:visited {
	color: #555;
	text-decoration: none;
}

li a:hover,li a:active {
	text-decoration: underline;
}

/* non-link lists shouldn't have a hover state
li:hover { list-style-image: url("/img/bullet_orange.jpg"); } */
	/* table styles */
table {
	
}

caption {
	
}

thead {
	
}

tbody {
	
}

tr {
	
}

th {
	text-align: left;
	font: bold 12px/ 14px "Lucida Grande", helvetica, verdana, arial,
		sans-serif;
	color: #aaa;
}

td {
	
}

/* form styles */
form {
	
}

fieldset {
	display: block;
	clear: both;
	margin: 10px 5px;
	border-top: 0px none #fff;
	border-bottom: 1px solid #ccc;
}

legend {
	display: none;
	margin: 10px 0 0 0;
}

label /*, fieldset.radio label.radioset*/ {
	float: left;
	clear: left;
	width: 140px;
	margin: -3px 0 5px 0;
	padding: 3px 5px 0 0;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}

input {
	padding: 1px 0;
}

select {
	margin-right: 10px;
	padding: 0;
}

select.country {
	width: 280px;
}

input,select {
	float: left;
}

input,select,textarea {
	border: 1px solid #ccc;
}

input:focus,select:focus,textarea:focus {
	background-color: #f1f1f1;
}

option {
	background-color: #fff;
}

textarea {
	margin: 5px 2px;
}

input.submit {
	cursor: pointer;
	cursor: hand;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}

input.submit:hover {
	cursor: pointer;
	cursor: hand;
	background-color: #ddd;
}

.add2cart {
	vertical-align: top;
	height: 20px;
	width: 460px;
	text-align: right;
}

.quantityinput {
	width: 22px;
}

/*
fieldset.radio, fieldset.checkbox { display: block; text-align: left; margin: 0; padding: 0; border: 0; }
fieldset.checkbox input { margin: 6px 0 0 0; }
fieldset.radio label.radioset { font: normal 11px/14px Arial, Helvetica, sans-serif; }
fieldset.radio label { position: relative; clear: none; float: none; display: inline; width: auto; font-weight: normal; margin: 0 12px 0 8px; padding: 0; text-align: left; }
fieldset.radio input { display: inline; float: none; left: 0; margin: 0; padding: 0; }
*/ /* definitions styles */
dl {
	clear: both;
	padding-top: 15px;
}

dt label,dd input {
	margin-bottom: 5px;
}

dd input {
	width: 280px;
}

/*-----------------------------------------------------------------------------
	container styles
-----------------------------------------------------------------------------*/
#center {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}  /* container to center page in browser viewport */
#body {
	width: 960px;
}

/* header bar overlaps the flash movie on the home page */
#header {
    background: url("../img/header_bg.png?v=0001") no-repeat top center;
    height: 75px;
}

/* logo displays over the header bar (and overlaps flash movie on home page) ||  hide from ie mac \*/
#logo {
    background: url("../img/circusponies.png") no-repeat;
    background-position: 20px 0;
    display: block;
    float: left;
    width: 260px;
    height: 75px;
    text-decoration: none;
}

/* top: 11px; padding: 52px 0 0 3px; margin: 0 0 0 19px; width: 240px; height: 74px; z-index: 0; }
end hide from ie mac */
img#circusponieslogo {
	margin-top: 10px;
	width: 235px;
	height: 55px;
}

img#freetrial {
    margin: 5px 20px 0 30px;
}

/* primary nav sits on top of the header bar */
#primarynav {
    float: right;
    width: 450px;
    text-align: center;
}

html:lang(en)>body #primarynav {
	left: 265px;
}  /* hide from safari */ /* used for list style of primary nav elements
--ul#primarynav { position: relative; display: inline; height: 74px; margin-left: 60px; z-index: 400; }--

ul#primarynav { height: 20px; display: inline; margin: 19px 0 19px 0; padding: 0; }
ul#primarynav li { margin-left: 0; padding: 0px 5px 0px 10px; border-left: 1px solid #999; list-style: none; display: inline; }
ul#primarynav li.first { margin-left: 0; border-left: none; list-style: none; display: inline; }
*/
#content {
	width: 660px;
	float: left;
}

/* used to create drop-shadows */
.shadow {
	background: url("/img/shadow_slice.png") repeat-y;
	width: 960px;
}

/* main content area canvas */
#pagecanvas {
	position: relative;
	width: 900px;
	background-color: #fff;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin: 0 12px;
	padding: 10px 6px 10px 28px;
}  /* for most browsers, width + side margins + side padding = 760px */
	/* holly hack to deal with padding differences between IE and other browsers */
	/* * html #pagecanvas { width: 760px; background-color: #fff; }  for IE only if xml prolog is included in page & IE is put into quirks mode */
#bgtop {
	padding: 0;
	background: url("/img/bg_top.png") no-repeat;
	line-height: 12px;
}

#bgbot {
	padding: 0;
	background: url("/img/bg_bot.png") no-repeat;
	line-height: 12px;
}

#rightbar {
	/* absolute positioning takes the right bar out of the flow of the document,
	so it doesn't push the footer down if the right bar is longer than the content */
	/*position: absolute;
	/* floating pushes the footer down, but doesn't keep the background behind it */
	float: right;
	margin: 37px 12px 0 0;
	/*top: 45px;
	left: 548px;
	right: 22px;
	width: 188px;*/
}

.infobox {
	background: #f3f3f3 url("/img/infobox_footer.jpg") no-repeat bottom
		center;
	width: 188px;
	vertical-align: top;
	margin-bottom: 30px;
	padding-bottom: 4px;
}

.infobox_res {
	background: #f3f3f3 url("/img/infobox_footer.jpg") no-repeat bottom
		center;
	width: 188px;
	vertical-align: top;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.resources {
	background: #f3f3f3 url("/img/box_resources.jpg") repeat-y;
	width: 188px;
	font: normal 11px helvetica, verdana, arial, sans-serif;
}

.resources td {
	height: 65px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 0px;
	vertical-align: top;
}

.resources td p {
	font: normal 10px helvetica, verdana, arial, sans-serif;
	margin-left: -13px;
}

.resources td a {
	text-decoration: none;
	padding-top: 10px;
}

.resources td a:hover {
	text-decoration: none;
	padding-top: 10px;
	background: #ffffff
}

.boxcontents {
	width: 186px;
	margin: 0 0 10px 0;
	padding-top: 10px;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

/* infoboxes appear in right bar, with header images which include icons */
.infobox ul {
	margin: 5px 0 5px 24px;
}

.infobox li {
	list-style: none inside none;
	margin: 5px 0 5px -12px;
	padding: 0;
}

.infobox img {
	margin-bottom: -1px;
}

.bulletlist li{
	list-style: none;
	list-style-position:outside;
    background-image: url('/img/bullet_blue.jpg');
    background-repeat:no-repeat;
    background-position:0px 3px;
    padding-left: 15px;
    font-weight: bold;
}

.bulletlist li:hover{
    background-image: url('/img/bullet_orange.jpg');
}

.bulletlink a:link, .bulletlink a:visited{
	text-decoration: none;
	color: #999999;
}

.proceed2checkout a {
	margin-left: 12px;
	padding-left: 13px;
	background: transparent url("/img/bullet_blue.jpg") no-repeat top left;
}

.proceed2checkout a:hover,.proceed2checkout input:hover {
	padding-left: 13px;
	background: transparent url("/img/bullet_orange.jpg") no-repeat top left
		;
}

#notebookbox a {
	background-position: top left;
}

#notebookbox img {
	margin-top: 5px;
	margin-bottom: -2px;
}

#notebookbox ul {
	padding-bottom: 5px;
}

h3#cartboxheader {
	padding-top: 35px;
	width: 188px;
	background: #fff url("/img/h3_box_cart.jpg") no-repeat top;
	overflow: hidden;
	height: 0px !important;
	height /**/: 35px;
}  /* LIR technique */
h3#resourcesboxheader {
	padding-top: 35px;
	width: 188px;
	background: #fff url("/img/h3_box_resources.jpg") no-repeat top;
	overflow: hidden;
	height: 0px !important;
	height /**/: 35px;
}  /* LIR technique */
h3#notebookboxheader {
	padding-top: 35px;
	width: 188px;
	background: #fff url("/img/h3_box_notebook.jpg") no-repeat top;
	overflow: hidden;
	height: 0px !important;
	height /**/: 35px;
}  /* LIR technique */
h3#eventsboxheader {
	padding-top: 35px;
	width: 188px;
	background: #fff url("/img/h3_box_upcomingevents.gif") no-repeat top;
	overflow: hidden;
	height: 0px !important;
	height /**/: 35px;
}  /* LIR technique */
.infoblock {
	font-size: 12px;
	line-height: 16px;
	width: 186px;
}

.infoblock p {
	padding: 0 12px;
}

#footer {
	font: normal 10px/ 14px "Lucida Grande", helvetica, verdana, arial,
		sans-serif;
	margin-left: 22px;
	height: 30px;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------
	shopping cart box styles
-----------------------------------------------------------------------------*/
#shoppingcart {
	width: 182px;
	margin: 0 2px 12px 2px;
	font-size: 12px;
}

#shoppingcart tr,#shoppingcart td {
	margin: 0;
	padding: 0;
}

#shoppingcart tr {
	height: 27px;
}

#shoppingcart td {
	vertical-align: middle;
}

#shoppingcart thead {
	display: none;
}

#shoppingcart .deleteitem {
	width: 16px;
}

#shoppingcart label {
	width: auto;
}

#shoppingcart input {
	float: none;
	margin: 0;
	padding: 0;
}

#shoppingcart .productname {
	line-height: 22px;
	width: 86px;
	padding-left: 8px;
}

#shoppingcart .quantity {
	width: 18px;
	margin: 0;
	padding: 0;
}

#shoppingcart .quantity input {
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
}

#shoppingcart .quantity input:focus {
	background-color: #fff;
}

#shoppingcart td.productprice {
	width: 48px;
	font-size: 12px;
}

#shoppingcart .quantity,#shoppingcart .productprice,#shoppingcart .updatecart,#shoppingcart .subtotalline
	{
	text-align: right;
}

#shoppingcart .subtotalline {
	height: 18px;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------
	quotes box styles
-----------------------------------------------------------------------------*/
#quotebox {
	width: 163px;
	margin: 40px 10px 0 15px;
}

h4.quotetitle {
	margin: 20px 0 3px 0;
}

#quotebox blockquote {
	width: 158px;
}

blockquote {
	line-height: 16px;
	margin-top: 9px;
	text-align: right;
	font-family: helvetica, verdana, arial, sans-serif;
}

cite {
	display: block;
	margin: 8px 0 36px 0;
	font: italic 12px/ 12px normal "Lucida Grande", helvetica, verdana,
		arial, sans-serif;
	text-align: right;
}

cite span.booktitle {
	font-style: normal;
}

h4.testimonials {
	margin-bottom: 20px;
	text-align: right;
}

/*-----------------------------------------------------------------------------
	text styles
-----------------------------------------------------------------------------*/
#pagetitle {
	width: 515px !important;
	border-bottom: 1px solid #ccc;
}

.categoryheading {
	font: bold 20px/ 24px "Lucida Grande", helvetica, verdana, arial,
		sans-serif;
	color: #555;
}

/*-----------------------------------------------------------------------------
	link styles
-----------------------------------------------------------------------------*/
#primarynav a, #primarynav a:link, #primarynav a:visited {
    /* font: bold 13px/ 74px "Lucida Grande", helvetica, verdana, arial, sans-serif; */
    font-family: "Lucida Grande", helvetica, verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 74px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    color: #333;
}

html:lang(en)>body #primarynav a {
	padding: 20px 7px;
}  /* hide from safari */
#primarynav a:hover,#primarynav a:active {
	color: #555;
	text-decoration: underline;
}

#footer a,#footer a:link,#footer a:visited {
	color: #ccc;
	line-height: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#footer a:hover,#footer a:active {
	text-decoration: underline;
}

a.more {
	float: right;
	color: #777;
	font-weight: bold;
	font-size: 10px;
	margin-top: 1px;
}

a.archive {
	display: block;
	color: #777;
	font-weight: bold;
	font-size: 10px;
}

/*-----------------------------------------------------------------------------
	list styles
-----------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------
	image styles
-----------------------------------------------------------------------------*/
img.left {
	float: left;
	margin-right: 25px;
}

img.right {
	float: right;
	margin-left: 25px;
}

img#sslcertlogo {
	margin: 40px 0 0 30px;
}

img#unversal_logo {
	margin: 15px 20px 0 50px;
}

/*-----------------------------------------------------------------------------
	misc styles
-----------------------------------------------------------------------------*/
.textbutton {
	border: 0;
}

.center {
	text-align: center;
}

.skip {
	display: none;
}

.highlight {
	color: #ccc;
}

.divider {
	margin: 5px 0;
}

.warning,.messageStackError,.messageStackWarning,.messageStackCaution {
	color: #c00;
}

.messageStackSuccess {
	color: #6c4;
}

.first {
	margin-top: 40px;
}

.required {
	text-align: left;
	vertical-align: top;
	color: red;
	margin: 0 2px;
}

abbr,acronym,.help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.clear {
	clear: both;
}

.bottom_cap {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.cartproductoption {
	text-indent: 1em;
	font-style: italic;
	font-size: 10px;
}

.whatsthis {
	font-size: 9px;
}
/*\*/ /*/
#primarynav { top: 0; }
#logo { margin-left: 21px; }
/**/

