body {
/*
Do not set the background color here or it will change many things.
If you want the editor to have a black background it would be setup here
Right now there is not a proper option for setting the FCKeditor background color. This will be an addon for the next version.
Set it in the actual body if it is 
*/
	margin: 0px;

}


/* drop down menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav div {display: inline;}
#nav a {
	display: inline;
	
line-height: 26px;
	margin: 6px 10px 6px 10px;
padding: 0 0 0 0;

}



#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 220px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #ccc;
	
}

#nav li ul li{ /* second-level lists */
width: 220px;
	border: 1px solid #ccc;
	margin: 0 0 0 0;
	
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin-left: -1000em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}
#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 10em;
}

#content {
	clear: left;
	color: #ffffff;
}



/* end drop down menu */



iframe {
	overflow-x:hidden;
}

/* cms styles */
.cms_header1{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 16px;

        font-weight : bold;

		color       : #3366CC;

}

.cms_header2 {

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 14px;

        font-weight : bold;

		color       : #3366CC;
}

.cms_bodytext1{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 12px;

        font-weight : normal;

		color       : #000000;

}

.cms_error1{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 12px;

        font-weight : bold;

		color       : red;

}

.cms_error{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 12px;

        font-weight : bold;

		color       : red;

}
/* end cms styles */


/*
setup for category listing on rhs
*/

.cms_inner_exclmenu, .cms_inner_exclmenu th, .cms_inner_exclmenu td {
	border: 0px solid #2d6ec0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}


.cms_catlisting {
	border: 1px solid #2d6ec0;
	border-collapse: collapse;
}

.cms_catlisting, .cms_catlisting th, .cms_catlisting td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}

.cms_catlisting caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.cms_catlisting td, .cms_catlisting th {
	padding: 4px;
}

.cms_catlisting thead th {
	text-align: left;
	background: #2d6ec0;
	color: #FFFFFF;
	font-size: 100% !important;
}

.cms_catlisting thead tr th a:link, .cms_catlisting thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.cms_catlisting tbody th {
	font-weight: bold;
}

.cms_catlisting tbody tr { 
	background: #FFFFFF; 
}

.cms_catlisting tbody tr.odd { background: #FFFFFF; }

.cms_catlisting tfoot th, .cms_catlisting tfoot td {
	font-size: 95%;
}

/*
setup for estore view_cart
*/

.estore_view_cart {
	border: 1px solid #2d6ec0;
	border-collapse: collapse;
}

.estore_view_cart, .estore_view_cart th, .estore_view_cart td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}

.estore_view_cart caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.estore_view_cart td, .estore_view_cart th {
	padding: 4px;
}

.estore_view_cart thead th {
	text-align: left;
	background: #2d6ec0;
	color: #FFFFFF;
	font-size: 100% !important;
}

.estore_view_cart thead tr th a:link, .estore_view_cart thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.estore_view_cart tbody th {
	font-weight: bold;
}

.estore_view_cart tbody tr { 
	background: #FFFFFF; 
}

.estore_view_cart tbody tr.odd { background: #FFFFFF; }

.estore_view_cart tfoot th, .estore_view_cart tfoot td {
	font-size: 95%;
}


/* display for product tables */

.product_table {
	border: 1px solid #2d6ec0;
	border-collapse: collapse;
}

.product_table, .product_table th, .product_table td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}

.product_table caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.product_table td, .product_table th {
	padding: 4px;
}

.product_table thead th {
	text-align: left;
	background: #2d6ec0;
	color: #FFFFFF;
	font-size: 100% !important;
}

.product_table thead tr th a:link, .product_table thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.product_table tbody th {
	font-weight: bold;
}

.product_table tbody tr { 
	background: #FFFFFF; 
}

.product_table tbody tr.odd { background: #FFFFFF; }

.product_table tfoot th, .product_table tfoot td {
	font-size: 95%;
}


ul {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	color: #2f76cd;

}

ol {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	color: #000000;

}

/* End of catlisting css*/



/* End of catlisting css*/






#module_controls{
width: 100%;
background-color:#cccccc;
position:absolute;
top:0;
left:0;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
vertical-align:middle;
}



