@charset "utf-8";
/*---Common and Standard->START*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lato', sans-serif;
}

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: 0px none;
}
.org-clear {
	clear: both;
}
.org-wrap {
	width: 100%;
}
.org-wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}
.pagecontainer > table {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin: 0;
	display: table;
	background:#fff;
}
.tb_v4bc {
	background: none repeat scroll 0 0 !important;
}
.pagecontainer table tr td table:nth-child(2) {
	display: table;
	margin: 0 auto;
	padding: 0 0px;
	text-align: left;
	width: 100%;
	max-width: 1200px;
}
.pagecontainer {
}
#gh {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 35px 0 10px;
	position: relative;
	white-space: nowrap;
}
.tb_v4bc{
	display:none !important;
}
.gh-tbl{
	display:none !important;
}
.pagecontainer > p {
	display:none ;
}
/*---Common and Standard---<<END*/

/*---Header->START*/

.top-header {
	width: 100%;
	display: table;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#org-header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
	background:#fff;
}
.headertop-holder {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom:1px solid #e4e4e4;
}
.welcome_msg {
	color: #333333;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	width: auto;
	font-family: 'Lato', sans-serif;
}
.welcome_msg span {
	color:#ff7cd7;
	text-transform:uppercase;
	font-weight: bold;
}
.org-right {
	float: right;
	width: 750px;
	margin: 0px 0;
	padding: 0;
}
.top-call {
	float: right;
	margin: 0px 0;
	padding: 0 35px 0 0 ;
	text-align: left;
	width: auto;
}
#org-logo {
	float: left;
	margin:5px 0;
	padding: 0;
	text-align: left;
	width: auto;
}
#org-logo img {
	margin: 0;
	border: 0 none;
}

#org-topmenu {
	width: auto;
	margin: 0px 0;
	padding: 0;
	float: right;
}
#org-topmenu ul {
	list-style: none;
	width: auto;
	margin: 0px auto;
	padding: 0;
	display: table;
	position: relative;
}
#org-topmenu ul li {
	margin: 0;
	padding: 0px 15px;
	list-style: none;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333;
	font-family: 'Lato', sans-serif;
	
}
#org-topmenu ul li:last-child {
	background: none;
	padding: 0 0 0 0px;
	border: none;
}
#org-topmenu ul li a {
	margin: 0px;
	padding: 0px 0;
	line-height: 14px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	text-decoration: none;
	height: 38px;
	line-height: 40px;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
#org-topmenu ul li a:hover {
	color: #ff7bd7;
	 border-top:3px solid #ff7bd7;
	 height: 35px;
	line-height: 35px;
}
#org-topmenu ul li:hover {
}
#org-topmenu ul li:hover {
}
.menu-holder {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0;
	float: left;
background:url(../images/menu-bg.png) repeat-x left top;

}
#org-menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}
#org-menu ul {
	margin: 0 ;
	padding: 0;
	width: auto;
	display: table;
	float:left;
}
#org-menu li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

#org-menu li a {
	color: #fff;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0px 30px;
	text-decoration: none;
	text-transform: uppercase;
	height: 48px;
	line-height: 48px;
	letter-spacing: 2px;
}
#org-menu li a:hover {
	color: #fff;
	background:url(../images/menu-roll.png) repeat-x left top;
}
.made{
float:right;
 margin: -10px 0 0;	
}

.sub-menu{
	position:relative;
}
.sub-menu > ul {
  left: 20px;
    position: absolute;
    top: 36px;
    z-index: 1;
}
.sub-menu > ul{
  visibility:hidden;
  width: 200px !important;
  background:url(../images/sub-menu-bg.png) no-repeat center top #fff;
  margin-top: 12px !important;
  border:1px solid #c9c8c8 !important;
}

.sub-menu:hover > ul{
  visibility:visible;
}
.sub-menu > ul > li {
  height: 20px;
  line-height:20px;
  margin-bottom: 2px;
  _transform: rotateY(180deg);
  width: 80% !important;
  text-align: left;
   border-bottom:0px solid #c9c8c8 !important;
   opacity: 1;
  
}
.sub-menu > ul > li:nth-child(1){
	
}
.sub-menu > ul > li a {
 padding: 0 0 0 0px !important;	
 background:url(../images/sub-arrow.png) no-repeat 10px 12px;
 color:#333333 !important;
 font-size:12px !important;
 text-transform:none !important;
 font-weight:600 !important;
 height:20px !important;
 line-height:20px !important;
 font-family:Arial, Helvetica, sans-serif !important; 
 font-weight:normal !important;
 letter-spacing:0 !important
}
.sub-menu:hover > ul > li {
  opacity: 1;
  _transform: rotateY(360deg);
}
.sub-menu > ul > li a:hover {
 color:#ff7cd7 !important;
 background:none !important;
}



.promo-banner {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0;
	background:#background:#fff;
	text-align:center;
}
.promo-banner img {
	margin: 0px auto 0px;
	padding: 0;
}
#CoverImage p {
	margin: 0 !important;
	padding: 0 !important;
}
#banner-holder {
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0;
	position: relative;
	background: none;
}
#CoverImage p {
	margin: 0 !important;
	padding: 0 !important;
}
#banner-holder {
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0;
	position: relative;
}
 @keyframes slidy {
0% { left: 0%; }
15% { left: 0%; }
20% { left: -100%; }
35% { left: -100%; }
40% { left: -200%; }
55% { left: -200%; }
60% { left: -300%; }
75% { left: -300%; }
80% { left: -400%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
/*---Header---<<END*/



/*---search->START*/
#search-box {
	float: right;
	height: 40px;
	margin: 32px 0;
	padding: 0;
	width: 325px;
	border:1px solid #dddddd;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
#search-box .v4stw {
	padding: 0 !important;
}
#search-box .v4sbox {
	font-size: 13px !important;
	width: 270px !important;
	line-height: 40px !important;
	font-weight: normal !important;
	margin: 0px 0 0 0 !important;
	padding: 0 10px 0 10px !important;
	height: 40px !important;
	background: none !important;
	color: #000 !important;
	border-right: hidden !important;
	border-radius: 0px 0 0 0px!important;
	float: left;
	cursor: text !important;
	clear: both;
	display: table !important;
	text-indent: 1px !important;
}
#search-box input {
	width: 35px;
	height: 35px;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	background: url(../images/search-icon.png) no-repeat center 0px;
	display: block;
	border: none 0px;
	cursor: pointer;
	_transition: all .2s ease-in-out;
	text-indent: -9999px;
}
#search-box input:hover {
	background: url(../images/search-icon.png) no-repeat center bottom;
}
#v4-2, label {
	display: none !important;
}
.v4stw td {
	margin: 0 !important;
	padding: 0 !important;
}
/*---search->END*/

/*---eBay Default Mods->START*/
#TopPromoArea {
	padding: 0px !important;
	margin: 0px !important;
}
/*---Left Column->START*/
#LeftPanel {
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	float: left;
}
.v4thldr {
	background: none !important;
	border: none !important;
}
#LeftPanel * {
	padding: 0px;
	margin: 0px;
}
#LeftPanel img {
	border: 0px;
}
#LeftPanel .ttl {
	color: #323232;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0.4em 2%;
	margin: 0;
	overflow: hidden;
	width: 96%;
	text-align: left;
	border-bottom: 1px solid #dadada;
	display: none;
}
#LeftPanel .ttl a {
	color: #323232;
	font-size: 12pt;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
#LeftPanel .ttl a:hover {
	color: #fff;
	background: #545254;
	text-decoration: none;
}
#LeftPanel .cnt {
 display:  !important;
}
#LeftPanel .all_cats {
	display: none !important;
}
#LeftPanel .link {
	display: none !important;
}
.v4accent {
	display: none;
}
.v4title {
	width: 220px;
	margin: 0;
	padding: 0px 0 0px;
	font-size: 15px!important;
	font-weight: bold!important;
	font-family: 'Raleway', sans-serif;
	color: #FFF!important;
	line-height: 44px;
	height: 44px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	background: url(../images/v4title.png) no-repeat left top;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	text-indent:35px
}
h2 {
	color: #FFF!important;
	font-size: 17px !important;
	font-weight: bold!important;
	font-family: 'Raleway', sans-serif;
}
.v4title font {
	color: #FFF!important;
	font-size: 17px!important;
	font-weight: bold!important;
	font-family: 'Raleway', sans-serif;
}
table.v4midBox {
	width: 220px;
	text-align: left;
	margin: 0px 0 0 !important;
	position: relative;
	padding: 0px 0 0px 0;
	border: 0px solid #d8d8d8;
}
.v4mid {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
table.v4acp tr.v4acp_head td.v4hspacer {
	display: none;
	width: 0px;
}
#LeftPanel ul.lev1 {
	list-style-type: none;
	width: 220px;
	margin: 0;
	padding: 0;
	display: table;
}
#LeftPanel ul.lev1 li {
	padding: 0;
	list-style: none;
	text-align: left;
	width: 218px;
	margin:1px  0px;
	border: 1px solid #d8d8d8;
	background:url(../images/left-bg.png) repeat-x left top;
}
#LeftPanel ul.lev1 li a {
	color: #000000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 6px 5px 6px 20px;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	background:url(../images/left-arrow.png) no-repeat 10px 11px;
}

#LeftPanel ul.lev1 li a:hover {
	color: #fff;
	background:url(../images/left-arrow-roll.png) no-repeat 10px 11px #ef59a1;
}
#LeftPanel ul.lev1 li span {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 6px 5px 6px 20px;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	color: #fff;
	background:url(../images/left-arrow-roll.png) no-repeat 10px 11px #ef59a1;
}
#LeftPanel ul.lev1 li .cnt {
	display: none;
}
#LeftPanel ul.lev2 {
	list-style-type: none;
	width: 220px;
	margin: 0;
	padding: 0;
	display: table;
}
#LeftPanel ul.lev2 li {
	padding: 0;
	list-style: none;
	text-align: left;
	width: 218px;
	margin:1px  0px;
	border: 1px solid #d8d8d8;
	background:url(../images/left-bg.png) repeat-x left top;
}
#LeftPanel ul.lev2 li a {
	color: #000000;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 6px 5px 6px 20px;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	background:none;
}

#LeftPanel ul.lev2 li a:hover {
	color: #fff;
	background:#ef59a1;
}
#LeftPanel ul.lev2 li span {
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 6px 5px 6px 20px;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
	background:#ef59a1;
}
#org-gap {
	height: 15px;
	width: 220px;
	clear: both;
}
.v4vspacer {
	display: none;
}
.v4baccent {
	display: none;
}
#LeftPanel .v4acpcont {
	margin: 0 0 20px !important;
	padding: 0;
	position: relative;
	text-align: left;
	width: 220px;
	display: table;
	background: none;
}
table.v4nl td {
	clear: both;
	color: #000000;
	display: table !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	margin: 0 auto !important;
	padding: 10px 4%!important;
	text-align: left;
	width: 92%!important;
}
.v4nl .sb {
	float: none!important;
	padding: 0 !important;
	width: auto !important;
	margin: 0 auto 10px !important;
}

.v4nl {
  border: 1px solid #e6e6e6;
}
.sb > input {
	background: url(../images/submit.png) no-repeat left top;
	border: 0 none;
	cursor: pointer;
	text-decoration: none;
	width: 193px;
	height: 25px;
	margin: 0 auto 10px !important;
	display: table;
	padding: 0;
	_transition: all 0.4s ease-out 0s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-indent: -9999px;
}
.sb > input:hover {
	background: url(../images/submit.png) no-repeat left bottom;
}
.v4nl .cb {
	display: none !important;
}
.org-cathead {
	width: 220px;
	margin: 0;
	padding: 0px 0 0px;
	font-size: 16px!important;
	font-weight: bold!important;
	font-family: 'Raleway', sans-serif;
	color: #FFF!important;
	line-height: 44px;
	height: 44px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	background: url(../images/v4title.png) no-repeat left top;
	text-transform: uppercase;
	position: relative;
	z-index: 9999;
	text-indent:42px
}
.paypal {
	float: left;
	margin: 0 auto !important;
	padding: 20px 0px !important;
	width: 218px;
	text-align: center;
	 border: 1px solid #e6e6e6;
}
.thanks {
	float: left;
	margin: 0 auto !important;
	padding: 5px 0px !important;
	width: 225px;
	text-align: center;
}
/*---Left Column---<<END*/

/*---FOOTER->START*/
#org-copy1 {
	width: 100%;
	padding: 0;
	margin: 0px 0 0px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	color: #383838;
	line-height: none;
	float: left;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
}
#org-copy1 span {
	color: #ef59a1;
	font-weight: bold;
	text-transform:uppercase;
}
#org-designedby1 {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	margin: 0 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #000000;
}
#org-designedby1 a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
}
#org-designedby1 a:hover {
	color: #c1903b;
	text-decoration: none;
}
