@charset "utf-8";
body{
	background-color:#111;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:18px;
	color:#fff;
}
h2{
	font-size:18px;
	color:#fff;
}
h3 {
	font-size:12px;
}
a {
	color:#600;
	text-decoration:none;
}
a:hover {
	color:#000;
}
#wrapper {
	width:776px;
	margin:0 auto;
	text-align:left;
	border:1px solid #444;
	position:relative;
	background-color:#000;
}
#banner {

}
#somo2 {

}
#footer {
	position:relative;
	background-image:url(../graphics/footerBG.jpg);
	height:66px;
	font-size:9px;
	color:#666;
}
#footer A {
	text-decoration:none;
	color:#666;
}
#footer A:hover {
	text-decoration:underline;
}
#copyright {
	position:absolute;
	left:0;
	bottom:0;
	padding:0px 0px 3px 3px;
}
#copyright a {
	color:#666;
}
#copyright a:hover {
	text-decoration:none;
}
#middleSection {
	position:relative;
	top:0px;
	z-index:2;
}
#navContainer {
	width:206px;
	vertical-align:top;
}
.navCell {
	background-image:url(../graphics/button.png);
	height:60px;
	color:#000;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding-right:20px;
}

#navTable {
	width:206px;
	text-align:center;
}
#contentContainer {
	vertical-align:top;
	padding:5px;
}

#contentContainer A {
	color : #00c;
}

#contentContainer A:hover {
	color : #00c;
	text-decoration: underline;
}

#main_product_selector_div,
#main_category_selector_div
{
	width : 552px;
	clear : both;
}

#main_product_selector_table,
#main_category_selector_table
{
	width : 100%;
}
#main_product_selector_table TD,
#main_category_selector_table TD
{
	border : solid 2px #333;
}

#main_category_selector_table IMG
{
	width : 200px;
	border : none
}

#main_category_selector_table H1
{
	text-align : center;
}

#main_product_selector_table H1,
#main_product_selector_table H2
{
	margin: 2px;
}

#shop_cat_header_img
{
	border : solid 2px #333;
	float : left;
	width : 100px;
	margin-right : 10px;
}

.cat_items_img
{
	border : solid 2px #333;
	float : left;
	width : 100px;
	margin-right : 10px;
}

.cat_items_buy
{
	border : none;
	float : right;
	width : 150px;
	margin : 10px 0px 10px 10px;
	cursor : pointer;
}

.addPopup
{
	position : absolute;
	background-color : #fff;
	opacity : 0.8;
	filter : alpha(opacity=80);
	z-index : 4;
	text-align : left;
	padding : 5px;
	border-style : solid;
	border-width : 2px;
	overflow : auto;
	font-weight : bold;
	font-size : 16px;
	color : #000;
}

.addCartButton
{
	opacity : 1;
	filter : alpha(opacity=100);
	margin-right : 20px;
}

.colors_menu
{
	clear: left;
	float: left;
}

.colors_menu TD
{
	white-space: nowrap;
}

.color_menu_item
{
	width: 30px;
	height: 25px;
	border: solid 1px;
	clear: both;
	padding: 0;
	cursor : pointer;
	vertical-align :top;
}

.color_menu_subitem
{
	width :15px;
	height :15px;
	border: solid 1px;
	float: right;
}

#cart_table
{
	width: 100%;
	border: solid 2px #666;
	border-collapse: collapse;
}

#cart_table TD
{
	background-color: #222;
	border-top: solid 1px #000;
}

.emphasis {
	font-weight:bold;
	font-size:18px;
	color:#c00;
}
