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;
	background: #cccccc url('/images/bgPattern.jpg'); 
}


/* 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;
}



