@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url('product-details.css');
@import url('custompage.css');
@import url('custom-home.css');
/*---Common and Standard->START*/
/*---Common and Standard->START*/
body {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.esd-clear {
	clear: both;
}
.esd-wrap {
	width: 100%;
}
.esd-wrapcen {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px auto;
	position: relative;
	background: none;
}
.esd-background {
	margin: 0px auto;
	padding: 0!important;
	width: 100%;
	text-align: center;
	background: #333 url(../images/menu_bg.jpg) no-repeat center top;
}
.esd-main {
	background: url(../images/footer_bg.jpg) no-repeat center bottom;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.esd-content {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	background-color: transparent;
}
/*---Common and Standard---<<END*/

/*---Header->START*/
#esd-header {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: none;
}
#esd-header img {
	border: 0px;
}
#esd-logo {
	width: auto;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	text-align: left;
}
#esd-logo img {
	border: 0px;
}
#esd-search {
	width: 200px;
	height: 26px;
	margin: 11px 18px 6px 0;
	padding: 0px;
	background: none;
	float: right;
	border: 0 none;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: -1px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -1px 2px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
#esd-search #esd-input {
	width: 160px;
	height: 26px;
	position: relative;
	float: left;
	background: none;
	margin: 0px;
	padding: 0 5px;
	border: 0 none;
}
#esd-search #esd-input .v4sbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	height: 26px;
	background: transparent;
	color: #777;
	background-image: none;
	border: 0px none;
	text-decoration: none;
}
#esd-title {
	width: auto;
	float: left;
	margin: 14px 10px 12px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffba0f;
	text-align: left;
}
#esd-search #esd-submit {
	width: 30px;
	height: 26px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#esd-search input.btn-search {
	width: 30px;
	height: 26px;
	margin: 0px auto;
	background: url(../images/search_btn.png) no-repeat center center;
	display: block;
	text-indent: -9999px;
	border: 0 none;
	cursor: pointer;
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#esd-search input.btn-search:hover {
	opacity: 0.6;
}
.TopPromo {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	float: left;
	text-align: center;
}
#esd-menu {
	width: 775px;
	float: right;
	margin: 35px 0 40px 0;
	padding: 0;
	background: url(../images/menu_bg.png) no-repeat right top;
}
#esd-menu ul {
	list-style: none;
	width: auto;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}
#esd-menu ul li {
	margin: 0px;
	padding: 0;
	list-style: none;
	float: left;
	background: url(../images/menu_sep.jpg) no-repeat right center;
}
#esd-menu ul li.last {
	background: none;
}
#esd-menu ul li a {
	margin: 0;
	padding: 12px;
	list-style: none;
	display: block;
	color: #d2c998;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	transition: all 0.3s ease-out;
	background-position: center bottom;
}
#esd-menu ul li a:hover {
	text-decoration: none;
	background: url(../images/menu_hvr.png) no-repeat center bottom;
}
.esd-banner {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/banner_bg.png) repeat-x left bottom;
	text-align: center;
}
/*---Header---<<END*/

/*---eBay Default Mods->START*/
#TopPromoArea {
	padding: 0px !important;
	margin: 0px !important;
}
/*---Left Column->START*/
#LeftPanel {
	width: 220px !important;
	text-align: left;
	vertical-align: top !important;
	padding: 0px;
	float: left;
	margin-right: 15px;
}
#LeftPanel * {
	padding: 0px;
	margin: 0px;
}
#LeftPanel img {
	border: 0px;
}
#LeftPanel .ttl {
	display: none !important;
}
#LeftPanel .cnt {
	display: none !important;
}
#LeftPanel .all_cats {
	display: none !important;
}
#LeftPanel .link {
	display: none !important;
}
#LeftPanel .v4acpcont {
	display: none !important;
}
/*---Left Column->END*/
#esd-cathead {
	margin: 0;
	padding: 2px 0px 10px 55px;
	width: 165px;
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
	font-weight: 700;
	color: #232323;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	text-align: left;
	background: url(../images/cathead_bg.png) no-repeat center top;
}
#esd-categories {
	width: 220px;
	text-align: left;
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 0px;
	background: none;
}
#esd-categories ul.lev1 {
	list-style-type: none;
	width: 220px;
	margin: 0px auto;
	padding: 0px;
}
#esd-categories ul.lev1 li {
	width: 220px;
	margin: 0 0 0 0;
	padding: 0 !important;
	list-style: none;
	line-height: 44px;
	height: 44px;
	text-align: left;
	overflow: hidden;
}
#esd-categories ul.lev1 li.esd-lastitem {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}
#esd-categories ul.lev1 li a {
	color: #eae0a9;
	font-family: 'Arvo', serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 40px;
	margin: 0px;
	font-weight: normal;
	height: 44px;
	line-height: 40px;
	background: url(../images/cat_arrow.png) no-repeat center center;
	transition: all 0.3s ease-out;
}
#esd-categories ul.lev1 li a:hover {
	color: #232323;
	font-weight: normal;
	background: url(../images/cat_arrow_hvr.png) no-repeat center center;
}
#esd-categories ul.lev1 li span {
	color: #232323;
	font-family: 'Arvo', serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 40px;
	margin: 0px;
	font-weight: normal;
	height: 44px;
	line-height: 40px;
	background: url(../images/cat_arrow_hvr.png) no-repeat center center;
}
#esd-categories ul.lev2 {
	list-style-type: none;
	width: 220px;
	margin: 0px auto;
	padding: 0px;
}
#esd-categories ul.lev2 li {
	width: 220px;
	margin: 0;
	padding: 0 !important;
	list-style: none;
	line-height: 44px;
	height: 40px;
	text-align: left;
	overflow: hidden;
}
#esd-categories ul.lev2 li a {
	color: #eae0a9;
	font-family: 'Arvo', serif;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 40px;
	margin: 0px;
	font-weight: normal;
	height: 44px;
	line-height: 40px;
	background: url(../images/cat_arrow.png) no-repeat center center;
}
#esd-categories ul.lev2 li a:hover {
	color: #232323;
	font-weight: normal;
	background: url(../images/cat_arrow_hvr.png) no-repeat center center;
}
#esd-categories ul.lev2 li span {
	color: #232323;
	font-family: 'Arvo', serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 40px;
	margin: 0px;
	font-weight: normal;
	height: 44px;
	line-height: 40px;
	background: url(../images/cat_arrow_hvr.png) no-repeat center center;
}
#esd-information {
	width: 220px;
	text-align: center;
	margin: 10px 0;
	float: left;
	padding: 0;
	background: none;
}
#esd-leftpromo {
	width: 220px;
	text-align: center;
	margin: 0px;
	float: left;
	padding: 0;
}
#esd-gap {
	height: 10px;
	width: 220px;
	clear: both;
}
#esd-newsletter {
	width: 220px;
	height: auto;
	margin: 0px;
	float: left;
	padding: 0;
	background: url(../images/news_bg.png) no-repeat right bottom;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}
#esd-newshead {
	margin: 15px 0 10px;
	padding: 0;
	width: 220px;
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
	font-weight: 700;
	color: #d2c998;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	text-align: center;
}
#esd-newsletter #news-text {
	color: #d2c998;
	font-family: 'Arvo', serif;
	font-size: 14px;
	position: relative;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 15px;
	float: left;
	margin: 10px 0 0;
	line-height: 24px;
}
#esd-newsletter #esd-signup {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0px;
	transition: all 0.3s ease-out 0s;
	border: 0px none;
}
#esd-newsletter input.btn-signup {
	background: url(../images/signup_btn.png) no-repeat center top;
	display: block;
	border: none 0px;
	cursor: pointer;
	text-decoration: none;
	width: 134px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	transition: all 0.3s ease-out 0s;
}
#esd-newsletter input.btn-signup:hover {
	opacity: 0.7;
}
/*---Left Column---<<END*/

/*---Footer->START*/
.esd-wrapcens {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
	float: left;
}
#esd-footer {
	width: 1000px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	background: url(../images/footer_bg.png) no-repeat center top;
}
#esd-footer #esd-copy {
	color: #d2c998;
	font-family: 'Arvo', serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	float: left;
}
#esd-footer #esd-copy span {
	font-weight: normal;
	text-transform: uppercase;
}
#esd-footer #esd-designer {
	color: #d2c998;
	font-family: 'Arvo', serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 14px 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	float: left;
}
#esd-footer #esd-designer a {
	color: #d2c998;
	font-family: 'Arvo', serif;
	font-size: 12px;
	font-weight: normal;
	transition: all 0.3s ease-out;
}
#esd-footer #esd-designer a:hover {
	color: #fff;
}
/*---Listing Column start----*/

#listingarea {
	width: 765px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0px;
}
.esd-listingarea-box {
	float: left;
	margin-bottom: 15px;
	width: 765px;
}
.esd-listinghead {
	background: rgba(0, 0, 0, 0) url("../images/title_bg01.png") repeat-y scroll left top;
    color: #232323;
    font-family: "Dancing Script",cursive;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    padding: 0px 10px 1px 22px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    width: 732px;
}
.esd-listinghead span {
	background: url(../images/title01.png) no-repeat 0px 13px!important;
    color: #232323;
    font-family: "Dancing Script",cursive;
    font-size: 35px;
    font-weight: 700;
    line-height:50px;
	 display: table;
    margin: 0;
    padding: 0 10px 2px 35px;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.img-gallery-box {
	float: left;
	width: 765px;
	padding:4px 0 0;
	margin: 0;
	background: none;
}
#img-gallery {
	width: 735px;
	padding: 14px;
	background: #444 url(../images/desc_bg.jpg) repeat-x left bottom;
	border: 1px solid #4c4c4c;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
#img-gallery .big-1 {
	width: 735px;
	height: 500px;
	position: relative;
	text-align: center;
	float: left;
	margin: 0 0 15px 0;
	padding: 0px;
	background: #fff;
	border-radius: 15px;
}
#img-gallery #big-img {
	width: 735px;
	height: 500px;
	position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.big-resize {
	height: auto;
	max-height: 500px;
	max-width: 735px;
	width: auto;
 width:735px !IE;
}
#img-gallery ul {
	width: auto;
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: table;
}
#img-gallery ul li {
	position: relative;
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0 15px 0 0;
	text-align: center;
}
#img-gallery ul li:empty {
	display: none!Important;
}
#img-gallery ul li.lastthumb {
	margin: 0;
	float: left;
	margin: 0;
	display: inline-block;
	list-style: none;
}
#img-gallery ul li img {
	padding: 0px;
	margin: 0;
}
#img-gallery ul li.lastthumb img {
	margin: 0;
}
.thum-resize {
	max-width: 110px;
	max-height: 110px;
	text-align: center;
	background: #fff;
	height: 110px;
	width: 110px;
	background: #fff;
	border: 0 none;
	border-radius: 15px;
}
img[src=""], img[src=" "] {
	background: none;
	border: none;
	height: 0;
	width: 0;
	box-shadow: none;
	padding: 0 !important;
	margin: 0 !important;
}
.desc-hedtitle {
	margin: 0px;
	width: 700px;
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
	font-weight: 700;
	color: #232323;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	text-align: left;
	padding: 4px 10px 10px 55px;
	background: url(../images/title_bg.png) no-repeat left top;
}
.desc-rd {
	width: 725px;
	padding: 19px;
	background: #444 url(../images/desc_bg.jpg) repeat-x left bottom;
	border: 1px solid #4c4c4c;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.desc-text {
	font-family: 'Arvo', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #d2c998;
	text-decoration: none;
	text-align: justify;
}
/*---Listing Column End----*/

/*---Tab Start----*/

#teb-bg {
	width: 100%;
	margin: auto;
	float: left;
}
#spw-ttab {
	background-image: none;
	width: 100%;
	float: left;
}
#spw-tabs {
	width: 100%;
	height: 45px;
	z-index: 1000;
	position: relative;
	float: left;
	margin: 0;
	background: none;
}
#spw-tabs ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	display: table;
}
#spw-tabs ul li {
	float: left;
	height: 45px;
	left: 0px;
	margin: 0 9px 0 0;
	padding: 0px;
	width: 120px;
}
#spw-tabs ul li.spw-lastitem {
	margin: 0px 0px 0px 0px;
}
#spw-tabs ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	margin: 0;
	padding: 0;
	height: 45px;
	line-height: 45px;
	font-family: 'Dancing Script', cursive;
	font-size: 23px;
	color: #d2c998;
	text-align: center;
	font-weight: normal;
	background: url(../images/tab_bg.png) no-repeat center top;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
#spw-tabs ul li a span {
	display: block;
	height: 45px;
	cursor: pointer;
	line-height: 45px;
	padding: 0;
}
#spw-tabs ul li a:hover, #spw-tabs ul li a.spw-selected {
	color: #d2c998;
	text-decoration: none;
	background: url(../images/tab_bg.png) no-repeat center bottom;
}
#spw-tabs ul li a:hover span, #spw-tabs ul li a.spw-selected span {
	color: #d2c998;
	text-decoration: none;
}
#spw-tabs ul li a.spw-selected, #spw-tabs ul li a.spw-selected span {
	text-decoration: none;
	color: #d2c998;
	cursor: pointer;
}
#spw-tabpanels div {
	float: left;
	width: 725px;
	margin: 8px 0 15px 0;
	padding: 19px;
	background: #444 url(../images/desc_bg.jpg) repeat-x left bottom;
	border: 1px solid #4c4c4c;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	font-family: 'Arvo', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #d2c998;
	text-decoration: none;
	text-align: justify;
}
/*---Tab End----*/
