/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
html { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
body {
	line-height: 1;
	color: black;
	background: #3d3d3d;
	padding-top: 11px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1, h2, h3, h4, h5, h6 {
	color: #cc3366;
	font-size: 18px;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
}
h1.item {
        line-height: 20px;
}

h2 {
        color: #333333;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 5px;
        font-weight: bold;
        font-family: arial, verdana, helvetica, sans-serif;
}
img { 
	display: block; 
}
a {
	color: #cc3366;
	text-decoration: none;
}
a:hover {
	color: #36b5c1;
	text-decoration: underline;
}
input {
	color: #333333; 
	font-size: 10px;
}
textarea { 
	background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 11px;
	width: 300px; 
} 
select  { 
	background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 10px; 
} 
option { 
	background-color: #ffffff;  
	color: #333333; 
	font-size: 10px; 
}
.button1 { 
	background-color: #eeeeee; 
	border: solid 1px #A2A29E; 
	font-size: 10px; 
	font-weight: bold; 
	width: 50px; 
	height: 20px;
}
.button { 
	background-color: #eeeeee; 
	border: solid 1px #A2A29E; 
	font-size: 10px; 
	font-weight: bold;  
	height: 20px;
}
.formcell {
	padding: 3px;
} 
.formlabel { 
	color: #333333; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: right; 
}
.textinput {
        background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 10px; 
}
.textfield { 
	background-color: #ffffff; 
	border: solid 1px #A2A29E; 
	color: #333333; 
	font-size: 10px; 
	width: 200px;
}
.qtyfield {
        width: 20px;
}
.inline {
	display: inline;
}
.whitebg {
        background-color: #ffffff;
}
.important {
        color: #cc0000;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        font-family: arial, verdana, helvetica, sans-serif;
}
.required {
        color: #cc0000;
}
.fineprint { 
        color: #666666; 
        font-size: 9px; 
        font-style: italic; 
}
.subhdg {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        font-family: arial, verdana, helvetica, sans-serif;
}
.emph1 {
        color: #333333;
        font-size: 11px;
        font-weight: bold;
        font-family: arial, verdana, helvetica, sans-serif;
}


/* site styles */
div#container { 
	margin-left: auto;
	margin-right: auto;
	width: 998px;
}
td.fadeleft {
	background-image:url(http://site.shopelectrify.com/graphics/bg-fade-lt.gif);
	background-repeat: repeat-y;
	width: 15px;
}
td.faderight { 
	background-image:url(http://site.shopelectrify.com/graphics/bg-fade-rt.gif);
	background-repeat: repeat-y;
	width: 15px; 
}
td.fadebtm {
	background-image:url(http://site.shopelectrify.com/graphics/bg-fade-btm.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
	height: 15px; 
}



/* shopping bag : search */
table#shopsearch {
	margin-right: 9px;
	float: right;
}
table#shopsearch td {
	vertical-align: middle;
}
input.searchfield { 
	border: solid 1px #b3b3b3;
	font-size: 10px;
	width: 115px;
}



/* top navigation */
table#topnav { 
	background-image:url(http://site.shopelectrify.com/graphics/bg-topnav.gif); 
	background-repeat: no-repeat; 
	width: 968px; 
}
img.topnavcat {
        margin-left: 26px;
}
img.topnavbrand {
        margin-left: 51px;
}
img.topnavnew {
        margin-left: 52px;
}
img.topnavsale {
        margin-left: 52px;
}
img.topnavcustsvc {
        margin-left: 52px;
}
img.topnavphone {
        margin-left: 83px;
        margin-right: 41px;
}



/* left navigation */
table#content td { 
	vertical-align: top;
}
td.leftnav {
	background-color: #000000;
	background-image:url(http://site.shopelectrify.com/graphics/bg-leftnav.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
}
div#leftnav {
         background-color: transparent;
         color: #ffffff;
         min-height: 437px;
}
div#leftnav a { 
         color: #ffffff;
}
div#leftnav a:hover { 
         color: #cc3366; 
}
div#leftnav ul {
	margin-left: 26px;
}
div#leftnav li {
	color: #ffffff;
	line-height: 18px;
}



/* home page */
td.home-img-col {
        background-color: #ffffff;
}
td.home-promo-col {
        background-color: #ffffff;
        padding: 9px 0 6px 0;
}
div.promo-img {
        float: left;
        padding-left: 15px;
}
div.promo-content {
        float: right;
        width: 150px;
}
div.promo-content-text {
        padding-right: 10px;
        line-height: normal;
}


/* inner pages */

td.body-content {
        background-color: #ffffff;
}
div#inner-caption {
	line-height: 14px;
        width: 756px;
}
div#section-caption {
        margin: 19px;
}



/* contents */
div#contents img {
        margin-left: auto;
        margin-right: auto;
}
div#contents a {
        color: #000000;
}
div#contents a:hover {
        color: #cc3366;
}
div#contents .name {
        text-align: center;
}
div#contents .price {
        text-align: center;
}
div#contents .price-bold {
        color: #cc3366;
        font-weight: bold;
        text-align: center;
}
div#contents .sale-price-bold {
        color: #cc0000;
        font-weight: bold;
        text-align: center;
}      
div#contents td.contentsimgcell {
        vertical-align: middle;
}
div#contents td.contentstextcell {
        padding-top: 10px;
        padding-bottom: 30px;
}

/* cross-sell */
div#cross-sell a {
        color: #000000;
}
div#cross-sell a:hover {
        color: #cc3366;
}
div#cross-sell .name {
        text-align: center;
}
div#cross-sell .price {
        text-align: center;
}
div#cross-sell .price-bold {
        color: #cc3366;
        font-weight: bold;
        text-align: center;
}
div#cross-sell .sale-price-bold {
        color: #cc0000;
        font-weight: bold;
        text-align: center;
}
div#cross-sell td.crossimgcell {
        padding: 10px;
        vertical-align: middle;
}



/* item pages */
div#item-caption {
	width: 670px;
        margin: 19px 0 10px 19px;
}
div#item-info {
	float: right;
	width: 320px;
        position: relative;
}
div#item-info ul {
	margin-left: 1.5em;
	list-style-type: disc;
}
div#item-info .price-bold {
        font-weight: bold;
}
div#item-info .sale-price-bold {
        color: #cc0000;
        font-weight: bold;
}  
div#item-image {
        margin-left: 10px;
	float: left;
        position: relative;
}

div#item-order {
	padding: 15px;
	background-color: #ececec;
	width: 300px;
}
div#item-order a {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}
div#item-order a:hover {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
table#item-order td {
	background-color: #ececec;
}
div#size-chart {
	padding-top: 5px;
	padding-bottom: 5px;
}
div#size-chart img {
	vertical-align: bottom;
}
div#item-order-buttons {
	margin-top: 19px;
        width: 330px;
}
.addtocartImg {
        margin-right: 14px;
}
.image-l {
        margin-top: 6px;
}
div#fashion-club a {
        color: #333333;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        font-family: arial, verdana, helvetica, sans-serif;
}
div#fashion-club a:hover {
        color: #cc3366;
        text-decoration: underline;
}
div#fashion-club img {
        vertical-align: middle;
}


/* footer */
table#footer {
	width: 998px;
	background-color: #000000;
	color: #9f9f9f;
}
table#footer td {
	vertical-align: top;
}
input.sufield { 
	border: solid 1px #b3b3b3;
	font-size: 10px;
	width: 135px;
}
input.btngo {
	margin-right: 19px;
}
div#emailsigntext {
	position: relative;
	top: 19px;
}
div#emailsignbtn {
	position: relative;
	top: 19px;
}



/* copyright */
div#copyrightlinks {
	color: #828282; 
	font-size: 9px; 
	line-height: 24px; 
	text-align: center;
	margin-top: 5px;
}
div#copyrightlinks a { 
	color: #828282; 
}
div#copyrightlinks a:hover { 
	color: #cc3366; 
}



/* footer icons */
table#icons {
	float: right;
	position: relative;
	bottom: 65px;
	margin-right: 33px;
}
img.icon1 {
	margin-right: 9px;
}
img.icon2 {
	margin-right: 9px;
}

/* links */
a.link1 {
	color: #cc3366;
	text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        font-family: arial, verdana, helvetica, sans-serif;
}
a.link1:hover {
	color: #36b5c1;
	text-decoration: underline;
}

a.textlink {
	color: #000000;
	text-decoration: none;
        font-size: 11px;
        font-weight: normal;
        font-family: verdana, arial, helvetica, sans-serif;
}
a.textlink:hover {
	color: #cc3366;
	text-decoration: underline;
}



/* SOLID CACTUS CSS *********************************** */
/* 
#mainbody #header {
height:163px; }
#mainbody #header .searcharea {
margin: 35px 15px 0 }

#mainbody #header .searcharea #searchSubmit {
background: none; color:#fff; border:none;}

#mainbody #header .searcharea .searchText {
color:#fff; }

#mainbody #header .searcharea #searchInput {
background:none; border:none;
color: #fff;
}


html #header h3.storeLogo{
	padding: 0;
	width: 265px; height: 155px;
	position: absolute;
	top: 0px; left: 247px;
	width: 265px; height: 155px;
}

html #header h3.storeLogo a{
	display: block;
	width: 265px; height: 155px;
	background: url(/lib/yhst-36090765121463/trans.gif) left top repeat;
	text-indent: -10000px;
	float: left;
}

#header{position: relative;}
#header .shipping{
color: #fff;
position: absolute;
top: 56px;
left: 44px;
width: 232px;
font-family: arial, sans-serif;
text-align: center;
font-size: 12px;
}
*/

