@import "styles/clearfix.css";

/* Basic Properties */
BODY, INPUT, TD, TH, TEXTAREA, SELECT {font-family: verdana; font-size: 8pt;}

A {COLOR: #000088; TEXT-DECORATION: none; }
A:hover {TEXT-DECORATION: underline; }

.sidebar
{
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 8px;
	border: solid 1px #dddddd;
	text-align: left;
}

#page_footer
{
	margin-top: 8px;
	margin-bottom: 10px;
	background-image: linear-gradient(180deg, #131643 0%, #191d5a 100%);
	height: 24px;
}

#page_footer span
{
	display: block;
	padding: 5px 0px 0px 0px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#old_footer
{
	display: none; /* hide the old footer */
}

#centerpane
{
	width: 550px;
}

#subcats
{
	margin-top: 6px;
	border: solid 1px #dddddd;
	padding: 3px;
}

.subcat_more
{
	color: #555555;
}

#products_header, #subcats_header
{
	height: 21px;
	margin-top: 12px;
	border: solid 1px #DCDCDC;
	background-image: linear-gradient(180deg, #131643 0%, #191d5a 100%);
	color: #ffffff;
	font-weight: bold;
}

#products_header span, #subcats_header span
{
	display: block;
	margin: 3px 0px 0px 10px;
}

#products_footer
{
	/* display: none; /* the blue/gray gradient is a little busy */
	height: 10px;
	margin-top: 6px;
	background-image: url('images/bg_subnav_diag.gif');
}

/* ############ description area ################ */

#breadcrumb
{
	margin-top: 6px;
	background-color: #ECF1FB;
	border: solid 1px #DCDCDC;
	padding: 2px 2px 2px 10px;
}

#breadcrumb, #breadcrumb *
{
	color: #5282D2;
	font-size: 7pt;
}

#breadcrumb a
{
	font-weight: bold;
}

#category_name
{
	margin-top: 6px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	border: solid 1px #DCDCDC;
	font-weight: bold;
	color: #0F215C;
	padding: 2px 2px 2px 10px;
	font-size: 9pt;
}

#desc_frame
{
	margin-top: 6px;
	margin-left: 0px;
}

#desc_images
{
	width: 225px;
	height: 240px;
	float: left;
}

#desc_content
{
	border: solid 1px #bbbbbb;
	width: 320px;
	height: 240px;
	float: right;
	padding-top: 0px; /* IE ignores this */
}

.more_content_padding_back
{
    position: fixed;
    border: solid 10px #cccccc;
	margin-top:10px;
	font-weight:bold;
}

#desc_content_inner
{
	padding: 5px;
	color: #0F215C;
}

#desc_images_tabs
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/* background-color: #dddddd; */
	list-style: none;
}

#desc_images_tabs li
{
	float: left;
	border: solid 1px #bbbbbb;
	background-color: #f9f9f9;
	margin: 0px 2px 0px 0px;
	width: 52px;
	padding: 0px 0px 1px 0px;
	text-align: center;
}

#desc_images_tabs li a
{
	color: #666666;
}

.image_tab
{
	font-size: 9px;
}

#desc_images_imgs
{
    position: relative;
	margin-top: 3px;
	height: 201px;
	margin-right:3px;
	border: solid 1px #bbbbbb;
	text-align: center;
}

.cat_image
{
	display: block;
	height: 199px;
	width: 220px;
	vertical-align: middle;
	/* display: table-cell; */ /* ignored by IE */
	/* padding-top: 15px; */
}

.ImgTag
{
    position: absolute;
    width: 190px;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 180px;
    background-color: White;
}

.cat_image span
{

}


#desc_images_footer
{
	margin-top: 4px;
	height: 17px;
	background-color: #f9f9f9;
	border: solid 1px #bbbbbb;
	color: #666666;
	font-size: 9px;
	text-align: center;
	/*padding: 0px;*/
	margin-right: -1px;
	margin-left: -1px;
	margin-bottom: -1px;
}

#desc_images_footer_content
{
	line-height:16px;
	font-size: 9px;
}


/* ############ panels ################ */

.panels
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* a panel in a 1 col layout*/
.panel_1_cols
{
	float: left;
	width: 550px;
}
/* a panel in a 2 col layout*/
.panel_2_cols
{
	float: left;
	width: 272px;
}
/* a panel in a 3 col layout*/
.panel_3_cols
{
	float: left;
	width: 180px;
}

/* the 1st panel */
.panelnum_0
{
	background-color: #B4B4BB;
	margin-left: 0px;
}
.panelnum_0 .panel_header
{
	background-image: url('images/bg_panel_header_1.gif');
}

/* the 2nd panel (if there is one) */
.panelnum_1
{
	background-color: #B2BBDD;
	margin-left: 4px;
}
.panelnum_1 .panel_header
{
	background-image: url('images/bg_panel_header_2.gif');
}

/* the 3rd panel (if there is one) */
.panelnum_2
{
	background-color: #C3CFE7;
	margin-left: 4px;
}
.panelnum_2 .panel_header
{
	background-image: url('images/bg_panel_header_3.gif');
}

.panel_header
{
	padding: 5px;
	font-weight: bold;
}

.panel_content
{
	/*height: 330px;*/
}

.panel_content_inner
{
	display: block;
	padding: 5px;
	/*height: 300px;*/
}

.panel_footer
{

}

.panel_image
{
	float: right;
	margin: 0px 0px 3px 3px;
	border: solid 1px #777777;
}

.panel_text
{
}

.panel_more
{
	margin-top: 8px;
	text-align:center;
}

/* ############ footercontent ################ */

.footercontent_header
{
	height: 21px;
	margin-top: 12px;
	border: none;
	background-image: url('images/bg_subnav_blue_grad.gif');
	color: #ffffff;
	font-weight: bold;
}

.footercontent_header span
{
	display: block;
	padding: 3px 0px 0px 10px;
}

.footer_content_container
{
	width: 550px;
}

.footercontent_content
{
	padding: 10px;
	background-color: #F9F9F9;
	border: solid 1px #bbbbbb;
	
}

.footercontent_content p
{
	padding-bottom: 5px;
}

.footercontent_footer
{
}


.darkbg {background-color: #ffffff; border: 1px solid #dddddd}
.medbg {background-color: #dedede;}
.lightbg {background-color: #f0f0f0;}
.bold {font-weight: bold;}
.error {font-weight: bold; color: red;}
.horizontal {background-color: #ffffff; color: #111111}
.colorchart {font: 8pt arial normal}

.original_price {text-decoration: line-through}
.discount_price {color: red;}

@media print {
	/*
	.original_price {display: none;}
	.discount_price {color: black;}
	#left_menu {display: none;}
	#subnav-gif {display: none;}
	*/
}


/* right sidebar layout */

#right_bar
{
	position: absolute;
	top: 125px;
	left: 785px;
	text-align: center;
	width: 190px;
}

#right_nav
{
	height: 90px;
	margin-top: 20px;
}

#right_nav p
{
	margin-top: 15px;
}

.right_header
{
	font-weight: bold;
	color: #990000;
	margin-bottom: 20px;
}

.rcat{
	margin-top: 8px;
	padding: 8px;
	background-image: url('images/bg_recommended.gif');
}
.rname{	margin-top: 5px; font-weight: bold; text-decoration: underline;}
.rdesc{	margin-top: 5px;}

/* */

.admin
{
	margin: 15px 15px 0px 15px;
	padding: 5px;
	border: solid 1px #cccccc; 
	background-color: #dddddd
}

input.quantity {font-size: 9; width: 30px; height: 18px; text-align: right;}

input.buy {font-size: 9; height: 18;}

input.update {font-size: 9; width: 55; height: 18;}

.fixmargin
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 12px;
}

.filter
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	padding: 5px;
}

.nicEdit-main {
	background-color: #fff;
}

.nicEdit-main a {
	color: blue;
	text-decoration: underline;
}

.nicEdit-pane {
	width: 350px!important;
}

.nicEdit-pane label {
	width: 70px!important;
}

/* ###################################################################### */

/* Sortable tables */
table.sortable a.sortheader 
{
    color: #000000;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow 
{
    color: #000000;
    text-decoration: none;
}

/* ###################################################################### */