body {
	background: url('../image/style3/texture.png') 0 0 repeat;
}

/* layout */

#container {
	/*border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px #d9a2a2;
	-moz-box-shadow: 0px 3px 6px #d9a2a2;
	box-shadow: 0px 3px 6px #d9a2a2;*/
}

/* menu */ 
#menu {
	background: url('../image/style3/navi.png');
}

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

#menu > ul > li:hover > a {
	background-color: rgba(0,0,0, 0.5);
	-webkit-border-radius: 7px 7px 7px 7px;  
	-moz-border-radius: 7px 7px 7px 7px;  
	-khtml-border-radius: 7px 7px 7px 7px;  
	border-radius: 7px 7px 7px 7px;
}

#menu > ul > li > div {

	/*background: #FFFFFF;
	border: 1px solid #cc0000;
	border-top:1px solid #ff8585;
	background: url('../image/style3/menu-sub.png');*/
	
	/*background: url("../image/style3/drop.png") no-repeat scroll 20px 5px transparent;*/

}

/*my code here*/
.secondLevelMenu-Child{
	background: url('../image/style3/footer-bg.jpg') 0 0 repeat;
	  
}
.secondLevelMenu-Child > li {
	background: url('../image/style3/footer-bg.jpg') 0 0 repeat;
}
/*my code end here*/

#menu > ul > li > div > ul {
	background: url('../image/style3/footer-bg.jpg') 0 0 repeat;
}

#menu > ul > li ul > li:first-child {
border-top: none;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}

#menu > ul > li ul > li {
border-top: 1px solid #998dce;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

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

#menu > ul > li ul > li > a:hover {
	background: #342e65;
	color: #ffffff!important;
}

#menu > ul > li ul > li:first-child a:hover{
border-top: none;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-khtml-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}

#menu > ul > li ul > li:last-child a:hover{
border-top: none;
-webkit-border-radius: 0px 0px 5px 5px ;
-moz-border-radius: 0px 0px 5px 5px ;
-khtml-border-radius: 0px 0px 5px 5px ;
border-radius: 0px 0px 5px 5px ;
}


#menu-left {
width: 20px;
height: 54px;
background: url('../image/style3/navi-left.png');
float: left;
margin-left: -20px;
}

#menu-right {
width: 21px;
height: 54px;
background: url('../image/style3/navi-right.png');
float: right;
margin-right: -26px;
}

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

	color: #FFFFFF;
	/*background:url('../image/style3/button.png') top left repeat-x;*/
	background: url('../image/style3/readon1.png') top left repeat-x;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;

}

a.button:hover, input.button:hover {
	/*background: url('../image/style3/button-active.png') repeat-x;*/
	background-position: 0 bottom;
	color: #FFFFFF;
	text-decoration: none;
}

/* box */ 

.box .box-heading {
	/*border: 1px solid #DBDEE1;
	background: url('../image/style3/m-heading-grey.png') repeat-x;
	color: #777;*/
	
	padding: 9px 4px 9px 8px;	
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #554890;
	margin-left: 10px;
	margin-right: 10px;
	/*text-transform: uppercase;*/
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background-color: #f5f5f5;
}

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

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

}

.box-category > ul > li {
	padding: 8px 8px 8px 21px;
	background: url("../image/style3/sidenav.png") no-repeat scroll left 8px transparent;
	/*background: url('../image/style3/m_style_list.png') 0px 10px no-repeat;*/
}

.box-content > ul > li  {
	padding: 12px 8px 8px 21px;
	background: url("../image/style3/sidenav.png") no-repeat scroll left 13px transparent;
}

#top-footer {
height: 7px;
width: 1239px;
float: left;
background-image: url("../image/style3/footer-up.png");
/*background-color: #FFFFFF;*/
margin-left: -20px;
}

#footer .column a {
color: #ffffff;
}

#footer .column a:hover {
	color:#b6aaec;
}

#footer h3 {
	color: #ffffff;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-bottom:10px;
	border-bottom: 1px dashed #c6bafc;
	
}

#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
	border-top: 1px dashed #c6bafc;
}

.powered a { font-size:11px; margin-right:10px; color: #c6bafc;}

.box-product .name a:hover{
	color: #7566b8;
}

.box-product .price {
color: #7566b8;
}

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

.box-content > ul > li > a:hover {
	color: #7566b8;
}

.product-info .description a {
	color: #7566b8;
	text-decoration: none;
}

.product-info .price {
	color: #7566b8;
}

.breadcrumb a:hover {
color: #7566b8;
}

a:hover {
	color: #7566b8;
}

.htabs a {
	color: #7566b8;
}

.htabs a.selected {
	color: #aaaaaa;
}

.product-grid .price {
	color: #7566b8;
}

.box-category > ul > li a.active {
 color: #7566b8;
}

.product-grid .name a:hover {
	color: #7566b8;
}

.product-filter .display a {
color: #7566b8;
}

.product-list .price {
	color: #7566b8;
	font-size: 15px;
}

.product-list .wishlist a:hover{
	color: #7566b8;
}
.product-list .compare a:hover{
	color: #7566b8;
}

.product-list .name a:hover {
	color: #7566b8;
}

.fp-more {
background-color:#554890;
-webkit-border-radius: 5px 5px 5px 5px;  
-moz-border-radius: 5px 5px 5px 5px;  
-khtml-border-radius: 5px 5px 5px 5px;  
border-radius: 5px 5px 5px 5px;
padding: 0px 0px 2px 0px;
top: -2px !important;
width: 46px !important;

}

.fp-more a{
font-family:arial !important;
color:white !important;
margin-right:3px !important;
margin-left:0px !important;
}

#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	/*border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;*/
	background: url('../image/style3/footer-bg.jpg') 0 0 repeat;
	margin-left: -20px;
	margin-right: -20px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-khtml-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

#footer a.button, #footer input.button {
	color: #FFFFFF;
	/*background:url('../image/style3/button.png') top left repeat-x;
	background: url('../image/style3/readon1.png') top left repeat-x;*/
	-webkit-box-shadow: 0px 2px 2px #514785;
	-moz-box-shadow: 0px 2px 2px #514785;
	box-shadow: 0px 2px 2px #514785;
	margin-top:6px;

}

.copyright{ float:left; /*margin-left:10px;*/ font-size:11px; color: #c6bafc;}
