@import url(styles_xolved.css);


/* ITEM Horizontal */
.itemh {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
}
.itemh.bb {
	border-top: #e0c1e0 solid 1px;
	border-bottom: none;
}
.itemphoto { 
	border: none;
	padding-bottom: 15px;
	position: relative;
}
.itemphoto .new-sparkle {
	position: absolute;
	top: 0;
	right: -2px;
}
* html .itemphoto .new-sparkle { right: 0; }
.itemdescription .new-sparkle {
	float: left;
	padding: 0 .75em .25em 0;
}
.itemcontent {
	float: none;
	margin-left: 258px;
	padding-bottom: 15px;
}
* html .itemcontent {
	margin-left: 132px;
}
.nophoto .itemcontent {
	float: left;
}
.itemtitle {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
.itemtitle h2 { margin: 0; }
.itemdescription  { font-size: 12px; }
.itemdescription h4 { font-size: 12px; }
.itemprices {
	font-size: 12px; 
	color: #333333
}
.itemprice {
	font-weight: bold;
}
.itemstockstatus {
	font-style: italic;
	color:#48BB03;
	font-weight:bold;
	padding-bottom: 12px;
	display: none;
}
.itemcontent form {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* Hacker Safe Box and Left Navigation Heading*/
#hackersafebox {
    margin: 8px 0 10px 0;
    border-top: #cc99cc solid 1px;
    height:32px;
    padding-top:6px;
    padding-left:10px;
}
.leftnavhead {
	font-weight: bold;
	padding-left: 12px;
	color: #993399;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Top-Level Style Redefinitions */
h1, h3, h2.fancy {
	font-family: Bradley Hand, Lucida Calligraphy, Pristina, Dauphin, Bacon, Paley, Arial, Helvetica, sans-serif;
}
h2 {
	color: #939;
}
h5 {
	font-size: 12px;
	margin-bottom: 0;
}
p, th, td {
	font-size: 12px;
}
td { vertical-align: top; }
th { vertical-align: bottom; }
img, #logo img {
    border: none;
}
#footerbanner img {
    border: none;
    padding: 12px;
}
.chromestyle ul{
	padding: 1px 0;
}
.welcome-message {
	margin: 4px 6px 0 0;
}
.clearer {
	clear: both;
	height: 1px;
}
#search-form {
	margin: 0 0 1em 0;
	padding: 0;
}
#catwelcome h1 {
	margin-top: 1em;
}
#catdescription {
	border-right: none;
}
.home-page #catdescription {
	width: 480px;
}
#catbanner {
	border-left: #e0c1e0 solid 1px;
}
.home-page #catbanner { 
	width: 308px; 
}
.special-image img {
	float: left;
	padding: 0 10px;
}
.bt { border-top: #e0c1e0 solid 1px;}
.infopage { font-size: 12px; }
#content.body-text, .body-text { width: 710px; }

.special-content {
	margin: 0 10px 0 145px;
}
.special-content p, .special-content form {
	margin: 0;
}
.special-reg-price {
	font-weight: bold;
	text-decoration: line-through;
}
.special-price {
	color: #606;
}
.bannerdetail {
	padding-left: 0;
}
.special-name, .bannerdetail p {
	font-weight: bold;
}
.categoryrow, .categorybox {
	height: 125px;
}


	/* Sites header */

  #header {
    background-position: right 21px;
    }
    
  #sites-header {
    background-color: #FFF;
    border-bottom: 1px solid #DDDDDD;
    width: 972px;
    height: 21px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    }

/* Products Menu */
ul.nav-menu :link, ul.nav-menu :visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
ul.nav-menu :link:hover, ul.nav-menu :link:active, 
ul.nav-menu :visited:hover, ul.nav-menu :visited:active {
	text-decoration: underline;
}
ul.nav-menu { 
	list-style-type: none; 
	margin: 1em .5em 1.5em .75em; 
	padding: 0; 
	}
ul.nav-menu li {
	margin: 0 0 1em 1.25em; 
	}
ul.nav-menu li img {
	margin-right: 4px; 
	}
ul.nav-menu li.menu-link {
	list-style-type: disc; 
	}
ul.nav-menu li.menu-cat {
	text-indent: -13px; 
	}

ul.sub-menu { 
	color: #666; 
	list-style-type: disc; 
	margin: 0; 
	padding: 0; 
	}
ul.sub-menu li {
	margin: .75em  0 .75em 1.5em; 
	line-height: 100%; 
	text-indent: 0; 
	}
ul.sub-menu li.sub-group { 
	margin-left: 0; 
	list-style-type: none; 
	}

/* Row products */
.row-product {
	margin: 0pt 2em 0pt 0pt;
	padding: 1.5em 0pt 1em;
	position: relative;
	text-align: center;
	font-size: 12px;
}
.row-product h4 {
	font-size: 12px;
	font-weight: bold;
	color: #939;
	margin-top: .5em;
}
.row-product .itemdescription { 
	margin-bottom: 1em; 
}
.row-product ul { 
	list-style: none; 
	margin: 0 0 .75em 0; 
	padding: 0 .75em; 
}


/* General utilities */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clear-left { clear: left; }
.nowrap { white-space: nowrap; }
div.nowrap { display: inline; }

.one-quarter { width: 25%; }
.one-third { width: 33%; }
.one-half { width: 50%; }
.two-thirds { width: 66%; }
.three-quarters { width: 75%; }
	