body {
	background: #6c6c6c url('../image/style5/bg.png') 0 0 repeat-x;
}

/* layout */

#container {
	border: 0px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
}

/* header */
#topheader .links a { color:#fff;}
#topheader .links a:hover{ color:#e0e0e0; }

#header #cart .heading a {
	color: #666;
}

#header #welcome {
	color: #000;
}

#header #welcome a{
	color: #999;
}

#header #welcome a:hover{
	color: #bbb;
}

#header .links a {
	color: #666;
}

#header .links a:hover {
	color: #999;
}

/* menu */ 
#menu {
	background: url('../image/style5/menu.png') 0 0 no-repeat;
	/*-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;*/
}

#menu  #menu-l{ }

#menu > ul > li {
	background: url("../image/style5/menu-sep.png") no-repeat scroll left center transparent;
}

#menu > ul > li > a {
	color: #FFF;
	/*text-shadow: 1px 1px 2px #000;*/
}

#menu > ul > li:hover > a {
	color:#fbbfbf;
	
}

#menu > ul > li > div {

	background: #9b0309;
	border: 0px solid #2b5401;
	border-top:0px solid #9b0309;
	/*background: url('../image/style5/menu-sub.png');*/
}

/*my code here*/
.secondLevelMenu-Child{
	background: #9b0309;
	border: 0px solid #2b5401;
	border-top:0px solid #9b0309;
	  
}
.secondLevelMenu-Child > li {

		background: #9b0309;
	border: 0px solid #2b5401;
	border-top:0px solid #9b0309;
}
/*my code end here*/

#menu > ul > li ul > li > a {
	color: #FFFFFF !important;
	border-top:1px solid #be0108;
	border-right:1px solid #be0108;
	border-left:1px solid #780207;
	border-bottom:1px solid #780207;
	/*text-shadow: 1px 1px 2px #000;*/
}

#menu > ul > li ul > li > a:hover {
	background: #b3030a;
}


/* button */ 
a.button, input.button {

	color: #990000;
	background:url('../image/style5/button.png') top left repeat-x;
	-webkit-box-shadow: 0px 1px 2px #aaa;
	-moz-box-shadow: 0px 1px 2px #aaa;
	box-shadow: 0px 1px 2px #aaa;
	border:1px solid #ff8108;

}

a.button:hover, input.button:hover {
	background: url('../image/style5/button-active.png') repeat-x;
}

/* box */ 

.box .box-heading {
	border: 0px solid #DBDEE1;
	background: url('../image/style5/m-heading-style.png') repeat-x;
	color: #fff;
}

#s1 .box-heading {
	border: 0px solid #5cba00;
	border-bottom:0px;
	background: url('../image/style5/m-heading-style.png') repeat-x;
	color: #fff;
}

#s1 .box-heading  div{
	background: url('../image/style5/m-heading-style_l.png') no-repeat 0 0;
}

#s1 .box-heading  div div{
	background: url('../image/style5/m-heading-style_r.png') no-repeat 100% 0;
}

#cat .box-heading {
	border: 1px solid #fc8579;
	background: url('../image/style5/m-heading-cat.png') repeat-x;
	color: #fff;
}

#cat .box-heading  div{
	/*background: url('../image/style5/m-heading-cat_l.png') no-repeat 0 0;*/
}

#cat .box-heading  div div{
	/*background: url('../image/style5/m-heading-cat_r.png') no-repeat 100% 0;*/
	color:#fff;
}

#cat .box-content {
	background: #cc0303;
	border:1px solid #fc8579;
	border-top:0px;
}

#s1.box .box-content {
	background: #FFFFFF;
	border-left: 0px solid #56ad00;
	border-right: 0px solid #56ad00;
	border-bottom: 0px solid #56ad00;
}

.box .box-content {
	background: #FFFFFF;
	/*border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;*/
}

.box-category > ul > li {
	background: url('../image/style5/m_style_list2.png') 0px 10px no-repeat;
}

.box-category > ul > li + li {
	border-top: 1px dotted #fc7272;
	
}

.box-category > ul > li  > a{
	color:#fff;
}

.box-category > ul > li  > a:hover{
	color:#e8e5e5;
}

.box-category  a{
	color:#fff;
}

.box-category  a:hover{
	color:#e8e5e5;
}

#footer { color:#eee; /*border: 2px solid #50a300; background:#fff; */ }
#footer h3 { color:#eee;}
#footer .column a { color: #ddd;}
#footer .column a:hover { color:#bbb;}
.copyright{ color:#fff; }
.powered{ color:#fff; }
.powered a { color:#ccc;}