@charset "UTF-8";
/* CSS Document */
/* BEGIN FILE  */
/* GENERIC STYLE SHEETS FOR ALL PAGES  */

body {
	/* background-image: url(images/bg.gif);  */
	background-repeat: attribute;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
body,
td,
p,
div {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
table#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
table#main-structure {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #ccc;
}
table#main-structure td.sidebar {
	margin: 0 10px 0 0;
	padding: 0;
}
table#main-structure td.main-content {
	width: 800px;
	margin: 0;
	padding: 0 0 0 20px;
}
a:link,
a:active,
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
.grey_12 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.grey_12:link,
a.grey_12:active,
a.grey_12:visited {
	color: #999;
	text-decoration: none;
}
a.grey_12:hover {
	color: #000;
	text-decoration: none;
}
.black_10 {
	font-size: 10px;
	color: #000;
}
a.black_10:link,
a.black_10:active,
a.black_10:visited {
	color: #000;
	text-decoration: none;
}
a.black_10:hover {
	color: #666;
	text-decoration: none;
}
.black_11 {
	font-size: 11px;
	color: #000;
}
.left_nav {
	font-size: 10px;
	color: #999;
}
a.left_nav:link,
a.left_nav:active,
a.left_nav:visited {
	color: #999;
	text-decoration: none;
}
a.left_nav:hover {
	color: #666;
	text-decoration: none;
}

/*  BEGIN SOCIAL LINKS  */
/*  //////////////////////////////////////////  */
#social-links {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
}
#social-links ul {
    display: inline;
	margin: 0!important;
    padding: 0;
}
#social-links ul li {
    display: inline;
    float: left;
    height: 16px;
    margin: 0 0 0 10px;
    padding: 0;
    overflow: visible;
    width: 16px;
}
#social-links ul li a:link, 
#social-links ul li a:active, 
#social-links ul li a:visited {
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: 999999px;
	margin: 0!important;
    padding: 0;
    width: 16px;
}
#social-links ul li a.facebook {
    background: url("images/facebook.png") no-repeat scroll 0 0 transparent;
}
#social-links ul li a.twitter {
    background: url("images/twitter.png") no-repeat scroll 0 0 transparent;
}
#social-links ul li a:hover {
    opacity: 0.7;
}
/*  //////////////////////////////////////////  */
/*  END SOCIAL LINKS  */

/*  BEGIN TOP NAVIGATION  */
/*  //////////////////////////////////////////  */
table#top-nav {
	width: 100%;
	font-size: 9px;
	color: #999;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: left;
}
table#top-nav tr td a:first-child {
	margin-left: 20px;
}
table#top-nav a:link,
table#top-nav a:active,
table#top-nav a:visited {
    font-size: 10px;
	color: #999;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
}
table#top-nav a:hover {
	color: #666;
	text-decoration: none;
}
/*  //////////////////////////////////////////  */
/*  END TOP NAVIGATION  */

/*  BEGIN BOTTOM NAVIGATION  */
/*  //////////////////////////////////////////  */
table#bot-nav {
	width: 100%;
	font-size: 9px;
	color: #999;
	margin: 0 auto 10px;
	padding: 10px 0;
	border: 1px solid #ccc;
	text-align: center;
}
table#bot-nav a:link,
table#bot-nav a:active,
table#bot-nav a:visited {
	font-size: 10px;
	color: #999;
	margin: 10px auto;
	text-transform: uppercase;
	text-decoration: none;
}
table#bot-nav a:hover {
	color: #666;
	text-decoration: none;
}
/*  //////////////////////////////////////////  */
/*  END BOTTOM NAVIGATION  */



.bg_01 {
	background-color: #efefef;
}
.border1 {
	border: 1px solid #ccc;
}
.border2 {
	border: 1px solid #666;
}
.imageborder_off {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 6px;
}
.imageborder_on {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 6px;
}
.button_on {
	font-family: inherit;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 0px;
}
.button_off {
	font-family: inherit;
	font-size: 9px;
	font-weight: bold;
	color: #999;
	background-color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 0px;
}
select,
input,
textarea {
	font-family: inherit;
	font-size: 11px;
	color: #000;
}
.disabledtxt {
	color: #999;
}
.shop_disabled {
	color: #ccc;
}
.alert {
	color: #FF0000;
}
.alertsm {
	font-size: 9px;
	color: #FF0000;
}
#bot-nav td.sig,
#bot-nav td.sig a.sig {
	font-size: 9px;
	color: #ccc;
	text-transform: none;
}
form {
	margin: 0px;
	padding: 0px;
}
/*  BEGIN PROD GEN & PROD CATS  */
/*  //////////////////////////////////////////  */

table#prods-descrip {
	margin: 10px;
	padding: 0;
}
table#prod-item-holder {
	width: 100%;
	margin: 10px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
table#prod-item-holder tbody,
 table#prod-item-holder tr,
 table#prod-item-holder td {
	margin: 0;
	padding: 0;
}
table#prod-item-holder tr td {
	width: 33%;
	text-align: center;
}
table#prod-item-holder tr td.prod-gen-brand {
	margin: 10px 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #efefef;
}
table#prod-gen-item {
	width: 180px;
	margin: 10px auto 20px auto;
	padding: 0;
	text-align: center;
}
table#prod-gen-item tr td {
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a.prod-gen-title h2 {
	color: #333;
	font-size: 11px;
	margin: 0;
}
a.prod-gen-img {
	display: block;
	width: 180px;
	height: 160px;
	margin: 10px auto;
}
a.prod-gen-img img {
	width: 150px;
	height: auto;
}
.prod-gen-price {
	display: block;
	color: #666;
	font-size: 10px;
}
.prod-gen-price-num {
	color: #333;
}
a.prod-gen-ship {
	display: block;
	color: #f00;
}
#prod-one-main-img {
	margin-bottom: 10px;
}
#prod-one-more-imgs {
	border: 0px solid #333;
}
#prod-one-more-imgs a img {
	border: 0px solid #333;
	margin-right: 8px;
	vertical-align: top;
}
#prod-one-more-imgs a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}
#no-items-available {
	width: 100%;
	margin: 20px;
	padding: 0;
}
#no-items-available h2 {
	color: #333;
}
/*  //////////////////////////////////////////  */
/*  END PROD GEN & PROD CATS  */

/*  BEGIN PROD ONE  */
/*  //////////////////////////////////////////  */
h1#prod-one-title {
	font-size: 11px;
	margin: 0 0 10px 0;
}
h2#prod-one-brand {
	font-size: 11px;
	margin: 0 0 10px 0;
}
/*  //////////////////////////////////////////  */
/*  END PROD ONE  */

/*  BEGIN BREADCRUMB  */
/*  //////////////////////////////////////////  */
table#breadcrumb-nav {
	color: #666;
	width: 100%;
	margin: 10px;
	text-align: left;
	text-transform: uppercase;
}
table#breadcrumb-nav a:link,
table#breadcrumb-nav a:active,
table#breadcrumb-nav a:visited {
	color: #333;
}
table#breadcrumb-nav a:hover {
	color: #000;
}
/*  //////////////////////////////////////////  */
/*  END BREADCRUMB  */

/*  BEGIN PAGING  */
/*  //////////////////////////////////////////  */
table#paging {
	color: #666;
	width: 100%;
	margin: 10px;
	text-align: right;
}
table#paging a:link,
table#paging a:active,
table#paging a:visited {
	color: #333;
	border-bottom: 1px dotted #333;
}
table#paging a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
/*  //////////////////////////////////////////  */
/*  END PAGING  */

/*  BEGIN BRAND LOGOS  */
/*  //////////////////////////////////////////  */
table#brand-logos {
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ccc;
}
table#brand-logos td {
	margin: 0;
	padding: 0;
}
table#brand-logos td img {
	width: 100%;
	height: auto;
	margin: 0;
}
table#brand-logos td a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}
h2#browse-title {
	margin: 0;
	text-align: left;
}
table#brand-logos td a h3 {
	text-align: center;
}
/*  //////////////////////////////////////////  */
/*  END BRAND LOGOS  */
/*  END FILE  */

