/*----------------------- default --------------------------------------------------------*/
a:focus, a:hover, a:active {
    background-color: transparent;
}

/*----------------------- .form --------------------------------------------------------*/

.form_error {
    color: red;
}

/*----------------------- .articledetail --------------------------------------------------------*/
.articledetail {
	background: #C0C0C0;
	color: #4E4E4E;
}

/*----------------------- .articledetailpic --------------------------------------------------------*/
.articledetailpic {
	background: #FFFFFF;
}

/*----------------------- pre --------------------------------------------------------*/
pre {
	color: #000000;
	text-align: left;
}

/*----------------------- .debug --------------------------------------------------------*/
.debug {
	color: #000000;
	text-align: left;
}

/*####################### basemod.css ########################################################*/

/*----------------------- body --------------------------------------------------------*/
body {
	background: #4E4E4E;
}

/*----------------------- #header --------------------------------------------------------*/
#header {
	background: #4E4E4E;
	color: #C0C0C0;
}

/*----------------------- #nav --------------------------------------------------------*/
#nav {
	background: #4E4E4E;
	border: none;
}

/*----------------------- #nav_under --------------------------------------------------------*/
#nav_under {
	background: #C0C0C0;
	border: none;
}

/*----------------------- #main --------------------------------------------------------*/
#main {
	background: #4E4E4E;
}

/*----------------------- #footer --------------------------------------------------------*/
#footer {
	background: #4E4E4E;
	color: #C0C0C0;
	border: none;
}

/*----------------------- #col1 --------------------------------------------------------*/
#col1 {
	color: #4E4E4E;
	background: transparent;
}

#col1_image {
	background: #4E4E4E;
	border: none;
}

#col1_login {
	color: #C0C0C0;
	background: #4E4E4E;
	border: none;
}

#col1_cart,
#col1_category,
#col1_profile {
	color: #C0C0C0;
	background: #4E4E4E;
	border: 1px #C0C0C0 solid;
}

#col1_cart a {
	color: #C0C0C0;
}

#col1_cart a:focus,
#col1_cart a:hover,
#col1_cart a:active {
	color: #C0C0C0;
	background: none;
	text-decoration: underline;
}

/*----------------------- #col3 --------------------------------------------------------*/
#col3 {
	color: #4E4E4E;
	background: transparent;
}

#col3_content {
	background: #C0C0C0;
	border: none;
}

#col3_home {
	background: #C0C0C0;
	border: none;
}

#col3_admin {
	background: #FFF;
	color: #000;
	border: none;
}

#col3_undercontent .subcl {
	background: #C0C0C0;
	border: none;
}

#col3_undercontent .subcr {
	background: #C0C0C0;
	border: none;
}

/*####################### nav_shinybuttons.css ########################################################*/

/*----------------------- #nav_main --------------------------------------------------------*/
#nav_main {
	border: none;
	background: transparent;
}

#nav_main ul {
	border: none;
}

#nav_main ul li {
	border: none;
}

#nav_main ul li a,
#nav_main ul li strong {
	color: #C0C0C0;
}

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  {
	background: transparent none repeat scroll 0%;
	color: #fff;
}

#nav_main ul li.current a {
	background: #C0C0C0 none repeat scroll 0%;
	color: #4E4E4E;
}

/*----------------------- #nav_undermenu --------------------------------------------------------*/
#nav_undermenu ul {
	border: none;
}

#nav_undermenu ul li {
	border: none;
}

#nav_undermenu ul li a,
#nav_undermenu ul li strong {
	color: #4E4E4E;
}

#nav_undermenu ul li a:hover {
	color: #000;
	background: url("/media/inactive.gif") no-repeat 2px 2px;
}

#nav_undermenu ul li a:focus,
#nav_undermenu ul li a:active {
	background: url("/media/active.gif") no-repeat 4px 7px;
	color: #000;
}

#nav_undermenu ul li.current a {
	background: url("/media/active.gif") no-repeat 4px 7px;
	color: #000;
}

