/* @group global */

body {
	color: white;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	margin: 10px 0px;
}

h2 {
	font-size: 20px;
	margin: 20px 0px 0px;
}

p {
	margin: 10px 0px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.clearer {
	clear: both;
}

.hide {
	display: none;
}

/* @end */


/* @group header */

#header_background {
	padding-top: 10px;
	height:  240px;
}

#header_background ul {
	text-align: right;
}

#header_background #account {
	margin-bottom: 165px;
}

#header_background #account a {
	color: #fe9d00;
}

/* @end */

/* @group content */


#content {
	width: 450px;
	float:left;
}

/* @group Menus */



.navigation {
	width: 396px;
	margin-left: 15px;
}

.navigation li {
	display: inline;
}

.navigation a:hover {
	text-decoration: none;
	color: #fe9d00;
}

.navigation li a.current {
	color: #fe9d00;
}

.nav1 {
	font-size: 18px;
}

.nav1 li {
	margin: 0 15px;
}

#nav_level1 {
	padding-top: 2px;
}

.box, .has_box a, .has_box span {
	border: 1px solid #666;
	background: url(../images/babylon_smooth_07.gif) repeat-x center;
	padding-bottom: 3px;
}

.box li {
	list-style: none;
}

#nav_level2 {
	margin: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-size: 16px;
	text-align: left;
	position: relative;
}

#nav_level2 li {
	margin: 0 2px;
}

#nav_level2 li.last a.add {
	position: absolute;
	top:  -1px;
	right:  2em;
	padding-bottom: 2px;
}

#nav_level2 li.last a.add:hover {
	background-color: #313133;
	color: #fff;
	border-color: #ff8c19;
}

#nav_level2 li.last a.add {
	background-image: none;
	background-color: #2d2e33;
	color: #e3e3e5;
	border-color: #959499;
}

#nav_level2 a {
	padding: 3px 15px 5px;
}

#nav_level2 a:hover, #nav_level2 a.current {
	color: #fe9d00;
}

#nav_level2 a:hover {
	background: #111 none;
}

/* @end */

/* @group main content */

#main_content {
	margin-left: 10px;
}

#main_content p {
	margin-bottom: 10px;
}

#main_content table.details td {
	padding-right: 20px;
	padding-bottom: 5px;
}

#main_content .page_browser {
	text-align: right;
	border-bottom: 1px solid white;
}

#main_content .page_browser p {
	margin-bottom: 0;
}

#main_content .submitted {
	text-align: right;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}

#main_content img.border, a.flowplayer {
	margin: 10px 0px 0px 15px;
	background-color: white;
	padding: 5px;
	border: 3px solid #222;
	border-width: 1px 3px 3px 1px ;
}

#main_content p.results {
	margin-bottom: 0;
}

#main_content ul {
	margin: 10px 30px 10px 40px;
	list-style-type: disc;
}

#main_content li {
	margin-bottom: 10px;
}

#main_content a {
	text-decoration: underline;
}

#main_content a:hover {
	color: #fe9d00;
}

#main_content .admin {
	padding: 10px;
	border: 1px solid white;
	margin-top: 20px;
}

#main_content .admin h2 {
	margin: 0;
}
#main_content .admin ul li {
	margin: 0;
	list-style: none;
}

/* @group star rating */

#main_content .rating {
	margin:  5px 0;
	padding: 1px 0px 1px 7px;
	width:  auto;
	margin-left: 190px;
}

#main_content .star-ratings-block p {
	margin: 0;
	margin-top: 2px;
	float: left;
}

#main_content .star-ratings-block ul.star-rating {
	margin: 0 0 0 110px;
}

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	position: relative;
	width: 125px;
	height: 25px;
	background: url(/images/cog_rating_back.gif) top left no-repeat;        
}

    .star-rating li{
        padding:0px;
        margin:0px;
        /*\*/
        float: left;
        /* */
    }
.star-rating li a{
	display:block;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	width:25px;
	height: 25px;
}

.star-rating li a:hover{
	z-index: 2;
	left: 0px;
	border:none;
	background: url(/images/cog_rating.gif) left center;
}
    .star-rating a.one-star{
        left: 0px;
    }
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}    
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	position: absolute;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	background: url(/images/cog_rating_rated.gif) left bottom;
	height: 25px;
}


#main_content p.rated {
	text-align: right;
	padding: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid white;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 11px;
}
/* @end */

/* @group form elements */

input {
	display: block;
}

input, textarea {
	margin: 5px 20px 10px;
	width: 400px;
}

select {
	margin-left: 20px;
	margin-top: 5px;
}

input#picture_uploaded_data, input#video_uploaded_data {
	color: #999;
}

input.submit {
	margin-top: 10px;
	width: 110px;
	margin-left: 310px;
	height: 30px;
	border: 1px solid grey;
	background-color: white;
}

form .small_form label, form .small_form input {
	display: inline;
	float: left;
	width: 135px;
	margin-top: 0;
}

form .small_form input {
	width: 250px;
}

.small_form input.submit {
	margin-left: 320px;
	margin-top: 0;
	width: 85px;
}

#main_content form p.form_note {
	font-size: 11px;
	margin: 5px 20px;
}

.checkfield {
	float: left;
	margin: 0px 0 10px;
}

form .checkfield label {
	width: 255px;
	display: inline;
}

form .checkfield input {
	width: 15px;
	margin: 1px 10px 0 130px;
	display: inline;
}

form .radio_button_set div.radio_options {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

form .radio_button_set input {
	width: auto;
	margin-right: 10px;
	float: left;
}

form #embed_fields textarea {
	height: 93px;
}

form .radio_button_set label {
	float: left;
	margin-right: 30px;
}

#embed_fields, #file_fields {
	height:  220px;
}

/* @group Errors and flash_info */

.formError, #flash_info, #progress_box {
	color: #000;
	border: 3px solid #fe9d00;
	padding: 5px 10px;
	margin-bottom: 5px;
	clear: left;
	background-color: #f9d395;
	float: left;
	clear: left;
	width: 95%;
}

#flash_info ul {
	margin: 0;
}

#flash_info li {
	list-style: none;
	margin-bottom: 5px;
}
/* @end */


/* @end */

/* @group video */

div.playButton { 
    background:url(/images/play.png) no-repeat; 
    width:45px; 
    height:45px; 
    position:relative; 
    top:-155px; 
    left:160px;     
    opacity:0.7; 
    margin-bottom:-49px; 
} 

div.playButton:hover { 
    opacity:1.0;         
}
	
/* dimensions for both splash image and the player wrapper */ 
a.flowplayer, a.flowplayer img { 
    display:block;                 
    width:400px; 
    height:290px; 
    border:0px;         
} 

/* @end */



/* @end */



/* @end */

/* @group extra */

#extra {
	float: left;
	margin: 40px 0px 0px 40px;
	width:  200px;
	text-align: center;
}

#extra img {
	width: 160px;
	border: 2px solid white;
	padding: 5px;
	background-color: #2c7cff;
}

#extra #registration_form {
	position: relative;
	background: url(../images/babylon_smooth_05.jpg) no-repeat -50px -5px;
	margin-bottom: 20px;
	padding: 10px;
	height: 255px;
}

#extra #registration_form h1 {
	font-size: 120%;
	margin: 0;
	padding-bottom: 3px;
	background: url(../images/babylon_smooth_07.gif) repeat-x center;
	border: 1px solid #666;
}

#extra #registration_form fieldset {
	margin-left: 10px;
}

#extra #registration_form form label {
	margin-top: 10px;
	text-align: left;
}

#extra #registration_form form input {
	margin: 0px;
	width: 150px;
}

#extra #registration_form form input.submit {
	width: 80px;
	position: absolute;
	right:  14px;
	bottom: 15px;
}

#extra a {
	text-decoration: none;
	margin: 0px 0px 20px 10px;
	width: 175px;
}

#extra p a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 115px;
	height: 100%;

}

/* @group switch */

#switch p {
	font-size: 16px;
	width: 178px;
	height: 60px;
	background: url(../images/fun_toggle.gif) no-repeat center center;
	margin: 0px 20px 20px 15px;
}

#switch p.toggle_prompt {
	background: none;
	margin-bottom: 0em;
	font-size: 95%;
	height: auto;
	color: #fff;
}

#switch a {
	text-decoration: none;
}

#switch p a#shop, #switch p a#fun {
	display: block;
	float: left;
	width: 70px;
	margin-top: 10px;
	height: 40px;
}

#switch p a#fun {
	margin-left: 50px;
	width: 55px;
}

#switch p a em {
	display: none;
}

/* @end */

/* @end */

#footer_nav {
	padding-top:  62px;
	float: left;
}

#terms {
	/*padding-top:  70px;*/
	/*float: right;*/
	text-align: right;
	margin-right: 25px;
}

#page_end p {
	margin: 0;
}

/* @group shopify */




/* @group shopify menu */

#navigation a {
	margin: 0;
	text-align: left;
}

#navigation dl, #search dl, #cart-right-col dl {
float:right;
width: 200px;
margin: 0;
padding: 0;
}
#navigation dt, #search dt, #cart-right-col dt{
margin:0;
font-size: 90%;
padding:0.5em 1.5em;
color: #000;
/*background: #a00 url(nav_heading_bg.gif) repeat-x;*/
}
#navigation dd, #search dd, #cart-right-col dd {
margin:0;
padding:0;
color: #fdfdfd;
font-size: 90%;
border-bottom:1px solid #fff;
border-top:1px solid #ccc;
background: #45464c;
}
.navbar a, .navbar a:visited {
color:#fdfdfd;
text-decoration:none;
display:block;
padding:5px 5px 5px 20px;
background: #45464c url(arrow.gif) 10px 50% no-repeat;
width:175px;
}
.navbar a:hover {
background: #333 url(arrowr.gif) 10px 50% no-repeat;
color:#fff;
}
#navigation dl.navbar {
	padding-bottom: 20px;
}

/* @end */

/* @group search */

form,fieldset {
border:0;
padding:0;
margin:5px 0;
}
.search-input {
width: 140px;
color: #555;
height: 2em;
margin: 5px 0 5px 10px;
padding: 5px 0 0 26px;
background: url(search_icon.png) no-repeat 5px 50%;
background-color: #fff;
border: 0;
font-size:90%;
}


/* @end */

/* @group cart */

#cart-right-col a {
	margin: 0;
	text-decoration: underline;
}

#cart-right-col a:hover {
	color: #fe9d00;
}


table.cart {
width:100%;
border-spacing:1px;
margin:0;
}
table.cart th, table.cart td {
padding:2px 5px;
vertical-align:middle;
}
table.cart th.short, table.cart td.short {
text-align:center;
}
table.cart th {
/*background:#a00 url(nav_heading_bg.gif) repeat-x;*/
background-color: #292929;
color:#fff;
text-align:left;
}

table.cart tr.even td {background:#424143;}

input.quantity {
width:20px;
font-size:100%;
}
p.updatebtn {
float:left;
margin:10px 0 0 0;
}
p.subtotal {
float:right;
clear:both;
padding:0;
margin:20px 0;
}
p.checkout {
clear:both;
float:right;
}

.cart-price {font-size:100%;}

#cart-right-col dd {
padding:5px 10px 5px 20px;
}
#cart-right-col a {
color:#fff;
font-size:110%;
}

/* @end */

/* @group cart page */

#main_content #cart img {
	width: 15px;
	margin: 0;
}

/* @end */

/* @group product view */

#product-options {
	margin: 0 50px;
}

ul#product-variants {
	text-align: left;
}

ul#product-variants li {
	display: inherit;
}

#product-options .add-to-cart {
	text-align: center;
}


/* @end */



/* @end */


.digg_pagination {
  /* self-clearing method: */ 
  padding: 0;
}

.digg_pagination a, .digg_pagination span {
    padding: 2px 7px;
    display: block;
    float: left;
    margin-right: 1px;
     }

.digg_pagination span.disabled {
    color: #999;
 }

.digg_pagination span.current {
    font-weight: bold;
    background: #fe9d00;
    color: black;
 }

.digg_pagination a {
    text-decoration: none;
 }

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

* html .digg_pagination {
    height: 1%; }

*:first-child+html .digg_pagination {
    overflow: hidden; }


