@charset "UTF-8";


/* ------------------------------------------------------------------ DOCUMENT ELEMENTS ---*/
*, html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #454545;
}
a {
	color: #242424;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.blueline:hover {
	border-bottom: 1px solid #0099ff;
}
em {
	color: #0099ff;
	display: inline;
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0px;
}


div#wrapper {
	border: 0px;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: left;
}


/* ---------------------------------------------------------------------------- CLASSES ---*/
.linebreak {
	border-bottom: 1px solid #454545;
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* -------------------------------------------------------------------------------- IDs ---*/
/* ----------------------------------------------------------------- Header ---*/
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#header #greybar {
	margin: 0px;
	padding: 0px;
}
#header #greybar #logo {
	display: block;
	float: left;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#header #greybar #logo a:hover {
	border: 0px;
}
#header #greybar #logo a {
	display: block;
}
#header #greybar #main_menu {
	display: block;
	float: left;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
}
#header #greybar #main_menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#header #greybar #main_menu li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header #greybar #main_menu li a {
	color: #ffffff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
#header #greybar #main_menu li a:hover {
	text-decoration: none;
}
#header #greybar #main_menu li a.javaLink:hover {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}

#header #greybar #main_menu li a.redline {
	border: 1px solid #d21d34;
	background-color: #d21d34;
	color: #ffffff;
	margin-top: -2px;
	padding: 2px 5px 1px 5px;
}
#header #greybar #main_menu li a.redline:hover {
	background-color: #ffffff;
	color: #d21d34;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #d21d34;
}


/* ----------------------------------------------- Submenu ---*/
#header #greybar #main_menu ul div {
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	border-top: 1px solid #959595;
	display: block;
	position: absolute;
	margin: 2px 0px 0px 30px;
	padding: 0px;
	visibility: hidden;
	/*z-index: 18;*/
}
#header #greybar #main_menu ul div a {
	background-color: #e0e0e0;
	border-bottom: 1px solid #959595;
	color: #242424;
	display: block;
	margin: 0px;
	padding: 3px 9px 3px 7px;
	position: relative;
	font-size: 0.8em;
	font-weight: normal;
	white-space: nowrap;
	width: auto;
}
#header #greybar #main_menu ul div a:hover {
	background-color: #f0f0f0;
	border-bottom: 1px solid #0099ff;
	color: #000000;
	text-decoration: none;
}


#header #greybar #search {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
#header #greybar #search .custom-search {
	margin: 0px;
	padding: 11px 0px 8px 0px;
}
#header #greybar #search .custom-search .textbox {
	color: #454545;
	vertical-align: top;
	margin: 1px 0px 0px 0px;
	padding: 1px 2px 1px 3px;
}
#header #greybar #search .custom-search #ctl00_ctl02_go {
	border: 0px;
	margin: 0px;
	padding: 1px 10px 0px 5px;
}

/*  I had to scrap the following section for now; NetSol doesn't know what their own code is...
	Instead, I am modifying the staandard breadcrumb that they auto-generate.
	
#header #breadcrumb {
	display: block;
	float: left;
	margin: 0px;
	padding: 4px 5px 4px 10px;
}
#header #breadcrumb .breadcrumb {
	margin: 0px;
	padding: 0px;
}
#header #breadcrumb .breadcrumb a {
	color: #242424;
	margin: 0px;
	padding: 0px;
}
#header #breadcrumb .breadcrumb a:hover {
	color: #000000;
}
#header #breadcrumb .breadcrumb {
	margin: 0px;
	padding: 0px;
}

*/

#ctl00_breadcrumb {
	float: left;
	margin: -38px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	clear: both;
	/*z-index: 20;*/
}
#ctl00_breadcrumb a {
	color: #242424;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#ctl00_breadcrumb a:hover {
	border-bottom: 1px solid #0099ff;
	color: #000000;
}


#header #cart_btn {
	background-image: url(../images/header_cartBG.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	float: right;
	line-height: 1.4em;
	margin: 0px;
	padding: 4px 0px 10px 0px;
}
#header #cart_btn a {
	color: #e0e0e0;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#header #cart_btn a:hover {
	border: 0px;
	color: #ffffff;
}
#header #cart_btn #cart_title {
	background: url(../images/header_cartIcon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 28px;
	text-transform: uppercase;
}

#header_grey {
	background-image:url(../images/header_pageGrey.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	font-size: 0px;
	height: 10px;
	line-height: 0px;
	margin: 5px 0px 0px 0px;
}



/* ----------------------------------------------------------------------------- Footer ---*/
#footer_grey {
	background-image:url(../images/footer_pageGrey.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	font-size: 0px;
	height: 10px;
	line-height: 0px;
	margin: 0px 0px 10px 0px;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #e0e0e0;
	font-size: 1.0em;
	line-height: 1.3em;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 780px;
}


#footer #footer_menu {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer #footer_menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer #footer_menu li {
	display: block;
	border-right: 1px solid #8c8c8c;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 10px 7px 8px 8px;
}
#footer #footer_menu li.no_link {
	color: #ffffff;
	padding-left: 10px;
}
#footer #footer_menu li a {
	color: #e0e0e0;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer #footer_menu li a:hover {
	color: #ffffff;
	text-decoration: none;
}


#footer #copyright {
	border-top: 0px;
	display: block;
	float: right;
	margin: 0px;
	padding: 10px 10px 10px 0px;
}



/* ---------------------------------------------------------------------------- Product ---*/
#product {
	margin: 0px;
	padding: 0px;
}


#product #col_image {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#product .side_ad {
	padding: 25px 0px 0px 0px;
}

#product #col_text {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 335px;
}
#product .prod_title {
	color: #454545;
	font-size: 1.6em;
}
#product .prod_color {
	color: #8c8c8c;
	font-size: 0.9em;
	padding: 0px 0px 10px 0px;
}

#product #prod_review {
	border-top: 1px solid #cccccc;
	margin: 15px 15px 15px 10px;
	width: 409px;
}
#product #prod_review h3 {
	font-size: 1.3em;
	margion: 0px;
	padding: 0px 0px 0px 2px;
}
#product div.prod-detail-rating-stat table tr td table {
	display: inline;
}





/* -------------------------------------------------------- Long Description ---*/
.h3_title {
	text-transform: uppercase;
}

.feat {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 215px;
}
.feat ul {
	color: #797979;
	margin: 0px 0px 1.3em 12px;
	padding: 0px 0px 1.3em 12px;
}
.feat ul li {
	list-style: square;
	padding: 0px;
}

.tech {
	float: left;
	margin: 0px 0px 1.3em 10px;
	padding: 0px;
	text-align: center;
	width: 100px;
}
.tech ul {
}
.tech ul li {
	list-style: none;
}


/* -------------------------------------------------------- Related Products ---*/
#prod_rel {
	background-image: url(../images/prod_relBot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}
#prod_rel #ctl00_pageContent_ctl13_titleHeader h3 {
	background-image: url(../images/prod_relTop.gif);
	background-position: top;
	background-repeat: repeat-x;
	overflow: visible;
	color: #f0f0f0;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 2px 10px;
	text-transform: uppercase;
}
#prod_rel .product-list {  /*  the main table of products  */
	background-image: url(../images/prod_relMid.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#prod_rel .product-list .product-list-item-container { /*  the cell for each product  */
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#prod_rel .product-list .product-list-item-container-alt { /*  another product cell (second row?)  */
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#prod_rel .product-list .product-list-item { /*  the div inside the product cell  */
	margin: 0px;
	padding: 0px;
}
#prod_rel .product-list .product-list-img { /*  the product's thumbnail image  */
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
#prod_rel .product-list .product-list-options a { /*  the product's name  */
	color: #e0e0e0;
}
#prod_rel .product-list .product-list-options a:hover { 
	color: #ffffff;
}
#prod_rel .product-list .product-list-price { /*  the product's price  */
	display: none;
}
#prod_rel .product-list .product-list-control { /*  the product's view button  */
	display: none;
}
#prod_rel .product-list .product-list-text { /*  the product's short description  */
	display: none;
}
#prod_rel .product-list .product-list-rating { /*  the product's rating  */
	display: none;
}




/* --------------------------------------------------------------------------- Homepage ---*/
/*  Some quick fixxers  */
td.content-head, td.content-nav, td.content-body {
	margin: 0px;
	padding: 0px;
}
table.content {
	margin: 0px;
	padding: 0px;
}
table.content, div.category-list-item {
	border: 0px;
}


#home {
	margin: 0px;
	padding: 0px;
}
#home #main_ad {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#home #small_ads {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#home #small_ads a {
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
#home #small_ads a.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#home #newsletter {
	font-size: 1.0em;
	text-align: right;
}

#home object {
	margin: 0px;
	padding: 0px;
	/*z-index: 1;*/
}
#home #left_col {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#home #right_col {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



/* --------------------------------------------------------------------------- Category ---*/
/*  Some quick fixxers  */
div.product-list-text {
	display: none;
}
td.product-list-item-container, td.product-list-item-container-alt { /*  product cell stuff  */
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
body.category-page-type img.product-list-img, body.cart-page-type img.product-list-img { /*  the product's image  */
	margin: 0px;
	padding: 0px;
}
#prod_rel .product-list .product-list-options a { /*  the product's name  */
	padding: 4px 0px 0px 0px;
}
body.category-page-type .product-list-price, body.cart-page-type .product-list-price { /*  the product's price  */
	margin: 0px;
}
body.category-page-type .product-list-control, body.cart-page-type .product-list-control { /*  the product's view button  */
	margin: 2px 0px 5px 0px;
}
body.category-page-type div.product-list-rating, body.cart-page-type div.product-list-rating { /*  the product's rating  */
	display: none;
}



body.category-page-type h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
td.product-list-results {
	padding-left: 10px;
}
td.product-list-sort {
	padding-right: 10px;
}

#cat_desc {
	background: #d4d4d4;
	border-bottom: 1px solid #b4b4b4;
	border-top: 1px solid #cfcfcf;
	color: #1e1e1e;
	margin: 5px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
}
#cat_desc p {
	display: block;
	line-height: 1.4em;
	margin: 0px;
}
#cat_desc img {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}



/* --------------------------------------------------------------------------- Checkout ---*/
body.cart-page-type td.page-column-center {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

body.cart-page-type td.page-column-center #ctl00_breadcrumb {
	margin-left: 0px;
	clear: both;
	padding: 0px;
	position: relative;
	z-index: 1000;
	/*width: 500px;*/
}
body.cart-page-type input.textbox, body.cart-page-type select.select {
	border-color: #808080;
	margin-bottom: 3px;
	padding: 2px;
}
body.cart-page-type td.cart-continue {
	padding: 1.0em 0px 1.5em 0px;
}



/* ------------------------------------------------------------------------------ Login ---*/
#ctl00_pageContent_lrLoginOptions_leftPane, #ctl00_pageContent_lrLoginOptions_rightPane {
	border-top: 1px solid #cccccc;
	padding-top: 1.0em;
}
table.account-container td.content-nav h5 {
	padding: 3px 6px;
}
