@charset "utf-8";
/* CSS Document 

NAVIGATION HORIZONTAL


*/

/* DEFAULT STYLES */
html, body, div, p, form, img, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6 {
	border:0px none transparent;
}
body {
	font-family:Trebuchet,Arial,Verdana,sans-serif;
	font-size:62.5%;
	background-color:#000;
}
a {
	color:#3366cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul, ol {
	line-height:16px;
}
p {
	font-size:1.2em;
	line-height:16px;
	margin-bottom:5px;
}
hr{
	color:#000000;
	background-color:#000000;
}
span.clear{
	clear:both;
	min-width:0px;
}
#cage_page {
	width:100%;
}
#cage_header {
	width:100%;
}
#cage_header_inner {
	width:800px;
	margin:0px auto; /* centers header */
}
#cage_content {
	width:100%;
	margin-top:5px;
	color:#FFFFFF;
}
#cage_content_inner {
	width:800px;
	margin:0px auto; /* centers content */
	overflow:auto;   /* fix for floating content */
}
#cage_navigation {
	width:100%;	
}
#cage_navigation_inner {
	width:800px;
	margin:0px auto; /* centers content */
}
#cage_navigation ul { 
	list-style:none;
	margin:0px;
	padding:0px;
	white-space:nowrap;
}
#cage_navigation ul > li { 
	display:inline;
	margin:0px;
	padding:0px;
}
#cage_content .cage_content_left {
	margin-right:295px;
}
#cage_content .cage_content_right {
	width:285px;
	float:right;
}
#cage_content .cage_content_bottom {
}
#cage_content .cage_content_full {
}
#cage_content .cage_content_bottom_left {
	width:49%;
}
#cage_content .cage_content_bottom_right {
	width:49%;
	float:right;
}
#cage_content .cage_content_bottom_left img{
	margin-right:20px;
}
#cage_footer {
	width:100%;
	margin-top:5px;
}
#cage_footer_inner {
	width:800px;
	margin:0px auto; /* centers footer */
}
#cage_footer_inner .links {
	margin-bottom:3px;
}
#cage_footer_inner .links .sep {
	margin:0px 5px;
}
.content {
	margin:0px 10px;
	padding:10px 0px;
}
#media_title {
	float: left;
}
#media_line {
	clear: left;
}
.media {
	padding: 5px;
	min-height: 200px;
}
.admin-section {
	margin: 5px;
	padding: 5px;
	border: 1px solid white;
}
.category-pulldown {
	width: 150px;
}
.current-category {
	margin-left: 5px;
	/*text-align: center;*/
	font-size: 14px;
}
.cats.menu {
}
.cats.menu ul{
	width: auto;
}
.category {
	float: left;
	cursor: pointer;
	margin-left: 10px;
	font-size: 14px;
}
.category ul {
	position: absolute;
	background: #CCCCCC;
	font-size: 12px;
	border: solid 2px;
	padding: 5px;
}
/* END DEFAULT STYLES */

.testblock {
	width:100%;
}
.testblock_inner {
	margin:0px 10px;
	padding:10px 0px;
}
#cage_header_inner, #cage_content_inner, #cage_footer_inner {
	background-color:#f2f2f2;
	border:#CCC 1px solid;
}

#block_big {
	background-color:#CCC;
	margin-bottom:10px;
}
#block_login {
	background-color:#CCC;
	margin-bottom:10px;
}
#block_news {
	background-color:#CCC;
	margin-bottom:10px;
	clear:both;
}
#block_comment {
	background-color:#CCC;
	margin-bottom:10px;
	clear:both;
}
#block_blog {
	background-color:#CCC;
	margin-bottom:10px;
}
#block_media {
	background-color:#CCC;
	margin-bottom:10px;
}
#block_contest {
	background-color:#CCC;
	margin-bottom:10px;
}
#block_cats {
	width:22%;
	background-color:#CCC;
	float:left;
	margin-bottom:10px;
}
#block_cats ul{
	text-indent: 0px;
	 list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
#block_cats a {
	font-size:1.2em;
	font-weight:bold;
}
#block_cats a:hover {
	text-decoration:none;
}
#block_products {
	width:75%;
	background-color:#CCC;
	float:right;
	margin-bottom:10px;
}
#block_products a {
	font-weight:bold;
}
.title_01 {
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
}
.title_03 {
	color:#666;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
}
.line_01 {
	border-bottom:#999999 1px dotted;
	margin-bottom:10px;
}
.line_02 {
	border-bottom:#666666 1px dotted;
	margin-bottom:10px;
}
.blog_post{
	margin:0px 10px 10px 10px;
	border-bottom: dotted #000000 1px;
	padding-bottom:5px;
}
.blog_title{
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:2px;
}
.blog_body{
	font-size:1.2em;
	padding-top:3px;
}
.comments{
	margin:0px 10px;
	border-bottom: dotted #000000 1px;
}
.comments a {
	font-weight:bold;
}
.comment {
	margin: 3px 0px 10px 15px;
}
.comment_add{
	margin: 10px 0px 0px 30px;
}
.comment_add textarea {
	width:450px;
	height:60px;
}
.news_post{
	margin:0px 10px 10px 10px;
	border-bottom: dotted #000000 1px;
	padding-bottom:5px;
}
.news_title{
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:2px;
}
.news_body{
	font-size:1.2em;
	padding-top:3px;
}
.contest_post{
	margin:0px 10px 10px 10px;
	border-bottom: dotted #000000 1px;
	padding-bottom:5px;
}
.contest_title{
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:2px;
}
.contest_body{
	font-size:1.2em;
	padding-top:3px;
}
.contest_body{
	font-size:1.2em;
}
.cells {
	width:50%;
	float:right;
}
.cells a {
	font-weight:bold;
}
.cells .cell {
	display:block;
	border:solid #000000 1px;
	margin-bottom:5px;
	margin-left:5px;
	padding:10px 15px;
}
.cats {
	float:left; 
	margin-left:10px;
	text-decoration: none;
}
.cats ul {
	text-indent: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.cats-main {
	text-indent: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.category ul {
	background: #000000;
	padding: 5px;
}
.category_active {
	font-size:1.2em;
	font-weight:bold;
}
.category_link {
	font-size:1.2em;
	font-weight:bold;
}
.category_link:hover{
	text-decoration:none;
}
.title_02{
	width:50%;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
}
.title_04{
	width:50%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
}
.faq_question {
	font-size:1.40em;
	font-weight:bold;
	margin:10px 0px 10px 10px;
}
.faq_answer {
	font-size:1.10em;
	margin-left:10px;
}
.faq_answer p {
	font-size:1.10em;
	line-height:14px;
}
.product_cell{
	width:40%;
	background-color:#999999;
	border:solid #000000 1px;
	float:left;
	margin-right:15px;
	margin-left:10px;
	margin-bottom:10px;
	height:270px;
}
.product_cell_mini{
	width:20%;
	background-color:#999999;
	border:solid #000000 1px;
	float:left;
	margin-right:15px;
	margin-left:10px;
	margin-bottom:10px;
}
.product_cell img {
	z-index:1;
	opacity:1.0;
	width:96%;
	margin:5px auto;
	}
.product_cell a {
	font-size:1.2em;
	font-weight:bold;
}
.product_cell a:hover {
	text-decoration:none;
}
.gallery_cell {
	border:solid #000000 1px;
	margin:5px 10px;
}
.tbl {
	width:100%;
	margin:0;
	padding:0;
}
.tbl td {
	padding:4px 8px;
}
.tbl .cart_info {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color:#111;
}
.tbl .cart_info td {
	text-align:center;
}
.tbl .cart_product {
	font-size:1.2em;
	color:#000000;
	background-color:#f2f2f2;
}
.tbl .subrow {
	font-size:1.2em;
	font-weight:bold;
}
.tbl .small {
	width:1%;
}
.tbl .right {
	text-align:right;
}
.tbl .left {
	text-align:left;
}
.tbl ul {
	list-style:square;
}

.image_bank {
	margin-top:10px;
	margin-left:10px
}
.image_bank img{
	width:100px;
	height:100px;
	border:solid #000000 1px;
	float:left;
	margin-right:40px;
	margin-bottom:10px;
}
/* CLASSES FOR FORM FIELDS */
div.fieldline {
	font-size:1.2em;
	line-height:22px;
	margin-bottom:5px;
}
div.fieldline * {
	vertical-align:middle;
}

div.fieldline div.title {
	width:50px;
	line-height:22px;
	float:left;
}
div.fieldline div.title2 {
	line-height:22px;
	float:left;
}
div.fieldline div.content {
	line-height:22px;
	margin:0px 0px 0px 120px;
	padding:0px;
}
div.fieldline div.content {
	line-height:22px;
	margin:0px 0px 0px 100px;
	padding:0px;
}
div.fieldline div.content2 {
	line-height:22px;
	margin:0px 0px 0px 120px;
	padding:0px;
}
div.fieldline div.content .memo {
	width:300px;
	height:100px;
	overflow:auto;
}
div.fieldline div.desc {
	font-size:0.8em;
	color:#666666;
	margin:0 0 5px 135px;
}
span.required {
	vertical-align:top;
	color:#FF0000;
	font-size:1.0em;
	margin-left:2px;
}

.hidden {
	display:none;
}
.unlink:hover{
	text-decoration:none;
}
.product_image{
	width:250px;
	height:250px;
}
.variant_gallery{
	clear:both;
	width:250px
}
.variant_gallery .variant_picture{
	background-color:#000000;
	float:left;
	width:42px;
	height:42px;
	margin-top:5px;
	margin-left:4px;
	margin-right:4px
}
/* END - CLASSES FOR FORM FIELDS */
/* START - CLASSES FOR COUPON BOX */
.coupon_area {
	position:absolute;
/*	top:-85px; */
	top:-40px;
	left:-30px;
	width:150px;
	height:150px;
}
/* END - CLASSES FOR COUPON BOX */
.media_text_area {
	height: 100px;
	width: 500px;
	margin: auto;
}
